.elementor-1107 .elementor-element.elementor-element-b8dd0e1{--display:flex;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.products-heading-show .related-products > h2, .elementor-widget-woocommerce-products.products-heading-show .upsells > h2, .elementor-widget-woocommerce-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1107 .elementor-element.elementor-element-d52d958.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-1107 .elementor-element.elementor-element-d52d958.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:#0D4E19;}.elementor-1107 .elementor-element.elementor-element-d52d958.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:#0D4E19;}.elementor-1107 .elementor-element.elementor-element-d52d958.elementor-wc-products ul.products li.product .price{color:#187BA4;}.elementor-1107 .elementor-element.elementor-element-d52d958.elementor-wc-products ul.products li.product .price ins{color:#187BA4;}.elementor-1107 .elementor-element.elementor-element-d52d958.elementor-wc-products ul.products li.product .price ins .amount{color:#187BA4;}.elementor-1107 .elementor-element.elementor-element-d52d958.elementor-wc-products ul.products li.product span.onsale{display:block;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1107 .elementor-element.elementor-element-d52d958.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-1107 .elementor-element.elementor-element-d52d958.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-d52d958 *//* ===============================
   Seed Portal Background
================================ */
.woocommerce ul.products {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 12px;
}

/* ===============================
   Product Card Design
================================ */
.woocommerce ul.products li.product {
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
    text-align: center;
    transition: all 0.3s ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* ===============================
   Image Frame – Same Size
================================ */
.woocommerce ul.products li.product a img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    background: #f2f2f2;
    margin-bottom: 12px;
}

/* ===============================
   Product Title
================================ */
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 600;
    color: #1f4f3a;
    min-height: 48px;
    margin-bottom: 8px;
}

/* ===============================
   Price
================================ */
.woocommerce ul.products li.product .price {
    color: #2f6f60;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 12px;
}

/* ===============================
   Remove Tick & View Cart
================================ */
.woocommerce a.added_to_cart {
    display: none !important;
}

/* ===============================
   Amazon-style Cart UI
================================ */
.iivr-cart-wrap {
    display: flex;
    justify-content: center;
}

/* Add to cart button */
.iivr-add-btn {
    background: #2f6f60;
    color: #ffffff;
    padding: 10px 22px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    cursor: pointer;
}

.iivr-add-btn:hover {
    background: #245648;
}

/* Quantity box */
.iivr-qty-box {
    display: flex;
    align-items: center;
    border: 1px solid #2f6f60;
    border-radius: 6px;
    overflow: hidden;
}

/* + / - buttons */
.iivr-qty-box button {
    background: #2f6f60;
    color: #ffffff;
    width: 36px;
    height: 36px;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.iivr-qty-box button:hover {
    background: #245648;
}

/* Quantity number */
.iivr-qty {
    width: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #2f6f60;
}

/* ===============================
   Mobile Friendly
================================ */
@media (max-width: 768px) {
    .woocommerce ul.products li.product a img {
        height: 180px;
    }
}
/* Max quantity notice */
.iivr-max-qty-notice {
    background: #eef7f4;
    border-left: 4px solid #2f6f60;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #1f4f3a;
    border-radius: 6px;
}
/* View Cart button */
.iivr-view-cart-wrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.iivr-view-cart-btn {
    background: #ffffff;
    color: #2f6f60;
    border: 2px solid #2f6f60;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}

.iivr-view-cart-btn:hover {
    background: #2f6f60;
    color: #ffffff;
}/* End custom CSS */