/** Shopify CDN: Minification failed

Line 692:10 Unexpected "{"
Line 692:19 Expected ":"
Line 693:10 Unexpected "{"
Line 693:19 Expected ":"
Line 988:9 Unexpected "{"
Line 988:18 Expected ":"
Line 988:25 Unexpected "{"
Line 990:3 Unexpected "/"
Line 994:18 Unexpected "{"
Line 994:27 Expected ":"
... and 13 more hidden warnings

**/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600&display=swap');

body {
  font-family: 'Nunito', sans-serif;
}

@font-face {
  font-family: 'Artisan Script';
  src: url('{{ "The-Artisan-Script-Exfontfc5b.woff" | asset_url }}') format('woff');
  font-weight: normal;
  font-style: normal;
}

.hero-figma {
  padding: 120px 80px;
  background: #ffffff;
}

.hero-figma__title {
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
  margin-bottom: 16px;
}

.hero-figma__btn {
  display: inline-flex;
  padding: 14px 28px;
  border-radius: 8px;
  background: #000;
  color: #fff;
}
.bg-white{
  background:white;
}

/* Mobile layout */
@media (max-width: 991px) {
  /* Allow wrapping instead of pushing content outside screen */
  .utility-bar__grid > div.flex {
    flex-wrap: wrap;
    gap: 10px;
  }

  /* Left section: allow breaking into 2 lines neatly */
  .utility-bar__grid > div.flex > div:first-child {
    flex: 1 1 100%;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    text-align: center;
  }

  /* Right section: icons stay aligned and never overflow */
  .utility-bar__grid > div.flex > div:last-child {
    flex: 1 1 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    min-height: auto;
  }

  /* Keep text readable but slightly smaller on phones */
  .utility_text {
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
  }

  /* If any SVG/icon causes overflow, keep them tight */
  .utility-bar__grid svg,
  .utility-bar__grid a {
    flex: 0 0 auto;
  }
}

/* Extra small phones */
@media (max-width: 480px) {
  .utility_text {
    font-size: 12px;
  }
}

.utility-bar__grid{
   max-width:1440px !important;
  width:100%;
  min-height:49px;
  margin-left: auto;
  margin-right: auto;
    padding-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items: center;

  box-sizing: border-box;
}
.utility-bar__grid > div.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: white;
font-family: 'Nunito', sans-serif;
}
.utility-bar__grid > div.flex > div:first-child {
  display: flex;
  gap: 1.5rem; 
}
.utility-bar__grid > div.flex > div:last-child {
  display: flex;
min-height: 40px;
  gap: 1rem; 
  align-items: center;
}
.utility_text {
  color: #FFF;
font-family: 'Nunito', sans-serif;
font-size: 15px;
align-items: center; 
font-style: normal;
font-weight: 400;
}
.custom-header {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 1440px;
  width: 100%;
  margin: auto;
  background: white;
  min-height: 92px;
  padding: 16px 0;
  position: relative;
}

/* .custom-header__logo img {
  max-height: 44px;
} */
/* HIDE SEARCH ON SMALL SCREENS */
@media (max-width: 991px) {
  .search-bar-container {
    display: none;
  }
}
@media (max-width: 991px) {
  .custom-header {
    justify-content: space-between;
    padding:10px;
  }

  .menu-toggle {
    margin-left: auto;
  }

  .search-bar-container {
    display: none;
  }
}

/* MENU */
.custom-header__menu {
  flex-grow: 1;
}

.custom-header__menu-list {
  display: flex;
  list-style: none;
  justify-content: right;
  padding: 0;
  margin: 0;
}

.custom-header__menu-link {
  color: #383838;
  font-family: Nunito;
  font-size: 17px;
  font-weight: 700;
  padding: 0 16px;
  text-decoration: none;
}

.custom-header__menu-link:hover,
.custom-header__menu-link.is-active {
  color: #884100;
}

/* HAMBURGER */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-toggle span {
  width: 22px;
  height: 2px;
  background: rgb(136, 65, 0);
}

/* MOBILE */
@media (max-width: 991px) {
  .menu-toggle {
    display: flex;
  }

  .custom-header__menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    padding: 16px 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  }

  .custom-header__menu.is-open {
    display: block;
  }

  .custom-header__menu-list {
    flex-direction: column;
    align-items: center;
  }

  .custom-header__menu-link {
    padding: 12px 0;
  }
}
.related-products{
  /* margin-bottom:20px !important; */
}
  .kookie-of-the-week {
 display: flex;
  align-items: center;   
  justify-content: center; 
    min-height:229px;
   background-color: rgba(170, 97, 0, 0.46);
  }
  .main-container {
     max-width:1440px !important;

  width:100%;
  margin-left: auto;
  margin-right: auto;
  }
.page-width{
      max-width:1440px !important;

  width:100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding:0px !important;
}
  .kookie-title {
    color: #884100;
text-align: center;
font-family: 'Inter', sans-serif !important;
font-size: 48px;
font-style: normal;
font-weight: 700;
margin:0px !important;
  }

  .kookie-subtitle span {
  color: #884100;
text-align: center;
font-family: 'Dancing Script', cursive !important;
 font-size: 34px !important;
font-style: normal;
font-weight: bolder;

  }
  .kookie-subtitle {
color: black;
font-family: 'Nunito', sans-serif;
margin:0px !important;
font-size: 24px;
font-style: normal;
font-weight: 400;
text-align:center;
  }

  /* Mobile Responsiveness */
  @media (max-width: 767px) {
    .kookie-title {
      font-size: 2em;
    }

    .kookie-subtitle {
      font-size: 1em;
    }
  }

  .search-bar-container {
  position: relative;
}

/* Input */
.search-bar-container .search__input {
  width: 100%;
width: 208px;
height: 43px;  border-radius: 50px;
  border: none;
  outline: none;
  background-color: #F4F4F4;
  font-size: 14px;
  color: #4A4A4A;
}


/* Hide reset button */
.reset__button {
  display: none !important;
}
.search__button_header {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

/* Background SVG */
.search__button_header .search-button-bg {
  display: block;
}

/* Center search icon */
.search__button_header .search-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
}

.search__button_header .search-icon svg {
  width: 16px;
  height: 16px;
  fill: #ffffff; 
  margin: auto;
}
.image-with-text__media{
  border-radius:0px !important;
}
/* Remove padding and radius for the image */
.image-with-text__media-item--left .image-with-text__media {
  border-radius: 0;
  padding: 0;
}

/* Right side section styling */
.image-with-text__text-item {
  background-color: #F7F5EB; /* Yellowish background */
  padding-left: 2rem; /* Left-align content */
  padding-right: 2rem;
}

/* Text alignment and vertical centering */
.image-with-text__text-item .image-with-text__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%; /* Ensures the content is vertically centered */
}

@media (max-width: 780px) {
.image-with-text__text  p {
font-size:16px !important;
  }
}
@media (max-width: 1100px) {
.video-poster-overlay {
display:none !important;
  }
}
@media (max-width: 780px) {
.deferred-media__poster-button {
left:0% !important;
  }
}
/* Button styling remains the same */
.button_image {
  color: #FFF;
text-align: center;
font-family: 'Nunito', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
  background-color: #884100; /* Pink button */
  color: white;
width:100%;
  border-radius: 0px;
  opacity:0px !important;
  box-shadow:none !important;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.row-container {
  max-width: 546px;
width:100%;
min-height: 47px;
  text-align: center !important;
  display: inline-block;
}
#checkout{
  color: #FFF;
text-align: center;
font-family: 'Nunito', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
  background-color: #884100; /* Pink button */
  color: white;
max-width: 546px;
width:100%;
min-height: 47px;
  text-align: center !important;
  display: inline-block;
  border-radius: 0px;
  opacity:0px !important;
  box-shadow:none !important;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
#checkout::before {
  box-shadow:unset !important;
}
#checkout::after {
  box-shadow:unset !important;
}
#checkout:hover {
  background-color:#884100; /* Slightly darker pink on hover */
}.button_image::before {
  box-shadow:unset !important;
}
.button_image::after {
  box-shadow:unset !important;
}
.button_image:hover {
  background-color:#884100; /* Slightly darker pink on hover */
}
.image-with-text__media,
.image-with-text__media * {
  border-radius: 0 !important;
  overflow: visible !important;
  clip-path: none !important;
  mask: none !important;
}
.image-with-text__content {
  padding-left:26px !important;
  padding-right:0px !important;
}
.image-with-text__heading {
  color: #884100;
font-family: 'Dancing Script', cursive !important;
font-size: 70px;
font-style: normal;
font-weight: 800;
line-height: 70px; /* 100% */
}
.search__input::placeholder {
color: #797D95;
font-family: 'Nunito', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.search__input {
padding-left:10%;
}

.image-with-text__text{
color: #000;
max-width:691px;
width:100%;
  font-family: 'Inter', sans-serif;
font-size: 34px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.plus-highlight {
  color: #884100; /* change to any color you want */
  font-weight: bold;
}
.image_body{
  background: #F7F5EB;
}
.full-unstyled-link{
color: #884100;
  font-family: 'Inter', sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
@media (max-width: 767px) {
  .full-unstyled-link {
    font-size: 14px !important;
    margin-top:5px !important;
  }
}
.template-search__header h1 {
  color: #884100;
font-family: 'Nunito', sans-serif;
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.title-wrapper-with-link h1 {
  color: #884100;
font-family: 'Nunito', sans-serif;
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.collection-hero__text-wrapper h1{
  color: #884100;
font-family: 'Nunito', sans-serif;
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.template-search__header p {
  text-align:center;
}
body, .color-scheme-1, .color-scheme-2, .color-scheme-3, .color-scheme-4, .color-scheme-5{
  color: #283C54 !important;
font-family: 'Nunito', sans-serif;
}
.price {
color: #283C54 !important;
font-family: 'Nunito', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.card__media {
  margin:0px !important;
  width:100% !important;
}
/* .card__content{
  padding:0px !important;
} */
.card {
  border-radius:0px !important;
  max-width:573px !important;
  width: 100%;
  border: 1px solid #D8D8D7 !important;
  min-height:281px !important;
}
.collection__title {
  padding:0px !important;
  margin:0px !important;
}
.card:hover{
  border: 1px solid #884100 !important;
}
.product_container{
  max-width:1168.5px;
  width:100%;
  margin-left: auto;
  margin-right: auto;
}
.inline-richtext{
  text-align:center !important;
  color: #884100;
  font-family: 'Inter', sans-serif;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.collection__description p{
  text-align:center !important;
  color: #000;
 font-family: 'Dancing Script', cursive;
font-size: 30px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.custom-card-info {
  padding: 12px;
}

.card-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.card__heading {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.card-icons {
  display: flex;
  gap: 8px;
}

.icon-button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.icon-button:hover {
  background: #f5f5f5;
}

.card-price {
  margin-top: 6px;
  font-weight: 500;
}
.full-unstyled-link::after {
  content: '';
  position: absolute;
  inset: 0;
}
.view_all{
  border-radius:0px !important;
  border: 1px solid #884100;
background: #FFF;
max-width: 385px;
width:100%;
cursor:pointer;
min-height: 40px;
}
.view_all_text{
  color: #000;
text-align: center;
font-family: 'Nunito', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.deferred-media__poster-button{
  background-color:#c4c4c4 !important;
  width: 100px !important;
height: 100px !important;
margin-left:21% !important;
}
.section-{{ section.id }} .video-section__poster,
.section-{{ section.id }} .video-section__poster img {
  border-radius: 0 !important;
}
.grid__item{
  margin-bottom:20px !important;
}

.media--landscape {
  border-radius: 0 !important;
}
/* Remove border radius from video poster */
.video-section__poster,
.video-section__poster img,
.video-section__poster .media,
.video-section__poster svg {
  border-radius: 0 !important;
}
.video-section__poster {
  position: relative;
}

.video-poster-overlay {
  position: absolute;
  pointer-events: none;

  inset: 0;
  top:20% !important;
  display: flex;
  flex-direction: column;
  text-align: center;
  z-index: 2;
padding-left: 80px;   justify-content: center; /* vertical center */
  align-items: flex-start;
}

.video-poster-overlay h2 {
  margin: 0;
  text-align:left;
   color: #FFF;
  font-family: 'Inter', sans-serif;
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.video-poster-overlay p {
    text-align:left;
  margin-top: 10px;

  color: #FFF;
font-family: 'Nunito', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.video-poster-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}
.video-poster-top-heading {
  color: #884100;
font-family: 'Nunito', sans-serif;
font-size: 20px;
text-align:left !important;
font-style: normal;
font-weight: 700;
line-height: 0px;
}
.video-poster-overlay a {
  /* Your existing styles */
  background-color: #884100;
  color: white;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;

  /* Position & size */
  max-width: 168px;
  width: auto; /* instead of 100%, so button wraps content */
  min-height: 51px;

  /* Alignment */
  display: inline-block; /* allows width & padding */
  text-align: center; /* centers text inside the button */
  margin: 0; /* reset any auto margins */
  
  /* Pointer events & layering */
  pointer-events: auto;
  position: relative;
  z-index: 5;

  /* Remove opacity hiding */
  opacity: 1 !important;

  /* No border radius */
  border-radius: 0;

  /* Optional: add padding */
  padding: 12px 28px;

  box-shadow: none !important;
  cursor: pointer;
}
.shopify-payment-button button{
  background-color:#cc8500 !important;
  border-radius:0px !important;
}
.shopify-payment-button button::before {
  box-shadow:unset !important;
}
.shopify-payment-button button::after {
  box-shadow:unset !important;
}
.product-form__buttons button{
  border:1px solid #884100 !important;
  border-radius:0px !important;
}
.product-form__buttons button::before {
  box-shadow:unset !important;
}
.product-form__buttons button::after {
  box-shadow:unset !important;
}
input[type="email"]::placeholder {
  color: #42518B;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer_contacts{
  color: #FFF;
  font-family: 'Nunito', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal;
display: inline-flex;      /* Use inline-flex to keep it inline */
  align-items: center;       /* Vertically center icon and text */
  margin-right: 10px;        /* keep your margin */
  gap: 6px;               
}
/* Adjust Right Column */
.footer-container > .right-column {
  flex: 0 0 30%;
  padding-left: 20px;
  text-align: left; /* Align to the left to match your reference */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.footer-container .footer-links {
  margin-top: 0; /* Adjust margin for alignment */
}
.footer_links{
  color: #FFF;
  font-family: 'Nunito', sans-serif;
font-size: 16px;
font-style: normal;
padding:5px;
font-weight: 400;
line-height: normal;
}
/* ================================
   SLIDESHOW – DOTS ONLY CONTROLS
   ================================ */

/* === DOTS VISIBILITY FIX === */
.slideshow__controls {
  border:0px !important;
  margin-top:-5%;
}
@media (max-width: 780px) {
  .slideshow__controls {
 margin-top:0% !important;  }
}
.cart-count-bubble {
  display:none;
}

.trust-strip {
  width: 100%;
  padding: 22px 0;
  z-index:1000;
  position:relative;
  width:100%;
  max-width: 1344px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:3vh;
  background-color: #884100;
min-height: 147px;
}

.trust-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  
}
.trust-item svg {
  flex-shrink: 0;
  /* align-self: flex-start; */
}
.trust-icon {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
}

.trust-text h4 {
color: #FFF;
  font-family: 'Inter', sans-serif;
font-size: 18px;
font-style: normal;
margin-bottom:5px !important;
font-weight: 700;
line-height: 20px;
}

.trust-text p {
 color: #FFF;
  font-family: 'Nunito', sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top:0px !important;
}

/* Responsive */
@media (max-width: 900px) {
  .trust-container {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}
@media (max-width: 780px) {
  .slideshow__media img {
    object-fit: fill !important;
  }
}

@media (max-width: 480px) {
  .trust-container {
    grid-template-columns: 1fr;
  }
}
/* FORCE dots to have size */
.slideshow__controls .slider-counter__link--dots .dot{
  display: block !important;
  width: 11px !important;
  height: 11px !important;
  border-radius: 999px !important;
  background: #aa6100 !important;
  border:0px !important;
  transition: all .25s ease !important;
}

/* ACTIVE dot taller */
.slideshow__controls .slider-counter__link--dots.slider-counter__link--active .dot{
  height: 27px !important;
    width: 27px !important;
    border:0px !important;
  background: #aa6100 !important;
}

 .section .slideshow {
  min-height:761px !important;
}

#Slider-{{ section.id }} {
  background-color:rgb(243, 235, 235);
} */
.color-scheme-1 {
  background:red !important;
}
#shopify-section-{{ section.id }} {
  background: #F4F4F4 !important;
}

#shopify-section-{{ section.id }} {
  background-color: #ffffff !important;
  --color-background: 255, 255, 255;
}
#Slider-{{ section.id }} {
  --color-background: 255, 255, 255;
}
#Slider-{{ section.id }} {
  background-color: #ffffff !important;
}
.slideshow__text  {
  background:none !important;
max-width:600px !important;
width:100%;
}

@media (max-width: 780px) {
  .insta {
  margin-top:30px !important;
}
}
@media (max-width: 780px) {
  .slideshow__text {
max-width:400px !important;
  }
}
@media (max-width: 780px) {
  .slideshow__text h2 {
font-size: 25px !important;
line-height: 30px !important;
  }
}
.slideshow__text h2 {
  text-align:left !important;
  font-family: 'Dancing Script', cursive !important;
  color: #000;
font-size: 70px;
font-style: bolder;
font-weight: 900;
line-height: 70px; /* 100% */
}
@media (max-width: 780px) {
.banner__text p {
font-size: 18px !important;
  }
}
.banner__text p {
color: #281D33;
  font-family: 'Nunito', sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.banner_button{
  background-color: #cc8500 !important;
  max-width: 215px !important;
  width:100%;
min-height: 54px;
border:0px !important;
border-radius:50px !important;

}
.banner__button a {
  color: #000;
  font-family: 'Nunito', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
#shopify-section-{{ section.id }} {
  background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%) !important;
}
@media (max-width: 780px) {

  
 .card-title-row {
    display: block  !important;
    
  }
  .card-icons{
    margin-bottom:20px;
    margin-top:20px;
  }

}
/* ===============================
   FOOTER BASE
================================ */

.footer-root {
  background-color: #884100;
  color: #ffffff;
  padding: 20px 0;
  font-family: 'Nunito', sans-serif;
}

.footer-container {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
}

/* ===============================
   LEFT COLUMN
================================ */

.footer-left {
  flex: 0 0 70%;
  padding-right: 20px;
}

.footer-logo {
  margin-top: 10px;
}

.footer-logo img {
  max-width: 100%;
  height: auto;
}

.footer-description {
  font-size: 20px !important;
  font-weight: 400;
  margin: 20px 0;
  margin-top:0px !important;
}

/* ===============================
   NEWSLETTER
================================ */

.footer-newsletter {
  max-width: 690px;
}

.newsletter-input-wrap {
  position: relative;
  width: 317px;
  height: 50px;
}

.newsletter-input {
  width: 100%;
  height: 100%;
  padding: 10px;
  padding-right: 70px;
  border: 1px solid #ccc;
}

.newsletter-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: #989898;
  color: #fff;
  border: none;
  min-height: 41px;
  padding: 0 16px;
  cursor: pointer;
}

/* ===============================
   CONTACTS
================================ */

.footer-contacts-row {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap:100px;
}

.footer_contacts {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 700;
}

.footer_contacts a {
  color: #fff;
  text-decoration: none;
}

/* ===============================
   RIGHT COLUMN
================================ */

.footer-right {
  flex: 0 0 30%;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
}

.footer-heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color:white;
}

.footer-links-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer_links {
  color: #fff;
  font-size: 16px;
  padding: 5px 0;
  text-decoration: none;
}

/* ===============================
   BOTTOM BAR
================================ */

.footer-bottom {
  background-color: #aa6100;
  margin-top: 20px;
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom small {
  font-size: 16px;
  font-weight: 400;
}

/* ===============================
   MOBILE RESPONSIVE
================================ */

@media (max-width: 991px) {

  .footer-container {
    flex-direction: column;
    /* gap: 32px; */
  }
  .product {
    margin-left:24px !important;
 margin-right: 24px !important;
  }
.product__title h1 {
  font-size:20px !important;
}
.product__description h3 {
  font-size:15px !important;
}
.product__title p {
  font-size:12px !important;
}
.product-grid li {
  margin-bottom:20px !important;
}
  .footer-left,
  .footer-right {
    flex: 0 0 100%;
    padding: 0;
    text-align: left;
  }

  .footer-links-wrap {
    align-items: flex-start;
  }

  .newsletter-input-wrap {
    width: 100%;
  }

  .footer-contacts-row {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}
.prod_icon_button{
  filter: drop-shadow(0 3px 16px rgba(118, 104, 217, 0.16));
  width: 48px;
  height: 48px;
  border-radius:50%;
  background:white;
  border:0px !important;
}
@media screen and (max-width: 460px) {
  .button_image {
    font-size: 14px !important;
  /* padding-left: 0px !important;
  padding-right: 0px !important; */
  }
}
.slideshow__autoplay {
  display:none !important;
}

@media screen and (max-width: 767px) {
  .product_title_mobile{
    font-size:20px !important;
  }
    .footer-description{
    font-size:12px !important;
  }
  .related-products__heading{
    font-size:26px !important;
  }
  .section-template--27334532989009__main-padding {
  padding-bottom: 0px !important;
}
.grid--1-col-mobile .card__inner .media {
    position: relative;
    width: 100%;
    /* This overrides the 100% or 150% padding-bottom usually found in Dawn */
    padding-bottom: 0 !important; 
height:40vh !important;
  }
.grid--1-col-mobile .card__inner  {
   height:45vh !important;

  }
  /* 2. Make sure the image fills the new height correctly */
  .grid--1-col-mobile .card__inner .media img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover; 
  }
.grid--1-col-mobile .grid__item {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px; /* Space between products */
  }
  /* 3. Adjust the card container to fit the content */
  .grid--1-col-mobile .card {
    height: auto;
  }
 

  .inline-richtext{
    margin-left:auto !important;
 margin-right: auto !important;
}
   .footer-contacts-row {
    gap: 0px !important;
  }
  /* .slideshow__media{
    height:20rem !important;
  } */

   .banner__text p {
    font-size: 15px !important;
  }
  .banner__text p {
    text-align: center;
  }
  .banner_button {
     margin-left:auto !important;
 margin-right: auto !important;
 
  }

  .kookie{
    padding-left:24px !important;
    padding-right:24px !important;
  }
  .image-with-text__content{
    padding-top:15px !important;
  }
  .banner--mobile-bottom .banner__box {
  padding: 0rem 1.5rem !important;
}
  /* .image-with-text__heading{
    font-size:30px !important;
  } */
  .kookie-of-the-week{
    min-height:180px !important;
  }
  .kookie-title{
    font-size:25px !important;
  }
  .kookie-subtitle span{
    font-size:18px !important;
  }

  .footer-logo img {
    width:150px !important
  }
  .footer_contacts a {
    font-size:12px !important;
  }
  .product_sec p{
    font-size:18px !important;
  }
  .prod_icon_button{
    width: 35px;
  height: 35px;
  }
  .card-icon-btn svg {
    width:18px;
    height:18px;
  }
.image-with-text__content{
  padding-right:3px !important;
  padding-left:3px !important;
}
  .product-card-wrapper{
    margin-left:24px !important;
    margin-right:24px !important;
  }
  .view_all_button{
     margin-left:24px !important;
    margin-right:24px !important;
  }
  .row-container {
 display: flex !important;
  justify-content: center !important; /* Centers horizontally */
  align-items: center !important;     /* Centers vertically */
  width: 100% !important;
  margin-left:auto !important;
 margin-right: auto !important;
}
.responsive_cards{
margin-left:auto !important;
 margin-right: auto !important;
}
.insta svg{
  width:25px !important;
  height:25px !important;
}
}
#featured-products{
  background-color:transparent !important;
}

.banner_button:hover {
  background-color: #d89a3a !important; /* Changes background to black */
  color: white !important;           /* Changes text to white */
}
.insta svg:hover path {
  stroke:#d89a3a !important;
}
.view_all:hover {
   background-color: #d89a3a !important; /* Changes background to black */
  color: white !important;           /* Changes text to white */
  border:0px !important;
}
.utility-icon svg:hover path {
  stroke:#d89a3a !important;
  fill:#d89a3a !important;
}
.view_all:hover svg path {
  fill: white;
}
.search__button_header svg:hover path{
  fill: #d89a3a !important;
}
.button_image:hover {
   background-color: #d89a3a !important; /* Changes background to black */
  color: white !important;           /* Changes text to white */
  border:0px !important;
}
/* This makes the arrow turn white when you hover over the button */
.banner_button:hover svg path {
  fill: white;
}


.whatsapp-btn {
  background-color: #25D366;
  border:1px solid #1EBE5D !important;
  color: #ffffff;
   border-radius:0px !important;
}

.whatsapp-btn:hover {
  background-color: #1ebe5d;
  color: #ffffff;
}

.whatsapp-btn:disabled {
  opacity: 0.6;
}
.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after {
  box-shadow:none !important;
  border-radius:0px !important;
}
.promo-banner-sale {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a033ff !important; /* The vibrant purple from your image */
  padding: 12px 20px;
  margin: 15px 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(160, 51, 255, 0.3);
}

.promo-content-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .promo-content-inner {
  font-size: 11px;
  gap: 5px;
  }
  .promo-emoji {
  font-size: 10px;
}
}
.promo-emoji {
  font-size: 18px;
  animation: flicker 1.5s infinite;
}

.promo-message {
  white-space: nowrap;
  margin-top:4px;
}

.promo-timer {
  color: #ffda44; /* The yellow/gold color for the time */
  /* margin-left: 5px; */
  min-width: 120px;
   margin-top:4px;
}

/* Flicker animation for the fire emoji */
@keyframes flicker {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.8; }
}

/* Optional: Adding the shimmer effect from your previous code to make it pop */
.promo-banner-sale::after {
  content: "";
  position: absolute;
  top: 0; left: -100%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: skewX(-20deg);
  animation: shimmer 4s infinite;
}

@keyframes shimmer {
  100% { left: 200%; }
}
/* Update all Judge.me stars to your target color */
.jdgm-preview-badge .jdgm-star,
.jdgm-rev-widg .jdgm-star,
.jdgm-widget .jdgm-star,
.jdgm-star.jdgm--on,
.jdgm-form__rating .jdgm-star {
    color: #FFC107 !important;
}

/* Optional: Sets the empty/off stars to a lighter version of your color */
.jdgm-star.jdgm--off {
    color: #FFC107 !important;
    opacity: 0.3;
}
.jdgm-rev-widget, 
#judgeme_product_reviews,
.jdgm-widget {
  max-width: 1440px !important;
  width: 100% !important;
  margin: 0 auto !important;
  display: block !important;
}
.rating-star {
   --color-rating-star: #FFC107 !important;
}
@media screen and (max-width: 750px) {
    .card__information {
      padding: 1.3rem 0 !important;
    } 
     .collection-hero{
      padding-left:20px !important;
      padding-right:20px !important;
    }
    .facets-container{
 padding-left:20px;
      padding-right:20px;
    }
  }
  
  /* 1. The Clamped State (Default) */
.description-clamped {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Standardize to 3 lines (or 2 if you prefer) */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-height 0.3s ease; 
}

/* 2. The Expanded State (Triggered by JS) */
.description-expanded {
  display: block; /* Returns to normal flow */
  -webkit-line-clamp: unset;
  overflow: visible;
}

  .read-more-btn {
    display: block;
    margin-top: -10px;
    margin-bottom:50px;
    background: none;
    border: none;
    color: #383838; /* Uses your theme color */
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
  }
