/** Shopify CDN: Minification failed

Line 9:7 Expected identifier but found whitespace
Line 9:8 Unexpected "#212326BF"
Line 734:21 Expected identifier but found ":"

**/
/* Root */
--grey: #212326BF;
--black: #000;

/* Global Styles */
.h0, .h1, .h2, .h3, .h4, .h5 { letter-spacing: -1px !important}
a:not(.button), p { letter-spacing:  0.5px !important; }
.h1 { font-size: calc(var(--font-heading-scale) * 3rem) !important; }

h2.title { 
    font-family: 'Montserrat';
}

.rte.small {
    font-size: 90%;
}

.visually-hidden.block {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999999;
    overflow: unset;
    clip: unset;
    font-size: 0;
}

sticky-header.color-scheme-2 .Vtl-WishlistHeaderWrapper .Vtl-WishlistHeader__HeartIconWrapper {
   fill: white !important;
}

sticky-header.color-scheme-2 span.Vtl-WishlistHeader__HeartCounter {
    background-color: white !important;
    color: black !important;
}

sticky-header.color-scheme-2 .cart-count-bubble > span {
    color: black;
}

sticky-header.color-scheme-1 .header__icon--menu {
    border: none;
}

td.cart-item__totals.right {
    display: none;
}

.cart-item__name {
    font-family: 'Montserrat';
    font-size: 1.4rem;
}

h2.totals__total {
    font-family: 'Montserrat';
}

/* Page Width */
.page-width { padding: 0 4rem; }

/* Button Secondary */
.button--secondary {
    background-color: transparent;
    border-bottom: 1px solid rgb(var(--color-foreground));
    padding: 0;
    margin: 0;
    min-width: unset;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
}
.button { text-transform: uppercase; }
.button--secondary:before, 
.button--secondary:after {
    content: unset;
}

/* Icons */
summary .icon-caret {
    height: 1rem;
    right: 2.5rem;
}

/* Header */
.header-wrapper {
    position: absolute;
    width: 100%;
}

.articles .header-wrapper,
.cart .header-wrapper,
.policy .header-wrapper,
.search .header-wrapper {
    position: unset;
}

body:not(.index) .section-header:not(.scrolled-past-header) .header-wrapper,
.header-wrapper.color-scheme-2 {
    background-color: transparent;
}

.header-wrapper.color-scheme-1 .header__heading-logo-wrapper > img {
    filter: invert(1);
}

.header-wrapper--border-bottom {
    border-bottom: .1rem solid rgba(var(--color-foreground),.3);
}

body.product .header__icon--menu {
    border: none !important;
}

.header__icon-cart {
    position: relative;
}

.header__icon--menu {
    width: 3rem;
    height: 3rem;
}

.header__icon--menu svg {
    height: 1.4rem;
    width: 2rem;
}

.header__icon--menu[aria-expanded=true]:before {
    top: 0;
}

.header__icon--menu .icon-close {
    z-index: 999;
    left: 35rem;
    top: 2rem;
}

.header__icon--menu .icon-close > path {
    fill: black;
}

.menu-drawer__navigation-container {
    height: 100vh;
    overflow-y: scroll;
}

.menu-drawer__navigation-container::-webkit-scrollbar {
  display: none;               /* Chrome, Safari */
}

.menu-drawer__menu {
    display: flex;
    justify-content: space-between;
}

.menu-drawer__menu.has-submenu > li .menu-drawer__menu-item {
    padding: 1rem 2rem;
}

.menu-drawer__footer {
    position: sticky;
    bottom: 0;
    width: 100%;
    box-shadow: 0px -4px 50px 0px #00000033;
    background-color: white;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-drawer__footer .footer__selectors {
    margin: 0;
    justify-content: space-between;
}
.menu-drawer__footer #FooterLanguageForm, 
.menu-drawer__footer #FooterLanguageForm .disclosure__button {
    background-color: black;
    color: white;
}
.menu-drawer__info {
    text-align: center;
}
.menu-drawer__info .info-contact__title {
    font-family: 'Montserrat';
    font-size: 1.6rem;
    margin: 0;
}
.menu-drawer__info .info-contact__content {
    font-size: 1.2rem;
}
.menu-drawer__info .info-contact__content p {
    line-height: 1.5;
}
.menu-drawer__info .info-contact__item {
    line-height: 0;
}
.menu-drawer__info .info-contact__item a {
    display: block;
}
.menu-drawer__info .info-contact__text {
    font-size: 1.2rem;
}
.menu-drawer__info .info-contact__text a {
    color: CurrentColor;
    text-decoration: none;
}
.menu-drawer__info .info-contact__blocks {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 1.5rem;
}
.menu-drawer__info .info-contact__icon > img {
    width: 20px;
    height: 20px;
}
.footer__selectors .localization-form:only-child {
    margin: 0 !important;
}

/* Announcement Bar */
.announcement-bar-slider .svg-wrapper {
    width: 1.5rem;
    height: 1.5rem;
}

/* Image Banner */
.banner__buttons { margin-top: 0 !important; }

/* Collection List */
.cc-collection-list .card__information {
    display: flex;
    justify-content: space-between;
}

.cc-collection-list .card__information > a {
    display: block;
    flex-basis: 25%;
}

.cc-collection-list .card__heading > a {
    color: #2D2E2C;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: clamp(12px, 14px, 2vw);
    text-transform: uppercase;
}

.cc-collection-list .cta-wrap {
    font-weight: 300;
    text-transform: none;
    text-decoration: underline;
}

/* Collection Card */
.card__information {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 10px;
}

.card__wrap {
    flex-basis: 60%;
}

.card__information .card-information {
    width: unset;
}

.card__information .price {
    text-align: right;
}

.card__brand {
    font-weight: 600;
    text-transform: uppercase;
}

.card__information .card-information > .price {
    margin: 0 !important;
}

.card__information .card__heading { width: 100%; }

.card__information .card__heading,
.card__information .price__regular {
    font-family: 'Montserrat';
    font-weight: 300;
    color: var(--black);
}
/* Product Card */
.product-card-wrapper .card__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product-card-wrapper  .card__information {
    display: block;
}

.product-card-wrapper:hover .card__information a {
    text-decoration: none;
}

.product-card-wrapper .card__heading {
    margin-top: 1rem;
}

/* Multicolumn: Rectangle */
.media--rectangle {
    padding-bottom: 160px;
}

/* Product Tabs */
.product-tab__buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  border-bottom: 1px solid #ccc;
}

.product-tab__btn {
    flex-basis: calc(25% - 20px);
    background: none;
    border: none;
    padding: 12px 0;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-family: 'Montserrat';
    color: black;
}

.product-tab__btn.active {
  color: #000;
}

.product-tab__btn.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height :2px;
  background: #000;
}

.product-tab__content {
  display: none;
  padding-top: 20px;
}

.product-tab__content strong {
    font-weight: 600;
}

.product-tab__content.active {
  display: block;
}

/* Product Blocks */
.product__blocks {
    display: flex;
    gap: 1rem;
}

.product__blocks > div {
    flex-basis: calc(50% - .5rem);
    background-color: #EAE9E4;
    padding: 2rem;
    border-radius: 10px;
}

.product__wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.product__block-icon img {
    display: block;
}

.product__block-label {
    font-weight: 600;
    text-transform: uppercase;
}

.product__block-desc {
    font-size: 1.2rem;
}

.product__block-desc strong {
    font-weight: 600;
}

.product__blocks {
    margin-top: 3rem !important;
}

/* Product Size */
.product__size {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem !important;
}

.product__size-guide {
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;
}

/* Contact form */
.field:before,.select:before, .customer .field:before, .customer select:before, .localization-form__select:before,
.field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
    content: unset;
}

.field__input:focus, .select__select:focus, .customer .field input:focus, 
.customer select:focus, .localization-form__select:focus.localization-form__select:after {
    box-shadow: unset;
    border-radius: 0;
    padding-left: 1rem;
}

.field__input, .contact--form .customer .field input {
    padding-left: 1rem;
    border-bottom: 1px solid black;
    border-radius: 0;
    box-shadow: unset;
}

.field__label,  .contact--form .customer .field label {
    left: 1rem !important;
    font-size: 1.4rem;
    font-weight: 300;
}

.field .icon-caret {
    width: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem;
}

.contact--wrapper {
    display: flex;
    gap: 25rem;
}

.contact--information {
    flex-basis: 25%;
}

.contact--information > div {
    margin-bottom: 5rem;
}

.contact--icons {
    display: flex;
    gap: 4rem;
}

.contact--icon {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
}

.contact--icon > img {
    width: 30px;
    height: 30px;
}

.contact--info h3 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 2rem;
    text-transform: uppercase;
    margin: 3rem 0 1rem;
}

.contact--info p {
    color: #6C6C6C;
    margin: 0;
}

.contact--form {
    flex-basis: 55%;
    max-width: 585px;
}

.field--checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
}
.field.field--checkbox a {
    color: initial;
}
.field--checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #333;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    margin-top: 3px;
}
.field--checkbox input[type="checkbox"]:checked {
    background-color: #000;
    border-color: #000;
}

.field--checkbox input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 2px;
    left: 6px;
}

.field.field--checkbox label {
    flex-basis: calc(100% - 35px);
}

.contact__list-social {
    margin-top: 2rem;
    justify-content: flex-start !important;
    flex-direction: column;
}

.contact__list-social a {
    padding: 0;
    text-decoration: none;
}


.contact__list-social a svg path {
    fill: #6C6C6C;
    transition: all .5s ease;
}

.contact__list-social a:hover svg {
    transform: scale(1.1);
}

.contact__list-social a:hover svg path {
    fill: CurrentColor;
}

/* Consignment form */
.file-input {
  display:none;
}

.upload-field { margin-top: 4rem; }

.upload-box {
    width: 100%;
    border: 1px dashed black;
    border-radius: 12px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease;
}

.upload-box:hover {
    background: #f7f7f7;
}

.upload-icon {
    margin-bottom: 8px;
    color: #1c1c1c;
}

.upload-text {
    text-align: center;
    font-size:14px;
    color: #0B0B0B;
}

/* Slider Progress: Mobile */
.slider-progress {
    width: 100%;
    margin-top: 10px;
    padding: 0 1.5rem;
}

.slider-progress-bar {
    width: 100%;
    height: 1px;
    background: #ddd;
    position: relative;
}

/* Instagram
.instafeed-new-layout-wrapper {
    gap: 12px !important;
    grid-template-columns: repeat(4, 1fr) !important; 
} */

.slider-progress-fill {
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Country Selector */
.disclosure__list-wrapper {
    background-color: white !important;
    height: auto !important;
}

/* Footer */
.footer .newsletter-form, .footer .newsletter-form__field-wrapper {
    max-width: 100%;
}
.footer-block__newsletter,
.footer__copyright {
    text-align: left !important;
}

.footer-block__newsletter p {
    margin-top: 0;
}

.footer .newsletter-form__field-wrapper .field__label {
    font-size: 1.4rem;
}

.footer__copyright p {
    margin-bottom: 0;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.footer__content-top {
    padding-bottom: 0 !important;
}

/* Footer menus */
.footer-menu {
    margin-bottom: 1.5rem;
}

.footer-menu__title {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-weight: 500;
}

.footer-menu__content {
  display: none;
}

.footer__selectors {
    display: flex;
    align-items: center;
    margin: 5rem 0 0;
}

.footer__selectors .localization-form:only-child {
    display: block !important;
}

.footer__selectors .localization-form {
    padding: 0 !important;
}

.footer__selectors .localization-form:only-child .button, 
.footer__selectors .localization-form:only-child .localization-form__select {
    margin: 0 !important;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: unset !important;
    min-height: unset !important;
}

.footer__selectors .disclosure__button span {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer__selectors .disclosure__button img {
    height: 20px;
    border-radius: 100%;
    object-fit: cover;
}

#FooterLanguageForm {
    padding: .8rem 0 .8rem 1.2rem  !important;
    border-radius: 5px;
}

#FooterLanguageForm, #FooterLanguageForm .disclosure__button {
    background-color: white;
}

#FooterLanguageForm .disclosure__list-wrapper {
    left: -12px;
}

.footer__payments {
    margin-top: 5rem;:
}
.footer__payments ul.list.list-payment {
    justify-content: flex-start;
}

.footer__socials .h3 {
    font-family: 'Montserrat';
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 0;
}

.footer .footer__socials ul {
    flex-direction: column;
}

.footer .footer__socials .list-social__link {
    gap: .7rem;
    padding-left: 0;
    text-decoration: none;
    color: #4F1218;
}

.footer__list-social {
    justify-content: flex-start !important;
    gap: 2rem;
}

.footer__list-social a {
    padding: 0;
}

.footer__list-social a svg path {
    fill: #6C6C6C;
    transition: all .5s ease;
}

.footer__list-social a:hover svg {
    transform: scale(1.1);
}

.footer__list-social a:hover svg path {
    fill: CurrentColor;
}

.footer__contact-icon {
    position: fixed;
    bottom: 3rem;
    right: 4rem;
}

.footer__contact-icon a {
    display: flex;
    align-items: center;
    gap: .7rem;
    background-color: black;
    padding: 1rem 2rem;
    border-radius: 40px;
    color: white;
    text-decoration: none;
}

.Vtl-WishlistIcon__ProductPageWrapper {
    top: 10% !important;
    width: max-content !important;
    height: auto !important;
}

.price__regular,
.price__sale  {
    display: none !important;
}

@media (min-width: 750px) and (max-width: 1200px) {
    .contact--wrapper {
        display: flex;
        gap: 10rem;
    }
    .contact--information {
        flex-basis: 50%;
    }

    .contact--form {
        flex-basis: 50%;
        max-width: unset;
    }
}

@media (min-width: 750px) {
    .footer__flex {
        display: flex;
        gap: 4rem;
    }
}

@media (max-width: 749px) {
    .page-width { padding: 0 1.5rem; }

    h2.title {
        margin-bottom: 0 !important;
    }

    .header {
        grid-template-columns: 1fr 4.5fr 1fr;
    }

    .title-wrapper-with-link > a {
        color: inherit;
        font-size: 1.4rem !important;
    }
    

    /* Menu Drawer */
    .menu-drawer__navigation-container {
        height: var(--viewport-height);
    }


    .contact--wrapper {
        flex-wrap: wrap;
        gap: 3rem;
    }

    .contact--wrapper > div {
        flex-basis: 100%;
    }

    .header__icon--menu .icon-close {
        left: unset;
        right: 2rem;
    }

    /* Image with text */
    .image-with-text__meta {
        flex-wrap: wrap;
        flex-direction: column;
        width: 100% !important;
    }

    .image-with-text__content {
        padding: 2rem !important;
    }

    /* Product page */
    .product-tab__buttons {
        justify-content: flex-start;
        overflow-x: scroll;

    }

    .product-tab__buttons::-webkit-scrollbar {
        display: none;
    }

    /* Product card */
    .card__brand, 
    .card__heading a {
        font-size: 1.2rem;
    }

    /* Product */
    body.product .header-wrapper {
        background: white !important;
        position: unset !important;
    }

    body.product .header__icon--menu {
        border-radius: 0 !important;
        border: unset !important;
    }

    .product__blocks{
        flex-wrap: wrap;
    }

    .product__blocks > div {
        flex-basis: 80%;
    }

    .product-card-wrapper .card__heading {
        margin-top: .5rem;
    }

    .cc-instagram .multicolumn-list.slider {
        display: grid !important;
        grid-template-rows: repeat(2, auto);

        grid-auto-flow: column;
        grid-auto-columns: 45%;

        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 1rem !important;
    }

    .cc-instagram .multicolumn-list .multicolumn-list__item  {
        width: 100% !important;
        scroll-snap-align: start;
        margin: 0 1.6rem !important;
    }

    /* Contact Us */
    .contact--icons {
        justify-content: center;
    }

    /* Instafeed */
    .instafeed-new-layout-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .instafeed-new-layout-item {
        width: 100% !important;
        aspect-ratio: 1/1 !important;
        height: unset !important;
    }

    /* Footer */
    .footer {
        padding-top: 3rem !important;
        padding-bottom: 2rem !important;
    }
    .footer__content-top {
        padding: 0 2rem !important
    }

    .footer__blocks-wrapper.grid {
        display: flex !important;
        flex-wrap: wrap;
        margin-bottom: 0 !important;
    }

   .footer__blocks-wrapper.grid .footer-block--menu {
        order: 2;
    }

    .footer-block.grid__item, .footer-block-image {
        margin: 0 !important;
    }

    .footer__contact-icon {
        bottom: 1rem !important;
        right: 1rem !important;
    }

    .ht-tms--float {
        bottom: 1rem !important;
        left: 1rem !important;
    }


    .footer__flex {
        margin-top: 4rem;
    }

    .footer__flex .footer__socials {
        margin-top: 6rem;
    }

    .footer__payments, .footer__copyright {
        margin-top: 3rem !important;
    }

    /* Wishlist */
    .Vtl-WishlistHeaderWrapper {
        display: none !important;
    }

    .Vtl-WishlistIcon__ProductPageWrapper {
        top: 3% !important;
        left: 87% !important;
    }
}

.ht-tms--float {
    z-index: 2 !important;
}

.ht-tms-single-dropdown__dropdown-wrapper > *:nth-child(n+7) {
  display: none !important;
}

.footer__selectors a.Vtl-WishlistHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
}

/* Search */
.template-search__query {
    font-family: 'Montserrat';
    font-weight: 200;
}

svg.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.menu-drawer .search-modal.modal__content.gradient {
    position: fixed;
}