

/* Remove backgrounds from all header sub-sections */
.announcement-bar, 
.custom-header, 
.custom-header__main_menu {
    background: transparent !important;
    background-color: transparent !important;

}
.whatsapp img{
    width: unset !important;
}

/* Style the search bar for the 'Dark' look */
.custom-header__search input.search__input {
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    border-radius: 4px;
}

    cart-items-component .cart-items td {
        padding: 8px!important;
       
    }
    cart-items-component .cart-item__image-container {
    
    min-width: 12rem!important;}
quantity-selector-component.quantity-selector.quantity.cart-quantity{
  border: 1px solid #828282;
}
.svg-wrapper.icon-remove{
  width: 1.5rem;
    height: 1.5rem;
}
cart-items-component .cart-items th {
    padding-block: .8rem!important;
}
.sample-modal-header {
  position: relative;
  padding-right: 30px; /* Space for the cross */
}
.sample-modal-close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  line-height: 1;
}

.sample-modal-close:hover {
  color: #333;
  text-decoration: none;
}
.sample-modal-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0,0,0,0.8) !important; /* Slightly darker for focus */
  z-index: 2147483647 !important; /* Maximum possible z-index */
  display: none; 
  justify-content: center !important;
  align-items: center !important;
  padding: 20px;
  pointer-events: all;
}
.hero-heading a:hover, 
.hero-heading a:hover * {
  color: #C7A361 !important;
}
.sample-modal-content {
  background: white;
  width: 100%;
  max-width: 590px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
  margin: auto; /* Extra centering insurance */
}

@keyframes modalIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}
.sample-modal-header {
  background: #c8a461; /* Matches your gold theme */
  padding: 20px; color: black;
}
.sample-modal-header h2 { margin: 0; font-size: 26px; font-weight: bold;color:#000;text-align:center; }
.sample-modal-body {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sample-modal-body p { font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    text-align: center; }
.sample-modal-btn {
  display: inline-block; background: #c8a461; color: #000;
  padding: 12px 25px; border-radius: 5px; text-decoration: none;
  font-weight: bold; margin-top: 10px;
}

/* Fix for the internal blocks to ensure they respect the container */
.announcement-bar__container > * {
    flex: 1;
}
/* Styling the Announcement Bar text to match Photopea design */
.announcement-bar p, 
.announcement-bar span, 
.announcement-bar a {
    font-family: 'Poppins', sans-serif !important; /* Design font */
    font-size: 13px !important;                 
    color:#fff!important;
  
}

/* Ensure the checkmark icon aligns with the text */
.announcement-bar p::before {
    margin-right: 5px;
}
/* --- CUSTOM SEARCH BAR STYLING --- */
  
  /* 1. Reset the container to have a border and transparent background */
  .custom-header__search .field {
    display: flex;
    align-items: center;
    background-color: transparent !important;
    border: 1px solid #ffffff; /* White border */
    border-radius: 0px; /* Square corners like mockup */
    padding: 0 10px;
    position: relative;
  }

  /* 2. Style the Input Text (make it white) */
  .custom-header__search .search__input.field__input {
    background-color: transparent !important;
    color: #ffffff; /* White text */
    border: none !important;
    box-shadow: none !important; /* Removes default shadows */
    padding: 12px 10px;
    width: 100%;
    font-size: 16px;
  }

  /* 3. Style the Placeholder Text (what shows before typing) */
  .custom-header__search .search__input::placeholder {
    color: #ffffff;
    opacity: 0.8;
  }

  /* 4. Style the Search Icon (Magnifying glass) */
  .custom-header__search .search__button {
    background: transparent;
    border: none;
    color: #ffffff; /* White icon */
    position: static; /* Fixes position to sit next to text */
    height: auto;
    width: auto;
    padding: 0;
    margin-right: 5px; /* Space between icon and text */
    display: flex;
    align-items: center;
  }
  
  /* 5. Force Icon to the Left */
  /* If the global theme tries to reverse them, this fixes it */
  .custom-header__search .field {
    flex-direction: row !important; 
  }
  
  /* 6. Hide the Reset/Close button initially to keep it clean */
  .custom-header__search .reset__button {
     color: #ffffff;
  }
  /* --- CUSTOM RIGHT SIDE HEADER STYLES --- */

  /* Update main right container */
  .custom-header__right {
    gap: 30px; /* Space between "Free Samples" and the right group */
    color: #ffffff; /* Force white text color */
        padding-top: 5px;
  }

  /* Ensure all links in this section are white */
  .custom-header__right a {
    text-decoration: none;
  }

  /* Style for "Free Samples" link */
  .header-icon-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 16px;
  }

  /* Group for Contact and Cart */
  .header-right-group {
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Right-align the stacked items */
    gap: 5px;
  }

  /* Contact Info Styles */
  .contact-info-block {
    text-align: right;
  }

 .contact-phone {
    font-family: 'Poppins', sans-serif; /* Poppins font */
    font-weight: 600;                   /* SemiBold corresponds to 600 */
    font-size: 13px;                    /* Exact size from image */
    line-height: 14.7px;                /* Exact leading from image */
    letter-spacing: 0px;                /* Tracking 0% */
    color: #ffffff;                     /* White color from image swatch */
   
    display: flex;                      /* Ensures icon and text align */
    align-items: center;
        justify-content: end;
  }
  .drawer__container{
    z-index:999999;
  }
  .font-15 p a{
    text-decoration:none!important;
  }
 .mobile-facets__footer  button:hover{
    color:rgb(199 163 97 / 1.0);
  }
  .phone-icon {
    margin-right: 5px;
  }

  .contact-hours {
    font-size: 12px;
    opacity: 0.9;
  }

  /* Updated Cart Styles */
  .cart-link {
    display: flex;
    align-items: center;
    gap: 8px;
      font-weight: 600;
    font-size: 13px;
  }
  
  /* Override existing image styles for this section to avoid conflicts */
  .custom-header__right img {
    height: auto;
    width: auto;
  }




  .phone-icon {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
  }
  .custom-header__icon-blocks {
    padding-bottom: 10px;
}
 
  /* Menu Container */
  .custom-header__main_menu {
    display: flex;
    justify-content:start;
    align-items: center;
    gap: 20px; /* Space between items */
    width: 100%;
    background: transparent !important; /* Removes white background */
    padding-top:13px;
  }


  /* The Line */
.footer-divider-row::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  pointer-events: none;
  z-index: 1;
}

/* Ensure the line can go outside the footer container */
.section-footer, 
.section--page-width,
.footer-divider-row {
  overflow: visible !important;
}


 .custom-header .icon-block{
      align-items: center;
    gap: 5px;
 }



.template-product .announcement-bar p,
.template-product .announcement-bar span,
.template-product .announcement-bar a,

.template-search .announcement-bar p,
.template-search .announcement-bar span,
.template-search .announcement-bar a,
.template-cart .announcement-bar p,
.template-cart .announcement-bar span,
.template-cart .announcement-bar a,
.template-article .announcement-bar p,
.template-article .announcement-bar span,
.template-article .announcement-bar a {
  color: #000 !important;
  font-weight: 600;
}



.template-product #header-group *:not(
  .header__active-menu-item, 
  .header__active-menu-item *, 
  summary:has(.header__active-menu-item), 
  summary:has(.header__active-menu-item) *,
  .bf-timer-box,                /* Add this line */
  .bf-timer-box *,
  .mobile-drawer__header ,
  .mobile-drawer__header *
),
.template-search #header-group *:not(
  .header__active-menu-item, 
  .header__active-menu-item *, 
  summary:has(.header__active-menu-item), 
  summary:has(.header__active-menu-item) *,
  .bf-timer-box,                /* Add this line */
  .bf-timer-box *,
  .mobile-drawer__header ,
  .mobile-drawer__header *
),
.template-cart #header-group *:not(
  .header__active-menu-item, 
  .header__active-menu-item *, 
  summary:has(.header__active-menu-item), 
  summary:has(.header__active-menu-item) *,
  .bf-timer-box,                /* Add this line */
  .bf-timer-box * ,
  .mobile-drawer__header ,
  .mobile-drawer__header *
), 
.template-article #header-group *:not(
  .header__active-menu-item, 
  .header__active-menu-item *, 
  summary:has(.header__active-menu-item), 
  summary:has(.header__active-menu-item) *,
  .bf-timer-box,                /* Add this line */
  .bf-timer-box * ,
  .mobile-drawer__header ,
  .mobile-drawer__header *
) {
  color: #000 !important;
}

/* Placeholder text */
.template-product .search__input::placeholder,
.template-product .field__input::placeholder,
.template-search .search__input::placeholder,
.template-search .field__input::placeholder,
.template-cart .search__input::placeholder,
.template-cart .field__input::placeholder,
.template-article .search__input::placeholder,
.template-article .field__input::placeholder  {
  color: #666666 !important;
  opacity: 1 !important;
}


/* Style the search bar for the 'Dark' look */
.custom-header__search input.search__input {
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    border-radius: 4px;
}
.announcement-bar {
    flex-wrap: nowrap !important; /* Forces children to stay on one line */
    overflow: hidden;
  }

.announcement-bar__container {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    white-space: nowrap !important; /* Prevents text from breaking */
  }
  .announcement-bar__container > *,
  .announcement-bar__message,
  ._announcement-text {
    white-space: nowrap !important;
    flex-shrink: 0; /* Prevents the items from squishing and wrapping */
  }
  .mega-menu__content .mega-menu__container{
    width: 100%;
    
    padding: 30px var(--page-margin)!important;
    max-width: var(--page-width);}
/* Fix for the internal blocks to ensure they respect the container */
.announcement-bar__container > * {
    flex: 1;
}
/* Styling the Announcement Bar text to match Photopea design */
.announcement-bar p, 
.announcement-bar span, 
.announcement-bar a {
    font-family: 'Poppins', sans-serif !important; /* Design font */
    font-size: 13px !important;                   /* Design size */
  
}
.announcement-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/* Ensure the checkmark icon aligns with the text */
.announcement-bar p::before {
    margin-right: 5px;
}
/* --- CUSTOM SEARCH BAR STYLING --- */
  
  /* 1. Reset the container to have a border and transparent background */
  .custom-header__search .field {
    display: flex;
    align-items: center;
    background-color: transparent !important;
    border: 1px solid #ffffff; /* White border */
    border-radius: 0px; /* Square corners like mockup */
    padding: 0 10px;
    position: relative;
  }

  /* 2. Style the Input Text (make it white) */
  .custom-header__search .search__input.field__input {
    background-color: transparent !important;
    color: #ffffff; /* White text */
    border: none !important;
    box-shadow: none !important; /* Removes default shadows */
    padding: 12px 10px;
    width: 100%;
    font-size: 16px;
  }

  /* 3. Style the Placeholder Text (what shows before typing) */
  .custom-header__search .search__input::placeholder {
    color: #ffffff;
    opacity: 0.8;
  }

  /* 4. Style the Search Icon (Magnifying glass) */
  .custom-header__search .search__button {
    background: transparent;
    border: none;
    color: #ffffff; /* White icon */
    position: static; /* Fixes position to sit next to text */
    height: auto;
    width: auto;
    padding: 0;
    margin-right: 5px; /* Space between icon and text */
    display: flex;
    align-items: center;
  }
  
  /* 5. Force Icon to the Left */
  /* If the global theme tries to reverse them, this fixes it */
  .custom-header__search .field {
    flex-direction: row !important; 
  }
  
  /* 6. Hide the Reset/Close button initially to keep it clean */
  .custom-header__search .reset__button {
     color: #ffffff;
  }
  /* --- CUSTOM RIGHT SIDE HEADER STYLES --- */

  /* Update main right container */
  .custom-header__right {
    gap: 30px; /* Space between "Free Samples" and the right group */
    color: #ffffff; /* Force white text color */
  }

  /* Ensure all links in this section are white */
  .custom-header__right a {
    text-decoration: none;
  }

  /* Style for "Free Samples" link */
  .header-icon-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 16px;
  }

  /* Group for Contact and Cart */
  .header-right-group {
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Right-align the stacked items */
    gap: 5px;
  }

  /* Contact Info Styles */
  .contact-info-block {
    text-align: right;
  }

  .phone-icon {
    margin-right: 5px;
  }

  .contact-hours {
    font-size: 12px;
    opacity: 0.9;
  }

 
  
  /* Override existing image styles for this section to avoid conflicts */
  .custom-header__right img {
    height: auto;
    width: auto;
  }




  .phone-icon {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
  }
 



  /* The Line */
.footer-divider-row::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  pointer-events: none;
  z-index: 1;
}

/* Ensure the line can go outside the footer container */
.section-footer, 
.section--page-width,
.footer-divider-row {
  overflow: visible !important;
}


  /* Overrides the default animated underline */
  .custom-header__main_menu .link--hover-underline:hover .text, 
 .custom-header__main_menu .link--hover-underline:not(:has(.text)):hover {
    background-size: 0 0 !important;
    background-image: none !important;
}


/* Hover effect */
.swiper-button:hover {
  opacity: 1;                          /* Fully opaque on hover */
  transform: scale(1.1);               /* Subtle grow effect */
  background-color: #000000 !important;
}

  .custom-header__main_menu ul.list-menu>li:hover summary{
   
    cursor: pointer;
    text-decoration:none;
   
border-bottom:2px solid #c9a461;
background-color:rgba(255, 255, 255, 0.2);

  }






/* Targets <a class="text"> like the Black Friday link */
a.text {
  font-weight:600;
   font-size:14px;
}

/* .mega-menu__content {
  opacity: 1 !important;
  display: block !important;
  overflow: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
  visibility:visible!important;
} */


.mega-menu__content:not(:has(>.header__submenu-wrapper)){
  padding-top:unset!important;
}

/* Reset list styles inside the mega menu */
.mega-menu__list, 
.list-unstyled {
    list-style: none;
    padding: 0;
    margin: 0;
}




.custom-header__main_menu .link.mega-menu__link--level-2{
  font-size: 13px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #18130c;
    font-weight: 700;
    font-family: "Poppins";
  
 
}
.custom-header__main_menu .link.mega-menu__link--level-3{
  font-size: 13px;
letter-spacing: 0px;
padding:0;
color: #18130c;
font-weight: 500;
font-family: "Poppins";
text-wrap:nowrap;
 position: relative;
  text-decoration: none;
   transition: color 0.3s ease;
}


/* Create the underline using a pseudo-element */
.custom-header__main_menu .link.mega-menu__link--level-3:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px; /* Thickness of the line */
    bottom: 0;
    left: 0;
    background-color: #c4a062; /* Your theme's gold color */
    transform: scaleX(0); /* Hide the line initially */
    transform-origin: bottom right; /* Animation direction */
    transition: transform 0.3s ease-out;
}

/* Animate the line on hover */
.custom-header__main_menu .link.mega-menu__link--level-3:hover:after {
    transform: scaleX(1); /* Show the line */
    transform-origin: bottom left; /* Slide effect from left to right */
}

/* Optional: Change text color on hover to match the line */
.custom-header__main_menu .link.mega-menu__link--level-3:hover {
    color: #c4a062;
}

.hero-heading h2 {
    font-size: 44px;
    letter-spacing: -1px;
    line-height: 44px;
    color: #ffffff;
    
    font-family: "Proxima Nova", sans-serif;
    text-align: center;
   
}
#CartDrawer-Viewcart span {
    color: #fff !important;
}
#CartDrawer-Viewcart span:hover {
    color: #000 !important;
}
.hero-heading p {
    width: 716px;
    max-width: 100%; /* vital for mobile responsiveness */
       color: #e1dfdd;

    font-size: 17px;
    
    font-family: "Poppins", sans-serif;
    text-align: center;
    
}
/* Apply to a specific class or generic span inside your hero */
.hero-heading a span {
    font-size: 15px;
    line-height: 19px;
   
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-align: center;
letter-spacing:normal;
    /* Vital for text-align and line-height to work correctly on a span */
    display: inline-block; 
}
.facets__heading {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    font-family: "Poppins";
    text-align: center;
 
    padding: 7px 0px 12px 0 !important;

}
.facets__form-wrapper-inner {
          
            gap: 0.7rem!important;
        }
.facets__summary {
  
   
    height: 38px!important;
    border: 1px solid #b8b6b6;
}
.trust-icon .icon-block {
  border-radius: 4px;
  background-color: #c8a461;
}
.trust-icon img{
  width:35px!important;
 
      object-fit: unset;
   padding: 7px 4px;

}
.text-center p{
  text-align:center;
}
.template-product .custom-header summary:has(.header__active-menu-item),
.template-cart .custom-header summary:has(.header__active-menu-item),.template-search .custom-header summary:has(.header__active-menu-item) {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.custom-header summary:has(.header__active-menu-item) {
  background-color: #c9a461 !important;
  color: #000000 !important;
}

/* Make each filter dropdown expand to fill the available space */
.facets__form-wrapper-inner > details {
  flex-grow: 1;

}
.down-icons{
      margin-top: -10px;
}
.full-width-divider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 15px;
    margin-bottom: 20px;
}
.order-last {
  grid-column: -1;

}

    .facet-filters__field-label {
          text-transform: uppercase;
        font-weight: 600;}
.divider-custom {
  border: none;
  border-top: 1px solidrgba(0, 0, 0, 0.07);
  width: 100%;
  margin: 0;
}
.pagination__item--current {
    width: 37px;
    height: 37px;
    background-color: #ebe9ec!important;
   box-shadow:unset;
    }
    .pagination__list > li:not(:last-child) {
    margin-right: unset;
}
button#CartDrawer-Checkout:hover * {
  color:#c9a461!important;
}
#CartDrawer .drawer__inner{
  overflow-y:auto;
}
.pagination__item {
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
      width: 37px;
    height: 37px;
   
    font-size: 21px;
    color: #3b3838;
    font-weight: 400;
    font-family: "Poppins";}
span.facets__label {
    font-size: 14px;
    line-height: 9px;
    color: #000000;
    font-weight: 500;
    font-family: "Poppins";
  text-transform:capitalize;
}
        .facets__form-wrapper{
          gap:1rem!important;
        }

.active-facets__button-remove {
 font-size: 12px;
line-height: 7px;
color: #000000;
font-weight: 400;
font-family: "Poppins";
text-decoration:underline;
}
    .active-facets {
        margin-top:unset!important;
    }
.active-facets facet-remove {
  order: 1;
}

/* Push Clear Filters to the END */
.active-facets .active-facets__button-wrapper {
  order: 99;
}
facet-remove > a.active-facets__button {
  background-color: #c8a461;
  border-radius: 6px;
  padding: 3px 10px;
  font-size: 11px;
line-height: 7px;
color: #000000;
font-weight: 500;
font-family: "Poppins";

}
facet-remove > a.active-facets__button span{
   font-size: 11px;
line-height: 7px;
color: #000000;
font-weight: 500;
font-family: "Poppins";
}
/* ----------------------------------------------------------------- */
/* Force Horizontal Layout ONLY when "1 Item Per Row" is selected   */
/* ----------------------------------------------------------------- */



/* 2. Set width for the Image side */
[data-view="1"] .fct-card .image-dim {
  width: 30%;                         /* Image takes 30% of the row */
  min-width: 250px;                   /* Prevents image from becoming too small */
  flex-shrink: 0;                     /* Prevents image from squishing */
}


/* 1. Force the wrapper to be full width */
[data-view="1"] .fct-card {
  display: flex !important;
  flex-direction: row !important;
  width: 100% !important; /* Forces the container to fill the card */
  gap: 20px;
}

/* 2. Fix the Title/Button section */
[data-view="1"] .fct-card .title-btn {
  flex: 1 !important;        /* Correct shorthand for growing to fill space */
  width: 100% !important;    /* Fallback width */
  display: flex !important;  /* Restore the flex display that was crossed out */
  flex-direction: column !important;
  justify-content: center !important;
  text-align: left !important;
}


    /* Target the same selector to override specificity */
    .product-grid[data-view="1"] .card{
        /* Reset the variable that is causing the issue */
        --width-block-media: 100% !important; 
        
    }
    .product-grid[data-view="1"] .fct-actions{
      margin-bottom:12px;
    }
            .facets__form-wrapper-inner {
          
            flex: 1;
        }
  .list-menu--inline {
  gap: 14px;
}
/* Updated style to crop height and keep image centered */
.article-hero-image {
  width: 100%;
  height: 500px; /* Adjust this value to your preferred height */
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 30px;
}


.article-body p{
  margin-bottom: 20px; 
 text-align:left;
font-size: 16px;
line-height: 23px;
color: #5e5e5e;
font-weight: 400;
font-family: "Poppins";

}
/* Removes the gap from the very last paragraph to prevent extra bottom space */
.article-body p:last-child {
  margin-bottom: 0;
}
.article-header h1{
  font-size: 26px;
line-height: 23px;
color: #000000;
font-weight: 700;
font-family: "Poppins";

}
.article-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* This is the key to cropping without distortion */
  object-position: center; /* Ensures the middle of the image stays visible */
  display: block;
}




.article-body {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-top: 30px;
}

.article-body h2, .article-body h3 {
  margin: 30px 0 15px 0;
  color: #000;
}
.blog-list-container {
  display: flex;
  gap: 50px;
  padding: 40px 0;
}

/* Updated Blog List Heading */
.blog-list-heading {
  font-size: 26px;
  line-height: 23px;
  color: #000000;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
  text-align: left;
}

.blog-list-main { flex: 3; }
.blog-list-sidebar { flex: 1; border-left: 1px solid #eee; padding-left: 30px; }

.blog-list-item {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
  align-items: stretch; /* This forces equal height for children */
}

/* Ensure the image container fills that height */
.blog-list-image {
  width: 45%;
  flex-shrink: 0;
  display: flex; /* Helps internal alignment */
}

.blog-list-image img {
  width: 100%;
  height: 100%;     /* Forces image to fill the container height */
  object-fit: cover; /* Prevents stretching/distortion */
  border-radius: 4px;
}

.blog-list-content {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
}
.blog-post-title { font-size: 22px; font-weight: 700; margin-bottom: 10px; }
.blog-post-title a { text-decoration: none; color: #000; }

.blog-post-meta {display: flex; gap: 15px;font-size: 16px;padding-top: 10px;
line-height: 23px;
color: #5e5e5e;
font-weight: 500;
font-family: "Poppins";
}

.blog-post-excerpt { color: #555; line-height: 1.6; margin-bottom: 20px; }

.blog-view-details {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  text-transform: capitalize;
  transition: 0.3s;
  align-self: flex-start;
}
.blog-post-title a:hover {
  color: #c08e30 !important; /* Changes title to gold on hover */
  text-decoration: underline; /* Optional: adds an underline to emphasize the link */
}
.blog-view-details:hover { background: #000; color: #fff; }

.sidebar-heading { display: inline-block; margin-bottom: 20px;
font-size: 26px;
line-height: 23px;
color: #000000;
font-weight: 700;
font-family: "Poppins";
}
.recent-posts-list { list-style: none; padding: 0;margin-top:15px; }
.recent-posts-list a { text-decoration: none;  
font-size: 16px;
color: #818181;
font-weight: 500;
font-family: "Poppins";
}
.recent-posts-list a:hover{
color:#000;}
.recent-posts-list div{
    font-size: 13px;
color: #818181;
}
.recent-posts-list li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e0e0; /* The divider line */
}

/* Removes the line from the very last item in the list */
.recent-posts-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
color: #818181;
font-weight: 500;
font-family: "Poppins";
}
.sidebar-meta { font-size: 12px; color: #999; margin-top: 5px; }
  /* Pagination Styling */
  .gallery-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }

  .page-number {
    width: 28px;
    height: 28px;
   
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #333;
  }

  .page-number.active {
    border: 1px solid #000;
       background: #fff;
  }

  .page-arrow {
    cursor: pointer;
    font-size: 20px;
    color: #333;
    display: flex;
    align-items: center;
  }

  .page-arrow.disabled {
    color: #ccc;
    cursor: not-allowed;
  }
@media (max-width: 1320px) {
  .hero-heading h2 {
    font-size: 34px;line-height:unset;}
   .list-menu--inline {
    gap: 8px;
  }
}
@media (max-width: 1280px) {
   .hero-heading h2 {
    font-size: 24px;
  line-height:unset;}
    .hero-heading p{
      font-size: 14px;
    }
 
}
@media (max-width: 1200px) {
 .footer-col-gap >.layout-panel-flex
      
    {
   /* Your styles here, for example: */
  gap:40px!important;
}

}

@media screen and (max-width: 991px) {
  ul#product-grid {
    display: flex !important;
    flex-wrap: wrap !important; /* Forces items to wrap to the next line */
    gap: 20px !important;
    padding: 0 15px !important;
    list-style: none;
  }

  ul#product-grid .product-grid__item {
    /* (100% / 2) - (gap / 2) */
    width: calc(50% - 10px) !important; 
    max-width: calc(50% - 10px) !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  
  /* Use descendant selector (space) or include the intermediate wrapper class */
  .footer-col-gap >.layout-panel-flex {
    flex-wrap: wrap !important;
    gap: 20px !important; /* Optional: adjust gap for better fit */
  }

  /* Target the columns to make them take up half the width */
  .footer-col-gap>.layout-panel-flex > .group-block ,.footer-col-gap>.layout-panel-flex > .group-block-content{
    width: 100% !important;
    flex: 0 0 100% !important; /* Ensures flex basis is strictly 50% */
  }
}
@media (max-width: 770px) {
   .hero-heading h2 {
    font-size: 20px;
  line-height:unset;}
  .section--full-width :is(.swiper-button.swiper-button-prev,.swiper-button.swiper-button-next) {
    --swiper-navigation-sides-offset: unset;
}

}

@media (max-width: 768px) {
  ul#product-grid {
    display: flex!important;
    flex-direction: column!important;
}
 ul#product-grid .product-grid__item {
   
    width: 100% !important; 
    max-width: unset !important;
  
  }


  trust-icon img {
    width: 40px!important;
  }
  .blog-list-container { flex-direction: column; }
  .blog-list-item { flex-direction: column; }
  .blog-list-image, .blog-list-content { width: 100%; }
   .blog-list-image img {
    height: auto; /* Revert for mobile stacking */
  }

  .article-hero-image {
    height: 250px; /* Shorter height for smaller screens */
  }

}

  @media screen and (max-width: 480px) {
     .sample-modal-header h2 { font-size: 16px; }
  .sample-modal-body p { font-size: 14px; }
  .sample-modal-btn { width: 100%; box-sizing: border-box; } /* Full width button on small phones */
    
}
/* Tablet Responsive: 2 columns per row */
@media screen and (min-width: 750px) and (max-width: 1024px) {
 
 footer .logo-block__image {
   
    width: 180px !important; 
    max-width: 100% !important;
    height: auto !important;
  }

 
footer .footer-first-col .logo-block {
    text-align: left !important;
    display: block !important;
  }
  footer .footer-col-gap > .group-block-content {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    gap: 40px 2% !important; /* Vertical gap of 40px, horizontal gap of 2% */
    justify-content: space-between !important;
  }

  /* Force each column to take up roughly 48% (2 per row) */
  footer .footer-col-gap > .group-block-content > .group-block {
    flex: 0 0 48% !important;
    min-width: 48% !important;
    margin: 0 !important;
  }

  /* Reset the specific widths you have for desktop to let them fill the 48% */
  footer .footer-first-col,
  footer .last-group {
    width: 48% !important;
    min-width: 48% !important;
  }
}
@media screen and (max-width: 1024px){
 .full-width-divider{display:none;}
 .announcement-bar{display:none!important;}
}