.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.hide-page-content .popup__bg.visible {
    opacity: .8;
}
.hide-page-content .popup__bg {
    background-color: #000;
}
.flex-lg-column {
    flex-direction: column !important;
}
.popup__body {
    min-height: 100%;
}
.position-relative {
    position: relative!important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.pb-30, .py-30 {
    padding-bottom: 30px !important;
}
.pt-30, .py-30 {
    padding-top: 30px !important;
}
.pl-15, .px-15 {
    padding-left: 15px !important;
}
.pr-15, .px-15 {
    padding-right: 15px !important;
}
.flex-center {
    justify-content: center !important;
    align-items: center !important;
}

#onetrust-consent-sdk{
    position: relative;
    display: none;
}

#onetrust-consent-sdk #onetrust-banner-sdk {          
    z-index: 9999999999 !important;
}

#onetrust-consent-sdk.policy-page .onetrust-pc-dark-filter,
#onetrust-consent-sdk.policy-page #onetrust-banner-sdk {
    display: none !important;
}
#onetrust-consent-sdk.policy-page #onetrust-pc-sdk:after {
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
}
#onetrust-consent-sdk.policy-page #onetrust-pc-sdk > div {
    background: #ffff
}

.popup__body.show {
    display: flex!important;
}
.visible {
    visibility: visible !important;
}

.popup.fixed-stretch .popup__body .language-choice {
    width: 65vw;
    margin: auto;
    padding: 4rem 1rem;
    background-color: #fff;
    position: relative;
}

.popup.fixed-stretch .popup__body .language-choice  #close-lang-choice {
    position: absolute;
    display: inline-block;
    right: 1rem;
    top: 1rem;
    width: 1.5rem;
}

.popup.fixed-stretch .popup__body .language-choice  ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
}

.popup.fixed-stretch .popup__body .language-choice ul li {
    padding: 2rem 1.5rem;
    line-height: 1.2;
    text-align: left;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.popup.fixed-stretch .popup__body .language-choice ul li .flag-section-left {
    width: 3rem;
    margin-right: 1.5rem;
}

.popup.fixed-stretch .popup__body .language-choice ul li .flag-section-left svg{
    max-width: 100%;
    height: auto;
}

.popup.fixed-stretch .popup__body .language-choice ul li p {
    font-size: 1.4rem;
    font-weight: 700;
}

@media only screen and (min-width: 901px) and (max-width: 1100px){
    .popup.fixed-stretch .popup__body .language-choice {
        width: 80vw;
    }
}

@media only screen and (min-width: 601px) and (max-width: 900px){
    .popup.fixed-stretch .popup__body .language-choice ul {
        display: block;
    }

    .popup.fixed-stretch .popup__body .language-choice ul li {
        float: left;
        width: 50%;
        height: 55px;
    }
}

@media only screen and (max-width: 600px){
    .popup.fixed-stretch .popup__body .language-choice ul {
        display: block;
    }

    .popup.fixed-stretch .popup__body .language-choice ul li {
        float: left;
        width: 100%;
        height: 55px;
    }
}

.hide-age-gate{
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.show-age-gate{
    opacity: 1;
    transition: all .6s ease;
    visibility: visible;
    z-index: 99999999999;
}


.popup-age-confirmation {
    width: 739px;
    background-color: #fff;
}

.popup-age-confirmation .popup-age-gate .age-confirmation-title {
    margin-bottom: 4rem;
}

.popup-age-confirmation .popup-age-gate .us-display {
    display: grid;
    grid-template-columns: repeat(3,10rem);
    margin: auto;
    border-bottom: 1px solid #000;
}

.popup-age-confirmation .popup-age-gate .birthdate_details.us-display > input {
    border-bottom: none;
}

.popup-age-confirmation .popup-age-gate .birthdate_details > input {
    font-style: normal;
    font-weight: 300;
    font-size: 3.5rem;
    line-height: 4.875rem;
    color: rgb(0, 0, 0);
    border: 0;
    height: 5rem;
    border-bottom: 1px solid rgb(0, 0, 0);
    border-radius: 0;
    padding: 0 0 2rem 0;
}

.popup-age-confirmation .popup-age-gate .birthdate_details > input:nth-child(1) {
    width: 7rem;
}
.popup-age-confirmation .popup-age-gate .birthdate_details > input:nth-child(2) {
    width: 6rem;
}
.popup-age-confirmation .popup-age-gate .birthdate_details > input:nth-child(3) {
    width: 9rem;
}

.popup-age-confirmation .popup-age-gate .birthdate_details .age-gate-input::placeholder{
    color: #000;
    font-weight: 500;
}

.popup-age-confirmation .popup-age-gate .birthdate_details > input:focus-visible,
.popup-age-confirmation .popup-age-gate .birthdate_details > input:focus {
    outline: 0;
    outline-offset: 0;
    box-shadow: none;
}

.popup-age-confirmation .popup-age-gate .langue-section .flag-section {
    cursor: pointer;
}

.popup-age-confirmation .popup-age-gate .langue-section {
    margin-top: 4rem;
 }
 
 .popup-age-confirmation .popup-age-gate .langue-section .flag-section {
     margin: auto;
     width: 30rem;
     display: flex;
     align-items: center;
     justify-content: center;
 }
 
 .popup-age-confirmation .popup-age-gate .langue-section .flag-section .flag-section-left{
     width: 1.9rem;
     display: flex;
 }
 
 .popup-age-confirmation .popup-age-gate .langue-section .flag-section .flag-section-right{
    margin-left: 1rem;
    color: #000;
    font-weight: 600;
    font-size: 13px;
 }
 
 .popup-age-confirmation .popup-age-gate .langue-section .flag-section.lang-en .flag-section-left svg{
     max-width: 100%;
     height: auto;
 }

.popup-age-confirmation__close {
    display: none;
}
i {
    color: #fff;
}
.popup-age-confirmation__content {
    padding: 28px 98px !important;
}
.m-auto {
    margin: auto !important;
}
.d-lg-none {
    display: none !important;
}
.container {
    max-width: 1150px !important;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.align-items-center {
    align-items: center !important;
}
.d-flex {
    display: flex !important;
}
.flex-order-1 {
    order: 1;
}
.flex-order-2 {
    order: 2;
}
.flex-order-3 {
    order: 3;
}
.cursor-pointer {
    cursor: pointer!important;
}
.popup-navigation__button[data-js-popup-navigation-button=close]>:not([data-button-content=close]) {
    display: none!important;
}
.cursor-pointer {
    cursor: pointer!important;
}
.d-lg-none {
    display: none !important;
}
.popup [data-popup-center] [data-popup-content] {
    transform: scale(.9);
}
.popup__body.visible [data-popup-content] {
    transform: none!important;
    opacity: 1!important;
}
.popup__body [data-popup-content] {
    opacity: 0;
}
.position-relative {
    position: relative!important;
}
.popup-age-confirmation__content {
    padding: 28px 98px !important;
}
.popup-age-confirmation__content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.position-relative {
    position: relative!important;
}
.text-center {
    text-align: center !important;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.pl-30, .px-30 {
    padding-left: 30px !important;
}
.pb-30, .py-30 {
    padding-bottom: 30px !important;
}
.pr-30, .px-30 {
    padding-right: 30px !important;
}
.pt-30, .py-30 {
    padding-top: 30px !important;
}
.flex-center {
    justify-content: center !important;
    align-items: center !important;
}
.flex-column {
    flex-direction: column !important;
}
.d-flex {
    display: flex !important;
}
.popup-age-border {
    border: 1px solid #131009;
    opacity: 0.4;
    margin: 28px 0;
    margin-left: -30px;
    margin-right: -30px;
}
.popup-age-confirmation__text-line-01 {
    font-family: 'Decimal';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
}
.popup-age-confirmation__text-line-02 {
    font-family: 'Decimal';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
}
.birthdate_lang {
    display: flex;
    width: 295px;
    margin: 0 auto;
    margin-top: 15px;
}
.birthdate_details {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 15px;
}
.age_confirmation_warning {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #B81F1F;
    margin-top: 21px;
}
.d-none {
    display: none !important;
}
p {
    margin-bottom: 20px;
}
p {
    margin-top: 0;
}
.age_confirmation_prohibited {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: red;
    margin-top: 21px;
}
.d-none {
    display: none !important;
}
.btn-age-dflex {
    display: flex;
    margin-top: 18px;
    justify-content: center;
}
.btn-club-div {
    width: 70%;
    text-align: left;
}
body.theme-css-animate .btn {
    transition: background-color .2s,border-color .2s,color .2s!important;
}
.popup-age-confirmation__content .btn-club {
    width: 255px !important;
    height: 38px !important;
    background-color: #353535 !important;
    color: #fff !important;
    font-size: 11px !important;
}
.popup-age-logo {
    display: block;
    margin: 0 auto;
    margin-top: 58px;
    height: auto;
    max-width: 100%;
}
.age-confirmation-content-1 {
    font-family: Montserrat, Montserrat;
    color: #131009;
    text-align: left;
    font-size: 11px;
    letter-spacing: 0px;
    opacity: 1;
    margin-bottom: 0 !important;
}
.age-confirmation-content-2 {
    font-family: Montserrat, Montserrat;
    color: #131009;
    text-align: left;
    font-size: 11px;
    letter-spacing: 0px;
    opacity: 1;
}
.age-confirmation-title {
    font-family: Montserrat, Montserrat;
    color: #131009;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 600;
}
.age_confirmation_birthyear_filter {
    height: 50px;
    background-color: #fff;
    border: 1px solid #ccd1ce;
    background: #FFFFFF;
    opacity: 1;
    margin: 0 auto;
    margin-top: 10px;
}
.btn-age-verification {
    border: 1px solid #556A5B;
    opacity: 1;
    font-family: Montserrat, SemiBold;
    color: #556a5b !important;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    height: 50px;
    line-height: 48px;
    width: 297px;
    font-weight: 600;
    background-color: transparent;
}
.popup-footer-bar {
    height: 45px;
    background-color: #131009;
}
.popup-footer-bar p {
    font-family: Montserrat, SemiBold;
    text-align: center;
    font-size: 11px;
    letter-spacing: 2.2px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 0.4;
    line-height: 43px;
    padding: 0 8px;
}
.age_confirmation_lang_filter, .age_confirmation_birthyear_filter, .age_confirmation_birthmonth_filter, .age_confirmation_birthday_filter {
    font-family: Montserrat, Medium;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0px;
    color: #131009;
    font-weight: 600;
    height: 50px;
    background-color: #fff;
    border: 1px solid #ccd1ce;
    margin: 0 auto;
    padding-right: 28px;
    text-indent: 0.01px;
    cursor: pointer;
    position: relative; 
    width: 100%;
}
.age_confirmation_birthyear_filter, .age_confirmation_birthmonth_filter, .age_confirmation_birthday_filter {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    background-image: unset !important;
}
.age_confirmation_lang_filter:focus, .age_confirmation_birthyear_filter:focus, .age_confirmation_birthmonth_filter:focus, .age_confirmation_birthday_filter:focus {
    outline: none !important;
    border:1px solid #ED3F0B;
    color: #ED3F0B;
}
.birthdate_details_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 4px;
    width: 295px;
    margin: 0 auto;
    margin-top: 15px;
}
.btn-age-verification-div .enabled {
    border: 1px solid #556A5B;
    opacity: 1;
    font-family: Montserrat, SemiBold;
    color: #556a5b !important;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    height: 50px;
    line-height: 48px;
    width: 297px;
    font-weight: 600;
    background-color: transparent;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, white 50%, #556a5b 50%);
    -webkit-transition: background-position 0.5s;
    -moz-transition: background-position 0.5s;
    transition: background-position 0.5s;
}
.btn-age-verification-div .enabled:hover {
    background-position: 0 -48px;
    color: #fff !important;
}

@media only screen and (max-width: 768px) {
    .btn-age-verification-div .enabled:hover, .btn-age-verification-div .enabled:focus {
        color: #fff !important;
        background-image: none;
        background-color: #556a5b;
    }
}

.age-confirmation-content-1 a, .age-confirmation-content-2 a {
    color: #131009CB !important;
    border-bottom: 1px solid #131009CB;
}
.age-confirmation-content-1 a:after, .age-confirmation-content-2 a:after {
    content: none !important;
}
.popup-account__close {
    background-color: transparent;
    background-size: 100% 200%;
    background-image: #fff;
}
.popup-account__close svg {
    transition: all .3s ease;
}
.popup-account__close:hover {
    fill: #c6aa76;;
}
[data-js-popup-storage="pageschampagneregion"] .scroll-icon {
    display: none;
}
[data-js-popup-storage="frpageschampagneregion"] .scroll-icon {
    display: none;
}
.collection-featured-image {
    min-width: 38%;
    height: 605px;
    position: relative;
}
.collection-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.collection-product-list {
    width: auto;
}
.template-collection .content-for-layout {
    padding-top: 0;
}
.collection-product-list {
    width: 100%;
    height: 605px;
}
.collection-product-list ul {
    white-space: nowrap;
}
.collection-product-list li {
    list-style-type: none;
    flex-shrink: 0;
    text-align: center;
    scroll-snap-align: start;
    scroll-behavior: smooth;
}
.collection-product-list p {
    text-align: left;
    font-size: 14px;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    color: #131009;
    font-weight: 600;
}
.collection-product-list h2 {
    margin-left: 38px;
    margin-top: 38px;
    color: #131009;
    font-size: 16px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 800;
    text-align: left;
    letter-spacing: 2.6px;
}
.collection-product-list .flickity-prev-next-button.previous {
    width: 40px;
    height: 40px;
    background-color: #fff;
}
.collection-product-list .flickity-prev-next-button.previous svg {
    display: none;
}
.collection-product-list .flickity-prev-next-button.previous::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 6px;
    height: 6px;
    border-left: 1px solid #CDB071;
    border-bottom: 1px solid #CDB071;
    transform: translate(-50%,-50%) rotate(45deg);
}
.collection-product-list .flickity-prev-next-button.next {
    width: 40px;
    height: 40px;
    background-color: #fff;
}
.collection-product-list .flickity-prev-next-button.next svg {
    display: none;
}
.collection-product-list .flickity-prev-next-button.next::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #CDB071;
    border-right: 1px solid #CDB071;
    transform: translate(-50%,-50%) rotate(-45deg);
}
  .carousel {
    background: transparent;
  }
  .carousel-cell {
    width: 250px;
    margin-right: 10px;
    overflow: hidden;
  }  
  .carousel-cell.is-closest {
    background: transparent;
  } 
  .collection-template .animation-element--inner img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
  }
  .col-1 {
      width: 8.33%;
    }
  .col-2 {
      width: 16.66%;
    }
  .col-3 {
      width: 24.99%;
    }
  .col-4 {
      width: 33.32%;
    }
  .col-5 {
        width: 41.65%;
    }
  .col-6 {
        width: 49.98%;
    }
  .col-7 {
        width: 58.31%;
    }
  .col-8 {
        width: 66.64%;
    }
  .col-9 {
        width: 74.97%;
    }
  .col-10 {
        width: 83..33%;
    }
  .col-11 {
        width: 91.63%;
    }
  .col-12 {
        width: 100%;
    }
.collection-page-width {
    max-width: 1012px;
    margin-left: auto;
    margin-right: auto;
}
.collection-sub-title h2 {
    letter-spacing: 0;
    color: #131009;
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
}
.collection-paragraph p {
    letter-spacing: 0;
    color: #131009;
    text-align: left;
    font-size: 15px;
    font-family: 'Montserrat';
}
.collection-template-description {
    margin: 120px auto !important;
}
.collection-template-product-list {
    margin: 0 auto !important;
    margin-bottom: 40px !important;
}
.collection-product-img {
    display: flex;
    margin-right: auto;
}
.collection-product-image {
    position: relative;
    max-width: 450px;
    max-height: 602px;
    margin-right: auto;
}
.collection-product-image .card__info {
    display: none;
}
.collection-product-image-reorder {
    position: relative;
    max-width: 450px;
    max-height: 602px;
    margin-left: auto;
}
.collection-product-image-reorder .card__info {
    display: none;
}
.collection-product-image .card__image-wrapper:before {
    width: 450px;
    height: 450px;
}
.collection-product-image-reorder .card__image-wrapper:before {
    width: 450px;
    height: 450px;
    transition: all .3s ease;
}
.collection-product-image .card__wrapper:hover .card__image,
.collection-product-image-reorder .card__wrapper:hover .card__image {
    transform: scale(1) !important;
}
.collection-product-details {
    margin-left: auto;
    position: relative;
}
.collection-product-details h2 {
    text-align: center;
    margin: 0;
}
.collection-product-details em {
    display: flex;
    justify-content: center;
}
.collection-product-details .product-details {
    transform: translate(0, 50%);
    max-width: 444px;
    max-height: 413px;
    margin-left: auto;
}
.collection-product-details-reorder .product-details {
    transform: translate(0, 50%);
    max-width: 444px;
    max-height: 413px;
    margin-right: auto;
}
.template-collection .product-details h2 {
    text-align: center;
    margin: 0;
}
.template-collection .product-details em {
    display: flex;
    justify-content: center;
}
.template-collection .collection-template-h-border {
    width: 94%;
    margin: 0 auto;
    border-width: thin;
    border-style: inset;
    border-color: #556A5B;
    border-bottom: 1px;
}
.template-collection .product-details-h-border {
    margin: 0 auto;
    width: 100%;
    border-width: thin;
    border-style: inset;
    border-color: #556A5B;
    border-bottom: 1px;
}

.product-details-description {
    margin-top: 17px;
}

.template-collection .product-details-btn {
    display: flex;
    padding: 10px 20px;
    transition: color 0.25s;
    position: relative;
    max-width: 210px;
    justify-content: center;
    margin: auto;
    border: 1px solid #556a5b;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, #fff 50%,#556a5b 50%);
    background-size: 100% 200%;
    background-color: transparent;
    color: #556a5b;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;;
    transition: all 0.3s ease;
}
.template-collection .product-details-btn:hover {
    background-position: 0 -39px;
    color: #fff;
}
.template-collection .product-details small, .template-collection .product-details-reorder small {
    color: #CDB071;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}
.template-collection .collection-product-details-reorder {
    margin-left: auto;
    position: relative;
}
.template-collection .product-details h2, .template-collection .product-details small {
    display: flex;
    justify-content: center;

}
.template-collection .product-details p {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0px;
    color: #131009;
}
.template-collection .collection-recommendations {
    padding-bottom: 80px;
    max-width: 1140px;
    margin: 0 auto;
}
.shopify-section-product-recommendations {
    background-color: #F7F6F4;
    padding-top: 80px;
}
.template-collection .product-recommendations__slide:not(:first-of-type) {
    margin-left: 8px;
}
.template-collection .product-recommendations__slide {
    -webkit-flex: 0 0 250px;
    -moz-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    margin: 0;
}
.template-collection .product-recommendations__slider {
    justify-content: center;
}
.template-collection .product-recommendations__slider .card__image-wrapper {
    position: relative;
    overflow: hidden;
    width: 250px;
    min-height: 480px;
}
.template-collection .product-recommendations__slider .card__info {
    padding: 8px;
    padding-left: 0;
    text-align: left;
    text-transform: lowercase;
}
.template-collection .product-recommendations__heading, .template-collection .product-recommendations__heading h2 {
    margin: 0;
}
.template-collection #shopify-section-collection-imgtxt_bgcolor-block {
    border-bottom: 1px solid #c6aa76;
}
.template-collection .product-recommendations__slide .card__image {
    object-fit: cover;
    object-position: unset; 
    -webkit-transform: scale(0.999);
    transform: scale(0.999);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizequality;
    image-rendering: -moz-crisp-edges;
}
.template-collection .product-recommendations__slider {
    border: 0 !important;
}
.template-list-collections .content-for-layout {
    padding-top: 0;
}
.template-list-collections div[class$=__collection-list] {
    padding: 0;
}
div[id$=__collection-list] .collection-product-list li img {
    object-fit: cover;
    width: 100%;
    height: 438px;
    -webkit-transform: scale(0.999);
    transform: scale(0.999);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizequality;
    image-rendering: -moz-crisp-edges
}
.collection-template-product-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.collection-template-product-item--border-bottom {
    border-bottom: 1px solid;
}
.collection-template-product-item--border-corner {
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
}
.collection-template-product-item .card__wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}
.collection-template-product-item .card__image-wrapper {
    padding: 0 !important;
    overflow: hidden;
}
.collection-template-product-item .card__info {
    padding: 25px 0 0 0;
}
.page-width-collection-list {
    max-width: 1286px;
    margin-left: auto;
    margin-right: auto;
}
.collection-template-product-item {
    position: relative;
    min-height: 515px;
}
.collection-template-product-item .card {
    position: relative;
    max-height: 100%;
    padding: 30px 60px 45px;
    margin: auto;
    left: unset;
    top: unset;
    transform: unset;
    float: unset;
}

@media (max-width: 769px) {
    .collection-template-product-item .card {
      padding: 0;
    }
  }

.collection-template-product-item .card__image-wrapper:before {
    max-width: 329px;
    max-height: 329px;
    width: 100%;
    height: 100%;
    transition: all .3s ease-out;
}

.collection-template-product-item .card__wrapper:hover .card__image-wrapper:before {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
[data-js-popup-name="age-confirmation"]::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.template-list-collections .card-list__sub-actions {
    display: block;
    opacity: 1;
    padding-left: 0;
    transition: all 500ms ease-out;
}
.collection-page-width-featured-blogs {
    max-width: 1286px;
    margin-left: auto;
    margin-right: auto;
}
.collection-blogs-list {
    width: auto;
    height: 100%;
}
.carousel-blogs {
    background: transparent;
  }
.carousel-blogs-cell {
    width: 329px;
    height: 428px;
    padding: 0;
    padding-right: 50px;
}
div[id$=__collection-list] .featured-blog {
    padding: 0;
}  
.collection-blogs-list .card--article .card__info {
    padding: 21px;
    border-left: thin solid #73a982;
}
.collection-blogs-list .card--article .card__info .card__name.h4 {
    font-size: 20px;
    color: #131009;
    margin: 0;
    font-family: Montserrat,sans-serif;
    text-transform: none;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0;
    min-height: 60px;
}
.collection-blogs-list .card--article .card__info .article__date {
    text-align: left;
    font-weight: lighter;
    font-family: Montserrat,sans-serif;
    letter-spacing: 0;
    color: #131009;
    text-transform: lowercase;
    font-size: 13px;
}
#shopify-section-collection-featured-blog .featured-blog {
    padding: 0;
    padding-bottom: 100px;
    padding-top: 100px;
}
.featured_blogs_title {
    padding-left: 8px;
    font-size: 30px;
    text-align: left;
    letter-spacing: 0px;
    color: #556A5B;
    text-transform: uppercase;
}
div[id$=__collection-list] .card__image {
    display: block;
    position: relative !important;
    left: auto;
    top: auto;
    bottom: auto;
    width: auto;
    max-width: 264px;
    max-height: 440px;
    margin: 0 auto;
    transition: all .3s ease-out;
    image-rendering: auto;
}
div[id$=__collection-list] .card__wrapper:hover .card__image {
    transform: translateY(-50%) scale(2);
}
@keyframes spinner {
    0% {
      transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }
    100% {
      transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
  }
div[id$=__collection-list] .spin::before {
    animation: 1.5s linear infinite spinner;
    animation-play-state: inherit;
    border: solid 1px #F2CF84;
    border-bottom: hidden;
    border-radius: 100%;
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
}
div[id$=__collection-list] .pagination__page {
    padding: 20px;
    position: relative;
}
div[id$=__collection-list] .pagination__page {
    text-align: left;
    font-size:  12px;
    letter-spacing: 2.4px;
    color: #131009;
    text-transform: uppercase;
}


.collection-list-filter {
    display: flex;
    border-bottom: 1px solid black;
    padding: 0 40px;
}
.page-width-collection-list-filter {
    max-width: 100%;
}
.collection-list-filter-title {
    width: 50%;
}
.collection-list-filter-toggle {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.collection-list-filter-title {
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 2.6px;
    color: #131009;
    text-transform: uppercase;
    align-self: center;
}
.collections-list-filter-count {
    text-align: left;
    font-size: 15px;
    letter-spacing: 0px;
    color: #131009;
    font-weight: 100;
    text-transform: lowercase;
}

.collection-list-filter-toggle .a {
    fill: #000;
    cursor: pointer;
}
.collection-list-filter-title_tags {
    font-weight: bold;
    text-align: left;
    font-size: 11px;
    letter-spacing: 2.2px;
    color: #131009;
    vertical-align: text-top;
    text-transform: uppercase;
    padding-left: 8px;
}
.collection-template-wrapper:after {
    content: ''; 
    display: block; 
    margin-left: 0;
    margin-right: auto;
    width: 97%;
    border-bottom: thin solid #000; 
}
.collection-list-title {
    position: absolute;
    bottom: 63px;
    right: 40px;
    font-weight: lighter;
    text-align: right;
    font-size: 100px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-family: "Bebas Neue", Montserrat, sans-serif;
    text-transform: uppercase;
    line-height: 80px;
}
.collection-template-product-item .card__price, .collection-template-product-item .card__availability {
    display: block;
    color: #CDB071;
}
.collections-list-filter-count-mobile {
    display: none;
}
.template-list-collections #shopify-section-collection-featured-blog .featured-blog {
    padding-top: unset; 
}
#shopify-section-collection-featured-blog .card__image {
    height: 315px;
}
.carousel-cell li img:hover {
    transform: scale(1.2);
}
.carousel-cell li img {
    transition: transform .2s;
}
.template-list-collections .scroll-icon {
    display: none;
}
.template-list-collections .content-for-layout {
    background-image: unset;
}
@media(max-width:768px) {
    .popup-footer-bar {
        height: 78px;
        padding: 8px;
    }
    .popup-footer-bar p {
        line-height: 21px;
    }
    div[data-js-popup-storage^="page"] .shopify-section .imgtxt_bgcolor-block.image-right .text {
        padding-left: 24px;
    }
    div[data-js-popup-storage^="page"] .shopify-section .imgtxt_bgcolor-block.image-right .text {
        padding-right: 23px;
    }
    div[data-js-popup-storage^="page"] .shopify-section .imgtxt_bgcolor-block.image-right .image, .shopify-section .imgtxt_bgcolor-section.image-right .image {
        padding-right: 0;
        padding-left: 0;
    }
    .collection-template .collection-template-product-list {
        display: block !important;
    }
    div[id$=__collection-list] .collection-template-product-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .collection-sub-title, .collection-paragraph, .collection-product-image, .collection-product-details, .collection-product-details-reorder {
        width: 100%;
        padding: 20px;
    }
    .collection-product-details-reorder .product-details-h-border,
    .collection-product-details .product-details-h-border {
        margin: 20px auto;
    }
    .collection-product-image-reorder .card__image-wrapper,
    .collection-product-image .card__image-wrapper {
        padding-top: 100% !important;
    }
    .collection-product-image-reorder .card__image-wrapper .card__image,
    .collection-product-image .card__image-wrapper .card__image {
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
    .collection-sub-title h2 {
        text-align: center;
    }
    #shopify-section-collection-template .animation-element--inner img {
        height: 540px;
        object-position: center;
        object-fit: cover;
    }
    .collection-template-description, .collection-template-product-list {
        margin: 0 auto !important;
    }
    .collection-template-product-list .col-6 {
        width: 100%;
    }
    .collection-product-details .product-details, .collection-product-details-reorder .product-details {
        transform: unset;
        margin-left: unset;
        margin-right: unset;
    }
    .collection-product-image-reorder {
        position: relative;
    }
    .product-list-table {
        display: table;
    }
    .product-list-table-header-group {
        display: table-header-group;
    }
    .product-list-table-footer-group {
        display: table-footer-group;
    }
    .collection-product-image-reorder {
        position: relative;
        width: 100%;
        margin-left: unset;
        padding: 0 20px;
    }
    .collection-template-h-border {
        display: none;
    }
    .collection-template-product-list > div, .collection-product-details-reorder > div {
        margin-top: 0;
    }
    .product-details h2 {
        font-size: 20px;
    }
    .product-details small { 
        font-size: 11px;
    }
    .shopify-section-product-recommendations {
        margin-top: 108px;
    }
    .product-recommendations__slide .card__wrapper {
        height: unset !important;
    }
    .product-recommendations__slider::-webkit-scrollbar {
        display: none; /* for Chrome, Safari, and Opera */
    }
    .product-recommendations__slider {
        overflow-x: scroll !important;
        padding: 0 20px !important;
        scroll-snap-type: x mandatory !important;
    }
    .product-recommendations__slide {
        max-width: 202px;
        scroll-snap-align: center !important;
    }
    .template-collection .product-recommendations__heading, .template-collection .product-recommendations__heading h2 {
        text-align: left;
    }
    .template-collection .product-recommendations__slider {
        justify-content: unset;
    }
    .collection-template-wrapper div.d-flex {
        display: block !important;
    }
    .collection-featured-image {
        min-width: 100%;
    }
    .carousel-cell {
        width: 202px;
        padding-right: 10px;
    }
    div[id$=__collection-list] .collection-list-title {
        font-size: 60px;
        line-height: 40px;
    }
    div[id$=__collection-list] .collection-product-list ul {
        padding-inline-start: 20px;
    }
    div[id$=__collection-list] .collection-list-title {
        bottom: 38.15px;
        right: 30px;
    }
    div[id$=__collection-list] .collection-list-filter {
        padding: 20px;
    }
    div[id$=__collection-list] .collection-product-list {
        height: 100%;
    }
    div[id$=__collection-list] .collections-list-filter-count, .collection-list-filter-title_tags {
        display: none;
    }
    div[id$=__collection-list] .collection-template-product-list > div, .collection-product-details-reorder > div {
        margin-top: 0;
    }
    div[id$=__collection-list] .collection-template-product-item {
        min-height: 0;
        padding: 20px 0;
    }
    div[id$=__collection-list] .collection-template-product-item .card__image-wrapper {
        margin-bottom: 0;
        margin-top: 0;
    }
    div[id$=__collection-list] .card__image {
        max-width: 100%;
        max-height: 100%;
    }
    div[id$=__collection-list] .collection-template-product-item .card__image-wrapper:before {
        max-width: 148px;
        max-height: 148px;
    }
    div[id$=__collection-list] .collection-template-product-item .card__wrapper:hover .card__image-wrapper:before {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
    }
    div[id$=__collection-list] .collection-template-product-list .card__image {
        width: 119px;
        height: 198px;
    }
    div[id$=__collection-list] .collection-template-product-item .card__info {
        padding: 0;
    }
    div[id$=__collection-list] .collection-template-product-item .card {
        max-width: 329px;
    }
    .collection-template-product-item--border-bottom {
        border-bottom: 0;
    }
    div[id$=__collection-list] .collection-template-product-item--border-corner {
        border-left: 0;
        border-bottom: 0;
        border-right: 0;
    }
    div[id$=__collection-list] .collection-template-product-item {
        border: 0;
        border-bottom: thin solid #000;
    }
    div[id$=__collection-list] div.collection-template-product-item:nth-child(1) {
        border-right: thin solid #000;
    }
    div[id$=__collection-list] div.collection-template-product-item:nth-child(3) {
        border-right: thin solid #000;
    }
    div[id$=__collection-list] div.collection-template-product-item:nth-child(5) {
        border-right: thin solid #000;
    }
    div[id$=__collection-list] div.collection-template-product-item:nth-child(7) {
        border-right: thin solid #000;
    }
    div[id$=__collection-list] div.collection-template-product-item:nth-child(9) {
        border-right: thin solid #000;
    }
    .carousel-blogs {
        margin-left: 20px;
    }
    .carousel-blogs-cell {
        padding-right: 26px;
    }
    .collection-blogs-list .card--article .card__info .card__name.h4 {
        min-height: 8px;
        line-height: 28px;
    }
    .collection-blogs-list .card--article .card__info {
        padding-top: 8px;
    }
    .collection-template-product-item .card__name {
        margin: 4px 18px;
        line-height: 21px;
        min-height: 41px;
    }
    div[id$=__collection-list] .collections-list-filter-count-mobile {
        display: block;
        margin-top: -4px;
        padding-left: 8px;
    }
     div[id$=__collection-list] .collection-list-filter-toggle {
        width: 30%;
    }
    div[id$=__collection-list] .collection-list-filter-title {
        width: 70%;
    }    
    div[id$=__collection-list] .collection-product-list h2 {
        margin-left: 20px;
    }
    div[id$=__collection-list] .collection-list .pagination {
        width: 88%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 28px;
    }
    .featured_blogs_title {
        padding-left: 18px;
    }
    #shopify-section-collection-template .collection-template-description {
        display: block !important;
        padding: 50px 0;
    }
    div[id$=__collection-list] .flickity-prev-next-button, #shopify-section-collection-template .flickity-prev-next-button, #shopify-section-collection-featured-blog .flickity-prev-next-button {
        display: none;
    }
 }

.team-list img,
.two-column-paragraph_img img, 
.product-preview-gallery,
.flex-footer__item--banner img,
.rimage__img { 
    height: auto;
}