/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

/**
 * Tiered Pricing Table Styling
 */

 .tiered-pricing-wrapper {
    margin: 25px 0 20px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    overflow: hidden;
}

/* Table */
.tiered-pricing-table {
    border: none;
    margin: 0;
}

/* Header */
.tiered-pricing-table th {
    background-color: #f8f8f8;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 15px;
    border-bottom: 2px solid #ddd;
}

/* Body */
.tiered-pricing-table td {
    padding: 12px 15px;
    font-size: 14px;
}

.tiered-pricing-table td:first-child {
    font-weight: 500;
}

.tiered-pricing-table td:last-child {
    font-weight: 600;
    color: #2A448A;
}

/* Remove any extra styling */
.tiered-pricing-table,
.tiered-pricing-table th,
.tiered-pricing-table td {
    text-align: left;
    background: none;
    box-shadow: none;
}

.tiered-pricing-table tr:hover {
    background-color: #f9f9f9;
}

/* Smooth row transition */
.tier-row {
    transition: all 0.25s ease;
}

/* Active tier highlight */
.active-tier {
    background-color: #f0f7ff !important;
    border-left: 3px solid #2A448A;
}

.woocommerce .quantity .qty {
    width: 4.5em!important;
}

.coa-section h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.coa-section img {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
}

/* Responsive */
@media screen and (max-width: 768px) {

    .tiered-pricing-table {
        font-size: 13px;
    }

    .tiered-pricing-table th,
    .tiered-pricing-table td {
        padding: 8px;
    }

}

h1, h2, h3, h4, h5, h6, .et_quote_content blockquote p, .et_pb_slide_description .et_pb_slide_title {
    font-weight: bold !important;
    font-style: normal !important;
    text-transform: none !important;
    text-decoration: none !important;
}

h1 {
    font-size: 30px !important;
}

.woocommerce .woocommerce-Price-amount {
    color: #2A448A !important;
    font-weight: 600 !important;
    font-size: 22.5px !important;
}

.et_pb_wc_price_0_tb_body .price {
    line-height: 24px !important;
}

.et_pb_wc_price {
    word-wrap: break-word !important;
}

.tiered-pricing-table td .woocommerce-Price-amount {
    font-size: 15px !important;
}

.woocommerce div.product form.cart .variations th {
    vertical-align: top !important;
}

th.label {
    text-align: left !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding-left: 0 !important;
    background: none !important;
    color: #666 !important;
}

table tbody>tr:nth-child(odd)>td {
    background: none !important;
    padding-right: 0 !important;
}

table.variations {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
}

td.value .reset_variations {
    font-size: 14px !important;
    display: inline-block;
    float: right;
    margin-top: 5px;
    color: #2A448A !important;
    font-weight: 600 !important;
}

/* ============================================
   FIX LAYOUT STRUCTURE
   ============================================ */

/* Product summary column structure */
.woocommerce div.product .summary {
    display: flex;
    flex-direction: column;
}

.woocommerce-variation-price {
    margin-bottom: 10px;
}

.product_meta {
    display: none;
}

/* ===== CART FORM (Quantity + Buttons) ===== */
.woocommerce div.product form.cart {
    order: 2;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin: 0 0 30px 0 !important;
    flex-wrap: wrap;
}


/* ============================================
   QUANTITY - PILL
   ============================================ */

.woocommerce .quantity {
    display: flex !important;
    align-items: center;
    height: 52px;
    border: 1px solid #2A448A !important;
    border-radius: 50px !important;
    overflow: hidden;
}

/* Input */
.woocommerce .quantity .qty {
    width: 60px !important;
    height: 100% !important;
    border: none !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #2A448A !important;
    background: transparent !important;
    outline: none !important;
    -moz-appearance: textfield !important;
}

/* Remove arrows */
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* +/- buttons */
.woocommerce .quantity .plus,
.woocommerce .quantity .minus {
    width: 45px !important;
    height: 100% !important;
    border: none !important;
    background: transparent !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #2A448A !important;
    cursor: pointer !important;
    transition: 0.3s ease !important;
}

/* Dividers */
.woocommerce .quantity .minus {
    border-right: 1px solid #2A448A !important;
}
.woocommerce .quantity .plus {
    border-left: 1px solid #2A448A !important;
}

/* Hover */
.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover {
    background: #2A448A !important;
    color: #fff !important;
}


/* ============================================
   ADD TO CART BUTTON
   ============================================ */

.single_add_to_cart_button {
    background: transparent !important;
    border: 1px solid #2A448A !important;
    border-radius: 50px !important;
    color: #2A448A !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    height: 52px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: 0.3s ease !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.single_add_to_cart_button:hover {
    background: #2A448A !important;
    color: #fff !important;
}


/* ============================================
   VIEW CART BUTTON
   ============================================ */

.view-cart-drawer {
    background: transparent !important;
    border: 1px solid #2A448A !important;
    border-radius: 50px !important;
    color: #2A448A !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 0 35px !important;
    height: 52px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.view-cart-drawer:hover {
    background: #2A448A !important;
    color: #fff !important;
}

/* ============================================
   WOOCOMMERCE PRODUCT TABS - SCREENSHOT DESIGN
   100% Match with Windows Activation Style
============================================ */

/* Main tabs container */
.woocommerce-tabs {
    margin-top: 40px !important;
    clear: both !important;
}

/* Tabs navigation - exactly like screenshot */
.woocommerce-tabs ul.tabs {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #CCC !important; /* Dark blue border */
    display: flex !important;
    gap: 0 !important;
    font-family: inherit !important;
}

/* Individual tab items - exactly like screenshot */
.woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 15px !important;
    border: 1px solid #cccccc !important;
    border-bottom: none !important;
    background-color: #f0f0f0 !important; /* Light gray background */
    color: #333333 !important;
    cursor: pointer !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    border-radius: 3px 3px 0 0 !important;
    position: relative !important;
    transition: all 0.2s ease !important;
    margin-right: -1px !important; /* Overlap borders */
}

/* First tab - adjust margin */
.woocommerce-tabs ul.tabs li:first-child {
    margin-left: 0 !important;
}

/* Active tab - exactly like screenshot */
.woocommerce-tabs ul.tabs li.active {
    background-color: #2A448A !important;
    color: #FFF !important;
    border-color: #0066b3 #0066b3 #ffffff #0066b3 !important;
    border-width: 1px 1px 0 2px !important;
    border-style: solid !important;
    font-weight: 500 !important;
    margin-bottom: -2px !important;
    z-index: 2 !important;
}

/* Active tab bottom border cover */
.woocommerce-tabs ul.tabs li.active::after {
    content: '' !important;
    position: absolute !important;
    bottom: -2px !important;
    left: 0 !important;
    width: 100% !important;
    height: 2px !important;
    background-color: #ffffff !important;
    z-index: 3 !important;
}

/* Inactive tabs hover */
.woocommerce-tabs ul.tabs li:not(.active):hover {
    background-color: #e5e5e5 !important;
    color: #0066b3 !important;
}

/* Tab content panel - exactly like screenshot */
.woocommerce-tabs .panel {
    border: 1px solid #CCC !important;
    border-top: none !important;
    padding: 30px !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #333333 !important;
    border-radius: 0 0 4px 4px !important;
    background-color: #ffffff !important;
    margin-top: -1px !important;
}

/* Panel heading - # BPC-158 Peptide (like screenshot) */
.woocommerce-tabs .panel h2 {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    font-family: inherit !important;
    line-height: 1.3 !important;
}

/* Panel paragraphs - exactly like screenshot */
.woocommerce-tabs .panel p {
    margin-bottom: 20px !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #444444 !important;
}

/* First paragraph - regular text */
.woocommerce-tabs .panel p:first-of-type {
    font-weight: 400 !important;
}

/* Superscript/citation numbers - like (1) in screenshot */
.woocommerce-tabs .panel sup {
    font-size: 11px !important;
    color: #0066b3 !important;
    font-weight: 500 !important;
}

/* Any links in panel */
.woocommerce-tabs .panel a {
    color: #0066b3 !important;
    text-decoration: none !important;
    font-weight: 400 !important;
}

.woocommerce-tabs .panel a:hover {
    text-decoration: underline !important;
}

/* Windows activation style watermark/text */
.woocommerce-tabs .panel .windows-watermark {
    color: #666666 !important;
    font-size: 12px !important;
    margin-top: 30px !important;
    border-top: 1px solid #eaeaea !important;
    padding-top: 15px !important;
}

.woocommerce-tabs .panel .windows-watermark a {
    color: #0066b3 !important;
    text-decoration: none !important;
    margin-right: 15px !important;
}

.woocommerce-tabs .panel .windows-watermark a:hover {
    text-decoration: underline !important;
}

/* Optional: Add citation style */
.woocommerce-tabs .panel .citation {
    font-size: 13px !important;
    color: #666666 !important;
    margin-top: 15px !important;
}

.woocommerce-tabs .panel .citation a {
    color: #0066b3 !important;
}

.related h2 {
    font-size: 20px !important;
    text-align: center !important;
    padding-bottom: 5px !important;
    text-align: center !important;
    padding-top: 5px !important;
    margin-bottom: 45px !important;
    color: #000 !important;
    text-transform: uppercase !important;
}







/* ============================================
   FIX PAGE OVERFLOW & PRODUCT DISPLAY
============================================ */

/* Fix container width and overflow */
.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 -10px !important;
    padding: 0 !important;
    list-style: none !important;
    clear: both !important;
    display: flex !important;
    flex-wrap: wrap !important;
    width: calc(100% + 20px) !important; /* Compensate for negative margin */
    box-sizing: border-box !important;
}

/* Individual product item */
.woocommerce ul.products li.product {
    margin: 0 10px 20px !important;
    padding: 15px !important;
    background: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    text-align: left !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02) !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    width: calc(25% - 20px) !important; /* 4 columns */
}

/* Fix for different column counts */
@media (min-width: 992px) {
    .woocommerce ul.products li.product {
        width: calc(25% - 20px) !important; /* 4 columns */
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .woocommerce ul.products li.product {
        width: calc(33.333% - 20px) !important; /* 3 columns */
    }
}

/* Fix product image */
.woocommerce ul.products li.product a img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    display: block !important;
    margin: 0 auto 10px !important;
    border-radius: 4px !important;
    object-fit: cover !important;
}

/* Fix product title */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    line-height: 1.4 !important;
    margin: 5px 0 8px 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

/* Fix price display */
.woocommerce ul.products li.product .price {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #CC3882 !important;
    margin: 5px 0 10px 0 !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
}

/* Fix sale price */
.woocommerce ul.products li.product .price ins {
    color: #CC3882 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    order: 1 !important;
}

.woocommerce ul.products li.product .price del {
    color: #999999 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    order: 2 !important;
}

/* ============================================
   HIDE ADD TO CART BUTTONS IN RELATED PRODUCTS
============================================ */

.related.products .button,
.related.products .add_to_cart_button,
.related.products .ajax_add_to_cart {
    display: none !important;
}

/* Optional: If you want to hide the "Select options" button for variable products */
.related.products .added_to_cart,
.related.products .product_type_variable {
    display: none !important;
}

/* Fix for odd number of products */
.woocommerce ul.products::after {
    content: "" !important;
    display: table !important;
    clear: both !important;
}

/* Fix related products */
.related.products ul.products {
    margin: 0 -10px !important;
    width: calc(100% + 20px) !important;
}

.related.products ul.products li.product {
    width: calc(25% - 20px) !important;
    margin: 0 10px 20px !important;
}

/* Fix for cross-sells */
.cross-sells ul.products li.product {
    width: calc(50% - 20px) !important;
}

/* Fix up-sells */
.up-sells ul.products li.product {
    width: calc(25% - 20px) !important;
}

/* Fix for WooCommerce columns */
.woocommerce.columns-1 ul.products li.product {
    width: calc(100% - 20px) !important;
}
.woocommerce.columns-2 ul.products li.product {
    width: calc(50% - 20px) !important;
}
.woocommerce.columns-3 ul.products li.product {
    width: calc(33.333% - 20px) !important;
}
.woocommerce.columns-4 ul.products li.product {
    width: calc(25% - 20px) !important;
}
.woocommerce.columns-5 ul.products li.product {
    width: calc(20% - 20px) !important;
}
.woocommerce.columns-6 ul.products li.product {
    width: calc(16.666% - 20px) !important;
}

/* Fix body overflow */
html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

/* Fix container overflow */
.container, 
.site-content, 
.content-area, 
.site-main {
    overflow: hidden !important;
}

/* Fix for product grid on archive pages */
.woocommerce-page .content-area,
.woocommerce-page .site-main {
    overflow: visible !important;
}

/* Fix for product image container */
.woocommerce ul.products li.product .product-image-wrapper {
    position: relative !important;
    overflow: hidden !important;
    margin-bottom: 10px !important;
}

/* Fix for sale badge positioning */
.woocommerce ul.products li.product .onsale {
    position: absolute !important;
    top: 40px !important;
    left: 80px !important;
    z-index: 1 !important;

    background-color: #2A448A !important; /* Brown color */
    color: #ffffff !important;

    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;

    padding: 6px 14px !important;
    border-radius: 0 !important;
    width: 60px;
    min-height: auto !important;
    line-height: 1.2 !important;
}

/* Fix clear float after every row */
.woocommerce ul.products li.product:nth-child(4n+1) {
    clear: left !important;
}

.woocommerce .woocommerce-breadcrumb
{
    margin: 50px 0 40px !important;
}

/* ============================================
   REMOVE IMAGE MAGNIFIER/ZOOM FROM SINGLE PRODUCT PAGE
============================================ */

/* Disable WooCommerce zoom */
.woocommerce-product-gallery__image img {
    pointer-events: none !important;
}

.woocommerce-product-gallery__trigger {
    display: none !important;
}

/* Disable lightbox */
.woocommerce-product-gallery__image a {
    pointer-events: none !important;
    cursor: default !important;
}

/* Remove zoom effect on hover */
.woocommerce-product-gallery__image:hover img {
    transform: none !important;
}

/* Disable any flexslider zoom features */
.flex-viewport {
    overflow: visible !important;
}

.flexslider .slides img {
    pointer-events: none !important;
}

/* Remove zoom icon and any zoom-related overlays */
.woocommerce-product-gallery .zoomImg {
    display: none !important;
}

/* Optional: Keep the image clickable for mobile but remove zoom */
@media (max-width: 768px) {
    .woocommerce-product-gallery__image a {
        pointer-events: none !important;
        cursor: default !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .woocommerce ul.products li.product:nth-child(3n+1) {
        clear: left !important;
    }
    .woocommerce ul.products li.product:nth-child(4n+1) {
        clear: none !important;
    }
}

/* ============================================
   MOBILE VIEW IMPROVEMENTS
   ============================================ */

@media (max-width: 767px) {
    
    /* Fix product page layout */
    .woocommerce div.product .summary {
        padding: 0 15px !important;
    }
    
    /* Quantity, add to cart and view cart buttons */
    .woocommerce div.product form.cart {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    /* Quantity container */
    .woocommerce .quantity {
        width: 100% !important;
        max-width: 200px !important;
        margin: 0 auto !important;
    }

    /* Quantity input */
    .woocommerce .quantity .qty {
        width: 70px !important;
        font-size: 18px !important;
    }

    /* +/- buttons */
    .woocommerce .quantity .plus,
    .woocommerce .quantity .minus {
        width: 50px !important;
        font-size: 22px !important;
    }

    /* Add to cart button */
    .single_add_to_cart_button {
        width: 100% !important;
        height: 48px !important;
        font-size: 15px !important;
        margin-top: 5px !important;
    }

    /* View cart button */
    .view-cart-drawer {
        width: 100% !important;
        height: 48px !important;
        font-size: 15px !important;
        margin-top: 5px !important;
    }

    /* ===== PRODUCT TABS MOBILE FIXES ===== */
    
    /* Tabs navigation */
    .woocommerce-tabs ul.tabs {
        flex-direction: column !important;
        border-bottom: none !important;
        margin-bottom: 10px !important;
    }

    /* Individual tab items */
    .woocommerce-tabs ul.tabs li {
        width: 100% !important;
        border-radius: 4px !important;
        border: 1px solid #cccccc !important;
        margin-bottom: 5px !important;
        padding: 12px 15px !important;
        text-align: center !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        background-color: #f5f5f5 !important;
        color: #333333 !important;
    }

    /* Active tab - exactly matching desktop color */
    .woocommerce-tabs ul.tabs li.active {
        background-color: #2A448A !important; /* Same as desktop */
        color: #ffffff !important;
        border: 1px solid #2A448A !important;
    }

    /* Remove the pseudo-element for mobile */
    .woocommerce-tabs ul.tabs li.active::after {
        display: none !important;
    }

    /* Tab content panel */
    .woocommerce-tabs .panel {
        border: 1px solid #cccccc !important;
        border-radius: 4px !important;
        padding: 20px 15px !important;
        margin-top: 0 !important;
        font-size: 14px !important;
    }

    /* Panel heading */
    .woocommerce-tabs .panel h2 {
        font-size: 20px !important;
        margin-bottom: 15px !important;
        text-align: left !important;
    }

    /* Panel paragraphs */
    .woocommerce-tabs .panel p {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 15px !important;
    }

    /* ===== RELATED PRODUCTS FIXES ===== */
    
    /* Related products section */
    .related.products {
        padding: 0 15px !important;
    }

    /* Related products title */
    .related h2 {
        font-size: 18px !important;
        margin-bottom: 25px !important;
        text-align: center !important;
    }

    /* Related products grid */
    .related.products ul.products {
        margin: 0 -5px !important;
        width: calc(100% + 10px) !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    /* Show 2 products in related section */
    .related.products ul.products li.product {
        width: calc(50% - 10px) !important;
        margin: 0 5px 15px !important;
        padding: 12px !important;
    }

    /* Product images in related */
    .related.products ul.products li.product a img {
        margin-bottom: 8px !important;
    }

    /* Product titles in related */
    .related.products ul.products li.product .woocommerce-loop-product__title {
        font-size: 14px !important;
        white-space: normal !important;
        line-height: 1.3 !important;
        margin: 5px 0 !important;
        height: 36px !important;
        overflow: hidden !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
    }

    /* Price in related */
    .related.products ul.products li.product .price {
        font-size: 16px !important;
        text-align: center !important;
        margin: 5px 0 !important;
    }

    .related.products ul.products li.product .price ins {
        font-size: 16px !important;
    }

    .related.products ul.products li.product .price del {
        font-size: 13px !important;
    }

    /* Add to cart button in related */
    .related.products ul.products li.product .button {
        font-size: 12px !important;
        padding: 8px 10px !important;
        margin-top: 8px !important;
    }

    /* ===== GENERAL MOBILE IMPROVEMENTS ===== */
    
    /* Fix sale badge on mobile */
    .woocommerce ul.products li.product .onsale {
        top: 25px !important;
        left: 60px !important;
        font-size: 11px !important;
        padding: 4px 10px !important;
        width: 50px !important;
    }

    /* Product grid on archive pages */
    .woocommerce ul.products li.product {
        width: calc(50% - 10px) !important;
        margin: 0 5px 15px !important;
        padding: 10px !important;
    }

    /* Product title on archive */
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 14px !important;
        white-space: normal !important;
        height: 40px !important;
        overflow: hidden !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
    }

    /* Price on archive */
    .woocommerce ul.products li.product .price {
        font-size: 16px !important;
        justify-content: center !important;
    }

    /* Fix tiered pricing table on mobile */
    .tiered-pricing-table {
        font-size: 12px !important;
    }

    .tiered-pricing-table th,
    .tiered-pricing-table td {
        padding: 8px 5px !important;
    }

    /* Variation reset link */
    td.value .reset_variations {
        float: none !important;
        display: block !important;
        text-align: center !important;
        margin-top: 10px !important;
    }
}

/* Small mobile devices (max-width: 480px) */
@media (max-width: 480px) {
    
    /* Related products - ensure 2 columns */
    .related.products ul.products li.product {
        width: calc(50% - 8px) !important;
        margin: 0 4px 12px !important;
    }

    /* Product titles */
    .related.products ul.products li.product .woocommerce-loop-product__title {
        font-size: 13px !important;
        height: 34px !important;
    }

    /* Price */
    .related.products ul.products li.product .price {
        font-size: 14px !important;
    }

    /* Add to cart button */
    .related.products ul.products li.product .button {
        font-size: 11px !important;
        padding: 6px 5px !important;
    }

    /* Quantity section */
    .woocommerce .quantity {
        max-width: 160px !important;
        height: 46px !important;
    }

    .woocommerce .quantity .qty {
        width: 50px !important;
        font-size: 16px !important;
    }

    .woocommerce .quantity .plus,
    .woocommerce .quantity .minus {
        width: 40px !important;
        font-size: 20px !important;
    }

    /* Buttons */
    .single_add_to_cart_button,
    .view-cart-drawer {
        height: 46px !important;
        font-size: 14px !important;
    }

    /* Panel content */
    .woocommerce-tabs .panel {
        padding: 15px 12px !important;
    }

    .woocommerce-tabs .panel h2 {
        font-size: 18px !important;
    }

    .woocommerce-tabs .panel p {
        font-size: 13px !important;
    }
}

/* ============================================
   SHOP PAGE PRODUCT STYLES - COMPLETELY CLEAN
============================================ */

/* Remove ALL product styling - borders, backgrounds, shadows */
.woocommerce ul.products li.product {
    border: none !important;
    background: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    text-align: center !important;
    padding: 10px !important;
    margin: 0 10px 20px !important;
}

/* Remove hover effects completely */
.woocommerce ul.products li.product:hover {
    border: none !important;
    background: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

/* Center product name - no background */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: center !important;
    font-size: 15px !important;
    margin: 10px 0 5px !important;
    padding: 0 !important;
    white-space: normal !important;
    line-height: 1.4 !important;
    background: none !important;
    background-color: transparent !important;
}

/* Center price - no background */
.woocommerce ul.products li.product .price {
    text-align: center !important;
    justify-content: center !important;
    margin: 5px 0 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    background: none !important;
    background-color: transparent !important;
}

/* Hide all buttons */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .ajax_add_to_cart,
.woocommerce ul.products li.product .product_type_variable,
.woocommerce ul.products li.product .product_type_simple {
    display: none !important;
}

/* Center images */
.woocommerce ul.products li.product a img {
    margin: 0 auto !important;
    background: none !important;
}

/* Remove any leftover backgrounds from product containers */
.woocommerce ul.products,
.woocommerce ul.products li,
.woocommerce ul.products li.product,
.woocommerce ul.products li.product a,
.woocommerce ul.products li.product .product-image-wrapper {
    background: none !important;
    background-color: transparent !important;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 14px !important;
    }
    
    .woocommerce ul.products li.product .price {
        font-size: 15px !important;
    }
}