/** Shopify CDN: Minification failed

Line 12:14 Expected ")" to end URL token

**/
:root {
  --swiper-navigation-size: 16px !important;
}

@font-face {
  font-family: "Playfair Display";
  src: url({{ 'PlayfairDisplay-VariableFont_wght.ttf' | asset_url }}) format("truetype");
  font-weight: 100 900; /* because it's a variable font */
  font-style: normal;
}
/* 
html body{
  font-family: "Poppins";
  letter-spacing:0px;
} */

.swiper-button-next, .swiper-button-prev {
  text-rendering: auto;
  color: #545454 !important;
  margin-top: -30px !important;
}

#localization_formfooter .faux-select.disclosure__toggle{
    border: 1px solid;
    padding: 10px 40px 10px 20px;
    background-image: url(/cdn/shop/files/footer_currency_dropdown_caret.svg?v=1757367868);
}

.site-header__logo img {
  width: 100%;
}

.ajaxcart__row .grid {
  display: flex;
}

.ajaxcart__row .grid__item.two-thirds {
  display: flex;
  flex: 1 1 0;
  position: relative;
}

/* .ajaxcart__product[data-name="Virtual Bridal Appointment"] .ajaxcart__row .grid__item.two-thirds > .grid > .grid__item:first-child, */
.ajaxcart__product[data-name="Virtual Bridal Appointment"] .ajaxcart__product-meta {
  display: none;
}

/* .ajaxcart__product[data-name="Virtual Bridal Appointment"] .ajaxcart__row .grid__item.two-thirds > .grid > .grid__item:last-child {
  text-align: left !important;
} */

#CartDrawer .drawer__footer .swym-button-bar {
  display: none;
}

@media (max-width: 1440px) {
  #CartDrawer .drawer__footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #CartDrawer .drawer__header,
  #CartDrawer .drawer__fixed-header {
    height: 70px !important;
  }
}

@media screen and (max-width: 480px) {
  #CartDrawer .drawer__header,
  #CartDrawer .drawer__fixed-header {
    height: auto !important;
  }
}

.ajaxcart__row .grid__item.two-thirds .grid.grid--full.display-table {
    position: absolute;
    width: calc(100% - 15px);
    bottom: 0px;
    align-items: center;
}

.ajaxcart__row .grid__item.two-thirds .grid.grid--full.display-table .js-qty__wrapper {
  border: 1px solid #a0a0a0;
}

.ajaxcart__row .grid__item.two-thirds .grid.grid--full.display-table .js-qty__wrapper .js-qty__adjust--minus {
  border-right: 0px;
  background-color: transparent !important;
  fill: var(--color-black) !important;
}

.ajaxcart__row .grid__item.two-thirds .grid.grid--full.display-table .js-qty__wrapper .js-qty__adjust--plus {
  border-left: 0px;
  background-color: transparent !important;
  fill: var(--color-black) !important;
}

.js-qty__wrapper {
  max-width: 80px;
  min-width: 80px;
}

.drawer .js-qty__num {
  padding-top: 5px;
  padding-bottom: 5px;
}

.cart__checkout {
    letter-spacing: 1.3px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #faf3e9 !important;
}

.cart__checkout img {
  position: relative;
  top: -1px;
}