/** Shopify CDN: Minification failed

Line 107:14 Unexpected "<"
Line 128:29 Expected identifier but found "#2B3D4F"

**/
#recommenda-container-5160 .recommenda-answers-title {
    padding: 15px !important;
}

#header-component .rounded-login-button {
    background: #2b3d4f !important;
}

.cart-drawer__header {
    display: block;
}

.cart-drawer__summary {
    background-color: #FFFEF0 !important;
}

.cart-items__details p {
    text-align: left;
}

.cart-discount {
    display: none;
}

/* .account-actions__link {
    border: 1px solid #2b3d4f !important;
    color: #2b3d4f;
}

a.account-actions__link.button {
    border: 0.5px solid #2b3d4f !important;
    background: #FFF !important;
    color: #2b3d4f !important;
} */

.bg-purple-primary {
    background-color: #2b3d4f !important;
}

h2#cart-drawer-heading {
    color: #2b3d4f;
    font-family: "Libre Bodoni", serif !important;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 600;
}

.cart-items__details a {
    text-decoration: none;
    font-family: "Libre Bodoni", serif !important;
    font-size: 16px;
    font-weight: 500;
}

.cart-items__details a {
    text-decoration: none;
    font-family: "Libre Bodoni", serif !important;
    font-size: 16px;
    font-weight: 500;
}

.cart-drawer__header {
    background: #FFFEF0;
}


.cart-drawer__content {
    background: #FFFEF0;
}

.quantity-selector-wrapper input {
    font-size: 16px !important;
}

.quantity-selector {
    background: #FFFEF0;
}

.quantity-selector:hover {
    background: #FFFEF0;
}

.quantity-selector :is(.quantity-minus,.quantity-plus) {
    padding: 7px 7px;
    width: auto;
    height: auto;
}

span.cart__total-label.cart-primary-typography {
    color: #2b3d4f;
    font-family: "Libre Bodoni", serif !important;
    font-size: 18px;
}

text-component.cart__total-value.cart-secondary-typography {
    color: #2b3d4f;
    font-family: "Libre Bodoni", serif !important;
    font-size: 18px;
}

.libre-bodoni-<uniquifier> {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.menu-list__link-title:hover {
    color: #e0bf8a;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-size: 10px;
}

.menu-list__link-title {
    font-size: 10px;
    color: #FFF;
    letter-spacing: 2px;
}

.cart-bubble__background{
    background-color:#e0bf8a;#2B3D4F
}

span.cart-bubble__text-count {
    color: #2B3D4F;
}

.header-actions__cart-icon .cart-bubble {
    /* width: 15px !important; */
}

h1, h2, h3, h4, h5, h6{
    font-family: "Libre Bodoni", serif !important;
}

#shopify-section-template--18850509848737__slideshow_mcBf4X p{
    font-family: "Libre Bodoni", serif;
}

.divider {
  width: 120px;        
  height: 1px;          
  background-color: #e0bf8a;
  margin: 20px auto;
}

.slide__image-container::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%; /* controls how much area the gradient covers */
    background: linear-gradient(
        to top,
    rgba(0, 0, 0, 0.9),  /* strong at bottom */
    rgba(0, 0, 0, 0)     /* transparent upwards */
    );
  z-index: 1;
}

.product-information .add-to-cart-icon{
  display:none;
}

.product-information .quantum-lbw-wishlist-btn {
  font-size: 0; /* hides text */
}

.product-information .quantum-lbw-wishlist-btn {
  width: 60px;
  height: 52px;
  border: 1px solid #d6d6d6;
  background: transparent;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.product-information .quantum-lbw-wishlist-btn:hover {
  border-color: #000;
}

.product-information .quantum-lbw-wishlist-btn svg {
  width: 22px;
  height: 20px;
  /* fill: none; */
  stroke: #000;
  stroke-width: 0.5;
  left: -5px;
  position: relative;
}

.quantum-lbw-wishlist-btn svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: all .25s ease;
}

.quantum-lbw-wishlist-btn.wishlist-active svg {
  fill: #e0bf8a;
  stroke: #e0bf8a;
  color: #e0bf8a;
  /* border: 1px solid rgb(224 191 138 / 1.0); */
}

.product-information .product-form-buttons {
  display: flex;
  /* align-items: center; */
  gap: 12px;
}

.product-information .add-to-cart-button {
  flex: 1;
}

.product-information add-to-cart-component {
    display: flex;
    gap: 10px;
}

.product-information .quantity-selector {
    height: auto;
}

.product-information .quantity-minus {
    border-right: 1px solid;
}

.product-information .quantity-plus {
    border-left: 1px solid;
}

.quantity-selector-wrapper input {
    max-width: 60px !important;
    font-family: "Libre Bodoni", serif !important;
    font-size:18px;
}

.blog-grid-section {
  padding: 60px 20px;
  background: #fffef0;
}

.blog-heading {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    margin-bottom: 40px;
    color: #e0bf8a;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

p.blog-tag {
    font-size: 10px;
    margin: 10px 0px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  position: relative;
}

.blog-image {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4; /* adjust if needed */
  overflow: hidden;
  /* border-radius: 6px; */
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-tag {
  font-size: 12px;
  text-transform: uppercase;
  color: #e0bf8a;
  margin-top: 15px;
}

.blog-title {
    font-size: 20px;
    margin: 10px 0;
    font-style: italic;
}

.blog-title a {
  text-decoration: none;
  color: #2b3d4f;
}

.blog-excerpt {
    font-size: 12px;
    color: #79716b;
}

.single-blog-meta {
  font-size: 10px;
  color: #a6a09b;
  margin-top: 10px;
}

.read-more-btn {
  /* position: absolute; */
  bottom: 0px;
  right: 15px;
  background: transparent;
  border: none;
  padding: 10px 16px;
  font-size: 10px;
  letter-spacing: 1px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  border-radius: 4px;
}

.blog-card:hover .read-more-btn {
  opacity: 1;
  transform: translateY(0);
}

.blog-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.blog-modal-content {
  background: #fff;
  max-width: 800px;
  margin: 5% auto;
  padding: 30px;
  overflow-y: auto;
  max-height: 90vh;
  border-radius: 6px;
}

.close-modal {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}

.featured-blog {
    padding: 60px 20px;
    background: #fffef0;
}

.featured-blog__wrapper {
  max-width: 1200px;
  margin: auto;
}

.featured-blog__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* gap: 40px; */
  align-items: center;
}

.featured-blog__image img {
  width: 100%;
  height: auto;
  display: block;
}

.featured-blog__title {
    font-size: 48px;
    margin-bottom: 10px;
    font-family: "Libre Bodoni", serif !important;
    font-style: italic;
    margin-top: 20px;
}

.featured-blog__title a{
    color:#fff;
}

.featured-blog__excerpt {
    color: #fffef0b3;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 40px;
}

.featured-blog__link {
  text-decoration: none;
  font-weight: bold;
}

.featured-blog__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.featured-blog__content {
  background-color: #2f4356; /* blue panel */
  color: #fff;
  padding: 60px;
}

p.featured-blog-tag {
    text-transform: uppercase;
    color: #e0bf8a;
}

.featured-bottom-section {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

p.blog-meta {
    /* color: #e0bf8a99; */
}

a.featured-blog__link{
  color: #e0bf8a;
}

a.featured-blog__link {
    color: #e0bf8a99;
    font-weight: 400;
    text-transform: uppercase;
    /* margin-top: 5px; */
}

.featured-blog__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px; /* controls section height */
}

/* LEFT IMAGE */
.featured-blog__image {
  position: relative;
  height: 100%;
}

.featured-blog__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover; /* KEY: makes it crop like your design */
  top: 0;
  left: 0;
}

/* RIGHT PANEL */
.featured-blog__content {
  background-color: #2f4356;
  color: #fff;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-grid-wrapper{
    max-width: 1200px;
    margin: auto;
}

.custom-read-time {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}

.read-time-main{
  display: flex;
  align-items: center;
  gap: 8px;
}

p.single-blog-meta {
    margin-top: 0px;
}

/* .search-action{
  display:none;
} */

.predictive-search-form__footer .button{
  background-color:#2B3D4F;
}

.love-button {
    position: absolute;
    left: 10px;
    top: 10px !important;
  }

@media screen and (min-width: 750px) {
  .search-action {
    margin-top:5px;
    /* margin-right: 35px !important; */
  }

  .cart-drawer{
    margin-top:2px;
  }
}

.cart-drawer{
    margin-top:2px;
  }

.header-actions__cart-icon svg {
    width: 19px !important;
    height: 19px !important;
}

.account-button__icon {
    color: currentColor;
    display: inline-flex;
    justify-content: center;
    font-size: 10px;
    align-items: center;
    letter-spacing: 2px;
    /* margin-right: 40px; */
    margin-top:5px;
}

.header[data-sticky-state="inactive"]{
   backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(12px);
    background-color: #42729d59 !important !important;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
    box-shadow: 0px;
}

.header[data-sticky-state="active"] {
    backdrop-filter: blur(10px) !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.header[data-scroll-direction="none"]
{
    backdrop-filter: blur(0px) !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

div#shopify-section-template--18850509848737__quiz_banner_jRbkVx {
    background-color: #fbfafa;
}

footer{
    padding: 60px 40px;
}

.product-details h1{
  color: #2b3d4f !important;
}

 .product-information .price {
    color: #2b3d4f !important;
}

.jdgm-preview-badge .jdgm-star.jdgm-star {
    color: #8A5D15 !important;
}

.jdgm-prev-badge__text {
    color: #a6a09b !important;
    text-transform: uppercase !important;
    font-size:10px !important;
    letter-spacing:1px !important;
}

summary {
    /* letter-spacing: 1px; */
    color:#2B3D4F;
}

.details__icon {
    margin-right: 15px;
}

.usp-strip {
    display: none;
}

.account-actions__sign-ins {
    display: none !important;
}

.otp-card__avatar {
    display: none !important;
}

button.otp-link.otp-link--muted{
    display: none !important;
}

button.otp-btn.otp-btn--primary {
    background: #22384D !important;
    color: #FFF !important;
}

.account-actions {
    /* display: none; */
}

.dialog-modal[open]::backdrop {
    /* display: none; */
}

.policy__container {
    max-width: 1200px !important;
    color: #000 !important;
}

/* Policy Pages */
/* Shopify Policy Pages Only */
/* .shopify-policy__container,
.shopify-policy__container .shopify-policy__body,
.shopify-policy__container .rte,
.shopify-policy__container .rte p,
.shopify-policy__container .rte li,
.shopify-policy__container .rte span,
.shopify-policy__container .rte strong,
.shopify-policy__container .rte h2,
.shopify-policy__container .rte h3,
.shopify-policy__container .rte h4,
.shopify-policy__container .rte h5,
.shopify-policy__container .rte h6,
.shopify-policy__container .rte a {
    color: #000 !important;
    max-width: 1000px !important;
} */

/* .shopify-policy__title h1{
  color: #000 !important;
  margin-bottom: 40px;
} */


.shopify-policy__container,
.shopify-policy__container .shopify-policy__body,
.shopify-policy__container .rte,
.shopify-policy__container .rte p,
.shopify-policy__container .rte li,
.shopify-policy__container .rte strong,
.shopify-policy__container .rte a {
    color: #000 !important;
    max-width: 1000px !important;
}

/* .shopify-policy__title h1{
    font-size: 24px !important;
    color: #000 !important;
    margin-bottom: 40px;
} */

.shopify-policy__title h1 {
    /* font-size: 24px !important; */
    /* color: #000 !important; */
    /* margin-bottom: 40px; */
    font-family: "Libre Bodoni", serif !important;
    font-size: 2.5rem !important;
    font-style: italic !important;
    color: #2b3d4f !important;
    font-weight: 500;
    padding-top: 12px;
    padding-bottom:30px;
}

.shopify-policy__container .rte h2{
    /* font-size: 22px !important;
    color: #000 !important;
    margin: 30px 0 15px; */
    font-family: "Libre Bodoni", serif !important;
    font-size: 1.2rem !important;
    font-style: italic !important;
    color: #2b3d4f !important;
}

.shopify-policy__container .rte h3{
    font-size: 20px !important;
    color: #000 !important;
    margin: 25px 0 12px;
}

.shopify-policy__container .rte h4{
    font-size: 18px !important;
    color: #000 !important;
    margin: 20px 0 10px;
}

.shopify-policy__container .rte h5{
    font-size: 16px !important;
    color: #000 !important;
    margin: 18px 0 8px;
}

.shopify-policy__container .rte h6{
    font-size: 14px !important;
    color: #000 !important;
    margin: 16px 0 8px;
}

.shopify-policy__container .rte p,
.shopify-policy__container .rte li{
    font-size: 14px !important;
    line-height: 1.7;
}


.shopify-policy__container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.menu-list__link--active .menu-list__link-title {
    color: #e0bf8a;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-size: 10px;
}

.signature-badge {
    display: inline-block;
    background: #E0BF8A;
    padding: 3px 9px;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #0f2d4a;
    font-weight: 500;
    font-family: 'Montserrat';
}

span.metafield-multi_line_text_field {
  color: #79716b !important;
  letter-spacing: 1px !important;
}

.divider__line{
  border-top: 2px solid #ffffff !important;
}

.quantity-selector{
  border-color:#d7d3d4 !important;
}

.product-information .quantity-minus {
    border-right: 1px solid #d7d3d4 !important;
}

.product-information .quantity-plus {
    border-left: 1px solid  #d7d3d4 !important;
}

.product-information .quantity-selector {
    height: 48px;
    /* width: 40px; */
}

.quantity-selector :is(.quantity-minus,.quantity-plus) {
    width: 48px !important;
    height: 48px !important;
}

a.all-reviews {
    display: none;
}

.details-content .custom-font-size {
    padding-top: 0px !important;
    margin-left: 35px;
    padding-right: 35px;
}

.details-content .text-block{
    padding-top: 0px !important;
    margin-left: 35px;
    padding-right: 35px;
}

.content-for-layout {
    background-color: #fffef0;
}

slideshow-controls {
    display: none;
}

.cart-items__details {
    text-align: left !important;
}

/* .quantum-lbw-wishlist-btn[aria-pressed="true"] svg {
  fill: #d32f2f;
} */

quantity-selector-component.quantity-selector {
    position: relative;
    display: inline-flex;
    margin-top: 24px;
}

quantity-selector-component.quantity-selector::before {
    content: "QUANTITY";
    position: absolute;
    top: -25px;
    left: 0;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666;
}

button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    background-color: #2b3d4f !important;
    color: #FFF !important;
}

.product-information .product-form-buttons {
    gap: 0px !important;
}

.product-information add-to-cart-component {
    margin-top: 12px !important;
}

.product-details .group-block-content {
    gap: 5px !important;
}

.otp-account-profile-head h2 {
    color: #2b3d4f;
    font-size: 24px;
    margin-bottom:30px !important;
}

.otp-account-dashboard__main h2 {
    color: #2b3d4f;
    font-size: 24px;
    margin-bottom: 30px !important;
}

.otp-account-dashboard__main p {
    color: #000;
}

.otp-account-dashboard__profile-text strong {
        color: #2b3d4f !important;
}

@media screen and (max-width: 767px) {

  .product-information {
    padding-top: 0px;
  }

}

@media screen and (min-width: 990px) {
    .footer-content {
        grid-template-columns: repeat(5, 1fr);
    }
}



@media screen and (max-width: 767px) {

  #shopify-section-template--18850509848737__section_VJcFky p {
      max-width: 70%;
  }

  #shopify-section-template--18850509848737__section_VJcFky .text-block{
    padding-bottom:0px;
  }

  #shopify-section-template--18850509848737__section_VJcFky .section-content-wrapper{
    gap:40px;
  }

  slideshow-component.product-media-gallery__slideshow--single-media.slideshow--single-media {
      /* padding: 0px 20px 0px 20px; */
  }

}

/* @media screen and (max-width: 767px) {
  .mobile-column {
    display: flex;
    flex-flow: row wrap;
    align-items: var(--horizontal-alignment);
    justify-content: var(--vertical-alignment-mobile);
    gap: 12px;
  }
  .layout-panel-flex--row>.group-block--width-fill {
    width: calc(50% - 10px);
  }
} */



/* Responsive */
@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 1024px) {

    .ai-video-title-aew1cdtnqbwz1tmdmaaigenblock418841eeeq6rc {
        font-size: 90px !important;
    }

    .ai-video-button-aew1cdtnqbwz1tmdmaaigenblock418841eeeq6rc {
        font-size:12px !important;
    }

    #shopify-section-template--18850509848737__section_jjMCnf p {
        font-size: 14px !important;
    }

    #shopify-section-template--18850509848737__slideshow_mcBf4X h2 {
        font-size: 90px !important;
    }

    #shopify-section-template--18850509848737__slideshow_mcBf4X p{
        font-size:30px;
    }

}

@media screen and (min-width: 1024px) {
    .product-information__media {
        padding-right: 45px !important;
        padding-left: 45px !important;
    }

  .product-details {
      padding-left: 45px !important;
  }
}

@media screen and (max-width: 803px) {
  .header__row{
    height:80px;
  }

  .menu-drawer{
    background:#2b3d4f;
  }

  span.menu-drawer__menu-item-text {
        font-family: "Libre Bodoni", serif;
    }
}

@media screen and (max-width: 750px) {

  search-button.search-action.mobile\:hidden {
      display: none !important;
  }  

  anchored-popover-component.account-popover.mobile\:hidden {
    display: none;
  }

}

@media screen and (min-width: 990px) {
  .product-information__media {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .product-information__media {
    min-width: 90%;
  }

  .product-information {
    padding-top: 50px !important;
  }

  .logo-block {
    /* display: block; */
    width: 62% !important;
  }


}

@media screen and (min-width: 1024px) {
    .product-details {
        padding-left: 0px !important;
        margin-left: -35px;
    }
}

@media screen and (max-width: 749px) {

  .footer-content {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 16px;
    align-items: start;
  }

  /* Logo */
  .footer-content > :nth-child(1) {
    grid-column: 1 / -1;
    text-align: center;
  }

  /* Menu columns */
  .footer-content > :nth-child(2),
  .footer-content > :nth-child(3) {
    width: 100%;
  }

  /* Email */
  .footer-content > :nth-child(4) {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .footer-content > :nth-child(4) > * {
    width: 100%;
    max-width: 100%;
  }

  .footer-content > :nth-child(4) .newsletter,
  .footer-content > :nth-child(4) .newsletter-form,
  .footer-content > :nth-child(4) form,
  .footer-content > :nth-child(4) .field,
  .footer-content > :nth-child(4) .field__input,
  .footer-content > :nth-child(4) input[type="email"] {
    width: 100%;
    max-width: 100%;
  }

  .email-signup-block {
        width: 100%;
        min-width: unset;
        grid-column: 1 / -1;
        width: 100%;
        max-width: 100%;
        display: block;
    }

  .logo-block__image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .menu__details {
    width: 100%;
  }

  .logo-block__image {
    margin-bottom: 10px !important;
  }

  .product-details h1 {
    padding-top: 25px;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {

  .footer-content {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
    align-items: start;
  }

  /* Logo */
  .footer-content > :nth-child(1) {
    grid-column: 1 / -1;
    text-align: center;
    width: 100%;
  }

  /* Menu columns */
  .footer-content > :nth-child(2),
  .footer-content > :nth-child(3) {
    width: 100%;
  }

  /* Newsletter */
  .footer-content > :nth-child(4) {
    /* grid-column: 1 / -1; */
    width: 100%;
    max-width: 100%;
  }

  .footer-content > :nth-child(4) .newsletter,
  .footer-content > :nth-child(4) .newsletter-form,
  .footer-content > :nth-child(4) .field,
  .footer-content > :nth-child(4) .field__input,
  .footer-content > :nth-child(4) input[type="email"] {
    width: 100%;
    max-width: 100%;
  }

  .logo-block__image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .menu__details {
    width: 100%;
  }
}

/* @media screen and (min-width: 750px) {
    .product-information__grid:not(.product-information--media-none).product-information--media-left {
        grid-template-columns: 1fr min(40vw, var(--sidebar-width));
    }
} */

/* @media screen and (min-width: 749px) and (max-width: 768px) {
  .product-information__grid:not(.product-information--media-none).product-information--media-left {
    grid-template-columns: 1fr min(40vw, var(--sidebar-width)) !important;
  }
} */

@media screen and (min-width: 749px) and (max-width: 750px) {
.product-information__media {
    padding-right: 30px;
}
}

@media screen and (min-width: 750px) and (max-width: 900px) {
  .product-information__grid:not(.product-information--media-none).product-information--media-left {
    grid-template-columns: 1fr min(40vw, var(--sidebar-width)) !important;
  }

  .product-information__media {
    padding-right: 0px !important;
  }
}

/* Footer */

@media (max-width: 500px) {
  footer {
    padding-bottom: 0px !important;
  }

  .utilities.utilities--blocks-2.spacing-style {
    display: flex;
    flex-direction: column-reverse;
  }

  .secure-payment{
      margin-top:30px !important;
  }
}

.secure-payment.desktop-section{
  display:none;
}