/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 06 2026 | 10:18:41 */
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2,
.woocommerce-loop-product__title {
    color: #111111 !important;
    display: block !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    margin: 8px 0 4px 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

ul.products li.product .price,
.woocommerce ul.products li.product .price,
.product .price,
.price {
    margin-top: 2px !important;
    margin-bottom: 6px !important;
    display: block !important;
    color: #111111 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

ul.products li.product .price del,
.price del,
.price del .woocommerce-Price-amount {
    color: #777777 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    margin-right: 6px !important;
}

ul.products li.product .price ins,
.price ins,
.price ins .woocommerce-Price-amount {
    color: #111111 !important;
    text-decoration: none !important;
    font-weight: 800 !important;
}

ul.products li.product .price .woocommerce-Price-amount {
    color: #111111 !important;
}

ul.products li.product .button,
.woocommerce ul.products li.product .button,
.woocommerce a.button.add_to_cart_button {
    background: linear-gradient(135deg, #10b981, #059669) !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 8px 18px !important;
    border-radius: 25px !important;
    border: none !important;
    box-shadow: 0 4px 10px rgba(16, 185, 129, 0.4) !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    margin-top: 4px !important;
}

ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:hover {
    background: linear-gradient(135deg, #059669, #047857) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 14px rgba(16, 185, 129, 0.55) !important;
    color: #ffffff !important;
}

.woocommerce span.onsale,
.onsale {
    background: linear-gradient(135deg, #ff416c, #ff4b2b) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    border-radius: 20px !important;
    padding: 5px 12px !important;
    min-height: auto !important;
    min-width: auto !important;
    line-height: 1 !important;
    box-shadow: 0 4px 10px rgba(255, 65, 108, 0.4) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.8) !important;
    top: 10px !important;
    right: 10px !important;
    left: auto !important;
}

.site-title a,
.navbar-brand,
.header-logo,
a[href*="sujandiy"] {
    color: #ffffff !important;
    font-weight: 800 !important;
    font-size: 24px !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25) !important;
}

input[type="search"],
.search-field,
.woocommerce-product-search input[type="search"],
.elementor-search-form__input {
    background: #ffffff !important;
    border: 2px solid #2563eb !important;
    border-radius: 30px !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
    color: #1e293b !important;
    outline: none !important;
}