@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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght,CRSV@100..900,0&display=swap');

.logo{
	height: 30px;
	width: 160px;

}


.navbar {
  background-color: #ffffff !important;
  border-bottom: 1px solid #e5e5e5;
}

/* Search Bar */
.navbar input.form-control {
  height: 42px;
  border-radius: 30px;
  border: 2px solid #2976d3;
  background-color: #fff;
  color: #333;
}

.navbar input.form-control:focus {
  background-color: #fff;
  border-color: #2976d3;
  box-shadow: 0 0 0 2px #2976d3;
}

.navbar .bi-search {
  font-size: 18px;
  color: #777;
}

.navbar .bi {
  color: #333;
  cursor: pointer;
  transition: 0.2s ease;
}

.navbar .bi:hover {
  color: #ff9800;
  transform: scale(1.1);
}


/* Cart Badge */
.navbar .badge {
  font-size: 10px;
  padding: 4px 6px;
}
.dropdown{
  padding: 20px;
}
.navbar-toggler{
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.navbar-nav .nav-link {
  color: #21313c; !important;
  padding: 10px 16px;
  font-size: 15px;
  transition: 0.25s ease;
  font-family: "Geologica", sans-serif;
}

.navbar-nav .nav-link:hover {
  color:  #2976d3; !important;  /*blue*/
  background-color: #f7f7f7;
  border-radius: 5px;
}

/* Active menu item */
.navbar-nav .nav-link.active {
  color: #000 !important;
  font-weight: 600;
  border-bottom: 2px solid #ff9800;
}

/* Dropdown menu */
.dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #ddd;
}

.dropdown-item {
  color: #444;
  padding: 8px 15px;
  font-size: 14px;
}

.dropdown-item:hover {
  background-color: #f0f0f0;
  color: #000;
}

/* ------------------------------------
   MOBILE VIEW FIXES
------------------------------------ */
@media (max-width: 991px) {

  /* Row 1 spacing */
  .navbar .flex-grow-1 {
    margin-left: 10px;
    margin-right: 10px;
  }

  /* Mobile menu background */
  #menuBar {
    background-color: #ffffff;
    padding: 15px 0;
    border-top: 1px solid #eee;
  }

  .navbar-nav .nav-link {
    padding: 12px;
  }

  .dropdown-menu {
    width: 100%;
  }
}






    /* Hover dropdown for desktop */
    @media (min-width: 992px) {
      .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
      }
      .dropdown-menu {
        border: none;
        box-shadow: none;
      }
    }

.main-link {
    font-weight: 700;
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
}
.main-link:hover {
    color: #2976d3;
}
.toggle-sub-btn {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: color 0.3s;
}
.toggle-sub-btn:hover {
    color: #2976d3;
}
.collapse a {
    display: block;
    padding: 5px 0 5px 15px;
    color: #26262A;
    text-decoration: none;
}
.collapse a:hover {
    color: #2976d3;
}


.feather{
  color: #9e9e9e;
}
.hedding{
 font-family: "Inter", sans-serif; 
 color: black;
 margin-bottom: 25px;
}
.category{
border-color: #d6d6d6;
border-style: solid;
border-width: 1px;
border-radius: 10px;
cursor: pointer;
padding-top: 32px;
padding-bottom: 32px;
}

.category:hover{
border-color: #2976d3;
border-style: solid;
border-width: 1px;
border-radius: 10px;
cursor: pointer;
box-sizing: border-box;
 box-shadow: 0 4px 12px rgba(0,0,0,0.2);

}

.categoryimg{
display: block;
margin:  auto;

}

.category p{
    text-align: center;
    margin-top: 10px;
     font-family: "Inter", sans-serif; 
    color: #919191;
    font-size: 15px;
}
.categoryy:hover{
border-color: #2976d3;
border-style: solid;
border-width: 1px;
border-radius: 10px;
cursor: pointer;
box-sizing: border-box;
 box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.banner{
  border-radius: 10px;
  background-image: url("../images/vegtebles.jpg");
  background-repeat: no-repeat;
  background-position:center;
 background-size: 660px 300px;
  padding-left: 40px;
  padding-top: 50px; 
  padding-bottom: 30px; 
}

.banner1{
  border-radius: 10px;
  background-image: url("../images/bred.jpg");
  background-repeat: no-repeat;
  background-position:center;
background-size: 660px 300px;
  padding-left: 40px;
  padding-top: 50px; 
  padding-bottom: 30px;  
}

.banner h3{
  font-family: "Inter", sans-serif; 
  color: #21313c;
}
.banner p{
  font-family: "Inter", sans-serif; 
  color: #919191;
}

.banner1 h3{
  font-family: "Inter", sans-serif; 
  color: #21313c;
}
.banner1 p{
  font-family: "Inter", sans-serif; 
  color: #919191;
}

.bannerbutton{
  background-color: #001e2b;
  border-radius:5px;
  color: white;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  border: none;
}
.bannerbutton:hover{
  background-color: #053347;
  border-radius:5px;
  color: white;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  border: none;
}
.addbutton{
  float: right;
}

.fetcher h6{
  margin-top: 20px;
   font-family: "Inter", sans-serif; 
}

.fetcher p{
  margin-top: 10px;
  font-family: "Inter", sans-serif; 
  color: #5c6c75;
  font-size: 14px;
}
.policy{
color: #009614;
}
.policy:hover{
color: #026b10;
cursor: pointer;
}
.footer-background{
  background-color: #f0f2f3;
}
.footertext a{
    padding: 2px 0;
    padding-left: 16px;
    color: #5c6c75; 
    font-family: "Inter", sans-serif;
    font-size: 14px;
}
.footertext a:hover{
  color: #2976d3;
}

.footertext1{
  font-size: 13px;
  font-family: "Inter", sans-serif;
  color: #5c6c75;
}
.footertext1 span{
  color: #0AAD0A;
  cursor: pointer;
}



@media (max-width: 768px) {
  .footertext a {
    padding-left: 8px;
  }
  .footertext1 {
    font-size: 12px;
  }
  img {
    max-width: 100%;
  }
}

.offcanvas .collapsing {
  transition: none !important;
}



/* card timer------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------*/

.container3 {
  max-width: 1200px;
  margin: auto;
}

.timebanner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 20px;
}
/* left banner */
.banner4 {
  background-image: url("../images/banner-deal.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner4 h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

.banner4 p {
  margin-bottom: 20px;
}

.banner4 button {
  width: 140px;
  padding: 12px;
  background: #16a34a;
  color: #fff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
}

/* product card */
.timercard {
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
}

.timercard img {
  height: 180px;
  object-fit: contain;
}

.timmercategory {
  color: #777;
  font-size: 13px;
}

.timertitle {
  font-weight: bold;
  margin: 8px 0;
}

.timerprice {
  color: #16a34a;
  font-weight: bold;
}

.timerold-price {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
}

.timerrating {
  color: gold;
  font-size: 14px;
  margin: 6px 0;
}

.timeradd-card {
  
  padding: 12px;
  width: 100%;
  border: none;
  border-radius: 30px;
  background: #16a34a;
  color: #fff;
  cursor: pointer;
}



/* timer */
.timer1 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.time1-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 6px;
  width: 22%;
  font-size: 13px;
  font-family: "Inter", sans-serif; 
}
.daily-heading {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}


/* =====================
   TABLET (≤ 992px)
===================== */

@media (max-width: 992px) {

  .timebanner {
    grid-template-columns: 1fr 1fr;
  }

  .banner4 {
    grid-column: span 2;
    min-height: 220px;
  }

  .daily-heading {
    font-size: 22px;
  }
}

/* =====================
   MOBILE (≤ 576px)
   Banner first → swipe right for products
===================== */

@media (max-width: 576px) {

     .timebanner {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }
  
   .timebanner::-webkit-scrollbar {
    height: 6px;
  }

  .timebanner::-webkit-scrollbar-track {
    background: #e5e5e5;
    border-radius: 10px;
  }

  .timebanner::-webkit-scrollbar-thumb {
    background: #16a34a;
    border-radius: 10px;
  }

  /* Banner full screen first */
  .banner4 {
    min-width: 100%;
    min-height: 180px;
    text-align: center;
    scroll-snap-align: start;
    flex-shrink: 0;
    padding: 20px; 
  }

  /* Products swipe cheythaal */
  .timercard {
    min-width: 85%;
    flex-shrink: 0;
    scroll-snap-align: start;
  }

  .daily-heading {
    font-size: 20px;
    text-align: left;
  }
}





/* first page close ---------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------*/







































































/* secont page ---------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------*/






.sidebar h3 {
  margin: 20px 0 10px;
  font-size: 16px;
}

/* Category Dropdown */
.category1 {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.category1-title {
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
}

.arrow {
  transition: transform 0.2s ease;
}

.category1-items {
  display: none;
  padding-left: 15px;
  margin-top: 6px;
}

.category1-items li {
  padding: 4px 0;
  font-size: 14px;
  cursor: pointer;
}



/* Main */
.content {
  flex: 1;
  margin-left: 20px;
}





.sale { background: red; }
.hot { background: orange; }


/* =========================
   RESPONSIVE
========================= */

/* Tablet */
@media (max-width: 1024px) {
  .content {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .content {
    margin-left: 0;
  }
}


.store-filter {
  margin-top: 20px;
}

.store-filter h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.store-search {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 12px;
}

.store-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.store-list label {
  font-size: 14px;
  color: #444;
  cursor: pointer;
}

.store-list input {
  margin-right: 8px;
}


/* price-range ---------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------*/
.price-filter {
  margin-top: 20px;
}
.price-filter {
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.price-filter h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #222;
}

/* RANGE WRAPPER */
.range-container {
  position: relative;
  height: 13px;
  margin: 10px 0;
  background: linear-gradient(to right, #e5e5e5 0%, #e5e5e5 100%);
  border-radius: 6px;
}

/* BOTH SLIDERS */
.range-container input[type="range"] {
  position: absolute;
  width: 100%;
  top: 13%;
  transform: translateY(-50%);
  pointer-events: none;
  appearance: none;
  background: none;
}

/* TRACK */
.range-container input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 6px;
  background: transparent;
}

.range-container input[type="range"]::-moz-range-track {
  height: 4px;
  border-radius: 6px;
  background: transparent;
}

/* THUMB */
.range-container input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
  appearance: none;
    height: 14px;
  width: 14px;
  background: #ffffff;
  border: 3px solid #2ecc71;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: transform 0.2s ease;
}

.range-container input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}

.range-container input[type="range"]::-moz-range-thumb {
  pprice-textointer-events: auto;
  height: 14px;
  width: 14px;
  background: #ffffff;
  border: 3px solid #2ecc71;
  border-radius: 50%;
  cursor: pointer;
}

/* PRICE TEXT */
.price-text {
  font-size: 13px;
  color: #555;
  margin-top: 8px;
}


.container1 {
  display: flex;
  gap: 20px;
  padding: 20px;
  
}










.controls{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:20px;
}

.price{
  font-weight:600;
}

.price del{
  font-weight:400;
  color:#999;
  margin-left:5px;
}

.add-btn{
  background:#2976d3;
  border:none;
  color:#fff;
  padding:4px 12px;
  border-radius:6px;
  font-size:14px;
}

* {
  box-sizing: border-box;
}



/* ===== SIDEBAR ===== */
.sidebar {
  width: 260px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}


.category1.active .category1-items {
  display: block;
}

.arrow {
  transition: .3s;
}

.category1.active .arrow {
  transform: rotate(90deg);
}



/* HEADER */
.content-header {
  background: #eef0ee;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 15px;
}

/* ===== PRODUCT GRID ===== */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* ===== PRODUCT CARD ===== */
.product-card {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  position: relative;
  border: 1px solid #e0e0e0;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.product-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}


.product-card img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}

/* BADGES */
.badge-sale {
  position: absolute;
  top: 10px;
  left: 10px;
  background: red;
  color: #fff;
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 4px;
}

.badge-sale1 {
  position: absolute;
  top: 10px;
  left: 10px;
  background: green;
  color: #fff;
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 4px;
}


/* RATING */
.rating {
  font-size: 13px;
  color: #f4b400;
}
.rating1 {
  font-size: 15px;
  color: #f4b400;
}

/* PRICE ROW */
.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .container1 {
    flex-direction: column;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}



/* pagination ---------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------*/

.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0px;
}

.pagination li a {
  display: block;
  padding: 12px 18px;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  color: gray;
  margin: 0 4px;
  border-radius: 5px;
  font-size: bold;
  transition: background-color 0.2s; 

}

.pagination li a.active {
  background-color: #4CAF50;
  color: white;
}

.pagination li a:hover:not(.active) {
  background-color: #07a349;
  border: none;
  color: white;
}



/* responcive -----------------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------*/



/* MOBILE & TABLET */
@media (max-width: 1024px) {
  .sidebar {
    width: 200px;
  }
}


/* DESKTOP VIEW - sidebar always visible */
@media (min-width: 1025px) {
  .sidebar.offcanvas {
    width: 260px !important;
    position: static;
    transform: none !important;
    visibility: visible !important;
    display: block !important;

  }
}


.offcanvas {
  height: 100vh;
  border-right: none !important;
}

.offcanvas-body {
  overflow-y: auto;
}



/* ===== MOBILE HEADER ===== */
.mobile-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* TITLE BOX */
.mobile-title {
  background: #eef0ee;
  padding: 30px;
  border-radius: 10px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

/* COUNT + FILTER */
.mobile-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* FILTER BUTTON */
.filter-btn {
  border: 1px solid #ddd;
  background: #fff;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 14px;
}

/* DROPDOWNS ROW */
.mobile-controls {
  display: flex;
  gap: 10px;
}

.mobile-controls select {
  flex: 1;
}


.arrow {
  transition: transform 0.3s ease;
}

/* shop page close--------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------*/

















/* about us page start------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------*/


.abouthead h2 {
  color: #21313c;
  font-size: 32px;
  font-weight: 500;

}

.abouthead p {
  max-width: 420px;
  font-size: 20px;
  font-weight: 450;
  color: #5c6c71;
}


.feature-card {
  border-radius: 12px;
  height: 100%;
  background-color: #f1f3f5 !important; 
  border: none !important;  
  height: 100%;

}
.feature-card img {
width: 120px;
margin-bottom: 20px;
 }
.btn-dark {
border-radius: 10px;
padding: 10px 18px;
 font-family: "Inter", sans-serif; 
}
.feature-card:hover {
  border-color: #adb5bd;
} 
.feature-card h5,p{
  font-family: "Inter", sans-serif; 
  
}
.help-center{
  margin-top: 20px;
  font-size: 15px;
  font-family: "Inter", sans-serif; 
}
.help-center1{
  margin-top: 30px;
  font-size: 15px;
  font-family: "Inter", sans-serif; 
  color: #009614;
}

.help-center1:hover{
color: #026b10;
cursor: pointer;
}



.stats-section {
  background-color: #1b8a52; /* green */
  padding: 60px 0;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.stats-text h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 16px;
}

.stats-text p {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 60px;
}

.stats-row h1 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 8px;
}

.stats-row span {
  font-size: 14px;
  opacity: 0.9;
}

/* Mobile */
@media (max-width: 575px) {
  .stats-text {
    text-align: center;
  }

  .stats-row {
    text-align: center;
  }

  .stats-row h1 {
    font-size: 36px;
  }
}









  .container-carousell {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
  }

  /* Header */
  .carousell-header {
    display: flex;
    justify-content: space-between; /* Heading left, buttons right */
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap; /* allow wrapping on mobile */
  }
  .carousell-header h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
  }
  .carousell-controls {
    display: flex;
    gap: 10px;
    margin-top: 10px; /* on mobile wrap, small spacing */
  }
  .carousell-controls button {
    border: none;
    background: #f1f3f5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    transition: background 0.3s;
  }
  .carousell-controls button:hover {
    background: #ddd;
  }

  /* Carousel wrapper */
  .carousell-wrapper {
    overflow: hidden;
  }
  .carousell {
    display: flex;
    gap: 20px;
    scroll-behavior: smooth;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
  }
  .carousell::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }

  /* Cards */
  .leader-card {
    min-width: 260px;
    background: #f7f8f6;
    border-radius: 14px;
    padding: 20px;
    flex-shrink: 0;
    text-align: center;
  }
  .leader-card h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .leader-card p {
    font-size: 13px;
    color: #6c757d;
    margin-bottom: 15px;
  }
  .leader-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
  }

  /* Responsive */
  @media (max-width: 991px) {
    .carousell-header h2 {
      font-size: 24px;
    }
  }

  @media (max-width: 575px) {
    .carousell-header {
      flex-direction: column;
      align-items: flex-start;
    }
    .carousell-controls {
      margin-top: 10px;
    }
    .leader-card {
      min-width: 80%;
    }
  }





  /* product page start------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------*/
.mini-tittle{
  color: #2976d3; 
  text-decoration: none;
  transition: color 0.3s;
  font-family: "Inter", sans-serif;
}

.mini-tittle:hover {
    color: #3d8ff2;
}

.quantity {
  margin: 20px 0;
}

.quantity input {
  width: 50px;
  height: 35px;
  text-align: center;
  border-radius: 5px;
  border: none;
  background-color: #edf5ff;
}
.l-button{
  width: 35px;
  height: 35px;
  border-radius: 7px 0 0 7px;
  border: none;
  background-color: #edf5ff;
}
.r-button{
  width: 35px;
  height: 35px;
  border-radius: 0 7px 7px 0;
  border: none;
  background-color: #edf5ff;
}

.add-to-card {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.add-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;

  background: #fff;
  font-size: 15px;
  cursor: pointer;

  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

/* Primary add to cart button */
.add-card.primary {
  background: #2976d3;
  color: #fff;
  border: none;
}

.add-card.primary:hover {
  background: #3d8ff2;
  transform: translateY(-2px);
  color: #fff;
}

/* Icon only buttons */
.addcard-icon-btn {
  width: 48px;
  height: 48px;
  padding: 0;
}

.addcard-icon-btn i {
  font-size: 18px;
}

/* Hover effect */
.add-card:hover {
  border-color: #2976d3;
  color: #2976d3;
}

/* Heart hover */
.addcard-icon-btn:last-child:hover {
  color: #2976d3;
  border-color: #2976d3;
}

/* Active click */
.add-card:active {
  transform: scale(0.96);
}

.table1 {
  font-family: "Inter", sans-serif;
  width: 100%;
  color: #5c6c75;
  font-size: 14px;
}

td, th {
  text-align: left;
  padding: 8px;
  border:none;
}


.gallery-container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;           
  display: flex;
  flex-direction: column;
  align-items: center;      
}


.main-image-container {
  width: 100%;
  max-width: 600px;
  height: 420px;
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  align-items: center;     
  justify-content: center;  
}

.main-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Hover zoom (desktop) */
.main-image-container:hover img {
  transform: scale(1.2);
  cursor: zoom-in;
}

.thumbnails {
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 12px;
  margin-top: 15px;
  padding-bottom: 5px;
}

.thumbnails::-webkit-scrollbar {
  display: none;
}

.thumbnails img {
  width: 140px;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.3s;
}

.thumbnails img:hover {
  border-color: #7a5cff;
  transform: scale(1.05);
}

/* =====================
   TABLET
===================== */
@media (max-width: 768px) {
  .main-image-container {
    height: 320px;
  }

  .thumbnails img {
    width: 95px;
  }
}

/* =====================
   MOBILE
===================== */
@media (max-width: 480px) {
  .main-image-container {
    height: 260px;
  }

  .thumbnails {
    justify-content: flex-start; /* natural swipe */
    gap: 10px;
  }

  .thumbnails img {
    width: 86px;
  }

  /* disable hover zoom on mobile */
  .main-image-container:hover img {
    transform: none;
  }
}
.productbio h3{
  color: #31412c;
  font-family: "Inter", sans-serif;
}
.productbio h5{
  color: #31412c;
  font-family: "Inter", sans-serif;
}
.productbio p{
  color: #5c6c75;
  font-family: "Inter", sans-serif;
  font-size: 15px;
}
