.gd-sets {
  box-sizing: border-box;
  margin: 18px 0 6px;
  padding: 16px;
  border: 1px solid #e5e9df;
  border-radius: 10px;
  background: #fff;
  color: #2e332b;
}
.gd-sets * { box-sizing: border-box; }
.gd-sets__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.gd-sets__title, .gd-sets__name { margin: 0; color: #26351f; }
.gd-sets__title { font-size: 20px; }
.gd-sets__name { margin-bottom: 10px; font-size: 15px; }
.gd-sets__nav { display: flex; align-items: center; gap: 7px; }
.gd-sets__arrow { width: 30px; height: 30px; padding: 0; border: 1px solid #d5dccd; border-radius: 50%; background: #fff; color: #38542e; font-size: 23px; line-height: 25px; }
.gd-sets__counter { min-width: 30px; text-align: center; font-size: 12px; }
.gd-sets__offers { touch-action: pan-y; }
.gd-sets__products { display: flex; align-items: stretch; justify-content: center; gap: 5px; }
.gd-sets__product { display: flex; min-width: 0; flex: 1 1 0; flex-direction: column; align-items: center; color: inherit; text-align: center; text-decoration: none !important; }
.gd-sets__product:hover, .gd-sets__product:focus, .gd-sets__product span { text-decoration: none !important; }
.gd-sets__visual { position: relative; display: block; width: 100%; max-width: 120px; margin: 0 auto; border: 1px solid #e6eadf; border-radius: 8px; background: #fff; }
.gd-sets__image { display: block; width: 100%; height: auto; aspect-ratio: 1/1; border-radius: 8px; object-fit: contain; }
.gd-sets__product-name { display: -webkit-box; min-height: 38px; margin-top: 7px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #30352e; font-size: 12px; line-height: 19px; }
.gd-sets__qty { font-size: 12px; color: #6b7565; }
.gd-sets__item-discount { position: absolute; z-index: 1; top: 6px; left: 6px; padding: 3px 7px; border-radius: 12px; background: #71962f; color: #fff; font-size: 11px; font-weight: 700; line-height: 16px; box-shadow: 0 1px 3px rgba(0,0,0,.14); }
.gd-sets__item-discount.is-zero { background: #8a8e87; }
.gd-sets__prices { display: flex; width: 100%; min-height: 68px; margin-top: auto; padding-top: 5px; flex-direction: column; align-items: center; justify-content: flex-end; }
.gd-sets__regular-price, .gd-sets__base-price { color: #8a8e87; font-size: 12px; line-height: 16px; }
.gd-sets__regular-price { text-decoration: line-through !important; text-decoration-thickness: 1.5px !important; }
.gd-sets__base-price { text-decoration: none !important; }
.gd-sets__special-price, .gd-sets__price { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 0; line-height: 15px; }
.gd-sets__special-price { color: #d14b3d; }
.gd-sets__special-price strong { font-size: 13px; }
.gd-sets__price { color: #3f6f1e; }
.gd-sets__price small { font-size: 10px; font-weight: 600; }
.gd-sets__price strong { font-size: 15px; }
.gd-sets__plus { flex: 0 0 14px; align-self: flex-start; margin-top: 50px; color: #a0a79c; font-size: 20px; text-align: center; }
.gd-sets__summary { display: grid; grid-template-columns: 1fr 112px minmax(145px, auto); align-items: center; gap: 8px; margin-top: 14px; padding-top: 13px; border-top: 1px solid #edf0e9; }
.gd-sets__totals { display: flex; min-width: 0; flex-direction: column; }
.gd-sets__totals > span { font-size: 12px; color: #687063; }
.gd-sets__totals > del { color: #8a8e87; font-size: 12px; line-height: 15px; }
.gd-sets__totals > strong { color: #3f6f1e; font-size: 22px; line-height: 25px; }
.gd-sets__quantity { display: grid; width: 112px; grid-template-columns: 34px 44px 34px; align-items: stretch; }
.gd-sets__quantity label { margin: 0; }
.gd-sets__quantity input { width: 44px; height: 40px; padding: 4px 1px; border-right: 0; border-left: 0; border-radius: 0; text-align: center; -moz-appearance: textfield; }
.gd-sets__quantity input::-webkit-outer-spin-button, .gd-sets__quantity input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
.gd-sets__quantity-button { width: 34px; height: 40px; padding: 0; border: 1px solid #c8cec3; background: #fff; color: #38542e; font-size: 21px; font-weight: 600; line-height: 36px; }
.gd-sets__quantity-button:first-child { border-radius: 5px 0 0 5px; }
.gd-sets__quantity-button:last-child { border-radius: 0 5px 5px 0; }
.gd-sets__quantity-button:active { background: #eef3e9; }
.gd-sets__add { min-height: 40px; white-space: normal; }
.gd-sets__message { display: none; margin: 10px 0 0; font-size: 13px; }
.gd-sets__message.is-visible { display: block; }
.gd-sets__message.is-error { color: #b33434; }
.gd-sets__message.is-success { color: #397326; }
.gd-sets__add[disabled] { opacity: .65; cursor: wait; }
@media (max-width: 767px) {
  .gd-sets { display: block; margin: 16px 0; padding: 14px; }
  .gd-sets__products { gap: 3px; }
  .gd-sets__visual { max-width: 100px; }
  .gd-sets__summary { grid-template-columns: 1fr 112px 44px; }
  .gd-sets__quantity { grid-column: 2; }
  .gd-sets__add { grid-column: 1/-1; }
  .gd-sets__title { font-size: 18px; }
  .gd-sets__item-discount { top: 4px; left: 4px; padding: 2px 5px; font-size: 10px; }
  .gd-sets__product-name { min-height: 51px; font-size: 11px; line-height: 17px; -webkit-line-clamp: 3; }
  .gd-sets__regular-price, .gd-sets__base-price { font-size: 11px; }
  .gd-sets__price small { font-size: 9px; }
  .gd-sets__special-price strong { font-size: 12px; }
  .gd-sets__price strong { font-size: 14px; }
}
