/** Shopify CDN: Minification failed

Line 3435:1 Unexpected "/"

**/
@font-face {
    font-family: 'Helvetica Neue Pro';
    src: url('../assets/HelveticaNeuePro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Helvetica Neue Pro';
    src: url('../assets/HelveticaNeueProLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Helvetica Neue Pro';
    src: url('../assets/HelveticaNeueProMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Helvetica Neue Pro';
    src: url('../assets/HelveticaNeueProBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Helvetica Neue Pro Ex';
    src: url('../assets/HelveticaNeueProEx.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Helvetica Neue Pro Ex';
    src: url('../assets/HelveticaNeueProExLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Helvetica Neue Pro Ex';
    src: url('../assets/HelveticaNeueProExMed.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Helvetica Neue Pro Ex';
    src: url('../assets/HelveticaNeueProExBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Helvetica Neue Pro Ex';
    src: url('../assets/HelveticaNeueProExBlack.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }
  
:root{
    --font-wide: Helvetica Neue Pro Ex,Arial,sans-serif;
}
.sr-only {
    position: absolute;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
/* SIZE GUIDE - START */
.lq--size-guide[open] {
    position: fixed;
    z-index: 10001;
    width: 100vw;
    height: 100vh;
    max-width: 1024px;
    max-height: 70vh;
    height: fit-content;
    background: #fff;
    top: 0;
    left: 0;
    overflow-x: hidden;
    border: 0;
    padding: 1rem 1.5rem 2rem 1.5rem;
}
.lq--size-guide[open]::backdrop {
    backdrop-filter: blur(5px);
    background-color: rgba(0,0,0,0.6);
}
.lq--size-guide h2 {
    font-family: var(--font-sans);
    text-transform: none;
    font-size: 1.75rem;
    margin-top: 0;
}
.lq--size-guide details {
    margin-bottom: 2rem;
    
    summary {
        font-weight: 600;
        font-size: 1.25rem;
        display: flex;
        cursor: pointer;
    }
    p {
        font-weight: 400;
        max-width: 600px;
        margin-bottom: 0;
    }
}
.lq--size-guide details summary::marker {
  content: "";
}
.lq--size-guide details summary::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.65387 4.6L10.2539 4.48206e-07L11.3076 1.05375L5.65387 6.7075L0.000116302 1.05375L1.05387 4.6061e-08L5.65387 4.6Z' fill='%231C1B1F'/%3E%3C/svg%3E%0A");
    background-repeat:no-repeat;
    background-size: contain;
    background-position: center center;
    width: 15px;
    height: 15px;
    margin-left: auto;
    margin-right: 0;
}
.lq--size-guide details summary::-webkit-details-marker {
  display: none;
} 
.lq--size-guide__controls {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #AABABB;
    padding-top: 2rem;
}
#lq--size-guide--close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background-color: rgba(0,0,0,0);
    border:0;
    font-size: 2rem;
}
/* SIZE GUIDE - END */
/* size guide table - START */
[data-column] [data-gender] {
    text-align: center;
    width: 100%;
    display: inline-block;
}
[data-column] [data-gender]:has(.u-sr-only:last-child:first-child)::after,
[data-column] [data-gender]:empty::after{
    display: inline-block;
    content: '–';
    text-align: center;
    width: 100%;
}
@media screen and (min-width:1024px) {
    .size-guide-table__mobile {
        display: none;
    }
}
@media screen and (max-width:1023px) {
    .size-guide-table__desktop {
        display: none;
    }
    #lq--size-guide {
        bottom: 0;
        top: auto;
        border-radius: 1rem 1rem 0 0;
        padding-top: 2rem;
    }
    .size-guide-table__mobile {
        thead tr th {
            background: #000;
            color: #fff;
            padding: 0.75rem 0.25rem;
            font-size: 0.9rem
        }
        tbody {
            tr {
                td {
                    width: 25%;
                    font-size: 0.9rem;
                    padding: 0.375rem 0.25rem;
                }
                td:first-child {
                    font-weight: 800;
                    padding-left: 1rem;
                }
            }
            tr:nth-child(2n + 2) {
                background-color: #F7FAFA;
            }
        }
    }
}
.size-guide-table {
    font-family: var(--font-sans);
}
.size-guide-table__outer {
    overflow-x: auto;
    max-width: 100%;
    padding-bottom: 0;
}
.size-guide-table__outer::-webkit-scrollbar {
    height: 1.5rem;
    background: transparent;
    border-bottom: 3px solid #D6D6D6;
    cursor: pointer;
}
.size-guide-table__outer::-webkit-scrollbar-thumb:horizontal {
    background: transparent;
    border-bottom: 3px solid #2a2a2a;
}
[data-gender-title] {
    display: inline-block;
}
[data-gender-title]::first-letter {
    text-transform: capitalize;
}
.lq--size-guide__gender-toggle__button,
.lq--size-guide__unit-toggle__button {
    line-height: 1.5rem;
    border: 0;
}
.lq--size-guide__unit-toggle__button {
    text-transform: uppercase;
}
.lq--size-guide__gender-toggle__button:not(.selected),
.lq--size-guide__unit-toggle__button:not(.selected),
#open-size-guide {
    background: none;
}
#open-size-guide {
    border: 0;
    padding: 0;
    font-weight: 500;
    font-size: 0.8rem;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}
.size-guide-table__desktop {
    
    th {
        background: #000;
        color: #fff;
        font-size: 0.9rem;
        padding: 1rem 0.5rem;
        text-align: left;
        min-width: 120px;
        position: sticky;
        left: 0;
    }
    td:nth-child(2n + 1) {
        background-color: #F7FAFA;
    }
    td {
        padding: 0.25rem 1.5rem;
        min-width:100px;
        text-align: center;
    }
    tr:first-child {
        font-weight: bold;
    }
}
.size-guide-table[data-gender="women"] {
    [data-gender="men"],
    [data-gender="unisex"] {
        display: none;
    }
}
.size-guide-table[data-gender="men"] {
    [data-gender="women"],
    [data-gender="unisex"] {
        display: none;
    }
}
.size-guide-table[data-gender="unisex"] {
    [data-gender="men"],
    [data-gender="women"] {
        display: none;
    }
}
.size-guide-table[data-unit="mm"] {
    [data-unit="in"]{
        display: none;
    }
}
.size-guide-table[data-unit="in"] {
    [data-unit="mm"]{
        display: none;
    }
}
/* size guide table - END */
.product-carousel-main {
    position: relative;
}
.product-carousel-main__preview-list {
    position: relative;
    top: 0;
    left: calc((100vw - 1340px) / 2);
    left: 0;
    padding-inline-start: 0;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    max-width: 65px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 4rem;
    
    li {
        list-style: none;	
        height: 41px;
        
        img {
            object-fit: contain;
            width: 100%;
            height: 100%;
            border: 1px solid #c7c7c7;
        }
    }
    li:focus-within {

        button {
            img {
                border: 1px solid black;
            }
        
        }
    }
}
.product-carousel-main__preview-list__item__button {
    appearance: none;
    border: 0;
    padding: 0;
    outline: 0;
    margin: 0;
}
@media screen and (min-width: 1024px){
    .product-display .product-display__carousel {
        width: calc(1340px - 420px);
        margin-left: calc((100vw - 1340px) / 2);
    }
}
.bis-button {
    font-size: 0.8rem !important;
    width: 100%;
}
.product-carousel-main__gallery {
    padding-inline-start: 0;
    position: absolute;
    top: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    --gallery_max_width: calc(1340px - 420px - 150px);
    
    width: calc(100% - 65px);
    margin-left: 65px;
    overflow-x: auto;
    overflow-y: hidden;
    
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    
    scroll-behavior: smooth;
    
    > li {
        width: 100%;
        min-width: var(--gallery_max_width);
        min-width: 100%;
        scroll-snap-align: start;
        
        min-height: 450px;
        position: relative;
        mix-blend-mode: multiply;
        
        img {

            height: 100%;
            object-fit: contain;
            object-position: center center !important;
            position: absolute;
        }
    }
    >li::after {
        display: var(--display);
        background-color: transparent;
        background-image:var(--img_url);
        background-size: 200%;
        background-position: var(--zoom-x) var(--zoom-y);
        background-repeat: no-repeat;
        content: '';
        width: 100%;
        height: 100%;
        position:relative;
        cursor: zoom-in;
    }
}
.product-carousel-main__gallery::-webkit-scrollbar { 
    display: none;  /* Older Safari and Chromium */
}
/** PDP heeader - START **/
@media screen and (max-width:1400px) {
    #product-display-section {

    }
    .product-display .product-display__carousel {
        margin-left: 0;
    }
    .product-carousel-main__gallery {
        width: calc( 100% - 85px );
        margin-left: 85px;
    }
    .product-carousel-main__preview-list {
        left: 1rem;
        max-height: 42px;
        margin-bottom: 2rem;
    }
    .product-display .product-display__purchase-box {
        right: 0 !important;
        border-radius: 1rem 0 0 1rem;
    }
    
    .product-display .product-display__carousel {
        width: 100%;
        max-width: 100%;
    }
    
    .product-carousel-main__gallery {
        --gallery_max_width: calc(100vw - 420px);
        
        width: var(--gallery_max_width);
        margin-left: 0;
        position:relative;
        
    
            
        > li {
            width: var(--gallery_max_width);
        }
    }
    .product-carousel-main {
        display: flex;
        flex-direction: column-reverse;
    }
    .product-carousel-main__preview-list {
        --gallery_max_width: calc(100vw - 420px);
        display: flex;
        position: relative;
        flex-direction: row;
        max-width: calc(100vw - 420px - 1rem);
        margin-left: auto;
        margin-right: auto;
        overflow-x: auto;
        overflow-y: hidden;
        height: 43px;
        min-height: 43px;
        max-height: 43px !important;
        
        li {
            button {
                width: 65px;
                height: 41px;
                background-color: #fff;
                
            }
        }
    }
    
}
@media screen and (max-width: 1024px) {
    .product-carousel-main__preview-list {
        --gallery_max_width: calc(100vw - 420px);
        left: 0;
        right: 0;
        margin: auto;
        overflow: visible;
        max-width: unset;
        width: var(--gallery_max_width);
        gap: 0;
        
        li {
            width: 20px;
            height: 20px;
            padding: 5px;
            position: relative;
            
            img {
                display: none;
            }
        }
        li button {
            background: #c7c7c7;
            border-radius: 100px;
            width: 8px;
            height: 8px;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }
        li button.selected {
            background: #121212;
            width: 12px;
            height: 12px;
        }
    }
    .product-carousel-main__preview-list,
    .product-carousel-main__gallery {
        --gallery_max_width: 100vw;
    }
    .product-carousel-main__preview-list {
        margin-bottom: 0rem !important;
        justify-content: center;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
    }
    #product-display-section {
        height: unset !important;
    }
    .product-display .product-display__purchase-box {
        position: relative;
        left:0;
        right: 0;
        top: 0 !important;
        width: 100%;
        max-width: 100vw;
        top: 0;
        border-radius: 0;
        box-shadow: none;
    }
}
.product__media-icon--lightbox {
    display: none;
}
.img-nav__btn {
    background: #fff;
    border-radius: 100px;
    aspect-ratio: 1;
    border: 1px solid #000;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    
    svg {
        width: 12px;
        height: 12px;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
}
.img-nav__btn[disabled] {
    border-color: #c7c7c7;
}
.img-nav__btn.img-prev {
    svg {
        transform: rotate(90deg);
    }
}
.img-nav__btn.img-next {
    svg {
        transform: rotate(270deg);
    }
}
.img-nav {
    position: absolute;
    z-index: 100;
    bottom: 1em;
    left: 1em;
}
.product-media-modal__content {
    display: flex;
    padding: 0 !important;
    overflow: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    
    img {
        width: 100vw;
        max-width: unset;
        min-width: 100vw;
        scroll-snap-align: center; 
        border: 0;
    }
}
.details-box {
    div, span {
        font-size: 1.6675rem !important;
        letter-spacing: 0.01em;
        line-height: 1.3;
    }
    
    a {
        color: inherit;
    }
}
.product-technology-icons__list__item__text p {
    font-size: 1.6675rem !important;
}
.form__label.has-size-guide {
    button {
        text-align: right;
    }
}
@media screen and (max-width:749px) {
    .sticky-atc {
        position: fixed;
        bottom: 100vh;
        left:0;
        z-index: 100;
        background: #fff;
        padding: 0.75em;
        width: 100vw;
        box-shadow: 0 -5px 20px rgba(0,0,0,0.25);
    }
    .sticky-atc.anim-in {
        bottom: 0;
    }
    product-info {
        padding-bottom: 0 !important;
        overflow: hidden;
    }
    .product__info-wrapper {
        padding: 1em 1.5em !important;
    }
}
@media screen and (min-width:750px) {
    .product--thumbnail_slider .slider-mobile-gutter .slider-button {
        display: none;
    }
    slider-component .thumbnail.global-media-settings img {
        width: 65px;
    }
    slider-component .thumbnail {
        width: 65px;
        position: relative;
        background-color: #fff;
        
        img {
            object-fit: contain;
        }
    }
    slider-component ul {
        padding: 0 !important;
        
        .thumbnail-list__item {
            width: fit-content;
        }
    }
    slider-component {
        .thumbnail[aria-current] {
            box-shadow: none;
        }
    }
    
    .sticky-atc {
        display: none;
    }
    .product__info-wrapper {
        max-height: calc( 100vh - 164px);
        overflow: auto;
        
        variant-selects + div:has(.product-form) {
            position: sticky;
            bottom: 0;
            margin-bottom: 0;
        }
    }
}
.product__info-wrapper {
    .product__description {
        margin-bottom: 1em;
    }
    
    .product__column-sticky {
        top: 0;
    }
    .product__title-and-price {
        margin-top: 0.25em;	
    }
    [id^="price-template"] {
        margin-top: 0;
    }
    
    variant-selects + div:has(.product-form) {
        position: sticky;
        bottom: 1em;
        margin-bottom: 0;
    }
    variant-selects + div:has(.product-form)::after {
        width: 100%;
        height: 80px;
        background: #fff;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        z-index: -1;
    }
    variant-selects + div:has(.product-form)::before {
        width: 100%;
        height: 1.5em;
        background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
        top:-1.5em;
        content: '';
        position: absolute;
    }
}
.breast-cancer-donation-text {
    font-size: 0.85em;
    display: flex;
    justify-content: center;
    letter-spacing: 0;
    text-align: center;
    color: #495965;
    font-weight: 400;
    width: 100%;
    z-index: 1;
    position: relative;
    
    .breast-cancer-donation-text__amount {
        color:#ED145B;
    }
    
    
    svg {
        width: 20px;
        height: 20px;
        margin-right: 0.5em;
    }
    
    span {
    }
}
.currently-viewing-tab {
    font-size: 1.25rem;
}
.pdp-compare__products__item__eyebrow {
    font-size: 1.25rem !important;
}
.pdp-compare__products__item__title {
     font-size: 1.5rem !important;       
}
.pdp-compare__products__item__features-list__item__title {
    font-size: 1.125rem;
}
.pdp-compare__products__item__features-list__item__content {
    font-size: 1.25rem;
    color: #121212;
    letter-spacing: 0.05rem;
}
.pdp-compare__products__item variant-selects {
    display: none;
}
.pdp-compare__products__item {
    color: #121212;
}
.pdp-compare__products__item__image {
    background-color: transparent;
}
.pdp-compare__products__item .card__media {
    background-color: #f4f4f4;
}
.pdp-compare__products__item .card__media img {
    mix-blend-mode: multiply !important;
}
.product-media-modal[open] {
    visibility: visible;
    opacity: 1;
    z-index: 1000000 !important;
}
.product-technology-icons__list__item__text p strong:first-child {
    font-size: 1.5rem;
}
.lq--size-guide__gender-toggle__button[data-gender="unisex"] {
    display: none;
}
.yotpo-review-left-panel .yotpo-reviewer .yotpo-reviewer-name,
.yotpo-review .yotpo-review-left-panel .yotpo-reviewer .yotpo-reviewer-details-verified div span.yotpo-reviewer-verified-buyer-text,
#yotpo-reviews-main-widget .yotpo-review-title,
.yotpo-read-more,
.yotpo-review-votes-text{
    font-size: 1.25rem !important;
}
.yotpo-filters-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-right-panel .yotpo-sorting-filter-container {
    padding: 0 !important;
}
.yotpo-filters-right-panel .yotpo-dropdown-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
    
    .yotpo-dropdown-label.yotpo-dropdown-label--textual {
        position: relative;
        text-align: right;
        display: none;
    }
    .yotpo-selected-value__label--textual[aria-hidden="true"] {
        opacity: 1;
    }
    .yotpo-dropdown-closable {
        width: fit-content;
        padding-left: 1em;
        padding-right: 1em;
        border: 1px solid #c7c7c7;
        border-radius: 4px;
    }
}
.yotpo-reviews-pagination-container,
.yotpo-reviews-pagination-container .yotpo-vertical-pagination a{
    font-family: var(--font-sans) !important;
    text-decoration: none;
    font-size: 1.35rem !important;
}
.yotpo-review-content .yotpo-text-container .yotpo-read-more-text {
    font-size: 1.5rem !important;
}
.yotpo-bottom-line-text {
    margin-top: 1rem !important;
    display: block;
}
.form__label.has-size-guide {
    margin-bottom: 1rem;
}
.form__label.has-size-guide span:first-child {
    text-transform: capitalize;
}
.yotpo-reviews-summary-button .yotpo-color-fill-btn, #yotpo-reviews-main-widget .yotpo-new-review-btn-wrapper .yotpo-new-review-btn.yotpo-btn-s {
    font-size: 1.375rem !important;
}
.yotpo-horizontal-pagination .yotpo-reviews-pagination-item {
    padding: 0;
}
.size-guide-table.size-guide-table__mobile {
    width: 100%;
}
.lq--size-guide[open] {
    padding: 2rem;
}
.lq--size-guide {
    h2 {
        font-weight: 600;
        margin-bottom: 3rem;
    }
    details {
        summary {
            font-size: 1.5rem;
            letter-spacing: 0.05rem;
        }
    }
     .lq--size-guide__controls {
         margin-bottom: 2rem;
    }
    table.size-guide-table {
        td {

            span{
                font-size: 1.25rem;
            }
        }
        thead,tbody {
            th {
                font-size: 1.25rem;
            }    
        }

    }
}
/** PDP header- END **/

.lq--product-tile {

    max-width: 500px;
    
    .lq--product-tile__header {
        aspect-ratio: 1;
        background:#FAFAFA;
        position: relative;
        
        .lq--product-tile__header__badge {
            position: absolute; 
            top: 0;
            left: 0;	

            font-size: .625rem;
            line-height: 1.2;
            padding: 6px 12px 2px;
            top: 8px;
            bottom: auto;
            left: 8px;
            right: auto;
            text-transform: uppercase;
            font-weight: 700;
            min-width: fit-content;
            
            background: #fff !important;
            border: 1px solid #E9E9E9;
            border-radius: 2px !important;
        }
        .lq--product-tile__header__quickview {
            position: absolute;
            bottom: 0;
            right: 0;
        }
        .lq--product-tile__header__images {
            position: relative;
            
            width: 100%;
            height: 100%;
            
            img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                object-fit: contain;
                object-position: center center;
                mix-blend-mode: multiply;
                
            }
            img.image-on-hover {
                opacity: 0;
            }
            img.image-on-hover {
                z-index: 2;
            }
        }
        .lq--product-tile__header__images:hover,
        .lq--product-tile__header__images:focus-within {
            img.image-on-hover {
                opacity: 1;
            }
            img:not(.image-on-hover) {
                opacity:0;
            }
        }
    }
    .lq--product-tile__body {
        .lq--product-tile__body__text {
            display: flex;
            flex-direction: column;
            
            .lq--product-tile__body__text__eyebrow {
                margin: 12px 0 4px;
                font-size: .8125rem;
                line-height: 154%;
                color: #231f20;
                font-weight: 800;
                font-family: var(--font-sans);
                letter-spacing: .3px;
            }
            .lq--product-tile__body__text__title {
                color: #231f20;
                text-transform: none;
                font-style: normal;
                font-family: var(--font-sans);
                margin: 0 0 8px;
                font-size: .875rem;
                line-height: 17px;
            }
        }
        .lq--product-tile__body__price {
                font-family: var(--font-sans);
                font-size: 0.9rem;
                font-weight: 800;
        }
    }
}
@media screen and (min-width:768px) {
    #product-display-section {
        height: calc(100vh - 9rem);
    }
}
.option-select__label:has(input:checked) {
    border: 1px solid #000;
    background-color: #dbdbdb;
    div {
        background-color: #dbdbdb;
    }
}
.option-select__label:has(input:focus-within) {
    outline: -webkit-focus-ring-color auto thin !important;
    outline: revert;
}
.product-form__option1:has(input[name="option1"]:checked) {
    
}
#product-form__atc__button[disabled] {
    background: #c7c7c7;
    color: #000;
}
.lq--product-tile__body__swatches:has(.swatch-button.loading),
.swatch-buttons:has(.swatch-button.loading){
            cursor: wait;
        }
        .lq--product-tile__body__swatches,
.swatch-buttons {
            display: flex;
    flex-wrap: wrap;
            gap: 0.5rem;
            
        }
.swatch-button,
.swatch-button--card {
                aspect-ratio: 1;
                width: 2rem;
                height: 2rem;
                border-radius: 100px;
                border: 1px solid #c7c7c7;
                box-shadow:inset 0px 0px 0px 3px #FFF;
                cursor: pointer;
                background-size: cover;
                background-position: center center;
                background-repeat:no-repeat;
/*
outline: 1px solid #c7c7c7;
outline-offset: -1px;
*/
            }
.swatch-button--card,
label[data-swatch-name] {
    font-size: 0 !important;
    width: 28px !important;
    height: 28px !important;
    min-height: 20px !important;
    display: inline-block !important;
    padding: 0 !important;
}
input.swatch-button,
.gender-toggle__button,
.product-form__input input[type=radio].gender-toggle__button {
    width: 0;
    height: 0;
    padding:0;
    margin: 0;
    clip: unset;
}
.product-form__input input[type=radio].gender-toggle__button:focus-visible {

}
            .swatch-button:hover,
            .swatch-button:focus-within,
            .swatch-button.selected,
            input[checked] + .swatch-button--card{
                border: 1px solid #121212;
            }
            .swatch-button.loading {

                  /* Define the colors as css custom props */
                  --_default-color: #b7b7b7;
                  --_shimmer-color: #e8e8e8;
                
                /* Apply the animation that moves the background */
                animation: skeleton-shimmer 2s linear infinite;
                /* Create a background that has a small shimmer "stripe"
                  and tilt it 100 degrees. */
                background: linear-gradient(
                  100deg,
                  var(--_default-color),
                  var(--_default-color) 50%,
                  var(--_shimmer-color) 60%,
                  var(--_default-color) 70%
                );
                /* Make the background twice the width so we can offset it. */
                background-size: 200% 100%;
                background-attachment: fixed;
            }
.option-group .swatch-button {
    width: 3rem;
    height: 3rem;
}
.card .product-form__input {
    padding:0;
    display: flex;
    overflow-x: auto;
}
variant-selects {
    max-width: 100%;
}
.card__content {
    max-width: 100%;
    
    .card__information {
        max-width: 100%;
        overflow-x: hidden;
    }
}
@keyframes skeleton-shimmer {
0% {
background-position-x: 200%;
}
100% {
background-position-x: 0%;
}
}
/** PDP **/
@media screen and (min-width:1024px){
    .product-display .product-display__purchase-box {
        z-index: 11;
    }
}
.gender-toggle__button:focus-within {
    background-color: #f7f7f7 !important;
    border-radius: 100px;
    outline: -webkit-focus-ring-color auto thin !important;
    outline: revert;
}
.product-display__purchase-box {
.product-info__title {
    line-height: 1.2;
    margin-top: 0.5rem;
}
.product-info__eyebrow {
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0.25rem;
}

.product-info__price {
    margin-top: 0;
}
.product-info__bottomline {
    .product-bottomline__rating {
        display: flex;
        align-items: center;
    }
    .product-bottomline__count {
        line-height: 1;
        height: fit-content;
    }
}
.product-info__description {
    a {
    }
}
}
/** LOCALES **/
#shopify-section-dto--locales {
    display: none;
}
/** LOCALES **/
/** NAVBAR - start **/
@media screen and (min-width: 1024px) {
    .mobile-menu-btn {
        display: none;
    }
    .mobile-menu {
        display: none;
    }
}
@media screen and (max-width: 1023px) {
    body {
        padding-top: 0 !important;
    }
    .navbar {
        >ul {
            padding-top: 0;
            padding-bottom:0;
            height: 42px;
            
            li {
                >a {
                    padding-top: 0 !important;
                    padding-bottom: 0 !important;
                }
            }
        }
        .navbar__primary-menu {
            max-height: 42px;
            >[class="navitem"],
            >[class="navitem navitem--no-children"] {
                display: none !important;
            }
            .navitem.navitem--search {
                order: -1;
                margin-left: 1rem;
            }
            .navitem.navitem--home {
                position: absolute;
                left: 0;
                right: 42px;
                margin: auto;
                max-width: fit-content;
            }
            .navitem.navitem--account {
                margin-right: 0rem;
                margin-left: auto;
                a {
                    margin-left: 0;
                    margin-right: 0;
                    padding-left: 0;
                    padding-right: 0;
                }
            }
        }
    }
}
body.mobile-menu-open {
    overflow: hidden;
    
    .mobile-menu {
        display: flex;
    }
}
.mobile-menu {
    display: none;
    height: calc( 100vh - 56px) !important;
    overflow-y: auto;
    width: 100vw;
    background: #fff;

    .navitem {
        padding-left: 0;
        padding-right: 0;

        details {
            summary {
                padding-left: 1.5rem;
                padding-right: 1.5rem;
            }
        }
        .mega-menu__drawer {
            >div {
                padding-left: 1.5rem;
                padding-right: 1.5rem;

                ul + a {
                    font-weight: 500;
                    margin-top: 1.5rem;
                    margin-bottom: 2rem;
                }
            }
        }
    }
    
    >ul {
        list-style: none;
        padding-inline-start: 0;
        width: 100%;
        
        >li {
            padding: 1rem;
            >details {
                >summary {
                    height: fit-content;
                    display: flex;
                    
                    >a,
                    >span {
                        font-family:var(--font-wide);
                        text-transform: uppercase;
                        font-size: 1.5rem;
                        font-weight: 600;
                        text-decoration: none;
                        padding-top: 1rem;
                        padding-bottom: 1rem;
                        line-height: 1;
                    }
                }
            }
            
            
            border-bottom: 1px solid #c7c7c7;
        }
        >li >details[open] >summary {
            display: flex;
            align-items: center;
            align-content: center;
            gap: 1rem;
            position: relative;
        }
        >li >details[open] >summary::before {
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 33.6 7.4' style='enable-background:new 0 0 33.6 7.4;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill-rule:evenodd;clip-rule:evenodd;' class='st0' d='M33.6,3.1v1.4h-30V3.1H33.6z'/%3E%3Cpath style='fill-rule:evenodd;clip-rule:evenodd;' class='st0' d='M4.2,0L0,3.7l4.2,3.6V0z'/%3E%3C/g%3E%3C/svg%3E%0A");
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat;
            content: '';
            display: inline-block;
            width: 32px;
            height: 24px;
        }
        >li >details:not([open]) >summary::after {
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 33.6 7.4' style='enable-background:new 0 0 33.6 7.4;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill-rule:evenodd;clip-rule:evenodd;' class='st0' d='M33.6,3.1v1.4h-30V3.1H33.6z'/%3E%3Cpath style='fill-rule:evenodd;clip-rule:evenodd;' class='st0' d='M4.2,0L0,3.7l4.2,3.6V0z'/%3E%3C/g%3E%3C/svg%3E%0A");
            transform: rotate(180deg);
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat;
            content: '';
            display: inline-block;
            width: 32px;
            height: 24px;
            position: relative;
            right: 1rem;
            left: auto;
            top: 0;
            bottom: 0;
            margin-top: auto;
            margin-bottom: auto;
            margin-left: auto;
            transition: all 250ms ease-in-out;
        }
        >li >details:not([open]) >summary:hover::after {
            transform: rotate(180deg) translateX(-1rem);
        }
        >li >details:not([open]) >summary {
            width: 100%;
            position: relative;
            top: 0;
            bottom: 0;
            margin: auto;
            cursor: pointer;
        }
        >li >details >summary:has(span) ~ .mega-menu__drawer .column__title {
            text-transform: uppercase;
            font-weight: 600;
            font-family:Helvetica Neue Pro Ex,Arial,sans-serif;
            color: #495A65;
            font-size: 1.5rem;
        }
    }
    >ul:has(li details[open]) li:has(details:not([open])) {
        display: none;
    }
    
    .mega-menu__drawer {
        .mega-menu__drawer__container {
            >div >ul + a {
                margin-top: 1rem;
                display: flex;
                text-transform: none;
                text-decoration: none;
                font-size: 0.9rem;
            }
        }
    }
}
.mega-menu__drawer {
    .mega-menu__drawer__container {
    >div {
        padding: 1.5rem;
        margin-top: 1.5rem;
        border-top: 1px solid #c7c7c7;
        
        >ul {
            list-style: none;
            padding-inline-start: 0;
            
            >li {
                >a {
                    text-decoration: none;
                    text-transform: none;
                    font-weight: 400;
                    font-family: var(--font-sans);
                    font-size: 1rem;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    gap: 1rem;
                    padding-top: 0.5rem;
                    padding-bottom: 0.5rem;
                    
                    img {
                        max-width: 80px;
                        height: fit-content;
                    }
                }    
            }
            
            
            
        }
        }
    }
}
.shopify-section-group-header-group:has(.navbar) {
    border-bottom: 1px solid #c7c7c7;
    background-color: #fff;
    z-index: 200000;
}
.mega-menu__backdrop {
    width: 100vw;
    background: rgba(0,0,0,0.5);
    position: absolute;
    backdrop-filter: blur(2px);
    height: 0;
}
.navbar:has(>ul >li[class="navitem"]:focus-visible) ~ .mega-menu__backdrop,
.navbar:has(>ul >li[class="navitem"]:hover) ~ .mega-menu__backdrop{
    height: 100vh;
}
body.mobile-menu-open {
    .navbar {
        .mobile-menu-open {
            display: none;
        }
        .mobile-menu-close {
            display: block;
        }
    }
}
.navbar {
    width: 100%;
    height: fit-content;
    z-index: 20;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    /*
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    */
    
    .mobile-menu-btn {
        width: 42px;
        height: 42px;
        background: transparent;
        border: 0;
        margin-left: 4px;
    }
    .mobile-menu-close {
        display: none;
    }
    
    .navbar__home {
        display: flex;
    }
    
    > ul {
        display: flex;
        flex-direction: row;
        list-style: none;
        padding-inline-start: 0;
        gap: 1rem;
        height: fit-content;
        position: relative;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        width: 100%;

        .navitem {
            font-family: var(--font-wide);
            color: #121212;
            text-transform: uppercase;
            font-size: 1.3rem;
            font-weight: 600;
            letter-spacing: 0.05rem;

            a {
                color: inherit;
                font-size: inherit;
            }

            details[open] {
                summary {
                    padding-bottom: 2rem;
			        margin-bottom: 2rem;
                }
            }
        }
        
        
        > li {
            padding-inline-start: 0;
            height: fit-content;
            display: flex;
            flex-direction: column;
            position: static;
            z-index: 1;
            
            >a {
                font-size: 1rem;
                text-decoration: none;
                padding: 1rem 2rem;
            }
            
            .mega-menu__drawer {
                background: #fff;
                width: 100vw;
                position: absolute;
                top: calc( 100% - 9px);
                left: 0;
                opacity: 0;
                visibility: hidden;
                transform: translateY(10px);
                transition: all 0.3s ease;
                z-index: 1;
                padding: 2rem;
                
                .mega-menu__drawer__container {
                    display: grid;
                    grid-template-columns: repeat(3, 1fr);
                    gap: 2rem;
                    max-width: 1340px;
                    width: 100%;
                
                
                >div {
                    display: flex;
                    flex-direction: column;
                    
                    >a {
                        display: flex;
                        flex-direction: column;  
                        height: 100%;
                        text-decoration: none;
                        text-transform: none;
                    }
                    >a:hover,
                    >a:focus {
                        color: #000;
                    }
                    .column__title {
                        font-size: 1.125rem;
                    }
                    
                    >span {
                        font-weight: 600;
                    }
                }
                }
            }
            
            >ul {
                display: none;
            }
        }
        >li:hover,
        >li:focus {
            .mega-menu__drawer {
                opacity: 1;
                visibility: visible;
                /*
                transform: translateY(0);
                */
            }
            .mega-menu__drawer::before {
                content: none;
                background: rgba(0,0,0,0.5);
                display: block;
                width: 100vw;
                height:100vh;
                position: absolute;
                left: 0;
                top: 100%;
                z-index: -1;
                backdrop-filter:blur(2px);
            }
        }
        >li.navitem--search {
            margin-left: auto;
        }
        >li:last-child {
            margin-right: 1.5rem;
        }
    }
}
nav {
    .feature-image__container {
        aspect-ratio: 694/512;

        position: relative;
        overflow: hidden;
        display: flex;
        margin-bottom: 1.25rem;


        img {
            width: 100%;
            height: 100%;
            position: absolute;
            object-fit: cover;
            object-position: center center;
            top: 0;
            left: 0;
        }
    }
}
.shopify-section-group-header-group {
    position: sticky;
    top: 0;
    z-index: 20;
}
.shopify-section-group-header-group:has(.navbar) {
    top: 37px;
}
@media screen and (min-width:1024px) {
    body {
        padding-top: 0 !important;
    }
    
}
@media screen and (max-width:768px) {
    .shopify-section-group-header-group {
        top: 0 !important;
    }
    body {
        padding-top: 0 !important;
    }
}
@media screen and (min-width:1380px) {
    .navbar ul.navbar__primary-menu >li:first-child {
        margin-left: calc( (100vw - 1340px) / 2);
    }
    .navbar ul.navbar__primary-menu >li:last-child {
        margin-right: calc( (100vw - 1340px) / 2);
    }
    .navbar ul.navbar__primary-menu >li .mega-menu__drawer .mega-menu__drawer__container {
        max-width: 1340px;
        margin: auto;
    }
}

/** NAVBAR - end **/
/** Swatches **/
.lq--product-tile__body__swatches > button:not(.swatch-button) {
    max-height: 2rem;
}
ul:has(.inline-swatch) {
    list-style: none;
    padding-inline-start: 0;
    z-index: 10;
    max-width: 120px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid #c7c7c7;
    border-radius: 0.25rem;
    overflow: hidden;
    max-height: 150px;
    overflow-y: auto;
    
    li {
        width: 100%;
        
        
        button {
            width: 100%;
            text-align: left;
            appearance: none;
            border: 0;
            padding: 0.25rem 0.5rem;   
            background-color: #fff;
        }
        button:hover {
            
        }
    }
}
ul:has(.inline-swatch)::-webkit-scrollbar {
  background: #e1e1e1;
    width: 8px;
}
ul:has(.inline-swatch)::-webkit-scrollbar-thumb {
  background: #919191;
    border-radius: 100px;
}
/**SWatches **/
/** Quick View **/
.lq--product-tile__header__quickview {
    z-index: 10;
}
#BIS_frame {
    z-index: 20000000000 !important;
}
dialog:has(#product-display-section),
.quickview-modal {
    border: 1px solid #c7c7c7;
    border-radius: 1rem;
    width:90%;
    max-width:1280px;
    height: 80%;
    min-height: 400px;
    max-height: 800px;
    padding: 0;
    overflow-x: hidden;
    .dialog_close_button {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 100;
    }
    
    .dialog_content {
        height: 100%;
        
        #shopify-section-lq--product-header {
            height: 100%;
        }
    }
    
    #product-display-section {
        display: flex;
        height: auto !important;
        max-height: 100%;
        width: 100%;
        overflow-y: hidden;
        
        #product-display-wrapper {
            width: 100%;
            display: flex;
            max-height: 100%;
            overflow-y: hidden;
        }
        
        .breadcrumbs_wrapper {
            display: none;
        }
        .more_payment_options {
            display: none;
        }
        
        .product-display {
            display: flex;
            width: 100%;
            align-items: flex-start;
            align-content: flex-start;
            justify-content: flex-start;
            
            .product-display__carousel {
                margin-left: 0;
                width: 55%;
                background-color: #f4f4f4;
                height: 100%;
            }
            .product-display__purchase-box, 
            .product-display__carousel {
                
            }
            
            
            /**/
            .product-carousel-main {
                display: flex;
                justify-content: center;
                align-items: center;
                align-content: center;
            }
            .product-carousel-main__preview-list {
                --gallery_max_width: calc(100% - 50%);
                left: 0;
                right: 0;
                margin: auto;
                overflow: visible;
                max-width: unset;
                width: var(--gallery_max_width);
                gap: 0;

                li {
                    width: 20px;
                    height: 20px;
                    padding: 5px;
                    position: relative;

                    img {
                        display: none;
                    }
                }
                li button {
                    background: #c7c7c7;
                    border-radius: 100px;
                    width: 8px;
                    height: 8px;
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    margin: auto;
                }
                li button.selected {
                    background: #121212;
                    width: 12px;
                    height: 12px;
                }
            }
            .product-carousel-main__preview-list,
            .product-carousel-main__gallery {
                --gallery_max_width: 100%;
            }
            .product-carousel-main__gallery {
                max-height: 500px;
                margin: auto;
                top: 0;
                bottom: 0;
                position: relative;
                width: 100%;
            }
            .product-carousel-main__preview-list {
                margin-bottom: 0rem !important;
                justify-content: center;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                z-index: 30;
                flex-direction: row;
                top: auto;
                max-height: 50px;
            }
            #product-display-section {
                height: unset !important;
            }
            .product-display__purchase-box {
                position: relative;
                left:0;
                right: 0;
                top: 0 !important;
                width: 45%;
                top: 0;
                border-radius: 0;
                box-shadow: none;
            }
            /**/
        }
    }
}
dialog:has(#product-display-section)::backdrop,
.quickview-modal::backdrop{
    background-color:rgba(0,0,0,0.5);
    backdrop-filter: blur(2px);
}
/** Quick View **/
/** NEW PDP **/
.card--standard.card--text a:after, .card--card .card__heading a:after {
    display: none;
}
body{
    /* --page-width: 150rem;*/
    --font-sans: Helvetica, Arial, sans-serif;
}
.product__info-wrapper {
    border-radius: 2rem;
    padding: 3rem !important;
    font-family: var(--font-sans);
    background-color: #fff;
    box-shadow: 0 4px 20px #00000012;

    .product-form__input.product-form__input--pill {
        gap: 8px;
        display: flex;
        flex-wrap: wrap;
        
         input[type=radio]+label {
            border-radius: 0.75rem;
            font-family: var(--font-sans);
            margin: 0;
            width: calc((100% - 48px) / 7);
            max-width: 50px;
            letter-spacing: 0;
            text-align: center;
            padding-left: 0;
            padding-right: 0;
        }
    }
}
@media screen and (min-width: 750px) {
    .section-template--19652105011315__main-padding {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .product--large:not(.product--no-media) .product__info-wrapper {
        position: fixed;
        right: calc((100vw - 1400px ) / 2);
        top: calc( 39px + 85px + 20px + 37px);
        z-index: 99;
    }
}
@media screen and (max-width:749px) {
    .product--large:not(.product--no-media) .product__info-wrapper {
        width: 100vw;
        max-width: 100vw;
        border-radius: 0;
    }
    product-info {
        .page-width {
        margin-left: -1.5rem;
    }
    }
}
product-info {
    background-color: #f4f4f4 !important;
    
    media-gallery {
        display: flex;
        
        .thumbnail-slider {
            position: absolute;
            top: 0;
            left: 0;
            max-width: 65px;
            
            ul {
                display: flex;
                flex-direction: column;
                gap: 0.5rem;
                li {
                    width: 65px;
                    height: 42px;
                }
            }
            
            
        }
    }
    
    .product__media-list {
        margin: auto;
        top: 0;
        bottom: 0;
        
        li {
            .product-media,
            .product__media.media.media--transparent {
                background: #f4f4f4 !important;
            }
            img {
                mix-blend-mode: multiply;
            }
        }
        
    }
    slider-component:not(.thumbnail-slider) {
        aspect-ratio: 4 / 3;
        height: 100%;
        align-content: center;
        padding-left: 85px;
        padding-right: 20px;
    }
}
@media screen and (max-width:749px) {
    product-info {
        slider-component.slider-mobile-gutter {
            padding-left: unset;
            padding-right: unset;
            aspect-ratio: unset;
            width: 100%;
            margin-left: unset !important;
            margin-right: unset !important;
            
            .product__media-list .product__media-item {
                width: 100%;
            }
        }            
    }

}
/** NEW PDP **/
.quickadd-button {
    z-index:1001;
    position: absolute;
    bottom: 0;
    right: 0;
}
.card__inner:has(.quickadd-button) {
    z-index: 10;
}
.card__heading a:after {
    content: none;
}
/* MENU - start */
@media screen and (max-width: 1023px) {
    .navbar {
        height: 64px;

        .navitem >a {
            height: 64px;
        }
        .navbar__home {
            align-items: center;
        }
    }
}
@media screen and (min-width:1024px) {
    .navbar {
        .navitem >a {
            position: relative;
            line-height: 1;
            height: 79px;
			display: inline-flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
        }
        .navitem:not(.navitem--home,.navitem--search,.navitem--account,.navitem--cart) >a span {
            position: relative;
        }
        .navitem:not(.navitem--home,.navitem--search,.navitem--account,.navitem--cart) >a span::after {
            content: '';
          position: absolute;
          width: 100%;
          transform: scaleX(0);
          height: 1px;
          bottom: 0;
          left: 0;
          background-color: #121212;
          transition: transform 0.25s ease-out;
            transform-origin: bottom left;
        }
        .navitem:hover >a span::after,
        .navitem:focus >a span::after {
            transform: scaleX(1);
        }
        .mega-menu__drawer {
            .mega-menu__drawer__container {
                .column__title {
                    font-size: 1.5rem !important;
                    color: #495a65;
                    margin-bottom: 0.66em;
                }
                figure {
                    margin-left: 0;
                    margin-right: 0;
                }
                figure + .column__title {
                    color: #121212;
                    
                    > span {
                        opacity: 1 !important;
                    }
                }
                .column__title + p,
                .column__title + .column__description p{
                    font-weight: 400;
                    line-height: 1.3;
                    margin-top: 0.5rem;
                }
                >div {
                    margin-top: 0;
                    border-top: 0;
                    
                    >a {
                        order: 100;
                    }
                    }
                div {
                     ul {
                           li {
                            margin-bottom: 0.66em;

                                a {
                                    font-size: 1.5rem;
                                    font-family: var(--font-wide);
                                    font-weight: 300;
                                    transition: color 250ms ease-in-out;
                                    
                                    span{
                                        font-size: inherit;
                                    }
                                }
                                a:hover {
                                    color: #95C950;
                                }

                            }
                        }
                }


                }
        }
    }
    
}
@media screen and (max-width:1023px) {
.column__title {
    margin-bottom: 2rem;
    display: block;
    margin-top: 2rem;
}
.navitem {
    
    summary {
        
        a {
            color: inherit;
        }
    }
    
    .mega-menu__drawer {
        
        >div {
            border-top: 1px solid #c7c7c7;
            padding-bottom: 1.5rem;
            padding-top: 1.5rem;
            
            >a:first-child:last-child {
                display: flex;
                flex-direction: column;
                text-align: left;
                gap: 0.5rem;

                .feature-image__container {
                    width: 100%;
                }
                .column__title {
                    margin-top: 0;
                    color: #121212;
                    width: 100%;
                    margin-bottom: 0;
                    font-weight: 500;
                }
                .column__title + p {
                    margin-top: 0;
                }
            }
            
        }
        ul {
            list-style-type: none;
            padding-inline-start: 0;
            gap: 2rem;
            display: flex;
            flex-direction: column;
            
            img {
                width: 100px;
                height: auto;
            }
        }
        a {
            text-decoration: none;
            color: #121212;
            font-size: 1.5rem;
            font-weight: 300;
            font-family: var(--font-wide);
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 1.5rem;
            
            span {
                font-family: inherit;
                font-weight: inherit;
            }
        }
        
    }
}
}
.cart-count-bubble {
    top: 0;
    bottom: 0;
    margin: auto;
}
.navbar__primary-menu {
    margin: 0;
    .navbar__home {
        a {
            max-height: 27px;
            svg {
                max-height: 27px;
            }
        }
    }
}
/* MENU - end */
.product-accordions details summary,
    .product-technology-icons h3,
    .video-feature h3{
        font-size: 1.75rem;
        letter-spacing: 0;
        font-weight: 600;
    }
    .pdp-content-inner-container {
        font-family: var(--font-sans);
        
        .features-benefits-list {
            font-size: 1rem;
            
                li {
                    display: flex;
                    align-items: center;
                    
                    span {
                        font-size: 1.6675rem;
                    }
                }
            
            span {
                font-size: inherit;
            }
        }
    }
    .pdp-content--subtitle p,
    .product-accordions details .details-box p,
    .details-box p,
    .details-box ul li,
    .product-accordions details .details-box p span {
        font-size: 1.6675rem;
        line-height: 1.3;
        letter-spacing: 0;
    }
    .product-accordions details .details-box p {
        margin-bottom: 1.5rem;
    }
    .product-technology-icons__list__item__text p {
        font-size: 1.6675rem;
        line-height: 1.3;
        letter-spacing: 0;
        color: #121212;
    }
	.product-form__input input[type=radio].gender-toggle__button:focus-visible + label{
		outline: -webkit-focus-ring-color auto thin !important;
	    outline: revert;
	}
    variant-selects {
        display: flex;
        flex-direction: column;
        
        fieldset {
            margin-bottom: 2rem !important;
        }
        
        .fieldset--size {
            margin-bottom: 1px !important;
        }
    }
    .product__info-wrapper {
        .swatch-button {
            width: 42px !important;
            height: 42px !important;
            max-width: 42px;
            max-height: 42px;
            border-radius: 100px !important;
            border-color: #c7c7c7 !important;
        }
        input[checked] + .swatch-button {
            border-color: #121212 !important;
            border-width: 2px;
        }
    }
    .product-form__input--pill input[type=radio]:not(:checked)+label {
        border-color: #c7c7c7 !important;
    }
    .product-form__input--pill input[type=radio]:checked+label {
        border-color: #000 !important;
    }
    .product__description {
        br:last-child {
            display: none;
        }
    }
    .pdp--gender-toggle {
        display: flex;
        font-size: 1.25rem;
        letter-spacing: 0;
        border: 1px solid #d6d6d6;
        width: fit-content;
        padding: 4px;
        border-radius: 100px;
        
        .pdp--gender-toggle__option {
            color: #000;
            border-radius: 100px;
            padding: 1.25rem;
            padding-top: 2px;
            padding-bottom: 2px;
            min-width:80px;
            text-align: center;
            
            label {
                cursor: pointer;
            }
        }
        .pdp--gender-toggle__option.selected {
            font-weight: 600;
            background-color:#D6D6D6;
            
            
            
        }
    }
    .form__label {
        font-size: 1.375rem;
        font-weight: 600;
        letter-spacing: 0;
        color: #000;
        
        margin-bottom: 8px;
        
        span {
            font-weight: 500;
        }
    }
    .product-form button,
    .button.button--full-width{
            font-family: var(--font-wide);
            font-size: 1.5rem;
            text-transform: uppercase;
            font-weight: 500;
            line-height: 1;
            border-radius: 4px;
            overflow: hidden;
            
            span {
                font-family: inherit;
                font-size: inherit;
                line-height: inherit;
            }
    }
    .shopify-block.shopify-app-block:has(#BIS_trigger) {
        margin-top: 0;
        
        button {
            margin-top: 0 !important;
        }
    }
    .product__info-container *:has(product-form) {
        margin-bottom: 0 !important;
        
        product-form {
            margin-bottom: 0 !important;
        }
    }
    .product-form__input--pill input[type=radio]:disabled+label, 
    .product-form__input--pill input[type=radio].disabled+label {
        text-decoration: none;
    }
    .product-form__input--pill input[type=radio]:disabled+label::before, 
    .product-form__input--pill input[type=radio].disabled+label::before {
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cline x1='0' y1='100' x2='100' y2='0' vector-effect='non-scaling-stroke' stroke='%23c7c7c7' stroke-width='1' /%3E%3C/svg%3E");
        background-size: cover;
        background-position: center center;
        content: '';
        z-index: 1;
    }
    .product__text.inline-richtext.caption-with-letter-spacing {
        text-transform: none;
        font-size: 1.25rem;
        margin-bottom: 0;
        width: 100%;
    }
    .product__title-and-price {
        margin-top: 4px;
        margin-bottom: 0 !important;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
            
        .product__title {
            margin-bottom: 0;
            height: fit-content;
        }
        [role="status"] {
            line-height: 1;
            margin-top: 0;
        }
    }
    .product__text.subtitle,
    .product__title-and-price .product__title,
    .product__title-and-price .product__title h1{
        font-family: var(--font-wide);
        font-weight: 500;
        color: #000;
        text-transform: uppercase;
        font-size: 1.75rem;
    }
    /*
    .product__info-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    */
    .product-bottomline.product-info__bottomline {
        margin-top: 0;
        height: fit-content;
    }
    .star-rating__start {
        background: #B88D00;
    }
    .product-bottomline__rating {
        display: flex;
        flex-direction: row;
        font-size: 1.25rem;
        color: #000;
        align-items: center;
        
        a {
            color: inherit;
        }
        
        .star-rating.product-bottomline__stars {
            display: flex;
            flex-direction: row;
            gap: 3px;
            
            svg {
                height: 13px;
                width: 13px;
            }
        }
    }
	.form__label.has-size-guide {
		justify-content: flex-start;
		display: flex;
		width: 100%;
		margin-bottom: 1rem;
		
		button {
			appearance: none;
			border: 0;
			text-decoration: underline;
			margin-left: auto;
			background: transparent;
		}
	}
    
    
    .card__content {
        position: relative;
        
        form:has(variant-selects) {
            z-index: 11;
            position: relative;
            
            .product-form__input {
                margin-bottom: 8px !important;
                
                border: 0;
                gap: 4px;
                input[checked="checked"] + label {
                    border-width: 2px;
                }
            }
        }
    }
    .card__information {
        font-family: var(--font-sans);
        letter-spacing: 0;
        padding-top: 0;
        
        .product-eyebrow-text,
        .product-title {
            font-family: var(--font-sans);
        }
        .product-eyebrow-text {
            font-weight: 600;
        }
        .product-title {
             font-weight: 500;
        }
        
        a,
        a:hover {
            text-decoration: none;
        }
        
        .card-information {
            font-family: var(--font-sans);
            letter-spacing: 0;
            
            .price {
                font-family: inherit;
                letter-spacing: inherit;
                font-weight: 600;
                font-size: 1.5rem;
                margin-top: 0 !important;
            }
        }
    }
    .card__inner {
        position: relative;
        aspect-ratio: 1;
        
        .card__media {
            .media {
                background-color: #f4f4f4;
                img {
                    object-fit: contain;
                    mix-blend-mode: multiply;
                }
            }
        }
        
        .stretch-link {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 100;
            position: absolute;
        }
    }
    .card-wrapper.underline-links-hover:hover a {
        text-decoration: none;
    }
    
    .quickadd-button::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cmask id='mask0_2252_19659' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='15' height='15'%3E%3Crect width='14.46' height='14.46' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2252_19659)'%3E%3Cpath d='M6.66895 0.425781C7.46989 0.425781 8.15157 0.707655 8.71387 1.27148C9.27611 1.83533 9.55752 2.51743 9.55762 3.31738H10.6416C10.9398 3.31738 11.1958 3.42434 11.4082 3.63672C11.6204 3.84904 11.7266 4.10426 11.7266 4.40234V9.48926H10.6416V4.40234H2.68945V11.6318H8.50195V12.7168H2.68945C2.39122 12.7168 2.13523 12.6108 1.92285 12.3984C1.71047 12.1861 1.60449 11.9301 1.60449 11.6318V4.40234C1.60449 4.10424 1.71066 3.84904 1.92285 3.63672C2.13523 3.42434 2.39122 3.31738 2.68945 3.31738H3.77344C3.77353 2.51747 4.05561 1.83532 4.62012 1.27148C5.18466 0.707547 5.86783 0.425784 6.66895 0.425781ZM4.8584 5.48633C4.8584 5.98841 5.03331 6.41612 5.38477 6.76758C5.73611 7.11891 6.16317 7.29384 6.66504 7.29395C7.16712 7.29395 7.59483 7.11904 7.94629 6.76758C8.29775 6.41612 8.47266 5.98841 8.47266 5.48633H9.55762C9.55762 6.28645 9.2762 6.96926 8.71387 7.5332C8.15158 8.09699 7.46986 8.37891 6.66895 8.37891C5.86783 8.3789 5.18466 8.09749 4.62012 7.53516C4.05563 6.97287 3.77344 6.28955 3.77344 5.48633H4.8584ZM6.66504 1.51074C6.16315 1.51085 5.73612 1.68576 5.38477 2.03711C5.03342 2.38847 4.85849 2.81549 4.8584 3.31738H8.47266C8.47256 2.8155 8.29761 2.38846 7.94629 2.03711C7.59483 1.68565 7.16712 1.51074 6.66504 1.51074Z' fill='%231C1B1F'/%3E%3Crect x='11.0659' y='10.7012' width='0.8' height='3.5' fill='%231C1B1F'/%3E%3Crect x='9.71576' y='12.8516' width='0.8' height='3.5' transform='rotate(-90 9.71576 12.8516)' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat:no-repeat;
        background-size: contain;
        background-position: center center;
        width: 18px;
        height: 18px;
        content: '';
        display: inline-block;
        
    }
    .quickadd-button {
        background-color: #fff;
        border: 1px solid #c7c7c7;
        border-radius: 100px;
        padding: 0.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        height: 42px;
        width: 42px;
        cursor: pointer;
        bottom: 1rem;
        right: 1rem;
        
        >span {
            display: none;
        }
    }
    .quickadd-button:hover,
    .quickadd-button:focus-visible {
        background-color: #f7f7f7;
    }
    .card__inner:hover {
        .quickadd-button {
            width: fit-content;
            padding: 0.5rem 1.5rem;
            
            >span {
                display: block;
            }
        }
    }
    .grid-carousel--nav__button {
        border: 1px solid #001;
        padding: 0.75rem;
        background-color:#fff;
        height: 36px;
        width: 36px;
        cursor: pointer;
        
    }
    .grid-carousel--nav {
        top: 0;
        bottom: 0;
        margin: auto;
        
        .scroll-prev,
        .scroll-next {
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            position: absolute;
        }
        .scroll-next {
            left: unset;
            right: 0;
        }
    }
    .grid-carousel--nav__button[disabled] {
        opacity: 0.25;
        cursor: not-allowed;
    }
    .grid-carousel--nav__button:hover {
        background: #f7f7f7;
    }
    .grid-carousel--nav__button::after {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M4 .755l14.374 11.245-14.374 11.219.619.781 15.381-12-15.391-12-.609.755z'/%3E%3C/svg%3E");
        content: '';
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        width: 100%;
        height: 100%; 
    }
    .grid-carousel--nav__button.scroll-prev::after {
        transform: rotate(180deg);
    }

    
    @media screen and (min-width:750px) {
        .section-template--19652105011315__main-padding {
            padding-bottom: 36px;
        }
    }
    
    @media screen and (min-width: 1401px) {
        .product--large:not(.product--no-media) .product__info-wrapper {
            right: calc((100vw - 1400px ) / 2);
        }
    }
    
    @media screen and (min-width: 1025px) and (max-width: 1400px) {
        .product--large:not(.product--no-media) .product__info-wrapper {
            right: 20px;
        }
    }
    @media screen and (max-width: 1024px) {
        .page-width .product.product--large .product__info-wrapper {
            position: relative;
            width: 100vw;
            max-width: 100vw;
            right: 0;
            left: 0;
            
            border-radius: 0;
            margin-bottom: 0;
        }
        .page-width .product.product--large {
            display: flex;
            flex-direction: column;
            
            .product__info-container {
                max-width: 100%;
                
                .product-form__input {
                    max-width: 100%;
                }
                
                button {
                    width: 100%;
                    max-width: 100%;
                }
                .product-form__buttons {
                    max-width: 100%;
                }
            }
        }
        .product--large:not(.product--no-media) .product__media-wrapper {
            max-width: 100vw;
            width: 100vw;
            
        }
    }
    @media screen and (min-width:750px) and (max-width: 1023px) {
        .page-width .product.product--large .product__info-wrapper {
            margin-left: -50px;
        }
    }
    
	.card__inner:has(.card__inner) {
		/*justify-content: flex-end;*/
	}
	
    /* related products - START */
    .grid-carousel {
        flex-wrap: nowrap;
        overflow: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        
        >li {
            scroll-snap-align: start;
        }
    }
    @media screen and (prefers-reduced-motion: reduce) { 
        .grid-carousel {
            scroll-behavior: auto;
        }
    }
    /* related products - END */
    
    /* modal - start */
	.dialog_close_button {
		z-index: 250000000;
	}
    .quickview-modal {
        height: fit-content;
        
        product-info {
                padding-top: 0;
                padding-bottom: 0;
            }
        .page-width {
            padding-left: 0;
            padding-right: 0;
            
            
        }
        .grid__item.product__media-wrapper {
            max-width:50%;
            width:50%;
        }
        .product--large:not(.product--no-media) .product__info-wrapper {
            position: relative;
            box-shadow: none;
            border-radius: 0;
            right: 0;
            width: 50%;
            max-width: 50%;
        }
    }
    /* modal - end */
    /** FILTERS - start **/
	.mobile-facets__open {
		font-family: var(--font-wide);
		text-transform: uppercase;
		font-weight: 500;
	}
    .mobile-facets__header .mobile-facets__close {
        position: absolute;
        top: 0.5em;
        z-index: 1000;
        cursor: pointer;
    }
    .mobile-facets {
        z-index: 1200000;
        font-family: var(--font-sans);
        display: flex;
        flex-direction: column;
        
        
        
        .mobile-facets__inner {
            width: 100vw;
            max-width: unset;
            max-height: 80vh;
            bottom: 0;
            top: auto;
            margin-top: auto;
            margin-bottom: 0;
            border-radius: 1em 1em 0 0;
        }
        
        details::details-content {
            content-visibility: visible;
        }
        .mobile-facets__submenu {
            position: relative;
            opacity: 1;
            visibility: visible;
            transform: none;
        }
        details[id^="Details-Mobile-filter.v.availability"],
        details[id^="Details-Mobile-filter.v.price"] {
            display: none;
        }
        .mobile-facets__details{
            border-bottom: 1px solid #d8d8d8;
            
            .select {
               
                
                select {
                     border: 1px solid #d8d8d8;
                border-radius: 100px;
                padding-left: 1em;
                padding-right: 1em;
                    font-size: 1.125em;
                }
                
                .svg-wrapper {
                    right: 1em;
                }
            }
        }
        .mobile-facets__details:not(:first-child) {
            padding-bottom:2em;
        }
        .mobile-facets__close-button {
            display: none;
        }
        .mobile-facets__heading,
        label[for="SortBy-mobile"]{
            font-weight: 600;
            color: #121212;
            font-size: 1.125em;
        }
        details {
            summary {
                pointer-events: none;
                
                >div {
                    span {
                        font-weight: 600;
                        color: #121212;
                        font-size: 1.125em;
                    }
                }
                
                .mobile-facets__arrow {
                    display: none;
                }
            }
        }
        
    }
    .active-facets__button--light .active-facets__button-inner {
        padding: 0.5rem 1.5rem;
    }
    .facets-wrapper {
        facet-filters-form {
            padding-left: 0;
            padding-right: 0;
            
            .facet-filters {
                padding-left: 0;
            }
        }
    }
    .main-product-grid-filtering-section:has(#filter_toggle:checked) facet-filters-form,
    .main-product-grid-filtering-section:has(#filter_toggle:checked) .facets-container {
        display: none;
    }
    @media screen and (min-width: 750px) {
        .main-product-grid-filtering-section:has(#filter_toggle:checked)  .facets-vertical.page-width {
            gap: 0;
        }
    }
    .main-product-grid-filtering-section {
        .product-count-vertical {
            /* display: none; */
        }
    }
    label[for="filter_toggle"] {
        color: #000;
        background: #fff;
        max-height: 40px;
        padding-top: 10px;
        padding-bottom: 6px;
        line-height: 1;
        font-family: var(--font-sans);
        border: 1px solid #232323;
        border-radius: 4px;
        color: #232323;
        padding: 17px 20px 11px;
        padding-top: 17px;
        padding-bottom: 11px;
        font-size: 0.9em;
        display: inline-flex;
    }
    @media screen and (max-width:749px) {
        label[for="filter_toggle"],
        #filter_toggle {
            display: none;
        }
        .mobile-facets__open {
            background: #000;
            color: #fff;
            border-radius: 0.25em;
            position: fixed;
            bottom: 2em;
            z-index: 100;
            width: fit-content;
            left: 0;
            right: 0;
            margin: auto;
            padding: 1em 1.5em;
        }
    }
    #filter_toggle + label {
        .hide-filter-sort-text {
            margin-right: 6px;
        }
    }
    #filter_toggle:checked + label {
        .hide-filter-sort-text {
            display: none;
        }
    }
    .facets-wrap,
    .mobile-facets__submenu {
        ul.facets-layout {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0.5rem;
            max-width: calc( 100% - 4rem);
            margin-left: 2rem;

            li.facets__item,
            li.mobile-facets__item{

                width: fit-content;
                width: 100%;
                border: 1px solid #DBDBDB;
                text-align: center;
                border-radius: 1rem;
                overflow: hidden;

                label {
                    padding: 0.5rem 1rem;
                    text-align: center;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;


                    input {
                        width: 0;
                        height: 0;
                    }
                    svg {
                        display: none;
                    }
                    .facet-checkbox__text {
                        font-size: 0;
                        >span {
                            font-size: 1.5rem;
                        }
                    }
                }
                label:has(input[checked]) {
                    background-color: #DBDBDB;
                }
            }
        }
    }
    details {
        details {
            .mobile-facets__footer {
                display: none;
            }    
        }
    }
    #FacetsWrapperMobile > .mobile-facets__footer {
        z-index: 100;
        position: sticky;
        bottom: 0;
    }
    details[id^="Details-filter.v.t.shopify.color-"],
    details[id^="Details-Mobile-filter.v.t.shopify.color-"]{
            .facets-wrap,
            .mobile-facets__submenu{
                ul.facets-layout {
                                overflow: visible;
                    display: grid;
                    grid-template-columns: repeat(5, 1fr);
                    gap: 2rem 0.5rem;
                    
                    
                    li.facets__item,
                    li.mobile-facets__item{
                        padding: 0;
                        border: 0;
                        overflow: visible;
                        
                        .mobile-facets__label {
                            padding: 0;
                        }
                        
                        .facet-checkbox {
                            padding: 0;
                            width: 100%;
                        }
                        .swatch {
                            --swatch-size: 4rem;
                            width: var(--swatch-size);
                        }
                        
                        label {
                            padding: 0;
                            width: 100%;
                            
                            input {
                                width: 0;
                                height: 0;
                            }
                            svg {
                                display: none;
                            }
                            
                        }
                        .facet-checkbox__text {
                                font-size: 0;
                            }
                        label:has(input[checked]) {
                            background-color: #DBDBDB;
                        }
                    }
                }
            }
        }
    #FacetSortForm {
        width: 100%;
        justify-content: space-between;
        
        .facet-filters {
            width: 100%;
            
            .facet-filters__label {
                flex-grow: 1;
                white-space: nowrap;
            }
        }
        
        .select {
            width: 100%;
            
            select {
                border: 1px solid #d8d8d8;
                border-radius: 100px;
                padding: 0.5rem 1.5rem;
            }
            .svg-wrapper {
                right: 1rem;
            }
        }
    }
    facet-filters-form.facets {
        font-family: var(--font-sans);
        
        details[id^="Details-filter.v.availability"],
        details[id^="Details-filter.v.price"] {
            display: none;
        }
        details::details-content {
            content-visibility: visible;
        }
        details {
            summary {
                pointer-events: none;
                
                >div {
                    span {
                        
                    }
                    svg {
                        display: none;
                    }
                }
            }
            
        }
        
    }
    /** FILTERS - end **/
    .thumbnail-list__item:before {
		display: none;
	}
	@media screen and (min-width: 990px) {
		quick-add-modal {
			.slider:not(.slider--everywhere):not(.slider--desktop)+.slider-buttons {
				display: flex;
			}
		}
		quick-add-modal {
			.product__media-wrapper .slider-mobile-gutter .slider-button {
				display: flex;
			}
		}
	}
	.yotpo-bottom-line-text {
		position: relative;
	}
	.product-bottomline__count {
		font-size: 0.8em !important;
		font-weight: 300 !important;
		letter-spacing: 0;
	}
	.yotpo-reviews-pagination-item {
		width: 38px;
		max-height: 38px;
	}
	.yotpo-reviews-summary-button .yotpo-color-fill-btn, #yotpo-reviews-main-widget .yotpo-new-review-btn-wrapper .yotpo-new-review-btn.yotpo-btn-s {
		font-size: 0.9em !important;
	}
	#yotpo-reviews-main-widget .yotpo-review-title {
		font-size: 1em !important;
	}
	.yotpo-reviews-item {
		margin-bottom: 1.5em;
	}
	.product__info-wrapper.purchase-box-shadow {
		box-shadow: none;
	}
	.product__info-wrapper.stick-purchase-box {
		position: absolute !important;
	}
	.related-products__heading {
		font-family: var(--font-sans);
		font-weight: 600;
		font-size: 1.25em;
	}
	quick-add-modal {
		.grid__item.product__media-wrapper {
			display: flex;
			justify-content: center;
			
			media-gallery {
				margin: auto;
				width: 100%;
				top: 0;
				bottom: 0;
			}
		}
	}
	slider-component {
		.thumbnail-list {
			width: 65px;
			min-width: 65px;
		}
		button.slider-button {
			/*
			display: none !important;
			*/
		}
	}
	.product-media-modal[open] {
		z-index: 200001;
	}
	
	.quick-add {
		
		modal-opener {
			>button {
				z-index: 102;
				border: 0;
			}	
		}
	}
	
	.card__badge {
		.badge {
			font-family: var(--font-wide);
			text-transform: uppercase;
			font-weight: 600;
			font-size: 10px;
			line-height: 10px;
			padding: 0.5rem 1rem 0.3rem;
		}
	}
	.product__text.subtitle, .product__title-and-price .product__title, .product__title-and-price .product__title h1 {
		font-weight: 700;
		font-family: var(--font-wide);
		margin-top: 0;
	}
	.features-benefits-list {
		font-weight: 300;
		
		li span {
			font-size: 0.9em !important;
			margin-left: 0.75em;
		}
	}
	.features-benefits-list__item figure {
		margin-left: 0;
		margin-right: 1em;
		margin-top: 0.25em;
	}
	.pdp-content--subtitle {
		font-weight: 300;
	}
	.product-technology-icons__list {
		.product-technology-icons__list__item__text {
			p {
				font-size: 1.5rem !important;
				font-weight: 300;
				
				
				strong {
					font-size: 1.7rem;
				}
			}
		}
	}
	.details-box {
		font-weight: 300;
		
		div.TypographyPresentation {
			font-size: 1em !important;
			line-height: 1.5 !important;
		}
	}
	.product__text {
		letter-spacing: 0;
	}
	.product__description {
		font-weight: 300;
		font-family: var(--font-sans);
		font-size: 16px;
		letter-spacing: 0;
		
	}
	#filter_toggle {
		display: none;
	}
	.cart-count-bubble {
		background-color: #96C94F;
		color: #000;
	}
	:is(.facets-wrap,.mobile-facets__submenu) ul.facets-layout {
		margin-left: 0;
		margin-inline-start: 0;
		padding-inline-start: 0;
		max-width: unset;
	}
	.facets__disclosure-vertical {
		border: 0;
		
		summary {
			.facets__summary-label {
				font-weight: bold;
				color: #000;
				font-size: 1.25em;
				font-family: var(--font-sans);
				
				.facets__selected {
					font-weight: normal;
					font-size: 0.8em;
					letter-spacing: 0;
					color: #868686;
				}
			}
		}
	}
	.facets__heading,
	.facet-filters__label label {
		font-weight: bold;
		color: #000;
		font-size: 1.25em;
		font-family: var(--font-sans);
	}
	.collection-hero__title {
		font-family: var(--font-sans);
		font-size: 2em;
		font-weight: 500;
	}
	.facet-filters {
		margin-bottom: 2rem;
	}
	.active-facets:has(.active-facets-vertical-filter:first-child:last-child) {
		display: none;
	}
	.active-facets__button--light .active-facets__button-inner {
			padding: 9px 20px;
		}
	label[for="filter_toggle"] {
		display: inline-flex;
		align-items: center;
		align-content: center;
		margin-bottom: 2rem;
		padding: 17px 20px;
		
		.svg-wrapper {
			margin-right: 8px;
		}
	}
	.card.card--card {
		.card__content {
			padding: 0.5rem;
			
			.full-unstyled-link,
			.card-information {
				padding-left: 0.5rem;
			}
			.card__information {
				padding: 0;
				
				form:has(variant-selects) .product-form__input {
					margin-left: 0;
				}
				form {
					.form__label:empty{
						display: none;width: 0;
					}
				}
			}
		}
	}
.instagram__scroller {
    position: relative;
}
.yotpo-bottom-line-text {
    position: relative;
}
[id*="__promo_bar"]:has(.promo-bar-wrapper) {
    z-index: 101;
}
.product-technology-icons__list__item__text strong {
    font-size: 1em !important;
}
.pdp-compare__products__item__features-list__item__content {
    font-size: 0.9em;
    letter-spacing: 0.01em;
}
.pdp-compare__products {
    .card fieldset {
        display: none;
    }
}
.pdp-content--title {
    font-size: 1em;
}
.facets-vertical.page-width {
    position: relative;
    height: 100%;
}
@media screen and (min-width: 750px) {
    aside .vertical-facets-inner {
        position: sticky;
        top: 140px;
        overflow: auto;
    }	
}
@media screen and (min-width:990px) and (max-width:1180px) {
    .grid.product-grid.grid--2-col-tablet-down.grid--3-col-desktop >li {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) * 2 / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 2 / 2);
    }
            
          
}
@media screen and (min-width: 750px) {
    .facets-vertical .facets-wrapper {
        padding-right: 0;
    }
    .facets-vertical.page-width {
        gap: 3em;
    }
}
@media screen and (max-width:749px) {
    label[for="filter_toggle"] {
        display: none;
    }
    .mobile-facets__details::details-content {
        display: flex;
    }
    .js .mobile-facets__submenu {
        position: relative;
        visibility: visible;
        transform: none;
        padding: 0 1.5em;
    }
    .active-facets.active-facets-mobile {
        display: none;
    }
}
.mobile-facets__open {
    max-width: calc(100vw - 4em);
    border-radius: 4px;
    border: 0;
    overflow: hidden;
    
    span {
        color: #fff;
    }
}
fieldset.product-form__input {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    overflow-x: auto;
    
    >* {
        scroll-snap-align: start;
    }
}
.card [id^="variant-selects-"] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    scrollbar-width: none;
    scroll-behavior: smooth;
    
    .variant-selects__nav {
        position: fixed;
        width: 32px;
        height: 32px;
        border: 0;
        
        svg {
            max-width: 14px;
            fill: #5C5C5C;
        }
    }
    .variant-selects__nav[disabled] {
        display: none;
    }
    .variant-selects__nav--prev {
        left: 0;
        background: linear-gradient(90deg,rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    }
    .variant-selects__nav--next {
        right: 0;
        background: linear-gradient(270deg,rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    }	
}

.collection-visual-blocks--small ul li a {
    /* font-size: 0.8em !important; */
    color: #121212;
}
.collection-visual-blocks--small ul li a:hover {
    color: #96C94F;
}
.collection-visual-blocks--small ul li a span {
    font-size: inherit;
}
*/
/** Navbar -START **/
.promo-bar-wrapper {
    background-color: #292929;
}

.promo-bar-wrapper .container .promo-bar,
.promo-bar-wrapper .container .promo-bar a,
.promo-bar-wrapper .container .promo-bar span,
.promo-bar-wrapper .container .promo-bar p,
.promo-bar-wrapper .container .promo-bar ul li a {
    font-family: var(--font-sans);
}

.promo-bar-wrapper .container .promo-bar .promo-bar__copy,
.promo-bar-wrapper .container .promo-bar .promo-bar__copy a,
.promo-bar-wrapper .container .promo-bar .promo-bar__copy span,
.promo-bar-wrapper .container .promo-bar .promo-bar__copy p,
.promo-bar-wrapper .container .promo-bar .promo-bar__linklist .promo-bar__linklist-item:not(.promo-bar__linklist-item--reward) a {
    color: #fff;

}

.promo-bar-wrapper .container .promo-bar .promo-bar__linklist .promo-bar__linklist-item {
    border-left: 0;
}

.promo-bar__linklist-item.promo-bar__linklist-item--locale>button>span {
    border: 2px solid #fff;
}

.promo-bar-wrapper .container .promo-bar .promo-bar__copy svg path {
    fill: #fff;
}

nav.navbar .navbar-desktop .navbar-desktop__wrapper {
    background-color: var(--oofos-grey-light);
}

/** Navbar -END **/

.list-unstyled.list-social.footer__list-social {
    display: flex;
    gap: 1em;
    
    .svg-wrapper {
        width: 30px;
        height: 30px;
    }
}

[role="dialog"] .product-form__input {
    max-width: unset;
}

#pdp--gender-toggle .pdp--gender-toggle__option:has(input + label):hover {
    background: #f7f7f7;
}

.product-media-modal[open] {
    z-index:1000001;
}
/** Feature Page **/
.feature-contentblocks__block .feature-contentblocks__block__text h2,
.feature-contentblocks__block .feature-contentblocks__block__text h3{
    font-family: var(--font-wide);
    font-size: 1.75em;
}
.feature-contentblocks__image, .feature-contentblocks__video {
    margin: 0;
}
.feature-contentblocks__block .feature-contentblocks__block__text:only-child p {
    font-size: 1.05em;
    font-family: var(--font-sans);
}
.feature-contentblocks__content__subheadline p {
    font-size: 2em;
    font-family: var(--font-sans);
}
.feature-contentblocks__container .subheadline-link {
    color: #000;
    font-size: 2em;
}
.feature-signoff__content__subheadline ul li {
    font-size: 1.75em;
}
.hero--buttons .button {
    font-family: var(--font-sans);
    border-radius: 8px;
}
.hero--buttons .button::after {
    display: none;
}
.feature-signoff__image {
    margin: 0;
}
/** Feature Page **/


.product-tile__quick-view-cta {
    cursor: pointer;
    
    .button__content {
        display: none;
    }
}
.product-tile__quick-view-cta:hover {
    .button__content {
        display: inline-flex;
        align-items: center;
        margin-right: 1em;
    }
}
.product-tile__quick-view-cta:hover::before {
    filter:invert(1);
    margin-left:1em;
}

.facets-container {
    .product-count__text {
        display: none;
    }
}
.main-product-grid-title-and-count {
    display: flex;
    margin-top: 1.5em;
    align-items: flex-end;
    
    .product-count-vertical {
        margin-left: 0.75em;
    }
    
    
    .main-product-grid-title {
        margin-top: 0;
    }
    #ProductCountDesktop {
        font-family: var(--font-sans);
        letter-spacing: 0.01em;
        color: #424242;
        font-size: 0.9em;
    }
}
#mobile-locale-picker {
    text-align: center;
    
    button::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z'/%3E%3C/svg%3E");
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background-size: contain;
    }
    button {
        display:flex;
        align-items: center;
        gap: 1em;
        padding-top: 8px;
        padding-bottom: 8px;
        margin: auto;
    }
}
@media screen and (max-width:749px) {
    
    .navitem--search:has(details[open]) .search-modal__content {
        padding-left: 48px;
    }
    .promo-bar-wrapper {
        height: 37px;
        .page-width {
            display: flex;
            justify-content: center;
            text-align: center;
        }
        .promo-bar {
            margin-left: auto;
            margin-right: auto;
            width: 100%;
            align-self: center;
            align-items: center;
            text-align: center;
            max-width: unset;
            flex-direction: column;
            
            .promo-bar__copy a {
                text-transform: unset !important;
                text-align: center;
            }
        }
    }
    .promo-bar__linklist.u-list-simple {
        display: none !important;
    }
}
@media screen and (max-width:1023px) {
    .navitem--search {
        details[open] .modal-overlay:after {
            width: 150vw;
            left: -20vw;
            top: calc(100% + 10px);
        }
        .svg-wrapper.header__icon-close {
            top:0;
            bottom: 0;
            margin: auto;
            z-index: 1001;
            display: flex;
            display: none;
        }
    }
    .navitem--search:has(details[open]) {
        z-index: 1000;
        
        .svg-wrapper:not(.header__icon-close) {
            display: none;
        }
        .svg-wrapper.header__icon-close {
            display: flex;
        }
    }
    .search-modal__content.search-modal__content-bottom {
        z-index: 1000000000;
    }
}
.navitem.navitem--cart {
    .svg-wrapper>svg {
        min-width: 42px;
    }
}
.rebuy-cart__flyout-subtotal {
    font-family: var(--font-sans);
}
.rebuy-button.rebuy-cart__checkout-button.block {
    svg {
        display: none;
    }
}
#rebuy-cart-title {
    font-size: 0.9em;
    font-family: var(--font-wide);
}
.rebuy-cart__flyout-item-quantity-widget .rebuy-cart__flyout-item-quantity-widget-label {
    font-size: 1em !important;
}
.rebuy-cart__flyout-item-variant-title-option {
    font-family: var(--font-sans);
    font-size: 1em !important;
}
.rebuy-cart__flyout-item-price-container .rebuy-money {
    font-size: 1.5em;
    font-family: var(--font-sans);
}
.rebuy-cart__flyout-item-quantity-widget-label,
.rebuy-cart__flyout-item-remove {
    font-size: 0.5em !important;
    font-family: var(--font-sans);
}
.rebuy-cart__flyout-item-product-title,
[data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-product-title {
    font-size: 0.75em;
    letter-spacing: 0;
    font-family: var(--font-wide);
    text-transform: uppercase;
}
.facets-layout li:has(input[value="Gift Cards"]) {
    display: none;
}
.vertical-facets-inner {
    max-height: calc(100vh - 147px);
}
@media screen and (max-width: 749px) {
    .js .mobile-facets__submenu {
        position: relative !important;
        visibility: visible !important;
        transform: none !important;
    }    
}
.yotpo-bottom-line-text {position: relative !important;}
.facets__label {
    white-space: nowrap;
    border-radius: 8px;
}
.active-facets__button-inner.button {
    padding: 4px 18px;
}
.list-menu__item:has(.facets__label) {
    overflow: unset !important;
}
.facets-layout li:has(input[value="Gift Cards"]) {
    display: none;
}
.vertical-facets-inner {
    max-height: calc(100vh - 147px);
}
@media screen and (max-width: 749px) {
    .js .mobile-facets__submenu {
        position: relative !important;
        visibility: visible !important;
        transform: none !important;
    }    
}
details[id*=".color-pattern"] {
    .facets-layout-list--swatch .facets__label {
        gap: 0 !important;
    }
}
#FacetsWrapperDesktop {
    overflow-x: hidden;
}
details[id*=".color-pattern"] {
    .facets-layout-list--swatch .facets__label {
        gap: 0 !important;
    }
}
#FacetsWrapperDesktop {
    overflow-x: hidden;
}
.product-media-modal[open] {
    z-index: 1000001;
}
.grid__item.product__media-wrapper {
    .awards-badge {
        position: absolute;
        max-width: 120px;
        max-height:120px;
        object-fit:contain;
        object-position: center center;
        margin-left: 80px;
        z-index: 10;
    }
}
@media screen and (max-width:749px) {
    .product__media-icon--lightbox {
        display: none;
    }
    .grid__item.product__media-wrapper {
        .awards-badge {
            margin-left: 1em;
        }
    }
}
.card__inner {
    .awards-badge {
        z-index: 10;
        position: absolute;
        display: block;
        max-width: 60px;
        max-height: 60px;
        object-fit: contain;
        object-position: center center;
        top: 0.5em;
        right: 0.5em;
    }
}
.rebuy-cart__flyout-item-product-title {
    font-size: 0.75em !important;
}
#rebuy-cart-title {
    font-size: 0.75em !important;
}
.rebuy-cart__flyout-item-remove, .rebuy-cart__flyout-item-remove i {
    font-size: 0.85em !important;
}
.cart-shipping-label {
    font-family: var(--font-wide);
    font-size: 0.9em;
}
.pdp-compare {
    .card__information {
        display: none;
    }
}
.product-media-modal media-modal {
    z-index: 1000001;
}
/* MODAL */
quick-add-modal {
    product-info {
        slider-component:not(.thumbnail-slider)[id*="GalleryViewer-quickadd-template"] {
            padding-left: 1em;
            padding-right: 1em;
        }
        .slider-buttons.-quick-add-hidden {
            display: none !important;
        }
        .thumbnail-slider.slider-mobile-gutter.quick-add-hidden.small-hide {
            display: flex !important;
            z-index: 20;
            width: 100%;
            flex-grow: 1;
            max-width: unset;
            bottom: 0;
            
            
            >button {
                display: none;
            }
            >ul {
                display: flex !important;
                width: 100%;
                position: absolute;
                flex-direction: row;
                bottom: 0;
                left: 0;
                gap: 0.5em;
                justify-content: center;
                
                >li::before {
                    display: none;
                }
                >li {
                    width: fit-content;
                    
                    button {
                        width: 12px;
                        height: 12px;
                        border-radius: 100px;
                        background: #787878;
                        opacity: 0.6;
                        
                        img {
                            display: none;
                        }
                    }
                    button[aria-current="true"] {
                        background: #414141;
                        opacity: 1;
                    }
                }
            }
        }
    }
}
quick-add-modal .quick-add-hidden, quick-add-modal .product__modal-opener:not(.product__modal-opener--image), quick-add-modal .product__media-item:not(:first-child).is-active {
    display: block !important;
}
@media screen and (max-width:749px) {
quick-add-modal{
    [role="dialog"]{
        max-height: calc(100vh - 100px);
        height: fit-content;
        bottom: 0;    
        width: 100vw;
        margin-top: auto;
        overflow: auto !important;
        
        product-info {
            height: fit-content;
        }
        
        .page-width .product.product--large .product__info-wrapper {
            width: 100%;
            padding: 0;
            max-width: unset;
        }
  
      } 
    }
}
quick-add-modal {
    max-width: 100vw;
    
}
@media screen and (max-width: 749px) {
    quick-add-modal {
        .product__info-wrapper.grid__item.scroll-trigger.animate--slide-in {
            width: 100vw !important;
            min-width: 100vw !important;
            max-width:100vw !important;
        }
        .page-width {
            max-width: 100vw;
            margin-left: 0;
            margin-right: 0;
        }
        & [role="dialog"] {
            .page-width .product.product--large .product__info-wrapper {
                width: 100vw;
                max-width: 100vw;
                padding-left: 20px !important;
                padding-right: 20px !important; 
                padding-top: 10px !important;
            }
        }
        slider-component:not(.thumbnail-slider)[id*="GalleryViewer-quickadd-template"] {
            min-height: 300px;
            width: 100%;
            min-width: 100%;
            max-width: 100%;
            padding-left: 0;
            padding-right: 0;
        }
        slider-component.thumbnail-slider {
            ul {
                li {
                    min-width: 12px;
                }
            }
        }
    }
}
/* MODAL */
.swatch-holder {
		display: inline-flex;
	}
	variant-selects:has(.fieldset-swatches) {
		overflow-x: auto;
	}
	variant-selects:has(.fieldset-swatches) fieldset::after {
		content: '';
		width: 32px;
		display: inline-block;
		position: relative;
	}
@media screen and (max-width:749px) {
    quick-add-modal {
        .awards-badge {
            left: 0;
            max-width: 70px;
            max-height: 70px;
            width: 70px;
            height: 70px;
            margin-top: 0.25em;
            margin-left: 0.25em !important;
        }
    }
}
quick-add-modal {
    slider-component:not(.thumbnail-slider) {
        ul {
            li:not(.is-active) {
                display: none;
            }
            li {
                margin-left: 0 !important;
            }
        }
    }
}
@media screen and (max-width: 1023px) {
    .loyalty-text-2up__col h2 {
        font-size: 1.5em;
    }
    .donation-counter__amount.heading--outline,
    .donation-counter__text {
		font-size:0.5em;
	}
}
.mobile-menu {

}
.promo-bar-wrapper {
    .promo-bar__copy {
        a {color:inherit;}
    }
}
.navbar {
    button {
        color: #232323;
    }
}
@media screen and (max-width: 1023px) {
    .collection-visual-blocks--small ul li a span {
        font-size: 1.25rem !important;
    }
    .promo-bar__linklist-item.promo-bar__linklist-item--locale {
        img {
            width: 32px;
            height: 32px;
        }
    }
}
input.swatch-button {
    font-size:0;
    box-shadow:none;
    border:0;
}
.needsclick[role="dialog"]{
        z-index: 900000 !important;
}