[data-zs-product-id][data-zs-wrapping-category-id] img {
  border: none !important;
}
.theme-store-style-collection-row-17 {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}
.theme-store-style-collection-row-17 .theme-prod-box { flex: 0 0 auto !important; }
/* Hide heading & "+2" chip */
.theme-product-variant-label,
.theme-product-additional-variant { display: none !important; }
/* Ensure the variant wrapper spans the full tile */
.theme-product-box-content .theme-variant-select-container-main {
  width: 100% !important;
  display: block !important;
}
/* Hide 4th+ items hard */
.theme-product-box-content .theme-variant-select-container .theme-product-variant:nth-child(n+5) {
  display: none !important;
}
/* Labels fill their cell exactly; make them chunkier/wider-looking */
.theme-product-box-content .theme-variant-select-container .theme-product-variant label {
  gap: 2.5rem;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  font-size: 12px !important;     /* larger text */
  background: #fff !important;
  transition: all 0.2s ease !important;
  min-height: 10px !important;    /* taller for touch */
  white-space: nowrap !important;
  cursor: pointer !important;
}
/* Hover/active */
.theme-product-box-content .theme-variant-select-container .theme-product-variant label:hover { 
  background: #f5f5f5 !important; 
}
.theme-product-box-content .theme-variant-select-container .theme-product-variant label.chekedLabel {
  background: #000 !important; 
  color: #fff !important; 
  border-color: #000 !important;
}
/* ============================
   PRODUCT TILE STYLING
   ============================ */
.theme-product-box-content {
  background: #fff !important;
  border-radius: 15px !important;
  padding: 0 !important;
  height: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease-in-out;
}
.theme-product-box-content:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
.theme-prod-box,
.theme-product-list-style-18 {
  background: transparent !important;
  box-shadow: none !important;
}
/* increased tile + image height */
.theme-product-image-area {
  background: #fff !important;
  border-radius: 6px;
  height: 150px !important;       /* was 130px */
  padding: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-product-image-area img {
  width: 140px !important;        /* was 140px */
  height: 140px !important;       /* was 140px */
  object-fit: contain !important;
  margin: 0 auto;
  margin-top: 10px;
}
/* ============================
   PRODUCT TEXT STYLING
   ============================ */
.theme-product-details-area {
  padding: 10px 8px !important;   /* reduced side padding to give variants more width */
  background: #fff;
  border-radius: 6px;
}
/* === Limit Product Title to 2 Lines === */
.theme-product-name a {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  max-height: 2.4em !important; /* roughly 2 lines */
  line-height: 1.2em !important;
  font-size: 14px !important;
}
.theme-product-price {
  font-size: 16px !important;
  color: #000;
  font-weight: 400;
  display: flex;
  gap: 6px;
}
.theme-product-price .line-through {
  text-decoration: line-through;
  font-size: 14px;
  color: #999;
}
.theme-variant-container { margin-bottom: 6px; }
.theme-product-list-style-18 .theme-product-box-content .theme-product-image-area::after {
  display: none;
}
.theme-product-list-style-18 
.theme-product-box-content 
.theme-product-details-area 
.theme-product-button-area 
a[data-zs-add-to-cart] {
  width: 95% !important;                /* override 100% */
  background: orange !important;        /* override gradient shorthand */
  background-color: orange !important;  /* double ensure */
  color: white !important;
  border: none !important;
  outline: none !important;
  text-decoration: none !important;
  transition: none !important;          /* stop the gradient animation */
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 auto !important;            /* center it horizontally */
  border-radius: 6px !important;        /* optional for rounded corners */
  font-weight: 600 !important;
  color: black !important;
  cursor: pointer !important;
}
/* same orange color on hover/focus/active */
.theme-product-list-style-18 
.theme-product-box-content 
.theme-product-details-area 
.theme-product-button-area 
a[data-zs-add-to-cart]:hover,
.theme-product-list-style-18 
.theme-product-box-content 
.theme-product-details-area 
.theme-product-button-area 
a[data-zs-add-to-cart]:focus,
.theme-product-list-style-18 
.theme-product-box-content 
.theme-product-details-area 
.theme-product-button-area 
a[data-zs-add-to-cart]:active {
  background: orange !important;
  background-color: orange !important;
  color: black !important;
}
@media (min-width: 992px) {
    [data-sort-by-products-target] {
        row-gap: 40px;
    }
}
@media (max-width: 768px) {
    [data-sort-by-products-target] {
        row-gap: 20px !important;
    }
}

.theme-prod-box.theme-product-list-style-18.theme-product-count-xsm-02.theme-product-count-md-04 {
    padding: 5px !important;
}


[data-zs-product-non-returnable] {
  display: none !important;
}
[data-zs-discount-price] {
  margin-left: 0px !important;
}
.theme-product-name-rating {
  flex-direction: column !important;
}
.theme-brand-name {
    order: 1;
    color: rgb(144 141 157 / var(--tw-text-opacity, 1)) !important;
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}
[zcs-saved-price] {
  display: flex;
  align-items: center;
  color: #4eaa6f;
  font-size: .75rem;
  line-height: 1rem;
  svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-inline-end: 5px;
  }
}

[data-zs-product-id] > .theme-product-box-content {
  outline: 0.06rem solid #0000001a;
  &:hover {
    outline: 0.06rem solid #000000c7;
  }
}
 
 
css to handle discount badge zindex:
.theme-product-price p[data-zs-discount-price] {
  z-index: 1;
}


/*1.Google Translate CSS*/


/* Flex container styling */
.header-container {
  display: flex;
  align-items: center;
}

/* Translation bar styling */
.translate-topbar {
  background-color: #e6f4c1;
  display: none;
  padding: 0px !important;
  justify-content: end;
  align-items: center;
  position: relative;
  z-index: 10;
}

@media (max-width: 991px) {
  .translate-topbar {
    display: flex;
  }
}

/* Google Translate element styling */
#google_translate_element {
  margin-left: 10px;
  margin-right: 10px; /* Optional: spacing between translate and search */
  height: 30px;
  overflow: hidden;
  position: relative;
}

/* Container styling */
.goog-te-combo {
  padding: 4px 8px !important;
  margin: 0 !important;
  font-size: 12px !important;
  height: 30px !important;
  border: 1.5px solid rgba(34, 197, 94, 0.45) !important;
  border-radius: 6px !important;
  background-color: white !important;
  appearance: none !important;
  padding-right: 24px !important;
  color: black !important;
  font-weight: 500 !important;
  cursor: pointer !important;
}

/* Custom dropdown arrow */
#google_translate_element::after {
  content: '' !important;
  position: absolute !important;
  right: 8px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 16px !important;
  height: 16px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23908d9d'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5'%3E%3C/path%3E%3C/svg%3E") !important;
  pointer-events: none !important;
}


/* Hover state */
.goog-te-combo:hover {
  border-color: rgba(34, 197, 94, 0.6);
}

/* Focus state */
.goog-te-combo:focus {
  outline: none;
  border-color: rgb(34, 197, 94);
  box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.2);
}

/* Optional: Style the options */
.goog-te-combo option {
  padding: 8px;
  font-size: 12px;
}
/* Google Translate widget fixes */
.VIpgJd-ZVi9od-ORHb-OEVmcd {
  left: 0;
  top: 0;
  height: 0 !important;
  width: 102%;
  z-index: 9999970;
  position: fixed;
  border: none;
  overflow: hidden !important;
  visibility: hidden !important;
}

body {
  position: relative !important;
  min-height: 100% !important;
  top: 0 !important;
}

[data-zs-single-country] {
    display: none
}