.arauma-product-card {
  display: grid;
  grid-template-columns: minmax(280px, 460px) minmax(280px, 440px);
  gap: 48px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 20px;
  font-family: var(--arauma-font);
}

.arauma-product-card *,
.arauma-product-card *::before,
.arauma-product-card *::after {
  box-sizing: border-box;
  font-family: var(--arauma-font);
}

.arauma-product-card__image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.arauma-product-card__image img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  object-fit: contain;
}

.arauma-product-card__content {
  max-width: 440px;
}

.arauma-product-card__badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--arauma-gold);
  border: 1px solid var(--arauma-gold-border-soft);
  background: var(--arauma-gold-bg-soft);
  border-radius: var(--arauma-radius-sm);
}

.arauma-product-card__title {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.08;
  font-weight: 500;
  color: var(--arauma-text-dark);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.arauma-product-card__price {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--arauma-text-price);
  letter-spacing: 0.01em;
}

.arauma-product-card__price del {
  color: var(--arauma-text-del);
  opacity: 0.9;
  margin-right: 10px;
}

.arauma-product-card__price ins {
  text-decoration: none;
  color: var(--arauma-text-price);
}

.arauma-product-card__description {
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
  color: var(--arauma-text-body);
}

.arauma-option-group {
  margin-bottom: 20px;
}

.arauma-option-label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--arauma-text-dark);
  letter-spacing: 0.02em;
}

.arauma-option-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

#arauma-random-product-root .arauma-option-btn {
  min-width: 92px;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid var(--arauma-border-control);
  border-radius: var(--arauma-radius-sm);
  background: var(--arauma-white) !important;
  color: var(--arauma-text-near-black) !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
  appearance: none;
  -webkit-appearance: none;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  background-image: none !important;
}

#arauma-random-product-root .arauma-option-btn:hover,
#arauma-random-product-root .arauma-option-btn:focus,
#arauma-random-product-root .arauma-option-btn:active {
  border-color: var(--arauma-green);
  color: var(--arauma-green) !important;
  background: var(--arauma-white) !important;
  outline: none !important;
  box-shadow: none !important;
}

#arauma-random-product-root .arauma-option-btn.is-active,
#arauma-random-product-root .arauma-option-btn.is-active:hover,
#arauma-random-product-root .arauma-option-btn.is-active:focus,
#arauma-random-product-root .arauma-option-btn.is-active:active {
  border-color: var(--arauma-green);
  background: var(--arauma-green-active-bg) !important;
  color: var(--arauma-green) !important;
  outline: none !important;
  box-shadow: none !important;
}

.arauma-controls-wrap {
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.arauma-qty-row {
  display: grid;
  grid-template-columns: 52px 104px 52px;
  align-items: center;
  width: 208px;
  align-self: flex-start;
  height: 48px;
  border: 1px solid var(--arauma-border-control) !important;
  border-radius: var(--arauma-radius-sm);
  overflow: hidden;
  background: var(--arauma-white);
  margin: 6px 0 24px;
}

#arauma-random-product-root .arauma-qty-btn {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0 !important;
  background: var(--arauma-white) !important;
  color: var(--arauma-green) !important;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  cursor: pointer;
  transition: color 0.18s ease;
  appearance: none;
  -webkit-appearance: none;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  background-image: none !important;
}

#arauma-random-product-root .arauma-qty-btn:hover,
#arauma-random-product-root .arauma-qty-btn:focus,
#arauma-random-product-root .arauma-qty-btn:active {
  background: var(--arauma-white) !important;
  color: var(--arauma-green-hover) !important;
  outline: none !important;
  box-shadow: none !important;
}

.arauma-qty-input {
  width: 100%;
  min-width: 0;
  height: 100%;
  border: 1px solid var(--arauma-border-control) !important;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: var(--arauma-text-dark);
  background: var(--arauma-white);
  outline: none;
  box-shadow: none;
  border-radius: 0 !important;
}

.arauma-qty-input::-webkit-outer-spin-button,
.arauma-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.arauma-qty-input[type="number"] {
  -moz-appearance: textfield;
}

.arauma-product-card__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.arauma-btn {
  min-width: 165px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: var(--arauma-radius-sm);
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.015em;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  outline: none !important;
  box-shadow: none !important;
  background-image: none !important;
}

.arauma-btn--primary {
  background: var(--arauma-green) !important;
  border-color: var(--arauma-green) !important;
  color: var(--arauma-white) !important;
}

.arauma-btn--primary:hover,
.arauma-btn--primary:focus,
.arauma-btn--primary:active {
  background: var(--arauma-green-hover) !important;
  border-color: var(--arauma-green-hover) !important;
  color: var(--arauma-white) !important;
  outline: none !important;
  box-shadow: none !important;
}

.arauma-btn--secondary {
  background: var(--arauma-bg-soft) !important;
  color: var(--arauma-btn-text-dark) !important;
  border-color: var(--arauma-border-muted) !important;
}

.arauma-btn--secondary:hover,
.arauma-btn--secondary:focus,
.arauma-btn--secondary:active {
  background: var(--arauma-btn-secondary-hover) !important;
  color: var(--arauma-text-dark) !important;
  border-color: var(--arauma-btn-secondary-border-hover) !important;
  outline: none !important;
  box-shadow: none !important;
}

.arauma-btn--primary:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

@media (max-width: 1024px) {
  .arauma-product-card {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 24px 18px;
  }

  .arauma-product-card__content {
    max-width: 100%;
  }

  .arauma-product-card__title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .arauma-product-card {
    gap: 26px;
    padding: 18px 16px;
  }

  .arauma-product-card__title {
    font-size: 22px;
    line-height: 1.1;
  }

  .arauma-product-card__price {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .arauma-option-label {
    font-size: 13px;
  }

  .arauma-option-btn {
    min-width: 84px;
    min-height: 44px;
    font-size: 13px;
    padding: 0 14px;
  }

  .arauma-controls-wrap {
    width: 100%;
  }

  .arauma-qty-row {
    height: 46px;
    grid-template-columns: 48px 1fr 48px;
  }

  .arauma-qty-btn {
    font-size: 20px;
  }

  .arauma-qty-input {
    font-size: 16px;
  }

  .arauma-btn {
    width: 100%;
    min-width: 100%;
    min-height: 46px;
    font-size: 13px;
  }
}