/** Shopify CDN: Minification failed

Line 1789:18 Unexpected "{"
Line 1789:27 Expected ":"
Line 1793:20 Unexpected "{"
Line 1793:29 Expected ":"
Line 1799:20 Unexpected "{"
Line 1799:29 Expected ":"
Line 1825:22 Unexpected "{"
Line 1825:31 Expected ":"

**/
 :root {
                --ink: #141414;
                --muted: #66625f;
                --line: #dedbd7;
                --soft: #f6f4f1;
                --warm: #eee6de;
                --card: #fff;
                --accent: #842c3d;
                --accent-dark: #551d2a;
                --success: #264d3e;
                --shadow: 0 18px 50px rgba(18,18,18,.08);
                --radius: 18px;
                --container: min(1440px,calc(100vw - 48px));
            }

            * {
                box-sizing: border-box
            }

          


            button,input,select {
                font: inherit
            }

            button {
                cursor: pointer
            }

            a {
                color: inherit;
                text-decoration: none
            }

            img {
                display: block;
                width: 100%
            }

            .container-box {
                width: var(--container);
                margin-inline:auto}

            .eyebrow {
                margin: 0 0 10px;
                font-size: 12px;
                font-weight: 750;
                letter-spacing: .14em;
                text-transform: uppercase;
                color: var(--muted)
            }

            .section-title {
                font-size: clamp(30px,4vw,58px);
                line-height: 1.02;
                letter-spacing: -.045em;
                margin: 0
            }

            .section-copy {
                font-size: 17px;
                color: var(--muted);
                max-width: 720px;
                margin: 18px 0 0
            }

            .announcement {
                height: 34px;
                background: #171717;
                color: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 12px;
                letter-spacing: .03em;
                position: relative;
                z-index: 40
            }

            .announcement span {
                opacity: .75;
                margin: 0 10px
            }

            .site-header {
                position: sticky;
                top: 0;
                z-index: 35;
                background: rgba(255,255,255,.94);
                backdrop-filter: blur(12px);
                border-bottom: 1px solid rgba(0,0,0,.08)
            }

            .header-inner {
                height: 70px;
                display: grid;
                grid-template-columns: auto 1fr auto;
                align-items: center;
                gap: 34px
            }

            .brand {
                font-size: 24px;
                font-weight: 850;
                letter-spacing: .05em
            }

            .brand-mark {
                font-weight: 300;
                margin-left: 4px;
                color: var(--accent)
            }


            .media-grid {
                display: grid;
                grid-template-columns: 92px minmax(0,1fr);
                gap: 14px;
                position: relative
            }

            .thumbs {
                display: flex;
                flex-direction: column;
                gap: 10px
            }

            .thumb {
                aspect-ratio: 4/5;
                border: 1px solid var(--line);
                border-radius: 12px;
                background: var(--soft);
                padding: 0;
                overflow: hidden;
                position: relative
            }

            .thumb.active {
                border: 2px solid var(--ink)
            }

            .thumb img {
                height: 100%;
                object-fit: cover
            }

            .thumb svg {
                width: 100%;
                height: 100%
            }

            .media-stage {
                background: #f3f0ed;
                border-radius: var(--radius);
                overflow: hidden;
                min-height: 740px;
                position: relative
            }

            .stage-slide {
                display: none;
                width: 100%;
                height: 100%;
                position: absolute;
                inset: 0
            }

            .stage-slide.active {
                display: block
            }

            .stage-slide img {
                height: 100%;
                object-fit: cover;
                object-position: center
            }

            .stage-slide.hero img {
                object-position: center 38%
            }

            .media-tag {
                position: absolute;
                left: 18px;
                top: 18px;
                background: rgba(255,255,255,.9);
                padding: 8px 11px;
                border-radius: 999px;
                font-size: 11px;
                font-weight: 750;
                letter-spacing: .08em;
                text-transform: uppercase
            }

            .media-caption {
                position: absolute;
                left: 24px;
                bottom: 22px;
                background: rgba(18,18,18,.86);
                color: #fff;
                padding: 10px 13px;
                border-radius: 10px;
                font-size: 12px
            }

            .diagram-slide {
                display: grid!important;
                place-items: center;
                background: linear-gradient(145deg,#f0e6df,#d8b4b7);
                padding: 50px
            }

            .diagram-card {
                width: min(520px,90%);
                padding: 42px;
                border-radius: 28px;
                background: rgba(255,255,255,.87);
                box-shadow: var(--shadow);
                text-align: center
            }

            .bra-svg {
                width: 90%;
                max-width: 400px;
                margin: 15px auto 28px
            }

            .motion-slide {
                display: grid!important;
                place-items: center;
                background: #1b1b1b;
                color: #fff
            }

            .motion-card {
                text-align: center;
                padding: 40px
            }

            .motion-ring {
                width: 220px;
                height: 220px;
                border-radius: 999px;
                border: 1px solid rgba(255,255,255,.28);
                display: grid;
                place-items: center;
                margin: 0 auto 25px;
                animation: pulse 2.5s infinite
            }

            .play {
                width: 72px;
                height: 72px;
                border-radius: 999px;
                background: #fff;
                color: #111;
                display: grid;
                place-items: center;
                font-size: 25px;
                padding-left: 4px
            }

            @keyframes pulse {
                0%,100% {
                    box-shadow: 0 0 0 0 rgba(255,255,255,.18)
                }

                50% {
                    box-shadow: 0 0 0 28px rgba(255,255,255,0)
                }
            }

            .buybox {
                position: sticky;
                top: 118px;
                padding: 6px 0 30px
            }

            .badge-row {
                display: flex;
                gap: 8px;
                flex-wrap: wrap;
                margin-bottom: 16px
            }

            .badge {
                border-radius: 999px;
                padding: 7px 10px;
                background: var(--soft);
                font-size: 11px;
                font-weight: 750;
                letter-spacing: .08em;
                text-transform: uppercase
            }

            .badge.dark {
                background: #171717;
                color: #fff
            }

            .product-subtitle {
                font-size: 15px;
                color: var(--muted);
                margin: 0 0 16px
            }

            .rating {
                display: flex;
                align-items: center;
                gap: 9px;
                font-size: 13px;
                margin-bottom: 18px
            }

            .stars {
                letter-spacing: .08em
            }

            .rating a {
                text-decoration: underline;
                text-underline-offset: 3px
            }


            .field-head {
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-bottom: 11px;
                font-size: 13px;
                font-weight: 750
            }

            .text-link {
                border: 0;
                background: none;
                padding: 0;
                text-decoration: underline;
                text-underline-offset: 3px;
                font-size: 12px;
                font-weight: 650
            }

            .swatches {
                display: flex;
                gap: 10px;
                margin-bottom: 24px;
                flex-wrap: wrap
            }

            .swatch {
                width: 34px;
                height: 34px;
                border-radius: 999px;
                border: 3px solid #fff;
                box-shadow: 0 0 0 1px #ccc;
                position: relative
            }

            .swatch.active {
                box-shadow: 0 0 0 2px #111
            }

            .swatch[data-color="Rose Red"] {
                background: #9b3449
            }

            .swatch[data-color="Black"] {
                background: #171717
            }

            .swatch[data-color="Royal Blue"] {
                background: #314d8c
            }

            .swatch[data-color="White"] {
                background: #f8f8f6
            }

            .swatch[data-color="Light Brown"] {
                background: #a98570
            }

            .sizes {
                display: grid;
                grid-template-columns: repeat(6,1fr);
                gap: 8px;
                margin-bottom: 10px
            }

            .size {
                min-height: 42px;
                border: 1px solid var(--line);
                background: #fff;
                border-radius: 8px;
                font-size: 12px;
                font-weight: 700
            }

            .size:hover,.size.active {
                border-color: var(--ink);
                background: var(--ink);
                color: #fff
            }

            .fit-note {
                font-size: 12px;
                color: var(--muted);
                margin: 10px 0 18px
            }

            .fit-note strong {
                color: var(--ink)
            }

            .find-size {
                width: 100%;
                min-height: 48px;
                border: 1px solid var(--ink);
                background: #fff;
                border-radius: 9px;
                font-weight: 750;
                margin-bottom: 10px
            }

            .add {
                width: 100%;
                min-height: 54px;
                background: var(--ink);
                color: #fff;
                border: 0;
                border-radius: 9px;
                font-weight: 800;
                letter-spacing: .02em
            }

            .add:hover {
                background: var(--accent-dark)
            }

            .microcopy {
                text-align: center;
                font-size: 11px;
                color: var(--muted);
                margin: 9px 0 20px
            }

            .benefit-mini {
                display: grid;
                grid-template-columns: repeat(3,1fr);
                gap: 8px;
                margin-bottom: 20px
            }

            .mini {
                padding: 12px 8px;
                background: var(--soft);
                border-radius: 10px;
                text-align: center;
                font-size: 11px;
                line-height: 1.35
            }

            .mini strong {
                display: block;
                font-size: 12px;
                margin-bottom: 3px
            }

            .accordion {
                border-top: 1px solid var(--line)
            }

            .acc-item {
                border-bottom: 1px solid var(--line)
            }

            .acc-btn {
                width: 100%;
                background: none;
                border: 0;
                padding: 17px 0;
                display: flex;
                justify-content: space-between;
                font-size: 13px;
                font-weight: 750;
                text-align: left
            }

            .acc-panel {
                display: none;
                padding: 0 0 18px;
                color: var(--muted);
                font-size: 13px
            }

            .acc-item.open .acc-panel {
                display: block
            }

            .acc-item.open .plus {
                transform: rotate(45deg)
            }

            .plus {
                transition: .2s;
                font-size: 20px;
                font-weight: 300
            }

            .promise {
                border-top: 1px solid var(--line);
                border-bottom: 1px solid var(--line);
                padding: 22px 0
            }

            .promise-row {
                display: grid;
                grid-template-columns: repeat(4,1fr)
            }

            .promise-item {
                padding: 4px 24px;
                border-right: 1px solid var(--line)
            }

            .promise-item:last-child {
                border-right: 0
            }

            .promise-item strong {
                font-size: 13px;
                display: block;
                margin-bottom: 4px
            }

            .promise-item span {
                font-size: 12px;
                color: var(--muted)
            }

            .story {
                padding: 105px 0
            }

            .story-head {
                display: flex;
                justify-content: space-between;
                gap: 30px;
                align-items: end;
                margin-bottom: 46px
            }

            .system-grid {
                display: grid;
                grid-template-columns: repeat(3,1fr);
                gap: 16px
            }

            .system-card {
                min-height: 420px;
                border-radius: 22px;
                padding: 30px;
                position: relative;
                overflow: hidden;
                background: var(--soft);
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
            }
            .system-card__image {
                position: absolute;
                inset: 0;
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }
            .system-card:nth-child(2) {
                background: #221f20;
                color: #fff
            }

            .system-card:nth-child(3) {
                background: #e4c8c9
            }

            .system-number {
                font-size: 11px;
                letter-spacing: .12em;
                font-weight: 800;
                text-transform: uppercase;
                opacity: .65
            }

            .system-card h3 {
                position:relative;
                font-size: 30px;
                margin: 12px 0 10px;
                letter-spacing: -.035em
            }

            .system-card p {
                font-size: 14px;
                max-width: 350px;
                opacity: .75;
            }

            .system-art {
                position: absolute;
                width: 230px;
                height: 230px;
                border-radius: 999px;
                right: -38px;
                bottom: -38px;
                border: 1px solid currentColor;
                opacity: .22
            }

            .system-art:before,.system-art:after {
                content: "";
                position: absolute;
                border-radius: 999px;
                border: 1px solid currentColor;
                inset: 35px
            }

            .system-art:after {
                inset: 75px
            }

            .feature-band {
                background: #171717;
                color: #fff;
                padding: 110px 0
            }

            .feature-layout {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 70px;
                align-items: center
            }

            .feature-visual {
                aspect-ratio: 4/5;
                border-radius: 26px;
                overflow: hidden;
                position: relative;
                background: #2a2a2a
            }

            .feature-visual img {
                height: 100%;
                object-fit: cover;
                filter: grayscale(.18);
                opacity: .86
            }

            .hotspot {
                position: absolute;
                width: 28px;
                height: 28px;
                border-radius: 999px;
                background: #fff;
                color: #111;
                display: grid;
                place-items: center;
                font-weight: 800;
                box-shadow: 0 0 0 10px rgba(255,255,255,.14)
            }

            .hotspot.one {
                left: 50%;
                top: 24%
            }

            .hotspot.two {
                left: 27%;
                top: 56%
            }

            .hotspot.three {
                left: 68%;
                top: 71%
            }

            .feature-list-box {
                margin-top: 35px
            }

            .feature-row {
                display: grid;
                grid-template-columns: 48px 1fr;
                gap: 15px;
                padding: 20px 0;
                border-top: 1px solid rgba(255,255,255,.18)
            }

            .feature-row:last-child {
                border-bottom: 1px solid rgba(255,255,255,.18)
            }

            .feature-row b {
                font-size: 18px
            }

            .feature-row p {
                margin: 4px 0 0;
                color: rgba(255,255,255,.66);
                font-size: 14px
            }

            .num {
                width: 34px;
                height: 34px;
                border-radius: 999px;
                background: #fff;
                color: #111;
                display: grid;
                place-items: center;
                font-size: 12px;
                font-weight: 800
            }

            .fit-section {
                padding: 110px 0;
                background: var(--soft)
            }

            .fit-shell {
                display: grid;
                grid-template-columns: .75fr 1.25fr;
                gap: 65px;
                align-items: start
            }

            .fit-sticky {
                position: sticky;
                top: 120px
            }

            .fit-steps {
                display: grid;
                grid-template-columns: repeat(2,1fr);
                gap: 16px
            }

            .fit-card {
                background: #fff;
                border-radius: 18px;
                padding: 26px;
                min-height: 270px;
                border: 1px solid #ece8e4
            }

            .fit-card.wide {
                grid-column: 1/-1;
                min-height: 230px
            }

            .measure-icon {
                width: 64px;
                height: 64px;
                border-radius: 999px;
                display: grid;
                place-items: center;
                background: var(--warm);
                font-size: 24px;
                margin-bottom: 42px
            }

            .fit-card h3 {
                font-size: 21px;
                margin: 0 0 8px
            }

            .fit-card p {
                font-size: 13px;
                color: var(--muted);
                margin: 0
            }

            .fit-card .measure {
                font-size: 12px;
                font-weight: 800;
                letter-spacing: .1em;
                text-transform: uppercase;
                color: var(--accent);
                margin-bottom: 8px
            }

            .size-table {
                width: 100%;
                border-collapse: collapse;
                margin-top: 22px;
                font-size: 13px
            }

            .size-table th,.size-table td {
                padding: 13px 9px;
                text-align: left;
                border-top: 1px solid var(--line)
            }

            .size-table th {
                font-size: 11px;
                text-transform: uppercase;
                letter-spacing: .08em;
                color: var(--muted)
            }

            .social {
                padding: 110px 0
            }

            .ugc-grid {
                display: grid;
                grid-template-columns: 1.2fr .8fr .8fr;
                grid-auto-rows: 230px;
                gap: 14px;
                margin-top: 38px
            }

            .ugc {
                border-radius: 18px;
                overflow: hidden;
                position: relative;
                background: var(--soft)
            }

            .ugc:first-child {
                grid-row: span 2
            }

            .ugc img {
                height: 100%;
                object-fit: cover
            }

            .ugc:first-child img {
                object-position: center 38%
            }

            .ugc.small img {
                image-rendering: auto;
                transform: scale(1.05)
            }

            .ugc.synthetic {
                display: flex;
                align-items: flex-end;
                padding: 26px;
                color: #fff;
                background: linear-gradient(140deg,#8e3348,#30151e)
            }

            .ugc.synthetic.light {
                background: linear-gradient(140deg,#e6d3c7,#ab7c75);
                color: #171717
            }

            .ugc-label {
                position: absolute;
                left: 14px;
                top: 14px;
                background: rgba(255,255,255,.88);
                padding: 7px 9px;
                border-radius: 999px;
                font-size: 10px;
                font-weight: 800;
                text-transform: uppercase;
                letter-spacing: .08em;
                color: #111
            }

            .ugc-quote {
                font-size: 22px;
                line-height: 1.15;
                max-width: 280px;
                letter-spacing: -.02em
            }

            .ugc-meta {
                font-size: 12px;
                margin-top: 12px;
                opacity: .7
            }

            .reviews {
                padding: 0 0 110px
            }

            .review-summary {
                display: grid;
                grid-template-columns: .65fr 1.35fr;
                gap: 80px;
                padding: 38px;
                border: 1px solid var(--line);
                border-radius: 22px
            }

            .big-score {
                font-size: 74px;
                line-height: 1;
                font-weight: 800;
                letter-spacing: -.06em
            }

            .score-copy {
                color: var(--muted);
                font-size: 13px;
                margin-top: 8px
            }

            .bar-row {
                display: grid;
                grid-template-columns: 45px 1fr 38px;
                align-items: center;
                gap: 10px;
                font-size: 12px;
                margin: 9px 0
            }

            .bar {
                height: 7px;
                background: #eee;
                border-radius: 999px;
                overflow: hidden
            }

            .bar i {
                display: block;
                height: 100%;
                background: #171717;
                border-radius: 999px
            }

            .review-cards {
                display: grid;
                grid-template-columns: repeat(3,1fr);
                gap: 14px;
                margin-top: 14px
            }

            .review-card {
                padding: 24px;
                border-radius: 18px;
                background: var(--soft)
            }

            .review-card p {
                font-size: 14px
            }

            .review-card strong {
                font-size: 12px
            }

            .review-card span {
                font-size: 11px;
                color: var(--muted);
                display: block;
                margin-top: 3px
            }

            .recommend {
                padding: 90px 0;
                background: #f2eee9
            }

            .product-row {
                display: grid;
                grid-template-columns: repeat(3,1fr);
                gap: 16px;
                margin-top: 38px
            }

            .rec-card {
                background: #fff;
                border-radius: 18px;
                overflow: hidden
            }

            .rec-art {
                aspect-ratio: 4/5;
                display: grid;
                place-items: center;
                background: #e5dbd4
            }

            .rec-art svg {
                width: 70%;
                height: 70%
            }

            .rec-info {
                padding: 18px
            }

            .rec-info h3 {
                font-size: 15px;
                margin: 0 0 5px
            }

            .rec-info p {
                font-size: 12px;
                color: var(--muted);
                margin: 0 0 12px
            }

            .rec-info button {
                width: 100%;
                height: 42px;
                border: 1px solid #111;
                background: #fff;
                border-radius: 8px;
                font-weight: 750
            }

            .spec {
                padding: 110px 0;
                background: #101010;
                color: #fff
            }

            .spec-intro {
                display: grid;
                grid-template-columns: .9fr 1.1fr;
                gap: 70px;
                align-items: end;
                margin-bottom: 55px
            }

            .spec-intro p {
                color: rgba(255,255,255,.64);
                font-size: 16px;
                margin: 0
            }

            .spec-tabs {
                display: flex;
                gap: 8px;
                flex-wrap: wrap;
                margin-bottom: 20px
            }

            .spec-tab {
                padding: 10px 14px;
                border-radius: 999px;
                border: 1px solid rgba(255,255,255,.24);
                background: transparent;
                color: #fff;
                font-size: 12px;
                font-weight: 750
            }

            .spec-tab.active {
                background: #fff;
                color: #111
            }

            .spec-panel {
                display: none
            }

            .spec-panel.active {
                display: block
            }

            .spec-grid {
                display: grid;
                grid-template-columns: repeat(3,1fr);
                gap: 14px
            }

            .spec-card {
                background: #1a1a1a;
                border: 1px solid rgba(255,255,255,.1);
                border-radius: 18px;
                padding: 24px;
                min-height: 220px
            }

            .spec-card h3 {
                font-size: 17px;
                margin: 0 0 12px
            }

            .spec-card p,.spec-card li {
                font-size: 13px;
                color: rgba(255,255,255,.66)
            }

            .spec-card ul {
                padding-left: 18px;
                margin: 0
            }

            .spec-card li {
                margin: 8px 0
            }

            .spec-card code {
                font-family: ui-monospace,SFMono-Regular,Menlo,monospace;
                font-size: 12px;
                background: #292929;
                padding: 2px 6px;
                border-radius: 5px;
                color: #fff
            }

            .name-formula {
                font-size: clamp(24px,3vw,38px);
                letter-spacing: -.03em;
                line-height: 1.2;
                padding: 38px;
                border-radius: 18px;
                background: #fff;
                color: #111;
                margin-bottom: 14px
            }

            .goodbad {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 14px
            }

            .example {
                padding: 22px;
                border-radius: 16px;
                background: #1a1a1a
            }

            .example.good {
                border-left: 4px solid #7bc499
            }

            .example.bad {
                border-left: 4px solid #d56b6b
            }

            .example strong {
                font-size: 12px;
                text-transform: uppercase;
                letter-spacing: .1em
            }

            .example p {
                margin: 12px 0 0;
                color: rgba(255,255,255,.7)
            }

            .shot-list {
                display: grid;
                grid-template-columns: repeat(4,1fr);
                gap: 12px
            }

            .shot {
                border-radius: 16px;
                padding: 18px;
                min-height: 180px;
                background: #1a1a1a;
                border: 1px solid rgba(255,255,255,.1)
            }

            .shot b {
                display: block;
                font-size: 12px;
                margin-bottom: 34px
            }

            .shot span {
                font-size: 13px;
                color: rgba(255,255,255,.65)
            }

            .ratio {
                display: inline-block!important;
                margin-top: 10px;
                padding: 4px 7px;
                border: 1px solid rgba(255,255,255,.2);
                border-radius: 999px;
                font-size: 10px!important;
                color: #fff!important
            }

            footer {
                padding: 60px 0 90px;
                background: #0c0c0c;
                color: rgba(255,255,255,.68)
            }

            .footer-grid {
                display: grid;
                grid-template-columns: 1.2fr repeat(3,1fr);
                gap: 40px
            }

            .footer-brand {
                font-size: 26px;
                color: #fff;
                font-weight: 850
            }

            .footer-grid h4 {
                color: #fff;
                font-size: 12px;
                text-transform: uppercase;
                letter-spacing: .1em
            }

            .footer-grid a {
                display: block;
                font-size: 12px;
                margin: 8px 0
            }

            .fit-modal {

                position: fixed;

                inset: 0;

                background: rgba(0,0,0,.55);

                z-index: 99999;

                display: none;

                align-items: center;

                justify-content: center;

                padding:20px;

            }



            .fit-modal.open {

                display:flex;

            }



            .fit-modal-card {

                background:#fff;

                border-radius:22px;

                width:min(620px,100%);

                padding:28px;

                box-shadow:var(--shadow);

                max-height:90vh;

                overflow:auto;

            }



            .fit-modal-head {

                display:flex;

                justify-content:space-between;

                align-items:flex-start;

            }



            .fit-modal-head h2 {

                font-size:30px;

                letter-spacing:-.03em;

                margin:0;

            }



            .fit-modal-close {

                width:36px;

                height:36px;

                border-radius:999px;

                border:1px solid var(--line);

                background:#fff;

                font-size:22px;

            }



            .fit-modal-action {

                width:100%;

                height:50px;

                margin-top:15px;

                border:0;

                background:#111;

                color:#fff;

                border-radius:8px;

                font-weight:800;

            }



            .fit-result {

                display:none;

                margin-top:18px;

                background:var(--soft);

                border-radius:12px;

                padding:18px;

            }



            .fit-result.show {

                display:block;

            }

            .close {
                width: 36px;
                height: 36px;
                border-radius: 999px;
                border: 1px solid var(--line);
                background: #fff
            }

            .measure-fields {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 12px;
                margin-top: 24px
            }

            .measure-fields label {
                font-size: 12px;
                font-weight: 700
            }

            .measure-fields input {
                width: 100%;
                height: 48px;
                margin-top: 7px;
                border: 1px solid var(--line);
                border-radius: 8px;
                padding: 0 12px
            }

            .modal-action {
                width: 100%;
                height: 50px;
                margin-top: 15px;
                border: 0;
                background: #111;
                color: #fff;
                border-radius: 8px;
                font-weight: 800
            }

            .result {
                display: none;
                margin-top: 18px;
                background: var(--soft);
                border-radius: 12px;
                padding: 18px
            }

            .result.show {
                display: block
            }

            .mobile-bar {
                display: none;
                position: fixed;
                left: 0;
                right: 0;
                bottom: 0;
                background: #fff;
                border-top: 1px solid var(--line);
                z-index: 50;
                padding: 10px 14px;
                grid-template-columns: 1fr 1.2fr;
                gap: 10px;
                align-items: center
            }

            .mobile-bar strong {
                font-size: 13px
            }

            .mobile-bar span {
                display: block;
                font-size: 11px;
                color: var(--muted)
            }

            .mobile-bar button {
                height: 46px;
                border: 0;
                background: #111;
                color: #fff;
                border-radius: 8px;
                font-weight: 800
            }

            @media (max-width: 1050px) {
                .nav {
                    display:none
                }

                .menu-btn {
                    display: grid
                }

                .header-inner {
                    grid-template-columns: auto 1fr auto
                }

                .brand {
                    justify-self: center
                }

                .pdp {
                    grid-template-columns: 1fr
                }

                .buybox {
                    position: relative;
                    top: auto
                }

                .media-stage {
                    min-height: 680px
                }

                .promise-row {
                    grid-template-columns: repeat(2,1fr);
                    row-gap: 18px
                }

                .promise-item:nth-child(2) {
                    border-right: 0
                }

                .system-grid {
                    grid-template-columns: 1fr
                }

                .system-card {
                    min-height: 300px
                }

                .feature-layout,.fit-shell,.spec-intro {
                    grid-template-columns: 1fr
                }

                .fit-sticky {
                    position: relative;
                    top: auto
                }

                .spec-grid {
                    grid-template-columns: repeat(2,1fr)
                }

                .shot-list {
                    grid-template-columns: repeat(2,1fr)
                }
            }

            @media (max-width: 720px) {
                :root {
                    --container:calc(100vw - 28px)
                }

                .announcement {
                    font-size: 10px
                }

                .announcement span {
                    display: none
                }

                .site-header {
                    top: 0
                }

                .header-inner {
                    height: 60px
                }

                .header-tools .icon-btn:nth-child(2) {
                    display: none
                }

                .crumbs {
                    padding: 12px 0
                }

                .pdp {
                    gap: 24px;
                    padding-bottom: 45px
                }

                .media-grid {
                    grid-template-columns: 1fr
                }

                .thumbs {
                    order: 2;
                    flex-direction: row;
                    overflow-x: auto
                }

                .thumb {
                    width: 72px;
                    flex: 0 0 72px
                }

                .media-stage {
                    min-height: 520px
                }

                .buybox {
                    padding-bottom: 0
                }

                .product-title {
                    font-size: 32px
                }

                .sizes {
                    grid-template-columns: repeat(5,1fr)
                }

                .promise-row {
                    grid-template-columns: 1fr
                }

                .promise-item {
                    border-right: 0;
                    border-bottom: 1px solid var(--line);
                    padding: 11px 0
                }

                .promise-item:last-child {
                    border-bottom: 0
                }

                .story,.fit-section,.social,.spec {
                    padding: 75px 0
                }

                .story-head {
                    display: block
                }

                .story-head .section-copy {
                    margin-top: 15px
                }

                .system-card {
                    min-height: 330px
                }

                .feature-band {
                    padding: 75px 0
                }

                .feature-layout {
                    gap: 40px
                }

                .fit-steps {
                    grid-template-columns: 1fr
                }

                .fit-card.wide {
                    grid-column: auto
                }

                .ugc-grid {
                    grid-template-columns: 1fr 1fr;
                    grid-auto-rows: 210px
                }

                .ugc:first-child {
                    grid-column: 1/-1;
                    grid-row: auto;
                    height: 420px
                }

                .review-summary {
                    grid-template-columns: 1fr;
                    gap: 30px;
                    padding: 25px
                }

                .review-cards,.product-row,.spec-grid {
                    grid-template-columns: 1fr
                }

                .shot-list {
                    grid-template-columns: 1fr 1fr
                }

                .goodbad {
                    grid-template-columns: 1fr
                }

                .footer-grid {
                    grid-template-columns: 1fr 1fr
                }

                .mobile-bar {
                    display: grid
                }

                .measure-fields {
                    grid-template-columns: 1fr
                }
            }

            @media (max-width: 480px) {
                .shot-list {
                    grid-template-columns:1fr
                }

                .benefit-mini {
                    grid-template-columns: 1fr
                }

                .ugc-grid {
                    grid-template-columns: 1fr
                }

                .ugc:first-child {
                    grid-column: auto
                }

                .footer-grid {
                    grid-template-columns: 1fr
                }

                .spec-card {
                    min-height: 0
                }
            }




            .media-thumbs.flex-col-pb {
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
}

.media-gallery__thumbs {
  width:80px;
  flex-shrink:0;
}
.media-gallery__thumbs .media-thumbs__item {
  width:80px;
  flex:0 0 auto;
}
.media-layout-wrap {
  display:flex;
  flex-direction:row;
  gap:16px;
  align-items:flex-start;

}
/* 缩略图放左侧 */
.media-gallery__thumbs {
    order:1;
    width:80px;
    flex-shrink:0;
}
/* 主图放右侧 */
.media-gallery__viewer {
  order:2;
  flex:1;
}
.media-gallery__thumbs{
  margin-top:0 !important;
}
.product-title{
  font-size: clamp(30px, 3vw, 40px) !important;
  line-height: 1.02 !important;
}
@media (max-width: 749px) {
  .product-title {
      font-size: 26px !important;
      line-height: 1.02 !important;
  }
}

.my-desc-item summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  font-size: 13px;
  padding-right: 24px;
  font-weight:750;
}
.title-designed{
  font-size: 13px;
  padding-right: 24px;
  border-bottom: 1px solid rgba(var(--text-color) / .15);
  padding-bottom: 16px;
  font-weight:750;
}

.my-desc-item:last-child {
padding-bottom: 0;
}
.title-designed{
padding:22px 0;
font-size:13px;
}
.my-desc-item {
  padding: 22px 0;
  border-bottom: 1px solid rgba(var(--text-color) / .15);
}
.my-desc-content {
  padding-top: 12px;
  line-height: 1.7;
  font-size: 13px;
  color:#66625f;
}

.des_detail{
    font-size: clamp(30px, 4vw, 58px) !important;line-height: 1.02;letter-spacing: -.045em;
}

#shopify-section-{{ section.id }} .feature-visual {
    position: relative;
  }

  #shopify-section-{{ section.id }} .feature-visual img {
    display: block;
    width: 100%;
    height: auto;
  }

  #shopify-section-{{ section.id }} .hotspot {
    position: absolute;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;
    border-radius: 50%;

    background: #fff;
    color: #111;

    font-size: 14px;
    font-weight: 700;
    line-height: 1;

    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);

    transform: translate(-50%, -50%);
    pointer-events: none;
  }

  @media screen and (max-width: 768px) {
    #shopify-section-{{ section.id }} .hotspot {
      width: 30px;
      height: 30px;
      font-size: 13px;
    }
  }


img[loading="lazy"] {
  transition: opacity 0.5s ease-out;
  opacity: 1;
}

.ugc-grid video {
  opacity: 1 !important;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}