.product-card .product-footer { flex-wrap: wrap; gap: 10px; }
.inline-product-options { width: 100%; margin-top: 12px; }
.inline-product-options .variant-selection { padding: 12px; border-radius: 14px; background: #fbf6ed; border: 1px solid #eadfce; }
.inline-product-options .variant-selection h5 { font-size: .8rem; margin: 0 0 8px; color: #725942; }
.inline-product-options .variant-selection h5:nth-of-type(2) { margin-top: 12px; }
.inline-product-options .variant-selection button { min-height: 34px; padding: 5px 10px; font-size: .78rem; border-radius: 9px; }
.inline-product-options .variant-selection p { margin: 8px 0 0; font-size: .72rem; }
.inline-add-to-cart { width: 100%; margin-top: 10px; border-radius: 12px; min-height: 42px; }
.product-card .add-to-cart-quick.choose-product-options {
    width: 100%; height: auto; min-height: 44px; padding: 10px 12px;
    border-radius: 12px; display: flex; align-items: center; justify-content: center;
    gap: 8px; font-size: .85rem; line-height: 1.3; white-space: normal;
}
.product-options-modal .modal-dialog { max-width: 960px; }
.product-options-modal .modal-content { border: 0; border-radius: 24px; background: #fcf7ee; overflow: hidden; }
.product-options-modal .modal-header { padding: 16px 24px; border-color: #e8dcca; color: #725942; }
.product-options-modal .modal-body { padding: 24px; }
.quick-product-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.quick-product-information { min-width: 0; }
.quick-product-information h2 { font-size: clamp(1.25rem, 2.3vw, 1.8rem); line-height: 1.35; color: #4a3728; }
.quick-product-price { font-size: 1.65rem; font-weight: 700; color: #ac721a; margin: 18px 0 24px; }
.quick-product-actions { margin-top: 24px; }
.quick-product-actions button { border-radius: 14px; min-height: 52px; }
.quick-product-actions button:disabled { opacity: .5; cursor: not-allowed; }
.quick-product-gallery .product-detail-gallery { background: #f1e7d7; border-radius: 18px; overflow: hidden; }
.quick-product-gallery .product-detail-main-image { width: 100%; height: 100%; object-fit: contain; padding: 12px; }
.product-detail-gallery { background: #f4eadb; isolation: isolate; }
.product-detail-gallery .product-detail-main-image { display: block; padding: clamp(6px, 1vw, 12px) !important; object-fit: contain; background: transparent; }
.quick-product-gallery .gallery-thumb { width: 100%; height: 80px; object-fit: contain; background: #f1e7d7; }
.product-options-modal .variant-selection h5 { font-size: 1rem; margin-bottom: 12px; }
.product-options-modal .variant-selection button { border-radius: 12px; min-height: 44px; }
.product-options-modal .variant-selection button[aria-pressed="true"] { background: #4a3728; color: #fffaf2; }
.variant-selection button[aria-pressed="true"] {
    background: #c8873d !important;
    color: #fffdf8 !important;
    border-color: #8b5a28 !important;
    box-shadow: 0 0 0 3px rgba(200,135,61,.22), 0 4px 10px rgba(92,61,29,.18);
    font-weight: 700;
    transform: translateY(-1px);
}
.variant-selection button[aria-pressed="true"]::after {
    content: "✓";
    display: inline-block;
    margin-left: .45rem;
    font-weight: 800;
}
.inline-product-options .variant-selection button[aria-pressed="true"] {
    background: #b87532 !important;
}
@media (max-width: 575.98px) {
    .product-options-modal .modal-dialog { margin: 10px; }
    .product-options-modal .modal-body { padding: 16px; }
    .quick-product-layout { grid-template-columns: 1fr; gap: 20px; }
    .quick-product-gallery .product-detail-gallery { aspect-ratio: 1 / 1 !important; max-height: 38vh; }
    .quick-product-gallery .gallery-thumb { height: 56px; }
    .quick-product-price { margin: 10px 0 18px; }
}
