/* ==========================================================================
   WooCommerce Custom Styles – Clickeados
   Estética unificada con la Landing Page
   Color primario: #961A16 | Fuentes: Rajdhani (títulos) + Exo 2 (body)
   @package Astra_Child_Clickeados
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. TIPOGRAFÍA GLOBAL
   -------------------------------------------------------------------------- */
body,
.woocommerce,
.woocommerce-page {
    font-family: 'Exo 2', sans-serif;
    color: #1f2937;
}

.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce h4,
.woocommerce .woocommerce-loop-product__title,
.woocommerce .product_title,
.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-shipping-fields h3,
.woocommerce .woocommerce-additional-fields h3,
.woocommerce .cart_totals h2,
.woocommerce .cross-sells h2,
.woocommerce .related h2,
.woocommerce .upsells h2,
.woocommerce #order_review_heading,
.woocommerce-account h2,
.woocommerce-account h3 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    color: #111827;
}

/* --------------------------------------------------------------------------
   2. LINKS Y COLOR PRIMARIO
   -------------------------------------------------------------------------- */
.woocommerce a:hover,
.woocommerce .woocommerce-breadcrumb a:hover {
    color: #961A16;
}

.woocommerce .woocommerce-breadcrumb {
    font-size: 0.8rem;
    color: #9ca3af;
    margin-bottom: 1.5rem;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s;
}

.woocommerce .woocommerce-breadcrumb a:hover {
    color: #961A16;
}

/* --------------------------------------------------------------------------
   3. BOTONES GLOBALES
   -------------------------------------------------------------------------- */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce a.added_to_cart {
    background-color: #961A16 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 9999px !important;
    padding: 0.65rem 1.8rem !important;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    transition: all 0.3s ease !important;
    text-transform: none;
    box-shadow: 0 2px 8px rgba(150, 26, 22, 0.2);
    cursor: pointer;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.added_to_cart:hover {
    background-color: #7a1512 !important;
    box-shadow: 0 4px 16px rgba(150, 26, 22, 0.35) !important;
    transform: translateY(-1px);
    filter: brightness(1.1);
}

.woocommerce a.button:active,
.woocommerce button.button:active {
    transform: translateY(0);
}

.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt:disabled,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce input.button.alt:disabled {
    background-color: #d1d5db !important;
    color: #9ca3af !important;
    box-shadow: none;
    cursor: not-allowed;
}

/* --------------------------------------------------------------------------
   4. PRODUCT GRID (TIENDA / ARCHIVO)
   -------------------------------------------------------------------------- */
/* Forzar CSS Grid en vez del flex de Astra para evitar equal-height */
.woocommerce ul.products,
.woocommerce-page ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    align-items: start !important;
    list-style: none;
    padding: 0;
}

@media (max-width: 991px) {

    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 767px) {

    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }
}

/* --------------------------------------------------------------------------
   4b. PRODUCT CARDS
   -------------------------------------------------------------------------- */
.woocommerce ul.products li.product {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 0;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    text-align: center;
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    height: auto !important;
    min-height: 0 !important;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(150, 26, 22, 0.12);
    border-color: rgba(150, 26, 22, 0.3);
}

.woocommerce ul.products li.product a img {
    border-radius: 1rem 1rem 0 0;
    margin: 0 !important;
    transition: transform 0.4s ease;
    width: 100% !important;
    height: 200px !important;
    object-fit: contain !important;
    background: #f9fafb;
}

@media (min-width: 768px) {
    .woocommerce ul.products li.product a img {
        height: 220px !important;
    }
}

/* Desactivar alturas inline de Astra JS */
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap,
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden;
}

.woocommerce ul.products li.product:hover a img {
    transform: scale(1.03);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0.75rem 1rem 0.25rem;
    color: #1f2937;
    line-height: 1.3;
}

.woocommerce ul.products li.product .price {
    color: #961A16;
    font-weight: 800;
    font-size: 1.1rem;
    padding: 0.25rem 1rem 0.75rem;
    font-family: 'Exo 2', sans-serif;
}

.woocommerce ul.products li.product .price del {
    color: #9ca3af;
    font-weight: 400;
    font-size: 0.85rem;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
    color: #961A16;
    font-weight: 800;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.added_to_cart {
    margin: 0 1rem 1rem !important;
    width: calc(100% - 2rem);
    padding: 0.5rem 1rem !important;
    font-size: 0.8rem;
}

/* Star ratings */
.woocommerce ul.products li.product .star-rating {
    margin: 0.25rem auto;
    font-size: 0.75rem;
}

.woocommerce .star-rating span::before,
.woocommerce .star-rating::before {
    color: #f59e0b;
}

/* --------------------------------------------------------------------------
   5. PRODUCTO INDIVIDUAL (SINGLE PRODUCT)
   -------------------------------------------------------------------------- */
.woocommerce div.product {
    margin-top: 1rem;
}

.woocommerce div.product .product_title {
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #961A16;
    font-size: 1.5rem;
    font-weight: 800;
    font-family: 'Exo 2', sans-serif;
    margin-bottom: 1rem;
}

.woocommerce div.product p.price del {
    color: #9ca3af;
    font-size: 1rem;
    font-weight: 400;
}

.woocommerce div.product p.price ins {
    text-decoration: none;
}

.woocommerce div.product .woocommerce-product-details__short-description {
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

/* Quantity input */
.woocommerce .quantity .qty {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    width: 70px;
    text-align: center;
    font-family: 'Exo 2', sans-serif;
    transition: border-color 0.2s;
}

.woocommerce .quantity .qty:focus {
    border-color: #961A16;
    outline: none;
    box-shadow: 0 0 0 3px rgba(150, 26, 22, 0.1);
}

/* Add to cart button on single product */
.woocommerce div.product form.cart .button {
    padding: 0.75rem 2.5rem !important;
    font-size: 1rem;
}

/* Galería de producto */
.woocommerce div.product div.images {
    border-radius: 1rem;
    overflow: hidden;
}

.woocommerce div.product div.images img {
    border-radius: 0.75rem;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    border-radius: 0.5rem;
    border: 2px solid transparent;
    transition: border-color 0.2s;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    border-color: #961A16;
}

/* Product Meta */
.woocommerce div.product .product_meta {
    border-top: 1px solid #f3f4f6;
    padding-top: 1rem;
    margin-top: 1.5rem;
    font-size: 0.85rem;
    color: #6b7280;
}

.woocommerce div.product .product_meta a {
    color: #961A16;
    text-decoration: none;
    transition: color 0.2s;
}

.woocommerce div.product .product_meta a:hover {
    color: #7a1512;
    text-decoration: underline;
}

/* --------------------------------------------------------------------------
   6. TABS (PRODUCTO INDIVIDUAL)
   -------------------------------------------------------------------------- */
.woocommerce div.product .woocommerce-tabs {
    margin-top: 2.5rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0 0 1.5rem;
    list-style: none;
    display: flex;
    gap: 0;
    border-bottom: 2px solid #f3f4f6;
    overflow: visible;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    margin: 0 0 -2px;
    padding: 0;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0.75rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: #6b7280;
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
    transition: color 0.2s;
    display: block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #961A16;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom-color: #961A16;
    background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #961A16;
}

.woocommerce div.product .woocommerce-tabs .panel {
    border: none;
    padding: 1.5rem 0;
    border-radius: 0;
    box-shadow: none;
    color: #4b5563;
    line-height: 1.7;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

/* Reviews */
.woocommerce #reviews #comments ol.commentlist li {
    border-bottom: 1px solid #f3f4f6;
    padding: 1.25rem 0;
}

.woocommerce #reviews #comment {
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 0.75rem;
}

.woocommerce #reviews #comment:focus {
    border-color: #961A16;
    outline: none;
    box-shadow: 0 0 0 3px rgba(150, 26, 22, 0.1);
}

/* --------------------------------------------------------------------------
   7. PRODUCTOS RELACIONADOS / UPSELLS / CROSS-SELLS
   -------------------------------------------------------------------------- */
.woocommerce .related h2,
.woocommerce .upsells h2,
.woocommerce .cross-sells h2 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #961A16;
    display: inline-block;
}

/* --------------------------------------------------------------------------
   8. CARRITO
   -------------------------------------------------------------------------- */
.woocommerce table.shop_table {
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
}

.woocommerce table.shop_table th {
    background: #f9fafb;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.woocommerce table.shop_table td {
    padding: 1rem;
    vertical-align: middle;
    border-bottom: 1px solid #f3f4f6;
    font-size: 0.9rem;
}

.woocommerce table.shop_table td.product-name a {
    color: #1f2937;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.woocommerce table.shop_table td.product-name a:hover {
    color: #961A16;
}

.woocommerce table.shop_table td.product-thumbnail img {
    border-radius: 0.5rem;
    width: 80px;
}

.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-subtotal {
    font-weight: 700;
    color: #961A16;
}

.woocommerce a.remove {
    color: #ef4444 !important;
    font-size: 1.25rem;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.woocommerce a.remove:hover {
    background: #fef2f2 !important;
    color: #dc2626 !important;
}

/* Cart totals */
.woocommerce .cart_totals {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.woocommerce .cart_totals h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #f3f4f6;
}

.woocommerce .cart_totals table {
    border: none;
}

.woocommerce .cart_totals table th,
.woocommerce .cart_totals table td {
    border: none;
    padding: 0.75rem 0;
}

.woocommerce .cart_totals .order-total td {
    font-size: 1.25rem;
    font-weight: 800;
    color: #961A16;
}

.woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    text-align: center;
    padding: 0.85rem 2rem !important;
    font-size: 1rem;
    margin-top: 0.5rem;
}

/* Coupon form */
.woocommerce .coupon .input-text {
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    font-family: 'Exo 2', sans-serif;
    transition: border-color 0.2s;
}

.woocommerce .coupon .input-text:focus {
    border-color: #961A16;
    outline: none;
    box-shadow: 0 0 0 3px rgba(150, 26, 22, 0.1);
}

/* --------------------------------------------------------------------------
   9. CHECKOUT
   -------------------------------------------------------------------------- */
.woocommerce form .form-row label {
    font-weight: 600;
    font-size: 0.85rem;
    color: #374151;
    margin-bottom: 0.35rem;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-checkout #payment .form-row input.input-text {
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 0.65rem 1rem;
    font-size: 0.9rem;
    font-family: 'Exo 2', sans-serif;
    transition: border-color 0.2s, box-shadow 0.2s;
    width: 100%;
    background: #fff;
    color: #1f2937;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
    border-color: #961A16;
    outline: none;
    box-shadow: 0 0 0 3px rgba(150, 26, 22, 0.1);
}

/* Select2 (used by WooCommerce for country/state dropdowns) */
.woocommerce .select2-container--default .select2-selection--single {
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    height: auto;
    padding: 0.5rem 1rem;
}

.woocommerce .select2-container--default .select2-selection--single:focus,
.woocommerce .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #961A16;
    box-shadow: 0 0 0 3px rgba(150, 26, 22, 0.1);
}

.woocommerce .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #961A16;
}

/* Payment methods */
.woocommerce-checkout #payment {
    background: #f9fafb;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.woocommerce-checkout #payment ul.payment_methods li {
    padding: 0.75rem 0;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    font-weight: 600;
    color: #1f2937;
}

.woocommerce-checkout #payment div.place-order {
    padding: 1.5rem;
}

.woocommerce-checkout #payment #place_order {
    width: 100%;
    padding: 0.9rem 2rem !important;
    font-size: 1.05rem;
}

/* Order review table */
.woocommerce-checkout #order_review_heading {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

/* --------------------------------------------------------------------------
   10. BADGES (ONSALE / OUT OF STOCK)
   -------------------------------------------------------------------------- */
.woocommerce span.onsale {
    background: #961A16 !important;
    color: #fff;
    border-radius: 9999px;
    padding: 0.35rem 0.85rem;
    font-size: 0.75rem;
    font-weight: 700;
    font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    min-height: auto;
    min-width: auto;
    line-height: 1.4;
    top: 0.75rem;
    left: 0.75rem;
    right: auto;
}

.woocommerce ul.products li.product .onsale {
    top: 0.5rem;
    left: 0.5rem;
}

.woocommerce .product .out-of-stock,
.woocommerce ul.products li.product .out-of-stock {
    color: #ef4444;
    font-weight: 600;
    font-size: 0.85rem;
}

/* --------------------------------------------------------------------------
   11. MENSAJES / NOTIFICACIONES
   -------------------------------------------------------------------------- */
.woocommerce .woocommerce-message {
    border-top-color: #961A16;
    background: #fef7f7;
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
    font-size: 0.9rem;
    line-height: 1.6;
}

.woocommerce .woocommerce-message::before {
    color: #961A16;
}

.woocommerce .woocommerce-info {
    border-top-color: #3b82f6;
    background: #eff6ff;
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
    font-size: 0.9rem;
}

.woocommerce .woocommerce-info::before {
    color: #3b82f6;
}

.woocommerce .woocommerce-error {
    border-top-color: #ef4444;
    background: #fef2f2;
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
    font-size: 0.9rem;
}

.woocommerce .woocommerce-error::before {
    color: #ef4444;
}

/* --------------------------------------------------------------------------
   12. PAGINACIÓN
   -------------------------------------------------------------------------- */
.woocommerce nav.woocommerce-pagination ul {
    border: none;
    display: flex;
    gap: 0.35rem;
    justify-content: center;
    margin-top: 2rem;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    overflow: visible;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 0.45rem 0.85rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #6b7280;
    min-width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    text-decoration: none;
    background: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: #961A16;
    color: #fff;
    border-color: #961A16;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #961A16;
    color: #fff;
    border-color: #961A16;
}

/* --------------------------------------------------------------------------
   13. RESULT COUNT & ORDERING
   -------------------------------------------------------------------------- */
.woocommerce .woocommerce-result-count {
    font-size: 0.85rem;
    color: #9ca3af;
}

.woocommerce .woocommerce-ordering select {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 0.5rem 2rem 0.5rem 0.75rem;
    font-size: 0.85rem;
    font-family: 'Exo 2', sans-serif;
    color: #374151;
    transition: border-color 0.2s;
    background-color: #fff;
    cursor: pointer;
}

.woocommerce .woocommerce-ordering select:focus {
    border-color: #961A16;
    outline: none;
    box-shadow: 0 0 0 3px rgba(150, 26, 22, 0.1);
}

/* --------------------------------------------------------------------------
   14. MI CUENTA (MY ACCOUNT)
   -------------------------------------------------------------------------- */
.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

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

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #f3f4f6;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 0.85rem 1.25rem;
    color: #4b5563;
    font-weight: 500;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.2s;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: #fef7f7;
    color: #961A16;
    padding-left: 1.5rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #961A16;
    color: #fff;
    font-weight: 600;
}

/* Login / Register form */
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 2rem;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

/* --------------------------------------------------------------------------
   15. WIDGETS WOOCOMMERCE (SIDEBAR)
   -------------------------------------------------------------------------- */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #e5e7eb;
    border-radius: 9999px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #961A16;
    border-radius: 9999px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #961A16;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    top: -4px;
}

/* --------------------------------------------------------------------------
   16. EMPTY CART / WOOCOMMERCE-INFO PAGE
   -------------------------------------------------------------------------- */
.woocommerce .cart-empty,
.woocommerce .return-to-shop {
    text-align: center;
}

.woocommerce .cart-empty {
    font-size: 1.1rem;
    color: #6b7280;
    padding: 2rem 0;
}

.woocommerce .return-to-shop .button {
    margin-top: 0.5rem;
}

/* --------------------------------------------------------------------------
   17. SCROLLBAR CUSTOM (MATCHING LANDING)
   -------------------------------------------------------------------------- */
.woocommerce ::-webkit-scrollbar {
    width: 6px;
}

.woocommerce ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.woocommerce ::-webkit-scrollbar-thumb {
    background: #961A16;
    border-radius: 3px;
}

/* --------------------------------------------------------------------------
   18. MINI CART WIDGET
   -------------------------------------------------------------------------- */
.woocommerce .widget_shopping_cart .cart_list li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #f3f4f6;
}

.woocommerce .widget_shopping_cart .cart_list li a {
    font-weight: 600;
    color: #1f2937;
    text-decoration: none;
    font-size: 0.85rem;
}

.woocommerce .widget_shopping_cart .cart_list li a:hover {
    color: #961A16;
}

.woocommerce .widget_shopping_cart .total {
    border-top: 2px solid #f3f4f6;
    padding-top: 0.75rem;
    font-weight: 700;
}

.woocommerce .widget_shopping_cart .total .amount {
    color: #961A16;
}

/* --------------------------------------------------------------------------
   19. RESPONSIVE TWEAKS
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
    .woocommerce div.product .product_title {
        font-size: 1.35rem;
    }

    .woocommerce div.product p.price,
    .woocommerce div.product span.price {
        font-size: 1.25rem;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        flex-wrap: wrap;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 0.8rem;
        padding: 0.5rem 0.75rem;
    }

    .woocommerce table.shop_table {
        border-radius: 0.75rem;
    }

    .woocommerce .cart_totals {
        border-radius: 0.75rem;
        padding: 1rem;
    }

    .woocommerce ul.products li.product {
        border-radius: 0.75rem;
    }

    .woocommerce ul.products li.product a img {
        border-radius: 0.75rem 0.75rem 0 0;
    }

    .woocommerce form.login,
    .woocommerce form.register {
        padding: 1.25rem;
        border-radius: 0.75rem;
    }
}