/** Shopify CDN: Minification failed

Line 586:0 Unexpected "$"

**/
.ui.ratingbar:not(:checked) > input {
  position: absolute;
  visibility: hidden;
}

.ui.ratingbar:not(:checked) > label {
  cursor: pointer;
  font-size: var(--rating-font-size);
  color: var(--rating-inactive-color);
}

.ui.ratingbar:not(:checked) > label:before {
  content: "★ ";
}

.ui.ratingbar:not(:checked) > label:hover,
.ui.ratingbar:not(:checked) > label:hover ~ label,
.ui.ratingbar > input:checked ~ label {
  color: var(--rating-active-color);
}

img {
  max-width: 100%;
  height: auto;
}

input {
  background-color: transparent;
  width: 100%;
}

.__dhiwise1744467875192 button,
.__dhiwise1744467875192 input,
.__dhiwise1744467875192 optgroup,
.__dhiwise1744467875192 select,
.__dhiwise1744467875192 textarea {
  margin: 0;
  padding: 0;
}

.__dhiwise1744467875192 h1,
.__dhiwise1744467875192 h2,
.__dhiwise1744467875192 h3,
.__dhiwise1744467875192 h4,
.__dhiwise1744467875192 h5,
.__dhiwise1744467875192 h6,
.__dhiwise1744467875192 hr,
.__dhiwise1744467875192 p {
  margin: 0;
}

.__dhiwise1744467875192 {
  [type="text"],
  input:where(:not([type])),
  [type="email"],
  [type="url"],
  [type="password"],
  [type="number"],
  [type="date"],
  [type="datetime-local"],
  [type="month"],
  [type="search"],
  [type="tel"],
  [type="time"],
  [type="week"],
  [multiple] {
    appearance: none;
    background-color: transparent;
    border-color: unset;
    border-width: 0;
    border-radius: unset;
    padding: unset;
    font-size: unset;
    line-height: unset;
    color: inherit;
  }
  input:focus-visible,
  [multiple]:focus-visible,
  textarea:focus-visible,
  select:focus-visible {
    outline: none;
    box-shadow: none;
  }
}

.__dhiwise1744467875192 .flex-row-center-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.__dhiwise1744467875192.allproduct {
  padding-left: 52px;
  padding-right: 52px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FAF8F2; /* changed from white to #FAF8F2 */
  padding-top: 30px;
  padding-bottom: 30px;
  @media only screen and (max-width: 1050px) {
    padding-left: 20px;
    padding-right: 20px;
  }

  @media only screen and (max-width: 550px) {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.__dhiwise1744467875192 .category-section {
  margin-left: auto;
  align-self: stretch;
  display: flex;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  margin-right: auto;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
  }
}

div.allproduct.__dhiwise1744467875192 .category-section__title {
  color: #A86B43 !important;
  letter-spacing: -1.64px;
  font-size: 41px;
  font-weight: 400;
  width: 26%;
  line-height: 46px;
  @media only screen and (max-width: 1440px) {
    width: 26%;
    font-size: 34px;
  }

  @media only screen and (max-width: 1050px) {
    width: 100%;
    font-size: 25px;
  }
}

.__dhiwise1744467875192 .category-section__controls {
  margin-bottom: 6px;
  gap: 15px;
  align-self: flex-end;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    align-self: stretch;
  }
}

.__dhiwise1744467875192 .category-section__search {
  color: #00000066;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 15px;
  font-weight: 300;
  gap: 12px;
  display: flex;
  background-color: #ffffff;
  width: 24%;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #00000019;
}

.__dhiwise1744467875192 .search {
  height: 18px;
  width: 18px;
  object-fit: contain;
}

.__dhiwise1744467875192 .category-section__filter-icon {
  height: 48px;
  align-self: center;
}

.__dhiwise1744467875192 .category-grid {
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  align-self: stretch;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: center;
}

.__dhiwise1744467875192 .category-card {
  gap: 12px;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.__dhiwise1744467875192 .category-card__image-wrapper {
  background-color: #ffffff;
  box-shadow: 0 1px 43px 0 #00000011;
  border-radius: 20px;
  height: 100%;
  width: 100%;
  display: block;
}

.__dhiwise1744467875192 .category-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  @media only screen and (max-width: 1440px) {
    height: auto;
  }

  @media only screen and (max-width: 1050px) {
    height: auto;
  }
}

.__dhiwise1744467875192 .category-card__details {
  gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.__dhiwise1744467875192 .category-card__product-name {
  color: #000000 !important;
  font-size: 21px;
  font-weight: 400;
  @media only screen and (max-width: 1440px) {
    font-size: 17px;
  }
}

.__dhiwise1744467875192 .category-card__rating-wrapper {
  gap: 13px;
  align-self: stretch;
  display: flex;
}

.__dhiwise1744467875192 .category-card__rating-bar {
  display: flex;
  gap: 10px;
  --rating-font-size: 18;
  --rating-active-color: #ffc533;
  --rating-inactive-color: #ffc533;
}

.__dhiwise1744467875192 .category-card__rating-text {
  color: #000000 !important;
  font-size: 14px;
  font-weight: 400;
}

.__dhiwise1744467875192 .category-card__rating-text-span {
  color: #000000;
}

.__dhiwise1744467875192 .category-card__rating-text-span-1 {
  color: #00000099;
}

.__dhiwise1744467875192 .category-card__price {
  color: #e65c00 !important;
  font-size: 24px;
  font-weight: 500;
  @media only screen and (max-width: 1440px) {
    font-size: 20px;
  }
}

.__dhiwise1744467875192 .category-page__button--show-more {
  color: #ffffff;
  padding-left: 33px;
  padding-right: 33px;
  font-size: 16px;
  font-weight: 500;
  background-color: #A86B43;
  text-align: center;
  height: 52px;
  min-width: 218px;
  border-radius: 10px;
  border: 1px solid #0d0c0c19;
  @media only screen and (max-width: 1440px) {
    font-size: 13px;
  }

  @media only screen and (max-width: 550px) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.load-more-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 2rem;
  grid-column: 1 / -1; }

.filter-menu {
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  padding: 1rem;
  margin-top: 0.5rem;
  z-index: 100;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}

.filter-menu label { display: block; margin-bottom: 0.5rem; }

.category-section__filter-icon-wrapper { cursor: pointer; position: relative; }
.filter-container { position: relative; display: inline-block; margin-right: 155px;
                    @media only screen and (max-width: 768px) {
                      margin-right: 0px;
                    }
                  }

.category-section__filter-icon-wrapper { cursor: pointer; padding: 10px; }
.filter-menu { display: none; position: absolute; top: 100%; left: 0; background-color: white; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); padding: 10px; border-radius: 8px; z-index: 10; width: 250px; margin-top: 8px; transition: opacity 0.3s ease; }
.filter-menu.show { display: block; opacity: 1; }
.filter-menu label { display: flex; align-items: center; margin: 8px 0; font-size: 14px; cursor: pointer; }
.filter-menu input[type="checkbox"], .filter-menu input[type="radio"] { margin-right: 8px; cursor: pointer; }
.filter-menu label:hover { background-color: #f0f0f0; border-radius: 5px; padding: 5px; }
.filter-container.show .filter-menu { display: block; opacity: 1; transition: opacity 0.3s ease-in-out; }
@media only screen and (max-width: 768px) {
  .filter-menu { position: absolute; width: 60vw; height: auto; padding: 1rem; background-color: white; border: 1px solid #ccc; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); right: 0; left: auto; top: 100%; z-index: 9999; }
  .filter-menu label { font-size: 14px; margin: 8px 0; }
}
.category-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 5px; margin-bottom: 4rem; }
.search-result-card { background: white; border-radius: 10px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; }
@media screen and (min-width: 1049px) { .search-result-card { height: 375px; } }
.search-result-card .search-product-content p { font-size: clamp(12px, 2vw, 16px); }
.search-result-card:hover { transform: translateY(-5px); box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1); }
.search-product-row { display: flex; padding: 2rem; }
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .search-product-row {
    display: block; /* or whatever layout you want instead */
  }
}
.search-product-media { flex: 0 0 350px; max-width: 250px; border-radius: 8px; overflow: hidden; }
.search-product-media img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
.search-product-content { flex: 1; padding-left: 2rem; }
.search-product-title a { color: rgba(var(--color-foreground), 0.9); text-decoration: none; font-weight: 600; display: block; }
.search-product-title a:hover { color: rgba(var(--color-foreground), 1); }
.search-product-price { margin: 1rem 0; font-size: 1.6rem; font-weight: 600; color: rgba(var(--color-foreground), 0.9); }
.search-product-price--discounted { text-decoration: line-through; color: rgba(var(--color-foreground), 0.6); }
.pagination-wrapper { margin-top: 4rem; margin-bottom: 2rem; }
@media screen and (max-width: 749px) {
  .search-result-card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0; /* optional: remove rounding for full width */
  }

  .search-product-row {
    width: 100%;
    flex-wrap: wrap;
    padding: 1rem 1rem !important;
    box-sizing: border-box;
  }

  .search-product-media img {
    width: 100%;  /* Shrink image */
    height: 100%;
    margin: auto;
    display: block;
  }

  .search-product-media {
    flex: 0 0 35%;
    max-width: 35%;
  }


  .search-product-content {
    flex: 0 0 60%;
    max-width: 60%;
    margin: 0;
  }

  .category-grid {
    width: 100% !important;
    margin: 0 auto;
    padding: 0;
  }

  /* full-width flex container with 5% gap */
  .search-result-card .add-to-cart-wrapper {
    display: flex;
    width: 100%;
  }

  /* quantity box = exactly 20% */
  .search-result-card .add-to-cart-wrapper .quantity-selector {
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* add-to-cart button = exactly 70% */
  .search-result-card .add-to-cart-wrapper .add-to-cart-button {
    flex: 0 0 80%;
    max-width: 80%;
  }

  /* force the “per kg” text flush left */
  .search-result-card .price-per-kg {
    margin-left: 0 !important;
    align-self: flex-start !important;
  }
}

.produit-commerce {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding-top: 15px;
  width: 100%;
  min-height: 60px; /* reserve vertical space */
  flex-wrap: wrap;
}
.produit-commerce .element-commerce {
  flex: 0 0 auto;
  width: 120px;
  height: 80px;
  max-width: 120px;
  max-height: 80px;
  background-color: #f2f6f6;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.produit-commerce .element-commerce img {
  width: 120px;
  height: 80px;
  object-fit: contain;
}

@media screen and (max-width: 749px) {
  .search-product-title a.title-link {
    font-size: 1.25rem; /* down from 2rem */
  }
}

@media screen and (max-width: 749px) {
  .add-to-cart-column .add-to-cart-button {
    width: 80% !important;
    margin: 0 auto; /* center it */
  }
}
@media (max-width: 749px) {
  .search-product-row {
    display: flex;
    flex-direction: row-reverse;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem;
    flex-wrap: wrap;
  }

  .search-product-media {
    flex: 0 0 40%;
    max-width: 50%;
  }

  .search-product-content {
    flex: 1;
    padding-left: 0;
  }

  .search-product-summary {
    display: none; /* hide summary on mobile */
  }

  .produit-commerce {
    width: 100% !important;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    margin-top: 1rem;
    gap: 8px;
    /* force it below the image/text row */
    flex-basis: 100%;
    order: 2;
  }

  .produit-commerce .element-commerce {
    width: 22%;   /* or use 24%, 33% depending on how many icons per row */
    min-width: 50px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search-product-row {
    flex-wrap: wrap;
  }

  .search-product-media,
  .search-product-content {
    flex: 0 0 100%; /* full row each */
    max-width: 100%;
  }
  .add-to-cart-column {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .price-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
    gap: 0.5rem;
    margin-top: 1rem;
  }

  .big-price {
    font-size: 2rem;
    font-weight: bold;
    color: #A86B43;
    margin: 0;
  }

  .price-per-kg {
    font-size: 0.875rem;
    color: #666;
    margin: 0;
    align-self: flex-end;
    white-space: nowrap;
  }

  /* Layout for quantity + add to cart */
  .add-to-cart-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5%; /* the 5% gap you wanted */
    margin-top: 0.75rem;
    flex-wrap: nowrap;
  }

  .quantity-selector {
    width: 20%;
    flex-shrink: 0;
  }

  .add-to-cart-button {
    width: 70%;
    padding: 1rem;
    font-size: 1rem;
    border-radius: 8px;
    background-color: #A86B43;
    color: white;
    border: none;
    text-align: center;
    font-weight: 600;
  }

  .add-to-cart-button:hover {
    background-color: #e65c00;
  } 
}
$1

/* New layout adjustments */
.top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.middle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.add-to-cart-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quantity-selector {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  width: fit-content;
  height: 35px;
}

.quantity-button {
  width: 48px;
  height: 48px;
  font-size: 20px;
  font-weight: bold;
  border: none;
  background-color: #fff;
  cursor: pointer;
  color: #333;
  border-right: 1px solid #ccc;
  transition: background-color 0.2s ease;
}

.quantity-button:last-of-type {
  border-left: 1px solid #ccc;
  border-right: none;
}

.quantity-button:hover {
  background-color: #f5f5f5;
}

.quantity-input {
  width: 48px;
  height: 48px;
  text-align: center;
  border: none;
  font-size: 16px;
  font-weight: 500;
  pointer-events: none;
  background-color: #fff;
  color: #333;
}
.add-to-cart-column {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
}

.big-price {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

.add-to-cart-column .big-price {
  font-size: 2rem;       /* Bigger text */
  font-weight: 700;      /* Bold */
  color: #A86B43 !important;

  margin: 0 0 0.5rem;    /* Space below */
}

.price-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
  width: 100%;
}

.price-per-kg {
  font-size: 1.5rem;
  color: #7A5A43; /* grayish brown */
  font-weight: 400;
  margin-top: 0.25rem;
  align-self: center;  /* vertically center between price and button */
  white-space: nowrap;
}

/* Enlarge the add-to-cart button */
.add-to-cart-column .add-to-cart-button {
  padding: 1rem 2rem;    /* Taller and wider */
  font-size: 1.125rem;   /* Larger text */
  border-radius: 8px;    /* Slightly rounder */
}

/* Optional: full-width button in that column */
.add-to-cart-column .add-to-cart-button {
  width: 100%;
  max-width: 200px;      /* or whatever fits your design */
}
.add-to-cart-button:hover {
  background-color: #e65c00;
}
/* === RESET PRICING/BUTTON OVERRIDES === */

/* Ensure the card flex layout stays intact */
.search-result-card .search-product-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .search-result-card .search-product-row {
    display: block; 
  }
}
/* Column on the right for price + button */
.search-result-card .add-to-cart-column {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
  margin-left: 2rem; /* spacing from summary */
}

/* Big, bold price on top */
.search-result-card .add-to-cart-column .search-product-price {
  font-size: 4rem !important;
  color: #A86B43; /* <--- your desired color */
  font-weight: 700 !important;
  margin: 0 0 0.75rem;
}

/* Make the “Ajouter au panier” a real button */
.search-result-card .add-to-cart-column .add-to-cart-button {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  padding: 2rem 2.5rem;
  font-size: 15px;
  font-weight: 600;
  background-color: #A86B43;
  color: #fff;
  border: none;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}
.search-result-card .add-to-cart-column .add-to-cart-button:hover {
  background-color: #e65c00;
}

/* Move the price above the quantity controls if you still have them */
.add-to-cart-wrapper {
  display: flex;
  flex-direction: row;   /* horizontal layout */
  gap: 2rem;
  align-items: center;
}

.search-product-title a.title-link {
  color: #A86B43 !important;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
}

.search-product-title a.title-link:hover {
  color: #8a5735;
}

/* Tweak summary font size and line spacing */
.search-product-summary {
  font-size: 14px;
  line-height: 2;
  color: #333333;
  min-height: 9.2em; /* Reserve vertical space for ~2 lines of text */
  margin-top: 0.5rem;
}
@media screen and (max-width: 749px) {
.search-result-card .price-block {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0.5rem !important;        /* small space between price and “/kg” */
}
.search-result-card .price-block .big-price,
.search-result-card .price-block .price-per-kg {
  margin: 0 !important;
  
  }


  
  /* 2) Exact 20% / 5% / 70% for quantity + button */
  .search-result-card .add-to-cart-wrapper {
    display: flex !important;
      height: 3.5rem !important;     /* adjust 3.5rem up or down as needed */
  line-height: normal !important
    align-items: center;
    width: 100%;               /* full container */
  }
  .search-result-card .add-to-cart-wrapper .quantity-selector {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .search-result-card .add-to-cart-wrapper .add-to-cart-button {
    flex: 0 0 78% !important;
    max-width: 78% !important;

  }
}
