/* =========================================================
   WEBPANDA PRODUCTS
   products.tpl
   ========================================================= */



/* =========================================================
   Messages
   ========================================================= */

#order-standard_cart .webpanda-products-message {
    margin-bottom: 18px;
}

/* =========================================================
   Group Intro
   ========================================================= */

#order-standard_cart .webpanda-products-intro {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 18px;
    padding: 17px 19px;
    background: #FFFFFF;
    border: 1px solid #E1E4E7;
    border-radius: 13px;
    box-shadow: 0 8px 24px rgba(17, 20, 24, 0.035);
}

#order-standard_cart .webpanda-products-intro-icon {
    display: flex;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #EFF7E2;
    color: #68A000;
    border-radius: 9px;
    font-size: 11px;
}

#order-standard_cart .webpanda-products-intro h2 {
    margin: 0 0 3px;
    color: #30353A;
    font-size: 13px;
    font-weight: 700;
}

#order-standard_cart .webpanda-products-intro p {
    margin: 0;
    color: #92999F;
    font-size: 8px;
}

/* =========================================================
   Product Grid
   ========================================================= */

#order-standard_cart .webpanda-products-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
}

#order-standard_cart .webpanda-product-card {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    min-width: 0;
    min-height: 100%;
    margin: 0 !important;
    background: #FFFFFF !important;
    border: 1px solid #E1E4E7 !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 28px rgba(17, 20, 24, 0.04) !important;
    transition: transform 0.18s ease,
            box-shadow 0.18s ease,
            border-color 0.18s ease;
}

#order-standard_cart .webpanda-product-card:hover {
    border-color: rgba(141, 210, 0, 0.45) !important;
    box-shadow: 0 14px 34px rgba(17, 20, 24, 0.07) !important;
    transform: translateY(-2px);
}

/* =========================================================
   Product Header
   ========================================================= */

#order-standard_cart .webpanda-product-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 20px 21px;
    background: linear-gradient(
                135deg,
                #111418 0%,
                #172016 100%
            ) !important;
    border: 0 !important;
}

#order-standard_cart .webpanda-product-label {
    display: block;
    margin-bottom: 5px;
    color: #8DD200 !important;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 0.10em;
}

#order-standard_cart .webpanda-product-header h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

#order-standard_cart .webpanda-product-stock {
    flex: 0 0 auto;
    padding: 4px 7px;
    background: rgba(141, 210, 0, 0.11);
    color: #B3E657 !important;
    border: 1px solid rgba(141, 210, 0, 0.18);
    border-radius: 999px;
    font-size: 6px;
    font-weight: 700;
    white-space: nowrap;
}

/* =========================================================
   Product Body
   ========================================================= */

#order-standard_cart .webpanda-product-body {
    flex: 1;
    padding: 19px 21px !important;
    color: #5F676D;
}

#order-standard_cart .webpanda-product-description {
    margin-bottom: 15px;
    color: #7E868C;
    font-size: 8px;
    line-height: 1.6;
}

#order-standard_cart .webpanda-product-description p {
    margin: 0;
}

/* =========================================================
   Features
   ========================================================= */

#order-standard_cart .webpanda-product-features {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#order-standard_cart .webpanda-product-features li {
    display: grid;
    grid-template-columns: 21px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    margin: 0 !important;
    padding: 0 !important;
    color: #555D63;
    font-size: 8px;
    line-height: 1.45;
    list-style: none !important;
}

#order-standard_cart .webpanda-product-features li::before {
    display: none !important;
    content: none !important;
}

#order-standard_cart .webpanda-product-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    background: #EFF7E2;
    color: #68A000;
    border-radius: 6px;
    font-size: 6px;
}

#order-standard_cart .webpanda-product-features .feature-value {
    color: #30353A;
    font-weight: 700;
}

/* =========================================================
   Product Footer
   ========================================================= */

#order-standard_cart .webpanda-product-card .webpanda-product-footer {
    position: static !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    width: 100% !important;
    min-height: 96px;
    margin: auto 0 0 !important;
    padding: 18px 21px 20px !important;
    float: none !important;
    clear: both !important;
    background: #FAFBFB !important;
    border: 0 !important;
    border-top: 1px solid #ECEEEF !important;
}

/* =========================================================
   Pricing
   ========================================================= */

#order-standard_cart .webpanda-product-card .webpanda-product-pricing {
    position: static !important;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    background: transparent !important;
    text-align: left !important;
}

#order-standard_cart .webpanda-product-price-label {
    display: block;
    margin: 0 0 5px;
    color: #92999F;
    font-size: 6px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

#order-standard_cart .webpanda-product-card .webpanda-product-price {
    display: block !important;
    margin: 0 !important;
    color: #30353A !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    white-space: nowrap;
}

#order-standard_cart .webpanda-product-cycle {
    display: block;
    margin-top: 4px;
    color: #858D93;
    font-size: 7px;
    font-weight: 500;
    line-height: 1.4;
}

#order-standard_cart .webpanda-product-setup {
    display: block;
    margin-top: 4px;
    color: #92999F;
    font-size: 6px;
    line-height: 1.4;
}

/* =========================================================
   Order Button
   ========================================================= */

#order-standard_cart .webpanda-product-card .webpanda-product-order-button {
    position: static !important;
    display: inline-flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: auto !important;
    min-width: 132px;
    min-height: 40px;
    margin: 0 !important;
    padding: 0 14px !important;
    float: none !important;
    background: #8DD200 !important;
    color: #111418 !important;
    border: 1px solid #8DD200 !important;
    border-radius: 8px !important;
    font-family: "Montserrat", sans-serif;
    font-size: 8px !important;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: background-color 0.18s ease,
            border-color 0.18s ease,
            transform 0.18s ease;
}

#order-standard_cart .webpanda-product-card .webpanda-product-order-button:hover, #order-standard_cart .webpanda-product-card .webpanda-product-order-button:focus {
    background: #76C800 !important;
    color: #111418 !important;
    border-color: #76C800 !important;
    transform: translateY(-1px);
}

/* =========================================================
   Empty State
   ========================================================= */

#order-standard_cart .webpanda-products-empty {
    padding: 50px 25px;
    background: #FFFFFF;
    text-align: center;
    border: 1px solid #E1E4E7;
    border-radius: 15px;
}

#order-standard_cart .webpanda-products-empty-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 auto 14px;
    background: #EFF7E2;
    color: #68A000;
    border-radius: 12px;
    font-size: 16px;
}

#order-standard_cart .webpanda-products-empty h2 {
    margin: 0 0 6px;
    color: #30353A;
    font-size: 15px;
    font-weight: 700;
}

#order-standard_cart .webpanda-products-empty p {
    margin: 0;
    color: #90979D;
    font-size: 8px;
}

/* =========================================================
   PRODUCTS — Tablet
   ========================================================= */

@media (max-width: 991px) {
    #order-standard_cart .webpanda-products-grid {
        grid-template-columns: 1fr;
    }

}

/* =========================================================
   PRODUCTS — Mobile
   ========================================================= */

@media (max-width: 767px) {
    #order-standard_cart .webpanda-products-intro {
        align-items: flex-start;
    }

    #order-standard_cart .webpanda-products-count {
        flex: 0 0 auto;
    }

    #order-standard_cart .webpanda-product-footer {
        grid-template-columns: 1fr;
        align-items: stretch;
        gap: 14px;
    }

    #order-standard_cart .webpanda-product-order-button {
        width: 100%;
    }

}
