/** Shopify CDN: Minification failed

Line 2617:5 Unexpected "'.current-template--product-burger-box'"

**/
/**
 * Global
 */

 /* Site Header - Social Links */
 /* .shopify-section--header {
  .social-media {
    .icon-youtube {

    }
  }
 } */

 .shopify-section--footer {
  .footer__aside-bottom {
    width: 100%;
  }
  .social-media {
    display: none;
  }
 }

 html {
   padding-bottom: 0px !important;
 }

/* Fonts */
body {
  font-family: "neue-haas-grotesk-display",sans-serif;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "freight-display-pro",serif;
  font-weight: 600;
  letter-spacing: 0;
}

ul ul {
  margin-top: 0 !important;
}

.product-card .product-card__info .product-card__title {
  font-family: "freight-display-pro",serif;
  font-weight: 600;
  letter-spacing: 0;
}

.button {
  font-family: "freight-display-pro",serif;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
/* END Fonts */

/* FAQ */
.current-template--page-faq {
  [role="main"] .shopify-section {
    background-color: #F5F3EF;
  }

  [id*='rich_text_RtiATy'].shopify-section--rich-text {
    .section {
      padding-top: 30px;
      padding-bottom: 10px;
    }
  }

  .accordion-box {
    padding: 30px 35px 18px;
  }
  .accordion__toggle {
    font-size: 18px;
    letter-spacing: 1px;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 1.2;
  }
  .accordion__content {
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 1.2;
    padding-right: 35px;
  }
  .accordion .circle-chevron {
    width: 30px;
    height: 30px;
    background-image: url("/cdn/shop/files/toggle-arrow.svg?v=1764153206") !important;
    background-size: contain !important ;
    background-color: transparent !important;
  }
  .accordion .circle-chevron .icon {
    display: none !important;
  }

  @media (min-width:1000px) {
    .accordion-box {
      padding: 100px 105px 88px
    }
    .accordion__toggle {
      font-size: 20px;
      padding-top: 25px;
      padding-bottom: 25px;
    }
    .accordion__content {
      font-size: 18px;
      padding-right: 105px;
    }
    .accordion .circle-chevron {
      width: 40px;
      height: 40px;
    }
  }
}
/* FAQ End */

/* Added to cart product text */
.add-to-cart-quick:has(svg)::before {
  content: "Added";
  right: 18px;
  top: 0;
  position: absolute;
  background: #ebebeb;
  padding: 6px 18px 6px 15px;
  border-radius: 34px 0 0 34px;
  font-size: 14px;
  z-index: -1;
}

quick-buy-drawer.quick-buy-drawer:has(.quick-buy-drawer__info .banner--success) {
  /* border: 2px solid red !important; */
  display: none !important;
}

body {
  .product {
    .product-info {
      .product-info__buy-buttons,
      .product-info__complementary-products {
        button {
          &.added-to-cart {
            div:first-child {
              display: none !important;
            }
          }
        }
      }
    }
  }
}

/* Force Hide default product confirmation popup */
cart-notification-drawer.quick-buy-drawer {
  display: none !important;
}

.header__cart-count {
  cart-count {
    transition: scale 0.3s ease-in-out;
    scale: 1;

    span {
      transform: none !important;
    }

    &.count-updated {
      scale: 1.5;
    }
    &.opacity-0 {
      opacity: 0 !important;
    }
  }
}


/* Product Added Notice */
#product-added-notice {
  position:fixed;
  bottom:30px;
  left:30px;
  z-index:99999;
  padding:20px;
  background:#fff;
  text-align: center;
  box-shadow: 0 16px 16px rgba(0, 0, 0, 0.41);
  border-radius: 5px;
  padding: 25px;
  width: 375px;
  font-size: 14px;
  display: none !important;

  button.view-cart-btn {
    margin-top: 20px;
    background: #000000;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 14px;
    font-weight:600;
    width: 50%;
    max-width: 15rem;
    font-size: 11px;
  }
  button.close-btn {
    position: absolute;
    top: 13px;
    right: 20px;
    color: #000;
    width: 15px;
    height: 15px;
  }
}

/* Devliery countdown timer */

.delivery-notice-wrapper {
  margin: 5px 20px 10px;
  background-color: #ffdcd2;
  border-radius: 5px;
  padding: 10px;
  display: none !important;
 }
 .delivery-notice-wrapper.show {
  display: block !important;
 }
  .delivery-notice-wrapper .delivery-notice {
  margin-bottom: 0;
  text-align: center;
  font-size: 15px;
 }
 .delivery-timer-js {
  background-color: #f0531c;
  color: #fff;
  padding: 6px 15px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  width: 120px;
  margin: 5px auto 0;
  display: none !important;
 }
 .delivery-timer-js.show {
  display: flex !important;
 }

 .timer-blink > div {
  animation: blinker 1.5s linear infinite;
}
/* END */

/* Articles */
.current-template--article {
  .article-banner__image {
    .image-credit {
      display: block;
      font-size: 13px;
      padding-top: 5px;
      @media (max-width: 1150px){
        padding-left: 20px;
        background-color: #E8DFCF;
      }
    }
  }
}
/* END */

/* Collections */
#main .shopify-section--main-collection {
  background-color: #E8DFCF;
}

#header-sidebar-menu .panel-list__wrapper > .panel {
    position: absolute;
    z-index: 5;
}
#header-sidebar-menu .panel-footer {
  background-color: transparent !important;
}

.current-template--collection header store-header{
  background-color: #e8dfcf;
}

.shopify-section--header {
  z-index: 80 !important;
}

/* Logo Watermark */
#header-sidebar-menu .panel-list__wrapper::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  bottom: 100px;
  width: 92%;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/cdn/shop/files/GG_Logomark_Gold.png?v=1695219896);
  background-repeat: no-repeat;
  height: 30%;
  background-size: contain;
  opacity: 0.5;
  background-position: center;
}
@media (max-width:700px) {
  #header-sidebar-menu .panel-list__wrapper::after {
    bottom: 12%;
  }
}
/* Social Media icons hide on smaller screens */
@media (max-width:1199.98px) {
  .shopify-section--header .header__secondary-nav .social-media  {
    display: none !important;
  }
}

/*
 *Homepage
*/
/* content slider */
#slideshow-template--21039454159164__slideshow #block-slide-1 .content-over-media .button:hover {
  color: #fff;
}
.shopify-section--multiple-images-with-text .section .multiple-images-with-text .multiple-images-with-text__content-with-nav .prose .subheading {
  color: #BAA17A;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.8px;
  font-weight: 500;
  font-family: "neue-haas-grotesk-display",sans-serif;
}

.shopify-section--multiple-images-with-text .section .multiple-images-with-text .multiple-images-with-text__content-with-nav .prose .h1 {
  color: #E8DFCF;
  font-size: 40px;
  line-height: 42px;
  font-weight: 400;
  font-family: "freight-display-pro",serif;
  font-style: italic;
  margin-top: 0;
}

.shopify-section--multiple-images-with-text .section .multiple-images-with-text .multiple-images-with-text__content-with-nav .prose p:last-child {
  color: #E8DFCF;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.8px;
  font-weight: 400;
  font-family: "neue-haas-grotesk-display",sans-serif;
  margin-top: 50px;
}

.shopify-section--multiple-images-with-text .section .multiple-images-with-text .multiple-images-with-text__content-with-nav .prev-next-buttons {
  margin-top: 50px;
}

.shopify-section--multiple-images-with-text .section .multiple-images-with-text .multiple-images-with-text__content-with-nav .prev-next-buttons .animated-arrow:before {
  width: 1.1rem;
  height: 1.1rem;
  border-block-start-width: 1px;
  border-inline-end-width: 1px;
  color: #6F5331;
}

.shopify-section--multiple-images-with-text .section .multiple-images-with-text .multiple-images-with-text__content-with-nav .prev-next-buttons .animated-arrow:after {
  width: 20px;
  height: 1px;
  transform: scaleX(1.2);
  color: #6f5331;
}

.shopify-section--multiple-images-with-text .section .multiple-images-with-text .multiple-images-with-text__content-with-nav .prev-next-buttons .circle-button {
  border: 1px solid #6F5331 !important;
  width: 79px;
  height: 79px;
}

.shopify-section--multiple-images-with-text .section .multiple-images-with-text .multiple-images-with-text__content-with-nav .multiple-images-with-text__content-list {
  place-items: start;
}

/*Shopify Media with text*/

#shopify-section-template--22487903273276__media_with_text_RyTnxB.shopify-section--media-with-text {
  background: #30271f !important;
  overflow: unset;
  padding: 200px 0px !important;
}

#shopify-section-template--22487903273276__media_with_text_RyTnxB.shopify-section--media-with-text .section {
  overflow: unset;
}

#shopify-section-template--22487903273276__media_with_text_RyTnxB.shopify-section--media-with-text .section .media-with-text {
  overflow: unset;
}

#shopify-section-template--22487903273276__media_with_text_RyTnxB.shopify-section--media-with-text .section .media-with-text .media-with-text__item {
  overflow: unset;
}

#shopify-section-template--22487903273276__media_with_text_RyTnxB.shopify-section--media-with-text .section .media-with-text .media-with-text__item .media-with-text__media {
  overflow: unset;
}

#shopify-section-template--22487903273276__media_with_text_RyTnxB.shopify-section--media-with-text .media-with-text__content p {
  text-align: left !important;
}

#shopify-section-template--22487903273276__media_with_text_RyTnxB.shopify-section--media-with-text .media-with-text__content .prose .bold {
    color: #baa17a;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .8px;
    font-weight: 500;
    font-family: neue-haas-grotesk-display, sans-serif;
}

#shopify-section-template--22487903273276__media_with_text_RyTnxB.shopify-section--media-with-text .media-with-text__content .prose .h2 {
    color: #e8dfcf;
    font-size: 40px;
    line-height: 42px;
    font-weight: 400;
    font-family: freight-display-pro, serif;
    font-style: italic;
    margin-top: 0;
}

#shopify-section-template--22487903273276__media_with_text_RyTnxB.shopify-section--media-with-text .media-with-text__content .prose p:last-child {
    color: #E8DFCF;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .8px;
    font-weight: 400;
    font-family: neue-haas-grotesk-display, sans-serif;
    margin-top: 50px;
}

.shopify-section--logo-list .section .logo-list .logo-list__item .logo-list__image {
  width: 100% !important;
  max-width: 140px !important;
  margin-right: 10px;
}

#shopify-section-template--22487903273276__media_with_text_RyTnxB.shopify-section--media-with-text .section .media-with-text__media::before {
  content: "";
  background: #6F5331;
  display: block;
  width: 100%;
  height: 627px;
  position: absolute;
  z-index: 1;
  top: -120px;
}

#shopify-section-template--22487903273276__media_with_text_RyTnxB.shopify-section--media-with-text .section .media-with-text__media video-media {
  z-index: 2;
  height: 799px;
  width: 452px;
  left: 110px;
  top: -210px;
}

.testimonial.rounded-sm.bg-secondary {
    min-height: 330px;
}

@media (min-width: 800px) {
  #shopify-section-template--22487903273276__media_with_text_RyTnxB.shopify-section--media-with-text .section .media-with-text__media video-media {
    position: absolute;
  }
}

@media (max-width: 800px) {
  #shopify-section-template--22487903273276__media_with_text_RyTnxB.shopify-section--media-with-text {
    padding: 0px 0px !important;
  }
  #shopify-section-template--22487903273276__media_with_text_RyTnxB.shopify-section--media-with-text .section .media-with-text__media::before {
    display: none;
  }
  #shopify-section-template--22487903273276__media_with_text_RyTnxB.shopify-section--media-with-text .section .media-with-text__media video-media {
    height: 559px;
    width: 100%;
    max-width: 380px;
    left: 0;
    top: 0;
    margin: auto;
  }
  .shopify-section--logo-list .section .logo-list .logo-list__item .logo-list__image {
    width: 120px !important;
    max-width: 120px !important;
  }
  #shopify-section-template--22487903273276__media_with_text_RyTnxB.shopify-section--media-with-text {
    overflow: hidden;
  }
  
  #shopify-section-template--22487903273276__media_with_text_RyTnxB.shopify-section--media-with-text .section {
    overflow: hidden;
  }
  
  #shopify-section-template--22487903273276__media_with_text_RyTnxB.shopify-section--media-with-text .section .media-with-text {
    overflow: hidden;
  }
  
  #shopify-section-template--22487903273276__media_with_text_RyTnxB.shopify-section--media-with-text .section .media-with-text .media-with-text__item {
    overflow: hidden;
  }
  
  #shopify-section-template--22487903273276__media_with_text_RyTnxB.shopify-section--media-with-text .section .media-with-text .media-with-text__item .media-with-text__media {
    overflow: hidden;
  }
}

.current-template--index .media-with-text__item{
  .media-with-text__content{
    .prose{
      text-align: start;
      place-self: start;
      p:not(:nth-child(2)){
        margin-top: 4px;
      }
      p{
        svg{
          vertical-align: middle;
          margin-right: 10px;
        }
        span{
          vertical-align: middle;
        }
      }
      a{
        font-size: 22px;
        font-weight: 700;
      }
    }
  }
}

/* Home page */

.current-template--index .shopify-section--media-with-text {
  background: #30271f !important;
  overflow: unset;
  padding: 200px 0px !important;
}

.current-template--index .shopify-section--media-with-text .section {
  overflow: unset;
}

.current-template--index .shopify-section--media-with-text .section .media-with-text {
  overflow: unset;
}

.current-template--index .shopify-section--media-with-text .section .media-with-text .media-with-text__item {
  overflow: unset;
}

.current-template--index .shopify-section--media-with-text .section .media-with-text .media-with-text__item .media-with-text__media {
  overflow: unset;
}

.current-template--index .shopify-section--media-with-text .media-with-text__content p {
  text-align: left !important;
}

.current-template--index .shopify-section--media-with-text .media-with-text__content .prose .bold {
    color: #baa17a;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .8px;
    font-weight: 500;
    font-family: neue-haas-grotesk-display, sans-serif;
}

.current-template--index .shopify-section--media-with-text .media-with-text__content .prose .h2 {
    color: #e8dfcf;
    font-size: 40px;
    line-height: 42px;
    font-weight: 400;
    font-family: freight-display-pro, serif;
    font-style: italic;
    margin-top: 0;
}

.current-template--index .shopify-section--media-with-text .media-with-text__content .prose p:last-child {
    color: #E8DFCF;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .8px;
    font-weight: 400;
    font-family: neue-haas-grotesk-display, sans-serif;
    margin-top: 50px;
}

.current-template--index .shopify-section--media-with-text .section .media-with-text__media::before {
  content: "";
  background: #6F5331;
  display: block;
  width: 100%;
  height: 627px;
  position: absolute;
  z-index: 1;
  top: -120px;
}

.current-template--index .shopify-section--media-with-text .section .media-with-text__media video-media {
  z-index: 2;
  height: 799px;
  width: 452px;
  left: 110px;
  top: -210px;
}

.testimonial.rounded-sm.bg-secondary {
    min-height: 330px;
}

@media (min-width: 800px) {
  .current-template--index .shopify-section--media-with-text .section .media-with-text__media video-media {
    position: absolute;
  }
}

@media (max-width: 800px) {
  .current-template--index .shopify-section--media-with-text {
    padding: 0px 0px !important;
  }
  .current-template--index .shopify-section--media-with-text .section .media-with-text__media::before {
    display: none;
  }
  .current-template--index .shopify-section--media-with-text .section .media-with-text__media video-media {
    height: 559px;
    width: 100%;
    max-width: 380px;
    left: 0;
    top: 0;
    margin: auto;
  }
  .shopify-section--logo-list .section .logo-list .logo-list__item .logo-list__image {
    width: 120px !important;
    max-width: 120px !important;
  }
  .current-template--index .shopify-section--media-with-text {
    overflow: hidden;
  }
  
  .current-template--index .shopify-section--media-with-text .section {
    overflow: hidden;
  }
  
  .current-template--index .shopify-section--media-with-text .section .media-with-text {
    overflow: hidden;
  }
  
  .current-template--index .shopify-section--media-with-text .section .media-with-text .media-with-text__item {
    overflow: hidden;
  }
  
  .current-template--index .shopify-section--media-with-text .section .media-with-text .media-with-text__item .media-with-text__media {
    overflow: hidden;
  }
}

/* #shopify-section-template--22597666505020__e7118453-6604-469b-b04c-12d4707bf2f5 .multiple-images-with-text .multiple-images-with-text__image-list img 
#shopify-section-template--24670908678460__e7118453-6604-469b-b04c-12d4707bf2f5 .multiple-images-with-text .multiple-images-with-text__image-list img */
.multiple-images-with-text .multiple-images-with-text__image-list img {
  transform: none !important;
  border-radius: 0 !important;
  max-width: none;
}

/*#shopify-section-template--24670908678460__e7118453-6604-469b-b04c-12d4707bf2f5 > .section */
.multiple-images-with-text__image-list > .section {
  /* padding-top: 0;
  padding-bottom: 0; */
  padding: 0;
}
.multiple-images-with-text__image-list .multiple-images-with-text {
  max-width: 1400px;
  width: 100%;
}
.multiple-images-with-text__image-list .multiple-images-with-text__content-with-nav {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media (max-width: 999.98px) {
  .multiple-images-with-text__image-list .multiple-images-with-text__content-with-nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}


.shopify-section--testimonials .section .testimonial .h-stack {
  gap: 0;
}

/* Footer styles */

.shopify-section--footer .footer {
  padding-top: 50px;
  padding-bottom: 55px;
}
@media (max-width: 767.98px) {
  .shopify-section--footer .footer__aside .footer__aside-top {
      margin-left: auto;
      margin-right: auto;
    }
}
@media (min-width: 768px) {
  .shopify-section--footer .footer__aside {
    display: flex;
  }
    .shopify-section--footer .footer__aside .footer__aside-top {
      order: 10;
      margin-left: auto;
    }
  .shopify-section--footer .footer__aside .footer__aside-top .social-media  {
    flex-wrap: nowrap;
  }
}

.shopify-section--footer .footer .footer__wrapper .footer__block-custom .menu .menu-link {
  margin-right: 48px;
}

.shopify-section--footer .footer .footer__wrapper .footer__block-custom .menu .menu-link:last-child {
  margin-right: 0;
}

.shopify-section--footer .footer .footer__wrapper .footer__block-custom .menu .menu-link a {
  font-size: 18px;
  line-height: 20px;
  color: #E8DFCF;
  font-family: "freight-display-pro",serif;
  font-style: italic;
  font-weight: 400;
}

.shopify-section--footer .footer .footer__wrapper {
  gap: 20px;
}

.shopify-section--footer .footer .footer__wrapper .footer__aside .footer__aside-bottom .footer__copyright .links-wrapper  {
  display: inline-block;
  padding-left: 16px;
}

@media (max-width: 767.98px) {
  .shopify-section--footer .footer .footer__wrapper .footer__aside .footer__aside-bottom  {
    flex-wrap: wrap;
  }
  .shopify-section--footer .footer .footer__wrapper .footer__aside .footer__aside-bottom .footer__payment-icons  {
    order: -1;
    margin: 0 auto;
    justify-content: center;
  }
}

.shopify-section--footer .footer .footer__wrapper .footer__aside .footer__aside-bottom .footer__copyright  {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  letter-spacing: 0.7px;
  line-height: 20px;
  color: #E8DFCF;
  font-family: "neue-haas-grotesk-display",sans-serif;
}

.shopify-section--footer .footer .footer__wrapper .footer__aside .footer__aside-bottom .footer__copyright .links-wrapper a  {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 20px;
  color: #E8DFCF;
  font-family: "neue-haas-grotesk-display",sans-serif;
}

.shopify-section--footer .footer .footer__wrapper .footer__aside .footer__aside-bottom .footer__copyright .links-wrapper a:last-child{
  padding-right: unset;
}

@media (max-width: 740px) {
    .shopify-section--footer .footer .footer__wrapper .footer__aside .footer__aside-bottom .footer__copyright {
        text-align: center;
    }
    .shopify-section--footer .footer .footer__wrapper .footer__aside .footer__aside-bottom .footer__copyright .links-wrapper {
        padding-top: 10px; 
    }
}

/**
 * Product Pages
 * Product Info section */
#shopify-section-template--21039453897020__807ab760-e272-4319-8904-bc155e2d0a1f.shopify-section .section .rich-text__wrapper .h1.hyphenate .text-custom {
  font-family: "freight-display-pro",serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
  font-style: italic;
  color: #30271F;
}
#shopify-section-template--22487902945596__807ab760-e272-4319-8904-bc155e2d0a1f.shopify-section .section .rich-text__wrapper .h1.hyphenate .text-custom {
  font-family: "freight-display-pro",serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
  font-style: italic;
  color: #30271F;
}
#shopify-section-template--22597666177340__807ab760-e272-4319-8904-bc155e2d0a1f.shopify-section .section .rich-text__wrapper .h1.hyphenate .text-custom {
  font-family: "freight-display-pro",serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
  font-style: italic;
  color: #30271F;
}
.section .product .product-info .product-info__button .button {
  background-color: transparent;
  color: #BAA17A;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  font-weight: 600;
  font-family: "neue-haas-grotesk-display",sans-serif;
  text-transform: uppercase;
  padding-left: 0;
  padding-top: 0;
}

.section .product .product-info .product-info__title {
    font-size: 40px;
    line-height: 42px;
    color: #31261D;
    text-transform: capitalize;
    font-family: "freight-display-pro",serif;
    font-style: italic;
    font-weight: 400;
}

.section .product .product-info .product-info__price .rating-with-text .price-list {
    font-size: 20px;
    letter-spacing: 1px;
    font-family: "neue-haas-grotesk-display",sans-serif;
    color: #30271f;
    font-weight: 650;
}

.section .product .product-info .product-info__separator {
    border-top-width: 2px;
}

.section .product .product-info .product-info__price .rating-with-text .product-info__separator {
  border-top-width: 3px;
}
.section .product .product-info .variant-picker__option-info .h-stack {
    font-family: "neue-haas-grotesk-display",sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #30271F;
}
.section .product .product-info .variant-picker__option-info .h-stack .text-subdued {
    color: #30271F;
}
.product-info__quantity-selector .form-control .text-subdued {
    font-family: "neue-haas-grotesk-display",sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #30271F;
}
.product-info__quantity-selector .form-control .quantity-selector {
    border: 1px solid #30271F;
    border-radius: 5px;
}
.product-info__buy-buttons .buy-buttons button.button.button--xl {
    width: 222px;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    padding: 20px 38px;
}

.product-info__buy-buttons .buy-buttons button.button.button--xl:hover{
    transition: all 0.3s ease 0s;
    background-color: #baa17a;
}

.product-info__text .prose p {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 20px;
    font-style: italic;
    color: #30271F;
    padding-left: 40px;
}
.product-info__text .prose:before {
  content: "";
  background-image: url(/cdn/shop/files/delivery.png?v=1753781453);
  display: block;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  position: absolute;
}
 
/* Product Details - Custom section */
.shopify-section--media-with-text.shopify-section--product-details {
  background-color: #e8dfcf;
}

.shopify-section--media-with-text.shopify-section--product-details .section {
  padding-bottom: 0;
  padding-right: 0;
  @media (max-width: 1000px){
    padding-left: 0;
  }
}

.shopify-section--media-with-text.shopify-section--product-details .section .media-with-text__content .product-details h3 {
  font-size:25px;
  font-family: "freight-display-pro",serif;
  font-style: italic;
  line-height: 42px;
  color: #3E4827;
  font-weight: 400;
}

.shopify-section--media-with-text.shopify-section--product-details .section .media-with-text__content .product-details h3:not(:first-child) {
  border-top: 1px solid #30271F;
  padding-top: 24px;
}

.shopify-section--media-with-text.shopify-section--product-details .section .media-with-text__content .product-details .item-content {
  margin-top: 0;
  color: #30271F;
}

.shopify-section--media-with-text.shopify-section--product-details .section .media-with-text__content .product-details p,
.shopify-section--media-with-text.shopify-section--product-details .section .media-with-text__content .product-details span{
  font-size: 1rem;
  font-family: "neue-haas-grotesk-display",sans-serif;
  line-height: 20px;
  letter-spacing: 0.8;
  color: #30271F;
  font-weight: 400;
}

.shopify-section--media-with-text.shopify-section--product-details .section .media-with-text__content .product-details .product-options .separator  {
  margin-right: 5px;
}

.shopify-section--media-with-text.shopify-section--product-details .section .media-with-text__content .product-details .product-options span:last-child .separator  {
  display: none;
}

/* Collections page */

.shopify-section--main-collection product-card.product-card {
    border-radius: 5px;
    /* overflow: hidden; */
}

/*
.shopify-section--main-collection product-card.product-card:hover .product-card__info:after {
  content: "+";
  position: absolute;
  right: 20px;
  bottom: 25px;
  font-size: 30px;
  font-weight: 500;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
}
*/

.shopify-section--main-collection product-card.product-card .product-card__info .product-card__title  {
  font-size: 20px;
  font-family: "freight-display-pro",serif;
  line-height: 24px;
  color: #0A0A0A;
  font-weight: 400;
  text-transform: uppercase;
}

.shopify-section--main-collection product-card.product-card .product-card__info .price-list  {
  font-size: 20px;
  font-family: "neue-haas-grotesk-display",sans-serif;
  letter-spacing: 1px;
  line-height: 22px;
  color: #0A0A0A;
  font-weight: 450;
}

.shopify-section--main-collection product-card.product-card .product-card__info .price-list span:not(.sr-only)  {
  font-size: 14px;
  vertical-align: top;
}

.product-list product-card.product-card .product-card__figure {
  overflow: hidden;
}

.product-list product-card.product-card .product-card__figure img {
  transition: transform .2s;
}

.product-list product-card.product-card:hover .product-card__figure img {
  transform: scale(1.1);
}

.product-list product-card.product-card .product-card__figure .product-card__quick-buy .button {
  background-color: #E8DFCF;
  color: #30271F;
}

.product-list {
  .product-card {

    /* Hide Quick Add to cart buttons */
    &[handle="golden-goat-gift-card"] {
      div.add-to-cart-quick {
        display: none !important;
      }
    }
  }
}

/* Cart Drawer */
#shopify-section-sections--21039456878908__cart-drawer .cart-drawer__top .h5 {
  font-family: "freight-display-pro",serif;
  color: #6F5331;
  font-style: italic;
  font-size: 30px;
  line-height: 42px;
}

#shopify-section-sections--21039456878908__cart-drawer .cart-drawer__top .free-shipping-bar {
  font-size: 12px;
  line-height: 19px;
  font-family: "neue-haas-grotesk-display",sans-serif;
  color: #30271F;
}

#shopify-section-sections--21039456878908__cart-drawer .v-stack.gap-4.sm\:gap-6 .h-stack.gap-4.justify-between .h5 {
  color: #30271F;
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 19px;
  font-family: "neue-haas-grotesk-display",sans-serif;
  font-weight: 650;
}

#shopify-section-sections--21039456878908__cart-drawer .v-stack.gap-4.sm\:gap-6 p.text-subdued.text-sm {
  color: #30271F;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 20px;
  font-family: "neue-haas-grotesk-display",sans-serif;
  font-weight: 400;
}

#shopify-section-sections--21039456878908__cart-drawer .v-stack.gap-4.sm\:gap-6 .justify-self-start span.link.text-sm.text-subdued {
  color: #30271F;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 20px;
  font-family: "neue-haas-grotesk-display",sans-serif;
  font-weight: 400;
}

#shopify-section-sections--21039456878908__cart-drawer .v-stack.gap-4.sm\:gap-6 .cart-drawer__line-items .line-item__info p.text-sm.text-subdued {
  color: #6F5331;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 20px;
  font-family: "neue-haas-grotesk-display",sans-serif;
  font-weight: 400;
}

@media (max-width: 999.98px) {
  #shopify-section-template--21039455109436__a859e93f-ae18-4ea7-9a7b-0079d5c6d684 > .section {
    padding-left: 0;
  }
}
@media (min-width: 1000px) {
  #shopify-section-template--21039455109436__a859e93f-ae18-4ea7-9a7b-0079d5c6d684 .media-with-text__content {
    padding-left: 0;
  }  
} 

/* Delivery dates - Cart page */
.identixweb-order-delivery {
  order: -1;
}
.quick-buy-drawer .buy-buttons button[name="checkout"] {
  display: none !important;
}
.shipping-estimator__form .identixweb-order-delivery {
  display: none !important;
}
.current-template--cart #main {
  overflow: hidden;
}

.product-card.templ-not-available .product-card__quick-buy {
  display: none !important;
}

/* Logo list */
.shopify-section--logo-list {
  background: #30271f !important;
}

.cart .cart-order .order-summary {
  position: relative;
}

.cart .cart-order .order-summary .cart-shipping-text {
  content: "Free Shipping with order of $200 or More";
  padding-top: 20px;
  display: block;
  color: #30271F;
  font-weight: 600;
  float: left;
}

.cart .cart-order .order-summary a.continue-shopping-btn {
    float: left;
    color: #bda580;
    margin-left: 0px;
    font-weight: 700;
    padding: 10px 30px;
    color: #fff;
    background: #30271f;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    margin-top: 20px;
}

.cart .cart-order .order-summary a.continue-shopping-btn:hover {
  background: #baa17a;
}

@media (max-width: 800px) {
 .cart .cart-order .order-summary a.continue-shopping-btn {
      margin-left: 0px;
  }
}

.cart .cart-order .order-summary .order-summary__body {
  border-bottom: 1px solid;
}

.cart .cart-order .cart-order__recap .cart-form .prose.text-subdued h3 {
  text-align: left;
  font-size: 16px;
  color: #30271F;
}

.cart .cart-order .cart-order__recap .cart-form .prose.text-subdued p {
  text-align: left;
  font-size: 14px;
  color: #8E8579;
}

.badge {
  background-color: #e8dfcf !important;
  color: #30271f !important;
  border: 1px solid #30271f !important;
  border-radius: 5px !important;
}

button.mw-apo-add-to-cart-custom {
    width: 192px;
    width: 192px;
    font-size: 16px;
    line-height: 47px;
    text-transform: uppercase;
    color: #fff;
    font-family: freight-display-pro, serif;
    background: #30271f;
}

.mw-option--type-button .mw-option__button, .mw-option--type-multibutton .mw-option__button {
    border: 2px solid var(--mw-apo-color-border, #d6d6d6);
    border-radius: var(--mw-apo-button-border-radius, 4px);
    place-items: center;
    gap: var(--spacing-3);
    height: var(--input-height);
    white-space: nowrap;
    border-radius: var(--rounded-button);
    background: rgb(var(--input-background, var(--background))) no-repeat;
    border-width: 1px;
    padding-inline-start: var(--spacing-5);
    padding-inline-end: var(--spacing-5);
    display: flex;
    position: relative;
}

.mw-stack__item .mw-label .mw-option__value-title .mw-option__price {
  display: none;
}

.mw-option--type-button .mw-option__control:checked+.mw-option__button, .mw-option--type-button .mw-option__control.mw-option__value--selected .mw-option__button, .mw-option--type-multibutton .mw-option__control:checked+.mw-option__button, .mw-option--type-multibutton .mw-option__control.mw-option__value--selected .mw-option__button {
    border-color: rgb(var(--text-color)) !important;
    box-shadow: none !important;
}

.mw-option--type-button .mw-option__button, .mw-option--type-multibutton .mw-option__button {
    border: 2px solid rgb(var(--text-color) / .12) !important;
    border-radius: var(--mw-apo-button-border-radius, 4px) !important;
}

/* .shopify-product-form .buy-buttons .button {
  display: none;
} */

/* #shopify-section-template--22597666734396__main .product-info .product-info__price {
  display: none;
} */

/* #shopify-section-template--22597666734396__main .product-info .product-info__quantity-selector {
  display: none;
} */

#shopify-section-template--22597666734396__main .product-info.product-name-classic-pearl-spoon .shopify-product-form .buy-buttons .button {
  display: block;
}

#shopify-section-template--22597666734396__main .product-info.product-name-tin-opener .shopify-product-form .buy-buttons .button {
  display: block;
}

#shopify-section-template--22597666734396__main .product-info.product-name-tin-opener .product-info__quantity-selector {
  display: block;
}

#shopify-section-template--22597666734396__main .product-info.product-name-classic-pearl-spoon .product-info__quantity-selector {
  display: block;
}

/* #shopify-section-template--22597666734396__main .product-info.product-name-tin-opener .product-info__price {
  display: block;
}

#shopify-section-template--22597666734396__main .product-info.product-name-classic-pearl-spoon .product-info__price {
  display: block;
}

#shopify-section-template--22597666734396__main .product-info.product-name-classic-pearl-spoon .product-info__price .rating-with-text {
    justify-content: flex-end;
    display: flex;
}

#shopify-section-template--22597666734396__main .product-info.product-name-tin-opener .product-info__price .rating-with-text {
    justify-content: flex-end;
    display: flex;
}

#shopify-section-template--22597666734396__main .product-info.product-name-classic-pearl-spoon .product-info__price:before {
    content: "Total:";
    position: absolute;
}

#shopify-section-template--22597666734396__main .product-info.product-name-tin-opener .product-info__price:before {
    content: "Total:";
    position: absolute;
} */

#custom-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: #8b8b8b5e;
  padding: 60px;
  box-shadow: 0 0 10px #0000001a;
  z-index: 9999;
}

button#close-popup {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 40px;
    font-family: cursive;
}


#custom-popup #popup-content .shopify-section--testimonials .section {
  padding: 90px 60px 60px 60px;
  display: flex !important;
  justify-content: center;
}

#custom-popup #popup-content .shopify-section--testimonials .section::before {
  content: "★★★★★";
  color: rgb(var(--text-color));;
  position: absolute;
  top: 5px;
  font-size: 40px;
}

@media (max-width: 800px) {
  #custom-popup #popup-content .shopify-section--testimonials .section {
    padding: 50px 20px 20px 20px;;
    overflow: scroll;
    height: 550px;
  }
  #custom-popup #popup-content .shopify-section--testimonials .section::before {
    font-size: 20px;
  }
}

#shopify-section-template--22597666177340__custom_html_yRif3j .section {
  display: flex !important;
  justify-content: center;
}

/* Basic Button Styling */
#popup-trigger {
  display: inline-block;
  padding: 10px 20px;
  background-color: #30271F; /* Green */
  color: white;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

/* Hover Effect */
#popup-trigger:hover {
  opacity: 90%; /* Darker Green */
}

/* Active Effect */
#popup-trigger:active {
  opacity: 90%; /* Darker Shade of Darker Green */
}

.shopify-section--press .press__list .press__list-item .blockquote {
  order: 2;
}

.shopify-section--press .press__list .press__list-item .v-stack {
  order: 1;
}

/* #popup-content {
  .shopify-section--testimonials {
    display: block !important;
  }
}

.shopify-section--testimonials {
    display: none !important;
} */

.shopify-block .mw-apo-container {
  display: flex;
  flex-wrap: wrap;
}

.shopify-block .mw-apo-container .mw-option:nth-child(1) {
    order: 2;
    width: 100%;
}

.shopify-block .mw-apo-container .mw-option:nth-child(2) {
    order: 1;
    width: 100%;
}

.shopify-block .mw-apo-container .mw-apo-price-custom {
    order: 3;
    width: 100%;
}

.shopify-block .mw-apo-container .mw-apo-add-to-cart-custom {
    order: 4;
}

.product-card__quick-buy {
  display: none;
}

/* Featured section ontop of the header */
#shopify-section-template--22597666505020__featured-collection {
  position: absolute;
  top: 0;
  height: 88vh;
  z-index: 1;
  width: 100%;
  background: transparent;
}

@media (max-width: 800px) {
  #shopify-section-template--22597666505020__featured-collection {
    height: 81vh;
  }
}

@media (max-width: 600px) {
  .scrollbar {
    display: none;
  }

  #shopify-section-template--22597666505020__featured-collection .product-card[handle="classic-ossetra"] {
    order: 1;
  }

  #shopify-section-template--22597666505020__featured-collection .product-card[handle="kaluga-grand-cru"] {
    order: 2;
  }

  #shopify-section-template--22597666505020__featured-collection .product-card[handle="imperial-ossetra"] {
    order: 3;
  }
  
}

#shopify-section-template--22597666505020__featured-collection > .section {
  position: absolute;
    bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

@media (max-width: 1000px) {
  #shopify-section-template--22597666505020__featured-collection > .section {
    bottom: 0px;
  }
}

@media (max-width: 700px) {
  #shopify-section-template--22597666505020__featured-collection .product-list {
    margin: 0 0 0 4%;
  }
}

#shopify-section-template--22597666505020__featured-collection .product-card.templ-.bg-custom.text-custom {
  background: none;
  box-shadow: unset;
  grid-template-rows: none;
}

#shopify-section-template--22597666505020__featured-collection .product-card__info {
    display: none;
    background: none;
}

#shopify-section-template--22597666505020__featured-collection.shopify-section--featured-collection .section-header {
    margin-bottom: 0px;
}

#shopify-section-template--22597666505020__featured-collection.shopify-section--featured-collection.shopify-section .section .section-header .text-custom {
    font-family: freight-display-pro, serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 42px;
    font-style: italic;
    color: #fff;
}

#shopify-section-template--22597666505020__featured-collection.shopify-section--featured-collection .section-header .h2:before {
  display: none;
}

#shopify-section-template--22597666505020__featured-collection.shopify-section--featured-collection .product-card__badge-list {
    left: 70px !important;
    top: 30px;
}

#shopify-section-template--22597666505020__logo_list_9PiMWK .prose {
    text-align: center;
}

#shopify-section-template--22597666505020__logo_list_9PiMWK .prose .h2 {
    color: #baa17a;
    font-family: freight-display-pro, serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 42px;
    font-style: italic;
}

@media (max-width: 1000px) {
  /*.scrollbar__buttons {
      display: block;
      position: absolute;
      bottom: 0;
      width: 100vw;
  }*/
  
  .scrollbar__buttons button.circle-button.ring.group:first-child {
      position: absolute;
      left: 0;
      bottom: 20px;
      color: #e8dfcf;
      box-shadow: none;
      border: 1px solid #e8dfcf;
  }
  
  .scrollbar__buttons button.circle-button.ring.group:last-child {
      position: absolute;
      right: 40px;
      bottom: 20px;
      color: #e8dfcf;
      box-shadow: none;
      border: 1px solid #e8dfcf;
  }
}

#shopify-section-template--22597666505020__slideshow .text-custom {
    /* margin-bottom: 0 !important;
  bottom: -30px; */
}

@media (max-width:500px) {
  #shopify-section-template--22597666505020__slideshow .text-custom {
    bottom: -20px;
  }
  #shopify-section-template--22597666505020__slideshow p[data-sequence="heading"]{
    margin-bottom: 10px !important;
  }
}

product-quick-add.product-quick-add.is-visible {
    display: none !important;
}

/*.shopify-section--featured-collection .price-list   {
  display: none !important;
}
.product-card__info .price-list {
  display: none !important;
}*/

.shopify-section--main-collection .container .collection {
  margin-top: 0;
  margin-bottom: 0;
}

#shopify-section-template--22597666177340__custom_html_yRif3j .section {
  padding-bottom: 50px;
}

#shopify-section-template--22597666177340__807ab760-e272-4319-8904-bc155e2d0a1f .section {
  padding-top: 50px;
}

.mw-option__value--has-quantity .mw-stack__item {
  max-width: 10% !important;
}

@media (max-width: 500px) {
  .mw-option__value--has-quantity .mw-stack__item {
    max-width: 20% !important;
  }
}

.is-add-on-product td:first-child {
    padding-left: 25px;
}

tr.is-base-product:first-child {
    border: none;
}

tr.is-base-product {
    border-top: 1px #beb4abf2 dashed;
}

tr.is-base-product td {
    padding-top: 20px
}

/* Partner Logos */
/* #shopify-section-template--22597666505020__logo_list_XdbPQP {
  display: none !important;
}
#AppFrame #shopify-section-template--22597666505020__logo_list_XdbPQP,
body.is-admin #shopify-section-template--22597666505020__logo_list_XdbPQP {
  display: flow-root !important;
} */
/* only show 6 items */
#shopify-section-template--22597666505020__logo_list_XdbPQP .logo-list .logo-list__item:nth-child(n+7) {
  /* display: none; */
}
#shopify-section-template--22597666505020__logo_list_XdbPQP .logo-list {
    display: flex;
  /* grid-template-columns: repeat(3, 1fr); */
}
#shopify-section-template--22597666505020__logo_list_XdbPQP .logo-list .logo-list__item {
  padding: 0 !important;
  background-color: transparent;
}
@media (min-width:700px) {
  #shopify-section-template--22597666505020__logo_list_XdbPQP .logo-list .logo-list__item {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* Desktop specific styles */
@media (min-width:800px) {
  #shopify-section-template--22597666505020__logo_list_XdbPQP .logo-list {
    /* grid-template-columns: repeat(6, 1fr); */
    /* overflow: visible; */
    width: 100%;
  }
  #shopify-section-template--22597666505020__logo_list_XdbPQP .logo-list .logo-list__item {
    padding: 0 !important;
    flex: 1 0 15%;
  }
}

@media (max-width: 800px) {
   #shopify-section-template--22597666505020__logo_list_XdbPQP .logo-list .logo-list__image {
    max-width: 100% !important;
  }
  #shopify-section-template--22597666505020__logo_list_XdbPQP .logo-list .logo-list__item {
    padding: 0 !important;
    flex: 1 0 30%;
  }
}

#shopify-section-template--22597666505020__logo_list_XdbPQP .logo-list .logo-list__item.anim:nth-child(1){
    -webkit-animation:animateLogo .5s ease-in-out;
    animation:animateLogo .5s ease-in-out
}
#shopify-section-template--22597666505020__logo_list_XdbPQP .logo-list .logo-list__item.anim:nth-child(2){
    -webkit-animation:animateLogo .5s ease-in-out .1s;
    animation:animateLogo .5s ease-in-out .1s
}
#shopify-section-template--22597666505020__logo_list_XdbPQP .logo-list .logo-list__item.anim:nth-child(3){
    -webkit-animation:animateLogo .5s ease-in-out .2s;
    animation:animateLogo .5s ease-in-out .2s
}
#shopify-section-template--22597666505020__logo_list_XdbPQP .logo-list .logo-list__item.anim:nth-child(4){
    -webkit-animation:animateLogo .5s ease-in-out .3s;
    animation:animateLogo .5s ease-in-out .3s
}
#shopify-section-template--22597666505020__logo_list_XdbPQP .logo-list .logo-list__item.anim:nth-child(5){
    -webkit-animation:animateLogo .5s ease-in-out .4s;
    animation:animateLogo .5s ease-in-out .4s
}
#shopify-section-template--22597666505020__logo_list_XdbPQP .logo-list .logo-list__item.anim:nth-child(6){
    -webkit-animation:animateLogo .5s ease-in-out .5s;
    animation:animateLogo .5s ease-in-out .5s
}

@-webkit-keyframes animateLogo{
    0%,to{
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    50%{
        opacity:0;
        -webkit-transform:translateY(-10px);
        transform:translateY(-10px)
    }
    60%{
        opacity:0
    }
}
@keyframes animateLogo{
    0%,to{
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    50%{
        opacity:0;
        -webkit-transform:translateY(-10px);
        transform:translateY(-10px)
    }
    60%{
        opacity:0
    }
}

/* Testimonials */
#shopify-section-template--22597666177340__testimonials_cx9743 .testimonial-list .testimonial:nth-child(n+4) {
  display: none;
}
@media (max-width: 700px) {
  #shopify-section-template--22597666177340__testimonials_cx9743 .testimonial-list .testimonial:nth-child(n+2) {
    display: none;
  }
  #shopify-section-template--22597666177340__testimonials_cx9743 .testimonial-list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
#shopify-section-template--22597666177340__testimonials_cx9743 .testimonial-list {
  grid-template-columns: repeat(3, 1fr);
}

#shopify-section-template--22597666177340__testimonials_cx9743 .testimonial-list .testimonial.anim:nth-child(1){
    -webkit-animation:animateTestimonial .5s ease-in-out;
    animation:animateTestimonial .5s ease-in-out
}
#shopify-section-template--22597666177340__testimonials_cx9743 .testimonial-list .testimonial.anim:nth-child(2){
    -webkit-animation:animateTestimonial .5s ease-in-out .1s;
    animation:animateTestimonial .5s ease-in-out .1s
}
#shopify-section-template--22597666177340__testimonials_cx9743 .testimonial-list .testimonial.anim:nth-child(3){
    -webkit-animation:animateTestimonial .5s ease-in-out .2s;
    animation:animateTestimonial .5s ease-in-out .2s
}

@-webkit-keyframes animateTestimonial{
    0%,to{
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    50%{
        opacity:0;
        -webkit-transform:translateY(-10px);
        transform:translateY(-10px)
    }
    60%{
        opacity:0
    }
}
@keyframes animateTestimonial{
    0%,to{
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    50%{
        opacity:0;
        -webkit-transform:translateY(-10px);
        transform:translateY(-10px)
    }
    60%{
        opacity:0
    }
}

/* Discount popup */
.needsclick.kl-private-reset-css-Xuajs1 button:not(.klaviyo-close-form) {
    box-shadow: 0px 0px 4px 0px #C2A87C;
}

.cart-express-checkout .shopify-cleanslate ul{
  justify-content: center;
}

/* Cart page spacing change */
.current-template--cart .page-spacer{
  margin-bottom: 0;
}

/* Product reviews customizations */
.yotpo-bold-layout .yotpo-head {
    align-items: flex-end !important;
}

.yotpo-review-votes-wrapper{
  justify-content: space-between !important;
}

.yotpo-review-border-smooth{
  background-image: none !important;
}

.yotpo-head .yotpo-headline{
  font-size: 40px !important;
  line-height: 42px !important;
  color: #31261d !important;
  font-family: freight-display-pro, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

/* last chance discounts */
.lb-addon-popup-container .lb-addon-popup-body .lb-upsell-addon-popup-card:nth-child( n + 4 ){
  display: none;
}

/* NEW - 241211 */

/* Product Subtitle styles */
.product_subtitle{
  font-size: 16px;
  line-height: 22px;
  color: #31261d;
  text-transform: capitalize;
  font-family: neue-haas-grotesk-display, sans-serif;
  /* font-style: italic; */
  font-weight: 600;
  margin-bottom: 40px;
}

/* The Prestige Collection Title */
@media (min-width:1000px) {
  #shopify-section-template--22597666505020__featured_product_ixRYUB .product .product-info__title,
  .current-template--product .product-info.product-name-the-prestige-collection-caviar-tasting-tin .product-info__title {
    max-width: 400px;
  }
}

.product-list .product-card .product-card__title span.nl-txt {
  display: block; 
}

/* Product recommendations */
product-recommendations .bm-quick-buy-button{
  display: none !important;
}

.product-card__figure .bm-quick-buy-block{
  position: initial !important;
}

.bm-quick-buy-button .bm-quick-buy-button-variants{
  border-radius: 5px !important;
  font-size: 14px !important;
}
.bm-quick-buy-button .bm-quick-buy-button-variants li{
  padding: 10px !important;
}

/* Product page slideshow */
#shopify-section-template--22597666177340__slideshow_HbjHEy .slideshow .content-over-media--auto svg{
  height: unset;
  vertical-align: bottom;
}

product-card div.add-to-cart-quick ul.addtc-dropdown{
  width: max-content !important;
}

product-card div.add-to-cart-quick ul.addtc-dropdown li{
  min-height: 50px;
  font-size: 14px !important;
  align-content: center;
  text-align: start;
  padding: 3px 16px !important;
}

/* Footer logo */
.footer-logo img{
  width: 100%;
}

.product-points {
  height: 33vh;
  @media (max-width: 768px){
    height: 38vh;
  }
}
.product-points .text-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 30px;
  height: 18vh;
  @media (max-width: 768px){
    height: 20vh;
  }
}
.product-points .text-wrapper .single {
  color: #e6dfd1;
  font-family: freight-display-pro, serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 22px;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.product-points .text-wrapper .single::before {
  content: "";
  background-image: url('/cdn/shop/files/crown-icon-small.svg?v=1738747108');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 20px;
  height: 10px;
  margin-right: 15px;
}
@media (max-width: 768px){
  .product-points .text-wrapper .single::before {
    margin-bottom: 10px;
    margin-right: unset;
  }
}

/* .current-template--collection .shopify-section--main-collection .collection {
  margin-top: -15vh;
  @media (max-width: 768px){
  margin-top: -18vh;
  }
} */

/* Cookies Table*/
#cookies-table {
  @media (max-width: 560px){
    font-size: 12px;
  }
}
#cookies-table td {
  @media (max-width: 560px){
    padding-right: 0.5rem;
  }
}

/* remove 1.0 start rating from the luxury caviar key because the liquid code has a problem parsing string to int to compare the value and do it dynamically */
product-card[handle="luxury-caviar-key"] .product-card__info a.rating{
  display: none;
}

/* Top banner 50% off kilo styling */
.kilo-banner {
  background-color: #C2A87C; /* Yellow background */
  color: #6F5331; /* Black text */
  font-family: "neue-haas-grotesk-display",sans-serif;
  letter-spacing: 0.7px;
  line-height: 20px;
  padding: 14px;
  text-align: center;
  font-size: 14px;
  position: relative;
  font-weight: bold;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  span {
    display: inline-block;
    margin: 0 10px;
    a {
      text-decoration: underline;
    }
  }
  .separator{
    transform: scale(2);
  }
  /* .mobile-hidden{
    @media (max-width: 572px){
      display: none;
    }
  } */
}

.kl-teaser-XF4pEa{
  z-index: -1 !important;
}

/* 1 kilo discount text */
/* .kilo-discount {
    background-color: #C04040;
    color: white;
    font-family: "neue-haas-grotesk-display",sans-serif;
    letter-spacing: 0.8px;
    line-height: 20px;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    @media (min-width: 700px){
      padding: 14px;
    }
} */

/* 1kg kilo discount */
/* label.block-swatch[for$="option1-1kg-serves-45-50"]{
  padding-right: unset;
}
label.block-swatch[for$="option1-1kg-serves-45-50"]::after{
  content: '50% OFF';
  display: flex;
  align-items: center;
  position:relative;
  background-color: #C04040;
  color: white;
  font-family: "neue-haas-grotesk-display",sans-serif;
  letter-spacing: 0.8px;
  line-height: 20px;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  height: 100%;
  
  @media (min-width: 700px){
    padding: 14px;
  }
} */


.text-on-sale{
  color: #C04040;
}

body #v-notification-container{
  z-index: 9999999999 !important;
}

.single-testimonial{
  padding: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  .image{
    margin-bottom: 1rem;
    place-self: center;
    .testimonial__image{
      border-radius: var(--rounded-full);
    }
  }
  .name{
    color: #baa17a;
  }
  .quote{
    margin-bottom: 1rem;
  }
}

/* UpCart */
#upCart #CartPopup {
  outline: none !important;
}
#upCart #CartPopup .upcart-products-section .upcart-product-title {
  font-weight: 600;
}
#upCart #CartPopup .upcart-header {
  font-size: 24px;
  font-weight: 600;
}
#upCart #CartPopup #up-upsell-carousel .upcart-upsells-title {
  font-weight: 600;
  margin: 12px 0;
}
#upCart #CartPopup #up-upsell-carousel .upcart-upsells-button {
  text-align: center;
}
#upCart #CartPopup #up-upsell-carousel .add-to-cart-quick {
  display: none !important;
}
#upCart #CartPopup .upcart-footer .upcart-addons a {
  color: #630163;
  text-decoration: underline;
}
#upCart #CartPopup .upcart-trust-badge {
  margin-bottom: 10px;
}

#upCart #CartPopup .NotesModule_NotesModule__[data-placement="topOfFooter"] {
  background: #eaeaea;
  padding: 10px;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 30px;
}
#upCart #CartPopup .NotesModule_NotesModule__[data-placement="topOfFooter"] textarea {
  padding: 10px;
}

#upCart #CartPopup .upcart-footer .identixweb-order-delivery {
  padding-top :0;
  padding-bottom: 0;
}
#upCart #CartPopup .upcart-footer .identixweb-order-delivery .uiHeading {
  margin-top: 0; 
}
#upCart #CartPopup .upcart-footer .iw-calendar {
  max-width: none;
  width: auto;
}
#upCart #CartPopup .upcart-footer .note_div {
  max-width: none;
}
#upCart #CartPopup .upcart-footer .note_div .identixweb-order-delivery-deliveryNote {
  font-size: 14px;
}
/* Car Drawer Checkout Shipping Button */
/* #upCart #CartPopup .upcart-checkout-button-container a.upcart-checkout-button {
  background-color: transparent !important;
  color: #000 !important;
  padding: 0 !important;
  margin-top: 5px;
  font-size: 14px !important;
  margin-bottom: 10px;
} */
/* #upCart #CartPopup .upcart-checkout-button-container a.upcart-checkout-button::after {
  content:' without protection';
  display: inline-block;
  margin-left: 5px;
} */
/* #upCart #CartPopup .upcart-rewards{
  display: none;
} */
#upCart #CartPopup #additional_cart_heading{
  margin: 10px 20px 5px;
  border-radius: 5px;
  font-weight: 700;
  order: -1;
}
#upCart #CartPopup .upcart-announcement {
  margin: 5px 20px 10px;
  background-color: #ffdcd2;
  border-radius: 5px;
}
#upCart #CartPopup .upcart-announcement p:nth-child(2) {
  background-color: #f0531c;
  color: #fff;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  width: 120px;
  margin: 5px auto 0;
}

#upCart #CartPopup .upcart-continue-shopping {
  a {
    display: block;
    color: #000000;
    border-radius: var(--upcart-internal-global-button-border-radius);
    border: 1px solid #000;
    margin: 5px 0;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    padding: 12px;
  }
}
/* END */

/* Cart Page Updates */
.current-template--cart .cart-order {
  grid-template: none !important;
}
.current-template--cart .cart-order .cart-order__recap {
  display: none !important;
} 

@media only screen and (max-width: 500px) {
  #upCart #UpcartPopup .upcart-cart-body .styles_CartPreview__bottomModules__ {
    margin-bottom: 30px;
  }
}

/* Product Page - Quick Buy bug fix */
.current-template--product {
  .product {
    /*  Hide icon*/
    > .add-to-cart-quick {
      display: none !important;
    }
  }
}

/* Baby Bump - Heading */
@media (min-width:1000px) {
  .current-template--product .product [class*="product-name-baby"] .product-info__title {
    max-width: 420px;
  }
}

.badge--on-sale{
  order: -1;
}

.lb-addon-popup-continue-btn {
  color: #ffffff !important;
}

/*Cookie Consent Banner*/
#shopify-pc__banner {
  padding: 20px;
  z-index: 9999999999;
}

#shopify-pc__banner .shopify-pc__banner__body {
  margin-bottom: 0;
}

#shopify-pc__banner .shopify-pc__banner__body p {
  font-size: 13px;
}

#shopify-pc__banner .shopify-pc__banner__btns {
  font-size: 14px;
  padding: 5px 15px;
}

#shopify-pc__banner .shopify-pc__banner__btn-decline {
  display: none;
}

#shopify-pc__prefs .shopify-pc__prefs__dialog header {
  padding-top: 22px !important;
}

#shopify-pc__prefs__dialog .shopify-pc__prefs__options {
  padding-bottom: 22px !important;
}

#shopify-pc__prefs .shopify-pc__prefs__dialog h2 {
  font-size: 120%;
}

#shopify-pc__prefs .shopify-pc__prefs__dialog .shopify-pc__prefs__header-actions {
  font-size: 14px;
}

#shopify-pc__prefs .shopify-pc__prefs__dialog h3 {
  font-size: 100%;
}

#shopify-pc__prefs .shopify-pc__prefs__dialog p {
  font-size: 14px;
}

#shopify-pc__prefs .shopify-pc__prefs__option {
  font-size: 14px;
}

/* Cookie Banner Button - Added after user selected preference  */
#cookie-btn-js {
  position: fixed;
  bottom: 24px;
  left: 20px;
  z-index: 1000;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  background-image: url("/cdn/shop/t/24/assets/_cookie-icon.png?v=1749137105");
  background-size: 60%;
  background-position: center;
  background-repeat:no-repeat;
  background-color: #ded2bd;
  box-shadow: 2px 1px 10px #00000040;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width:700px) {
  #cookie-btn-js {
    bottom: 52px;
  }
}

/*  Home page banner*/
/* .section-template--22597666505020__ss_hero_32_LdkcCh [class^="hero-feature-icon"] 
.section-template--24670908678460__ss_hero_32_LdkcCh [class^="hero-feature-icon"],*/
[class*="ss_hero_32"] [class^="hero-feature-icon"] {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3003%) hue-rotate(225deg) brightness(116%) contrast(100%);
}
@media (max-width: 1023.98px) {
  #main .hero-layout-template--24717732380988__ss_hero_32_LdkcCh {
    height: calc(100vh - 292px) !important;
    min-height: 420px !important;
  }
}
/* @media (min-width: 1024px) {
  #main .hero-layout-template--24717732380988__ss_hero_32_LdkcCh {
    height: calc(100vh - 132px) !important;
  }
} */

#cookie-btn-js{
  display: none;
}

@media (max-width: 600px){
  .lb-addon-popup-container{
    top: 40%;
    background-color: #e8dfcf;
    .lb-addon-popup-content{
      .lb-addon-popup-body{
        max-height: unset !important;
        overflow-y: unset;
      }
    }
  }
}

.lb-addon-popup-container{
  .discounted-item{
    color: #c04040;
  }
  .lb-upsell-money-2{
    text-decoration: line-through;
    color: rgb(104, 104, 104);;
  }
}

/* Set light featured section heading icon to the light colour */
.current-template--index #shopify-section-template--24969785409852__5f10bd04-8dcf-4ee1-8798-cd894a1f519d .section-header .h2:before{
  filter: brightness(0) saturate(100%) invert(89%) sepia(12%) saturate(232%) hue-rotate(360deg) brightness(98%) contrast(95%);
}

/* Logo sliders */
#ss-scrolling-logo-cloud {
  max-width: 1400px;
  margin: 0 auto;
}

#ss-scrolling-logo-cloud a img.image-content__image {
  /* filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(1654%) hue-rotate(21deg) brightness(101%) contrast(92%); */
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3003%) hue-rotate(225deg) brightness(116%) contrast(100%);
}

/* Add space between the product and carousel on desktop size */
.current-template--product .shopify-section--main-product > .section {
  @media (min-width: 1000px){
    /* padding-top: 20px; */
  }
}

.current-template--index #ss-scrolling-logo-cloud a img.image-content__image {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3003%) hue-rotate(225deg) brightness(116%) contrast(100%);
}

.mobile-hidden{
  @media (max-width: 571.98px){
    display: none;
  }
}

.desktop-hidden{
  @media (min-width: 572px){
    display: none;
  }
}

/* SS Modal Popup */
header .kilo-banner a {
    cursor: pointer;
}
.ss-modal-popup--section {
  display: none !important;
}
.ss-modal-popup--popup div[class^=modal-popup-inner-sections] {
  max-width: 760px;
}
@media (max-width:1023.98px) {
  .ss-modal-popup--popup div[class^="modal-popup-inner-sections"] {
    top: -3.5vh;
  }
  .ss-modal-popup--popup div[class^="modal-popup-text-sections"] h3 {
    font-size: 54px !important;
  }
  .ss-modal-popup--popup div[class^=modal-popup-left-sections] {
    max-height: 26vh;
    aspect-ratio: auto;
  }
  .ss-modal-popup--popup div[class^=modal-popup-inner-sections] {
    max-width: 400px;
  }
  /* .ss-modal-popup--popup div[class^=modal-popup-image-sections] img{
    object-position: 0 80%;
  } */
  .ss-modal-popup--popup button[class^="modal-popup-close-sections"] svg path {
    fill: #fff !important;
  }
}
/* END */

/* Main Header  */
.header__wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header__secondary-nav {
  gap: 0.75rem 1.5rem;
}
/* END */

/* Testimonials styling START */
[id*="ss_testimonial_12"] {
  [class*="testimonials-heading-template"] {
    h2, h3{
      font-family: freight-display-pro, serif;
      font-size: 40px;
      font-weight: 400;
      line-height: 42px;
      font-style: italic;
      &::before {
        background-image: url(/cdn/shop/files/Crown_Icon_Dark.svg?v=1694689893);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        margin: 0 auto 5px;
        width: 32px;
        height: 16px;
      }
    }
  }
  [class*="testimonials-slider-template"]{
    .swiper-wrapper{
      .swiper-slide{
        transform: scale(0.85);
        transition: ease-in-out all 0.5s;
        &.swiper-slide-active{
          transform: scale(1);
        }
      }
    }
  }
}
.current-template--index{
  [id*="ss_testimonial_12"] {
    [class*="testimonials-heading-template"] {
      h2, h3{
        &::before {
          background-image: url(/cdn/shop/files/Crown_Icon_Beige.svg?v=1755185740);
        }
      }
    }
    [class*="testimonials-navigation-template"] {
      button{
        filter: brightness(0) saturate(100%) invert(99%) sepia(88%) saturate(458%) hue-rotate(303deg) brightness(104%) contrast(82%);
      }
    }
  }
}
/* Testimonials styling END */

/* Discount Popup Notice */
.signup-notice-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
  padding: 10px;
  background: rgba(0, 0, 0, 0.25);
  z-index: 9999;
  display: none;
}
.signup-notice-popup-container.active {
  display: flex;
}
/* .signup-notice-popup-container .page-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
} */
.signup-notice-popup-container .popup-content-container{
  position: relative;
  z-index: 20;
  background-color: #fff;
  max-width: 500px;
  width: 100%;
  max-height: 95vh;
  padding: 40px 30px;
  text-align: center;
  font-family: neue-haas-grotesk-display,sans-serif;
  font-weight: 400;
  letter-spacing: .8px;
  color: #c2a87c;
}
@media (min-width: 1024px) {
  .signup-notice-popup-container .popup-content-container{
    padding: 80px 60px;
  }
}
.signup-notice-popup-container .popup-content-container img {
  max-width: 390px;
  width: 100%;
  height: auto;
  margin:0 auto;
}
.signup-notice-popup-container .popup-content-container p {
  padding: 10px 6px 5px;
  font-size: 18px;
}
.signup-notice-popup-container .popup-content-container .discount-code-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border-style: solid;
  border-color: rgb(194, 168, 124);
  border-width: 1px;
  line-height: 1;
  white-space: normal;
  padding: 16px 46px 16px 16px;
  text-align: center;
  word-break: break-word;
  align-self: flex-end;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  max-width: 380px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0px;
  margin: 15px auto 0;
  background-color: #baa17a;
  color: #fff;
}
.signup-notice-popup-container .popup-content-container .discount-code-wrapper button {
  position: absolute;
  right: 20px;
  height: 32px;
  width: 32px;
  cursor: pointer;
}
.signup-notice-popup-container .popup-content-container .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
/* Discount Popup Notice END */

/* Product reviews */
.product-info__liquid div[class^='reviews-items-template']{
  .swiper-slide{
    /* order: random(1, 15); */
    [class^='testimonials-stars-template'] {
      min-width: 115px;
    }
  }
}
/* Product reviews END */

/* Product Info Tabs */
.product-info__liquid div[class^='tabs-item-template'].has-show-more-content {
  position: relative;
  padding-bottom: 40px;
}
.product-info__liquid div[class^='tabs-item-template'].has-show-more-content.active:not(.show-more--active) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 150px;
  /* -webkit-line-clamp: 3; */
}

.product-info__liquid div[class^='tabs-item-template'] .show-more-btn--js {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 500;
  padding: 10px 0;
  background: #e8dfcf;
}
.product-info__liquid div[class^='tabs-item-template'] .show-more-btn--js button {
  text-decoration: underline;
}
.product-info__liquid div[class^='tabs-item-template'] .show-more-btn--js button.btn-show-less {
  display: none; 
}
.product-info__liquid div[class^='tabs-item-template'].has-show-more-content .show-more-btn--js {
  display: block;
}
.product-info__liquid div[class^='tabs-item-template'].has-show-more-content.show-more--active .show-more-btn--js button.btn-show-less {
  display: block;
}
.product-info__liquid div[class^='tabs-item-template'].has-show-more-content.show-more--active .show-more-btn--js button.btn-show-more {
  display: none;
}

.product-info__liquid div[class^='tabs-item-template'] .metafield-multi_line_text_field,
.product-info__liquid div[class^='tabs-item-template'] br { 
  line-height: 1.6rem;
} 
:not('.current-template--product-burger-box') .product-info__liquid div[class^='tabs-item-template'] br:nth-child(2n) { 
  display: none; 
} 
.product-info__liquid div[class^='tabs-item-template'] ul li{
  display: inline-flex;
  width: 100%;
}
.product-info__liquid div[class^='tabs-item-template'] ul li.indent-one{
  padding-left: 20px;
}
.product-info__liquid div[class^='tabs-item-template'] ul li::before{
  content: "\2022";
  flex: 0 0 1.2em;
  font-weight: bold;
}
.product-info__liquid div[class^='tabs-item-template'] ul li strong{
  display: contents;
}
.product-info__liquid div[class^='tabs-item-template'] h3{
  margin-bottom: 10px;
}
.product-info__liquid div[class^='tabs-item-template'] h3 strong{
  font-size: 16px;
}
/* Burger box */
.product-info__liquid div[class^='tabs-item-template'] h4 strong{
  font-size: 15px;
}

/* Product Info Tabs END */

/* Free shipping $300 or more hide for caviar and gift-sets products*/
/* .shopify-section--main-product{
  .product-info{
    &.caviar, &.gift-sets{
      .product-info__block-item[data-block-type="text"]{
        display: none;
      }
    }
  }
} */

div[class*="slider-template"] {
  .h2{
    font-family: freight-display-pro, serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 42px;
    font-style: italic;
    color: #6f5331;
    text-align: center;
    display: block;
    margin-bottom: 32px;

    &::before{
      background-image: url(/cdn/shop/files/Crown_Icon_Dark.svg?v=1694689893);
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      display: block;
      margin: 0 auto 5px;
      width: 32px;
      height: 16px;
    }
  }
}

/* WHY gg Caviar home page */
.current-template--index {
  [id*="multi_column_KhKB3C"],
  [id*='multi_column_rhBedr'] {
    .section-stack{
      display: flex;
      justify-content: center;
      @media (max-width: 999.98px){
        flex-direction: column;
      }
      .section-header{
        text-align: left;
        display: flex;
        @media (min-width: 1000px){
          max-width: 500px;
        }
        p{
          font-size: 18px;
        }
        .subheading{
          font-size: 22px;
          font-weight: 500;
          &::before {
            background-image: url(/cdn/shop/files/Crown_Icon_Dark.svg?v=1694689893);
            background-repeat: no-repeat;
            background-size: contain;
            content: "";
            display: block;
            margin-bottom: 5px;
            width: 32px;
            height: 16px;
            /* filter: brightness(0) saturate(100%) invert(97%) sepia(48%) saturate(253%) hue-rotate(314deg) brightness(94%) contrast(90%); */
          }
        }
        h2 {
          font-family: freight-display-pro, serif;
          font-weight: 400;
          font-size: 36px;
          line-height: 42px;
          /* font-style: italic;
          color: #6f5331; */
        }
      }
      .multi-column {
        display: flex;
        gap: 16px;
        overflow: unset;
        justify-content: space-between;
        @media (max-width: 999.98px) {
          flex-wrap: wrap;
        }
        @media (min-width: 620px) {
          justify-content: space-around;
        }
        @media (min-width: 1000px) {
          flex-direction: column;
        }
        
        .multi-column__item{
          gap: 10px;
          @media (max-width: 999.98px){
            gap: 20px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
          }
          
          img {
            margin: 0 auto;
            width: 60px;
            filter: brightness(0) saturate(100%) invert(31%) sepia(41%) saturate(560%) hue-rotate(353deg) brightness(92%) contrast(85%);

            @media (max-width: 999.98px){
              width: 50px;
              height: 50px;
              margin: unset;
            }
          }
          
          .h3 {
            color: #6f5331;
            font-style: italic;
            font-size: 18px;

            @media (min-width: 700px) {
              font-size: 20px;
            }
            @media (min-width: 1000px) {
              font-size: 24px;
            }
          }
        }
      } 
    }
  }
  [id*="multi_column_KhKB3C"]{
    .section-stack{
      flex-direction: column;
      .section-header{
        margin: 0 auto;
        .h2{
          font-family: freight-display-pro, serif;
          font-size: 40px;
          font-weight: 400;
          line-height: 42px;
          font-style: italic;
          color: #6f5331;
          text-align: center;
          &::before{
            background-image: url(/cdn/shop/files/Crown_Icon_Dark.svg?v=1694689893);
            background-repeat: no-repeat;
            background-size: contain;
            content: "";
            display: block;
            margin: 0 auto 5px;
            width: 32px;
            height: 16px;
          }
        }
      }
      .multi-column{
        flex-direction: column;
        flex-wrap: wrap;
        @media (max-width: 1000px){
          gap: 40px;
        }
        @media (min-width: 1000px){
          flex-direction: row;
        }
        .multi-column__item{
          flex: 1 0 100%;
          flex-direction: row;
          align-self: center;
          justify-content: center;

          &:not(:last-child){
            flex-direction: column;
            flex: 1 0 44%;
            @media (min-width: 1000px){
              min-height: 160px;
            }
            @media (min-width: 1200px){
              flex: 1 0 22%;
              min-height: 200px;
            }
          }
          &:last-child{
            @media (max-width: 1000px){
              margin-top: 2rem;
            }
            p{
              font-family: freight-display-pro, serif;
              font-size: 34px;
              font-weight: 400;
              line-height: 36px;
              font-style: italic;
              color: #6f5331;
            }
          }
        }
      }
    }
  }
}
/* WHY gg Caviar home page END */

/* Navigation drawer Customizations */
.navigation-drawer .panel__scroller{
  @media (max-width: 999.98px){
    padding-right: 1em;
  }
}
/* Navigation drawer Customizations END */

/* Media section Video for Jonathan Cheban */
.current-template--index{
  .shopify-section--rich-text{
    .h2, .h3{
      font-family: freight-display-pro, serif;
      font-size: 40px;
      font-weight: 400;
      line-height: 42px;
      font-style: italic;
      -webkit-hyphens: none;
      -moz-hyphens: none;
      hyphens: none;
      &:before{
        background-image: url(/cdn/shop/files/Crown_Icon_Beige.svg?v=1755185740);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        margin: 0 auto 5px;
        width: 32px;
        height: 16px;
      }
    }
  }
}
[id*="media_with_text_iNcyjx"].shopify-section--media-with-text{
  padding: unset !important;
  .media-with-text__item{
    .media-with-text__media{
      &::before{
        top: 75px;
      }
      video-media{
        position: relative;
        top: unset;
        @media (min-width: 800px){
          left: 50%;
          transform: translateX(-50%) !important;
        }
          &::after{
            content: '';
            background: #000000;
            background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
            width: 100%;
            height: 60%;
            display: block;
            position: absolute;
            bottom: 0;
          }
        &.video-played{
          &::after{
            display: none;
          }
        }
      }
    }
    .media-with-text__content{
      align-content: center;
      transition: all ease-in-out 0.3s;

      @media (max-width: 999.98px){
        justify-content: center;
        /* margin-top: -300px; */
        position: relative;
        z-index: 10;
        background: transparent;
        margin-top: -260px;

        &:not(.video-played) {
          padding-top: 0;
        }

        &.video-played{
          margin-top: 0;
        }
      }
      .prose{
        img{
          width: 260px;
        }
        .add-to-cart-quick{
          display: none !important;
        }
        @media (max-width: 999.98px){
          text-align: center;
          justify-items: center;
          .h2{
            font-style: unset;
            text-align: center !important;
            font-size: 30px;
            &:first-child{
              line-height: 32px;
            }
          }
          .h3{
            text-align: center !important;
          }
          img{
            margin: 20px auto 0;
            width: unset;
          }
        }
      }
    }
  }
}
/* Media section Video for Jonathan Cheban END */

/* Custom Calendar Styling */
#upCart{
  #CartPopup{
    .styles_CartPreview__card__{
      overflow: scroll;
    }
  }
  .identixweb-order-delivery{
    .iw-calendar{
      .rmdp-wrapper{
        width: 100%;
        background-color: black;
        border-radius: 24px;
        .rmdp-calendar{
          width: 100%;
          .rmdp-header{
            background-color: transparent;
            padding: 20px 20px 10px;
            margin-top: unset;
            height: unset !important;
            .prev_header_btn{
              background-color: transparent !important;
              background-image: url(/cdn/shop/files/Arrow_Left.svg?v=1758114475) !important;
            }
            .rmdp-header-values{
              color: white !important;
              background-color: transparent !important;
              font-weight: 400;
            }
            .next_header_btn{
              background-color: transparent !important;
              background-image: url(/cdn/shop/files/Arrow_Right.svg?v=1758114475) !important;
            }
          }
          > div{
            padding: 0 20px 20px;
            .rmdp-day-picker{
              background-color: transparent !important;
              > div {
                width: 100%;
                .rmdp-week{
                  .rmdp-week-day{
                    color: #929292 !important;
                    font-weight: 400 !important;
                  }
                  .rmdp-day{
                    width: 38px !important;
                    span{
                      background-color: transparent !important;
                      color: white !important;
                      border: unset !important;
                    }
                  }
                  .rmdp-selected{
                    /* background-color: #c2a87c80;
                    border-radius: 50%; */
                    span{
                      background-color: #c2a87c !important;
                      border-radius: 50% !important;
                      width: 27px;
                      height: 27px;
                      justify-self: center;
                      align-self: center;
                      box-shadow: 0px 0px 5px 6px rgba(194,168,124,0.5) !important;
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
  .identixweb-order-delivery-datepicer-icon{
    min-width: unset;
    max-width: unset;
    .odd-input-group{
      input{
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        padding-left: 20px;
        color: white;
        font-weight: bold;
        background-color: #626262;
        border: unset;
      }
      span{
        button{
          border-top-right-radius: 10px;
          border-bottom-right-radius: 10px;
          background-color: #626262;
          border: unset;
        }
      }
    }
    .rmdp-container.uiDeliveryCalendar.oddCalanderOffset.custom-container > :last-child{
      position: relative !important;
      transform: unset !important;
      margin-top: 10px;
    }
  }
  .NotesModule_NotesModule__{
    border-radius: 10px !important;
    background-color: #626262 !important;
    span{
      p{
        padding-left: 10px;
        color: white;
      }
    }
    svg{
      fill: white;
    }
  }
}
/* Custom Calendar Styling END */

/* Ranking Numbers */
.shopify-section--featured-collection,
.shopify-section--main-collection{
  .product-card{
    .product-card-ratings {
      padding-top: 2em;
      @media (min-width: 700px){
        display: flex;
      }
      .rating-container{
        position: relative;
        height: 0;
        .rating-number{
          font-family: "freight-display-pro",serif;
          font-weight: 500;
          font-size: 120px;
          line-height: 50px;
          color: #BAA17A;
          position: relative;
          top: -85px;
          @media (min-width: 700px){
            font-size: 180px;
            top: -60px;
            left: -10px;
          }
          @media (min-width: 1200px){
            font-size: 230px;
          }
        }
      }
    }
    &:nth-child(n + 3){
      .product-card-ratings{
        .rating-container{
          .rating-number{
            font-size: 85px;
            @media (min-width: 700px){
              font-size: 130px;
              top: -65px;
            }
            @media (min-width: 1200px){
              font-size: 180px;
            }
          }
        }
      }
    }
  }
  &[id*="featured_collection_Nz8HDK"]{
    scroll-carousel{
      product-card{
        display: block;
        /* flex-direction: column; */
        .product-card__figure{
          /* display: grid; */
        }
      }
    }
  }
}

.shopify-section--main-collection{
  .product-card{
    .product-card-ratings{
      .rating-container{
        .rating-number{
          @media (max-width: 699.98px){
            top: -70px;
          }
        }
      }
    }
  }
}

[id*="slider_6"].shopify-section{
  [class*="slider_6"][class*="-settings"]{
    padding-top: 4rem;
    padding-bottom: 6rem;
    & > a{
      span{
        font-family: freight-display-pro, serif;
        font-size: 40px;
        font-weight: 400;
        line-height: 42px;
        font-style: italic;
        color: #6f5331;
        &::before{
          background-image: url(/cdn/shop/files/Crown_Icon_Dark.svg?v=1694689893);
          background-repeat: no-repeat;
          background-size: contain;
          content: "";
          display: block;
          margin: 0 auto 5px;
          width: 32px;
          height: 16px;
        }
      }
      svg{
        display: none;
      }
    }
    .swiper{
      @media (min-width: 1400px){
        padding: 0 5rem!important;
      }
      @media (min-width: 1600px){
        padding: 0 10rem !important;
      }
      @media (min-width: 1800px){
        padding: 0 15rem !important;
      }
      .swiper-wrapper{
        /* gap: 4rem; */
        a{
          padding: unset;
          box-shadow: 0 2px 10px #00000026;
          max-width: 440px;
          /* margin-right: unset; */
          .content-wrapper{
            border-radius: 5px;
            .product-card__badge-list{
              top: 1rem;
              left: 1rem;
            }
            [class^="slider-image"]{
              border-top-left-radius: 5px;
              border-top-right-radius: 5px;

              img {
                @media (min-width: 700px){
                  max-height: 350px;
                }

                &.img-mobile {
                  display: block;
                  @media (min-width: 700px){
                    display: none !important;
                  }
                }
                &.img-desktop {
                  display: none !important;
                  @media (min-width: 700px){
                    display: block !important;
                  }
                }
              }
            }
            .card-info{
              padding: 1.5rem 2rem 0rem;
              min-height: 160px;
              margin-top: unset;
              background-color: #ffffff;
              border-bottom-right-radius: 5px;
              border-bottom-left-radius: 5px;
              display: flex;

              @media (max-width: 700px){
                padding: 1.5rem 2.5rem 1rem 1rem;
                flex-direction: column;
                min-height: 180px;
              }
              @media (max-width: 1000px){
                padding: 1.5rem 2.5rem 1rem 1rem;
              }
              & > p{
                &:nth-child(1){
                  font-family: "freight-display-pro",serif;
                  font-weight: 500;
                  font-size: 120px;
                  line-height: 50px;
                  color: #BAA17A;
                  position: relative;
                  top: -75px;
                  @media (max-width: 700px){
                    height: 0;
                  }
                  @media (min-width: 700px){
                    font-size: 180px;
                    top: -60px;
                    left: -10px;
                  }
                  @media (min-width: 1200px){
                    font-size: 230px;
                  }
                }
              }
              .text-container{
                display: flex;
                height: 100%;
                width: 100%;
                flex-direction: column;
                .row{
                  display: flex;
                  flex-direction: row;
                  
                  & > p{
                    font-family: freight-display-pro, serif;
                    font-size: 20px;
                    font-weight: 600;
                    line-height: 24px;
                    text-transform: uppercase;
                    color: #0a0a0a;
                    margin-top: unset;
                  }
                  .rating-stars{
                    display: flex;
                    align-items: center;
                    gap: 5px;
                    & > p{
                      font-family: neue-haas-grotesk-display, sans-serif;
                      font-weight: 400;
                      letter-spacing: .8px;
                      font-size: 0.875rem;
                    }
                  }
                }
                .starting-price{
                  margin-top: 5px;
                  .slider-text-price{
                    font-size: 20px;
                    font-family: neue-haas-grotesk-display, sans-serif;
                    letter-spacing: 1px;
                    line-height: 22px;
                    color: #0a0a0a;
                    font-weight: 400;
                    span{
                      font-size: 14px;
                      vertical-align: top;
                    }
                  }
                }
              }
            }
          }
          .add-to-cart-quick{
            .addtc-dropdown{
              width: max-content !important;
              li{
                min-height: 50px;
                font-size: 14px !important;
                align-content: center;
                text-align: start;
                padding: 3px 16px !important;
              }
            }
          }
          &:nth-child(n + 3){
            .content-wrapper{
              .card-info{
                & > p{
                  font-size: 85px;
                  @media (min-width: 700px){
                    font-size: 130px;
                    top: -65px;
                  }
                  @media (min-width: 1200px){
                    font-size: 180px;
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}
/* Ranking Numbers END*/

/* Videos section Home (md_av_251001) shop the trend */
.section-video-products[class*="ss_shoppable_video_p3rbEd"] {
  overflow: hidden;

  /* Need to Update */
  /* & > [class*="ss_shoppable_video_p3rbEd-settings"] {
    max-width: 1484px;
  } */

  [class^="video-slider-template"].swiper {
    /* overflow: visible; */
    padding: 20px !important;
  }

  [class^="video-heading-template"] h2 {
    font-family: freight-display-pro,serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 42px;
    font-style: italic;
  }
  [class^="video-heading-template"] h2::before {
    background-image: url(/cdn/shop/files/Crown_Icon_Beige.svg?v=1755185740);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    margin: 0 auto 5px;
    width: 32px;
    height: 16px;
  }
  /* Product */
  [class^="video-slider-template"] [class^="video-product-template"] {
    padding: 10px;
  }
  [class^="video-slider-template"] [class^="video-product-template"] [class^="video-product-title-template"] {
    text-transform: capitalize;
    font-family: freight-display-pro,serif;
    font-style: italic;
    font-weight: 400;
  }
  /* Bottom Add to cart button */
  [class^="video-slider-template"] [class^="video-bottom-template"] button[class^="video-add-template"] {
    font-family: freight-display-pro,serif;
    font-weight: 400;
    letter-spacing: .8px;
    text-transform: uppercase;
  }
  [class^="video-slider-template"] [class^="video-bottom-template"] button[class^="video-arrow-template"] svg {
    display:none;
  }
  [class^="video-slider-template"] [class^="video-bottom-template"] button[class^="video-arrow-template"]::before {
    content: '';
    display: block;
    position: relative;
    border-color: #31261d;
    border-right-width: 2px;
    border-bottom-width: 2px;
    transform: rotate(45deg);
    width: .5rem;
    height: .5rem;
  }
  [class^="video-slider-template"] [class^="video-variants-template"] {
    background-color: #e8dfcf;
  }
  [class^="video-slider-template"] [class^="video-option-price-template"] {
    font-weight: 600;
  }
}

/* Modal */
[class^="video-modal-template"] [class^="video-modal-close"],
[class^="video-modal-template"] [class^="video-modal-prev"],
[class^="video-modal-template"] [class^="video-modal-next"] {
  background-color: #fff;
  color: #121212;
}
[class^="video-modal-template"] [class^="video-modal-close"] svg path {
  fill: #121212;
}
[class^="video-modal-template"] [class^="video-modal-right-template"] {
  justify-content: start;
}

[class^="video-modal-template"] [class^="video-modal-right-template"] [class^="video-modal-right-bottom-template"] {
  order: -1;
}
[class^="video-modal-template"] [class^="video-modal-product-template"] [class^="video-modal-product-title-template"] {
  text-transform: capitalize;
  font-family: freight-display-pro,serif;
  font-style: italic;
  font-weight: 400;
}
[class^="video-modal-template"] [class^="video-modal-product-template"] [class^="video-modal-product-price-template"] {
  font-weight: 600;
}
[class^="video-modal-template"] [class^="video-modal-right-template"] button[class^="video-modal-add-template"] {
  font-family: freight-display-pro,serif;
  font-weight: 400;
  letter-spacing: .8px;
  text-transform: uppercase;
}
[class^="video-modal-template"] [class^="video-modal-text-template"] {
  /* overflow-y: scroll;
  max-height: 82%; */
}
[class^="video-modal-template"] [class^="video-modal-text-template"] * {
  font-size: 14px !important;
  line-height: 170%;
  letter-spacing: 0.8px;
}
[class^="video-modal-template"] [class^="video-modal-text-template"] ul li {
  display: inline-flex;
  width: 100%;
}
[class^="video-modal-template"] [class^="video-modal-text-template"] ul li::before {
  content: "\2022";
  flex: 0 0 1.2em;
  font-weight: 700;
}
[class^="video-modal-template"] [class^="video-modal-text-template"] ul li{
  display: inline-flex;
}
[class^="video-modal-template"] [class^="video-modal-text-template"] ul li strong{
  display: contents;
}
[class^="video-modal-template"] [class^="video-modal-text-template"] h3{
  margin-top: -15px;
}
[class^="video-modal-template"] #ss-trust-badges-shoppable-video{
  @media (min-width: 1024px){
    display: none;
  }
}
/* Videos section Home (md_av_251001) shop the trend END */

/* Yotpo product reviews carousel on product pages */
.current-template--product, .current-template--product-non-perishable, .current-template--product-burger-box{
  width: 100%;
  &.overlay--active{
    &::before{
      content: '';
      top: 0;
      left: 0;
      background-color: black;
      height: 100%;
      width: 100%;
      z-index: 5;
      opacity: 0.9;
      display: block;
      position: absolute;
    }
  }
  .shopify-section--apps{
    [id*="yotpo_product_reviews_reviews_carousel"]{
      & > div{
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 10;
        background: white;
        display: none;
      }
      .yotpo-reviews-close{
        position: absolute;
        display: none;
        top: 20px;
        right: 30px;
        cursor: pointer;
      }
    }
  }
}
/* Yotpo product reviews carousel on product pages END */

/* Product Subtitle */
.section .product .product-info .product-info__subtitle{
  font-size: 15px;
  margin-top: 0.4rem;
}
/* Product Subtitle END */

/* Product pages recommendations */
.current-template--index,
.shopify-section--product-recommendations,
.shopify-section--featured-collection{
  .section-header{
    .h2{
      opacity: 1;
    }
  }
}
/* Product pages recommendations END */

/* Legal Pages styling */
.current-template--page{
  .shopify-section--rich-text{
    .h2{
        font-size: 1rem;
        color: #30271f;
        font-weight: 400;
        font-family: neue-haas-grotesk-display, sans-serif;
        margin-top: 1rem;
    }
  }
}
/* Legal Pages styling END */

/* Collection Pages Styling */
[id*='25257704849724__807ab760-e272-4319-8904-bc155e2d0a1f'].shopify-section--rich-text,
[id*='rich_text_n74FwT'].shopify-section--rich-text {
  .section{
    padding-top: 15px;
    padding-bottom: 3px;
    margin: 10px 0 20px;
    /* margin-bottom: 12px; */
    .rich-text{
      .rich-text__wrapper{
        max-width: unset;
        .h1{
          font-size: 1.5rem;
          font-weight: 600;
          font-family: freight-display-pro, serif;
          font-style: italic;
          -webkit-hyphens: none;
          -moz-hyphens: none;
          hyphens: none;
          @media (min-width: 768px){
            font-size: 2.5rem;
          }
        }

        /* Description */
        .metafield-rich_text_field {
          h2 {
            font-size: 15px;
            font-weight: normal;
          }
        }
      }
    }
  }
}
/* Collection Pages Styling END */

/* Blog Posts Styling */
.current-template--blog{
  .shopify-section--rich-text{
    .section{
      padding-bottom: unset;
      .h1{
        font-family: freight-display-pro, serif;
        font-size: 52px;
        font-weight: 400;
        line-height: 54px;
        font-style: italic;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        hyphens: none;
        @media (min-width: 768px){
          font-size: 72px;
          line-height: 74px;
        }
      }
    }
  }
}
.blog{
  .blog-posts{
    @media (min-width: 1400px){
      gap: 2rem;
    }
    .blog-post-card{
      .blog-post-card__info{
        p{
          font-family: neue-haas-grotesk-display,sans-serif;
          font-size: 18px;
          font-weight: 22px;
          color: #30271F;
        }
        .h3{
          color: #30271F;
          font-family: freight-display-pro, serif;
          font-style: italic;
          font-weight: 300;
          font-size: 40px;
          line-height: 42px;
        }
        .blog-post-card__meta{
          .text-with-icon{
            svg{
              filter: brightness(0) saturate(100%) invert(79%) sepia(46%) saturate(259%) hue-rotate(356deg) brightness(77%) contrast(85%);
            }
            span{
              color: #BAA17A;
            }
          }
        }
      }
      &.blog-post-card--featured{
        .blog-post-card__info{
          .h2{
            font-family: freight-display-pro, serif;
            font-style: italic;
            font-weight: 300;
            font-size: 40px;
            line-height: 42px;
            color: #E8DFCF;
          }
          .text-lg{
            font-family: neue-haas-grotesk-display,sans-serif;
            font-size: 18px;
            line-height: 22px;
            color: #E8DFCF;
          }
        }
      }
    }
  }
}

.article{
  .article-banner{
    .article-banner__content{
      h1{
        font-family: freight-display-pro, serif;
        font-style: italic;
        font-weight: 300;
        font-size: 50px;
        line-height: 50px;
        color: #E8DFCF;
      }
      .article__meta{
        .text-with-icon{
          svg{
            filter: brightness(0) saturate(100%) invert(79%) sepia(46%) saturate(259%) hue-rotate(356deg) brightness(77%) contrast(85%);
          }
          time{
            color: #BAA17A;
          }
        }
      }
    }
  }
  .container{
    @media (min-width: 700px){
      gap: 2.5rem;
    }
    .article-content{
      border-color: #372A2B;
      padding-bottom: 2.5rem;
      .prose{
        h2{
          font-family: neue-haas-grotesk-display,sans-serif;
          font-size: 30px;
          line-height: 30px;
          font-weight: 500;
          letter-spacing: 1.5px;
        }
        h3{
          font-family: neue-haas-grotesk-display,sans-serif;
          font-size: 24px;
          line-height: 24px;
          font-weight: 500;
          letter-spacing: 1.5px;
        }
        p{
          font-family: neue-haas-grotesk-display,sans-serif;
          font-size: 18px;
          line-height: 30px;
        }
        ul{
          li{
            font-size: 18px;
          }
        }
      }
      .share-buttons{
        svg{
          filter: brightness(0) saturate(100%) invert(79%) sepia(46%) saturate(259%) hue-rotate(356deg) brightness(77%) contrast(85%);
        }
        span{
          color: #BAA17A;
        }
      }
    }
    .article-navigation{
      .article-navigation__title{
        font-style: italic;
        font-weight: 300;
        font-size: 40px;
        line-height: 42px;
      }
      .blog-post-card__info{
        p{
          font-family: neue-haas-grotesk-display,sans-serif;
          font-size: 18px;
          font-weight: 22px;
          color: #30271F;
        }
        .h5{
          color: #30271F;
          font-family: freight-display-pro, serif;
          font-style: italic;
          font-weight: 300;
          font-size: 40px;
          line-height: 42px;
        }
        .blog-post-card__meta{
          .text-with-icon{
            svg{
              filter: brightness(0) saturate(100%) invert(79%) sepia(46%) saturate(259%) hue-rotate(356deg) brightness(77%) contrast(85%);
            }
            span{
              color: #BAA17A;
            }
          }
        }
      }
    }
  }
}
/* Blog Posts Styling END */

/* Reviews stars and rating amount scroll on click */
body
{
  &.current-template--product,
  &.current-template--product-non-perishable,
  &.current-template--product-burger-box{
    .yotpo-reviews-star-ratings-widget{
      .yotpo-sr-bottom-line-summary{
        div, svg{
          cursor: pointer !important;
        }
      }
    }
  }
  &.current-template--index{
    [id*="ss_hero_32"]{
      [class*="hero-review-text"],
      [class*="hero-stars-review"]{
        p, img{
          cursor: pointer !important;
        }
      }
    }
  }
}
/* Reviews stars and rating amount scroll on click END */

/* Chef's Table Experience, Trusted by Icons styling */
.current-template--product,
.current-template--product-non-perishable,
.current-template--product-burger-box{
  [class*="video-template"][class*="ss_product_videos_2"]{
    [class*="video-heading-template"]{
      p{
        font-weight: 600;
        margin-bottom: 10px;
      }
    }
  }
  .testimonial-heading{
    font-weight: 600;
    margin-bottom: -10px;
    color: #000000;
  }
}
/* Chef's Table Experience, Trusted by Icons styling END */

/* Hide shipping notice on caviar and gift sets pages */
/* .current-template--product,
.current-template--product-non-perishable,
.current-template--product-burger-box{
  product-rerender{
    safe-sticky{
      &.gift-sets, &.caviar{
        [data-block-type="text"]{
          display: none;
        }
      }
    }
  }
} */

/* Caviar Quiz popup */
.ss-modal-popup--popup{
  &[class*="ss_modal_popup_GQRRRM"]{
    [class^="modal-popup-inner-sections"]{
      max-width: 1024px;
      border-radius: 5px;
      [class^="modal-popup-heading-sections"]{
        p{
          font-family: "freight-display-pro",serif;
          font-style: italic;
          font-weight: 600;
          line-height: 42px;
        }
      }
      [class^="modal-popup-text-sections"]{
        margin-top: 20px;
        p{
          line-height: 22px;
        }
      }
      [class^="modal-popup-submit-sections"]{
        font-family: "freight-display-pro",serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 42px;
        max-width: 240px;
        padding: 10px 10px;
        border-radius: 5px;
        max-height: unset !important;
        margin-top: 35px;
        @media (max-width: 768px){
          margin: 35px auto 15px;
        }
      }
      [class^="modal-popup-close-sections"]{
        border: 2px solid #c2a87c;
        border-radius: 50%;
        padding: 7px;
        svg{
          width: 17px;
          height: 17px;
          path{
            fill: #c2a87c;
          }
        }
      }
    }
  }
}
/* Caviar Quiz popup END */

/* $25 credit notice for burger box */
.upcart-item-properties-anchor-before{
  font-size: 14px;
  line-height: normal;
  font-style: italic;
  opacity: 0.7;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    font-weight: 600;
}
.tooltip .tooltiptext {
    visibility: hidden;
    max-width: 320px;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -50%;
    font-weight: normal;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
/* $25 credit notice for burger box END */

/* Badges on burger box images */
.current-template--product-burger-box{
  media-carousel{
    .product-gallery__media{
      .product-card__badge-list {
        top: 1rem;
        left: 1rem;
      }
    }
  }
}
/* Badges on burger box images END */


/* Sticky gallery on desktop */
@media (min-width: 1000px){
  product-gallery{
    position: sticky;
    top: 140px;
  }
}
/* Sticky gallery on desktop END */

/* Hide SATC on live */
#wsatc-wrapper-20{
  display: none !important;
}
/* Hide SATC on live END */