/** Shopify CDN: Minification failed

Line 770:62 Unexpected "{"

**/
    @font-face {
      font-family: 'Bona Nova';
      src: url('/cdn/shop/files/BonaNova.woff2?v=1769173648') format('woff2');
      font-weight: normal;
      font-style: normal;
    }  
    @font-face {
        font-family: 'Bona Nova';
        src: url('/cdn/shop/files/BonaNova-Bold.woff2?v=1769173788') format('woff2');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }    
    @font-face {
      font-family: 'Poppins 300';
      src: url('/cdn/shop/files/Poppins-Light300.woff2?v=1769959189') format('woff2');
      font-weight: normal;
      font-style: normal;
    }
    @font-face {
      font-family: 'Poppins 500';
      src: url('/cdn/shop/files/Poppins-Medium500.woff2?v=1770103728') format('woff2');
      font-weight: normal;
      font-style: normal;
    }
    @font-face {
      font-family: 'Cormorant Garamond';
      src: url('/cdn/shop/files/CormorantGaramond-Regular.woff2') format('woff2');
      font-weight: normal;
      font-style: normal;
    }


.button, .button-label, .shopify-challenge__button, .customer button {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
}


main#MainContent {
    background: #d2e8ff;
}



@media(max-width:768px){
.button, .button-label, .shopify-challenge__button, .customer button {
    font-size: 12px;
}
}
/* =================================== Header CSS =================================== */
/* summary.header__icon.header__icon--menu.header__icon--summary.link.focus-inset {
    background: #74080e;
    border-radius: 100px;
} */
/* .header__icon--menu .icon {
    color: #d1e8ff;
} */
.custom-header__icons.header__icons {
    gap: 2rem;
}
/* .custom-cart-icon {
    background: #74080e;
    border-radius: 50px;
} */
.custom-cart-icon.header__icon .svg-wrapper {
    width: 18px;
    height: 20px;
}
/* a.custom-account-icon.header__icon.header__icon--account {
    background: #74080e;
    border-radius: 50px;
} */
.custom-account-icon.header__icon .svg-wrapper {
    width: 18px;
    height: 20px;
}

.custom-hamburger.header__icon .icon {
    height: 14px;
    width: 20px;
}
.menu-drawer__utility-links {
    display: none;
}



.menu-drawer__navigation-container {
    display: flex!important;
    gap: 3em;
}
.custom-image-drawer {
    width: 76%;
    margin: 10px 30px;
}
.custom-image-drawer img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}
@media(max-width:768px){
/* .header {
    background: #d1e8ff;
} */
}
@media(max-width:749px){
.menu-drawer__navigation-container {
    flex-direction: column;
    gap: 0em;
}
.menu-drawer__utility-links {
    display: none;
}
}
@media(max-width:500px){
.custom-image-drawer img {
    height: 250px;
    border-radius: 15px;
}
}
@media(max-width:425px){
.custom-header__icons.header__icons {
    gap: 0rem;
}
.header__icons {
    padding-right: 0;
}
.header {
    padding: 6px 2rem 6px 3rem;
}
.custom-image-drawer img {
        height: 200px;
        border-radius: 15px;
    }
}

/* =================================== Featured Collection CSS =================================== */
.custom-card_content .card__heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    font-family: Bona Nova;
    /* min-height: 48px; */
}
.custom-card_content a {
    text-decoration: none;
}
.custom-card_content h5 {
    width: 100%;
    text-align: center;
    padding: 12px 5px;
    background: #74080e;
    color: #D2E8FF;
    border-radius: 8px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    margin: 6px 0;
}
.cp-notes {
    margin-top: 12px;
    padding-bottom: 2px;
}
.cp-notes h6 {
    margin: 0;
    font-family: 'Poppins 500';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: black;
}
.cp-notes p {
    margin: 0;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #74080e;
}

.pp-hover {
    position: absolute;
    right: 0;
    max-width: 50px;
    padding: 5px;
}
.pp-hover img {
    width: 100%;
}
.pp-hover {
    display: none;
}
@media(max-width:748px){
.custom-card_content .card__heading {
    font-size: 14px;
    line-height: 17px;
}
.custom-card_content h5 {
    width: 100%;
    padding: 8px 0px;
    background: #74080e;
    color: #d2e8ff;
    border-radius: 4px;
    font-size: 10px;
    line-height: 100%;
    margin: 8px 0;
}
.cp-notes h6 {
    font-weight: 600;
    font-size: 11px;
    color: #000;
}
.cp-notes p {
    font-size: 12px;
    line-height: 135%;
    color: #74080e;
}

.pp-hover {
    display: block;
}
.pp-hover {
    max-width: 30px;
    padding: 4px;
}
}


/* =================================== Scroller CSS =================================== */
:root {
  --scrolling-content--animation-speed: 10s;
  --scrolling-content--gap: 40px;
  --spacing--block: 50px; /* Default fallback value */
  --spacing--item: 50px; /* Default fallback value */
}

.scrolling-content--blocks {
  display: flex;
  position: relative;
  gap: var(--scrolling-content--gap);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
  overflow: hidden;
}

.scrolling-content--container {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: var(--scrolling-content--gap);
  animation: scrolling-content var(--scrolling-content--animation-speed) linear
    infinite;
  animation-play-state: running;
}

.scrolling-content--root {
  position: relative;
  overflow: hidden;
  justify-content: center;
  padding: 16px;
  display: flex;
}
.scrolling-content--block {
  display: flex;
  align-content: center;
  justify-content: space-between;
  gap: var(--scrolling-content--gap);
}
.scrolling-content--block-wrapper {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.04em;
  color: #f6f6f5;
}
@keyframes shine {
  to {
    left: 100%;
  }
}

@keyframes scrolling-content {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--spacing--block)));
  }
}

@keyframes scrolling-content-mobile {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--spacing--item)));
  }
}


/*  */

.image-with-text__heading {
    margin-bottom: 0;
    font-family: Bona Nova;
    font-weight: 700;
    font-size: 40px;
    line-height: 48x;
    letter-spacing: 0;
}
.image-with-text__text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32.74px;
    letter-spacing: 0;
    text-align: center;
    color: #4E2511;
    font-family: 'Poppins';
}

@media screen and (min-width: 750px) {
.image-with-text__media-item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2)!important;
}
.image-with-text__text-item {
    width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2)!important;
}
}
@media(max-width:748px){
.custom-img_1wt {
    height: 400px;
}
.image-with-text__heading {
    font-family: Bona Nova;
    font-weight: 700;
    font-size: 22px;
    line-height: 33.92px;
}
.image-with-text__text p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 18.66px;
    text-align: center;
}
}


/* =================================== Footer CSS =================================== */
.custom-footer__content-top.footer__content-top.page-width {
    display: flex;
    justify-content: center;
    gap: 10em;
    padding: auto 9rem;
}
.custom-footer-logo {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.custom-footer-logo p {
    margin: 0;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16.67px;
    line-height: 23.33px;
    text-align: center;
    color: #D2E8FF;
}
.custom-footer-logo img {
    max-width: 220px;
}

.custom-footer-logo span {
    font-family: 'Cormorant Garamond';
    font-weight: 400;
    font-size: 32.5px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #d2e8ff;
}
.custom-footer-social {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2em;
}
.custom-footer__blocks.footer__blocks-wrapper {
    width: 40%;
}
.custom-footer-bottom {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 20px 3em;
    display: flex;
    justify-content: space-between;
}
.custom-footer-bottom p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 16.67px;
    color: #D2E8FF;
    margin: 0;
}
.custom-footer-bottom p.cfbamp {
    margin-right: 65px;
}
.custom-footer__blocks a {
    padding: 0px 0!important;
    color: #C6D9F2 !important;
}
.custom-footer__blocks .footer-block__heading {
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 19px;
}
.custom-footer-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
@media(max-width:1200px){
  .custom-footer__content-top.footer__content-top.page-width {
    gap: 1em;
}
.custom-footer__blocks li a {
    line-height: normal;
}
.custom-footer-bottom p {
    font-size: 12px;
}
.custom-footer-bottom {
    padding: 0 75px 3em;
}
}
@media(max-width:768px){
.custom-footer__content-top.footer__content-top.page-width {
    flex-direction: column;
    gap: 2em;
}
.custom-footer-logo {
    width: 100%;
}
.custom-footer-social {
    width: 100%;
}
.custom-footer__blocks.footer__blocks-wrapper {
    width: 100%;
    padding: 0 30px;
}
.custom-footer__blocks {
    display: flex !important;
    flex-direction: row;
    align-items: flex-start;
    margin: 0;
}
.custom-footer__blocks .footer-block {
    width: 49% !important;
    margin: 0 !important;
}
.custom-footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 0 20px 3em;
    flex-direction: column-reverse;
}
.custom-footer-bottom p {
    font-size: 10px;
    line-height: 14px;
    color: #d2e8ff;
    margin: 0;
    text-align: center;
}
.custom-footer-bottom p.cfbamp {
    margin-right: 0px;
}
}



/* ====================== Product Card ====================== */


.notes-label {
      margin-top: 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000000;
    font-family: 'Poppins 500';
}

.notes-text {
  color: #7a0000;
  font-weight: 500;
}

.size-options {
  display: flex;
  margin-top: 6px;
  border-radius: 6px;
  overflow: hidden;
}


.size-btn {
  border: 1px solid #7a0000;
  padding: 8px 16px;
  cursor: pointer;
  background: #D2E8FF;
  font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #74070E;
    font-family: Poppins;
    font-size: 14.89px;
}

.size-btn.active {
  background: #7a0000;
  color: #d1e8ff;
}
.add-to-cart {
  margin-top: 5px;
  width: 100%;
  padding: 14px;
  border: 1.86px solid #74070E;
  background: transparent;
  cursor: pointer;
      opacity: 1;
    border-radius: 11.17px;
    font-weight: 600;
    font-size: 16.75px;
    line-height: 100%;
    letter-spacing: 0;
    color: #74070E;
    font-family: 'Poppins 500';
}

.card-custom-variant-wrap{
    display: flex;
    align-items: end;
    justify-content: space-between;
}

button.size-btn:first-child {
    border-radius: 6px 0 0 6px;
}
button.size-btn:last-child {
    border-radius: 0 6px 6px 0;
}
.price {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px!important;
    line-height: 1;
    letter-spacing: 0;
}

.card__heading a:after{
  content:none!important;
}
button.add-to-cart:hover {
    background: #74080e;
    color: #ffffff;
}


.hover-specs {
    display: none !important;
    align-items: center;
    justify-content: center;
    background-color: #d2e8ffb8;
    opacity: 1;
}
.hover-specs-wrap {
    width: 80%;
}
.hover-specs-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid;
    align-items: flex-start;
    gap: 2em;
}
.hover-specs-item:first-child{
  border-top: none;
}
.card__inner:hover .hover-specs {
    display: flex !important;
}

.hover-specs-item p {
    margin: 15px 0;
    font-weight: 600;
    color: #74070e;
    font-family: Poppins;
    line-height: 140%;
    letter-spacing: 0;
    font-size: 16px;
}
.hover-specs-item p:last-child {
    text-align: right;
}





.image-with-text__content .image-with-text__text+.button {
    margin-top: 3rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    font-family: Poppins;
}

.menu-drawer__menu-item{
    padding: 1.1rem 3rem;
    text-decoration: none;
    font-family: Bona Nova;
    font-weight: 400;
    font-size: 30px!important;
    line-height: 100% !important;
    letter-spacing: 0;
}


@media(max-width:768px){
    .menu-drawer__menu-item{
        font-size: 24px!important;
    }
.notes-label {
        margin-top: 0px;
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 0;
        color: #000;
}
.card-custom-variant-size {
    width: 70%;
}
.card-custom-variant-wrap .price {
    width: 30%;
}
.size-btn {
    border: 1px solid #7a0000;
    padding: 6px 10px;
    cursor: pointer;
    background: #d2e8ff;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #74070e;
    font-family: Poppins;
    font-size: 10px;
}
button.size-btn:first-child {
    /* border-radius: 4px 0 0 4px; */
}
.card-custom-variant-wrap .price {
        font-size: 16px !important;
        letter-spacing: 0px !important;
        text-align: end;
        padding-right: 20px;
}
.add-to-cart {
    margin-top: 5px;
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #74070E;
    background: transparent;
    cursor: pointer;
    opacity: 1;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    color: #74070e;
    font-family: Poppins;
}
.image-with-text__content .image-with-text__text+.button {
    font-size: 12px;
    margin-top: 1rem !important;
}

.hover-specs-item p {
    margin: 10px 0;
    font-size: 12px;
}
}

@media(max-width:550px){
.hover-specs-item p {
    margin: 8px 0;
    font-size: 8px;
}
.card-custom-variant-wrap .price {
    font-size: 14px !important;
    padding-right: 10px;
}
}
@media(max-width:400px){
    .custom-card_content h5 {
        width: 98%
    }


}
@media(max-width:380px){
.card-custom-variant-wrap .price {
    font-size: 12px !important;
    padding-right: 0px;
}
}

@media(max-width:375px){
.hover-specs-item p {
    margin: 6px 0;
    font-size: 6px;
}

}


.load-more-wrap{
  margin-top: 60px;
  text-align: center;
}

.load-more-wrap img{
  max-width: 25px;
}

ul.pagination{
  display: none !important;
}


/* Account Drawer */
.field:hover.field:after, .customer .field:hover.field:after, {
    box-shadow: unset!important;
    outline: 0;
    border-radius: var(--inputs-radius);
}

.field input:focus {
    box-shadow: unset!important;
    outline: 0;
    border-radius: var(--inputs-radius);
}
.field {
    border-radius: 10px;
}
input {
    border-radius: 10px !important;
}
.epi-newsletter-container input {
    border-radius: 0px !important;
}
button.customer-btn {
    background: white;
    color: black;
}

.customer button:after {
    content: unset;
}



/* ========================= Product Page ========================= */
img.image-magnify-hover {
    border-radius: 10px;
}
.product__title h1 {
    font-family: Bona Nova;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    margin-top: 20px;
}
label.custom-lable {
    padding: 17px 2px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    width: 100%;
}
.custom-fieldset {
    display: flex!important;
}
.custom-label-radius {
    width: 100%;
}
.custom-fieldset .custom-label-radius:first-of-type label {
    border-top-left-radius: 8px!important;
    border-bottom-left-radius: 8px!important;
    overflow: hidden;
}
.custom-fieldset .custom-label-radius:last-of-type label{
    border-top-right-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
    overflow: hidden;
}
.custom-fieldset .custom-label-radius label{
    background: #D2E8FF;
}
.product-form__input--pill input[type=radio]+label {
    background-color: #D2E8FF!important;
}
.product-form__input--pill input[type=radio]:checked+label {
    background-color: rgb(var(--color-foreground)) !important;
    color: #D2E8FF!important;
}
label.custom-quantity_label.quantity__label.form__label {
    display: none;
}
.custom-ppi quantity-input.quantity {
    width: 100%;
    background: #74080e;
    padding: 0px 30px;
    border-radius: 10px;
}
.custom-ppi .quantity__input:focus-visible {
    background-color: rgb(116 8 14);
    z-index: 2;
    outline: none;
    box-shadow: none;
}
.custom-ppi button.quantity__button {
    color: #d1e8ff;
    padding: 15px 0;
}
.custom-ppi .quantity__button .svg-wrapper {
    width: 18px;
    pointer-events: none;
}
.custom-ppi .quantity__input {
    color: rgb(209 232 255);
}
.custom-pfw {
    min-width: unset!important;
    max-width: 48% !important;
}
.custom-pp-info {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}
.custom_variant-option-pp {
    width: 52%;
    padding-left: 18px;
    margin: 0 !important;
    padding-top: 9px;
}
.custom_variant-option-pp legend.form__label {
    display: none;
}
.custom-pp-price {
    width: 100%;
    margin: 15px 0 0 0 !important;
}
product-form.product-form {
    margin: 0 !important;
}
div#appstle_subscription_widget0 {
    margin: 0;
}
.custom-pp-info > div:nth-last-of-type(1) {
    width: 100%;
}
.custom-pp-info .product-form__buttons {
    width: 100%!important;
    max-width: unset !important;

}

.custom-pp-buynow button {
    background: none;
    color: #74080e;
}
.custom-pp-buynow button:hover {
    background: #74080e;
    color: white;

}
.product__media.media.media--transparent {
    border-radius: 19px;
}
.product-media-container {
    border-radius: 20px!important;
}
.custom-pp-buynow .button--full-width {
    height: 55px;
}
.appstle_subscription_final_price {
    color: #74080e!important;
}
.appstle_subscription_save {
    margin-left: 10px;
    padding: 2px 6px;
    border: 1px solid #d1e8ff!important;
    background: #d1e8ff!important;
    font-size: 10px;
    color: #74080e!important;
    font-weight: bold;
    display: inline;
    position: relative;
    top: 0px;
    letter-spacing: 1px;
    border-radius: 50px!important;
    font-weight: 700;
}
.price__regular span.price-item.price-item--regular {
    font-size: 28px;
}
body #appstle_subscription_widget0 .appstle_tooltip .appstle_tooltip_appstle {
    display: none !important;
    visibility: hidden !important;
}

@media(max-width:950px){
.custom-ppi quantity-input.quantity {
    padding: 0px 0px;
}
}

@media(max-width:768px){
.custom_variant-option-pp {
    padding-left: 10px;
}
.custom-pp-price {
    margin: 0px 0 0 0 !important;
}
.product__title h1 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.custom-pp-buynow .button {
    font-size: 16px;
}
.custom-pp-info .product__title {
    word-break: break-word;
    margin-bottom: 0 !important;
}
}


@media(max-width:749px){
    .product__media img.image-magnify-hover {
        border-radius: 16px!important;
    }    
    .product-media-container {
        max-width: 100%;
        border-radius: 17px!important;
    }
    .product__media img.image-magnify-none {
        border-radius: 16px!important;
    }
    .slider-buttons.quick-add-hidden {
        display: none;
    }
    .custom_variant-option-pp {
        padding-left: 20px;
    }
    .product-media-container {
        --ratio-percent: calc(1 / var(--aspect-ratio) * 70%)!important;
    }    

}

@media(max-width:500px){
    .custom_variant-option-pp {
        padding-left: 15px;
    }
}

@media(max-width:425px){
    .custom_variant-option-pp {
        padding-left: 13px;
    }
}

/* Account Drawer After Login */
.customer-drawer__content h1.customer__title {
    font-size: 30px;
    margin: 0;
}
.customer-drawer__content a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white;
}
.customer-drawer__content .svg-wrapper {
    width: 20px;
    height: 15px;
    padding-top: 5px;
}
.customer-drawer__content a svg path {
  fill: white;
}
.customer-drawer__content h2 {
    color: white;
    font-size: 22px;
}
.customer-drawer__content h3 {
    margin: 0;
    color: white;
    font-size: 14px;
    font-family: 'Poppins 300';
    display: none;
}
.customer-drawer__content p {
    font-size: 12px;
    color: white;
    margin: 0;
    font-family: 'Poppins 300';
    line-height: normal;
    margin-bottom: 10px;
}

/* ==================== Default Page CSS ==================== */
.custom-page-default {
    max-width: 1300px;
    padding: 30px 10px;
}
.custom-page-default h1.main-page-title.page-title.h0 {
    font-size: 28px;
    color: #74080e;
    margin: 0;
    font-weight: 600;
}
.custom-page-default p {
    color: #74080e;
    letter-spacing: 0;
    font-size: 16px;
    line-height: normal;
    text-align: justify;
    margin: 0;
    padding-bottom: 20px;
}
.custom-page-default h1 {
    font-size: 26px;
    color: #74080e;
    font-family: 'Poppins 500';
    margin: 0;
}
.custom-page-default h2 {
    font-size: 24px;
    color: #74080e;
    font-family: 'Poppins 500';
    margin: 0;
}
.custom-page-default h3 {
    font-size: 22px;
    color: #74080e;
    font-family: 'Poppins 500';
    margin: 0;
}
.custom-page-default h4 {
    font-size: 20px;
    color: #74080e;
    font-family: 'Poppins 500';
    margin: 0;
}
.custom-page-default h5 {
    font-size: 18px;
    color: #74080e;
    font-family: 'Poppins 500';
    margin: 0;
}
.custom-page-default h6 {
    font-size: 22px;
    color: #74080e;
    font-family: 'Poppins 300';
    margin: 0;
    padding-bottom: 15px;
}
.custom-page-default ul {
    margin: 0 0 15px 0;
    color: #74080e;
    list-style-position: outside;
    text-align: justify;
    line-height: normal;
    letter-spacing: 0;
}
.custom-page-default ul li {
    padding-bottom: 10px;
}
.custom-page-default a {
    color: inherit;
}

@media(max-width:1350px){
.custom-page-default {
    padding: 30px 30px;
}
}


/* ===================== Cookie Banner ===================== */
.shopify-pc__banner__dialog button {
    font-size: 75%!important;
    border-radius: 5px !important;
    text-decoration: none !important;
    border: 2px solid #74080e !important;
    font-family: 'Poppins 500' !important;
    margin: 0 !important;
}
h2#shopify-pc__banner__body-title {
    font-family: Bona Nova;
    font-size: 24px;
}
.shopify-pc__banner__body p {
    font-size: 12px;
}
#shopify-pc__banner__btn-accept {
  order: 1;
}

#shopify-pc__banner__btn-decline {
  order: 2;
}

#shopify-pc__banner__btn-manage-prefs {
  order: 3;
  padding: 10px 25px;
}

#privacy-cookie-banner ._17vfpuum._17vfpuul {
    max-width: 100%;
    padding: 32px;
}
@media(max-width:1280px){
    .shopify-pc__banner__wrapper {
        flex-direction: row!important;
        gap: 1em;
    }    
}
@media(max-width:900px){
    .shopify-pc__banner__wrapper {
        flex-direction: column!important;
        gap: 0em;
    }    
}


/* ===================== Intro Banner Loader ===================== */

#page-loader {
  position: fixed;
  inset: 0;
  background-color: #000;
  z-index: 2000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-logo {
  width: 100%;
  animation: fadeZoom 0.8s ease-in-out forwards;
}

@keyframes fadeZoom {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

body.loaded #page-loader {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
}

img.loader-logo.mobile-epi {
    display: none;
}
@media(max-width:768px){
img.loader-logo.desktop-epi {
    display: none;
}
img.loader-logo.mobile-epi {
    display: block;
}
}



/* ===================== Appstle℠ Loyalty CSS ===================== */
.appstle-loyalty-button {
    border-radius: 8px !important;
    height: 50px !important;
    border: 1px solid #d1e8ff !important;
    font-size: 16px;
    z-index: 0!important;
}
span.needsclick.Teaser-pointer-Hn1zd.kl-private-reset-css-Xuajs1 {
    border: 1px solid #d1e8ff;
}
span#loyalty-widget-title {
    font-family: 'Poppins 300';
    letter-spacing: 1px;
    color: #d1e8ff;
}
span.loyalty-cart-widget-login-label {
    color: black;
}
.loyalty-cart-widget-login-message {
    text-align: center;
}
a.loyalty-cart-widget-login-link {
    background: #74080e;
    color: white;
    padding: 5px 20px;
    border-radius: 3px;
    text-decoration: none;
}
span.needsclick.Teaser-pointer-Hn1zd.kl-private-reset-css-Xuajs1 {
    border-radius: 12% !important;
    height: 65% !important;
    position: relative;
    top: 28px;
    overflow: hidden !important;
}

/* ===================== klaviyo CSS ===================== */
.needsclick.kl-teaser-XW3pgJ.kl-private-reset-css-Xuajs1 {
    z-index: 0 !important;
}

/* ===================== Policies CSS ===================== */
.shopify-policy__container {
    max-width: 560px;
    margin: 0 auto;
    max-width: 1300px;
    padding: 30px 10px;
}
.shopify-policy__title h1 {
    font-size: 28px;
    color: #74080e;
    margin: 0;
    font-weight: 600;
    text-align: justify;
    font-family: 'Poppins 500';
}
.shopify-policy__body h2 {
    font-size: 24px;
    color: #74080e;
    font-family: 'Poppins 500';
}
.shopify-policy__body p {
    color: #74080e;
    letter-spacing: 0;
    font-size: 16px;
    line-height: normal;
    text-align: justify;
    margin: 0;
    padding-bottom: 20px;
}
.shopify-policy__body ul {
    margin: 0 0 15px 0;
    color: #74080e;
    list-style-position: outside;
    text-align: justify;
    line-height: normal;
    letter-spacing: 0;
}
.shopify-policy__body ul li {
    padding-bottom: 10px;
}