.elementor-145 .elementor-element.elementor-element-9717ae8 > .elementor-container{max-width:1256px;}.elementor-145 .elementor-element.elementor-element-6bf081a.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-145 .elementor-element.elementor-element-6bf081a.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-145 .elementor-element.elementor-element-6bf081a.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{text-decoration:none;}.elementor-145 .elementor-element.elementor-element-6bf081a.elementor-wc-products ul.products li.product .price{text-decoration:none;}.elementor-145 .elementor-element.elementor-element-6bf081a.elementor-wc-products .added_to_cart{text-decoration:none;}.elementor-145 .elementor-element.elementor-element-6bf081a.elementor-wc-products ul.products li.product span.onsale{display:block;text-decoration:none;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-145 .elementor-element.elementor-element-6bf081a.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-145 .elementor-element.elementor-element-6bf081a.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for section, class: .elementor-element-9717ae8 *//* ========================================
   WOOCOMMERCE PRODUCTS - PREMIUM BED STORE
   Compatible with Elementor Products Widget
   Brand Colors: Gold #C9A962, Charcoal #2C2C2C
======================================== */

/* ========================================
   CSS VARIABLES (Global)
======================================== */
:root {
    --wc-bg: #FAF8F5;
    --wc-bg-alt: #F5F0EB;
    --wc-white: #FFFFFF;
    --wc-charcoal: #2C2C2C;
    --wc-charcoal-light: #4A4A4A;
    --wc-warm-gray: #8B8680;
    --wc-warm-gray-light: #B8B4AE;
    --wc-gold: #C9A962;
    --wc-gold-light: #D4BC7E;
    --wc-gold-dark: #B8983F;
    --wc-gold-soft: rgba(201, 169, 98, 0.12);
    --wc-success: #4CAF50;
    --wc-error: #E53935;
    --wc-font-display: 'Playfair Display', Georgia, serif;
    --wc-font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --wc-shadow: 0 10px 40px rgba(44, 44, 44, 0.08);
    --wc-shadow-hover: 0 20px 60px rgba(44, 44, 44, 0.15);
    --wc-radius: 16px;
    --wc-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ========================================
   PRODUCTS SECTION CONTAINER
======================================== */
.woocommerce ul.products,
.elementor-widget-woocommerce-products ul.products,
.elementor-widget-wc-products ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

/* ========================================
   INDIVIDUAL PRODUCT CARD
======================================== */
.woocommerce ul.products li.product,
.elementor-widget-woocommerce-products ul.products li.product {
    background: var(--wc-white) !important;
    border-radius: var(--wc-radius) !important;
    overflow: hidden !important;
    box-shadow: var(--wc-shadow) !important;
    transition: var(--wc-transition) !important;
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(201, 169, 98, 0.1) !important;
    display: flex !important;
    flex-direction: column !important;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-8px) !important;
    box-shadow: var(--wc-shadow-hover) !important;
    border-color: var(--wc-gold) !important;
}

/* ========================================
   PRODUCT IMAGE
======================================== */
.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product .attachment-woocommerce_thumbnail {
    width: 100% !important;
    height: 280px !important;
    object-fit: cover !important;
    transition: var(--wc-transition) !important;
    border-radius: 0 !important;
    margin: 0 !important;
    display: block !important;
}

.woocommerce ul.products li.product:hover a img {
    transform: scale(1.08) !important;
}

/* Image Container */
.woocommerce ul.products li.product > a:first-child {
    display: block !important;
    overflow: hidden !important;
    position: relative !important;
    background: var(--wc-bg-alt) !important;
}

/* Image Overlay on Hover */
.woocommerce ul.products li.product > a:first-child::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(to bottom, transparent 50%, rgba(44, 44, 44, 0.1) 100%) !important;
    opacity: 0 !important;
    transition: var(--wc-transition) !important;
    pointer-events: none !important;
}

.woocommerce ul.products li.product:hover > a:first-child::after {
    opacity: 1 !important;
}

/* ========================================
   SALE BADGE
======================================== */
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    position: absolute !important;
    top: 16px !important;
    left: 16px !important;
    right: auto !important;
    background: var(--wc-gold) !important;
    color: var(--wc-white) !important;
    font-family: var(--wc-font-body) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 8px 14px !important;
    border-radius: 30px !important;
    line-height: 1 !important;
    z-index: 10 !important;
    min-width: auto !important;
    min-height: auto !important;
    margin: 0 !important;
    box-shadow: 0 4px 15px rgba(201, 169, 98, 0.4) !important;
}

/* Out of Stock Badge */
.woocommerce ul.products li.product .out-of-stock-badge,
.woocommerce ul.products li.product.outofstock .onsale {
    background: var(--wc-charcoal) !important;
}

/* ========================================
   PRODUCT CONTENT AREA
======================================== */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2 {
    font-family: var(--wc-font-display) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: var(--wc-charcoal) !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 20px 20px 8px 20px !important;
    text-align: left !important;
    transition: var(--wc-transition) !important;
    text-decoration: none !important;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product:hover h2 {
    color: var(--wc-gold-dark) !important;
}

/* Product Link Title Wrapper */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    text-decoration: none !important;
    display: block !important;
}

/* ========================================
   PRODUCT PRICE
======================================== */
.woocommerce ul.products li.product .price {
    font-family: var(--wc-font-body) !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: var(--wc-gold-dark) !important;
    padding: 0 20px 15px 20px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none !important;
    font-weight: 700 !important;
    color: var(--wc-gold-dark) !important;
    background: none !important;
}

.woocommerce ul.products li.product .price del {
    color: var(--wc-warm-gray-light) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-decoration: line-through !important;
    opacity: 0.7 !important;
}

.woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol {
    font-size: 0.8em !important;
}

/* Price Range */
.woocommerce ul.products li.product .price .amount:first-child::before {
    content: none !important;
}

/* ========================================
   STAR RATING
======================================== */
.woocommerce ul.products li.product .star-rating {
    display: flex !important;
    margin: 0 20px 10px 20px !important;
    font-size: 13px !important;
    color: var(--wc-gold) !important;
    overflow: hidden !important;
    position: relative !important;
    height: 1.2em !important;
    line-height: 1.2em !important;
    width: 6em !important;
}

.woocommerce ul.products li.product .star-rating::before {
    content: '\73\73\73\73\73' !important;
    color: var(--wc-warm-gray-light) !important;
    float: left !important;
    top: 0 !important;
    left: 0 !important;
    position: absolute !important;
    letter-spacing: 3px !important;
}

.woocommerce ul.products li.product .star-rating span::before {
    content: '\53\53\53\53\53' !important;
    color: var(--wc-gold) !important;
    top: 0 !important;
    position: absolute !important;
    left: 0 !important;
    letter-spacing: 3px !important;
}

/* ========================================
   ADD TO CART BUTTON
======================================== */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product a.add_to_cart_button {
    display: block !important;
    width: calc(100% - 40px) !important;
    margin: auto 20px 20px 20px !important;
    padding: 14px 24px !important;
    background: var(--wc-charcoal) !important;
    color: var(--wc-white) !important;
    font-family: var(--wc-font-body) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    text-align: center !important;
    text-decoration: none !important;
    border: 2px solid var(--wc-charcoal) !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: var(--wc-transition) !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
    line-height: 1.4 !important;
    margin-top: auto !important;
}

.woocommerce ul.products li.product .button::before,
.woocommerce ul.products li.product a.button::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: var(--wc-gold) !important;
    transition: var(--wc-transition) !important;
    z-index: -1 !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product a.button:hover {
    background: var(--wc-gold) !important;
    border-color: var(--wc-gold) !important;
    color: var(--wc-white) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(201, 169, 98, 0.4) !important;
}

.woocommerce ul.products li.product .button:hover::before,
.woocommerce ul.products li.product a.button:hover::before {
    left: 0 !important;
}

/* View Cart Button (After Adding to Cart) */
.woocommerce ul.products li.product .added_to_cart {
    display: block !important;
    width: calc(100% - 40px) !important;
    margin: 10px 20px 20px 20px !important;
    padding: 12px 20px !important;
    background: transparent !important;
    color: var(--wc-gold-dark) !important;
    font-family: var(--wc-font-body) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-align: center !important;
    text-decoration: none !important;
    border: 2px solid var(--wc-gold) !important;
    border-radius: 8px !important;
    transition: var(--wc-transition) !important;
}

.woocommerce ul.products li.product .added_to_cart:hover {
    background: var(--wc-gold-soft) !important;
}

/* Loading State */
.woocommerce ul.products li.product .button.loading {
    opacity: 0.7 !important;
    pointer-events: none !important;
}

.woocommerce ul.products li.product .button.loading::after {
    content: '' !important;
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    border: 2px solid var(--wc-white) !important;
    border-top-color: transparent !important;
    border-radius: 50% !important;
    margin-left: 10px !important;
    animation: wcSpinner 0.8s linear infinite !important;
    vertical-align: middle !important;
}

@keyframes wcSpinner {
    to { transform: rotate(360deg); }
}

/* ========================================
   QUICK VIEW / WISHLIST BUTTONS
======================================== */
.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist,
.woocommerce ul.products li.product .quick-view-button {
    position: absolute !important;
    top: 16px !important;
    right: 16px !important;
    width: 42px !important;
    height: 42px !important;
    background: var(--wc-white) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    transition: var(--wc-transition) !important;
    z-index: 10 !important;
    opacity: 0 !important;
    transform: translateY(-10px) !important;
}

.woocommerce ul.products li.product:hover .yith-wcwl-add-to-wishlist,
.woocommerce ul.products li.product:hover .quick-view-button {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist:hover,
.woocommerce ul.products li.product .quick-view-button:hover {
    background: var(--wc-gold) !important;
    color: var(--wc-white) !important;
}

/* ========================================
   PRODUCT CATEGORIES BADGE
======================================== */
.woocommerce ul.products li.product .product-category,
.woocommerce ul.products li.product .posted_in {
    font-family: var(--wc-font-body) !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    color: var(--wc-warm-gray) !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    padding: 15px 20px 0 20px !important;
    margin: 0 !important;
}

.woocommerce ul.products li.product .product-category a,
.woocommerce ul.products li.product .posted_in a {
    color: var(--wc-warm-gray) !important;
    text-decoration: none !important;
    transition: var(--wc-transition) !important;
}

.woocommerce ul.products li.product .product-category a:hover,
.woocommerce ul.products li.product .posted_in a:hover {
    color: var(--wc-gold) !important;
}

/* ========================================
   PAGINATION
======================================== */
.woocommerce nav.woocommerce-pagination {
    margin-top: 60px !important;
    text-align: center !important;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-flex !important;
    gap: 8px !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 45px !important;
    height: 45px !important;
    background: var(--wc-white) !important;
    color: var(--wc-charcoal) !important;
    font-family: var(--wc-font-body) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: 2px solid var(--wc-bg-alt) !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    transition: var(--wc-transition) !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: var(--wc-gold-soft) !important;
    border-color: var(--wc-gold) !important;
    color: var(--wc-gold-dark) !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--wc-gold) !important;
    border-color: var(--wc-gold) !important;
    color: var(--wc-white) !important;
}

/* ========================================
   RESULT COUNT & ORDERING
======================================== */
.woocommerce .woocommerce-result-count {
    font-family: var(--wc-font-body) !important;
    font-size: 14px !important;
    color: var(--wc-warm-gray) !important;
    margin-bottom: 30px !important;
}

.woocommerce .woocommerce-ordering select {
    font-family: var(--wc-font-body) !important;
    font-size: 14px !important;
    color: var(--wc-charcoal) !important;
    padding: 12px 45px 12px 18px !important;
    border: 2px solid var(--wc-bg-alt) !important;
    border-radius: 10px !important;
    background-color: var(--wc-white) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23C9A962' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 18px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    cursor: pointer !important;
    transition: var(--wc-transition) !important;
    min-width: 200px !important;
}

.woocommerce .woocommerce-ordering select:hover,
.woocommerce .woocommerce-ordering select:focus {
    border-color: var(--wc-gold) !important;
    outline: none !important;
}

/* ========================================
   NO PRODUCTS FOUND
======================================== */
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
    background: var(--wc-gold-soft) !important;
    border: none !important;
    border-left: 4px solid var(--wc-gold) !important;
    color: var(--wc-charcoal) !important;
    font-family: var(--wc-font-body) !important;
    padding: 20px 25px !important;
    border-radius: 0 10px 10px 0 !important;
}

.woocommerce .woocommerce-info::before {
    color: var(--wc-gold) !important;
}

/* ========================================
   PRODUCT LOOP SECTION TITLE
======================================== */
.woocommerce .products-section-title,
.elementor-widget-woocommerce-products .elementor-heading-title,
.related.products > h2,
.up-sells > h2,
.cross-sells > h2 {
    font-family: var(--wc-font-display) !important;
    font-size: 36px !important;
    font-weight: 500 !important;
    color: var(--wc-charcoal) !important;
    text-align: center !important;
    margin-bottom: 50px !important;
    position: relative !important;
    padding-bottom: 20px !important;
}

.related.products > h2::after,
.up-sells > h2::after,
.cross-sells > h2::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60px !important;
    height: 3px !important;
    background: var(--wc-gold) !important;
    border-radius: 3px !important;
}

/* ========================================
   ELEMENTOR PRODUCTS WIDGET SPECIFICS
======================================== */
.elementor-widget-woocommerce-products .elementor-widget-container,
.elementor-widget-wc-products .elementor-widget-container {
    padding: 0 !important;
}

.elementor-wc-products .products {
    margin: 0 !important;
}

/* ========================================
   RESPONSIVE - TABLET (1024px)
======================================== */
@media (max-width: 1024px) {
    .woocommerce ul.products,
    .elementor-widget-woocommerce-products ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 25px !important;
    }
    
    .woocommerce ul.products li.product a img {
        height: 240px !important;
    }
    
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 16px !important;
        padding: 16px 16px 6px 16px !important;
    }
    
    .woocommerce ul.products li.product .price {
        font-size: 18px !important;
        padding: 0 16px 12px 16px !important;
    }
    
    .woocommerce ul.products li.product .button {
        width: calc(100% - 32px) !important;
        margin: auto 16px 16px 16px !important;
        padding: 12px 20px !important;
        font-size: 12px !important;
    }
}

/* ========================================
   RESPONSIVE - TABLET SMALL (768px)
======================================== */
@media (max-width: 768px) {
    .woocommerce ul.products,
    .elementor-widget-woocommerce-products ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
    
    .woocommerce ul.products li.product a img {
        height: 200px !important;
    }
    
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 15px !important;
    }
    
    .woocommerce ul.products li.product .price {
        font-size: 17px !important;
    }
    
    .woocommerce ul.products li.product .onsale {
        top: 12px !important;
        left: 12px !important;
        padding: 6px 12px !important;
        font-size: 10px !important;
    }
    
    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span {
        width: 40px !important;
        height: 40px !important;
        font-size: 13px !important;
    }
    
    .related.products > h2,
    .up-sells > h2 {
        font-size: 28px !important;
        margin-bottom: 35px !important;
    }
}

/* ========================================
   RESPONSIVE - MOBILE (576px)
======================================== */
@media (max-width: 576px) {
    .woocommerce ul.products,
    .elementor-widget-woocommerce-products ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }
    
    .woocommerce ul.products li.product {
        border-radius: 12px !important;
    }
    
    .woocommerce ul.products li.product a img {
        height: 160px !important;
    }
    
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 14px !important;
        padding: 14px 14px 5px 14px !important;
        line-height: 1.3 !important;
    }
    
    .woocommerce ul.products li.product .price {
        font-size: 15px !important;
        padding: 0 14px 10px 14px !important;
        gap: 6px !important;
    }
    
    .woocommerce ul.products li.product .price del {
        font-size: 12px !important;
    }
    
    .woocommerce ul.products li.product .button {
        width: calc(100% - 28px) !important;
        margin: auto 14px 14px 14px !important;
        padding: 10px 16px !important;
        font-size: 11px !important;
        letter-spacing: 1px !important;
        border-radius: 6px !important;
    }
    
    .woocommerce ul.products li.product .star-rating {
        margin: 0 14px 8px 14px !important;
        font-size: 11px !important;
    }
    
    .woocommerce ul.products li.product .onsale {
        top: 10px !important;
        left: 10px !important;
        padding: 5px 10px !important;
        font-size: 9px !important;
    }
    
    .woocommerce .woocommerce-ordering select {
        width: 100% !important;
        min-width: unset !important;
    }
    
    .related.products > h2,
    .up-sells > h2 {
        font-size: 24px !important;
        margin-bottom: 30px !important;
    }
}

/* ========================================
   RESPONSIVE - SMALL MOBILE (400px)
======================================== */
@media (max-width: 400px) {
    .woocommerce ul.products,
    .elementor-widget-woocommerce-products ul.products {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .woocommerce ul.products li.product a img {
        height: 220px !important;
    }
    
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 16px !important;
    }
    
    .woocommerce ul.products li.product .price {
        font-size: 18px !important;
    }
    
    .woocommerce ul.products li.product .button {
        padding: 14px 20px !important;
        font-size: 12px !important;
    }
}

/* ========================================
   ANIMATION ENHANCEMENTS
======================================== */
@keyframes wcFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.woocommerce ul.products li.product {
    animation: wcFadeInUp 0.6s ease forwards;
}

.woocommerce ul.products li.product:nth-child(1) { animation-delay: 0.1s; }
.woocommerce ul.products li.product:nth-child(2) { animation-delay: 0.2s; }
.woocommerce ul.products li.product:nth-child(3) { animation-delay: 0.3s; }
.woocommerce ul.products li.product:nth-child(4) { animation-delay: 0.4s; }
.woocommerce ul.products li.product:nth-child(5) { animation-delay: 0.5s; }
.woocommerce ul.products li.product:nth-child(6) { animation-delay: 0.6s; }
.woocommerce ul.products li.product:nth-child(7) { animation-delay: 0.7s; }
.woocommerce ul.products li.product:nth-child(8) { animation-delay: 0.8s; }

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .woocommerce ul.products li.product {
        animation: none !important;
    }
    
    .woocommerce ul.products li.product,
    .woocommerce ul.products li.product .button,
    .woocommerce ul.products li.product a img {
        transition: none !important;
    }
}

/* ========================================
   PRINT STYLES
======================================== */
@media print {
    .woocommerce ul.products li.product {
        box-shadow: none !important;
        border: 1px solid #ddd !important;
        break-inside: avoid !important;
    }
    
    .woocommerce ul.products li.product .button {
        display: none !important;
    }
}/* End custom CSS */