.product-page {
  padding: 25px 0 60px;
}
.product-crumb {
  display: flex;
  gap: 11px;
  align-items: center;
  font-size: 11px;
  margin-bottom: 18px;
}
.product-crumb a {
  color: #263b2a;
  text-decoration: none;
}
.product-crumb i {
  font-size: 8px;
  color: #779265;
}
.product-detail {
  display: grid;
  grid-template-columns: 60px 365px minmax(420px, 1fr);
  gap: 15px;
  max-width: 930px;
  margin: auto;
}
.gallery-thumbs {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.gallery-thumbs button {
  border: 1px solid #e4e7de;
  background: #fff;
  padding: 3px;
  border-radius: 4px;
}
.gallery-thumbs button.active {
  border-color: #558414;
}
.gallery-thumbs img {
  width: 100%;
  height: auto;
}
.product-main-image {
  border: 1px solid #e3e5de;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}
.product-main-image > img {
  width: 100%;
  height: auto;
  display: block;
  transform-origin: center;
  transition: transform 0.28s ease;
}
.product-main-image:hover > img,
.product-main-image:focus-within > img {
  transform: scale(1.65);
}
.product-main-image > span {
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 9px;
  padding: 6px 9px;
  border-radius: 3px;
  background: #4f820f;
  color: #fff;
  font-size: 11px;
}
.product-main-image button {
  position: absolute;
  top: 50%;
  border: 1px solid #e3e5de;
  background: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #376315;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.product-main-image:hover button,
.product-main-image:focus-within button {
  opacity: 1;
  pointer-events: auto;
}
.image-prev {
  left: 13px;
}
.image-next {
  right: 13px;
}
.product-info h1 {
  font-size: 28px;
  margin: 0;
  color: #113b1e;
}
.product-subtitle {
  font-size: 12px;
  margin: 0 0 7px;
}
.detail-rating {
  font-size: 17px;
  color: #f1a800;
}
.detail-rating small {
  font-size: 11px;
  color: #666;
  margin-left: 7px;
}
.detail-rating i {
  border-left: 1px solid #ccd3c3;
  margin-left: 9px;
}
.detail-price {
  font-size: 25px;
  color: #4d8212;
  font-weight: 700;
  margin: 15px 0;
}
.detail-price del {
  font-size: 14px;
  color: #888;
  margin-left: 8px;
}
.detail-price em {
  font-size: 10px;
  font-style: normal;
  color: #4b7d19;
  background: #f0f7e7;
  padding: 6px;
  margin-left: 10px;
}
.detail-text {
  font-size: 11px;
  line-height: 1.6;
  color: #465047;
}
.quick-benefits {
  display: flex;
  justify-content: space-between;
  margin: 17px 0;
}
.quick-benefits span {
  font-size: 9px;
  line-height: 1.2;
}
.quick-benefits i {
  color: #4e8412;
  font-size: 19px;
  float: left;
  margin-right: 6px;
}
.product-info dl {
  display: grid;
  grid-template-columns: 110px 1fr;
  font-size: 11px;
  line-height: 1.8;
}
.product-info dt {
  font-weight: 700;
}
.product-info dd {
  margin: 0;
  color: #555;
}
.buy-box {
  display: grid;
  grid-template-columns: 65px 86px 1fr;
  gap: 9px;
  align-items: center;
  border-top: 1px solid #e5e8e1;
  margin-top: 14px;
  padding-top: 10px;
  font-size: 11px;
  font-weight: 700;
}
.detail-qty {
  display: flex;
  border: 1px solid #dfe5da;
  border-radius: 4px;
  overflow: hidden;
}
.detail-qty > * {
  width: 29px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 0;
  background: #fff;
  border-right: 1px solid #dfe5da;
}
.detail-qty > *:last-child {
  border: 0;
}
.detail-add,
.buy-now {
  height: 32px;
  border: 0;
  border-radius: 4px;
  background: #4e840e;
  color: #fff;
  font-size: 11px;
}
.buy-now {
  grid-column: 3;
  background: #fff;
  color: #346715;
  border: 1px solid #8fb167;
}
.delivery-points {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}
.delivery-points span {
  font-size: 10px;
  font-weight: 700;
}
.delivery-points i {
  color: #4b8112;
  font-size: 20px;
  margin-right: 7px;
}
.delivery-points small {
  display: block;
  margin-left: 27px;
  color: #555;
  font-weight: 400;
}
.product-trust {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px 20px;
  margin: 35px 0 17px;
  background: #f6f8ec;
  border-radius: 13px;
}
.product-trust span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
}
.product-trust i {
  border: 1px solid #9eb86a;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #4d8111;
}
.product-trust b {
  display: flex;
  flex-direction: column;
}
.product-trust small {
  font-weight: 400;
}
.product-tabs nav {
  display: flex;
  border-bottom: 1px solid #dfe4da;
}
.product-tabs nav button {
  border: 0;
  background: #fff;
  padding: 13px 20px;
  font-size: 11px;
  color: #555;
}
.product-tabs nav .active {
  color: #316413;
  border-bottom: 2px solid #4c8211;
  font-weight: 700;
}
.tab-content {
  display: none;
  padding: 20px 10px;
}
.tab-content.active {
  display: block;
}
.description-copy {
  width: 43%;
  font-size: 11px;
  line-height: 1.65;
}
.description-copy li {
  margin: 6px 0;
  list-style: none;
}
.description-copy li:before {
  content: "✓";
  color: #4b8310;
  margin-right: 8px;
}
.description-offer {
  float: right;
  margin-top: -150px;
  width: 52%;
  height: 160px;
  padding: 24px;
  background: url("../images/banner-2.jpg") center/cover;
  border-radius: 5px;
}
.description-offer h2 {
  font-size: 19px;
  color: #153d1c;
  margin: 0;
}
.description-offer p {
  font-size: 10px;
}
.description-offer span {
  font-size: 10px;
  margin-right: 25px;
}
.description-offer i {
  display: block;
  font-size: 19px;
  color: #4f8510;
}
.also-like {
  margin-top: 35px;
}
.also-like h2 {
  font-size: 18px;
}
.also-like h2 i {
  font-size: 13px;
  color: #70a72a;
}
.also-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
}
.also-grid .product-card {
  min-height: 0;
  margin: 0;
  padding: 8px;
}
.also-grid .product-card p {
  height: auto;
  margin-bottom: 6px;
}
.also-grid .product-actions {
  margin-top: 10px;
}
.also-grid .product-actions button {
  height: 31px;
}
.review-layout {
  display: grid;
  grid-template-columns: 58% 38%;
  gap: 25px;
}
.review-summary {
  display: grid;
  grid-template-columns: 40% 1fr;
  border: 1px solid #e2e7db;
  border-radius: 6px;
  padding: 16px;
}
.review-summary h2,
.write-review h2 {
  font-size: 16px;
}
.review-summary strong {
  font-family: "Playfair Display";
  display: block;
  font-size: 42px;
  color: #15421d;
}
.review-summary strong span {
  font-family: "DM Sans";
  font-size: 16px;
  color: #efa800;
}
.review-summary p {
  font-size: 10px;
}
.rating-bars {
  border-left: 1px solid #e5e8e1;
  padding-left: 22px;
}
.rating-bars p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 7px 0;
}
.rating-bars i {
  height: 5px;
  width: 190px;
  background: #e5e8e2;
  position: relative;
}
.rating-bars i:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #4e8510;
}
.review-filters {
  margin: 14px 0;
}
.review-filters button {
  padding: 9px 16px;
  border: 1px solid #e0e5da;
  background: #fff;
  border-radius: 4px;
  font-size: 10px;
  margin-right: 7px;
}
.customer-review {
  display: grid;
  grid-template-columns: 36% 1fr;
  border: 1px solid #e2e6df;
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 8px;
  font-size: 10px;
}
.reviewer {
  display: flex;
  gap: 8px;
}
.reviewer > i {
  font-style: normal;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff0dd;
  color: #c76c1c;
}
.reviewer b small {
  display: block;
  color: #4b8612;
  margin-top: 4px;
}
.customer-review span {
  color: #f0aa00;
  font-size: 14px;
}
.customer-review h3 {
  font-family: "DM Sans";
  font-size: 11px;
  margin: 4px 0;
}
.customer-review p {
  line-height: 1.45;
  margin: 0;
}
.customer-review em {
  float: right;
  color: #507d43;
  font-style: normal;
}
.write-review {
  border: 1px solid #e2e7dc;
  border-radius: 6px;
  padding: 18px;
  font-size: 11px;
}
.write-review p {
  font-size: 10px;
}
.write-review label {
  display: block;
  font-weight: 700;
  margin: 13px 0 6px;
}
.write-review label b {
  color: #d30;
}
.write-stars {
  font-size: 27px;
  color: #9da79b;
  letter-spacing: 4px;
}
.write-stars span {
  cursor: pointer;
}
.write-stars span.selected {
  color: var(--gold, #efad13);
}
.write-review input,
.write-review textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #dfe5dc;
  border-radius: 5px;
  font-size: 10px;
}
.write-review textarea {
  height: 104px;
  resize: none;
}
.upload {
  border: 1px dashed #bdcbbb;
  text-align: center;
  padding: 18px;
  color: #4b8212;
}
.upload i,
.upload b,
.upload small {
  display: block;
}
.upload i {
  font-size: 19px;
}
.upload small {
  font-size: 9px;
  color: #777;
}
.write-review > button {
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 4px;
  background: #4d820d;
  color: #fff;
  font-weight: 700;
  margin-top: 17px;
}
@media (max-width: 900px) {
  .product-detail {
    grid-template-columns: 55px 330px 1fr;
  }
  .also-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .review-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 650px) {
  .product-page {
    padding-top: 15px;
  }
  .product-detail {
    display: grid;
    grid-template-columns: 45px 1fr;
  }
  .product-info {
    grid-column: 1/-1;
  }
  .product-trust {
    overflow: auto;
    justify-content: flex-start;
    gap: 20px;
  }
  .product-trust span {
    min-width: 145px;
  }
  .product-tabs nav {
    overflow: auto;
  }
  .product-tabs nav button {
    white-space: nowrap;
    padding: 12px;
  }
  .description-copy {
    width: 100%;
  }
  .description-offer {
    float: none;
    margin: 15px 0 0;
    width: 100%;
  }
  .also-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .review-summary {
    grid-template-columns: 1fr;
  }
  .rating-bars {
    border: 0;
    padding: 0;
  }
  .customer-review {
    grid-template-columns: 1fr;
  }
  .reviewer {
    margin-bottom: 7px;
  }
  .customer-review em {
    float: none;
    display: block;
    margin-top: 6px;
  }
  .detail-price em {
    display: inline-block;
    margin: 6px 0;
  }
  .quick-benefits {
    flex-wrap: wrap;
    gap: 12px;
  }
  .quick-benefits span {
    width: 45%;
  }
  .delivery-points {
    gap: 8px;
  }
  .delivery-points span {
    font-size: 9px;
  }
}
@media (max-width: 480px) {
  .product-info h1 {
    font-size: 21px;
  }
  .detail-price {
    font-size: 20px;
  }
  .detail-rating {
    font-size: 14px;
  }
  .review-summary strong {
    font-size: 30px;
  }
  .also-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .quick-benefits span {
    font-size: 8px;
  }
}
