/** Shopify CDN: Minification failed

Line 1225:18 Unexpected "{"
Line 1225:27 Expected ":"
Line 1229:20 Unexpected "{"
Line 1229:29 Expected ":"
Line 1235:20 Unexpected "{"
Line 1235:29 Expected ":"
Line 1261:22 Unexpected "{"
Line 1261: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;
            }

            * {
                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: 100%;
                max-width: calc(var(--page-width, 1320px) + var(--gutter) * 2);
                margin: 0 auto;
                padding: 0 var(--gutter);
            }

            .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
            }


            .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
            }

            .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)
                }
            }


            .badge-row {
                display: flex;
                gap: 8px;
                flex-wrap: wrap;
                /* margin-top: 10px */
            }

            .badge-new {
                border-radius: 999px;
                padding: 7px 10px;
                background: var(--soft);
                font-size: 11px;
                font-weight: 750;
                letter-spacing: .08em;
                text-transform: uppercase
            }

            .badge-new.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
            }

            .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)
            }

            .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)
            }



            .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;
                margin-top:105px;
            }

            .promise-row {
                display:flex;
                justify-content:space-between;
            }
            .promise-item {
                position:relative;
            }
            .promise-item:not(:last-child)::after {
                content:"";
                position:absolute;
                right:-106%;
                top:50%;
                transform:translateY(-50%);
                width:1px;
                height:40px;
                background: #dedbd7;
            }

            .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
            }

            .recommend {
                padding: 90px 0;
                background: #f2eee9
            }

            .product-row {
                display: grid;
                grid-template-columns: repeat(3,1fr);
                gap: 16px;
                margin-top: 38px
            }





            .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
            }


            .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
            }

            .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
            }

        

            @media (max-width: 1050px) {


                .pdp {
                    grid-template-columns: 1fr
                }


                .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)
                }

            }

            @media (max-width: 720px) {
                :root {
                    --container:calc(100vw - 28px)
                }

                .pdp {
                    gap: 24px;
                    padding-bottom: 45px
                }

                .container-box {
                    padding:0 10px;
                }

                .product-title {
                    font-size: 32px
                }

                .sizes {
                    grid-template-columns: repeat(5,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
                }


                .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
                }



                .measure-fields {
                    grid-template-columns: 1fr
                }
            }

            @media (max-width: 480px) {


                .ugc-grid {
                    grid-template-columns: 1fr
                }

                .ugc:first-child {
                    grid-column: auto
                }


            }




/* .media-gallery[data-sync-thumb-height="true"] 
.media-gallery__thumbs {

    visibility:hidden;

}


.media-gallery[data-sync-thumb-height="true"].thumb-height-ready
.media-gallery__thumbs {

    visibility:visible;

}



.media-thumbs.flex-col-pb {

    display:flex;

    flex-direction:column;

    justify-content:space-between;

    gap:8px;

    overflow-y:auto;

}

.media-gallery__thumbs .media-thumbs__item {
  width:110px;
  flex:0 0 auto;
}
.media-layout-wrap {
  display:flex;
  flex-direction:row;
  gap:16px;
  align-items:flex-start;

}
.media-gallery__thumbs {
    order:1;
    width:110px;
    flex-shrink:0;
    margin-top:0 !important;
}
.media-gallery__viewer {
  order:2;
  flex:1;
} */

.product-title{
  font-size: clamp(30px, 3vw, 40px) !important;
  line-height: 1.02 !important;
}
.disclosure>summary{
    border-bottom: 1px solid rgba(var(--text-color) / .15);
}
/* @media (min-width: 749px) {
    .NEW325TESTimg{
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        background: #fff !important; 
    }

} */
#vstar-reviews .tt-head-title{
    font-size: clamp(30px, 4vw, 58px) !important;
    line-height: 1.02;
    letter-spacing: -.045em;
}

@media (max-width: 749px) {
    
    .product-title {
        font-size: 26px !important;
        line-height: 1.02 !important;
    }
    .title-designed{
        padding:14px 0 !important;
    }
    .my-desc-item {
        padding: 14px 0 !important;
    }
    .promise-row {
        display:grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }
    .promise-item{
        border-bottom:0;
        border-right: 1px solid var(--line) !important;
        padding: 11px 0 !important;
        margin-right: 4px;
    }
    .promise-item strong{
        font-size:12px;
    }
    .promise-item:nth-child(even) {
        border-right:0 !important;
    }
    .promise{
        margin-top:60px;
    }
    .article-box{
        display:flex;
        gap:20px;
        align-items: center;
    }
    .fit-card{
        min-height: 0 !important;
    }
    .measure-icon{
        margin-bottom: 0 !important;
    }
    .promise-item:not(:last-child)::after{
        display:none;
    }
    .tt-head-title{
        margin-top:20px !important;
    }
    .fit-shell{
        gap:30px;
    }
}

.my-desc-item summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  font-size: 14px;
  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;
}