
_.transition-fade {
  opacity: 1;
  transition: opacity 0.50s;
}

_html.is-animating .transition-fade {
  opacity: 0;
}

a:focus,
a:active {
  outline: none;
  border: none;
}

:root {
  --brm: 1;
}

@supports (corner-shape: squircle) {
  :root {
    --brm: 2;
  }
}

#preloader {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EDEDED;
    overflow: hidden;
}

#preloader .preloader-stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transform-origin: center center;
    transition: transform 0.64s cubic-bezier(0.22, 0.78, 0.24, 1);
}

#preloader .preloader-copy-shell {
    display: none;
    text-align: center;
    min-width: 320px;
    height: 48px;
}

#preloader .preloader-copy-line {
    margin: 0;
    color: #42435B;
    font-family: PPNeueMontreal-Medium, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.1px;
    white-space: nowrap;
    min-height: 22px;
    height: 22px;
    overflow: hidden;
}

#preloader .preloader-copy-line + .preloader-copy-line {
    margin-top: 4px;
}

#preloader.is-home-preloader-mode .preloader-copy-shell {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#preloader.is-home-preloader-mode.is-home-preloader-zoomed .preloader-stage {
    transform: scale(1);
}

#preloader .preloader-logo-shell {
    width: 147px;
    height: 27px;
    transform-origin: top left;
    margin-bottom: 0;
}

#preloader .ims-logo {
    display: block;
    width: 100%;
    height: 100%;
}

_mobileLayer {
    position: fixed;
    inset: 0;
    background: linear-gradient(
        180deg, #EDEDED 0%, rgba(237, 237, 237, .9) 3%, rgba(237, 237, 237, 0) 10%
    );
    z-index: 9999;
    pointer-events: none;
}

.show-md {
    display: none;
}
.show-sm {
    display: inline-block;
}

#smolla {
    background-color:#fff;
}

.page-transition-overlay {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100svh;
    z-index: 1500;
    pointer-events: none;
}

.page-transition-overlay__path {
    fill: #000000;
}

html {
    background:#D5D5D5;
}

body.shopify-gallery-page {
    --safe-area-top: env(safe-area-inset-top, 0px);
    --safe-area-bottom: env(safe-area-inset-bottom, 0px);
    overflow: hidden;
    background: #EDEDED;
    background-image: url("../images/IMS_Background_Web.png");
    background-repeat: repeat;
    font-family: Arial, sans-serif;
}

body.shopify-gallery-page .top-menu-mobile-shell {
    position: static;
}

body.shopify-gallery-page .top-menu {
    position: fixed;
    top: 50px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
    z-index: 30;
    padding: 0 30px;
    width: fit-content;
    max-width: calc(100vw - 24px);
    min-height: 52px;
    overflow: hidden;
    border-radius: calc(11px * var(--brm));
    corner-shape: squircle;
    /*background-image: linear-gradient(83deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.75) 100%), url("../images/IMS_Menu-background_Web.png");*/
    background-image: linear-gradient(83deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%), url("../images/IMS_Menu-background_Web.png");
    background-repeat: no-repeat, repeat;
    background-position: center, 0 0;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.10);
    -webkit-backdrop-filter: blur(12px) saturate(220%);
    backdrop-filter: blur(12px) saturate(220%);
    isolation: isolate;
    transition: filter 0.28s ease, opacity 0.24s ease, transform 0.24s ease, gap 0.28s ease, padding 0.28s ease, width 0.28s ease, justify-content 0.28s ease;
}

body.shopify-gallery-page .top-menu::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
   border-radius: calc(11px * var(--brm));
    corner-shape: squircle;
    background: linear-gradient(83deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.11) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

body.shopify-gallery-page .top-menu > * {
    position: relative;
    z-index: 1;
}

body.shopify-gallery-page[data-page="about"] .top-menu {
    background:linear-gradient(83deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.11)),
    linear-gradient(rgba(255,255,255,0.11), rgba(255,255,255,0.11)),
    url("../images/IMS_Menu-background_Web.png");
    background-size: cover;

    background-repeat: no-repeat, no-repeat, repeat;
    background-position: center, center, 0 0;
}

body.shopify-gallery-page .top-menu-link {

    text-decoration: none;
    font-family: PPNeueMontreal-Medium;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.2px;
    line-height: 20px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: color 0.2s ease;
}

@media (min-width: 641px) and (hover: hover) and (pointer: fine) {
    body.shopify-gallery-page .top-menu,
    body.shopify-gallery-page .detail-left-back {
        --menu-glow-local-x: 50%;
        --menu-glow-local-y: 50%;
    }

    body.shopify-gallery-page.has-menu-glow-active .top-menu::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: calc(11px * var(--brm));
        corner-shape: squircle;
        pointer-events: none;
        z-index: 0;
        background-image: radial-gradient(
            circle 180px at var(--menu-glow-local-x) var(--menu-glow-local-y),
            rgba(255, 255, 255, 0.5) 0%,
            rgba(255, 255, 255, 0) 72%
        );
        background-repeat: no-repeat;
    }

    body.about-page.has-menu-glow-active .top-menu::after,
    body.legal-page.has-menu-glow-active .top-menu::after {
        background-image: radial-gradient(
            circle 180px at var(--menu-glow-local-x) var(--menu-glow-local-y),
            rgba(255, 255, 255, 0.15) 0%,
            rgba(255, 255, 255, 0) 72%
        );
    }    

    body.shopify-gallery-page.has-menu-glow-active .detail-left-back {
        background-image:
            radial-gradient(
                circle 140px at var(--menu-glow-local-x) var(--menu-glow-local-y),
                rgba(255, 255, 255, 0.5) 0%,
                rgba(255, 255, 255, 0) 72%
            ),
            linear-gradient(83deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%),
            url("../images/IMS_Menu-background_Web.png");
        background-repeat: no-repeat, no-repeat, repeat;
        background-position: center, center, 0 0;
    }
}

body.shopify-gallery-page .top-menu-mobile-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    font-family: PPNeueMontreal-Medium;
    font-size: 15px;
    color: #2E2E2E;
    letter-spacing: 0.2px;
    line-height: 20px;
    white-space: nowrap;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    pointer-events: none;
    transition: max-width 0.28s ease, opacity 0.22s ease;
}

body.shopify-gallery-page .top-menu-link[data-menu-action="home"],
body.shopify-gallery-page .top-menu-link[data-menu-action="about"],
body.shopify-gallery-page .top-menu-link[data-menu-action="subscribe"] {
    max-width: 120px;
    overflow: hidden;
    opacity: 1;
    transition: color 0.30 ease, max-width 0.28s ease, opacity 0.22s ease;
}

body.about-page .top-menu-link[data-menu-action="about"] {
    pointer-events: none !important;
}

body.about-page .top-menu-link[data-menu-action="about"]{
    color: #ffffff !important;
}

body[data-page="home"]:not(.has-product-open) .top-menu-link[data-menu-action="home"] {
    pointer-events: none !important;
}

body[data-page="home"]:not(.has-product-open) .top-menu-link[data-menu-action="home"] {
    color: #000AFF !important;
}

body.shopify-gallery-page.has-product-open .top-menu {
    justify-content: flex-end;
}

body.shopify-gallery-page.has-product-open .top-menu-mobile-back {
    max-width: 100%;
    opacity: 1;
    pointer-events: auto;
}

.top-menu-link{
    transition: .5s ease all;
}

body.shopify-gallery-page .top-menu-link:hover,
body.shopify-gallery-page .top-menu-link:focus-visible {
    color: #000AFF;
    transition: .5s ease all;
}

body.about-page .top-menu-link:hover,
body.about-page .top-menu-link:focus-visible,
body.legal-page .top-menu-link:hover,
body.legal-page .top-menu-link:focus-visible {
    color: #FFFFFF;
    transition: .5s ease all;
}

body.shopify-gallery-page .seo-product-links {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

body.shopify-gallery-page .top-menu-cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f2bff;
    font-size: 10px;
    line-height: 1;
    vertical-align: middle;
    font-family: 'PPNeueMontreal-Medium';
    transform: translate(1px, -6px);
}

body.about-page .top-menu-cart-count,
body.legal-page .top-menu-cart-count {
    color: #ffffff;
}

body.shopify-gallery-page .top-menu-cart-count.is-empty {
    color: #656686;
}

body.about-page .top-menu-cart-count.is-empty,
body.legal-page .top-menu-cart-count.is-empty {
    color: #ffffff;
}

body.shopify-gallery-page .gallery-container,
body.shopify-gallery-page .top-menu,
body.shopify-gallery-page .info,
body.shopify-gallery-page .product-detail-layer {
    transition: filter 0.28s ease, width 0.28s ease;
}

body.shopify-gallery-page.has-direct-product-entry .gallery-container,
body.shopify-gallery-page.has-direct-product-entry .info {
    opacity: 0;
    pointer-events: none;
}

body.shopify-gallery-page.has-cart-drawer-open .gallery-container,
body.shopify-gallery-page.has-cart-drawer-open .top-menu,
body.shopify-gallery-page.has-cart-drawer-open .info,
body.shopify-gallery-page.has-cart-drawer-open .product-detail-layer {
    filter: none;
}

body.shopify-gallery-page .cart-drawer-backdrop {
    position: fixed;
    top: var(--safe-area-top);
    right: 0;
    bottom: var(--safe-area-bottom);
    left: 0;
    z-index: 70;
    opacity: 0;
    pointer-events: none;
    background: rgb(0, 60, 200);
    mix-blend-mode: multiply;
    transition: opacity 0.25s ease;
}

body.about-page .cart-drawer-backdrop,
body.legal-page .cart-drawer-backdrop {
    background: rgba(0, 0, 0,.8);
}

body.shopify-gallery-page .cart-drawer-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
}

body.shopify-gallery-page .cart-drawer {
    position: fixed;
    top: var(--safe-area-top);
    right: 0;
    width: min(430px, 100vw);
    height: calc(100svh - var(--safe-area-top) - var(--safe-area-bottom));
    z-index: 75;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: translateX(120%);
    transition: transform 0.3s ease;
    background: #fff;
}

body.shopify-gallery-page .cart-drawer.is-open {
    transform: translateX(0);
}

body.shopify-gallery-page .cart-drawer-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 31px 60px;
    _background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0));
}

body.shopify-gallery-page .cart-drawer-header h3 {
    margin: 0;
    font-family: PPNeueMontreal-Medium;
    font-size: 20px;
    color: #2E2E2E;
}

body.shopify-gallery-page .cart-drawer-close {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: transparent;
    font-family: PPNeueMontreal-Regular;
    font-size: 15px;
    color: #656686;
    line-height: 11px;
    cursor: pointer;
}

body.shopify-gallery-page .cart-drawer-close-arrow {
    display: inline-block;
    transform: translateX(0);
    transition: transform 0.2s ease;
}

body.shopify-gallery-page .cart-drawer-close:hover .cart-drawer-close-arrow {
    transform: translateX(-3px);
}

body.shopify-gallery-page .cart-drawer-body {
    flex: 1;
    overflow: auto;
    padding: 120px 31px 120px;
}

body.shopify-gallery-page .cart-drawer-empty {
    margin: 0;
    font-family: PPNeueMontreal-Regular;
    font-size: 14px;
    color: #656686;
}

body.shopify-gallery-page .cart-drawer-item {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}

body.shopify-gallery-page .cart-drawer-item-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
}

body.shopify-gallery-page .cart-drawer-item-main {
    min-width: 0;
}

body.shopify-gallery-page .cart-drawer-item-media {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

body.shopify-gallery-page .cart-drawer-item-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

body.shopify-gallery-page .cart-drawer-item-title {
    font-family: PPNeueMontreal-Medium;
    font-size: 15px;
    color: #42435B;
    letter-spacing: 0.3px;
    line-height: 18px;
}

body.shopify-gallery-page .cart-drawer-item-variant {
    font-family: PPNeueMontreal-Medium;
    font-size: 13px;
    color: #42435B;
    letter-spacing: 0.26px;
    text-align: center;
    line-height: 9px;
}

body.shopify-gallery-page .cart-drawer-item-price {
    font-family: PPNeueMontreal-Medium;
    font-size: 13px;
    color: #42435B;
    letter-spacing: 0.26px;
    text-align: center;
    line-height: 9px;
}

body.shopify-gallery-page .cart-drawer-remove {
    border: 0;
    background: transparent;
    font-family: PPNeueMontreal-Medium;
    font-size: 13px;
    color: #000AFF;
    letter-spacing: 0.26px;
    line-height: 9px;
    cursor: pointer;
    text-decoration: underline;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

body.shopify-gallery-page .cart-drawer-remove[disabled] {
    opacity: 0.45;
    cursor: default;
}

body.shopify-gallery-page .cart-drawer-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 42px 38px 20px;
    background: linear-gradient(to top, rgba(255, 255, 255, .92) 60%, rgba(255, 255, 255, 0));
    text-align: center;
}

body.shopify-gallery-page .cart-drawer-checkout {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-radius: calc(13px * var(--brm));
    corner-shape: squircle;
    padding: 16px 30px;
    font-family: PPNeueMontreal-Medium;
    font-size: 16px;
    color: #FFFFFF;
    text-align: right;
    line-height: 20px;
    background: #0f2bff;
    cursor: pointer;
    transition: .5s ease all;
}

body.shopify-gallery-page .cart-drawer-checkout:hover {
    background: #000000;
    transition: .5s ease all;
}

body.shopify-gallery-page .cart-drawer-checkout-label,
body.shopify-gallery-page .cart-drawer-checkout-amount {
    display: block;
}

body.shopify-gallery-page .cart-drawer-checkout-amount  {
    color:#BBBEFF;
}

body.shopify-gallery-page .cart-drawer-checkout-note {
    font-family: PPNeueMontreal-Medium;
    font-size: 15px;
    color: #42435B;
    letter-spacing: 0.3px;
    text-align: center;
    line-height: 9px;    
    margin-top: 15px;
    display: inline-block;
}

body.shopify-gallery-page .cart-drawer-checkout[disabled] {
    opacity: 0.5;
    cursor: default;
}

body.shopify-gallery-page .gallery-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /*overflow: hidden;*/
    z-index: 5;
    cursor: grab;
}

body.shopify-gallery-page .gallery-container.dragging {
    cursor: grabbing;
}

body.shopify-gallery-page .gallery-grid {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    z-index: 2;
}

body.shopify-gallery-page .gallery-item {
    position: absolute;
    cursor: pointer;
    transition: filter 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    cursor: grab;
    filter: grayscale(0) brightness(.85);
}

body.shopify-gallery-page .gallery-item:hover {
    /*filter: brightness(1.1);*/
    filter: grayscale(0) brightness(1);
}

body.shopify-gallery-page.has-hover-cursor-active .gallery-container,
body.shopify-gallery-page.has-hover-cursor-active .gallery-item,
body.shopify-gallery-page.has-hover-cursor-active #detailCarousel .detail-carousel-image,
body.shopify-gallery-page.has-hover-cursor-active .gallery-fullscreen-image {
    cursor: none;
}

body.shopify-gallery-page .gallery-item.is-unavailable {
    filter: grayscale(1) brightness(.85);
}

body.shopify-gallery-page .gallery-item.is-unavailable img {
    opacity: 0.72;
}

body.shopify-gallery-page .gallery-item.is-unavailable::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 66px;
    height:22px;
    transform: translate(-50%, -30%);
    background-image: url("../images/gone.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    transition: .3s ease all;
}


body.shopify-gallery-page .gallery-item.is-unavailable:hover::after {
    opacity: 1;
    transition: .3s ease all;
    transform: translate(-50%, -50%);
}

body.shopify-gallery-page .gallery-item.is-unavailable:hover {
    filter: grayscale(1) brightness(.85);
}

body.shopify-gallery-page .gallery-hover-cursor {
    position: fixed;
    left: 0;
    top: 0;
    width: 57px;
    height: 57px;
    background-image: url("../images/pointer.svg");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1200;
    opacity: 0;
    transform: translate3d(-100px, -100px, 0);
    will-change: transform, opacity;
}

body.shopify-gallery-page .gallery-hover-cursor.is-visible {
    opacity: 1;
}

body.shopify-gallery-page .gallery-hover-cursor-cross {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 13px;
    transform: translate(-50%, -50%);
}

body.shopify-gallery-page .gallery-hover-cursor-cross::before,
body.shopify-gallery-page .gallery-hover-cursor-cross::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 1.5px;
    background: #D8D8D8;
    transform: translate(-50%, -50%);
}

body.shopify-gallery-page .gallery-hover-cursor-cross::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

body.shopify-gallery-page .gallery-hover-cursor.is-minus .gallery-hover-cursor-cross::after {
    opacity: 0;
}

body.shopify-gallery-page .gallery-grid.detail-step1 .gallery-item {
    filter: grayscale(1) brightness(.85);
    opacity: .35;
}

body.shopify-gallery-page .gallery-grid.detail-step1 .gallery-item.is-selected {
    filter: grayscale(0) brightness(1);
    opacity: 1;
    z-index: 35;
}

body.shopify-gallery-page .gallery-grid.detail-step1 .gallery-item.is-selected.is-unavailable {
    filter: grayscale(1) brightness(.85);
    opacity: 1;
}

body.shopify-gallery-page .gallery-grid.detail-step1 .gallery-item.is-selected.is-unavailable img {
    opacity: 1;
}

body.shopify-gallery-page .gallery-grid.detail-transition .gallery-item {
    opacity: 0;
}

body.shopify-gallery-page .gallery-grid.detail-transition .gallery-item.is-selected {
    opacity: 1;
}

body.shopify-gallery-page .gallery-item img {
    width: 100%;
    height: auto;
    border-radius: calc(8px * var(--brm));
    corner-shape: squircle;
    pointer-events: none;
    user-select: none;
}

body.shopify-gallery-page .gallery-intro-cell {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    pointer-events: none;
}

body.shopify-gallery-page .gallery-intro-cell-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

body.shopify-gallery-page .gallery-intro-cell .ims-logo {
    display: block;
    width: 147px;
    height: 27px;
    margin: 0;
    flex-shrink: 0;
}

body.shopify-gallery-page .gallery-intro-cell img{
    margin-bottom: 23px;
}

body.shopify-gallery-page .gallery-intro-cell-label p {
    display: block;
    text-align: center;
    font-family: PPNeueMontreal-Medium;
    font-size: 18px;
    color: #42435B;
    line-height: 23px;
    letter-spacing: -0.1px;
    user-select: none;
    margin: 20px 0 0 0;
    min-height: 23px;
    height: 23px;
    white-space: nowrap;
    overflow: hidden;
}

body.shopify-gallery-page .gallery-intro-cell-label p + p {
    margin-top: 0px;
}

body.shopify-gallery-page .gallery-item.zoomed {
    z-index: 1000;
    cursor: zoom-out;
}

body.shopify-gallery-page .gallery-item.zoomed img {
    border-radius: 0;
}

body.shopify-gallery-page .detail-carousel-image.is-fullscreen-source {
    visibility: hidden;
}

body.shopify-gallery-page .gallery-fullscreen-layer {
    position: fixed;
    inset: 0;
    z-index: 85;
    background: #D5D5D5;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    /*transition: opacity 0.26s ease;*/
    transition: opacity 0.26s ease, visibility 0s 0.26s;
}

body.shopify-gallery-page .gallery-fullscreen-layer.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.26s ease, visibility 0s;
}

body.shopify-gallery-page .gallery-fullscreen-backdrop {
    position: absolute;
    inset: 0;
    background: transparent;
}

body.shopify-gallery-page .gallery-fullscreen-media {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.shopify-gallery-page .gallery-fullscreen-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: auto;
    max-width: 100vw;
    transform: translate3d(0, 0, 0);
    cursor: pointer;
    user-select: none;
}

body.shopify-gallery-page.has-gallery-fullscreen-open .gallery-container {
    cursor: default;
}

body.shopify-gallery-page.has-gallery-fullscreen-open .gallery-container,
body.shopify-gallery-page.has-gallery-fullscreen-open .top-menu,
body.shopify-gallery-page.has-gallery-fullscreen-open .info,
body.shopify-gallery-page.has-gallery-fullscreen-open .product-detail-layer,
body.shopify-gallery-page.has-gallery-fullscreen-open .filter-open-button,
body.shopify-gallery-page.has-gallery-fullscreen-open .cart-drawer,
body.shopify-gallery-page.has-gallery-fullscreen-open .cart-drawer-backdrop {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.24s ease;
}

body.shopify-gallery-page.has-gallery-fullscreen-open #detailCarousel {
    overflow: hidden !important;
}

body.shopify-gallery-page .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

body.shopify-gallery-page .overlay.active {
    opacity: 1;
    pointer-events: auto;
}

body.shopify-gallery-page .filter-open-button {
    position: fixed;
    left: 50%;
    bottom: calc(20px + var(--safe-area-bottom));
    transform: translateX(-50%);
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: 0;
    border-radius: calc(11px * var(--brm));
    corner-shape: squircle;
    padding: 0 30px;
    opacity: 1;
    cursor: pointer;
    z-index: 12;
    color: #FFFFFF;
    font-family: PPNeueMontreal-Medium;
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1;
    background-color: rgba(8, 14, 221,1);
    background-image: linear-gradient(83deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.07) 100%), url("../images/IMS_Menu-background_Web.png");
    background-repeat: no-repeat, repeat;
    background-position: center, 0 0;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.10);
    /*-webkit-backdrop-filter: blur(12px) saturate(220%);
    backdrop-filter: blur(12px) saturate(220%);*/
    isolation: isolate;
    --filter-icon-accent: #8288FF;
    --filter-button-blue: rgb(8, 14, 221);
    transition: transform 0.32s ease, opacity 0.25s ease, background-color 0.3s ease;
}

body.shopify-gallery-page .filter-open-button::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: calc(11px * var(--brm));
    corner-shape: squircle;
    background: linear-gradient(83deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.11) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

body.shopify-gallery-page .filter-open-button .filter-line {
    transition: .3s ease all;
    fill: var(--filter-icon-accent);
}

@media (hover: hover) and (pointer: fine) {
    body.shopify-gallery-page .filter-open-button:hover {
        background-color: #000000;
        opacity: 1;
    }

    body.shopify-gallery-page .filter-open-button:hover .filter-line {
        transition: .3s ease all;
        fill: #fff;
    }
}


body.shopify-gallery-page .filter-open-button:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.75);
    outline-offset: 2px;
}

body.shopify-gallery-page .filter-open-button _img {
    width: 20px;
    height: 14px;
    display: block;
}

body.shopify-gallery-page .filter-open-button #filterButtonText {
    display: block;
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1;
    text-transform: lowercase;
}

body.shopify-gallery-page .filter-open-button _#filterButtonClear {
    display: none;
    width: 18px;
    height: 18px;
    margin-left: 8px;
    border-radius: 50%;
    background: var(--filter-icon-accent);
    color: var(--filter-button-blue);
    font-size: 13px;
    line-height: 1;
    text-transform: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

body.shopify-gallery-page.has-filter-panel-open .gallery-container,
body.shopify-gallery-page.has-filter-panel-open .info {
    pointer-events: none;
}

body.shopify-gallery-page .filter-menu {
    display: none;
}

body.shopify-gallery-page.has-filter-panel-open .top-menu {
    opacity: 0;
    pointer-events: none;
    /*transform: translate(-50%, -100%);*/
    transition: .3s ease all;
}

body.shopify-gallery-page.has-subscribe-modal-open .top-menu {
    opacity: 0;
    pointer-events: none;
    transform: translate(0, -100%);
    transition: .3s ease all;
}

body.shopify-gallery-page.has-subscribe-modal-open .filter-open-button {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 80px);
    transition: .3s ease all;
}

body.shopify-gallery-page.has-product-open .filter-open-button {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 80px);
}

body.shopify-gallery-page .filter-panel-backdrop {
    position: fixed;
    top: var(--safe-area-top);
    right: 0;
    bottom: var(--safe-area-bottom);
    left: 0;
    z-index: 36;
    background: rgba(0, 0, 0, 0.18);
    -webkit-backdrop-filter: blur(28px);
    backdrop-filter: blur(28px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.38s ease;
}

body.shopify-gallery-page.has-filter-panel-open .filter-panel-backdrop {
    opacity: 1;
    pointer-events: auto;
}

body.shopify-gallery-page .filter-panel {
    --filter-panel-drag-y: 0px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
    width: min(900px, calc(100vw - 40px));
    height: min(425px, calc(100vh - 70px));
    max-height: min(425px, calc(100vh - 70px));
    z-index: 37;
    border-radius: calc(14px * var(--brm));
    corner-shape: squircle;
    padding: 20px 30px;
    overflow: auto;
    background: rgba(20, 30, 255, 1);
    color: #ffffff;
    opacity: 0;
    transition: .3s ease all;
    pointer-events: none;
}

body.has-filter-panel-open .filter-panel {
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: .3s ease all;
    transition-delay: 0.28s;
    pointer-events: initial;
}
body.shopify-gallery-page.has-filter-panel-open .filter-open-button {
    opacity: 0;
    pointer-events: none;
}

body.shopify-gallery-page .filter-panel-close {
    position: absolute;
    top: 12px;
    right: 16px;
    width: 28px;
    height: 28px;
    border: 0;
    padding: 0;
    background: transparent;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    opacity: .92;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes draw-x-line {
    from { stroke-dashoffset: 20; }
    to   { stroke-dashoffset: 0; }
}

.close-x-svg .close-x-line {
    stroke-dasharray: 20;
    stroke-dashoffset: 20;
}

body.has-filter-panel-open .filter-panel-close .close-x-svg .close-x-line:nth-child(1),
body.has-subscribe-modal-open .subscribe-modal-close .close-x-svg .close-x-line:nth-child(1) {
    animation: draw-x-line 0.28s ease forwards 0.53s;
}

body.has-filter-panel-open .filter-panel-close .close-x-svg .close-x-line:nth-child(2),
body.has-subscribe-modal-open .subscribe-modal-close .close-x-svg .close-x-line:nth-child(2) {
    animation: draw-x-line 0.28s ease forwards 0.63s;
}

body.shopify-gallery-page .filter-panel-grid {
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: flex-start;
    gap: 60px;
}

body.shopify-gallery-page .filter-panel-handle {
    display: none;
}

body.shopify-gallery-page .filter-panel-tabs {
    display: none;
}

body.shopify-gallery-page .filter-panel-tab {
    border: 0;
    background: transparent;
}

body.shopify-gallery-page .filter-panel-column {
    display: block;
}

body.shopify-gallery-page .filter-panel-title {
    margin: 0 0 24px;
        font-family: PPNeueMontreal-Medium;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0.3px;
        line-height: 20px;
}

body.shopify-gallery-page .filter-panel-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.shopify-gallery-page .filter-panel-list.is-multicolumn {
    column-count: 2;
    column-gap: 18px;
}

body.shopify-gallery-page .filter-panel-list li {
    break-inside: avoid;
}


body.shopify-gallery-page .filter-panel-option {
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
    font-family: PPNeueMontreal-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.3px;
    line-height: 30px;
    display: flex;
    height: 30px;
    gap: 5px;    
    align-items: center;
}

.filter-wrapper-along {
    overflow: hidden;
    height: 50%;
    display: flex;
    min-width: 0;
}
.filter-wrapper {
    display: flex;
    flex-direction: column;
    height: 200%;
}

.filter-wrapper span {
    height: 50%;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

body.shopify-gallery-page .filter-panel-option .filter-wrapper {
    transition: .2s ease all;
    transform: translateY(0%);
}

body.shopify-gallery-page .filter-panel-option:hover .filter-wrapper {
    transition: .2s ease all;
    transform: translateY(-50%);
}

body.shopify-gallery-page .filter-panel-option.is-active {
    color: #ffffff;
}

body.shopify-gallery-page .filter-panel-option.is-active em {
    color: #ffffff;
}

body.shopify-gallery-page .filter-panel-option.is-disabled,
body.shopify-gallery-page .filter-panel-option:disabled {
    opacity: .45;
    cursor: default;
}

body.shopify-gallery-page .filter-panel-list em {
    font-style: normal;
    color: #8288FF;
    font-size: .82em;
    transition: .3s ease all;
}

body.shopify-gallery-page .filter-panel-option:hover em {
    color: #fff;
    transition: .3s ease all;
}

@media (max-width: 950px) {
    body.shopify-gallery-page .filter-panel {
        padding: 16px 20px 24px;
    }

    body.shopify-gallery-page .filter-panel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 24px;
    }

    body.shopify-gallery-page .filter-panel-list.is-multicolumn {
        column-count: 1;
    }
}

/* ── Subscribe modal ── */

.subscribe-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 36;
    background: rgba(0, 0, 0, 0.18);
    -webkit-backdrop-filter: blur(28px);
    backdrop-filter: blur(28px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.38s ease;
}

body.about-page .subscribe-modal-backdrop {
    background: rgba(0, 0, 0, 0.80);
}

body.has-subscribe-modal-open .subscribe-modal-backdrop {
    opacity: 1;
    pointer-events: auto;
}

.subscribe-modal {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
    width: min(256px, calc(100vw - 40px));
    z-index: 37;
    border-radius: calc(14px * var(--brm));
    corner-shape: squircle;
    padding: 17px 12px 12px;
    background: rgba(20, 30, 255, 1);
    color: #ffffff;
    opacity: 0;
    transition: .3s ease all;
    pointer-events: none;
    text-align: center;
}

body.has-subscribe-modal-open .subscribe-modal {
    transform: translate(-50%, -50%);
    opacity: 1;
    pointer-events: initial;
    transition: .3s ease all;
    transition-delay: 0.28s;
}

.subscribe-modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    width: 28px;
    height: 28px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    opacity: .92;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe-modal-close {
    color: #fff;
}

.subscribe-modal-close .close-x-svg {
    width: 14px;
    height: 14px;
}

.subscribe-modal-title {
    margin: 0 0 14px;

    font-family: PPNeueMontreal-Regular;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0.3px;
    text-align: center;
    line-height: 20px;    
}

.subscribe-modal-subtitle {
    margin: 0 0 17px;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;

    font-family: PPNeueMontreal-Regular;
    font-size: 12px;
    color: #E1E2FF;
    letter-spacing: 0.3px;
    text-align: center;
    line-height: 17px;    
}

.subscribe-modal-form {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.subscribe-modal-email {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #0007BF;
    border: 0;
    border-radius: calc(5px * var(--brm));
    padding: 13px 16px;
    color: #fff;
    font-family: PPNeueMontreal-Medium;
    font-size: 15px;
    outline: none;
}

.subscribe-modal-email::placeholder {
    opacity: 0.5;
    font-family: PPNeueMontreal-Medium;
    font-size: 15px;
    color: #BBBEFF;
    letter-spacing: 0.3px;
    text-align: center;
    line-height: 22px;
}

.subscribe-modal-submit {
    display: block;
    width: 100%;
    background: #000;
    color: #fff;
    border: 0;
    border-radius: calc(5px * var(--brm));
    padding: 13px 16px;
    font-family: PPNeueMontreal-Medium;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: .02em;
}

.subscribe-modal-success,
.subscribe-modal-error {
    margin: 14px 0 0;
    font-family: PPNeueMontreal-Regular;
    font-size: 12px;
    color: #ffffff;
    line-height: 17px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.3px;
    display: none;
    margin-bottom: 14px;
}

.subscribe-modal-error {
    color: #ffd0d0;
}

body.has-subscribe-modal-open .subscribe-modal-success.is-visible,
body.has-subscribe-modal-open .subscribe-modal-error.is-visible {
    display: block;
}

@media (max-width: 640px) {
    html,
    body {
        height: 100%;
        overflow: hidden;
        overscroll-behavior: none;
    }

    html:has(body.about-page),
    body.about-page {
        height: auto;
        overflow: auto;
        overflow-x: hidden;
        overscroll-behavior: auto;
        background: #000AFF;
    }

    body.shopify-gallery-page {
        height: 100svh;
        min-height: 100svh;
    }

    body.about-page.shopify-gallery-page {
        height: auto;
        min-height: 100svh;
        background: #000AFF;
    }

    body.shopify-gallery-page::before,
    body.shopify-gallery-page::after {
        content: "";
        position: fixed;
        left: 0;
        right: 0;
        pointer-events: none;
        z-index: 2000;
        background: #EDEDED;
    }

    body.shopify-gallery-page::before {
        top: 0;
        height: var(--safe-area-top);
    }

    body.shopify-gallery-page::after {
        bottom: 0;
        height: var(--safe-area-bottom);
    }

    body.shopify-gallery-page .filter-panel {
        left: 0;
        right: 0;
        top: auto;
        bottom: var(--safe-area-bottom);
        width: 100%;
        height: min(66vh, 560px);
        max-height: calc(100svh - var(--safe-area-top) - var(--safe-area-bottom) - 88px);
        border-radius: 13px 13px 0 0;
        padding: 6px 0 0;
        overflow: hidden;
        opacity: 1;
        transform: translate3d(0, calc(100% + var(--filter-panel-drag-y)), 0);
        transition: transform 0.48s cubic-bezier(.22, .82, .24, 1);
    }

    body.shopify-gallery-page.has-filter-panel-open .filter-panel {
        opacity: 1;
        transform: translate3d(0, var(--filter-panel-drag-y), 0);
    }

    body.shopify-gallery-page.is-filter-panel-dragging .filter-panel {
        transition: none;
    }

    body.shopify-gallery-page .filter-panel-handle {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 12px;
        padding-top: 0px;
        touch-action: none;
        cursor: grab;
        margin-bottom: 12px;
    }

    body.shopify-gallery-page .filter-panel-handle-bar {
        display: block;
        width: 60px;
        height: 2px;
        border-radius: calc(40px * var(--brm));
        corner-shape: squircle;
        background: rgba(0, 0, 0, 0.50);
    }

    body.shopify-gallery-page .filter-panel-tabs {
        --tab-indicator-x: 0px;
        --tab-indicator-width: 44px;
        display: flex;
        justify-content: space-between;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.50);
        margin: 0 14px;
    }

    body.shopify-gallery-page .filter-panel-tabs::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: var(--tab-indicator-width);
        height: 1px;
        background: #BBBEFF;
        border-radius: calc(20px * var(--brm));
        corner-shape: squircle;
        transform: translate3d(var(--tab-indicator-x), 0, 0);
        transition: transform 0.24s ease, width 0.24s ease;
        will-change: transform, width;
        pointer-events: none;
    }

    body.shopify-gallery-page .filter-panel-tab {
        position: relative;
        padding: 12px 0 20px;
        color: #8288FF;
        font-family: PPNeueMontreal-Medium;
        font-size: 16px;
        letter-spacing: 0.3px;
        line-height: 1;
        text-align: center;
        cursor: pointer;
    }

    body.shopify-gallery-page .filter-panel-tab.is-active {
        color: #FFFFFF;
    }

    body.shopify-gallery-page .filter-panel-close {
        display: none;
    }

    body.shopify-gallery-page .filter-panel-grid {
        display: block;
        padding: 12px 14px 24px;
        height: calc(100% - 56px);
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    body.shopify-gallery-page .filter-panel-column {
        display: none;
    }

    body.shopify-gallery-page .filter-panel-column.is-active {
        display: block;
    }

    body.shopify-gallery-page .filter-panel-title {
        display: none;
    }

    body.shopify-gallery-page .filter-panel-list,
    body.shopify-gallery-page .filter-panel-list.is-multicolumn {
        column-count: 2;
        column-gap: 28px;
    }

    body.shopify-gallery-page .filter-panel-option {
        width: 100%;
        min-height: 36px;
        line-height: 36px;
        font-size: 14px;
        letter-spacing: 0.1px;
        justify-content: flex-start;
        break-inside: avoid;
    }

    body.shopify-gallery-page .filter-panel-list em {
        font-size: 12px;
    }

    body.shopify-gallery-page .top-menu-mobile-shell {
        position: fixed;
        top: 20px;
        left: 0;
        right: 0;
        z-index: 30;
        display: flex;
        align-items: center;
        padding: 0 20px;
        box-sizing: border-box;
        pointer-events: none;
        height: 52px;
    }

    body.shopify-gallery-page .top-menu {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
        padding: 0 30px;
        max-width: 100%;
        gap: 18px;
        justify-content: flex-start;
        pointer-events: auto;
        margin-left: auto;
        transition: max-width 0.28s ease, gap 0.28s ease, filter 0.28s ease;
    }

    body.shopify-gallery-page .top-menu-link {
        flex: 1;
        text-align: center;
        min-width: 0;
        overflow: hidden;
    }

    body.shopify-gallery-page .top-menu-link[data-menu-action="cart"] {
        flex: 0 0 auto;
    }
    body.shopify-gallery-page .top-menu-link[data-menu-action="home"] {
        flex: 0 0 auto;
    }    

    body.shopify-gallery-page .top-menu-mobile-back {
        position: fixed;
        top: 20px;
        left: 20px;
        z-index: 30;
        min-height: 52px;
        padding: 0 30px;
        border-radius: calc(11px * var(--brm));
        corner-shape: squircle;
        background-image: linear-gradient(83deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%), url("../images/IMS_Menu-background_Web.png");
        background-repeat: no-repeat, repeat;
        background-position: center, 0 0;
        box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.10);
        -webkit-backdrop-filter: blur(12px) saturate(220%);
        backdrop-filter: blur(12px) saturate(220%);
        isolation: isolate;
        max-width: 0;
    }

    body.shopify-gallery-page.has-filter-panel-open .top-menu {
        /*transform: translateY(-100%);*/
    }

    body.shopify-gallery-page.has-subscribe-modal-open .top-menu {
        /*transform: translateY(-100%);*/
    }

    body.shopify-gallery-page.has-filter-panel-open .top-menu-mobile-back {
        opacity: 0;
        pointer-events: none;
        max-width: 0;
    }

    body.shopify-gallery-page.has-product-open .top-menu {
        max-width: 44px;
        _gap: 0;
    }
}

body.shopify-gallery-page .info {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    border-radius: calc(4px * var(--brm));
    corner-shape: squircle;
    font-size: 14px;
    z-index: 10;
    max-width: min(560px, calc(100vw - 40px));
    max-height: min(42vh, 420px);
    overflow: auto;
}

body.shopify-gallery-page .info-summary {
    margin-bottom: 10px;
}

body.shopify-gallery-page .info-section {
    margin-top: 10px;
}

body.shopify-gallery-page .info-section-title {
    margin: 0 0 6px;
    font-size: 12px;
    text-transform: uppercase;
    opacity: .8;
}

body.shopify-gallery-page .filter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

body.shopify-gallery-page .filter-chip {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: transparent;
    color: #fff;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    padding: 7px 10px;
    cursor: pointer;
}

body.shopify-gallery-page .filter-chip.active {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.65);
}

body.shopify-gallery-page .filter-empty {
    font-size: 12px;
    opacity: .7;
}

body.shopify-gallery-page .product-detail-layer {
    position: fixed;
    inset: 0;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

body.shopify-gallery-page .product-detail-layer.is-step1,
body.shopify-gallery-page .product-detail-layer.is-step2 {
    opacity: 1;
    visibility: visible;
}

body.shopify-gallery-page .product-detail-layer.is-step1 {
    z-index: 6;
    pointer-events: none;
}

body.shopify-gallery-page .product-detail-layer.is-step2 {
    z-index: 20;
    pointer-events: auto;
}

body.shopify-gallery-page .detail-left-back {
    position: absolute;
    top: 50px;
    left: 40px;
    min-height: 52px;
    padding: 0 30px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    font-family: PPNeueMontreal-Medium;
    font-size: 15px;
    color: #2E2E2E;
    letter-spacing: 0.2px;
    line-height: 20px;
    overflow: hidden;
    border-radius: calc(11px * var(--brm));
    corner-shape: squircle;
    background-image: linear-gradient(83deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%), url("../images/IMS_Menu-background_Web.png");
    background-repeat: no-repeat, repeat;
    background-position: center, 0 0;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.10);
    -webkit-backdrop-filter: blur(12px) saturate(220%);
    backdrop-filter: blur(12px) saturate(220%);
    isolation: isolate;
    opacity: 0;
    pointer-events: none;
    transition: color 0.2s ease, opacity 0.2s ease;
    z-index: 25;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
}

body.shopify-gallery-page .detail-left-back:hover,
body.shopify-gallery-page .detail-left-back:focus,
body.shopify-gallery-page .detail-left-back:focus-visible,
body.shopify-gallery-page .detail-left-back:active {
    background-color: transparent;
}

body.shopify-gallery-page .detail-left-back::-moz-focus-inner {
    border: 0;
    padding: 0;
}

body.shopify-gallery-page .detail-left-back::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: calc(11px * var(--brm));
    corner-shape: squircle;
    background: linear-gradient(83deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.11) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

body.shopify-gallery-page .detail-left-back:hover,
body.shopify-gallery-page .detail-left-back:focus-visible {
    color: #000000;
}

body.shopify-gallery-page .product-detail-layer.is-step2 .detail-left-back {
    opacity: 1;
    pointer-events: auto;
}

body.shopify-gallery-page .product-detail-layer.is-direct-entry .detail-left-back {
    opacity: 0;
    pointer-events: none;
}

body.shopify-gallery-page .product-title-ghost {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    max-width: 76vw;
    font-size: 150px;
    line-height: 132px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -4px;
    color: #000000;
    white-space: normal;
    text-align: center;
    z-index: 1;
    pointer-events: none;

    font-family: PPNeueMontreal-Medium;
    font-weight: 200;
}

body.shopify-gallery-page .product-title-ghost .ghost-line {
    display: block!important;
    overflow: hidden;
    width: auto;
    width: fit-content;
    padding: 0 2px;
    position: relative;
}

body.shopify-gallery-page .product-title-ghost .ghost-line-inner {
    display: block;
    transform-origin: 50% 100%;
    will-change: transform, opacity;
}

body.shopify-gallery-page .product-title-ghost .ghost-line.is-collection,
body.shopify-gallery-page .product-title-ghost .ghost-line.is-collection .ghost-line-inner {
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
}

body.shopify-gallery-page .product-title-ghost.is-wrap-locked .ghost-line,
body.shopify-gallery-page .product-title-ghost.is-wrap-locked .ghost-line .ghost-line-inner {
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
}

body.shopify-gallery-page .product-title-ghost.is-in-panel .ghost-line,
body.shopify-gallery-page .product-title-ghost.is-in-panel .ghost-line .ghost-line-inner {
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
}

body.shopify-gallery-page .product-title-ghost.is-in-step1 .ghost-line,
body.shopify-gallery-page .product-title-ghost.is-in-step1 .ghost-line .ghost-line-inner {
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
}

body.shopify-gallery-page .product-title-ghost .ghost-line.is-collection .ghost-line-inner {
    color: #000AFF;
}

body.shopify-gallery-page .product-title-ghost.is-in-step1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

body.shopify-gallery-page .product-title-ghost.is-in-panel {
    position: absolute;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    z-index: auto;
    font-size: 36px;
    letter-spacing: -0.72px;
    text-align: center;
    line-height: 33.84px;
}

body.shopify-gallery-page .product-stage {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 55vw minmax(340px, 45vw);
    z-index: 1;
    opacity: 0;
    transition: none;
}

body.shopify-gallery-page .product-detail-layer.is-step2 .product-stage {
    opacity: 1;
}

body.shopify-gallery-page .product-media-column {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

body.shopify-gallery-page #detailThumbs > #indicator {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 65px;
    background: #ededed;
    z-index: 0;
    border-radius: calc(6px * var(--brm));
    corner-shape: squircle;
    pointer-events: none;
    z-index: 0;
}
body.shopify-gallery-page .product-thumbs {
    width: 48px;
    margin-left: 38px;
    margin-top: 0;
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-height: calc(100vh - 140px);
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
    padding: 10px 0;
}

body.shopify-gallery-page .product-thumbs::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

body.shopify-gallery-page .detail-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 48px;
    height: 22px;
    flex: 0 0 auto;
    border-radius: calc(6px * var(--brm));
    corner-shape: squircle;
    overflow: hidden;
    opacity: .72;
    z-index: 1;
    border: 0 !important;
    padding: 0;
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    display: block;
    cursor: pointer;
    font: inherit;
    line-height: 1;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}

body.shopify-gallery-page .detail-thumb:focus,
body.shopify-gallery-page .detail-thumb:focus-visible,
body.shopify-gallery-page .detail-thumb:active {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
    background: transparent !important;
}

body.shopify-gallery-page .detail-thumb::-moz-focus-inner {
    border: 0;
    padding: 0;
}

body.shopify-gallery-page .detail-thumb.is-active {
    opacity: 1;
}

body.shopify-gallery-page .detail-thumb img {
    width: 22px;
    margin: 0 auto;
    height: auto;
    display: block;
    border-radius: 3px;
}

body.shopify-gallery-page .product-carousel-wrap {
    flex: 1 1 auto;
    overflow: hidden;
}

body.shopify-gallery-page .product-carousel {
    height: calc(100vh - 50px);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 70px;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

body.shopify-gallery-page .product-carousel::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
    background: transparent !important;
}

body.shopify-gallery-page .product-carousel::-webkit-scrollbar-thumb,
body.shopify-gallery-page .product-carousel::-webkit-scrollbar-track {
    display: none !important;
    background: transparent !important;
}

body.shopify-gallery-page #detailCarousel {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

body.shopify-gallery-page #detailCarousel::-webkit-scrollbar,
body.shopify-gallery-page #detailCarousel::-webkit-scrollbar-thumb,
body.shopify-gallery-page #detailCarousel::-webkit-scrollbar-track {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
    background: transparent !important;
}

body.shopify-gallery-page .detail-carousel-item {
    width: 100%;
}

body.shopify-gallery-page .detail-carousel-image {
    width: 100%;
    height: auto;
    display: block;
}

body.shopify-gallery-page .detail-carousel-item:last-child .detail-carousel-image {
    margin-bottom: 0;
}

body.shopify-gallery-page .product-panel {
    background: transparent;
    padding: 0 60px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    position: relative;
}

body.shopify-gallery-page .detail-panel-bg {
    position: absolute;
    inset: 0;
    background: #EDEDED;
    z-index: 0;
    pointer-events: none;
}

body.shopify-gallery-page .product-panel > *:not(.detail-panel-bg) {
    position: relative;
    z-index: 1;
}

body.shopify-gallery-page .detail-title-slot {
    min-height: clamp(80px, 17vh, 220px);
    margin: 0 0 0;
    overflow: visible;
    position: relative;
    margin-top: 130px;
}

body.shopify-gallery-page .product-title-ghost.detail-title-reserve,
body.shopify-gallery-page .product-title-ghost.detail-title-reserve.is-in-panel {
    visibility: hidden;
    pointer-events: none;
    position: relative;
    inset: auto;
    left: auto;
    top: auto;
    width: 100%;
    z-index: -1;
}

body.shopify-gallery-page .detail-panel-content {
    opacity: 1;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 120px);
    padding-right: 6px;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
    padding: 30px 0;
    /* iOS Safari paint/compositing guard for post-animation text disappearance */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    contain: paint;
    isolation: isolate;
    will-change: transform;
}

body.shopify-gallery-page .detail-panel-content::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
    background: transparent !important;
}

body.shopify-gallery-page .detail-panel-content::-webkit-scrollbar-thumb,
body.shopify-gallery-page .detail-panel-content::-webkit-scrollbar-track {
    display: none !important;
    background: transparent !important;
}

body.shopify-gallery-page #detailPanelContent {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

body.shopify-gallery-page #detailPanelContent::-webkit-scrollbar,
body.shopify-gallery-page #detailPanelContent::-webkit-scrollbar-thumb,
body.shopify-gallery-page #detailPanelContent::-webkit-scrollbar-track,
body.shopify-gallery-page .product-detail-layer *::-webkit-scrollbar,
body.shopify-gallery-page .product-detail-layer *::-webkit-scrollbar-thumb,
body.shopify-gallery-page .product-detail-layer *::-webkit-scrollbar-track {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
    background: transparent !important;
}

body.shopify-gallery-page .detail-desc {
    margin: 30px 0;
    max-width: 520px;

    font-family: PPNeueMontreal-Regular;


    font-family: PPNeueMontreal-Regular;
    font-size: 14px;
    color: #42435B;
    letter-spacing: 0.3px;
    line-height: 21px;    

}


body.shopify-gallery-page .detail-wrapper {
    max-width: 450px;
}

body.shopify-gallery-page .detail-price.is-loading {
    opacity: 0.85;
    pointer-events: none;
}
body.shopify-gallery-page .detail-desc p {
    margin: 0 0 15px;
}

body.shopify-gallery-page .detail-desc p:last-child {
    margin-bottom: 0;
}

body.shopify-gallery-page .detail-meta {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2px 10px;
    margin: 0px 0 30px;

    font-family: 'PPNeueMontreal-Regular';
    font-size: 13px;
    color: #656686;
    letter-spacing: 0.32px;
    line-height: 19px;    
}

body.shopify-gallery-page .detail-meta-row {
    display: grid;
    grid-template-columns: 75px minmax(0, 1fr);
    column-gap: 0px;
    align-items: start;
}

body.shopify-gallery-page .detail-meta-row span {
    display: block;
    min-width: 0;
    overflow-wrap: anywhere;
    text-transform: none;
    opacity: 1;
    font-family: 'PPNeueMontreal-Regular';
}

body.shopify-gallery-page .detail-meta-row strong {
    display: block;
    font-weight: 500;
    font-family: 'PPNeueMontreal-Medium';
}

body.shopify-gallery-page .detail-price {
    display: none;
    align-items: center;
    gap: 35px;
    border-radius: calc(13px * var(--brm));
    corner-shape: squircle;
    background: #0f2bff;
    color: #fff;
    font-size: 15px;
    font-family: 'PPNeueMontreal-Regular';
    cursor: pointer;
    user-select: none;
    transition: .3s ease all;
}

body.shopify-gallery-page #detailPriceMobile {
    display: flex;
    position: fixed;
    left: 28px;
    right: 28px;
    bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    z-index: 32;
    justify-content: space-between;
    padding: 18px 26px;
    opacity: 0;
    transform: translateY(24px);
    pointer-events: none;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

body.shopify-gallery-page #detailPriceMobile.is-disabled {
    justify-content: center;
    left: 60px;
    right: 60px;    
}

body.shopify-gallery-page #detailPriceMobile.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

body.shopify-gallery-page #detailPriceMobileSafeAreaCover {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: env(safe-area-inset-bottom, 0px);
    background: #EDEDED;
    z-index: 33;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
}

body.shopify-gallery-page #detailPriceMobileSafeAreaCover.is-visible {
    opacity: 1;
}

body.shopify-gallery-page .detail-price:hover {
    transition: .3s ease all;
    background: #000000;
}

body.shopify-gallery-page .detail-price.is-disabled,
body.shopify-gallery-page .detail-price.is-disabled:hover {
    background: #9ea2b5;
    cursor: default;
}

body.shopify-gallery-page .detail-price.is-disabled .detail-price-amount,
body.shopify-gallery-page .detail-price.is-disabled .detail-price-cta {
    color: #f0f1f8;
}

.detail-price.is-disabled .detail-price-amount {
    display: none;;
}

body.shopify-gallery-page .detail-price-amount {
    color: #BBBEFF;
    transform: translateY(1px);
}

body.shopify-gallery-page .detail-price-cta {
    color: #fff;
}

/* ── Accordion ──────────────────────────────────────────────── */

body.shopify-gallery-page .detail-accordion {
    margin-bottom: 60px;
}

body.shopify-gallery-page .detail-accordion-item {
    border-top: 1px solid #D8D8D8;
}


body.shopify-gallery-page .detail-accordion-item:first-child {
    border-top: none;
}

body.shopify-gallery-page .detail-accordion-item.is-first-visible {
    border-top: none;
}

body.shopify-gallery-page .detail-accordion-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    text-align: left;
    gap: 16px;
}


body.shopify-gallery-page .detail-accordion-label {
    flex: 1;
    min-width: 0;
    text-transform: uppercase;
    font-family: PPNeueMontreal-Bold;
    font-size: 10px;
    color: #42435B;
    letter-spacing: 0.83px;
    line-height: 17px;
    transition: color 0.28s ease;
}

body.shopify-gallery-page .detail-accordion-item.is-open .detail-accordion-label {
    color: #000000;
}

body.shopify-gallery-page .detail-accordion-icon {
    position: relative;
    flex-shrink: 0;
    width: 12px;
    height: 12px;
}

body.shopify-gallery-page .detail-accordion-icon::before,
body.shopify-gallery-page .detail-accordion-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: center;
    transition: .3s ease all;
}

/* Segmento orizzontale */
body.shopify-gallery-page .detail-accordion-icon::before {
    width: 12px;
    height: 0;
    border-top: 1px solid #BFBFBF;
    transform: translate(-50%, -50%);
}

/* Segmento verticale → forma il + insieme a ::before */
body.shopify-gallery-page .detail-accordion-icon::after {
    width: 0;
    height: 12px;
    border-left: 1px solid #BFBFBF;
    transform: translate(-50%, -50%);
}

body.shopify-gallery-page .detail-accordion-trigger:hover .detail-accordion-icon::after {
    transition: .3s ease all;
    border-left-color: #000AFF;
}

body.shopify-gallery-page .detail-accordion-trigger:hover .detail-accordion-icon::before{
    transition: .3s ease all;
    border-top-color: #000AFF;
}

/* Open → − (nasconde il segmento verticale) */
body.shopify-gallery-page .detail-accordion-item.is-open .detail-accordion-icon::before {
    transform: translate(-50%, -50%);
}

body.shopify-gallery-page .detail-accordion-item.is-open .detail-accordion-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
}

body.shopify-gallery-page .detail-accordion-body {
    overflow: hidden;
    height: 0;
}

body.shopify-gallery-page .detail-accordion-body-inner {
    color: #656686;
    padding-bottom: 16px;
    font-family: 'PPNeueMontreal-Regular';
    font-size: 13px;
    color: #42435B;
    letter-spacing: 0.32px;
    line-height: 19px;    
}

.detail-accordion-body-inner a {
    color: #000AFF;
    text-decoration: none;
}

.detail-accordion-body-inner a:hover {
    color: #000AFF;
    text-decoration: underline;
}

body.shopify-gallery-page .detail-condition-block {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

body.shopify-gallery-page .detail-condition-description {
    margin: 0;
}

body.shopify-gallery-page .detail-condition-scale {
    position: relative;
    padding-top: 18px;
}

body.shopify-gallery-page .detail-condition-line {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 10, 255, 0) 0%, rgba(0, 10, 255, 1) 50%);
}

body.shopify-gallery-page .detail-condition-star {
    position: absolute;
    top: 11px;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

body.shopify-gallery-page .detail-condition-star img {
    width: 100%;
    height: 100%;
    display: block;
}

body.shopify-gallery-page .detail-condition-states {
    margin-top: 14px;
    position: relative;
    height: 14px;
}

body.shopify-gallery-page .detail-condition-states .condition-state {
    position: absolute;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.shopify-gallery-page .detail-condition-states .condition-state.is-left {
    left: 0;
    transform: translateX(0);
}

body.shopify-gallery-page .detail-condition-states .condition-state.is-center {
    left: 50%;
    transform: translateX(-50%);
}

body.shopify-gallery-page .detail-condition-states .condition-state.is-right {
    left: 100%;
    transform: translateX(-100%);
}

body.shopify-gallery-page .detail-condition-states .condition-state img {
    display: block;
    width: auto;
    height: 14px;
    max-width: 160px;
}

body.shopify-gallery-page .detail-condition-star.is-left {
    left: 5%;
    transform: translateX(0);
}

body.shopify-gallery-page .detail-condition-star.is-center {
    left: 50%;
    transform: translateX(-50%);
}

body.shopify-gallery-page .detail-condition-star.is-right {
    left: 98%;
    transform: translateX(-100%);
}

/* ── Fine Accordion ─────────────────────────────────────────── */

body.shopify-gallery-page .detail-flying-image {
    position: fixed;
    display: block;
    z-index: 24;
    border-radius: calc(8px * var(--brm));
    corner-shape: squircle;
    object-fit: contain;
    object-position: center;
    will-change: top, left, width, height;
    pointer-events: none;
}

body.shopify-gallery-page .product-detail-layer.is-mobile-layout {
    z-index: 22;
}

body.shopify-gallery-page .product-detail-layer.is-mobile-layout .product-title-ghost.is-in-step1 {
    display: none;
}

body.shopify-gallery-page .product-detail-layer.is-mobile-layout .detail-left-back {
    display: none;
    opacity: 0;
    pointer-events: none;
}

body.shopify-gallery-page .product-detail-layer.is-mobile-layout .product-stage {
    display: block;
    opacity: 1;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

body.shopify-gallery-page .product-detail-layer.is-mobile-layout .product-media-column {
    display: block;
    position: sticky;
    top: 0;
    z-index: 1;
    height: 60vh;
    height: 60vh;
    height: 60vh;
}

body.shopify-gallery-page .product-detail-layer.is-mobile-layout .product-thumbs-wrapper {
    position: absolute;
    left: 50%;
    top: 55vh;
    transform: translateX(-50%);
    width: max-content;
    height: auto;
    pointer-events: auto;
    z-index: 6;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-mix-blend-mode: difference;
    mix-blend-mode: difference;
}

body.shopify-gallery-page .product-detail-layer.is-mobile-layout .product-thumbs-wrapper .product-thumbs {
    pointer-events: auto;
}

body.shopify-gallery-page .product-detail-layer.is-mobile-layout .product-thumbs {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: auto;
    margin: 0;
    max-height: none;
    display: flex;
    flex-direction: row;
    gap: 15px;
    z-index: 4;
}

body.shopify-gallery-page .product-detail-layer.is-mobile-layout #detailThumbs > #indicator,
body.shopify-gallery-page .product-detail-layer.is-mobile-layout .detail-thumb {
    display: none;
}

body.shopify-gallery-page .product-detail-layer.is-mobile-layout .detail-mobile-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    opacity: .45;
    padding: 0;
    cursor: pointer;
    transition: opacity .18s ease, transform .18s ease;
}

body.shopify-gallery-page .product-detail-layer.is-mobile-layout .detail-mobile-dot.is-active {
    opacity: 1;
    transform: scale(1.15);
}

body.shopify-gallery-page .product-detail-layer.is-mobile-layout .product-carousel-wrap {
    width: 100%;
    overflow: hidden;
}

body.shopify-gallery-page .product-detail-layer.is-mobile-layout .product-carousel {
    height: 60vh;
    height: 60vh;
    min-height: 60vh;
    min-height: 60vh;
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    padding: 0;
}

body.shopify-gallery-page .product-detail-layer.is-mobile-layout .detail-carousel-item {
    width: 100%;
    min-width: 100%;
    height: 60vh;
    height: 60svh;
    min-height: 60vh;
    min-height: 60vh;
    scroll-snap-align: start;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.shopify-gallery-page .product-detail-layer.is-mobile-layout .detail-carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    display: block;
    margin: 0 auto;
}

body.shopify-gallery-page .product-detail-layer.is-mobile-layout .detail-carousel-image.detail-carousel-image-first {
    object-fit: contain;
    object-position: center;
}

body.shopify-gallery-page .product-detail-layer.is-mobile-layout .product-panel {
    position: relative;
    z-index: 3;
    background: #EDEDED;
    padding: 28px 28px 140px;
    min-height: 60vh;
}

body.shopify-gallery-page .product-detail-layer.is-mobile-layout .detail-panel-bg {
    display: none;
}

body.shopify-gallery-page .product-detail-layer.is-mobile-layout .detail-title-slot {
    min-height: auto;
    margin-top: 0;
    margin-bottom: 10px;
}



body.shopify-gallery-page .product-detail-layer.is-mobile-layout .product-title-ghost .ghost-line {
    width: 100%;
}

body.shopify-gallery-page .product-detail-layer.is-mobile-layout .detail-panel-content {
    max-width: none;
    max-height: none;
    overflow: visible;
    padding-right: 0;
    padding-bottom:100px;
}

body.shopify-gallery-page .product-detail-layer::after {
    /*content: "";*/
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 110px;
    background: linear-gradient(
        to top,
        #EDEDED 0%,
        #EDEDED 28%,
        rgba(237, 237, 237, 0.92) 42%,
        rgba(237, 237, 237, 0) 100%
    );
    pointer-events: none;
    z-index: 31;
    opacity: 0;
    transition: opacity 0.32s ease;
}

body.shopify-gallery-page.has-product-open .product-detail-layer::after {
    opacity: 1;
}


main[data-page="about"] {
    position: relative;
    height: 100svh;
    background: #000AFF;
    padding: 0 100px;
}

.about-page-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    min-height: 70vh;
    /*width: min(100%, 1200px);*/
    width: 90vw;
    bottom: 0;
    box-sizing: border-box;

}

.about-page-content .about-title {
    /*width: min(90vw, 1215px);*/
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    font-family: PPNeueMontreal-Light;
    font-size: clamp(40px, 9vw, 100vw);
    /*font-size: clamp(40px, min(9vw, 16vh), 126px);*/
    color: #E1E2FF;
    letter-spacing: -0.025em;
    line-height: 0.84;
    margin-bottom:30px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    font-size: 56.06px;
    color: #E1E2FF;
    letter-spacing: -0.7px;
    line-height: 52px;
}

.about-page-content .about-title span {
    _display: block;
    width: 100%;
}

.about-page-content .about-title span.f {
    text-align: left;
    text-indent: 1em;
}

.about-page-content .about-title span.s {
    text-align: left;

}
.about-page-content .paragraphs {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 3;    
    padding: 0 10px;
}

#instagram_link {
    margin-top:30px;
    margin-bottom: 30px;
    color: #ffff;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;    
}

#instagram_link a #gInsta {
    fill: #BBBEFF;
    transition: .3s ease all;;
}

#instagram_link a:hover #gInsta {
    fill: #FFFFFF;
    transition: .3s ease all;;
}

@media only screen and (max-width: 40.062em) {
    #instagram_link {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    #instagram_link > a {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        flex: 0 0 auto;
    }

    #instagram_link > .show-sm {
        display: block;
        margin-left: auto;
        flex: 0 0 auto;
    }
}

#es_link {
    margin-top:10px;
    position: relative;
    color: #ffff;
    text-decoration: none;
}

#es_link:before {
    color:#BBBEFF;
    content: "→";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(5px);
    width: 100%;
    height: 100%;
    transition:.3s ease all;
    margin-top: -2px;
    opacity: 0;
}

#es_link:hover:before {
    content: "→";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(10px);
    width: 100%;
    height: 100%;
    transition:.3s ease all;
    opacity: 1;
}

.about-page-content .paragraph {
    max-width: 80%;
    font-family: PPNeueMontreal-Medium;
    font-size: 14px;
    color: #BBBEFF;
    letter-spacing: 0.35px;
    line-height: 20px;
    margin-bottom: 20px;
}

#imageAbout {
    background-image: url(../images/es.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    height: 75%;
    width: 100%;
    right: 0;
    background-position: 73% 100%;
    z-index: 2;
    height: 75%;
    width: 100%;
    right: -20%;    
}

@media (max-width: 640px) {
    main[data-page="about"] {
        height: auto;
        min-height: 100svh;
        padding: 100px 20px 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }

    .about-page-content {
        position: relative;
        left: auto;
        transform: none;
        bottom: auto;
        width: 100%;
        min-height: auto;
        box-sizing: border-box;
        padding-top: 0;
        margin-top: auto;
    }

    .about-wrappotto {
        display: block;
    }

    #imageAbout {
        position: fixed;
        bottom: 0;
        right: -90px;
        width: 100%;
        height: 60%;
    }
}

/* =========================================
   Legal pages (privacy-policy, cookie-policy, terms)
   ========================================= */

html:has(body.legal-page),
body.legal-page {
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    overscroll-behavior: auto;
    background: #000AFF;
}

body.shopify-gallery-page.legal-page {
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    overscroll-behavior: auto;
    background: #000AFF;
    background-image: none;
}

.legal-content {
    max-width: 680px;
    margin: 0 auto;
    padding: 110px 24px 80px;
    box-sizing: border-box;
}

.legal-content h1 {
    font-family: PPNeueMontreal-Light;
    font-size: clamp(32px, 7vw, 52px);
    color: #E1E2FF;
    letter-spacing: -0.5px;
    line-height: 1;
    margin: 0 0 8px;
}

.legal-content .legal-updated {
    font-family: PPNeueMontreal-Medium;
    font-size: 11px;
    color: rgba(187, 190, 255, 0.45);
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin: 0 0 52px;
}

.legal-content h2 {
    font-family: PPNeueMontreal-Medium;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #E1E2FF;
    margin: 44px 0 10px;
}

.legal-content p {
    font-family: PPNeueMontreal-Medium;
    font-size: 14px;
    color: #BBBEFF;
    letter-spacing: 0.35px;
    line-height: 20px;
    margin: 0 0 12px;
}

.legal-content ul {
    margin: 0 0 12px;
    padding-left: 20px;
}

.legal-content li {
    font-family: PPNeueMontreal-Medium;
    font-size: 14px;
    color: #BBBEFF;
    letter-spacing: 0.35px;
    line-height: 20px;
    margin-bottom: 6px;
}

.legal-content a {
    color: #E1E2FF;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.legal-content a:hover {
    opacity: 0.8;
}

.legal-sibling-nav {
    margin-top: 60px;
    padding-top: 24px;
    border-top: 1px solid rgba(187, 190, 255, 0.12);
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.legal-sibling-nav a {
    font-family: PPNeueMontreal-Medium;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(187, 190, 255, 0.5);
    text-decoration: none;
}

.legal-sibling-nav a:hover {
    color: #BBBEFF;
}

.legal-sibling-nav a.is-current {
    color: #E1E2FF;
    pointer-events: none;
    cursor: default;
}

#instagram_link svg{ 
    margin-right:0px;
}


#instagram_link .linko{ 
    text-transform: uppercase;
    font-family: PPNeueMontreal-Bold;
    font-size: 9px;
    color:  #BBBEFF;
    letter-spacing: 0.75px;
    line-height: 17px;    
    transition:.5s ease all;
    opacity: 1;
    text-decoration: none;
    margin-right:60px;
}


#instagram_link .legal{ 
    font-family: PPNeueMontreal-Bold;
    font-size: 9px;
    color: rgba(130,136,255,1);
    letter-spacing: 0.75px;
    line-height: 17px;    
    transition:.5s ease all;
    text-decoration: none;
}

#instagram_link .linko {
    margin-left: auto;
}

