/* =====================================================
   COMMERCE PRODUCT DETAIL - CLEAN DESIGN
===================================================== */
.path-product #block-rekhatama-theme-page-title {
  margin: 32px 0 16px;
}

.path-product #block-rekhatama-theme-page-title h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.path-product .product-layout-container {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: 40px;
  margin-top: 24px;
  align-items: start;
}

/* Left Column Styling */
.path-product .product-featured-image {
  margin-bottom: 24px;
}

.path-product .product-featured-image .field__label {
  display: none;
}

.path-product .product-featured-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  border: 1px solid #e2e8f0;
}

.path-product .product-related-course-section,
.path-product .product-related-schedule-section {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 24px 28px;
  margin-bottom: 24px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
}

.path-product .product-related-course-section .field__label,
.path-product .product-related-schedule-section .field__label {
  font-size: 0.8rem;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 8px;
}

.path-product .product-related-course-section .field__item a,
.path-product .product-related-schedule-section .field__item a {
  font-size: 1.18rem;
  font-weight: 800;
  color: #0057d9;
  text-decoration: none;
  line-height: 1.4;
  display: block;
  transition: all 0.2s ease;
}

.path-product .product-related-course-section .field__item a:hover,
.path-product .product-related-schedule-section .field__item a:hover {
  color: #0046ad;
  text-decoration: underline;
}

/* Sidebar Checkout Card Styling */
.path-product .product-checkout-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.05);
  position: sticky;
  top: 32px;
}

/* Price Box */
.path-product .product-price-section {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border: 1px solid #bfdbfe;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 24px;
  text-align: center;
}

.path-product .product-price-section .field__label {
  display: none;
}

.path-product .product-price-section .field__item {
  font-size: 2rem;
  font-weight: 900;
  color: #1e40af;
  letter-spacing: -0.02em;
  line-height: 1;
}

/* Metadata List */
.path-product .product-sku-section,
.path-product .product-training-mode-section,
.path-product .product-registration-deadline-section,
.path-product .product-available-seat-section,
.path-product .product-seat-label-section,
.path-product .product-certificate-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f1f5f9;
  padding: 12px 0;
}

.path-product .product-sku-section .field__label,
.path-product .product-training-mode-section .field__label,
.path-product .product-registration-deadline-section .field__label,
.path-product .product-available-seat-section .field__label,
.path-product .product-seat-label-section .field__label,
.path-product .product-certificate-section .field__label {
  font-size: 0.88rem;
  font-weight: 700;
  color: #64748b;
  margin: 0;
  white-space: nowrap;
}

.path-product .product-sku-section .field__item,
.path-product .product-training-mode-section .field__item,
.path-product .product-registration-deadline-section .field__item,
.path-product .product-available-seat-section .field__item,
.path-product .product-seat-label-section .field__item,
.path-product .product-certificate-section .field__item {
  font-size: 0.92rem;
  font-weight: 700;
  color: #0f172a;
}

/* Icon indicators and specific styles */
.path-product .product-sku-section .field__label::before { content: "🆔"; margin-right: 6px; }
.path-product .product-training-mode-section .field__label::before { content: "💻"; margin-right: 6px; }
.path-product .product-registration-deadline-section .field__label::before { content: "⏰"; margin-right: 6px; }
.path-product .product-available-seat-section .field__label::before { content: "👥"; margin-right: 6px; }
.path-product .product-seat-label-section .field__label::before { content: "💺"; margin-right: 6px; }
.path-product .product-certificate-section .field__label::before { content: "🎓"; margin-right: 6px; }

/* Custom Badge Styles */
.path-product .product-sku-section .field__item {
  font-family: monospace;
  background: #f1f5f9;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 0.85rem;
}

.path-product .product-training-mode-section .field__item a {
  background: #fef3c7;
  color: #b45309;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
}

.path-product .product-registration-deadline-section .field__item time {
  color: #e11d48;
}

.path-product .product-certificate-section .field__item {
  color: #16a34a;
  background: #f0fdf4;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
}

/* Add to cart section */
.path-product .product-variations-section {
  margin-top: 24px;
}

.path-product .product-variations-section .field__label {
  display: none;
}

.path-product .product-variations-section form {
  margin: 0;
}

.path-product .product-variations-section .button--add-to-cart {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 12px 24px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0057d9 0%, #0046ad 100%);
  border: none;
  color: #ffffff !important;
  font-weight: 800;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 24px rgba(0, 87, 217, 0.2);
  transition: all 0.2s ease;
  cursor: pointer;
}

.path-product .product-variations-section .button--add-to-cart:hover {
  background: linear-gradient(135deg, #0062eb 0%, #004fb8 100%);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 87, 217, 0.32);
}

.path-product .product-variations-section .button--add-to-cart:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(0, 87, 217, 0.15);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .path-product .product-layout-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .path-product .product-checkout-card {
    position: static;
    top: 0;
  }
}

@media (max-width: 576px) {
  .path-product .product-sku-section,
  .path-product .product-training-mode-section,
  .path-product .product-registration-deadline-section,
  .path-product .product-available-seat-section,
  .path-product .product-seat-label-section,
  .path-product .product-certificate-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  
  .path-product .product-sku-section .field__item,
  .path-product .product-training-mode-section .field__item,
  .path-product .product-registration-deadline-section .field__item,
  .path-product .product-available-seat-section .field__item,
  .path-product .product-seat-label-section .field__item,
  .path-product .product-certificate-section .field__item {
    align-self: flex-start;
  }
}


/* =====================================================
   COMMERCE SHOPPING CART - CLEAN DESIGN
   ===================================================== */
.path-cart #block-rekhatama-theme-page-title {
  margin: 32px 0 24px;
}

.path-cart #block-rekhatama-theme-page-title h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -0.03em;
}

/* Views Table Restyling */
.path-cart .views-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  background: #ffffff;
  margin-bottom: 24px;
}

.path-cart .views-table th {
  background: #f8fafc;
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 16px 20px;
  border-bottom: 2px solid #e2e8f0;
}

.path-cart .views-table td {
  padding: 20px;
  vertical-align: middle;
  border-bottom: 1px solid #e2e8f0;
  color: #334155;
}

.path-cart .views-table tbody tr:last-child td {
  border-bottom: 0;
}

.path-cart .views-table tbody tr {
  transition: background-color 0.15s ease;
}

.path-cart .views-table tbody tr:hover {
  background-color: #f8fafc;
}

/* Align table fields appropriately */
.path-cart .views-table th.views-field-unit-price-number,
.path-cart .views-table td.views-field-unit-price-number,
.path-cart .views-table th.views-field-total-price-number,
.path-cart .views-table td.views-field-total-price-number {
  text-align: right;
}

.path-cart .views-table th.views-field-edit-quantity,
.path-cart .views-table td.views-field-edit-quantity,
.path-cart .views-table th.views-field-remove-button,
.path-cart .views-table td.views-field-remove-button {
  text-align: center;
}

/* Item Variation Column styling */
.path-cart td.views-field-purchased-entity .field--name-title {
  display: none;
}

.path-cart td.views-field-purchased-entity .field__label {
  display: none;
}

.path-cart td.views-field-purchased-entity .field--name-price {
  display: none;
}

.path-cart td.views-field-purchased-entity .field--name-product-id {
  margin-bottom: 8px;
}

.path-cart td.views-field-purchased-entity .field--name-product-id a {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  text-decoration: none;
  transition: color 0.15s ease;
}

.path-cart td.views-field-purchased-entity .field--name-product-id a:hover {
  color: #0057d9;
}

/* Badges for SKU and attributes */
.path-cart td.views-field-purchased-entity .field--name-sku,
.path-cart td.views-field-purchased-entity .field--name-field-seat-quantity-label,
.path-cart td.views-field-purchased-entity .field--name-field-certificate-included {
  display: inline-flex;
  margin-right: 6px;
  margin-bottom: 4px;
  vertical-align: middle;
}

.path-cart td.views-field-purchased-entity .field--name-sku .field__item {
  font-family: monospace;
  font-size: 0.75rem;
  font-weight: 600;
  background: #f1f5f9;
  color: #475569;
  padding: 3px 8px;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
}

.path-cart td.views-field-purchased-entity .field--name-field-seat-quantity-label .field__item {
  font-size: 0.75rem;
  font-weight: 700;
  background: #fef3c7;
  color: #b45309;
  padding: 3px 8px;
  border-radius: 6px;
  border: 1px solid #fde68a;
}

.path-cart td.views-field-purchased-entity .field--name-field-certificate-included .field__item {
  font-size: 0.75rem;
  font-weight: 700;
  background: #f0fdf4;
  color: #16a34a;
  padding: 3px 8px;
  border-radius: 6px;
  border: 1px solid #bbf7d0;
}

.path-cart td.views-field-purchased-entity .field--name-field-certificate-included .field__item::before {
  content: "🎓 ";
}

/* Quantity Input styling */
.path-cart td.views-field-edit-quantity input {
  max-width: 80px;
  padding: 8px;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  color: #0f172a;
  transition: all 0.2s ease;
}

.path-cart td.views-field-edit-quantity input:focus {
  outline: none;
  border-color: #0057d9;
  box-shadow: 0 0 0 3px rgba(0, 87, 217, 0.15);
}

/* Remove Button styling */
.path-cart td.views-field-remove-button input[type="submit"],
.path-cart td.views-field-remove-button button {
  background: transparent !important;
  border: 1.5px solid #fecaca !important;
  color: #dc2626 !important;
  padding: 6px 12px !important;
  border-radius: 8px !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-shadow: none !important;
}

.path-cart td.views-field-remove-button input[type="submit"]:hover,
.path-cart td.views-field-remove-button button:hover {
  background: #fef2f2 !important;
  border-color: #f87171 !important;
  color: #b91c1c !important;
}

/* Total Price Column styling */
.path-cart td.views-field-total-price-number {
  font-weight: 800;
  font-size: 1.05rem;
  color: #0f172a;
}

/* Totals Summary */
.path-cart .order-total-line {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  font-size: 1rem;
  margin-top: 8px;
  padding-right: 20px;
}

.path-cart .order-total-line-label {
  color: #64748b;
  font-weight: 700;
}

.path-cart .order-total-line-value {
  color: #0f172a;
  font-weight: 800;
  min-width: 140px;
  text-align: right;
}

.path-cart .order-total-line__total {
  margin-top: 12px;
  border-top: 2px solid #e2e8f0;
  padding-top: 12px;
}

.path-cart .order-total-line__total .order-total-line-label {
  font-size: 1.1rem;
  color: #0f172a;
  font-weight: 900;
}

.path-cart .order-total-line__total .order-total-line-value {
  font-size: 1.5rem;
  color: #0057d9;
  font-weight: 900;
}

/* Action Buttons */
.path-cart form .form-actions {
  display: flex;
  gap: 16px;
  margin-top: 30px;
  border-top: 1px solid #e2e8f0;
  padding-top: 24px;
}

.path-cart form .form-actions input[type="submit"],
.path-cart form .form-actions button,
.path-cart form .form-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 24px;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

/* Secondary Button - Update Cart */
.path-cart form .form-actions input[type="submit"][value*="Update"],
.path-cart form .form-actions input[type="submit"][value*="update"],
.path-cart form .form-actions button[name*="update"] {
  background: #ffffff !important;
  border: 2px solid #cbd5e1 !important;
  color: #475569 !important;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.02) !important;
}

.path-cart form .form-actions input[type="submit"][value*="Update"]:hover,
.path-cart form .form-actions input[type="submit"][value*="update"]:hover,
.path-cart form .form-actions button[name*="update"]:hover {
  background: #f8fafc !important;
  border-color: #94a3b8 !important;
  color: #0f172a !important;
  transform: translateY(-1px);
}

/* Primary Button - Checkout */
.path-cart form .form-actions input[type="submit"][value*="Checkout"],
.path-cart form .form-actions input[type="submit"][value*="checkout"],
.path-cart form .form-actions button[name*="checkout"] {
  background: linear-gradient(135deg, #0057d9 0%, #0046ad 100%) !important;
  border: none !important;
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(0, 87, 217, 0.16) !important;
}

.path-cart form .form-actions input[type="submit"][value*="Checkout"]:hover,
.path-cart form .form-actions input[type="submit"][value*="checkout"]:hover,
.path-cart form .form-actions button[name*="checkout"]:hover {
  background: linear-gradient(135deg, #0062eb 0%, #004fb8 100%) !important;
  box-shadow: 0 12px 26px rgba(0, 87, 217, 0.28) !important;
  transform: translateY(-2px);
}

.path-cart form .form-actions input[type="submit"]:active,
.path-cart form .form-actions button:active {
  transform: translateY(0);
}

/* =========================================================
   REKHATAMA TRAINING PRODUCT DETAIL
========================================================= */

.commerce-product--full {
  --rk-navy: #102f5d;
  --rk-blue: #0876df;
  --rk-cyan: #0ea5e9;
  --rk-text: #14233d;
  --rk-muted: #60738f;
  --rk-border: #d8e3f0;
  --rk-soft: #f4f8fd;
  --rk-white: #ffffff;

  width: min(100%, 1480px);
  margin-inline: auto;
  color: var(--rk-text);
}

/* Product title */
.commerce-product--full .field--name-title,
.commerce-product--full .product-title {
  margin: 0 0 22px;
  padding: 22px 26px;
  background: var(--rk-white);
  border: 1px solid var(--rk-border);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(15, 47, 93, 0.06);
}

.commerce-product--full .field--name-title h1,
.commerce-product--full .product-title h1 {
  margin: 0;
  color: var(--rk-navy);
  font-size: clamp(1.75rem, 2.5vw, 2.65rem);
  line-height: 1.18;
  font-weight: 750;
}

/* Images */
.commerce-product--full .field--name-field-image,
.commerce-product--full .field--name-field-course-image {
  padding: 14px;
  overflow: hidden;
  background: var(--rk-white);
  border: 1px solid var(--rk-border);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(15, 47, 93, 0.07);
}

.commerce-product--full .field--name-field-image img,
.commerce-product--full .field--name-field-course-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

/* Description */
.commerce-product--full .field--name-body {
  padding: 26px;
  color: #344a68;
  font-size: 1rem;
  line-height: 1.75;
  background: var(--rk-white);
  border: 1px solid var(--rk-border);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(15, 47, 93, 0.06);
}

.commerce-product--full .field--name-body > :last-child {
  margin-bottom: 0;
}

/* Add-to-cart panel */
.commerce-product--full .commerce-order-item-add-to-cart-form {
  padding: 24px;
  background: var(--rk-white);
  border: 1px solid var(--rk-border);
  border-radius: 20px;
  box-shadow: 0 18px 46px rgba(15, 47, 93, 0.12);
}

@media (min-width: 992px) {
  .commerce-product--full .commerce-order-item-add-to-cart-form {
    position: sticky;
    top: 96px;
  }
}

/* Price */
.commerce-product--full .field--name-price {
  margin: 0 0 20px;
  padding: 18px 20px;
  background: linear-gradient(135deg, #102f5d, #0876df);
  border-radius: 14px;
  color: #ffffff;
}

.commerce-product--full .field--name-price .field__label {
  margin-bottom: 5px;
  color: #cde6ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.commerce-product--full .field--name-price .field__item {
  color: #ffffff;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.2;
  font-weight: 800;
}

/* Variation fieldset */
.commerce-product--full
.field--widget-commerce-product-variation-attributes {
  margin: 0 0 20px;
}

.commerce-product--full
.field--widget-commerce-product-variation-attributes fieldset {
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}

.commerce-product--full
.field--widget-commerce-product-variation-attributes legend {
  float: none;
  width: auto;
  margin: 0 0 10px;
  color: var(--rk-navy);
  font-size: 0.82rem;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Radio list */
.commerce-product--full
.field--widget-commerce-product-variation-attributes .form-radios {
  display: grid;
  gap: 10px;
}

/* Radio styled like checkbox card */
.commerce-product--full
.field--widget-commerce-product-variation-attributes .form-type-radio {
  position: relative;
  margin: 0;
  padding: 0;
}

.commerce-product--full
.field--widget-commerce-product-variation-attributes .form-type-radio input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.commerce-product--full
.field--widget-commerce-product-variation-attributes .form-type-radio label {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64px;
  margin: 0;
  padding: 14px 44px 14px 50px;
  color: #263d5c;
  font-size: 0.93rem;
  line-height: 1.45;
  font-weight: 650;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid var(--rk-border);
  border-radius: 13px;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.commerce-product--full
.field--widget-commerce-product-variation-attributes .form-type-radio label::before {
  position: absolute;
  left: 16px;
  top: 50%;
  width: 22px;
  height: 22px;
  content: "";
  transform: translateY(-50%);
  background: #ffffff;
  border: 2px solid #a9bdd5;
  border-radius: 6px;
  box-sizing: border-box;
}

.commerce-product--full
.field--widget-commerce-product-variation-attributes .form-type-radio label::after {
  position: absolute;
  left: 23px;
  top: 50%;
  width: 8px;
  height: 13px;
  content: "";
  opacity: 0;
  transform: translateY(-60%) rotate(45deg);
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}

.commerce-product--full
.field--widget-commerce-product-variation-attributes .form-type-radio label:hover {
  border-color: #8fc5f5;
  background: #f7fbff;
  box-shadow: 0 8px 22px rgba(8, 118, 223, 0.08);
  transform: translateY(-1px);
}

.commerce-product--full
.field--widget-commerce-product-variation-attributes
.form-type-radio input:checked + label {
  color: #074f9d;
  background: #edf7ff;
  border-color: var(--rk-blue);
  box-shadow: 0 0 0 3px rgba(8, 118, 223, 0.10);
}

.commerce-product--full
.field--widget-commerce-product-variation-attributes
.form-type-radio input:checked + label::before {
  background: var(--rk-blue);
  border-color: var(--rk-blue);
}

.commerce-product--full
.field--widget-commerce-product-variation-attributes
.form-type-radio input:checked + label::after {
  opacity: 1;
}

.commerce-product--full
.field--widget-commerce-product-variation-attributes
.form-type-radio input:focus-visible + label {
  outline: 3px solid rgba(8, 118, 223, 0.25);
  outline-offset: 2px;
}

/* Fallback select widget */
.commerce-product--full
.field--widget-commerce-product-variation-attributes select {
  width: 100%;
  min-height: 50px;
  padding: 10px 42px 10px 14px;
  color: var(--rk-text);
  background-color: #ffffff;
  border: 1px solid var(--rk-border);
  border-radius: 11px;
}

.commerce-product--full
.field--widget-commerce-product-variation-attributes select:focus {
  border-color: var(--rk-blue);
  box-shadow: 0 0 0 3px rgba(8, 118, 223, 0.12);
}

/* Variation information */
.commerce-product--full
.commerce-order-item-add-to-cart-form .field:not(.field--name-price) {
  margin-bottom: 12px;
}

.commerce-product--full
.commerce-order-item-add-to-cart-form .field__label {
  margin-bottom: 4px;
  color: #6b7f9a;
  font-size: 0.72rem;
  line-height: 1.4;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.commerce-product--full
.commerce-order-item-add-to-cart-form .field__item {
  color: #193451;
  font-size: 0.92rem;
  line-height: 1.5;
  font-weight: 650;
}

/* Quantity */
.commerce-product--full
.commerce-order-item-add-to-cart-form
.form-item-quantity-0-value {
  margin: 18px 0;
}

.commerce-product--full
.commerce-order-item-add-to-cart-form
.form-item-quantity-0-value label {
  display: block;
  margin-bottom: 7px;
  color: var(--rk-navy);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.commerce-product--full
.commerce-order-item-add-to-cart-form
input[type="number"] {
  width: 100%;
  min-height: 50px;
  padding: 10px 14px;
  color: var(--rk-text);
  background: #ffffff;
  border: 1px solid var(--rk-border);
  border-radius: 11px;
}

.commerce-product--full
.commerce-order-item-add-to-cart-form
input[type="number"]:focus {
  border-color: var(--rk-blue);
  box-shadow: 0 0 0 3px rgba(8, 118, 223, 0.12);
}

/* Submit */
.commerce-product--full
.commerce-order-item-add-to-cart-form
.form-actions {
  margin: 18px 0 0;
}

.commerce-product--full
.commerce-order-item-add-to-cart-form
.form-submit {
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 13px 20px;
  color: #ffffff;
  font-size: 0.96rem;
  line-height: 1.3;
  font-weight: 800;
  background: linear-gradient(135deg, #075fd5, #0ea5e9);
  border: 0;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(8, 118, 223, 0.22);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.commerce-product--full
.commerce-order-item-add-to-cart-form
.form-submit:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(8, 118, 223, 0.30);
}

/* AJAX throbber */
.commerce-product--full .ajax-progress {
  display: block;
  margin-top: 9px;
  color: var(--rk-muted);
  font-size: 0.8rem;
  text-align: center;
}

/* Responsive */
@media (max-width: 991.98px) {
  .commerce-product--full {
    width: 100%;
  }

  .commerce-product--full
  .commerce-order-item-add-to-cart-form {
    position: static;
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {
  .commerce-product--full .field--name-title,
  .commerce-product--full .product-title,
  .commerce-product--full .field--name-body,
  .commerce-product--full
  .commerce-order-item-add-to-cart-form {
    padding: 18px;
    border-radius: 15px;
  }

  .commerce-product--full
  .field--widget-commerce-product-variation-attributes
  .form-type-radio label {
    min-height: 58px;
    padding: 12px 38px 12px 46px;
    font-size: 0.86rem;
  }
}
