/** Shopify CDN: Minification failed

Line 90:0 All "@import" rules must come first
Line 91:0 All "@import" rules must come first
Line 92:0 All "@import" rules must come first
Line 93:0 All "@import" rules must come first

**/
/* 
.quantity {
  width: auto !important;
  height: auto !important;
  display: flex;                     
  align-items: center;              
  gap: 5px !important;                     
  padding: 3px;                     
  border-radius: 999px;            
  overflow: hidden;               
  border-width: 2px;                 
  border-style: solid;              
  border-color: #c5c5c5;             
  box-shadow: inset 0 0 5px 0px rgba(0, 0, 0, 0.2);
}

.cart-quantity::after {
  content: none !important;
}

button.quantity__button {
 display: flex;                                      
  justify-content: center;                           
  align-items: center;                            
  width: 40px;                                
  height: 40px;                               
  border-radius: 50%;                              
  color: #ffffff;                               
  font-weight: bold;                           
  font-size: 1.125rem;        
  text-transform: uppercase;                   
  letter-spacing: 0.05em;                           
  background-image: linear-gradient(to bottom, #9fae7d, #839165) !important; 
  box-shadow:
    inset 0 2px 3px rgba(255, 255, 255, 0.5),
    0 3px 4px rgba(0, 0, 0, 0.2) !important;                   
  transition: all 150ms ease-in-out;   
}

button.quantity__button:hover {
  background-image: linear-gradient(to bottom, #aebd8c, #8fa26f); 
}


button.quantity__button:active {
  transform: translateY(2px);                       
  box-shadow:
    inset 0 2px 3px rgba(0, 0, 0, 0.25),
    0 1px 1px rgba(0, 0, 0, 0.1) !important;                     
}

.quantity__input {
height: 30px !important;   
  width: 40px;              
  border-radius: 999px;            
  color: #839165;                 
  font-weight: 600;           
  text-align: center;          
  border-width: 0;              
  outline: none;                      
  box-shadow: none !important;  
}
 */
 @media(max-width:600px){
   .totals{
    justify-content:space-between !important;

   }
   .tax-note{
    text-align:start !important;
   } 
   #checkout{
     max-width:unset;
    }
  }
    #ProductCount{
  display:none;
}


/* Font Family Imports */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  scroll-behavior: smooth;
}

.cart-quantity {
  align-items: center;
  gap: 10px;
}

.quantity {
  gap: 10px !important;
}

.cart-quantity::after {
  content: none !important;
}

button.quantity__button {
  border: 1px solid #bdc6c0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.quantity__input {
width: 40px ;
height: 40px;
border: 1px solid #000;
flex-grow: 0;
}

cart-items .button::after , .quantity::after {
content: none !important;
}
/* Section spacing */
.dm{
  font-family: "Montserrat", serif;
}
.mont{
   font-family: "Montserrat", sans-serif;
}

.mont-font-all * {
  font-family: "Montserrat", sans-serif;
}

.roboto{
  font-family: "Roboto", sans-serif;
}

.bar {
  font-family: "Barlow", sans-serif;
}

.sec-tb {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sec-t {
  padding-top: 80px;
}

.sec-b {
  padding-bottom: 80px;
}

/* Container width */
.wg-1200 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.wg-900 {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

div:where(.swal2-container) {
  z-index: 999999999 !important;

}

div:where(.swal2-container) * {
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
}

/* Content__N__Visual Liquid */

.li__para__box:not(.card__cmp) ul {
  margin-block-start: 24px;
  margin-left: 48px;
}

.li__para__box:not(.card__cmp) ol {
  margin-block-start: 15px;
  margin-left: 48px;
}

.alpli__para__box ol {
  margin-block-start: 15px;
  margin-left: 30px;
}

.li__para__box.card__cmp ul {
  margin-left: 20px;
}


.li__para__box ul li {
  list-style: disc;
  padding-bottom: 10px;
  line-height: 18px;
}


.li__para__box ol li {
  list-style-type: decimal;
  padding-bottom: 24px;
  line-height: 18px;
}

.upper__alpha__li {
  margin-block-start: 15px;
  margin-left: 48px;
}

.alpha-list-upper {
  list-style-type: upper-alpha;
}

.alpha-list-upper::marker {
  font-size: 21px;
}

.alpha-list-upper ol li {
  list-style-type: lower-alpha;
  margin-bottom: 15px;
}

.alpha-list-upper ol li ol li {
  list-style-type: decimal;
}

.alpha-list-upper ol.aphas li{
  list-style-type: lower-alpha !important;
}

.alpha-list-upper ol.aplha-decimal li {
  list-style-type: decimal;
} 

.alpha-list-upper ol.lower-roman li {
  list-style-type: lower-roman;
}

footer .list-menu__item--link {
    position: relative;
    text-decoration: none !important;
 }

 footer .list-menu__item--link::after  {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px; /* adjust spacing */
  border-bottom: 1px solid #fff;
  transform: scaleX(0);
  transform-origin: 100% 0%;
  transition: transform 0.25s ease;
}

footer .list-menu__item--link:hover::after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}

.underline__method {
  position: relative;
  text-decoration: none !important;
}

.underline__method:hover {
  color: #be5d04 !important;
}


/* _________________________  CSS FOR SEARCH SUGGESTIONS START _____________________________ */

.predictive-search * {
  font-family: "Montserrat", sans-serif;
}

.predictive-search .predictive-search__heading {
  color: #4e4e4e;
  font-size: 12px;
  font-weight: 500;
}

.predictive-search a p {
  position: relative;
  text-decoration: none !important;
}

.predictive-search a p::after  {
content: "";
display: block;
position: absolute;
left: 0;
right: 0;
bottom: -2px; /* adjust spacing */
border-bottom: 1px solid #4e4e4e;
transform: scaleX(0);
transform-origin: 100% 0%;
transition: transform 0.25s ease;
}

.predictive-search a:hover p::after {
transform: scaleX(1);
transform-origin: 0% 50%;
}


/* _________________________  CSS FOR SEARCH SUGGESTIONS END  _____________________________ */

/* Laptop and tablets up to 1350px */
@media (max-width: 1350px) {
  .sec-tb {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .sec-t {
    padding-top: 70px;
  }
  .sec-b {
    padding-bottom: 70px;
  }
}

/* Mobile below 600px */
@media (max-width: 600px) {
  .sec-tb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sec-t {
    padding-top: 50px;
  }
  .sec-b {
    padding-bottom: 50px;
  }
}



/* Headings and Paragraphs */

.h-45-36-28-22 {
  font-size: 45px;
}

@media (max-width: 1350px) {
  .h-45-36-28-22 {
  font-size: 36px;
  }
}

@media (max-width: 767px) {
  .h-45-36-28-22 {
    font-size: 28px;
  }

  /* For Page Masthead  */
  .sm__bg__icon {
    background-size: 60px;
  }

  .upper__alpha__li {
    margin-left: 30px !important;
  }
  .alpha-list-upper::marker {
    font-size: 18px !important;
  }
}

@media (max-width: 600px) {
  .h-45-36-28-22 {
    font-size: 22px;
  }
}


/* Subheading: 24px desktop, 20px tablet, 18px mobile */
.h-24-20-16 {
  font-size: 24px;
}

@media (max-width: 767px) {
  .h-24-20-16 {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .h-24-20-16 {
    font-size: 16px;
  }
}

/* Paragraph:  desktop, tablet, mobile */
.p-18-16-14 {
  font-size: 18px;
}
.p-16-14 {
  font-size: 16px;
}

@media (max-width: 1350px) {
  .p-18-16-14 {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .p-18-16-14  {
    font-size: 14px;
  }
  .p-16-14  {
    font-size: 14px;
  }
}

.line-clamp-2{
 
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;

}

:root {
    --ast-global-color-0: #723317;
    --ast-global-color-1: #541311;
    --ast-global-color-2: #5a595c;
    --ast-global-color-3: #35421d;
    --ast-global-color-4: #7f9260;
    --ast-global-color-5: #bdc6c0;
    --ast-global-color-6: #b64f27;
    --ast-global-color-7: #cbb44f;
    --ast-global-color-8: #ce9e39;
}
.h-color{
color:var(--ast-global-color-2);
}

.anchorTag{
  text-decoration:underline;
}

/* .title-animation,.video-section-title ,.tabs-title ,.category-title ,.pro-title{
  opacity: 0;
  transform: translateY(30px);
  transition: all .5s ease;
}

.title-animation.show ,.video-section-title.show ,.tabs-title.show ,.category-title.show ,.pro-title.show {
  opacity: 1;
  transform: translateY(0);
} */
.hover-text ,.category-title {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  color: black; /* base text color */
  transition: color 0.3s ease;
  cursor: pointer;
  --x: 50%;
  --y: 50%;
  --r: 100px; /* radius of the gradient effect */
}

.hover-text::before ,.category-title::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle 100px at var(--x) var(--y), rgba(0,0,0,0.8), transparent);
  pointer-events: none;
  mix-blend-mode: lighten; /* this blends the gradient with the text */
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hover-text:hover::before ,.category-title:hover::before{
  opacity: 1;
}
