/* ============================================================
   Olaya Woo Services – WooCommerce Overrides
   Product, Cart & Checkout visual enhancements
   Palette: White (#ffffff), Burgundy (#8b4557), Soft Pink (#f5e6ea)
   ============================================================ */

/* ─────────────────────────────────────────────────────────────
   SINGLE PRODUCT PAGE
   ───────────────────────────────────────────────────────────── */

/* Product wrapper */
.single-product div.product {
    font-family: var(--ows-font-body, 'Inter', sans-serif);
    padding-top: 60px !important;
}

/* Product title */
.single-product .product_title {
    font-family: var(--ows-font-display, 'Playfair Display', serif) !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #171717 !important;
    letter-spacing: -0.3px;
    line-height: 1.25 !important;
    margin-bottom: 12px !important;
}

/* Price */
.single-product .price {
    font-family: var(--ows-font-display, 'Playfair Display', serif) !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #8b4557 !important;
    margin-bottom: 20px !important;
}

.single-product .price del {
    color: #d4d4d4 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}

.single-product .price ins {
    text-decoration: none !important;
}

/* Product short description */
.single-product .woocommerce-product-details__short-description {
    font-size: 15px;
    line-height: 1.7;
    color: #737373;
    padding: 16px 0;
    border-top: 1px solid #f5e6ea;
    margin-top: 16px;
}

/* Gallery images */
.single-product .woocommerce-product-gallery {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(139, 69, 87, 0.08);
}

.single-product .woocommerce-product-gallery img {
    border-radius: 16px;
}

.single-product .woocommerce-product-gallery__trigger {
    border-radius: 50%;
    background: rgba(139, 69, 87, 0.85) !important;
    color: #fff !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* Service type badge on product */
.ows-product-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 16px;
    background: #f5e6ea;
    color: #8b4557;
}

/* Add to cart button */
.single-product .single_add_to_cart_button,
.single-product button.single_add_to_cart_button {
    background: #8b4557 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 16px 36px !important;
    font-family: var(--ows-font-body, 'Inter', sans-serif) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.4px !important;
    cursor: pointer !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 16px rgba(139, 69, 87, 0.2) !important;
    text-transform: none !important;
    position: relative;
    overflow: hidden;
}

.single-product .single_add_to_cart_button:hover {
    background: #6d3344 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 28px rgba(139, 69, 87, 0.3) !important;
}

.single-product .single_add_to_cart_button:active {
    transform: translateY(0) !important;
}

/* Quantity input */
.single-product .quantity .qty {
    border: 2px solid #e5e5e5 !important;
    border-radius: 10px !important;
    padding: 12px 14px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #171717 !important;
    width: 80px !important;
    text-align: center !important;
    transition: border-color 0.3s !important;
    font-family: var(--ows-font-body, 'Inter', sans-serif) !important;
}

.single-product .quantity .qty:focus {
    border-color: #8b4557 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(139, 69, 87, 0.1) !important;
}

/* Tabs */
.single-product .woocommerce-tabs ul.tabs {
    border-bottom: 2px solid #f5e6ea !important;
    padding: 0 !important;
    margin: 0 0 24px !important;
}

.single-product .woocommerce-tabs ul.tabs::before {
    border-bottom-color: #f5e6ea !important;
}

.single-product .woocommerce-tabs ul.tabs li {
    border: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.single-product .woocommerce-tabs ul.tabs li a {
    font-family: var(--ows-font-body, 'Inter', sans-serif) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #737373 !important;
    padding: 12px 24px !important;
    border-bottom: 3px solid transparent !important;
    transition: all 0.3s !important;
    text-transform: none !important;
}

.single-product .woocommerce-tabs ul.tabs li.active a,
.single-product .woocommerce-tabs ul.tabs li a:hover {
    color: #8b4557 !important;
    border-bottom-color: #8b4557 !important;
}

.single-product .woocommerce-tabs .panel {
    font-family: var(--ows-font-body, 'Inter', sans-serif) !important;
    font-size: 15px;
    line-height: 1.7;
    color: #404040;
}

/* Meta (SKU, categories, tags), Ratings, Breadcrumbs */
.single-product .product_meta,
.single-product .woocommerce-product-rating,
.woocommerce-breadcrumb {
    display: none !important;
}

/* Related products */
.single-product .related.products > h2,
.single-product .upsells.products > h2 {
    font-family: var(--ows-font-display, 'Playfair Display', serif) !important;
    font-size: 24px !important;
    color: #171717 !important;
    margin-bottom: 20px !important;
}


/* ─────────────────────────────────────────────────────────────
   SHOP / ARCHIVE PRODUCT CARDS
   ───────────────────────────────────────────────────────────── */

ul.products li.product {
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

ul.products li.product:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 32px rgba(139, 69, 87, 0.12) !important;
}

ul.products li.product a img {
    border-radius: 0 !important;
    transition: transform 0.5s ease !important;
}

ul.products li.product:hover a img {
    transform: scale(1.05) !important;
}

ul.products li.product .woocommerce-loop-product__title {
    font-family: var(--ows-font-display, 'Playfair Display', serif) !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #171717 !important;
    padding: 14px 16px 4px !important;
}

ul.products li.product .price {
    font-family: var(--ows-font-display, 'Playfair Display', serif) !important;
    color: #8b4557 !important;
    font-weight: 700 !important;
    padding: 0 16px !important;
}

ul.products li.product .button,
ul.products li.product a.add_to_cart_button {
    background: #8b4557 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 10px 20px !important;
    font-family: var(--ows-font-body, 'Inter', sans-serif) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin: 12px 16px 16px !important;
    transition: all 0.3s !important;
    text-transform: none !important;
}

ul.products li.product .button:hover,
ul.products li.product a.add_to_cart_button:hover {
    background: #6d3344 !important;
}


/* ─────────────────────────────────────────────────────────────
   CART PAGE
   ───────────────────────────────────────────────────────────── */

/* Cart page title */
.woocommerce-cart .entry-title,
.woocommerce-cart .page-title {
    font-family: var(--ows-font-display, 'Playfair Display', serif) !important;
    color: #171717 !important;
}

/* Cart table */
.woocommerce table.shop_table.cart,
.woocommerce table.shop_table {
    border: none !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(139, 69, 87, 0.06) !important;
    font-family: var(--ows-font-body, 'Inter', sans-serif) !important;
}

.woocommerce table.shop_table thead {
    background: #8b4557 !important;
}

.woocommerce table.shop_table thead th {
    background: #8b4557 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    padding: 16px 20px !important;
    border: none !important;
    font-family: var(--ows-font-body, 'Inter', sans-serif) !important;
}

.woocommerce table.shop_table td {
    border: none !important;
    border-bottom: 1px solid #f5e6ea !important;
    padding: 18px 20px !important;
    vertical-align: middle !important;
    font-size: 14px !important;
    color: #404040 !important;
}

.woocommerce table.shop_table tbody tr:last-child td {
    border-bottom: none !important;
}

.woocommerce table.shop_table tbody tr {
    transition: background 0.3s !important;
}

.woocommerce table.shop_table tbody tr:hover {
    background: #faf2f5 !important;
}

/* Cart product thumbnail */
.woocommerce table.shop_table td.product-thumbnail img {
    border-radius: 12px !important;
    width: 80px !important;
    height: 80px !important;
    object-fit: cover !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
}

/* Cart product name */
.woocommerce table.shop_table td.product-name a {
    color: #171717 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-family: var(--ows-font-display, 'Playfair Display', serif) !important;
    transition: color 0.3s !important;
}

.woocommerce table.shop_table td.product-name a:hover {
    color: #8b4557 !important;
}

/* Cart quantity */
.woocommerce table.shop_table .quantity .qty {
    border: 2px solid #e5e5e5 !important;
    border-radius: 10px !important;
    padding: 10px 12px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #171717 !important;
    width: 70px !important;
    text-align: center !important;
    font-family: var(--ows-font-body, 'Inter', sans-serif) !important;
    transition: border-color 0.3s !important;
}

.woocommerce table.shop_table .quantity .qty:focus {
    border-color: #8b4557 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(139, 69, 87, 0.1) !important;
}

/* Cart remove button */
.woocommerce table.shop_table a.remove {
    color: #d4d4d4 !important;
    font-size: 22px !important;
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    border-radius: 50% !important;
    text-align: center !important;
    transition: all 0.3s !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.woocommerce table.shop_table a.remove:hover {
    background: #fee2e2 !important;
    color: #dc2626 !important;
}

/* Cart price */
.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-subtotal {
    font-weight: 600 !important;
    color: #8b4557 !important;
    font-size: 15px !important;
    font-family: var(--ows-font-display, 'Playfair Display', serif) !important;
}

/* Coupon section */
.woocommerce .cart .coupon {
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

.woocommerce .cart .coupon .input-text {
    border: 2px solid #e5e5e5 !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    font-family: var(--ows-font-body, 'Inter', sans-serif) !important;
    transition: border-color 0.3s !important;
    min-width: 180px !important;
}

.woocommerce .cart .coupon .input-text:focus {
    border-color: #8b4557 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(139, 69, 87, 0.1) !important;
}

.woocommerce .cart .coupon .button {
    background: var(--ows-white, #fff) !important;
    color: #8b4557 !important;
    border: 2px solid #8b4557 !important;
    border-radius: 10px !important;
    padding: 12px 24px !important;
    font-family: var(--ows-font-body, 'Inter', sans-serif) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    text-transform: none !important;
}

.woocommerce .cart .coupon .button:hover {
    background: #8b4557 !important;
    color: #fff !important;
}

/* Update cart button */
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
    background: #f5e6ea !important;
    color: #8b4557 !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 12px 24px !important;
    font-family: var(--ows-font-body, 'Inter', sans-serif) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    text-transform: none !important;
}

.woocommerce button[name="update_cart"]:hover,
.woocommerce input[name="update_cart"]:hover {
    background: #e8d5db !important;
    color: #6d3344 !important;
}

/* Cart totals box */
.woocommerce .cart_totals,
.woocommerce .cart-collaterals .cart_totals {
    background: #faf2f5 !important;
    border-radius: 16px !important;
    padding: 28px !important;
    border: 1px solid #f5e6ea !important;
    box-shadow: 0 4px 20px rgba(139, 69, 87, 0.06) !important;
}

.woocommerce .cart_totals h2 {
    font-family: var(--ows-font-display, 'Playfair Display', serif) !important;
    font-size: 22px !important;
    color: #171717 !important;
    margin-bottom: 20px !important;
    padding-bottom: 14px !important;
    border-bottom: 2px solid #f5e6ea !important;
}

.woocommerce .cart_totals table {
    border: none !important;
    box-shadow: none !important;
}

.woocommerce .cart_totals table td,
.woocommerce .cart_totals table th {
    border: none !important;
    border-bottom: 1px solid rgba(139, 69, 87, 0.08) !important;
    padding: 14px 0 !important;
    background: transparent !important;
    color: #404040 !important;
}

.woocommerce .cart_totals table th {
    font-weight: 600 !important;
    color: #171717 !important;
    font-family: var(--ows-font-body, 'Inter', sans-serif) !important;
}

.woocommerce .cart_totals .order-total td {
    font-family: var(--ows-font-display, 'Playfair Display', serif) !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #8b4557 !important;
}

.woocommerce .cart_totals .order-total th {
    font-size: 16px !important;
}

/* Proceed to checkout button */
.woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button,
.wc-proceed-to-checkout a.checkout-button {
    background: #8b4557 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 18px 36px !important;
    font-family: var(--ows-font-body, 'Inter', sans-serif) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.4px !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 6px 20px rgba(139, 69, 87, 0.25) !important;
    text-transform: none !important;
    display: block !important;
    text-align: center !important;
}

.woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button:hover,
.wc-proceed-to-checkout a.checkout-button:hover {
    background: #6d3344 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 32px rgba(139, 69, 87, 0.35) !important;
}

/* Empty cart */
.woocommerce .cart-empty,
.woocommerce .wc-empty-cart-message {
    text-align: center !important;
    padding: 60px 30px !important;
    background: #faf2f5 !important;
    border-radius: 16px !important;
    border: 2px dashed #f5e6ea !important;
    font-family: var(--ows-font-body, 'Inter', sans-serif) !important;
    color: #737373 !important;
    font-size: 16px !important;
}

.woocommerce .return-to-shop a.button {
    background: #8b4557 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 14px 30px !important;
    font-family: var(--ows-font-body, 'Inter', sans-serif) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-transform: none !important;
    transition: all 0.3s !important;
    box-shadow: 0 4px 14px rgba(139, 69, 87, 0.2) !important;
}

.woocommerce .return-to-shop a.button:hover {
    background: #6d3344 !important;
    transform: translateY(-2px) !important;
}


/* ─────────────────────────────────────────────────────────────
   CHECKOUT PAGE (Classic WooCommerce shortcode)
   ───────────────────────────────────────────────────────────── */

/* Checkout page title */
.woocommerce-checkout .entry-title,
.woocommerce-checkout .page-title {
    font-family: var(--ows-font-display, 'Playfair Display', serif) !important;
    color: #171717 !important;
}

/* Checkout form wrapper */
.woocommerce form.checkout {
    font-family: var(--ows-font-body, 'Inter', sans-serif) !important;
}

/* Billing/shipping sections */
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3,
#order_review_heading {
    font-family: var(--ows-font-display, 'Playfair Display', serif) !important;
    font-size: 22px !important;
    color: #171717 !important;
    margin-bottom: 20px !important;
    padding-bottom: 12px !important;
    border-bottom: 2px solid #f5e6ea !important;
    font-weight: 600 !important;
}

/* Form rows */
.woocommerce form .form-row {
    margin-bottom: 16px !important;
}

.woocommerce form .form-row label {
    font-weight: 600 !important;
    color: #404040 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 6px !important;
    font-family: var(--ows-font-body, 'Inter', sans-serif) !important;
}

/* Text inputs */
.woocommerce form .form-row .input-text,
.woocommerce form .form-row input[type="text"],
.woocommerce form .form-row input[type="email"],
.woocommerce form .form-row input[type="tel"],
.woocommerce form .form-row input[type="password"],
.woocommerce form .form-row input[type="number"],
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
    border: 2px solid #e5e5e5 !important;
    border-radius: 10px !important;
    padding: 14px 16px !important;
    font-size: 14px !important;
    font-family: var(--ows-font-body, 'Inter', sans-serif) !important;
    color: #171717 !important;
    background: #fff !important;
    transition: all 0.3s !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row input:focus,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row textarea:focus {
    border-color: #8b4557 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(139, 69, 87, 0.1) !important;
}

/* Select2 dropdowns */
.woocommerce .select2-container--default .select2-selection--single {
    border: 2px solid #e5e5e5 !important;
    border-radius: 10px !important;
    height: 48px !important;
    padding: 10px 16px !important;
}

.woocommerce .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #8b4557 !important;
}

/* Order review */
.woocommerce-checkout-review-order {
    background: #faf2f5 !important;
    border-radius: 16px !important;
    padding: 28px !important;
    border: 1px solid #f5e6ea !important;
    box-shadow: 0 4px 20px rgba(139, 69, 87, 0.06) !important;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead {
    background: transparent !important;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th {
    background: transparent !important;
    color: #171717 !important;
    border-bottom: 2px solid rgba(139, 69, 87, 0.12) !important;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total td {
    font-family: var(--ows-font-display, 'Playfair Display', serif) !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #8b4557 !important;
}

/* Payment methods */
.woocommerce-checkout #payment {
    background: transparent !important;
    border: none !important;
}

.woocommerce #payment ul.payment_methods {
    border: none !important;
    padding: 0 !important;
}

.woocommerce #payment ul.payment_methods li {
    background: #fff !important;
    border: 2px solid #e5e5e5 !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    margin-bottom: 10px !important;
    transition: all 0.3s !important;
    list-style: none !important;
}

.woocommerce #payment ul.payment_methods li:hover {
    border-color: #8b4557 !important;
}

.woocommerce #payment div.payment_box {
    background: #faf2f5 !important;
    border-radius: 10px !important;
    padding: 16px !important;
    margin-top: 12px !important;
    color: #737373 !important;
    font-size: 13px !important;
}

.woocommerce #payment div.payment_box::before {
    border-color: transparent transparent #faf2f5 transparent !important;
}

/* Place order button */
.woocommerce #place_order,
.woocommerce button#place_order {
    background: #8b4557 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 14px !important;
    padding: 20px 40px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 6px 24px rgba(139, 69, 87, 0.3) !important;
    text-transform: none !important;
    margin-top: 16px !important;
}

.woocommerce #place_order:hover,
.woocommerce button#place_order:hover {
    background: #6d3344 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 36px rgba(139, 69, 87, 0.4) !important;
}

/* Validation */
.woocommerce form .form-row.woocommerce-invalid .input-text {
    border-color: #dc2626 !important;
}

.woocommerce form .form-row.woocommerce-validated .input-text {
    border-color: #16a34a !important;
}

.woocommerce .woocommerce-error {
    background: #fef2f2 !important;
    border-color: #dc2626 !important;
    color: #991b1b !important;
}

.woocommerce .woocommerce-message {
    background: #faf2f5 !important;
    border-color: #8b4557 !important;
    color: #6d3344 !important;
}

.woocommerce .woocommerce-info {
    background: #eff6ff !important;
    border-color: #3b82f6 !important;
    color: #1e40af !important;
}


/* ─────────────────────────────────────────────────────────────
   MY ACCOUNT (LOGIN + DASHBOARD)
   ───────────────────────────────────────────────────────────── */

/* Login form */
.woocommerce form.woocommerce-form-login,
.woocommerce form.woocommerce-form-register {
    border: 1px solid #f5e6ea !important;
    border-radius: 16px !important;
    padding: 32px !important;
    box-shadow: 0 4px 20px rgba(139, 69, 87, 0.06) !important;
}

.woocommerce form.woocommerce-form-login .form-row input,
.woocommerce form.woocommerce-form-register .form-row input {
    border: 2px solid #e5e5e5 !important;
    border-radius: 10px !important;
    padding: 14px 16px !important;
    font-family: var(--ows-font-body, 'Inter', sans-serif) !important;
    transition: border-color 0.3s !important;
}

.woocommerce form.woocommerce-form-login .form-row input:focus,
.woocommerce form.woocommerce-form-register .form-row input:focus {
    border-color: #8b4557 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(139, 69, 87, 0.1) !important;
}

.woocommerce form.woocommerce-form-login .woocommerce-button,
.woocommerce form.woocommerce-form-register .woocommerce-button {
    background: #8b4557 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 14px 32px !important;
    font-family: var(--ows-font-body, 'Inter', sans-serif) !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    box-shadow: 0 4px 14px rgba(139, 69, 87, 0.2) !important;
    text-transform: none !important;
}

.woocommerce form.woocommerce-form-login .woocommerce-button:hover,
.woocommerce form.woocommerce-form-register .woocommerce-button:hover {
    background: #6d3344 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(139, 69, 87, 0.3) !important;
}

/* Account menu */
.woocommerce-MyAccount-navigation {
    background: #faf2f5 !important;
    border-radius: 16px !important;
    padding: 8px !important;
    border: 1px solid #f5e6ea !important;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 0 !important;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block !important;
    padding: 14px 20px !important;
    border-radius: 10px !important;
    font-family: var(--ows-font-body, 'Inter', sans-serif) !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #404040 !important;
    text-decoration: none !important;
    transition: all 0.3s !important;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background: rgba(139, 69, 87, 0.08) !important;
    color: #8b4557 !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--mis-servicios.is-active a {
    background: #8b4557 !important;
    color: #fff !important;
    font-weight: 600 !important;
}


/* ─────────────────────────────────────────────────────────────
   RESPONSIVE OVERRIDES
   ───────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
    .woocommerce table.shop_table.cart td {
        padding: 12px 10px !important;
    }

    .woocommerce table.shop_table td.product-thumbnail img {
        width: 60px !important;
        height: 60px !important;
    }

    .woocommerce .cart_totals {
        padding: 20px !important;
    }

    .woocommerce-checkout-review-order {
        padding: 20px !important;
    }

    .woocommerce #place_order,
    .woocommerce button#place_order {
        padding: 16px 28px !important;
        font-size: 15px !important;
    }

    .single-product .product_title {
        font-size: 24px !important;
    }

    .single-product .price {
        font-size: 22px !important;
    }
}

@media (max-width: 480px) {
    .woocommerce .cart .coupon {
        flex-direction: column !important;
    }

    .woocommerce .cart .coupon .input-text {
        min-width: 100% !important;
    }
}
