/*
   SKECEL ORIGINALS CATALOGUE
   Original Skecel retail surface: a precise, editorial product grid with a
   high-contrast acid signal.  It deliberately keeps the store's own type,
   palette and product data rather than borrowing a third-party brand skin.
*/

.webshop-filter-layer[hidden] {
    display: none !important;
}

body.is-shop-route {
    background: #eef1ed;
}

body.is-shop-route .view-shop {
    min-height: 100vh;
    padding-top: 0;
    background: #eef1ed;
}

body.is-shop-route .site-header .nav-shell {
    background: rgba(5, 8, 5, .94);
    border-bottom-color: rgba(198, 255, 0, .22);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .2);
    backdrop-filter: blur(18px) saturate(1.12);
}

body.is-shop-route .view-shop .webshop-section {
    min-height: 100vh;
    padding: 82px 0 84px;
    color: #0b0e09;
    background: #eef1ed;
    overflow: visible;
}

body.is-shop-route .view-shop .webshop-section::before {
    display: none;
}

body.is-shop-route .view-shop .webshop-shell {
    width: min(100% - 32px, 1600px);
    max-width: none;
    margin: 0 auto;
}

body.is-shop-route .view-shop .webshop-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr);
    min-height: clamp(390px, 34vw, 530px);
    width: 100vw;
    margin: 0 0 0 calc(50% - 50vw);
    overflow: hidden;
    border: 1px solid #0b0e09;
    border-radius: 0;
    background: #090c08;
    box-shadow: none;
    isolation: isolate;
}

body.is-shop-route .view-shop .webshop-hero::after {
    display: none;
}

body.is-shop-route .view-shop .webshop-hero-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 73% center;
    filter: saturate(.9) contrast(1.05);
    transform: scale(1.05);
    transition: transform 1.4s cubic-bezier(.16, 1, .3, 1), filter .7s ease;
}

body.is-shop-route .view-shop .webshop-hero:hover .webshop-hero-image {
    filter: saturate(1.08) contrast(1.08);
    transform: scale(1.07);
}

body.is-shop-route .view-shop .webshop-hero-overlay {
    z-index: 1;
    background: linear-gradient(90deg, #090c08 0%, rgba(9, 12, 8, .95) 36%, rgba(9, 12, 8, .21) 72%, rgba(9, 12, 8, .04) 100%), linear-gradient(0deg, rgba(9, 12, 8, .7), transparent 48%);
}

body.is-shop-route .view-shop .webshop-hero-copy {
    z-index: 2;
    align-self: end;
    width: auto;
    max-width: 620px;
    padding: clamp(28px, 4.5vw, 72px);
    text-shadow: none;
}

body.is-shop-route .view-shop .webshop-kicker,
body.is-shop-route .view-shop .webshop-catalog-kicker {
    display: inline-flex;
    margin: 0 0 13px;
    color: #c6ff00;
    font: 900 11px/1 Inter, sans-serif;
    letter-spacing: .14em;
    text-transform: uppercase;
}

body.is-shop-route .view-shop .webshop-kicker {
    align-items: center;
    gap: 9px;
}

body.is-shop-route .view-shop .webshop-kicker::before {
    content: "";
    width: 24px;
    height: 2px;
    background: currentColor;
}

body.is-shop-route .view-shop .webshop-hero h1 {
    max-width: 610px;
    margin: 0;
    color: #fff;
    font: 900 clamp(54px, 7.1vw, 112px)/.91 "Barlow Condensed", Impact, sans-serif;
    letter-spacing: -.035em;
    text-transform: uppercase;
}

body.is-shop-route .view-shop .webshop-hero h1 .webshop-rotating-slot {
    width: 7.6ch;
    min-width: 7.6ch;
}

body.is-shop-route .view-shop .webshop-hero-second-line {
    line-height: 1;
}

body.is-shop-route .view-shop .webshop-hero h1 .webshop-rotating-word {
    color: #c6ff00;
}

body.is-shop-route .view-shop .webshop-hero-description {
    max-width: 410px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .79);
    font: 500 14px/1.56 Inter, sans-serif;
}

body.is-shop-route .view-shop .webshop-hero-cta,
body.is-shop-route .view-shop .webshop-editor-link,
body.is-shop-route .view-shop .webshop-filter-toggle,
body.is-shop-route .view-shop .webshop-filter-apply,
body.is-shop-route .view-shop .webshop-filter-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    border-radius: 0;
    font: 900 11px/1 Inter, sans-serif;
    letter-spacing: .055em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .22s cubic-bezier(.2, .8, .2, 1), background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease;
}

body.is-shop-route .view-shop .webshop-hero-cta {
    margin-top: 28px;
    padding: 0 20px;
    border: 1px solid #c6ff00;
    color: #090c08;
    background: #c6ff00;
    box-shadow: none;
}

body.is-shop-route .view-shop .webshop-hero-cta:hover,
body.is-shop-route .view-shop .webshop-editor-link:hover,
body.is-shop-route .view-shop .webshop-filter-apply:hover {
    color: #090c08;
    background: #ddff55;
    box-shadow: none;
    transform: translate3d(0, -2px, 0);
}

body.is-shop-route .view-shop .webshop-hero-index {
    position: absolute;
    right: clamp(18px, 3vw, 44px);
    bottom: clamp(23px, 3vw, 42px);
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .78);
    font: 800 10px/1 Inter, sans-serif;
    letter-spacing: .13em;
}

body.is-shop-route .view-shop .webshop-hero-index i {
    width: 46px;
    height: 1px;
    background: #c6ff00;
}

body.is-shop-route .view-shop .webshop-catalog {
    padding: clamp(28px, 4.6vw, 70px) 0 0;
}

body.is-shop-route .view-shop .webshop-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #596055;
    font: 700 12px/1.2 Inter, sans-serif;
}

body.is-shop-route .view-shop .webshop-breadcrumb a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.is-shop-route .view-shop .webshop-breadcrumb a:hover {
    color: #0b0e09;
}

body.is-shop-route .view-shop .webshop-catalog-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 390px);
    gap: 32px;
    align-items: end;
    margin: clamp(26px, 4vw, 54px) 0 24px;
}

body.is-shop-route .view-shop .webshop-catalog-head h2 {
    margin: 0;
    color: #090c08;
    font: 900 clamp(58px, 7.7vw, 122px)/.76 "Barlow Condensed", Impact, sans-serif;
    letter-spacing: -.04em;
    text-transform: uppercase;
}

body.is-shop-route .view-shop .webshop-catalog-head h2 span {
    color: #6e8700;
}

body.is-shop-route .view-shop .webshop-catalog-head > p {
    max-width: 365px;
    margin: 0 0 8px;
    color: #3f473d;
    font: 500 14px/1.58 Inter, sans-serif;
}

body.is-shop-route .view-shop .webshop-category-rail {
    display: flex;
    min-width: 0;
    margin: 0;
    overflow-x: auto;
    border-top: 1px solid #bfc5bd;
    border-bottom: 1px solid #bfc5bd;
    scrollbar-width: none;
}

body.is-shop-route .view-shop .webshop-category-rail::-webkit-scrollbar {
    display: none;
}

body.is-shop-route .view-shop .webshop-category-rail .webshop-category-button {
    flex: 0 0 auto;
    width: auto;
    min-height: 58px;
    padding: 0 24px;
    border: 0;
    border-right: 1px solid #cdd2cb;
    border-radius: 0;
    color: #3d443b;
    background: transparent;
    font: 900 12px/1 Inter, sans-serif;
    letter-spacing: .035em;
    text-transform: uppercase;
    transition: color .18s ease, background .18s ease, box-shadow .18s ease;
}

body.is-shop-route .view-shop .webshop-category-rail .webshop-category-button small {
    display: none;
}

body.is-shop-route .view-shop .webshop-category-rail .webshop-category-button:hover,
body.is-shop-route .view-shop .webshop-category-rail .webshop-category-button.is-active {
    color: #090c08;
    background: #c6ff00;
    box-shadow: inset 0 -4px 0 #090c08;
    transform: none;
}

body.is-shop-route .view-shop .webshop-toolbar {
    scroll-margin-top: 104px;
    position: sticky;
    top: 64px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 76px;
    margin: 0;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid #bfc5bd;
    border-radius: 0;
    color: #090c08;
    background: rgba(238, 241, 237, .94);
    box-shadow: none;
    backdrop-filter: blur(14px) saturate(1.15);
}

body.is-shop-route .view-shop .webshop-toolbar-label {
    display: block;
    color: #63705f;
    font: 900 10px/1 Inter, sans-serif;
    letter-spacing: .12em;
}

body.is-shop-route .view-shop .webshop-toolbar strong {
    display: block;
    margin-top: 5px;
    color: #0b0e09;
    font: 900 18px/1 "Barlow Condensed", Impact, sans-serif;
    letter-spacing: .03em;
    text-transform: uppercase;
}

body.is-shop-route .view-shop .webshop-toolbar-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

body.is-shop-route .view-shop .webshop-filter-toggle,
body.is-shop-route .view-shop .webshop-favorites-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 50px;
    padding: 0 15px;
    border: 1px solid #0b0e09;
    color: #0b0e09;
    background: transparent;
}

body.is-shop-route .view-shop .webshop-filter-toggle:hover,
body.is-shop-route .view-shop .webshop-favorites-toggle:hover,
body.is-shop-route .view-shop .webshop-favorites-toggle.is-active {
    color: #fff;
    background: #0b0e09;
    transform: translate3d(0, -1px, 0);
}

body.is-shop-route .view-shop .webshop-filter-toggle svg {
    width: 17px;
}

body.is-shop-route .view-shop .webshop-favorites-toggle svg {
    width: 17px;
}

body.is-shop-route .view-shop .webshop-favorites-toggle b {
    display: grid;
    place-items: center;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    color: #090c08;
    background: #c6ff00;
    font: 900 10px/1 Inter, sans-serif;
}

body.is-shop-route .view-shop .webshop-favorites-toggle b[hidden],
body.is-shop-route .view-shop .webshop-filter-badge[hidden] {
    display: none !important;
}

body.is-shop-route .view-shop .webshop-filter-badge {
    display: grid;
    place-items: center;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    color: #090c08;
    background: #c6ff00;
    font: 900 10px/1 Inter, sans-serif;
}

body.is-shop-route .view-shop .webshop-editor-link {
    min-height: 50px;
    padding: 0 16px;
    border: 1px solid #c6ff00;
    color: #090c08;
    background: #c6ff00;
    box-shadow: none;
}

body.is-shop-route .view-shop .webshop-editor-link svg {
    width: 17px;
}

body.is-shop-route .view-shop .webshop-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    margin: 18px 0 0;
}

body.is-shop-route .view-shop .webshop-card {
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 0;
    color: #0b0e09;
    background: #fbfcfa;
    box-shadow: none;
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    transition: opacity .45s ease, transform .55s cubic-bezier(.16, 1, .3, 1), border-color .24s ease, box-shadow .24s ease;
}

body.is-shop-route .view-shop .webshop-card.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

body.is-shop-route .view-shop .webshop-card:hover,
body.is-shop-route .view-shop .webshop-card:focus-within {
    z-index: 2;
    border-color: #0b0e09;
    box-shadow: 0 12px 0 -6px #c6ff00;
    transform: translate3d(0, -4px, 0);
}

body.is-shop-route .view-shop .webshop-card-media {
    position: relative;
    aspect-ratio: .92 / 1;
    overflow: hidden;
    isolation: isolate;
    cursor: pointer;
    background: radial-gradient(circle at var(--shop-pointer-x, 50%) var(--shop-pointer-y, 43%), #fbfff0 0, #e7ebe8 43%, #dfe5e1 100%);
}

body.is-shop-route .view-shop .webshop-card-media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
    opacity: 0;
    background: radial-gradient(190px circle at var(--shop-pointer-x, 50%) var(--shop-pointer-y, 42%), rgba(198, 255, 0, .3), transparent 68%);
    mix-blend-mode: multiply;
    transition: opacity .25s ease;
}

body.is-shop-route .view-shop .webshop-card.is-pointer-active .webshop-card-media::before {
    opacity: 1;
}

body.is-shop-route .view-shop .webshop-product-image,
body.is-shop-route .view-shop .webshop-auto-mockup {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    padding: 7%;
    object-fit: contain;
    transform: translate3d(0, 0, 0) scale(1.001);
    transition: transform .56s cubic-bezier(.16, 1, .3, 1), opacity .38s ease, filter .38s ease;
}

body.is-shop-route .view-shop .webshop-auto-mockup {
    padding: 0;
}

/* All automatic previews use the calibrated 250 × 337 editor stage. This
   keeps saved artwork placement identical in a card, modal and related tile. */
body.is-shop-route .view-shop .webshop-auto-mockup {
    display: grid;
    place-items: center;
}

body.is-shop-route .view-shop .webshop-auto-stage {
    position: relative;
    display: block;
    width: auto;
    height: 84%;
    max-width: 84%;
    aspect-ratio: 250 / 337;
    overflow: hidden;
}

body.is-shop-route .view-shop .webshop-auto-stage .webshop-product-image,
body.is-shop-route .view-shop .webshop-auto-stage .webshop-auto-canvas {
    padding: 0;
    object-fit: contain;
}

body.is-shop-route .view-shop .webshop-auto-mockup .webshop-product-image,
body.is-shop-route .view-shop .webshop-auto-canvas {
    padding: 7%;
    object-fit: contain;
}

/* Never leave the product stage empty while the optional canvas recolour is
   being generated. The original garment image is the immediate fallback. */
body.is-shop-route .view-shop .webshop-auto-mockup.is-tint-pending .webshop-auto-fallback {
    display: block;
    opacity: 1;
}

body.is-shop-route .view-shop .webshop-auto-mockup.is-ready .webshop-auto-fallback {
    display: none;
}

body.is-shop-route .view-shop .webshop-product-image-alt {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0;
    transform: scale(.96);
}

body.is-shop-route .view-shop .webshop-card:hover .webshop-product-image:not(.webshop-product-image-alt),
body.is-shop-route .view-shop .webshop-card:focus-within .webshop-product-image:not(.webshop-product-image-alt),
body.is-shop-route .view-shop .webshop-card:hover .webshop-auto-mockup,
body.is-shop-route .view-shop .webshop-card:focus-within .webshop-auto-mockup {
    transform: translate3d(var(--shop-tilt-x, 0px), var(--shop-tilt-y, -3px), 0) scale(1.055);
}

body.is-shop-route .view-shop .webshop-card:hover .webshop-product-image-alt,
body.is-shop-route .view-shop .webshop-card:focus-within .webshop-product-image-alt {
    opacity: 1;
    transform: translate3d(var(--shop-tilt-x, 0px), var(--shop-tilt-y, -2px), 0) scale(1.02);
}

body.is-shop-route .view-shop .webshop-design-overlay {
    z-index: 3;
    transition: transform .56s cubic-bezier(.16, 1, .3, 1);
}

body.is-shop-route .view-shop .webshop-card:hover .webshop-design-overlay,
body.is-shop-route .view-shop .webshop-card:focus-within .webshop-design-overlay {
    transform: translate(-50%, -50%) rotate(var(--design-rotation, 0deg)) scale(1.055);
}

body.is-shop-route .view-shop .webshop-badge {
    top: 12px;
    left: 12px;
    z-index: 6;
    padding: 7px 9px;
    border-radius: 0;
    color: #090c08;
    background: #c6ff00;
    font: 900 9px/1 Inter, sans-serif;
    letter-spacing: .08em;
}

body.is-shop-route .view-shop .webshop-fav {
    top: 11px;
    right: 11px;
    z-index: 6;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(11, 14, 9, .28);
    border-radius: 0;
    color: #0b0e09;
    background: rgba(251, 252, 250, .72);
    backdrop-filter: blur(7px);
    transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

body.is-shop-route .view-shop .webshop-fav:hover,
body.is-shop-route .view-shop .webshop-fav.is-active {
    border-color: #0b0e09;
    color: #0b0e09;
    background: #c6ff00;
    transform: scale(1.04);
}

body.is-shop-route .webshop-detail-favorite {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 11px;
    border: 1px solid #aeb7ac;
    border-radius: 999px;
    color: #273126;
    background: #fff;
    font: 800 10px/1 Inter, sans-serif;
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease;
}

body.is-shop-route .webshop-detail-favorite svg {
    width: 15px;
    height: 15px;
}

body.is-shop-route .webshop-detail-favorite:hover,
body.is-shop-route .webshop-detail-favorite:focus-visible,
body.is-shop-route .webshop-detail-favorite.is-active {
    border-color: #9bc900;
    color: #101609;
    background: #c6ff00;
}

body.is-shop-route .webshop-detail-favorite:active { transform: scale(.96); }

body.is-shop-route .view-shop .webshop-quick-view {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 13px;
    border: 1px solid #0b0e09;
    border-radius: 0;
    color: #fff;
    background: #0b0e09;
    font: 900 10px/1 Inter, sans-serif;
    letter-spacing: .06em;
    opacity: 0;
    cursor: pointer;
    transform: translate3d(0, 12px, 0);
    transition: opacity .22s ease, transform .26s cubic-bezier(.16, 1, .3, 1), background .2s ease, color .2s ease;
}

body.is-shop-route .view-shop .webshop-quick-view svg {
    width: 16px;
}

body.is-shop-route .view-shop .webshop-card:hover .webshop-quick-view,
body.is-shop-route .view-shop .webshop-card:focus-within .webshop-quick-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

body.is-shop-route .view-shop .webshop-quick-view:hover {
    color: #090c08;
    background: #c6ff00;
}

body.is-shop-route .view-shop .webshop-card-body {
    display: grid;
    gap: 11px;
    padding: 15px 13px 13px;
    border-top: 1px solid #d4d9d4;
    background: #fbfcfa;
}

body.is-shop-route .view-shop .webshop-card-eyebrow {
    display: block;
    margin: 0 0 6px;
    color: #697167;
    font: 800 10px/1 Inter, sans-serif;
    letter-spacing: .09em;
    text-transform: uppercase;
}

body.is-shop-route .view-shop .webshop-card-body h3 {
    min-height: 2.18em;
    margin: 0;
    color: #0b0e09;
    font: 900 24px/.94 "Barlow Condensed", Impact, sans-serif;
    letter-spacing: .01em;
    text-transform: uppercase;
}

body.is-shop-route .view-shop .webshop-card-meta {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    margin: 8px 0 0;
    color: #5c645a;
    font: 500 11px/1.35 Inter, sans-serif;
}

body.is-shop-route .view-shop .webshop-price {
    flex: 0 0 auto;
    color: #090c08;
    font: 900 18px/1 Inter, sans-serif;
}

body.is-shop-route .view-shop .webshop-color-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 15px;
}

body.is-shop-route .view-shop .webshop-color-dot {
    width: 13px;
    height: 13px;
    border: 1px solid rgba(11, 14, 9, .28);
    border-radius: 50%;
    box-shadow: none;
}

body.is-shop-route .view-shop .webshop-card-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    gap: 4px;
}

body.is-shop-route .view-shop .webshop-card-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 11px;
    border-radius: 0;
    font: 900 10px/1 Inter, sans-serif;
    letter-spacing: .055em;
    text-transform: uppercase;
    transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

body.is-shop-route .view-shop .webshop-detail-button {
    border: 1px solid #0b0e09 !important;
    color: #0b0e09;
    background: transparent;
}

body.is-shop-route .view-shop .webshop-add-button {
    border: 1px solid #c6ff00;
    color: #090c08;
    background: #c6ff00;
}

body.is-shop-route .view-shop .webshop-card-actions button:hover {
    transform: translate3d(0, -2px, 0);
}

body.is-shop-route .view-shop .webshop-detail-button:hover {
    border-color: #0b0e09 !important;
    color: #fff;
    background: #0b0e09;
}

body.is-shop-route .view-shop .webshop-add-button:hover {
    color: #090c08;
    background: #ddff55;
}

body.is-shop-route .view-shop .webshop-empty {
    min-height: 280px;
    margin-top: 18px;
    border: 1px solid #bfc5bd;
    border-radius: 0;
    color: #0b0e09;
    background: #f9fbf7;
    box-shadow: none;
}

body.is-shop-route .view-shop .webshop-empty svg {
    color: #6e8700;
}

/* Filter / sorting drawer ------------------------------------------------ */

body.webshop-filter-open {
    overflow: hidden;
}

body.webshop-filter-open .site-header {
    z-index: 0;
    pointer-events: none;
}

body.is-shop-route .webshop-filter-layer {
    position: fixed;
    inset: 0;
    z-index: 10020;
    display: flex;
    justify-content: flex-end;
    color: #0b0e09;
}

body.is-shop-route .webshop-filter-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(4, 6, 4, .68);
    cursor: default;
    animation: webshop-filter-fade .25s ease both;
}

body.is-shop-route .webshop-filter-drawer {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: min(510px, 100%);
    height: 100dvh;
    min-height: 0;
    box-sizing: border-box;
    padding: 28px clamp(22px, 3vw, 46px) 26px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    background: #f8faf6;
    box-shadow: -24px 0 70px rgba(0, 0, 0, .26);
    animation: webshop-filter-enter .42s cubic-bezier(.16, 1, .3, 1) both;
}

body.is-shop-route .webshop-filter-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

body.is-shop-route .webshop-filter-drawer-head p {
    margin: 0;
    color: #657062;
    font: 900 10px/1 Inter, sans-serif;
    letter-spacing: .13em;
}

body.is-shop-route .webshop-filter-drawer-head button {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid #0b0e09;
    border-radius: 0;
    color: #0b0e09;
    background: transparent;
    cursor: pointer;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

body.is-shop-route .webshop-filter-drawer-head button:hover {
    color: #fff;
    background: #0b0e09;
    transform: rotate(90deg);
}

body.is-shop-route .webshop-filter-drawer-head svg {
    width: 20px;
}

body.is-shop-route .webshop-filter-drawer h2 {
    margin: 38px 0 32px;
    color: #090c08;
    font: 900 clamp(48px, 6vw, 74px)/.79 "Barlow Condensed", Impact, sans-serif;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

body.is-shop-route .webshop-filter-drawer-section,
body.is-shop-route .webshop-sort-label {
    padding-top: 20px;
    border-top: 1px solid #c9cfca;
}

body.is-shop-route .webshop-filter-title,
body.is-shop-route .webshop-sort-label {
    color: #0b0e09;
    font: 900 11px/1 Inter, sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.is-shop-route .webshop-category-list {
    display: grid;
    gap: 6px;
    margin-top: 14px;
}

body.is-shop-route .webshop-category-list .webshop-category-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 48px;
    padding: 0 13px;
    border: 1px solid #c9cfca;
    border-radius: 0;
    color: #0b0e09;
    background: transparent;
    font: 800 12px/1 Inter, sans-serif;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease, background .2s ease;
}

body.is-shop-route .webshop-category-list .webshop-category-button small {
    color: inherit;
    font: 800 11px/1 Inter, sans-serif;
}

body.is-shop-route .webshop-category-list .webshop-category-button:hover,
body.is-shop-route .webshop-category-list .webshop-category-button.is-active {
    border-color: #0b0e09;
    color: #0b0e09;
    background: #c6ff00;
    transform: none;
}

body.is-shop-route .webshop-sort-label {
    display: grid;
    gap: 11px;
    margin-top: 27px;
}

body.is-shop-route .webshop-sort-label select {
    width: 100%;
    min-height: 52px;
    padding: 0 14px;
    border: 1px solid #0b0e09;
    border-radius: 0;
    color: #0b0e09;
    background: #fff;
    font: 700 13px/1 Inter, sans-serif;
}

body.is-shop-route .webshop-filter-drawer-foot {
    display: grid;
    grid-template-columns: .9fr 1.18fr;
    gap: 8px;
    margin-top: auto;
    padding-top: 20px;
}

/* The filter drawer is mounted outside .view-shop, so it needs its own
   compact action treatment instead of inheriting the oversized page CTA. */
body.is-shop-route .webshop-filter-drawer-foot > button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 52px;
    min-height: 52px;
    padding: 0 13px;
    font: 900 10px/1 Inter, sans-serif;
    letter-spacing: .045em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

body.is-shop-route .webshop-filter-drawer-foot > button svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    stroke-width: 2.3;
}

body.is-shop-route .webshop-filter-reset {
    border: 1px solid #0b0e09;
    color: #0b0e09;
    background: transparent;
}

body.is-shop-route .webshop-filter-reset:hover {
    color: #fff;
    background: #0b0e09;
}

body.is-shop-route .webshop-filter-apply {
    border: 1px solid #c6ff00;
    color: #090c08;
    background: #c6ff00;
}

@keyframes webshop-filter-fade {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes webshop-filter-enter {
    from { opacity: .65; transform: translate3d(100%, 0, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

/* Product detail keeps the fast quick-view workflow but turns it into a
   clean, editorial purchase panel. */
body.is-shop-route .webshop-modal {
    z-index: 10030;
    padding: clamp(12px, 2.2vw, 34px);
    background: rgba(5, 7, 5, .72);
    backdrop-filter: blur(12px);
}

body.is-shop-route .webshop-dialog {
    grid-template-columns: minmax(0, 1.12fr) minmax(350px, .88fr);
    gap: 0;
    width: min(1240px, 100%);
    max-width: none;
    height: min(780px, calc(100svh - 24px));
    max-height: min(780px, calc(100svh - 24px));
    padding: 0;
    overflow-y: auto;
    scrollbar-gutter: stable;
    border: 1px solid #0b0e09;
    border-radius: 0;
    color: #0b0e09;
    background: #f8faf6;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .48);
    overscroll-behavior: contain;
}

body.is-shop-route .webshop-close {
    top: 14px;
    right: 14px;
    z-index: 8;
    width: 42px;
    height: 42px;
    border: 1px solid #0b0e09;
    border-radius: 0;
    color: #0b0e09;
    background: rgba(248, 250, 246, .88);
    backdrop-filter: blur(8px);
}

body.is-shop-route .webshop-close:hover,
body.is-shop-route .webshop-close:focus-visible {
    color: #fff;
    border-color: #0b0e09;
    background: #0b0e09;
    box-shadow: none;
    transform: rotate(90deg);
}

body.is-shop-route .webshop-gallery-main {
    isolation: isolate;
    min-height: min(660px, 72vh);
    aspect-ratio: auto;
    border-radius: 0;
    background: radial-gradient(circle at 48% 40%, #fbfff0, #e2e7e2 72%), linear-gradient(135deg, #f5f7f1, #dde4dc);
}

body.is-shop-route .webshop-gallery-main::before {
    content: "SKECEL";
    position: absolute;
    right: -3px;
    bottom: 14px;
    z-index: 0;
    color: rgba(11, 14, 9, .055);
    font: 900 clamp(72px, 11vw, 154px)/.72 "Barlow Condensed", Impact, sans-serif;
    letter-spacing: -.055em;
    pointer-events: none;
}

body.is-shop-route .webshop-gallery-stamp {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 6;
    display: grid;
    gap: 5px;
    padding: 9px 11px;
    border-left: 3px solid #c6ff00;
    color: #0b0e09;
    background: rgba(248, 250, 246, .76);
    backdrop-filter: blur(8px);
}

body.is-shop-route .webshop-gallery-stamp b,
body.is-shop-route .webshop-gallery-stamp i {
    font: 900 9px/1 Inter, sans-serif;
    font-style: normal;
    letter-spacing: .1em;
}

body.is-shop-route .webshop-gallery-stamp i {
    color: #61705d;
    font-size: 8px;
}

body.is-shop-route .webshop-gallery-main .webshop-product-image {
    padding: 9%;
    object-fit: contain;
}

/* The colour picker replaces only this host. Keeping it pinned to the stage
   means a colour change never rebuilds the photo rail or related products. */
body.is-shop-route .webshop-gallery-main > .webshop-gallery-visual {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
}

/* The automatic mockup contains absolutely positioned image/canvas layers.
   Pin its wrapper to the gallery so those layers receive the full gallery
   height instead of collapsing to zero. */
body.is-shop-route .webshop-gallery-main > .webshop-auto-mockup {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    width: auto;
    height: auto;
}

body.is-shop-route .webshop-gallery-main > .webshop-gallery-visual > .webshop-auto-mockup {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    width: auto;
    height: auto;
}

body.is-shop-route .webshop-gallery-main .webshop-auto-stage {
    position: relative;
    display: block;
    width: auto;
    height: 82%;
    max-width: 82%;
    aspect-ratio: 250 / 337;
    overflow: hidden;
}

body.is-shop-route .webshop-gallery-main .webshop-auto-stage .webshop-product-image,
body.is-shop-route .webshop-gallery-main .webshop-auto-stage .webshop-auto-canvas {
    padding: 0;
    object-fit: contain;
}

body.is-shop-route .webshop-thumbs {
    gap: 5px;
    margin: 0;
    padding: 5px;
    background: #dfe5df;
}

body.is-shop-route .webshop-thumb {
    width: 84px;
    height: 72px;
    border: 1px solid transparent;
    border-radius: 0;
    background: #f8faf6;
}

body.is-shop-route .webshop-thumb.is-active {
    border-color: #0b0e09;
    box-shadow: inset 0 -4px #c6ff00;
}

body.is-shop-route .webshop-thumb img {
    object-fit: contain;
}

body.is-shop-route .webshop-detail-copy {
    align-content: start;
    gap: 17px;
    padding: clamp(58px, 5.2vw, 82px) clamp(24px, 4vw, 52px) 24px;
    background: #f8faf6;
}

body.is-shop-route .webshop-detail-copy h3 {
    margin: 10px 0 0;
    color: #0b0e09;
    font: 900 clamp(38px, 4vw, 58px)/.84 "Barlow Condensed", Impact, sans-serif;
    letter-spacing: -.015em;
}

body.is-shop-route .webshop-detail-copy p {
    margin: 13px 0 0;
    color: #465046;
    font: 500 14px/1.55 Inter, sans-serif;
}

body.is-shop-route .webshop-price-share-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

body.is-shop-route .webshop-detail-copy > div:first-child .webshop-price {
    display: block;
    width: max-content;
    padding: 2px 5px 4px;
    color: #0b0e09;
    font-size: 25px;
    letter-spacing: -.02em;
    box-shadow: inset 0 -9px 0 rgba(198, 255, 0, .94);
}

body.is-shop-route .webshop-share {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 11px;
    border: 1px solid #aeb7ac;
    border-radius: 999px;
    color: #273126;
    background: #fff;
    font: 800 10px/1 Inter, sans-serif;
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease;
}

body.is-shop-route .webshop-share svg {
    width: 15px;
    height: 15px;
}

body.is-shop-route .webshop-share:hover,
body.is-shop-route .webshop-share:focus-visible,
body.is-shop-route .webshop-share.is-shared {
    border-color: #9bc900;
    color: #101609;
    background: #c6ff00;
}

body.is-shop-route .webshop-share:active {
    transform: scale(.96);
}

body.is-shop-route .webshop-detail-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #61705d;
    font: 900 9px/1 Inter, sans-serif;
    letter-spacing: .11em;
}

body.is-shop-route .webshop-detail-topline i {
    color: #5d7000;
    font-style: normal;
}

body.is-shop-route .webshop-detail-rating,
body.is-shop-route .webshop-option-group > span {
    color: #5d7000;
    font: 900 10px/1 Inter, sans-serif;
    letter-spacing: .085em;
    text-transform: uppercase;
}

body.is-shop-route .webshop-option-group {
    gap: 9px;
    padding-top: 15px;
    border-top: 1px solid #c9cfca;
}

body.is-shop-route .webshop-choice {
    min-width: 49px;
    min-height: 40px;
    border: 1px solid #0b0e09;
    border-radius: 0;
    color: #0b0e09;
    background: transparent;
}

body.is-shop-route .webshop-choice.is-active {
    border-color: #c6ff00;
    color: #090c08;
    background: #c6ff00;
}

body.is-shop-route .webshop-color-choice {
    flex: 0 0 34px;
    min-width: 34px;
    min-height: 34px;
    padding: 0;
    border: 1px solid #c9cfca;
    border-radius: 0;
    background: transparent;
}

body.is-shop-route .webshop-color-choice::before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(11, 14, 9, .32);
}

body.is-shop-route .webshop-color-choice.is-active {
    border-color: #0b0e09;
    box-shadow: inset 0 -4px #c6ff00;
}

body.is-shop-route .webshop-detail-color-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 5px;
    min-width: 0;
    padding: 2px 1px 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-color: #8e9a8a transparent;
    scrollbar-width: thin;
    touch-action: pan-x;
}

body.is-shop-route .webshop-detail-color-row::-webkit-scrollbar {
    height: 5px;
}

body.is-shop-route .webshop-detail-color-row::-webkit-scrollbar-thumb {
    background: #8e9a8a;
}

body.is-shop-route .webshop-color-hint {
    display: block;
    text-align: center;
    color: #687365;
    font: 700 10px/1 Inter, sans-serif;
}

body.is-shop-route .webshop-buy-row {
    grid-template-columns: 106px 1fr;
    gap: 7px;
}

body.is-shop-route .webshop-qty {
    border: 1px solid #0b0e09;
    border-radius: 0;
    color: #0b0e09;
    background: transparent;
}

body.is-shop-route .webshop-qty button,
body.is-shop-route .webshop-qty span {
    min-height: 45px;
    color: #0b0e09;
    background: transparent;
}

body.is-shop-route .webshop-buy {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 45px;
    border: 1px solid #c6ff00;
    border-radius: 0;
    color: #090c08;
    background: #c6ff00;
    box-shadow: 0 0 0 0 rgba(198, 255, 0, 0);
    cursor: pointer;
    overflow: hidden;
    transform: translateZ(0);
    transition: transform .2s cubic-bezier(.2,.8,.2,1), background .2s ease, box-shadow .2s ease;
}

body.is-shop-route .webshop-buy::before {
    position: absolute;
    inset: 0 auto 0 -42%;
    width: 26%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.52), transparent);
    transform: skewX(-22deg) translateX(-160%);
    transition: transform .55s cubic-bezier(.2,.75,.2,1);
}

body.is-shop-route .webshop-buy > * {
    position: relative;
    z-index: 1;
}

body.is-shop-route .webshop-buy svg {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    stroke-width: 2.3;
}

body.is-shop-route .webshop-buy:hover {
    color: #090c08;
    background: #ddff55;
    box-shadow: 0 10px 20px rgba(122, 163, 0, .28);
    transform: translateY(-2px);
}

body.is-shop-route .webshop-buy:hover::before,
body.is-shop-route .webshop-buy:focus-visible::before {
    transform: skewX(-22deg) translateX(700%);
}

body.is-shop-route .webshop-buy:hover svg {
    animation: webshop-buy-cart-nudge .48s cubic-bezier(.2,.8,.2,1);
}

body.is-shop-route .webshop-buy:active {
    box-shadow: 0 2px 7px rgba(122, 163, 0, .18);
    transform: translateY(1px) scale(.975);
    transition-duration: .08s;
}

body.is-shop-route .webshop-buy.is-adding {
    color: #f8faf6;
    background: #20271e;
    box-shadow: 0 0 0 7px rgba(198, 255, 0, .22);
    animation: webshop-buy-added .72s cubic-bezier(.2,.8,.2,1) both;
}

body.is-shop-route .webshop-buy.is-adding svg {
    animation: webshop-buy-cart-nudge .72s cubic-bezier(.2,.8,.2,1) both;
}

@keyframes webshop-buy-cart-nudge {
    0%, 100% { transform: translateX(0) rotate(0); }
    35% { transform: translateX(4px) rotate(-8deg); }
    65% { transform: translateX(1px) rotate(5deg); }
}

@keyframes webshop-buy-added {
    0% { transform: scale(1); }
    32% { transform: scale(1.035); }
    68% { transform: scale(.985); }
    100% { transform: scale(1); }
}

body.is-shop-route .webshop-related {
    grid-column: 1 / -1;
    padding: clamp(24px, 4vw, 52px);
    border-top: 1px solid #c9cfca;
    background: #f0f4ee;
}

body.is-shop-route .webshop-related-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

body.is-shop-route .webshop-related-heading > span {
    color: #5d7000;
    font: 900 10px/1 Inter, sans-serif;
    letter-spacing: .085em;
}

body.is-shop-route .webshop-related h4 {
    margin: 0;
    color: #0b0e09;
    font: 900 clamp(28px, 3.2vw, 46px)/.88 "Barlow Condensed", Impact, sans-serif;
    letter-spacing: .02em;
}

body.is-shop-route .webshop-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

body.is-shop-route .webshop-related-card {
    display: grid;
    gap: 8px;
    min-width: 0;
    padding: 0 0 10px;
    border: 0;
    color: #0b0e09;
    text-align: left;
    background: transparent;
    cursor: pointer;
}

body.is-shop-route .webshop-related-card:hover .webshop-related-media,
body.is-shop-route .webshop-related-card:focus-visible .webshop-related-media {
    box-shadow: inset 0 -4px #c6ff00;
    transform: translateY(-3px);
}

body.is-shop-route .webshop-related-media {
    position: relative;
    display: block;
    aspect-ratio: 1 / .92;
    overflow: hidden;
    background: #e1e7e1;
    transition: transform .25s ease, box-shadow .25s ease;
}

body.is-shop-route .webshop-related-media .webshop-product-image,
body.is-shop-route .webshop-related-media .webshop-auto-mockup,
body.is-shop-route .webshop-related-media .webshop-auto-canvas {
    padding: 8%;
}

body.is-shop-route .webshop-related-media .webshop-auto-stage {
    height: 82%;
    max-width: 82%;
}

/* Related cards use the same saved placement as the product gallery, but
   their compact garment crop needs a smaller visual print scale to match the
   product customers see after opening it. */
body.is-shop-route .webshop-related-media .webshop-design-overlay--related {
    width: calc(var(--design-scale, .36) * 62%);
}

body.is-shop-route .webshop-related-name {
    overflow: hidden;
    color: #0b0e09;
    font: 800 13px/1.08 Inter, sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.is-shop-route .webshop-related-card > strong {
    font: 900 13px/1 Inter, sans-serif;
}

/* Collection introduction: use the real product photography rather than generic generated placeholders. */
body.is-shop-route .view-shop .webshop-collection-intro {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(245px, .86fr) minmax(440px, 1.42fr) minmax(210px, .68fr);
    gap: clamp(20px, 2.6vw, 42px);
    align-items: center;
    min-height: clamp(360px, 32vw, 470px);
    margin: clamp(22px, 3vw, 38px) 0 26px;
    padding: clamp(22px, 2.4vw, 36px);
    overflow: hidden;
    border: 1px solid #d6dbd3;
    background:
        radial-gradient(circle at 60% 64%, rgba(198, 255, 0, .2), transparent 31%),
        linear-gradient(135deg, #f8faf6 0%, #eef2eb 100%);
}

body.is-shop-route .view-shop .webshop-collection-intro::before,
body.is-shop-route .view-shop .webshop-collection-intro::after {
    position: absolute;
    z-index: -1;
    display: block;
    width: clamp(220px, 22vw, 380px);
    height: clamp(220px, 22vw, 380px);
    content: "";
    border: clamp(18px, 2vw, 34px) solid rgba(198, 255, 0, .09);
    transform: rotate(45deg);
}

body.is-shop-route .view-shop .webshop-collection-intro::before {
    top: -38%;
    right: -7%;
}

body.is-shop-route .view-shop .webshop-collection-intro::after {
    bottom: -59%;
    left: 22%;
}

body.is-shop-route .view-shop .webshop-collection-title,
body.is-shop-route .view-shop .webshop-collection-copy {
    position: relative;
    z-index: 2;
}

body.is-shop-route .view-shop .webshop-collection-title .webshop-catalog-kicker {
    margin-bottom: 13px;
}

body.is-shop-route .view-shop .webshop-collection-title h2 {
    font-size: clamp(70px, 7.9vw, 122px);
    line-height: .77;
}

body.is-shop-route .view-shop .webshop-collection-title h2 span {
    color: #a6d600;
    text-shadow: 0 1px 0 #658600;
}

body.is-shop-route .view-shop .webshop-collection-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    max-width: 365px;
    margin-top: clamp(24px, 3vw, 46px);
}

body.is-shop-route .view-shop .webshop-collection-primary,
body.is-shop-route .view-shop .webshop-collection-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 13px;
    border: 1px solid #0b0e09;
    border-radius: 0;
    color: #fff;
    background: #10130f;
    font: 900 10px/1 Inter, sans-serif;
    letter-spacing: .03em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

body.is-shop-route .view-shop .webshop-collection-primary {
    gap: 10px;
}

body.is-shop-route .view-shop .webshop-collection-primary span {
    font: 900 18px/1 Inter, sans-serif;
}

body.is-shop-route .view-shop .webshop-collection-secondary {
    color: #0b0e09;
    background: #c6ff00;
}

body.is-shop-route .view-shop .webshop-collection-primary:hover,
body.is-shop-route .view-shop .webshop-collection-secondary:hover {
    transform: translateY(-2px);
}

body.is-shop-route .view-shop .webshop-collection-primary:hover {
    color: #0b0e09;
    background: #c6ff00;
}

body.is-shop-route .view-shop .webshop-collection-secondary:hover {
    color: #fff;
    background: #10130f;
}

body.is-shop-route .view-shop .webshop-collection-products {
    position: relative;
    z-index: 1;
    height: clamp(280px, 28vw, 395px);
    min-width: 0;
}

body.is-shop-route .view-shop .webshop-collection-product {
    position: absolute;
    display: grid;
    place-items: center;
    margin: 0;
    overflow: hidden;
    border: 1px solid #30352e;
    border-radius: 10px;
    background: #121510;
    box-shadow: 0 18px 28px rgba(8, 12, 7, .2);
    transform-origin: center;
    transition: transform .28s ease, box-shadow .28s ease;
}

body.is-shop-route .view-shop .webshop-collection-product::after {
    position: absolute;
    inset: 0;
    content: "";
    border: 1px solid rgba(198, 255, 0, .18);
    border-radius: inherit;
    pointer-events: none;
}

body.is-shop-route .view-shop .webshop-collection-product figcaption {
    position: absolute;
    z-index: 2;
    top: 13px;
    left: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 82px;
    padding: 7px 9px;
    color: #0b0e09;
    background: #c6ff00;
    font: 900 9px/1 Inter, sans-serif;
    letter-spacing: .06em;
}

body.is-shop-route .view-shop .webshop-collection-product figcaption b {
    margin-left: 10px;
    font-size: 15px;
    line-height: 9px;
}

body.is-shop-route .view-shop .webshop-collection-product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: contrast(1.04) saturate(1.03);
    transition: transform .35s ease;
}

body.is-shop-route .view-shop .webshop-collection-product--tee {
    z-index: 1;
    bottom: 12%;
    left: 2%;
    width: 37%;
    height: 75%;
    transform: rotate(-7deg);
}

body.is-shop-route .view-shop .webshop-collection-product--hoodie {
    z-index: 3;
    top: 0;
    left: 29%;
    width: 43%;
    height: 98%;
    transform: rotate(3deg);
}

body.is-shop-route .view-shop .webshop-collection-product--statement {
    z-index: 2;
    right: 1%;
    bottom: 10%;
    width: 34%;
    height: 73%;
    transform: rotate(8deg);
}

body.is-shop-route .view-shop .webshop-collection-product:hover {
    z-index: 5;
    box-shadow: 0 24px 38px rgba(8, 12, 7, .31);
}

body.is-shop-route .view-shop .webshop-collection-product--tee:hover { transform: translateY(-10px) rotate(-5deg); }
body.is-shop-route .view-shop .webshop-collection-product--hoodie:hover { transform: translateY(-10px) rotate(1deg); }
body.is-shop-route .view-shop .webshop-collection-product--statement:hover { transform: translateY(-10px) rotate(6deg); }
body.is-shop-route .view-shop .webshop-collection-product:hover img { transform: scale(1.045); }

body.is-shop-route .view-shop .webshop-collection-copy {
    align-self: center;
    max-width: 250px;
    padding-top: 24px;
}

body.is-shop-route .view-shop .webshop-collection-copy > span {
    display: block;
    margin-bottom: 13px;
    color: #65735f;
    font: 900 9px/1 Inter, sans-serif;
    letter-spacing: .13em;
}

body.is-shop-route .view-shop .webshop-collection-copy p {
    margin: 0;
    color: #1a2118;
    font: 500 clamp(14px, 1.2vw, 17px)/1.56 Inter, sans-serif;
}

body.is-shop-route .view-shop .webshop-collection-progress {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 30px;
}

body.is-shop-route .view-shop .webshop-collection-progress i {
    width: 66px;
    height: 4px;
    background: #a6d600;
}

body.is-shop-route .view-shop .webshop-collection-progress b {
    width: 10px;
    height: 4px;
    background: #0b0e09;
    transform: skewX(-30deg);
}

@media (min-width: 801px) {
    /* Keep the desktop collection tightly connected to the hero. */
    body.is-shop-route .view-shop .webshop-catalog {
        padding-top: 28px;
    }

    body.is-shop-route .view-shop .webshop-catalog-head {
        margin-top: 22px;
        margin-bottom: 18px;
    }
}

body.is-shop-route .webshop-category-button:focus-visible,
body.is-shop-route .webshop-editor-link:focus-visible,
body.is-shop-route .webshop-filter-toggle:focus-visible,
body.is-shop-route .webshop-filter-drawer button:focus-visible,
body.is-shop-route .webshop-card-actions button:focus-visible,
body.is-shop-route .webshop-quick-view:focus-visible,
body.is-shop-route .webshop-fav:focus-visible,
body.is-shop-route .webshop-close:focus-visible,
body.is-shop-route .webshop-thumb:focus-visible,
body.is-shop-route .webshop-choice:focus-visible,
body.is-shop-route .webshop-color-choice:focus-visible,
body.is-shop-route .webshop-qty button:focus-visible,
body.is-shop-route .webshop-buy:focus-visible {
    outline: 3px solid #6e8700;
    outline-offset: 3px;
}

@media (max-width: 1180px) {
    body.is-shop-route .view-shop .webshop-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.is-shop-route .view-shop .webshop-hero {
        grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
    }
}

@media (max-width: 800px) {
    body.is-shop-route .view-shop .webshop-section {
        padding-top: 64px;
    }

    body.is-shop-route .view-shop .webshop-shell {
        width: 100%;
    }

    body.is-shop-route .view-shop .webshop-hero {
        grid-template-columns: 1fr;
        min-height: 460px;
        border-right: 0;
        border-left: 0;
    }

    body.is-shop-route .view-shop .webshop-hero-image {
        object-position: 68% center;
    }

    body.is-shop-route .view-shop .webshop-hero-overlay {
        background: linear-gradient(90deg, rgba(9, 12, 8, .93), rgba(9, 12, 8, .26) 90%), linear-gradient(0deg, #090c08 0%, rgba(9, 12, 8, .12) 58%);
    }

    body.is-shop-route .view-shop .webshop-hero-copy {
        padding: 30px 20px 38px;
    }

    body.is-shop-route .view-shop .webshop-hero h1 {
        font-size: clamp(55px, 16.5vw, 88px);
    }

    body.is-shop-route .view-shop .webshop-hero-index {
        display: none;
    }

    body.is-shop-route .view-shop .webshop-catalog {
        padding-top: 26px;
    }

    body.is-shop-route .view-shop .webshop-breadcrumb,
    body.is-shop-route .view-shop .webshop-catalog-head {
        margin-right: 18px;
        margin-left: 18px;
    }

    body.is-shop-route .view-shop .webshop-catalog-head {
        grid-template-columns: 1fr;
        gap: 17px;
        margin-top: 27px;
        margin-bottom: 24px;
    }

    body.is-shop-route .view-shop .webshop-catalog-head h2 {
        font-size: clamp(59px, 18vw, 84px);
    }

    body.is-shop-route .view-shop .webshop-catalog-head > p {
        max-width: 440px;
        margin-bottom: 0;
        font-size: 13px;
    }

    body.is-shop-route .view-shop .webshop-category-rail {
        padding-left: 18px;
    }

    body.is-shop-route .view-shop .webshop-category-rail .webshop-category-button {
        min-height: 52px;
        padding: 0 17px;
        font-size: 10px;
    }

    body.is-shop-route .view-shop .webshop-toolbar {
        top: 54px;
        min-height: 68px;
        padding: 9px 18px;
    }

    body.is-shop-route .view-shop .webshop-toolbar strong {
        font-size: 16px;
    }

    body.is-shop-route .view-shop .webshop-toolbar-actions {
        gap: 5px;
    }

    body.is-shop-route .view-shop .webshop-filter-toggle,
    body.is-shop-route .view-shop .webshop-favorites-toggle,
    body.is-shop-route .view-shop .webshop-editor-link {
        min-height: 43px;
        padding: 0 10px;
        font-size: 9px;
    }

    body.is-shop-route .view-shop .webshop-editor-link {
        width: 43px;
        padding: 0;
        font-size: 0;
    }

    body.is-shop-route .view-shop .webshop-editor-link svg {
        width: 18px;
    }

    body.is-shop-route .view-shop .webshop-filter-toggle svg {
        width: 16px;
    }

    body.is-shop-route .view-shop .webshop-favorites-toggle svg {
        width: 16px;
    }

    body.is-shop-route .view-shop .webshop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2px;
        margin-top: 10px;
    }

    body.is-shop-route .view-shop .webshop-card-body {
        gap: 8px;
        padding: 11px 10px 10px;
    }

    body.is-shop-route .view-shop .webshop-card-body h3 {
        min-height: 2.22em;
        font-size: clamp(18px, 5.6vw, 25px);
    }

    body.is-shop-route .view-shop .webshop-card-eyebrow {
        margin-bottom: 4px;
        font-size: 8px;
    }

    body.is-shop-route .view-shop .webshop-card-meta {
        gap: 5px;
        margin-top: 5px;
        font-size: 9px;
    }

    body.is-shop-route .view-shop .webshop-price {
        font-size: 14px;
    }

    body.is-shop-route .view-shop .webshop-color-dot {
        width: 11px;
        height: 11px;
    }

    body.is-shop-route .view-shop .webshop-badge {
        top: 8px;
        left: 8px;
        padding: 5px 6px;
        font-size: 7px;
    }

    body.is-shop-route .view-shop .webshop-fav {
        position: absolute;
        top: 9px;
        right: 53px;
        display: grid;
        place-items: center;
        width: 36px;
        height: 36px;
        padding: 0;
        border-radius: 999px;
        touch-action: manipulation;
    }

    body.is-shop-route .view-shop .webshop-fav svg {
        width: 18px;
        height: 18px;
    }

    body.is-shop-route .view-shop .webshop-quick-view {
        top: 9px;
        right: 9px;
        bottom: auto;
        width: 36px;
        min-width: 36px;
        height: 36px;
        min-height: 36px;
        padding: 0;
        border-radius: 999px;
        color: #0b0e09;
        background: rgba(251, 252, 250, .88);
        touch-action: manipulation;
        opacity: 1;
        font-size: 0;
        transform: none;
    }

    body.is-shop-route .view-shop .webshop-quick-view svg {
        width: 18px;
        height: 18px;
    }

    body.is-shop-route .view-shop .webshop-quick-view span { display: none; }

    body.is-shop-route .view-shop .webshop-card-actions {
        grid-template-columns: minmax(0, 1fr) 38px;
        gap: 3px;
    }

    body.is-shop-route .view-shop .webshop-card-actions button {
        min-height: 37px;
        padding: 0 7px;
        font-size: 8px;
    }

    body.is-shop-route .webshop-filter-drawer {
        width: min(100%, 460px);
        padding: 24px 20px 18px;
    }

    body.is-shop-route .webshop-filter-drawer h2 {
        margin: 28px 0 24px;
        font-size: 58px;
    }

    body.is-shop-route .webshop-dialog {
        grid-template-columns: 1fr;
        width: 100%;
        max-height: calc(100svh - 12px);
    }

    body.is-shop-route .webshop-gallery-main {
        min-height: 350px;
    }

    body.is-shop-route .webshop-gallery-arrow {
        width: 38px;
        height: 38px;
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }

    body.is-shop-route .webshop-gallery-arrow-previous { left: 10px; }
    body.is-shop-route .webshop-gallery-arrow-next { right: 10px; }

    body.is-shop-route .webshop-detail-copy {
        padding: 30px 20px 22px;
    }

    body.is-shop-route .webshop-related {
        padding: 28px 20px;
    }

    body.is-shop-route .webshop-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.is-shop-route .view-shop .webshop-collection-intro {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        min-height: 0;
        gap: 22px;
        margin: 22px 18px 24px;
        padding: 21px 17px 18px;
    }

    body.is-shop-route .view-shop .webshop-collection-title {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(132px, .8fr);
        gap: 12px;
        align-items: end;
    }

    body.is-shop-route .view-shop .webshop-collection-title .webshop-catalog-kicker {
        grid-column: 1 / -1;
        margin-bottom: 0;
    }

    body.is-shop-route .view-shop .webshop-collection-title h2 {
        font-size: clamp(56px, 17vw, 76px);
    }

    body.is-shop-route .view-shop .webshop-collection-actions {
        grid-template-columns: 1fr;
        gap: 5px;
        margin-top: 0;
    }

    body.is-shop-route .view-shop .webshop-collection-primary,
    body.is-shop-route .view-shop .webshop-collection-secondary {
        min-height: 42px;
        padding: 0 8px;
        font-size: 8px;
    }

    body.is-shop-route .view-shop .webshop-collection-primary span {
        font-size: 14px;
    }

    body.is-shop-route .view-shop .webshop-collection-products {
        height: min(73vw, 350px);
        margin: 0 -3px;
    }

    body.is-shop-route .view-shop .webshop-collection-product figcaption {
        top: 7px;
        left: 7px;
        min-width: 60px;
        padding: 5px 6px;
        font-size: 7px;
    }

    body.is-shop-route .view-shop .webshop-collection-product figcaption b {
        margin-left: 5px;
        font-size: 11px;
    }

    body.is-shop-route .view-shop .webshop-collection-copy {
        max-width: none;
        padding: 0;
    }

    body.is-shop-route .view-shop .webshop-collection-copy > span {
        margin-bottom: 8px;
        font-size: 8px;
    }

    body.is-shop-route .view-shop .webshop-collection-copy p {
        font-size: 13px;
        line-height: 1.48;
    }

    body.is-shop-route .view-shop .webshop-collection-progress {
        margin-top: 16px;
    }
}

@media (max-width: 390px) {
    body.is-shop-route .view-shop .webshop-filter-toggle,
    body.is-shop-route .view-shop .webshop-favorites-toggle {
        width: 43px;
        padding: 0;
        font-size: 0;
    }

    body.is-shop-route .view-shop .webshop-filter-badge {
        position: absolute;
        top: 3px;
        right: 2px;
        min-width: 14px;
        height: 14px;
        font-size: 8px;
    }

    body.is-shop-route .view-shop .webshop-favorites-toggle {
        position: relative;
    }

    body.is-shop-route .view-shop .webshop-favorites-toggle b:not([hidden]) {
        position: absolute;
        top: 3px;
        right: 2px;
        min-width: 14px;
        height: 14px;
        padding: 0 3px;
        font-size: 8px;
    }
}

/* Product detail: a full gallery column, persistent quality markers and an
   optional measurement table keep the retail detail view useful as well as visual. */
body.is-shop-route .webshop-dialog {
    grid-template-columns: minmax(0, 1.06fr) minmax(410px, .94fr);
    width: min(1400px, 100%);
    height: min(880px, calc(100svh - 24px));
    max-height: min(880px, calc(100svh - 24px));
}

body.is-shop-route .webshop-gallery-column {
    display: grid;
    grid-template-rows: minmax(500px, 1fr) auto;
    min-width: 0;
    background: #e1e7e1;
}

body.is-shop-route .webshop-gallery-layout {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    min-width: 0;
    min-height: 0;
}

body.is-shop-route .webshop-gallery-main {
    min-height: 500px;
    height: 100%;
}

body.is-shop-route .webshop-gallery-main .webshop-auto-stage {
    height: 90%;
    max-width: 90%;
}

body.is-shop-route .webshop-gallery-main .webshop-product-image {
    padding: 3.5%;
}

/* Gallery navigation stays on the image stage, with horizontal touch swipes. */
body.is-shop-route .webshop-gallery-main[data-shop-gallery] {
    cursor: default;
    touch-action: pan-y;
}

body.is-shop-route .webshop-gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 8;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(11, 14, 9, .8);
    border-radius: 50%;
    color: #0b0e09;
    background: rgba(248, 250, 246, .9);
    box-shadow: 0 8px 22px rgba(11, 14, 9, .16);
    cursor: pointer;
    opacity: 0;
    transform: translateY(-50%) scale(.92);
    transition: opacity .2s ease, transform .2s ease, color .2s ease, background .2s ease;
}

body.is-shop-route .webshop-gallery-main:hover .webshop-gallery-arrow,
body.is-shop-route .webshop-gallery-main:focus-within .webshop-gallery-arrow {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

body.is-shop-route .webshop-gallery-arrow:hover,
body.is-shop-route .webshop-gallery-arrow:focus-visible {
    color: #0b0e09;
    background: #c6ff00;
}

body.is-shop-route .webshop-gallery-arrow svg {
    width: 22px;
    height: 22px;
    stroke-width: 2.3;
}

body.is-shop-route .webshop-gallery-arrow-previous { left: 16px; }
body.is-shop-route .webshop-gallery-arrow-next { right: 16px; }

body.is-shop-route .webshop-gallery-count {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 7;
    padding: 6px 8px;
    color: #0b0e09;
    background: rgba(248, 250, 246, .86);
    font: 800 10px/1 Inter, sans-serif;
    letter-spacing: .08em;
}

body.is-shop-route .webshop-gallery-main.is-gallery-slide-next > .webshop-product-image,
body.is-shop-route .webshop-gallery-main.is-gallery-slide-next > .webshop-auto-mockup,
body.is-shop-route .webshop-gallery-main.is-gallery-slide-next > .webshop-gallery-visual > .webshop-product-image,
body.is-shop-route .webshop-gallery-main.is-gallery-slide-next > .webshop-gallery-visual > .webshop-auto-mockup {
    animation: webshop-gallery-swipe-next .38s cubic-bezier(.22,.8,.25,1) both;
}

body.is-shop-route .webshop-gallery-main.is-gallery-slide-previous > .webshop-product-image,
body.is-shop-route .webshop-gallery-main.is-gallery-slide-previous > .webshop-auto-mockup,
body.is-shop-route .webshop-gallery-main.is-gallery-slide-previous > .webshop-gallery-visual > .webshop-product-image,
body.is-shop-route .webshop-gallery-main.is-gallery-slide-previous > .webshop-gallery-visual > .webshop-auto-mockup {
    animation: webshop-gallery-swipe-previous .38s cubic-bezier(.22,.8,.25,1) both;
}

@keyframes webshop-gallery-swipe-next {
    from { opacity: .45; transform: translate3d(9%, 0, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes webshop-gallery-swipe-previous {
    from { opacity: .45; transform: translate3d(-9%, 0, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

body.is-shop-route .webshop-thumbs {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: start;
    gap: 8px;
    min-height: 0;
    margin: 0;
    padding: 12px 7px;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    background: #edf1eb;
    scrollbar-color: #8e9a8a transparent;
    scrollbar-width: thin;
}

body.is-shop-route .webshop-thumb {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border-color: #c9cfca;
}

body.is-shop-route .webshop-thumb.is-active {
    border-color: #a6d600;
    box-shadow: inset 0 0 0 1px #a6d600;
}

body.is-shop-route .webshop-gallery-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #d3d9d2;
    background: #f8faf6;
}

body.is-shop-route .webshop-gallery-benefits > span {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 8px;
    min-width: 0;
    padding: 13px 12px;
    border-right: 1px solid #e1e6df;
}

body.is-shop-route .webshop-gallery-benefits > span:last-child {
    border-right: 0;
}

body.is-shop-route .webshop-gallery-benefits svg {
    grid-row: 1 / -1;
    width: 20px;
    height: 20px;
    color: #657800;
    stroke-width: 1.7;
}

body.is-shop-route .webshop-gallery-benefits b,
body.is-shop-route .webshop-gallery-benefits small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.is-shop-route .webshop-gallery-benefits b {
    color: #20271e;
    font: 800 10px/1.15 Inter, sans-serif;
}

body.is-shop-route .webshop-gallery-benefits small {
    margin-top: 3px;
    color: #647060;
    font: 500 9px/1.15 Inter, sans-serif;
}

body.is-shop-route .webshop-size-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px 18px;
}

body.is-shop-route .webshop-size-guide {
    position: relative;
    z-index: 4;
    margin-top: 5px;
}

body.is-shop-route .webshop-size-guide summary {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #3d463b;
    font: 700 11px/1 Inter, sans-serif;
    cursor: pointer;
    list-style: none;
}

body.is-shop-route .webshop-size-guide summary::-webkit-details-marker {
    display: none;
}

body.is-shop-route .webshop-size-guide summary svg {
    width: 15px;
    height: 15px;
}

body.is-shop-route .webshop-size-guide summary svg:last-child {
    width: 13px;
    transition: transform .2s ease;
}

body.is-shop-route .webshop-size-guide[open] summary svg:last-child {
    transform: rotate(180deg);
}

body.is-shop-route .webshop-size-guide-panel {
    position: absolute;
    top: calc(100% + 9px);
    right: 0;
    z-index: 7;
    width: min(320px, calc(100vw - 52px));
    padding: 13px;
    border: 1px solid #aeb7ac;
    background: #f8faf6;
    box-shadow: 0 16px 32px rgba(11, 14, 9, .16);
}

body.is-shop-route .webshop-size-guide-panel p {
    margin: 0 0 10px;
    color: #65705f;
    font: 500 10px/1.35 Inter, sans-serif;
}

body.is-shop-route .webshop-size-guide-panel table {
    width: 100%;
    border-collapse: collapse;
    color: #141a12;
    font: 700 10px/1.25 Inter, sans-serif;
}

body.is-shop-route .webshop-size-guide-panel th,
body.is-shop-route .webshop-size-guide-panel td {
    padding: 7px 5px;
    border-top: 1px solid #d7ddd5;
    text-align: left;
}

body.is-shop-route .webshop-detail-color-row {
    justify-content: flex-start;
    gap: 9px;
    padding: 3px 0 7px;
}

body.is-shop-route .webshop-color-choice {
    position: relative;
    flex: 0 0 32px;
    min-width: 32px;
    min-height: 32px;
    border: 2px solid transparent;
    border-radius: 50%;
    background: transparent;
}

body.is-shop-route .webshop-color-choice::before {
    width: 23px;
    height: 23px;
    box-shadow: 0 0 0 1px rgba(11, 14, 9, .18);
}

body.is-shop-route .webshop-color-choice.is-active {
    border-color: #a6d600;
    box-shadow: none;
}

/* The selected ring and its colour must share the exact same centre. */
body.is-shop-route .webshop-detail-color-row .webshop-color-choice {
    display: grid;
    place-items: center;
    box-sizing: border-box;
    line-height: 0;
}

body.is-shop-route .webshop-detail-color-row .webshop-color-choice::before {
    display: block;
    box-sizing: border-box;
    margin: 0;
    content: "";
}

/* The three collection product cards are visual backplates; the clothing is
   deliberately allowed to sit in front of them instead of being cropped into a rectangle. */
body.is-shop-route .view-shop .webshop-collection-title h2 {
    overflow: visible;
    padding: .08em 0 .11em;
    line-height: .9;
}

body.is-shop-route .view-shop .webshop-collection-product {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    isolation: isolate;
}

body.is-shop-route .view-shop .webshop-collection-product::before {
    position: absolute;
    z-index: 0;
    inset: 5% 2%;
    content: "";
    border: 1px solid #30352e;
    border-radius: 10px;
    background: linear-gradient(145deg, #f9fbf7, #e7ece6);
    box-shadow: 0 16px 25px rgba(8, 12, 7, .18);
}

body.is-shop-route .view-shop .webshop-collection-product::after {
    z-index: 1;
    inset: 5% 2%;
}

body.is-shop-route .view-shop .webshop-collection-product img {
    position: relative;
    z-index: 2;
    width: 112%;
    height: 112%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    filter: contrast(1.04) saturate(1.03) drop-shadow(0 14px 13px rgba(8, 12, 7, .24));
}

body.is-shop-route .view-shop .webshop-collection-product figcaption {
    z-index: 4;
}

@media (max-width: 800px) {
    body.is-shop-route .webshop-modal {
        align-items: start;
        padding: 6px;
    }

    body.is-shop-route .webshop-dialog {
        grid-template-columns: 1fr;
        width: 100%;
        height: calc(100svh - 12px);
        max-height: calc(100svh - 12px);
        gap: 0;
        padding: 0;
        border-radius: 12px;
    }

    body.is-shop-route .webshop-gallery-column {
        grid-template-rows: auto auto;
    }

    body.is-shop-route .webshop-gallery-layout {
        grid-template-areas:
            "main"
            "thumbs";
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: minmax(280px, min(58svh, 440px)) auto;
    }

    body.is-shop-route .webshop-gallery-main {
        grid-area: main;
        min-height: 0;
        height: 100%;
        aspect-ratio: auto;
    }

    body.is-shop-route .webshop-gallery-arrow {
        width: 38px;
        height: 38px;
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }

    body.is-shop-route .webshop-gallery-arrow-previous { left: 10px; }
    body.is-shop-route .webshop-gallery-arrow-next { right: 10px; }

    body.is-shop-route .webshop-thumbs {
        grid-area: thumbs;
        flex-direction: row;
        align-items: center;
        align-content: center;
        gap: 8px;
        min-width: 0;
        min-height: 70px;
        padding: 8px 12px;
        overflow-x: auto;
        overflow-y: hidden;
        border-top: 1px solid #d3d9d2;
        scrollbar-width: none;
    }

    body.is-shop-route .webshop-thumb {
        flex-basis: 56px;
        width: 56px;
        height: 56px;
    }

    body.is-shop-route .webshop-gallery-benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.is-shop-route .webshop-gallery-benefits > span,
    body.is-shop-route .webshop-gallery-benefits > span:last-child {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        justify-items: center;
        gap: 4px;
        padding: 9px 5px;
        border-right: 1px solid #e1e6df;
        border-bottom: 0;
        text-align: center;
    }

    body.is-shop-route .webshop-gallery-benefits > span:last-child {
        border-right: 0;
    }

    body.is-shop-route .webshop-gallery-benefits svg {
        grid-row: auto;
        width: 18px;
        height: 18px;
    }

    body.is-shop-route .webshop-gallery-benefits b {
        overflow: visible;
        white-space: normal;
        font-size: 9px;
    }

    body.is-shop-route .webshop-gallery-benefits small {
        display: none;
    }

    body.is-shop-route .webshop-detail-copy {
        gap: 14px;
        padding: 20px 16px 28px;
    }

    body.is-shop-route .webshop-detail-copy h3 {
        font-size: clamp(32px, 11vw, 44px);
    }

    body.is-shop-route .webshop-close {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
    }

    body.is-shop-route .webshop-size-guide-panel {
        right: auto;
        left: 0;
    }

    body.is-shop-route .view-shop .webshop-collection-title h2 {
        line-height: .94;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.is-shop-route .view-shop .webshop-hero-image,
    body.is-shop-route .view-shop .webshop-card,
    body.is-shop-route .view-shop .webshop-product-image,
    body.is-shop-route .view-shop .webshop-auto-mockup,
    body.is-shop-route .view-shop .webshop-quick-view,
    body.is-shop-route .webshop-filter-backdrop,
    body.is-shop-route .webshop-filter-drawer {
        animation: none !important;
        transition-duration: .01ms !important;
    }

    body.is-shop-route .webshop-gallery-main > .webshop-product-image,
    body.is-shop-route .webshop-gallery-main > .webshop-auto-mockup,
    body.is-shop-route .webshop-gallery-main > .webshop-gallery-visual > .webshop-product-image,
    body.is-shop-route .webshop-gallery-main > .webshop-gallery-visual > .webshop-auto-mockup,
    body.is-shop-route .webshop-buy,
    body.is-shop-route .webshop-buy svg {
        animation: none !important;
    }
}

/* Mobile product detail is a destination, not a floating desktop card.
   Android browsers (including Samsung Internet / in-app tabs) can report a
   much shorter `svh` after their top controls collapse.  Use the live dynamic
   viewport and remove the surrounding frame so the preview fills the screen
   on devices such as the Galaxy A56. */
@media (max-width: 800px) {
    body.is-shop-route .webshop-modal {
        inset: 0;
        display: block;
        width: 100vw;
        min-height: 100vh;
        height: 100vh;
        padding: 0;
        background: #f8faf6;
        backdrop-filter: none;
    }

    body.is-shop-route .webshop-dialog {
        width: 100vw;
        min-width: 100vw;
        min-height: 100vh;
        height: 100vh;
        max-height: 100vh;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        overscroll-behavior-y: contain;
    }

    body.is-shop-route .webshop-close {
        position: fixed;
        top: max(10px, calc(env(safe-area-inset-top) + 10px));
        right: max(10px, calc(env(safe-area-inset-right) + 10px));
        z-index: 10040;
    }
}

@supports (height: 100dvh) {
    @media (max-width: 800px) {
        body.is-shop-route .webshop-modal {
            min-height: 100dvh;
            height: 100dvh;
        }

        body.is-shop-route .webshop-dialog {
            min-height: 100dvh;
            height: 100dvh;
            max-height: 100dvh;
        }
    }
}

/* Category selection and saved-design feedback. */
body.is-shop-route .view-shop .webshop-category-rail .webshop-category-button {
    position: relative;
    isolation: isolate;
    transition: color .18s ease, background .18s ease, box-shadow .18s ease, transform .28s cubic-bezier(.2, .85, .2, 1);
}

body.is-shop-route .view-shop .webshop-category-rail .webshop-category-button > span,
body.is-shop-route .view-shop .webshop-category-rail .webshop-category-button > small {
    position: relative;
    z-index: 1;
}

body.is-shop-route .view-shop .webshop-category-rail .webshop-category-button::after {
    position: absolute;
    z-index: 0;
    right: 12px;
    bottom: 7px;
    left: 12px;
    height: 3px;
    border-radius: 999px;
    background: #090c08;
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .32s cubic-bezier(.2, .85, .2, 1);
}

body.is-shop-route .view-shop .webshop-category-rail .webshop-category-button:hover,
body.is-shop-route .view-shop .webshop-category-rail .webshop-category-button.is-active {
    box-shadow: 0 8px 16px rgba(80, 111, 0, .18);
    transform: translateY(-2px);
}

body.is-shop-route .view-shop .webshop-category-rail .webshop-category-button.is-active {
    animation: webshop-category-select .42s cubic-bezier(.2, .85, .2, 1) both;
}

body.is-shop-route .view-shop .webshop-category-rail .webshop-category-button.is-active::after {
    transform: scaleX(1);
}

body.is-shop-route .view-shop .webshop-fav,
body.is-shop-route .webshop-detail-favorite {
    overflow: visible;
    isolation: isolate;
}

body.is-shop-route .view-shop .webshop-fav.is-active svg,
body.is-shop-route .webshop-detail-favorite.is-active svg {
    fill: currentColor;
}

.webshop-favorite-burst {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 12;
    width: 1px;
    height: 1px;
    overflow: visible;
    pointer-events: none;
}

.webshop-favorite-burst b {
    position: absolute;
    top: 0;
    left: 0;
    color: #e83d69;
    font: 900 18px/1 Arial, sans-serif;
    opacity: 0;
    text-shadow: 0 2px 7px rgba(128, 17, 51, .28);
    transform: translate(-50%, -50%);
    animation: webshop-heart-burst .76s cubic-bezier(.14, .74, .25, 1) var(--heart-delay) both;
}

body.is-shop-route .webshop-fav.is-celebrating svg,
body.is-shop-route .webshop-detail-favorite.is-celebrating svg {
    animation: webshop-heart-pop .52s cubic-bezier(.18, .89, .32, 1.35) both;
}

@keyframes webshop-heart-burst {
    0% { opacity: 0; transform: translate(-50%, -50%) scale(.2) rotate(0); }
    18% { opacity: 1; }
    74% { opacity: 1; transform: translate(calc(-50% + var(--heart-x)), calc(-50% + var(--heart-y))) scale(var(--heart-scale)) rotate(var(--heart-rotation)); }
    100% { opacity: 0; transform: translate(calc(-50% + var(--heart-x)), calc(-50% + var(--heart-y) - 10px)) scale(.64) rotate(var(--heart-rotation)); }
}

@keyframes webshop-heart-pop {
    0% { transform: scale(1); }
    42% { transform: scale(1.38); }
    100% { transform: scale(1.04); }
}

@keyframes webshop-category-select {
    0% { opacity: .45; transform: translateY(5px) scale(.94); }
    68% { opacity: 1; transform: translateY(-3px) scale(1.035); }
    100% { opacity: 1; transform: translateY(-2px) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
    body.is-shop-route .view-shop .webshop-category-rail .webshop-category-button.is-active,
    body.is-shop-route .webshop-fav.is-celebrating svg,
    body.is-shop-route .webshop-detail-favorite.is-celebrating svg,
    .webshop-favorite-burst b {
        animation: none !important;
    }
}
