/** Shopify CDN: Minification failed

Line 566:15 Expected identifier but found whitespace
Line 566:17 Unexpected "{"
Line 566:25 Expected ":"
Line 693:96 Unexpected ")"

**/
.shopify-section--spdp-design-notes .details-block__wrapper {
    display: flex;
    padding: 45px 20px 90px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 45px;
}
.shopify-section--spdp-design-notes .details-block {
    align-content: start;
    gap: var(--spacing-7-5);
    scroll-snap-align: center;
    scroll-snap-stop: always;
    display: grid;
}
.shopify-section--spdp-design-notes .details-block__note-content {
    gap: var(--spacing-5);
}

.shopify-section--spdp-design-notes .details-block__note-content.text-position-center {
    text-align: center;
}

.shopify-section--spdp-design-notes .details-block__note-content.text-position-start {
    text-align: left;
}

.shopify-section--spdp-design-notes .details-block__note-content.text-position-end {
    text-align: right;
}

.shopify-section--spdp-design-notes .details-block__note-heading {
    font-family: "ITC Cheltenham";
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 33.6px */
}
.shopify-section--spdp-design-notes .details-block__note-description {
    font-family: 'Sohne Extra Light';
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 16.8px */
}

.shopify-section--spdp-design-notes .details-block__container {
    grid: auto / auto-flow 300px;
    display: grid;
    gap: var(--spacing-5);
}
.shopify-section--spdp-design-notes video,
.shopify-section--spdp-design-notes video source,
.shopify-section--spdp-design-notes img {
    object-fit: cover;
    object-position: inherit;
    height: 100%;
    width: 100%;
}

.shopify-section--spdp-design-notes .details-block__note-media {
    height: 450px;
}
.shopify-section--spdp-design-notes .details-block__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    align-self: stretch;
}
.shopify-section--spdp-design-notes .details-block__header-logo-image {
    width: 215px;
    height: 112px;
}
.shopify-section--spdp-design-notes .details-block__header-content.text-position-start {
    align-items: flex-start;
}
.shopify-section--spdp-design-notes .details-block__header-content.text-position-start p{
    text-align: left;
}
.shopify-section--spdp-design-notes .details-block__header-content.text-position-center {
    align-items: center;
}
.shopify-section--spdp-design-notes .details-block__header-content.text-position-center p{
    text-align: center;
}
.shopify-section--spdp-design-notes .details-block__header-content.text-position-end {
    align-items: flex-end;
}
.shopify-section--spdp-design-notes .details-block__header-content.text-position-end p{
    text-align: right;
}
    
.shopify-section--spdp-design-notes .details-block__header-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 666px;
}
.shopify-section--spdp-design-notes .details-block__header-content h2 {
    color: var(--pdp-storytelling-text-color);
    text-align: center;
    font-family: "ITC Cheltenham";
    font-style: normal;
    font-weight: 300;
    line-height: 95%; /* 58.9px */
}
.shopify-section--spdp-design-notes .details-block__header-content p {
    color: var(--pdp-storytelling-text-color);
    text-align: center;
    font-family: 'Sohne Extra Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 22.4px */
}
.shopify-section--spdp-design-notes .details-block__scrollabel-area {
    gap: var(--spacing-11-5);
    grid-auto-columns: minmax(0, 1fr);
    display: grid;
}
.shopify-section--spdp-design-notes .details-block__scrollabel-area .scrollbar.peer-not-scrollable\:hidden {
    display: block;
}
.shopify-section--spdp-design-notes .details-block__note-video {
    height: 100%;
    width: 100%;
    position: relative;
}
.shopify-section--spdp-design-notes .video-controls {
    position: absolute;
    bottom: 33px;
    right: 30px;
    display: flex;
}
.shopify-section--spdp-design-notes .video-controls .play::before {
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent white;
    content: "";
    display: block;
    position: absolute;
    left: 35%;
    top: 50%;
    transform: translateY(-50%);
}

.shopify-section--spdp-design-notes .video-controls .pause::before,
.shopify-section--spdp-design-notes .video-controls .pause::after {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    left: calc(50% - 3px);
    top: 50%;
    transform: translateY(-50%);
}
.shopify-section--spdp-design-notes .video-controls .pause:after {
    right: calc(50% - 3px);
    left: auto;
}
.shopify-section--spdp-design-notes .video-controls .video-container video {
    z-index: 1; /* Ensure the video is below the controls */
}

.shopify-section--spdp-design-notes .video-controls .icon {
    position: relative;
    width: 20px;
    height: 20px;
    padding: 5px;
    border-radius: 100px;
    border: 0.5px solid var(--Primary-White, #FFF);
}

.shopify-section--spdp-design-notes .video-controls .pause-text,
.shopify-section--spdp-design-notes .video-controls .play-text {
    font-size: 14px;
    font-family: 'Sohne Light';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #fff;
}
.shopify-section--spdp-design-notes .video-controls .pause-btn,
.shopify-section--spdp-design-notes .video-controls .play-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.shopify-section--spdp-design-notes .video-controls .play-btn {
        margin-right: 11px;
}
.shopify-section--spdp-design-notes .video-controls .play-btn.hidden,
.shopify-section--spdp-design-notes .video-controls .pause-btn.hidden {
    display: none;
}

.shopify-section--spdp-design-notes .video-controls .video-controls button.hidden {
    display: none;
}
.shopify-section--spdp-design-notes .video-controls .video-controls button.hidden.pause::before,
.shopify-section--spdp-design-notes .video-controls .video-controls button.hidden.pause::after {
    display: none;
}
@media screen and (min-width:700px){
    .shopify-section--spdp-design-notes .details-block__wrapper {
        padding: 120px 40px;
        gap: 60px;
    }
    video {
        max-width: min(var(--image-max-width, 100%), 100%);
    }
 
    .shopify-section--spdp-design-notes .details-block__container {
        grid-template-columns: 1fr 1fr 1fr;
        gap: var(--spacing-7-5);
    }
    .shopify-section--spdp-design-notes .details-block__header {
        gap: 60px;
    }
    .shopify-section--spdp-design-notes .details-block__header-logo-image {
        width: 467px;
        height: 245px;
    }
    .shopify-section--spdp-design-notes .details-block__header-content p {
        font-size: 18px;
    }
    .shopify-section--spdp-design-notes .details-block__note-description {
        font-size: 16px;
        line-height: 140%; /* 16.8px */
    }
    .details-block__scrollabel-area .scrollbar.peer-not-scrollable\:hidden {
        display: none;
    }
    .shopify-section--spdp-design-notes .details-block__note-media {
        display: flex;
        height: 650px;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
    }
    .shopify-section--spdp-design-notes .details-block__scrollabel-area .scrollbar.peer-not-scrollable\:hidden {
        display: none;
    }
}

/* SPDP Value Video Section */

.shopify-section--spdp-value-video .content-over-media.display-border:after {
    content: '';
    position: absolute;
    border: 1px solid #fff;
    width: calc(100% - 19px);
    height: calc(100% - 20px);
}

.shopify-section--spdp-value-video split-lines {
    color: var(--split-lines-color);
    text-align: center;
    font-family: "ITC Cheltenham";
    font-style: normal;
    font-weight: 300;
    line-height: 95%;
}
.shopify-section--spdp-value-video .button-container .btn-link {
    background: unset;
    text-decoration: unset;
    background: unset;
    color: var(--split-lines-color);
    text-align: center;
    font-family: 'Sohne Light';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    letter-spacing: 1.2px;
    text-transform: uppercase;
}



.shopify-section--spdp-value-video .button-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0;
    gap: 6px;
}

.shopify-section--spdp-value-video .button-container a.btn-link {
    cursor: pointer;
}
.shopify-section--spdp-value-video .button-container .btn-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 6px;
}
.shopify-section--spdp-value-video .button-container .btn-link span.button-wrapper--underline {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 3px;
    overflow: hidden;
  }
  
.shopify-section--spdp-value-video .button-container .btn-link span.button-wrapper--underline  svg {
    width: 100%;
    opacity: 1;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    height: auto;
    display: flex;
}
  
.shopify-section--spdp-value-video .button-container .btn-link:hover .button-wrapper--underline svg {
    transform: translateX(-100%);
    opacity: 0;
}
  
    
.shopify-section--spdp-value-video .prose .icon-container img.icon {
    margin-block: 0;
}

.shopify-section--spdp-value-video .prose .h0 {
    margin-block-start: 20px;
    margin-block-end: 45px;
}

.shopify-section--spdp-value-video .prose .h1 {
    margin-block-start: 20px;
    margin-block-end: 40px;
}
.shopify-section--spdp-value-video .prose .h2 {
    margin-block-start: 20px;
    margin-block-end: 35px;
}

.shopify-section--spdp-value-video .prose .h3 {
    margin-block-start: 20px;
    margin-block-end: 30px;
}

.shopify-section--spdp-value-video .prose .h4 {
    margin-block-start: 20px;
    margin-block-end: 25px;
}

.shopify-section--spdp-value-video .prose .h5 {
    margin-block-start: 20px;
    margin-block-end: 20px;
}

.shopify-section--spdp-value-video .prose .h6 {
    margin-block-start: 20px;
    margin-block-end: 15px;
}

.shopify-section--spdp-value-video video-media {
    display: flex;
    width: 100%;
    height: 812px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
}

.shopify-section--spdp-value-video .video-controls {
    position: absolute;
    bottom: 33px;
    right: 30px;
    display: flex;
}
.shopify-section--spdp-value-video .video-controls .play::before {
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent white;
    content: "";
    display: block;
    position: absolute;
    left: 35%;
    top: 50%;
    transform: translateY(-50%);
}

.shopify-section--spdp-value-video .video-controls .pause::before,
.shopify-section--spdp-value-video .video-controls .pause::after {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    left: calc(50% - 3px);
    top: 50%;
    transform: translateY(-50%);
}
.shopify-section--spdp-value-video .video-controls .pause:after {
    right: calc(50% - 3px);
    left: auto;
}
.shopify-section--spdp-value-video .video-controls .video-container video {
    z-index: 1; /* Ensure the video is below the controls */
}
.shopify-section--spdp-value-video .video-controls .icon {
    position: relative;
    width: 20px;
    height: 20px;
    padding: 5px;
    border-radius: 100px;
    border: 0.5px solid var(--Primary-White, #FFF);
}

.shopify-section--spdp-value-video .video-controls .pause-text,
.shopify-section--spdp-value-video .video-controls .play-text {
    font-size: 14px;
    font-family: 'Sohne Light';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #fff;
}
.shopify-section--spdp-value-video .video-controls .pause-btn,
.shopify-section--spdp-value-video .video-controls .play-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.shopify-section--spdp-value-video .video-controls .play-btn {
    margin-right: 11px;
}
.shopify-section--spdp-value-video .video-controls .play-btn.hidden,
.shopify-section--spdp-value-video .video-controls .pause-btn.hidden {
    display: none;
}

.shopify-section--spdp-value-video .video-controls .video-controls button.hidden {
    display: none;
}
.shopify-section--spdp-value-video .video-controls .video-controls button.hidden.pause::before,
.shopify-section--spdp-value-video .video-controls .video-controls button.hidden.pause::after {
    display: none;
}

.shopify-section--spdp-value-video .icon-container {
    display: flex;
    align-items: center;
}
.shopify-section--spdp-value-video .text-center .button-container {
    align-items: center;
}

.shopify-section--spdp-value-video .text-end .button-container {
    align-items: flex-end;
}

.shopify-section--spdp-value-video .text-start .button-container {
    align-items: flex-start;
}

.shopify-section--spdp-value-video .text-center .icon-container {
    justify-content: center;
}
.shopify-section--spdp-value-video .text-end .icon-container {
    justify-content: flex-end;
}
.shopify-section--spdp-value-video .text-start .icon-container {
    justify-content: flex-start;
}

@media screen and (min-width: 700px) {
    .shopify-section--spdp-value-video .sm\:text-center .button-container {
        align-items: center;
    }
    
    .shopify-section--spdp-value-video .sm\:text-end .button-container {
        align-items: flex-end;
    }
    
    .shopify-section--spdp-value-video .sm\:text-start .button-container {
        align-items: flex-start;
    }
    
    .shopify-section--spdp-value-video .sm\:text-center .icon-container {
        justify-content: center;
    }
    .shopify-section--spdp-value-video .sm\:text-end .icon-container {
        justify-content: flex-end;
    }
    .shopify-section--spdp-value-video .sm\:text-start .icon-container {
        justify-content: flex-start;
    }
    
    .shopify-section--spdp-value-video video-media {
        display: flex;
        width: 100%;
        height: 880px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
    }
    .shopify-section--spdp-value-video .button-container .btn-link {
        font-size: 14px;
        letter-spacing: 1.4px;
    }
    
}


/* SPDP QUOTE CAROUSEL */

.shopify-section--spdp-quote-carousel {
    position: relative;
}
.shopify-section--spdp-quote-carousel .section-quote-carousel:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 15px);
    height: calc(100% - 90px);
    border: 1px solid var(--spdp-quote-border-color);
}
.shopify-section--spdp-quote-carousel .section-quote-carousel:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 25px);
    height: calc(100% - 100px);
    border: 1px solid var(--spdp-quote-border-color);
    z-index: -1;
}
.shopify-section--spdp-quote-carousel .section-quote-carousel {
    position: relative;
    padding: 45px 8px;
    z-index: 0;
}
.shopify-section--spdp-quote-carousel .section-quote-carousel .section-stack {
    padding: 60px 20px;
    margin: 5px;
    z-index: 1;
}
.shopify-section--spdp-quote-carousel .page-dots > * {
    width: var(--spacing-2);
    height: var(--spacing-2);
    border-radius: var(--rounded-full);
    opacity: .3;
    background: {{section.settings.quote_border}};
    transition: opacity .2s ease-in-out;
}
.shopify-section--spdp-quote-carousel .page-dots > *[aria-current="true"] {
    opacity: 1;
}
.shopify-section--spdp-quote-carousel p.press__author {
    font-family: 'Sohne Light';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.shopify-section--spdp-quote-carousel .press {
    --press-padding-inline: 80px 240px;
    gap: var(--spacing-14-5);
}
.shopify-section--spdp-quote-carousel .press .h1{
    text-align: center;
    font-family: "ITC Cheltenham";
    font-size: 42px;
    font-style: normal;
    font-weight: 300;
    line-height: 95%; /* 58.9px */
}
.shopify-section--spdp-quote-carousel p.quote_description {
    text-align: center;
    font-family: 'Sohne Extra Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
}
.shopify-section--spdp-quote-carousel .press__list-item {
    gap: var(--spacing-7-5);
}
.shopify-section--spdp-quote-carousel .section-quote-carousel .press__controls {
    z-index: 9;
}
.shopify-section--spdp-quote-carousel .press .rating_stars {
    display: flex;
    align-items: center;
    justify-content: center;
}
.shopify-section--spdp-quote-carousel span.custom-decoration {
    height: 2px;
    display: flex;
}
.shopify-section--spdp-quote-carousel .press .rating_stars span.custom-decoration svg {
    width: 54px;
    height: 2px;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
}

@media screen and (min-width: 700px) {
    .shopify-section--spdp-quote-carousel .section-quote-carousel {
        padding: 120px 40px;
    }
    .shopify-section--spdp-quote-carousel .section-quote-carousel .section-stack {
        padding: 80px 240px;
        margin: 10px;
    }
    .shopify-section--spdp-quote-carousel .section-quote-carousel:before {
        width: calc(100% - 80px);
        height: calc(100% - 240px);
    }
    .shopify-section--spdp-quote-carousel .section-quote-carousel:after {
        width: calc(100% - 100px);
        height: calc(100% - 260px);
    }
    .shopify-section--spdp-quote-carousel .press .h1{
        font-size: 62px;
    }
    .shopify-section--spdp-quote-carousel .custom-decoration svg {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: auto !important;
        height: auto !important;
        width: 79px;
        height: 2px;
    }
    .shopify-section--spdp-quote-carousel p.press__author {
        font-size: 12px;
    }
    .shopify-section--spdp-quote-carousel p.quote_description {
        font-size: 21px;
    }
    
}

/* SPDP SHOP THE LOOK */

.shopify-section--spdp-shop-the-look span.left-floating-line {
    height: 2px;
    display: flex;
}

.shopify-section--spdp-shop-the-look p.subheading {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--Secondary-Charcoal-100, #1E2020);
    text-align: center;
    font-family: 'Sohne Light';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.shopify-section--spdp-shop-the-look span.right-floating-line {
    height: 2px;
    display: flex;
}
.shopify-section--spdp-shop-the-look .shop-the-look__products .section-header {
    grid-template-columns: unset;
}

.shopify-section--spdp-shop-the-look .shop-the-look__products .section-header split-lines::part() p {
  margin-block-start: 30px;
  margin-block-end: 0px;
}
.shopify-section--spdp-shop-the-look .horizontal-product-list {
    gap: 20px;
}
.shopify-section--spdp-shop-the-look .horizontal-product {
    padding: 4px 20px 4px 4px;
    align-items: center;
}
.shopify-section--spdp-shop-the-look .horizontal-product__image {
    height: 120px;
    width: 100%;
}
.shopify-section--spdp-shop-the-look .horizontal-product__cta button {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    border: 0.5px solid var(--Secondary-Charcoal-100, #1E2020);
    background: unset;
    color: var(--Secondary-Charcoal-100, #1E2020);
    text-align: center;
    font-family: 'Sohne Light';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.shopify-section--spdp-shop-the-look .shop-the-look {
    gap: var(--spacing-7-5);
}
.shopify-section--spdp-shop-the-look .shop-the-look__carousel {
    margin-inline-start: 20px;
}
.shopify-section--spdp-shop-the-look .spdp-shop-the-look .scrollable-with-controls {
    gap: var(--spacing-11-5);
}
.shopify-section--spdp-shop-the-look .spdp-shop-the-look section-header.section-header .flex.flex-col {
    align-items: center;
}
.shopify-section--spdp-shop-the-look .spdp-shop-the-look section-header.section-header .gap-y {
    gap: var(--spacing-4);
}

.shopify-section--spdp-shop-the-look .spdp-shop-the-look .scrollbar {
    margin: 0 20px;
}
.shopify-section--spdp-shop-the-look .spdp-shop-the-look {
    padding: 90px 0;
} 
.shopify-section--spdp-shop-the-look .spdp-shop-the-look .page-dots {
    gap: 15px;
}
.shopify-section--spdp-shop-the-look .spdp-shop-the-look .page-dots>* {
    height: 8px;
    width: 8px;
}
@media screen (min-width: 700px) {
    .shopify-section--spdp-shop-the-look p.subheading {
        font-size: 14px;
        letter-spacing: 1.4px;
    }
    .shopify-section--spdp-shop-the-look .spdp-shop-the-look {
        padding: 20px;
    }
    .shopify-section--spdp-shop-the-look .shop-the-look__products {
        gap: var(--spacing-11-5);
    }
}