/** Shopify CDN: Minification failed

Line 95:21 Expected ":"

**/
/* @font-face {
  font-family: Alissan-font;
  src: url(/cdn/shop/files/ALISSAN.OTF?v=1759900105);
}
@font-face {
  font-family: Philosopher-font;
  src: url(/cdn/shop/files/PHILOSOPHER-REGULAR.TTF?v=1759900138);
} */

@font-face {
  font-family: Amalfi Coast;
  src: url(/cdn/shop/files/Amalfi_Coast.ttf?v=1768542852);
}

@font-face {
  font-family: Brogte;
  src: url(/cdn/shop/files/Brogte.otf?v=1768543436);
} 

@font-face {
  font-family: Bodoni MT regular;
  src: url(/cdn/shop/files/Amalfi_Coast_f49d86c8-f086-4d46-8a45-c628c10e7d37.ttf?v=1768566261);
} 

@font-face {
  font-family: Basics Serif Free;
  src: url(/cdn/shop/files/Basics_Serif_-_Free.ttf?v=1768643118);
}

.j-center{
    justify-content: center;
}
.ta-center{
    text-align: center;
}
.button.button--primary:hover, .cart__checkout-button.button:hover, .collection__view-all .button:hover{
    background: transparent;
    color: #472756;
}
/* h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5
{
    font-family: Alissan-font;
    font-weight: 600; 
} */
/* p, span, a{
      font-family: Philosopher-font !important;

} */
.heading.title.h1{
    margin-top: 0;
}

/* HEADER */

.svg-wrapper.cst-cart, .svg-wrapper.cst-account{
    height: 21px;
    width: 21px;
}
.svg-wrapper.cst-search svg{
    height: 26px;
    width: 26px;
}
.cst-header .header__menu-item{
    /* color: rgba(var(--color-foreground)); */
    font-size: 12px;
    /* font-weight: 600; */
    text-transform: uppercase;
}
.cst-header .header__menu-item span{
    color: rgba(var(--color-foreground));
}

/* slideshow */
.slideshow__controls.cst-slideshow__controls{
    position: absolute;
    top: 50%;
    justify-content: space-between;
    width: 100%;
    border: none;
    padding: 0 20px;s
}

.slideshow__controls.cst-slideshow__controls .slider-button{
    background-color:#472756;
    border-radius: 50%;

}
.slideshow__controls.cst-slideshow__controls .slider-counter.slider-counter--dots, .slideshow__controls.cst-slideshow__controls .slideshow__autoplay.slider-button{
    display: none;
}

 .slideshow__controls.cst-slideshow__controls .slider-button .svg-wrapper{
    color: #fff;
 }
 .cst-slideshow-caption-text{
    position: relative;
    padding: 7px 0;
    font-size: 20px;
 }
 .cst-slideshow-caption-text::before,
 .cst-slideshow-caption-text::after{
      content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1.8px;
  background-color: rgba(71, 39, 86, 1);
    background: linear-gradient(to right, transparent, rgba(71, 39, 86, 1), transparent);

 }
 .cst-slideshow-caption-text::before{
    top: 0;
 }
 .cst-slideshow-caption-text::after{
    bottom: 0;
 }
 .banner__text.banner-heading{
font-size: 20px;
    color: rgba(var(--color-foreground));

 }
 .banner__heading {
    font-weight: 100;
 }


/* COLLECTION LIST */

/* .cst-collection-list-wrapper .card__button-wrapper{
    top: 100%;
    margin-top: 10px;
} */
.collection-list-wrapper.cst-collection-list-wrapper .card__inner .card__media{
    border-radius: 50%;
 }
 .collection-list-wrapper.cst-collection-list-wrapper .card__inner{
    width: 95%;
 }
 /* .collection-list-wrapper.cst-collection-list-wrapper .card__inner .card__media img{
    filter: brightness(0.8);
 } */
.cst-collection-list-wrapper .card__button-wrapper a{
    text-transform: uppercase;
    color: #472756;
    text-decoration: none;
    /* font-size: 20px; */
    font-size: 14px;
    /* font-weight: 600; */
}

/* .product-card-wrapper.underline-links-hover:hover a{
    text-decoration: none;
} */

.cart-item__quantity-wrapper cart-remove-button .button:not([disabled]) {
    color: rgb(var(--color-foreground));
}
/* .card-inner-cont{
    position: relative;
}
.cst-add-cart{
    position: absolute;
    bottom: 2%;
    right: 4%;
    z-index: 2;
}
.cst-add-cart .quick-add__submit.button{
    border-radius: 50%;
    height: 45px;
    width: 45px;
    padding-bottom: .4rem;
    background-color: #fff !important;
}
.cst-add-cart .quick-add__submit.button::after{
    box-shadow: none;
} */
 .card__content .card--card .quick-add{
    margin: 0 0 1rem;
 }
.card__button-wrapper.cst-card__button-wrapper{
    position: unset;
    transform: unset;
    margin-top : 15px;
}
.slider-buttons.cst-slider-buttons{
    top: 38%;
    width: 100%;
    justify-content: space-between;
    padding: 0 10px;
    position: absolute;
}
.slider-buttons.cst-slider-buttons .slider-button{
    background-color: #472756;
    border-radius: 50%;
    width: 38px;
    height: 38px;
}
.slider-buttons.cst-slider-buttons .slider-counter.caption{
    display: none;
}
.slider-buttons.cst-slider-buttons .slider-button .svg-wrapper{
    color: #fff;
}
.slider-buttons.cst-slider-buttons .slider-button[disabled] .icon {
    color: rgba(252, 252, 252);
}


/* featured tab */
.collection__title.collection__title-with-tabs{
    display: flex;
    justify-content: space-between;
        align-items: center;
}
.product-card-wrapper .card .card__content .card__heading a{
    font-size: 15px;
}
.custom_tab_buttons .tab_button{
     font-family: Philosopher-font;
}



/* footer */
.footer-block--newsletter.cst-footer-block--newsletter{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-block--newsletter.cst-footer-block--newsletter .footer-block__newsletter{
    width: 100%;
    text-align: left;

}
h2.footer-block__heading.social-heading.inline-richtext {
    margin-top: 20px;
    /* margin-bottom: 1rem; */
}
.cst-footer-social .list-social__item{
    border-radius: 50%;
    border: 1px solid #472756;
}
.cst-footer-social .list-social{
    gap: 10px;
}
.cst-footer-social .list-social__item .list-social__link {
    padding: 9px;
}

.jdgm-write-rev-link.jdgm-write-rev-link{
    background-color: #472756 !important;
        border-color: #472756 !important;
}
.footer .footer__copyright{
    margin-top: 0;
}
.footer__content-bottom-wrapper{
    justify-content: center;
}
/* footer .footer__content-bottom{
    padding-top: 20px;
    opacity: 1 !important;
} */

.cst-svg-text{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}
.cst-svg-text svg{
        width: 25px;
    height: 25px;
    align-self: baseline;
}
.cst-svg-text h2{
    margin-bottom: 0;
}
.support_info{
    margin-bottom: 20px;
}


/* collection page */

.collection-list .collection-list__item .card-wrapper a{
    text-decoration: none;
    color: #472756;
}
.collection-list.grid{
    margin-bottom: 32px;
}

#rollingSearch::placeholder{
    display: block;
    opacity: 1;
    color: black;
}
#rollingSearch:focus, #rollingSearchMain:focus {
    padding: 1.5rem;
}
#rollingSearchMain::placeholder{
    display: block;
    opacity: 1;
    color: black;
}

/* product page */
.icon-with-text.icon-with-text--horizontal{
    display: flex;
    justify-content: normal; 
    column-gap: 5rem;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 3rem;

}
.icon-with-text.icon-with-text--horizontal .icon-with-text__item{
    width: auto;
}
.icon-with-text.icon-with-text--horizontal .icon-with-text__item:last-child img{
    width: 45px;
}


/* policies */
.shopify-policy__container{
    padding-left: 5rem;
    padding-right: 5rem;
    max-width: var(--page-width);
}

/* reviews */
.jdgm-card-content .jdgm-stars{
    display: none;
}
.jdgm-title{
font-weight: 600 !important;
font-size: calc(var(--font-heading-scale) * 2.4rem) !important;

}


.xb-wishlist-header-auto__svg svg {
    fill: black !important;
    stroke-width: 2px;
    stroke: black;
}

/* media query */
@media screen and (min-width: 990px) {
    .cst-header.header--middle-left {
        grid-template-columns: auto auto auto;
    }
}
@media screen and (min-width: 750px){
   .shopify-policy__container{
        padding-left: 3.2rem;
        padding-right: 3.2rem;
} 
.slideshow__text.banner__box {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
 }
}

@media screen and (max-width: 750px){
    .slideshow__controls.cst-slideshow__controls{
        top: 30%;
    }
    .slideshow__text.banner__box {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
 }
 .slideshow__controls.cst-slideshow__controls .slider-button{
   width: 35px;
    height: 35px;
}
.cst-slideshow-caption-text {
    padding: 4px 0;
    font-size: 15px;
}
.cst-slideshow .banner__heading{
    font-size: 35px;
    font-weight: 600;
}
.banner__text.banner-heading{
    font-size: 18px;
}
.footer .footer__content-top{
    padding-bottom: 0;
}
.footer__content-bottom-wrapper{
    padding-top: 1rem;
}
.icon-with-text.icon-with-text--horizontal{
    column-gap: 3rem;
}
.icon-with-text.icon-with-text--horizontal{
justify-content: center;
}
.image-with-text__text-item .image-with-text__content{
    padding: 4rem calc(1rem / var(--font-body-scale)) 0rem;
}
}

@media screen and (max-width: 450px){
.icon-with-text.icon-with-text--horizontal .icon-with-text__item .h4{
    font-size: calc(var(--font-heading-scale) * 1.2rem);
}

}

/* color: #4b2559; */

/* .card__information .card__heading a:after{
    z-index: 9;
}    */
/* xb-wishlist-button-collection {
    z-index: 9;
  }
xb-wishlist-button-collection .xb-wishlist-button-collection {
  z-index: 2!important;
} */


/* xb-wishlist-page .xb-wishlist-page{
  background-color: #FFF9F2 !important;
} */

/* .xb-wishlist-modal-save-for-later {
  background-color: #FFF9F2 !important;
}

.xb-wishlist-modal-save-for-later__button--cancel {
    background-color: #472756 !important;
    color: white !important;
    border-radius: 0 !important;
}

.xb-wishlist-modal-save-for-later__button--save {
    background-color: transparent !important;
    color: #472756 !important;
    border: 1px solid #472756 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
} */

.quantity__button.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}
.quantity__button {
  transition: opacity 0.2s ease;
}
