/** Shopify CDN: Minification failed

Line 7:1 Unexpected "<"
Line 1573:1 Unexpected "<"

**/
 <style>
  /* TYPOGRAPHY */

@font-face {
    font-family: "SpaceGrotesk";
    src: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/SpaceGrotesk.ttf?v=1764859890");
}

@font-face {
    font-family: "Inter";
    src: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/Inter.ttf?v=1764864330");
}

* {
    font-family: "Inter" !important;
}

a {
    text-decoration: none !important;
}

/* GENERAL */

body,
.gradient {
    background: #f6f6f6 !important;
}

body {
    letter-spacing: 0;
    line-height: 1.4;
}

.page-width {
    max-width: 1150px !important;
}

h2 {
    font-weight: 900;
    font-size: 30px;
}

/* PRODUCT CATEGORY TABS */

.pct-tabs {
    display: flex;
    background: #fff;
}

.pct-tab-btn {
    flex: 1;
    height: 120px;
    background: #e2e2e2;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
}

.pct-tab-content {
    display: none;
    margin: 20px 0 !important;
}

.pct-tab-btn:hover {
    cursor: pointer;
}

.pct-tab-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.pct-tab-btn img {
    height: 30px;
    width:auto;
    display: block;
}

.pct-tab-btn img {
    opacity: 0.3;
}

.pct-tab-btn.active img {
    opacity: 1;
}

.pct-tab-btn span {
    opacity: 0.9 !important;
}

.pct-new-with-tabs {
    margin-top: 8%;
}

.coming-soon {
    background: #eeeeee;
    padding: 1px 7px;
    border-radius: 20px;
    font-size: 10px;
}

.pct-tab-content.active {
    display: block;
}

.pct-tab-btn.active {
    background: #fff;
}

.pct-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}

.pct-see-all {
    margin-top: 25px;
    justify-content: flex-end;
    display: flex;
}

.pct-see-all img {
    opacity: 0.2;
}

.pct-see-all a {
    color: #c6c6c6 !important;
}

.pct-see-all svg {
    width: 20px !important;
    transform: rotate(-90deg);
}

.pct-see-all svg path {
    fill: #c6c6c6 !important;
}

/* PRODUCTS */

.pct-product {
    background: #fff;
    border-radius: 10px;
    padding: 0 0 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.pct-sep {
    padding: 5px 15px;
}

.featured-image {
    height: 240px;
    width: 100% !important;
    object-fit: cover;
}

.pct-product a.pct-title {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.pct-price {
    color: #a2a2a2;
    font-weight: bold;
    font-size: 13px !important;
    margin-top: 10px;
}

.product-tags {
    color: #fff;
    text-transform: uppercase;
    display: flex;
}

.product-tags a {
    background: #c6c6c6;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
}

.big-pct-tab {
    grid-column: span 2;
    grid-row: span 1;
    padding: 20px !important;
    display: flex;
    justify-content: space-between;
}

.big-pct-tab a.pct-title {
    font-size: 20px !important;
}

.pct-product:nth-child(3).big-pct-tab {
    align-items: flex-end;
    text-align: right;
}

.big-pct-tab .pct-sep:last-child {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pct-small-grid {
    margin: 100px 0 !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.pct-small-grid a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.pct-small-block {
    padding: 0 0 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
}

.pct-small-block img {
    margin-top: -20px;
}

/* NEW RELEASES */

.new-release-label {
    background: #fff;
    color: #000;
    letter-spacing: 0;
    display: inline-block;
    padding: 1px 7px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 10px;
}
.new-release-label {
    pointer-events: none;
}

.new-release-label img {
    width: 15px;
    height: auto;
    margin-bottom: -4px;
}

.love-button {
    position: relative !important;
}

.love-button + .love-button {
    display: none;
}

svg.bi-heart,
svg.bi-heart-fill {
    width: 20px;
    height: 20px;
    display: inline-block;
}

svg.bi-heart path,
svg.bi-heart-fill path {
    display: none;
}

svg.bi-heart {
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/Icon_-_Heart.svg?v=1767453663");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

svg.bi-heart-fill {
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/Icon_-_Heart_Filled.svg?v=1767453663");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

/* FOOTER */

.footer {
    background: #000;
    color: #fff;
    padding: 80px 0;
}

.footer .page-width {
    max-width: 85% !important;
}

.footer-container {
    display: flex;
    gap: 60px;
}

.footer-left {
    flex: 1;
}

.footer-left img {
    margin-bottom: 30px;
}

.newsletter {
    margin-top: 10px;
    width: 100%;
}

.footer .field {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}

.footer .field__input {
    width: 100%;
    height: 44px;
    background: #111;
    border: 1px solid #555;
    color: #fff !important;
    padding: 0 12px;
    font-size: 14px;
}

.footer .newsletter-button {
    padding: 10px 20px;
    background: #e6e6e6;
    color: #000;
    border: none;
    border-radius: 20px;
    text-transform:uppercase;
    cursor: pointer;
    font-size: 14px;
}

.footer .field__input::placeholder {
    color: #bbb !important;
    opacity: 1 !important;
}

.footer .field__input::-webkit-input-placeholder {
    color: #bbb !important;
}

.footer .field__input::-moz-placeholder {
    color: #bbb !important;
}

.footer-right {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-top-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-top-links ul {
    list-style: none;
    display: flex;
    gap: 25px;
    padding: 0;
    margin: 0;
}

.footer-top-links .icons {
    line-height: 0 !important;
}

.footer-top-links .icons img {
    width: 25px !important;
}

.navigation {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.navigation-item {
    list-style: none;
    padding: 0;
}

.nav-header {
    text-transform: uppercase;
    color: #cfcfcf;
    font-size: 14px;
    margin-bottom: 12px;
}

.nav-header::after {
    content: "";
    width: 70px;
    height: 2px;
    background: #cfcfcf;
    display: block;
    margin-top: 6px;
}

.navigation-item a {
    color: #fff;
    font-size: 14px;
    display: block;
    margin: 6px 0;
}

#support .support-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 6px 0;
}

#support img {
    width: 18px !important;
}

/* HEADER */

.main-header {
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    height: 70px;
    z-index: 100;
    position: relative;
    background: #fff;
}

.header__menu-item .icon-caret {
    margin-top: -2px;
}

.main-header span,
.main-header a,
.header__menu-item span,
.header:not(.drawer-menu).page-width a {
    text-decoration: none;
    font-size: 13px !important;
    color: #3c3c3c;
    font-weight: 700;
    letter-spacing: 1px !important;
}

.link {
    text-decoration: none !important;
    border: none !important;
}

.left-nav,
.right-nav {
    display: flex;
}

.left-nav ul {
    display: flex;
    gap: 30px;
    align-items: center;
}

.logo {
    background: #000;
    padding: 5px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    width: 120px;
    margin-bottom: -6px;
}

.header__search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.field:before {
    border-radius: 100px !important;
    background: #efefef;
}

.right-nav {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-right: 60px;
}

.right-nav a {
    width: 100%;
    text-align: left !important;
}

.right-nav a:nth-child(3) {
    margin-left: 15px;
}

.modal__close-button.link {
    margin-top: -15px;
}

.cart-count-bubble {
    position: relative;
    transform: translateX(-23px);
    padding: 5px;
}

.cart-count-bubble {
    margin-left: -25px !important;
    margin-bottom: -6px !important;
}

.cart-count-bubble span {
    color: #fff;
}

.header__heading,
.header__heading-link {
    display: none !important;
}

.header:not(.drawer-menu).page-width {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 100% !important;
    align-items: center;
    justify-content: center;
    display: flex;
}

.header__menu-item span {
    text-decoration: none !important;
    letter-spacing: 0.3px !important;
    text-transform: uppercase;
}

.header__icon--cart {
    margin-right: 0;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
    box-shadow: none !important;
    border: 2px solid #b9b9b9 !important;
    border-radius: 10px !important;
}

.field:after {
    box-shadow: none !important;
}

.search__button.field__button {
    padding-right: 10px;
}

.field__input,
.customer .field input {
    box-shadow: none !important;
    border-radius: 100px !important;
    background: #efefef;
}

.predictive-search {
    border-radius: 10px !important;
    box-shadow: none !important;
    border: none;
}

.mega-menu[open] {
    position: relative;
    background: #efefef;
    border-radius: 20px 20px 0 0;
}

.mega-menu[open] .mega-menu__content {
    margin-top: -10px;
    z-index: 100;
    border: none !important;
    background: #efefef !important;
    position: absolute;
    min-width: 300px;
    width: max-content;
    top: 120%;
    border-radius: 20px !important;
}

.mega-menu__link--level-2[href="/#"] {
    color: #9e9e9e !important;
    text-transform: uppercase;
}

.field__input:not(:placeholder-shown)~.field__label {
    display: none !important;
}

.field__input:not(:placeholder-shown) {
    padding-top: 10px;
}

.header__inline-menu,
.mega-menu {
    position: static !important;
}

.mega-menu__list li {
    width: 16.6666666667% !important;
}

.mega-menu[open] .mega-menu__content ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.mega-menu[open] .mega-menu__content {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
    min-width: 600px !important;
    z-index: 100 !important;
    max-width: 70vw !important;
    margin-left: 0 !important;
    position: absolute !important;
    left: 50vw !important;
    margin-left: 0 !important;
}

#MegaMenu-Content-1 .mega-menu__list li a {
    display: block;
    width: 160px;
    height: 80px;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
}

#MegaMenu-Content-1 .mega-menu__list li a::before {
    content: '';
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 60px;
    opacity: 0.4;
    transition: all 0.3s ease;
}

#MegaMenu-Content-1 .mega-menu__list li a:not([href="/collections/all"]):hover::before {
    opacity: 1;
    filter:invert(100%);
    background-color: #fff;
    border-radius: 8px;
}

#MegaMenu-Content-1 .mega-menu__list li a[href="/collections/all?sort_by=created-descending&filter.p.m.custom.artist=BTS"]::before {
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/Logo_-_BTS.png");
}

#MegaMenu-Content-1 .mega-menu__list li a[href="/collections/all?sort_by=created-descending&filter.p.m.custom.artist=TXT"]::before {
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/Logo_-_TXT.png");
}

#MegaMenu-Content-1 .mega-menu__list li a[href="/collections/all?sort_by=created-descending&filter.p.m.custom.artist=ENHYPEN"]::before {
    background-size: auto 18px;
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/Logo_-_ENHYPEN.png");
}

#MegaMenu-Content-1 .mega-menu__list li a[href="/collections/all?sort_by=created-descending&filter.p.m.custom.artist=NCT"]::before {
    background-image: url("/cdn/shop/files/Logo_-_NCT.png?v=1768245297");
}

#MegaMenu-Content-1 .mega-menu__list li a[href="/collections/all?sort_by=created-descending&filter.p.m.custom.artist=SEVENTEEN"]::before {
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/Logo_-_SEVENTEEN.png?v=1766019043");
}

#MegaMenu-Content-1 .mega-menu__list li a[href="/collections/all?sort_by=created-descending&filter.p.m.custom.artist=Stray+Kids"]::before {
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/Logo_-_Stray_Kids.webp?v=1766019042");
}

#MegaMenu-Content-1 .mega-menu__list li a[href="/collections/all?sort_by=created-descending&filter.p.m.custom.artist=ATEEZ"]::before {
    background-size: auto 40px;
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/Logo_-_ATEEZ.png?v=1766019043");
}

#MegaMenu-Content-1 .mega-menu__list li a[href="/collections/all?sort_by=created-descending&filter.p.m.custom.artist=BLACKPINK"]::before {
    background-size: auto 30px;
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/Logo_-_BLACKPINK.png?v=1766019042");
}

#MegaMenu-Content-1 .mega-menu__list li a[href="/collections/all?sort_by=created-descending&filter.p.m.custom.artist=TWICE"]::before {
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/Logo_-_TWICE.png?v=1766019043");
}

#MegaMenu-Content-1 .mega-menu__list li a[href="/collections/all?sort_by=created-descending&filter.p.m.custom.artist=aespa"]::before {
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/Logo_-_aespa.png?v=1766019043");
    background-size: auto 40px;
}

#MegaMenu-Content-1 .mega-menu__list li a[href="/collections/all?sort_by=created-descending&filter.p.m.custom.artist=i-dle"]::before {
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/Logo_-_i-dle.png?v=1766019043");
    background-size: auto 30px;
}

#MegaMenu-Content-1 .mega-menu__list li a[href="/collections/all?sort_by=created-descending&filter.p.m.custom.artist=KATSEYE"]::before {
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/Logo_-_KATSEYE.png?v=1766019042");
}

#MegaMenu-Content-1 .mega-menu__list li a[href="/collections/all?sort_by=created-descending&filter.p.m.custom.artist=LE+SSERAFIM"]::before {
    background-size: auto 40px;
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/Logo_-_LE_SSERAFIM.png?v=1766019043");
}

#MegaMenu-Content-1 .mega-menu__list li a[href="/collections/all?sort_by=created-descending&filter.p.m.custom.artist=IVE"]::before {
    background-size: auto 50px;
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/Logo_-_IVE.png?v=1766019043");
}

#MegaMenu-Content-1 .mega-menu__list li a[href="/collections/all"] {
    text-indent: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#MegaMenu-Content-1 .mega-menu__list li a[href="/collections/all"]:after {
    content: "";
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/arrow-right-2_1.svg?v=1766833441");
    width: 20px;
    height: 20px;
    background-size: contain;
    opacity: 0.4;
}

#MegaMenu-Content-4 .mega-menu__list li {
    width: 20% !important;
}

#MegaMenu-Content-4 .mega-menu__list li {
    display: flex;
    gap: 10px;
    align-items: center;
}

#MegaMenu-Content-4 .mega-menu__list li:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

#MegaMenu-Content-4 .mega-menu__list li:hover {
    opacity: 1;
    filter:invert(100%);
    background-color: #fff;
    border-radius: 8px;
}

#MegaMenu-Content-4 .mega-menu__list li:has(a[href="/collections/all?sort_by=created-descending&filter.p.tag=Albums"])::before {
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/album.svg?v=1766792466");
}

#MegaMenu-Content-4 .mega-menu__list li:has(a[href="/collections/all?sort_by=created-descending&filter.p.tag=Lightsticks"])::before {
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/light-stick.svg?v=1766792466");
}

#MegaMenu-Content-4 .mega-menu__list li:has(a[href="/collections/all?sort_by=created-descending&filter.p.tag=Photocards"])::before {
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/cards.svg?v=1766792466");
}

#MegaMenu-Content-4 .mega-menu__list li:has(a[href="/collections/all?sort_by=created-descending&filter.p.tag=DVDs"])::before {
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/compact-disk-cd-svgrepo-com.svg?v=1766792467");
}

#MegaMenu-Content-4 .mega-menu__list li:has(a[href="/collections/all?sort_by=created-descending&filter.p.tag=Season%27s+Greetings"])::before {
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/seasons-greetings.svg?v=1766792467");
}

#MegaMenu-Content-4 .mega-menu__list li:has(a[href="/collections/all?sort_by=created-descending&filter.p.tag=Tour+MD"])::before {
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/merchandise.svg?v=1766792467");
}

#MegaMenu-Content-4 .mega-menu__list li:has(a[href="/collections/all?sort_by=created-descending&filter.p.tag=Fandom+Kits"])::before {
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/fandom-kits.svg?v=1766792467");
}

#MegaMenu-Content-4 .mega-menu__list li:has(a[href="/collections/all?sort_by=created-descending&filter.p.tag=Apparel"])::before {
    background-image: url("/cdn/shop/files/shirt.svg?v=1768266574");
}

#MegaMenu-Content-4 .mega-menu__list li:has(a[href="/collections/all?sort_by=created-descending&filter.p.tag=Figures+&+Plushies"])::before {
    background-image: url("/cdn/shop/files/teddy-bear.svg?v=1768266574");
}

#MegaMenu-Content-4 .mega-menu__list li:has(a[href="/collections/all?sort_by=created-descending&filter.p.tag=Accessories"])::before {
    background-image: url("/cdn/shop/files/eyeglasses.svg?v=1768266573");
}

/* FILTERS */

.facet-filters__field .select__select {
    margin-top: -10px;
    padding-right: 10px !important;
}

.facet-filters__field .select .svg-wrapper {
    width: 40px;
    margin-top: -5px;
}
.facet-filters__label {
    display: none !important;
}
.facet-filters__sort:focus-visible {
    outline: unset !important;
    box-shadow: none !important;
}

.facets-vertical .active-facets,
.facets__disclosure[open] .facets__and-helptext,
.facets__disclosure-vertical[open] .facets__and-helptext {
    display: none;
}

.facets__disclosure-vertical {
    background: #eeeeee;
    padding: 0 20px;
    border-radius: 10px;
}

.facet-checkbox__text-label {
    text-decoration: none !important;
}

.facets__disclosure-vertical {
    border: none !important;
}
.facets-vertical-form option:nth-child(1),
.facets-vertical-form option:nth-child(3),
.facets-vertical-form option:nth-child(4),
.facets-vertical-form option:nth-child(5),
.facets-vertical-form option:nth-child(6),
.facets-vertical-form option:nth-child(7),
.mobile-facets__sort option:nth-child(1),
.mobile-facets__sort option:nth-child(3),
.mobile-facets__sort option:nth-child(4),
.mobile-facets__sort option:nth-child(5),
.mobile-facets__sort option:nth-child(6),
.mobile-facets__sort option:nth-child(7) {
    display: none;
}

/* HEADING */

h1 {
    font-family: "Inter" !important;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

/* PRODUCT PAGE */

.product-media-container.constrain-height.media-fit-contain {
    border-radius: 15px !important;
    overflow: hidden !important;
}

.price__regular .price-item--regular {
    font-size: 20px;
}

.form__label {
    text-transform: uppercase;
}

.quantity,
.select__select {
    color: #999 !important;
    background: #eeeeee;
    border-radius: 10px !important;
    height: 40px !important;
    min-height: auto !important;
    font-size: 15px !important;
    text-align:center v margin: 0;
    padding: 0 !important;
    box-shadow: none !important;
    text-align: center;
    font-weight: 500;
}

.swatch {
    display: none !important;
}

.quantity:after,
.select:after {
    box-shadow: unset !important;
    border-radius: 10px !important;
}

.quantity__input:focus-visible,
.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
    box-shadow: none;
    border: 0;
    outline: none;
    background: none !important;
}

.quantity:before {
    display: none;
}

.product-form__submit {
    width: 48% !important;
}

.product-form__submit span:before {
    content: "";
    height: 25px !important;
    width: 25px !important;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url("/cdn/shop/files/Icon_-_Shopping_Cart_White.svg?v=1742425872");
    background-size: contain;
    margin-right: 7px;
    margin-bottom: -5px;
}

.cert {
    font-size: 12px;
    text-align: center;
}

.cert-img {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 15px auto;
    width: fit-content;
    justify-content: center;
}

.cert-img img {
    width: auto !important;
    height: 50px !important;
    border: none;
}


/* BUTTONS */

.button,
.featured-item .link,
.product-card button,
.guest-banner-button,
.quick-add .quick-add__submit,
.hso-quantum-wishlist-page-container button,
.bis_ui_button {
    background: #000 !important;
    opacity: 1 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    font-size: 18px !important;
    --border-offset: none !important;
    border: 0 !important;
    line-height: 1.6 !important;
    text-transform: uppercase;
}

.product-form__submit span {
    font-size: 18px !important;
}

.card--standard .quick-add__submit {
    width: 60% !important;
    min-width: 60% !important;
    margin: auto auto 10px;
}

.support .button {
    border: 2px solid #000 !important;
    opacity: 1;
    background: none !important;
    color: #000 !important;
    padding: 0;
    margin: auto;
}

.cart-remove-button .button {
    background: #fff !important;
    color: #000 !important;
}

.slideshow__text.banner__box {
    align-items: center !important;
}

.quantum-lbw-wishlist-btn {
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/Icon_-_Heart.svg?v=1767453663");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-size: 30px;
    transform: translate(215px, -73px);
}

.wishlist-added {
    opacity: 1 !important;
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/Icon_-_Heart_Filled.svg?v=1767453663");
}

.quantum-lbw-wishlist-btn svg {
    display: none !important;
}

.hso-quantum-wishlist-page-container button {
    box-shadow: none !important;
    transform: none !important;
}

/* PRODUCT PAGE TABS */

.station-tabs-tabset.mod-indicators.mod-indicators-chevrons {
    justify-content: center;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

body .station-tabs .station-tabs-tab {
    background: none !important;
    text-align: center;
    color: #ccc;
    letter-spacing: -1px;
    text-transform: uppercase;
    border: none !important;
}

.station-tabs-tabset .station-tabs-tab span {
    font-size: 20px !important;
}

.station-tabs.station-tabs .station-tabs-tab.is-active:after {
    margin: auto;
    content: "";
    width: 80%;
    margin-top: 7px;
    border-top: 4px solid #141414 !important;
    display: block;
}

.station-tabs .station-tabs-tab.is-active {
    background-color: transparent !important;
}

.station-tabs .station-tabs-tabcontent img {
    margin: auto;
    width: 50%;
}

.station-tabs-tabset .station-tabs-tabcontent img {
    margin: auto !important;
    width: 80%;
    height: auto;
    display: flex;
}

.rte ul,
.rte ol {
    list-style-position: outside;
}

/* TAB */

.pct-sub-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.pct-sub-tab-btn {
    background: none;
    border: 0;
    padding: 10px;
    border-radius: 10px;
    gap: 10px;
    cursor: pointer;
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pct-sub-tab-icon img {
    width: 25px;
}

.pct-sub-tab-icon {
    background: #e2e2e2;
    padding: 10px;
    border-radius: 10px;
}

.pct-sub-tab-btn.active {
    opacity: 1;
    font-weight: 600;
}

.pct-sub-tab-content {
    display: none;
}

.pct-sub-tab-content.active {
    display: block;
}

/* SLIDER */

slideshow-component {
    margin-bottom: 70px !important;
}

.slider.slider--mobile {
    width: 97%;
    margin: auto;
}
.product__media-wrapper slider-component:not(.thumbnail-slider--no-slide),
.grid--peek.slider .grid__item:first-of-type {
    margin: 0 !important;
}

.slideshow__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slideshow__autoplay.slider-button {
    display: none;
}

.slider-buttons {
    transform: translateY(-60px);
}

.slider-button {
    position: absolute;
    transform: translateY(-220px) !important;
    color: #fff !important;
}

.slideshow__controls {
    border: none !important;
}

.slider-button,
.slider-button .svg-wrapper {
    height: auto !important;
    width: auto;
}

.slider-button--prev {
    left: 3%;
}

.slider-button--next {
    right: 3%;
}

.slider-counter__link--dots .dot {
    border: none !important;
    background: #000;
    width: 8px;
    height: 8px;
}

.banner__box {
    background: none !important;
}

/* OPTIMIZATION */

@media only screen and (max-width: 1000px) {

    /* GENERAL */

    body,
    html {
        overflow-x: hidden !important;
    }

    /* HEADER */

    .header {
        padding: 5px 0 !important;
    }

    .header__heading,
    .header__heading-link {
        display: block !important;
    }

    .logo {
        display: none;
    }

    .header-text {
        display: none !important;
    }

    .main-header ul {
        padding-inline-start: 0 !important;
    }
    .left-nav,
    .header:not(.drawer-menu).page-width {
        padding-left: 20px !important;
    }

    .right-nav {
        padding-right: 15px !important;
    }

    .header .header__icon {
        padding-right: 2px !important;
    }

    .header__icon--cart {
        margin-right: -16px !important;
    }
    .menu-drawer-container:not(.menu-opening) img:last-child {
        display: none;
    }
    .menu-opening img:first-child {
        display: none;
    }

    .menu-drawer__close-button .icon-arrow,
    .menu-drawer__menu-item>.icon-arrow {
        display: none;
    }

    /* SLIDER */

    .slider.slider--everywhere .slider__slide {
        height: 380px;
    }

    slideshow-component {
        margin-bottom: 30px !important;
    }

    .banner__box {
        margin-bottom: -120px;
    }

    .slider-button {
        transform: translateY(0px) !important;
    }

    .slider__slide .button {
        font-size: 14pt !important;
        left: 0;
        top: -55px !important;
    }

    /* PRODUCT CATEGORY TABS */

    .pct-tabs {
        flex-wrap: wrap;
    }

    .pct-tab-btn {
        flex-basis: 50%;
    }

    .pct-products {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    /* PRODUCTS */

    .pct-sep {
        padding: 8px;
    }

    .featured-image {
        height: 170px;
    }

}

/* ORG */ 

.facets__disclosure[open] .facets__and-helptext, .facets__disclosure-vertical[open] .facets__and-helptext,
li.list-menu__item:has(input[value="New Releases"]) {
  display: none !important;
}


.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    padding: 0 15px;
}

.station-tabs h3 {
    cursor: pointer;
    position: relative;
    background-color: #fff;
    margin: 5px 0;
    padding: 15px;
    font-size:17px !important;
    border-radius: 7px;
    font-weight: bold;
}
.station-tabs h3::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%) rotate(90deg);
    background-image: url("https://cdn.shopify.com/s/files/1/0713/3033/2826/files/arrow-right-2_1.svg?v=1766833441");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s ease;
}

.station-tabs h3.active::after {
    transform: translateY(-50%) rotate(-90deg);
}

.station-tabs h4 {
        font-size:16px;
    font-weight:bold;
    text-align:center;
}

.pct-sub-tab-btn span {
    width:70px;
}

.pct-sub-tabs {
 align-items:flex-start;   gap:0;
}
.product-det {
    display: flex;
    gap: 20px;
    text-transform: uppercase;
    opacity: 0.5;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}

.rte a {
   color:#a2a2a2;
}
.rte ul, .rte ol {
    list-style-position: outside;
}
/* Desktop: show full search, hide icon */
.header__search-desktop {
    display: flex;
    width: 100%;
    flex-basis: 100%;
}

.header__search-mobile {
    display: none;
}

.header__search-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 20px;
}

.search--inline {
    flex: 1;
}

.header__search-mobile svg {
    width: 16px;
}

.header__search-wrapper {
    justify-content: flex-end;
}

.header__icon--cart {
    margin-right: 0 !important;
}

.facets__disclosure-vertical:last-child {
    margin-top:10px;
}

.love-button{
    right:-5px !important;
}

.pct-price {
    margin-top:10px !important;
}

.product-tags {
    gap: 4px;
    display: flex;
    align-items: center;
    text-align: center;
}

.product-tags a {
    background: #c6c6c6;
padding: 4px 7px !important;
    line-height:1.4;
    border-radius: 20px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
}

.rte ul, .rte ol {
    list-style-position: outside;
}

.slide-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
    z-index:1000;
}

input[value="New Releases"] {
  display: none;
}

.rte ul, .rte ol {     list-style-position: outside !important; }

.newsletter-form__message {
    font-size:20px !important;
}

.form__message .icon, .customer .form__message svg {
    display:none !important;
}

*:focus-visible {
    outline: none !important; box-shadow:none !important;
}

/* Mobile: hide full search, show icon */
@media screen and (max-width: 749px) {
    .header__search-desktop {
        display: none;
    }
    .header__search-mobile {
        display: block;
    }
    .right-nav {
        gap: 10px;
    }

    .menu-drawer summary.menu-drawer__menu-item {
        font-size: 13px !important;
        color: #3c3c3c;
        font-weight: 700;
        letter-spacing: 1px !important;
    }

    .pct-sub-tabs {
        text-align: center;
        flex-wrap: wrap;
        gap: 20px !important;
        align-items: flex-start;
        justify-content: center;
    }

    .pct-sub-tab-btn {
        padding: 0;
    }
    .pct-sub-tabs span {
        width: 65px;
    }
    .station-tabs.station-tabs .station-tabs-tab.is-active:after {
        width: 50%;
    }

    .footer-container,
    .footer-top-links,
    .footer-top-links ul {
        flex-direction: column;
    }

    .footer-top-links {
        align-items: flex-start;
    }

    .navigation {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .footer-top-links ul {
        gap: 0;
        margin-bottom: 10px;
    }
    .navigation-item a {
        margin: 0;
    }

    .product-tags {
flex-wrap:wrap;gap:5px;
}

}</style>