.content-area {
  margin: 0;
}

.product {
  padding: 5.6rem 0 8rem;
  background: #fff;
}
@media only screen and (min-width: 992px) {
  .product {
    padding: 5.6rem 0 12rem;
  }
}
.product__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  align-items: start;
}
@media only screen and (min-width: 992px) {
  .product__layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: clamp(4rem, 4.5vw, 6.4rem);
  }
}
@media only screen and (min-width: 992px) {
  .product__images {
    position: sticky;
    top: 9rem;
  }
}
.product__images-wrap {
  position: relative;
  background: #f3f6f2;
  border: 1px solid rgba(80, 110, 74, 0.12);
  border-radius: 1.6rem;
  overflow: hidden;
}
.product__images-link {
  display: block;
}
.product__images-link:hover img {
  transform: scale(1.03);
}
.product__images-counter {
  position: absolute;
  bottom: 1.2rem;
  right: 1.4rem;
  z-index: 10;
  font-size: 1.3rem;
  font-weight: 500;
  color: #252826;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 0.3rem 0.9rem;
  border-radius: 10rem;
  letter-spacing: 0.02em;
  pointer-events: none;
}
.product__images-placeholder {
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__images-placeholder img {
  width: 30%;
  opacity: 0.15;
}
.product__thumbs {
  display: flex;
  gap: 0.8rem;
  margin-top: 0.8rem;
  overflow: hidden;
}
.product .product-main-slider {
  border-radius: 1.6rem;
  overflow: hidden;
}
.product .product-main-slider .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: contain;
  display: block;
  transition: transform 0.45s ease;
  padding: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .product .product-main-slider .swiper-slide img {
    padding: 2.4rem;
  }
}
.product .product-main-slider .product__main-prev,
.product .product-main-slider .product__main-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 3.8rem;
  height: 3.8rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(80, 110, 74, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(37, 40, 38, 0.08);
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  color: #252826;
}
.product .product-main-slider .product__main-prev::after,
.product .product-main-slider .product__main-next::after {
  display: none;
}
.product .product-main-slider .product__main-prev:hover,
.product .product-main-slider .product__main-next:hover {
  background: #fff;
  border-color: rgba(80, 110, 74, 0.2);
  box-shadow: 0 4px 14px rgba(37, 40, 38, 0.12);
}
.product .product-main-slider .product__main-prev svg,
.product .product-main-slider .product__main-next svg {
  pointer-events: none;
}
.product .product-main-slider .product__main-prev {
  left: 1.2rem;
}
.product .product-main-slider .product__main-next {
  right: 1.2rem;
}
.product .product-thumbs-slider {
  padding: 0;
}
.product .product-thumbs-slider .swiper-slide {
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 1rem;
  border: 1.5px solid rgba(80, 110, 74, 0.12);
  background: #f3f6f2;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0.4rem;
}
@media only screen and (min-width: 992px) {
  .product .product-thumbs-slider .swiper-slide {
    width: 8rem;
    height: 8rem;
  }
}
.product .product-thumbs-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 0.6rem;
}
.product .product-thumbs-slider .swiper-slide.swiper-slide-thumb-active, .product .product-thumbs-slider .swiper-slide:hover {
  border-color: #506e4a;
}
.product__info {
  display: flex;
  flex-direction: column;
}
.product__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.product__category-link {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7a8579;
  text-decoration: none;
  transition: color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.product__category-link:hover {
  color: #506e4a;
}
.product__sku {
  font-size: 1.3rem;
  font-weight: 400;
  color: rgba(37, 40, 38, 0.4);
}
.product__title {
  font-size: clamp(2.2rem, 3vw, 3.6rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.04em;
  margin: 0 0 1.6rem;
  color: #252826;
}
.product__stock-row {
  margin-bottom: 1.6rem;
}
.product__stock-badge {
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.product__stock-badge::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.product__stock-badge span {
  font-weight: 500;
}
.product__stock-badge--in {
  color: #506e4a;
}
.product__stock-badge--in::before {
  background: #506e4a;
}
.product__stock-badge--out {
  color: #b0312a;
}
.product__stock-badge--out::before {
  background: #c0392b;
}
.product__short-desc {
  font-size: 1.5rem;
  line-height: 1.65;
  color: rgba(37, 40, 38, 0.55);
  margin-bottom: 2rem;
}
.product__attrs {
  margin-bottom: 2.4rem;
}
.product__attrs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: rgba(80, 110, 74, 0.12);
  border: 1px solid rgba(80, 110, 74, 0.12);
  border-radius: 1.2rem;
  overflow: hidden;
  gap: 1px;
}
.product__attr {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1.4rem 1.6rem;
  background: #f3f6f2;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.product__attr:hover {
  background: #eff3ed;
}
.product__attr-value {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #252826;
}
.product__attr-label {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #7a8579;
}
.product__form {
  margin-bottom: 1.6rem;
}
.product__form .stock {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.45rem 1rem;
  border-radius: 10rem;
  margin: 0;
  margin-bottom: 1.2rem;
}
.product__form .stock::before, .product__form .stock::after {
  display: none !important;
}
.product__form .stock.in-stock {
  color: #506e4a;
  background: rgba(80, 110, 74, 0.1);
}
.product__form .stock.out-of-stock {
  color: #b0312a;
  background: rgba(176, 49, 42, 0.08);
}
.product__form .cart,
.product__form .variations_button {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product__form .cart-price {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
}
.product__form .cart-price span {
  align-items: baseline;
  gap: 0.6rem;
  margin: 0;
}
.product__form .cart-price span ins {
  text-decoration: none;
}
.product__form .cart-price span bdi {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #252826;
}
.product__form .cart-price span bdi .woocommerce-Price-currencySymbol {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #252826;
}
.product__form .cart-price span del {
  font-size: 1.8rem;
  font-weight: 400;
  color: rgba(37, 40, 38, 0.3);
  text-decoration: line-through;
}
.product__form .cart-price span del + ins .woocommerce-Price-amount {
  color: #506e4a;
}
.product__form .cart-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.product__form .cart-row:not(:has(.quantity)) .single_add_to_cart_button,
.product__form .cart-row:not(:has(.quantity)) button[name=add-to-cart] {
  flex: unset;
  width: 100%;
}
.product__form .quantity {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: #f3f6f2;
  border-radius: 10rem;
  padding: 0.4rem;
  flex-shrink: 0;
  width: fit-content;
}
.product__form .quantity label {
  display: none;
}
.product__form .quantity input[type=number] {
  width: 3.2rem;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  text-align: center;
  color: #252826;
  -moz-appearance: textfield;
  appearance: textfield;
}
.product__form .quantity input[type=number]::-webkit-inner-spin-button, .product__form .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product__form .quantity input[type=number]:focus {
  outline: none;
}
.product__form .qty-stepper-btn {
  border: none;
  background: #fff;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  flex-shrink: 0;
  padding: 0;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(37, 40, 38, 0.08);
}
.product__form .qty-stepper-btn svg {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
  pointer-events: none;
}
.product__form .qty-stepper-btn svg rect {
  transition: fill 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  fill: #506e4a;
}
.product__form .qty-stepper-btn:hover {
  background: #506e4a;
  box-shadow: 0 2px 8px rgba(80, 110, 74, 0.25);
}
.product__form .qty-stepper-btn:hover svg rect {
  fill: #fff;
}
.product__form .qty-stepper-btn.disabled {
  opacity: 0.35;
  pointer-events: none;
}
.product__form .qty-stepper-btn.disabled svg rect {
  fill: #7a8579;
}
.product__form .single_add_to_cart_button,
.product__form button[name=add-to-cart] {
  flex: 1;
  min-width: 0;
  min-height: 4.6rem;
  padding: 1.2rem 2rem;
  background: #ffd600;
  color: #252826;
  border: none;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1), color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: -0.01em;
}
.product__form .single_add_to_cart_button:hover,
.product__form button[name=add-to-cart]:hover {
  background: #506e4a;
  color: #fff;
}
.product__form .single_add_to_cart_button:active,
.product__form button[name=add-to-cart]:active {
  transform: scale(0.99);
}
.product__form .single_add_to_cart_button.loading, .product__form .single_add_to_cart_button.disabled,
.product__form button[name=add-to-cart].loading,
.product__form button[name=add-to-cart].disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.product__form .woocommerce-variation-availability {
  font-size: 1.4rem;
  color: rgba(37, 40, 38, 0.5);
  margin-bottom: 0.4rem;
}
.product__notify-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4.6rem;
  padding: 1.2rem 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  background: transparent;
  border: 1.5px solid rgba(80, 110, 74, 0.12);
  border-radius: 10rem;
  color: #506e4a;
  text-decoration: none;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1), color 0.28s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.product__notify-btn:hover {
  background: #506e4a;
  color: #fff;
  border-color: #506e4a;
}
.product__trust {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(80, 110, 74, 0.12);
}
.product__trust-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
  color: rgba(37, 40, 38, 0.5);
}
.product__trust-item svg {
  color: #506e4a;
  flex-shrink: 0;
}

.product-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(80, 110, 74, 0.12);
  box-shadow: 0 -4px 24px rgba(37, 40, 38, 0.07);
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 1.2rem 0;
  display: none !important;
}
.product-sticky.is-visible {
  transform: translateY(0);
}
.product-sticky__image {
  width: 4.8rem;
  height: 4.8rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.8rem;
  background: #f3f6f2;
  border: 1px solid rgba(80, 110, 74, 0.12);
  padding: 0.3rem;
}
.product-sticky__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.product-sticky__info {
  flex: 1;
  min-width: 0;
}
.product-sticky__title {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 0 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -0.02em;
  color: #252826;
}
.product-sticky__price {
  font-size: 1.5rem;
  font-weight: 500;
  color: #252826;
  letter-spacing: -0.03em;
}
.product-sticky__price .woocommerce-Price-amount {
  color: inherit;
  font-weight: inherit;
}
.product-sticky__action {
  flex-shrink: 0;
}
.product-sticky__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4.2rem;
  padding: 0 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  background: #ffd600;
  color: #252826;
  border: none;
  border-radius: 10rem;
  cursor: pointer;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1), color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: -0.01em;
}
.product-sticky__btn:hover {
  background: #506e4a;
  color: #fff;
}
.product-sticky__btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}