/* Full-width layout requested for every desktop section */
.container {
  max-width: none;
  width: 100%;
  padding-left: 5.7vw;
  padding-right: 5.7vw;
}
.navbar.container {
  padding-left: 5.7vw;
  padding-right: 5.7vw;
}
.hero-slider .slick-prev,
.hero-slider .slick-next {
  opacity: 0;
  pointer-events: none;
  width: 58px;
  height: 58px;
  background: #ffffffdc;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.hero-slider:hover .slick-prev,
.hero-slider:hover .slick-next,
.hero-slider:focus-within .slick-prev,
.hero-slider:focus-within .slick-next {
  opacity: 1;
  pointer-events: auto;
}
.hero-slider .slick-prev {
  left: 24px;
}
.hero-slider .slick-next {
  right: 24px;
}
.site-dropdown {
  position: relative;
}
.site-dropdown > a {
  cursor: pointer;
}
.site-dropdown-menu {
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(2, minmax(145px, 1fr));
  gap: 0;
  width: 330px;
  padding: 12px;
  background: #fff;
  border: 1px solid #e6ebda;
  border-radius: 8px;
  box-shadow: 0 14px 28px #123a1d25;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.22s;
}
.site-dropdown:hover .site-dropdown-menu,
.site-dropdown:focus-within .site-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-dropdown-menu a {
  padding: 10px 12px !important;
  border: 0 !important;
  font-size: 13px;
}
.site-dropdown-menu a:hover {
  background: #f3f7e7;
  border-radius: 4px;
}
.search-overlay {
  position: fixed;
  z-index: 1100;
  inset: 0;
  display: grid;
  place-items: start center;
  padding-top: 13vh;
  background: #082719a8;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.search-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.search-dialog {
  width: min(92vw, 660px);
  background: #fff;
  border-radius: 13px;
  padding: 24px;
  box-shadow: 0 20px 60px #0006;
  transform: translateY(-20px);
  transition: 0.25s;
}
.search-overlay.is-open .search-dialog {
  transform: translateY(0);
}
.search-dialog header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.search-dialog h3 {
  margin: 0;
  font-size: 25px;
}
.search-close {
  border: 0;
  background: #f1f4e8;
  color: #17441d;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.search-form {
  display: flex;
  border: 1px solid #91aa67;
  border-radius: 6px;
  overflow: hidden;
}
.search-form input {
  border: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
  font-size: 15px;
}
.search-form button {
  border: 0;
  background: #53880f;
  color: #fff;
  width: 54px;
}
@media (max-width: 991px) {
  .container,
  .navbar.container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .site-dropdown-menu {
    position: static;
    width: 100%;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
  }
  .site-dropdown:hover .site-dropdown-menu {
    display: grid;
  }
  .hero-slider .slick-prev {
    left: 13px;
  }
  .hero-slider .slick-next {
    right: 13px;
  }
}
@media (max-width: 650px) {
  .overlap {
    display: none;
  }
  .container,
  .navbar.container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero-slider .slick-prev,
  .hero-slider .slick-next {
    width: 38px;
    height: 38px;
  }
  .hero-slider .slick-prev {
    left: 7px;
  }
  .hero-slider .slick-next {
    right: 7px;
  }
}

/* Keep every review-stat icon perfectly circular and aligned. */
.stats-strip {
  align-items: center;
  gap: 0;
  padding: 25px 30px;
}
.stats-strip span {
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.stats-strip i {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  line-height: 1;
  border: 4px solid #edf3d8;
  background: linear-gradient(145deg, #779f2c, #3e7510);
  box-shadow: 0 5px 12px #5277193b;
  font-size: 25px;
}
.stats-strip b {
  line-height: 1.2;
  white-space: nowrap;
}
.stats-strip b small {
  line-height: 1.45;
  white-space: normal;
}
@media (max-width: 991px) {
  .stats-strip span {
    min-width: 210px;
    justify-content: flex-start;
  }
  .stats-strip i {
    flex-basis: 62px;
    width: 62px;
    height: 62px;
    font-size: 22px;
  }
}

/* Signed-in account and mini-cart controls. */
.account-actions {
  position: relative;
}
.account-toggle {
      display: flex !important;
    align-items: center;
    gap: 9px;
    font-size: 22px !important;
    white-space: nowrap;
    color: #333;
    font-weight: 600;
}
.account-arrow {
  font-size: 10px;
}
.cart-toggle {
  position: relative;
}
.account-panel,
.cart-panel {
  position: absolute;
  top: 123px;
  right: 5.7vw;
  z-index: 1050;
  width: 340px;
  padding: 28px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 30px #142b1730;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: 0.22s;
}
.account-panel:before,
.cart-panel:before {
  content: "";
  position: absolute;
  top: -11px;
  right: 26px;
  width: 22px;
  height: 22px;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 3px;
}
.account-panel.open,
.cart-panel.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.account-head {
  display: flex;
  align-items: center;
  gap: 17px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e2e5de;
}
.account-avatar {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #edf3e4;
  color: #80a25b;
  font-size: 35px;
}
.account-head b {
  font-size: 17px;
}
.account-head small {
  display: block;
  color: #777;
  margin-top: 5px;
}
.account-panel nav {
  padding-top: 14px;
}
.account-panel nav a {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 13px 0;
  color: #172a1a;
  text-decoration: none;
}
.account-panel nav a:hover {
  color: #56890e;
}
.account-panel nav i {
  width: 20px;
  color: #477b14;
  font-size: 18px;
}
.cart-panel {
  width: 490px;
  padding: 25px;
}
.cart-title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #e1e5de;
  font-size: 19px;
}
.cart-title a {
  color: #4f8510;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.cart-line {
  position: relative;
  display: flex;
  gap: 16px;
  padding: 17px 0;
  border-bottom: 1px solid #e1e5de;
}
.cart-line > img {
  width: 86px;
  height: auto;
  border: 1px solid #e2e6dc;
  border-radius: 7px;
}
.cart-item-info {
  flex: 1;
}
.cart-item-info b {
  display: block;
  font-size: 15px;
}
.cart-item-info small {
  display: block;
  color: #727272;
  margin: 5px 0 11px;
}
.quantity {
  display: flex;
  width: 124px;
  border: 1px solid #dbe1d6;
  border-radius: 6px;
  overflow: hidden;
}
.quantity button,
.quantity span {
  width: 41px;
  height: 35px;
  display: grid;
  place-items: center;
  border: 0;
  background: #fff;
  border-right: 1px solid #dbe1d6;
  font-size: 18px;
}
.quantity span {
  font-size: 14px;
}
.quantity button:last-child {
  border: 0;
}
.cart-line > strong {
  align-self: center;
  font-size: 16px;
}
.remove-cart {
  position: absolute;
  right: 0;
  top: 14px;
  border: 0;
  background: none;
  color: #999;
  font-size: 22px;
}
.cart-summary {
  padding-top: 15px;
}
.cart-summary p {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  font-size: 16px;
}
.cart-summary .free {
  color: #4e8512;
}
.cart-total {
  background: #f2f7e9;
  padding: 12px 8px !important;
  color: #315f17;
  font-size: 20px !important;
  font-weight: 700;
}
.checkout {
  display: block;
  margin-top: 15px;
  padding: 14px;
  background: #4d830d;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 700;
}
.checkout:hover {
  background: #153f1b;
  color: #fff;
}
.empty-cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 45px 0;
  color: #70816f;
}
.empty-cart i {
  font-size: 42px;
  color: #7caa37;
}
.empty-cart b {
  color: #18311d;
}
.cart-toast {
  position: fixed;
  z-index: 1200;
  top: 24px;
  left: 50%;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 14px 20px;
  border-radius: 7px;
  background: #113f1c;
  color: #fff;
  box-shadow: 0 10px 28px #0003;
  transform: translate(-50%, -120px);
  opacity: 0;
  transition: 0.3s;
}
.cart-toast.show {
  transform: translate(-50%, 0);
  opacity: 1;
}
.cart-toast i {
  color: #b7dd64;
}
@media (max-width: 650px) {
  .account-toggle span,
  .account-arrow {
    display: none;
  }
  .account-panel,
  .cart-panel {
    top: 85px;
    right: 12px;
    width: calc(100vw - 24px);
    max-height: calc(100vh - 105px);
    overflow: auto;
  }
  .cart-panel {
    padding: 18px;
  }
  .cart-line > img {
    width: 62px;
  }
  .cart-line {
    gap: 10px;
  }
  .cart-line > strong {
    font-size: 13px;
  }
  .quantity {
    width: 106px;
  }
  .quantity button,
  .quantity span {
    width: 35px;
    height: 31px;
  }
  .account-avatar {
    width: 58px;
    height: 58px;
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .search-dialog h3 {
    font-size: 19px;
  }
  .search-form input {
    font-size: 13px;
    padding: 12px;
  }
  .cart-title {
    font-size: 15px;
  }
  .cart-item-info b {
    font-size: 13px;
  }
  .cart-summary p {
    font-size: 13px;
  }
  .cart-total {
    font-size: 16px !important;
  }
  .account-head b {
    font-size: 15px;
  }
  .account-head small {
    font-size: 11px;
  }
  .product-link h3 {
    font-size: 14px;
  }
  .site-dropdown-menu a {
    font-size: 12px;
  }
}

/* Product cards are linked to the product page; preserve the card typography. */
.product-link,
.product-link:visited,
.product-link:hover,
.product-link:focus {
  display: block;
  color: inherit;
  text-decoration: none;
}

.product-link h3 {
  color: #173b1e;
  font-family: "Playfair Display", serif;
  font-size: 17px;
  font-weight: 700;
}
