/* ======================================================
   Softicode Commerce Theme - Premium Cart Styling
   ====================================================== */

.softicode-premium-cart-template,
.softicode-premium-cart-template * {
    box-sizing: border-box;
}

body.softicode-premium-cart-active {
    background: #ffffff;
}

.softicode-cart-container {
    width: min(100% - 52px, 1180px);
    margin: 0 auto;
}

.softicode-cart-hero {
    background:
        radial-gradient(circle at top left, rgba(15, 159, 70, 0.12), transparent 30%),
        linear-gradient(180deg, #f7fbf8 0%, #ffffff 100%);
    padding: 46px 0 26px;
}

.softicode-cart-hero-card {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 34px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid #dfeae3;
    box-shadow: 0 18px 45px rgba(7, 95, 42, 0.10);
}

.softicode-cart-label {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 13px;
    border-radius: 999px;
    background: #eefaf3;
    color: #075f2a;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 14px;
}

.softicode-cart-hero h1 {
    margin: 0 0 10px;
    color: #10231a;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -1.3px;
}

.softicode-cart-hero p {
    margin: 0;
    color: #66776b;
    font-size: 16px;
    line-height: 1.7;
    max-width: 650px;
    font-weight: 600;
}

.softicode-cart-help-card {
    min-width: 260px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
    background: #075f2a;
    color: #ffffff;
}

.softicode-cart-help-card span {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.14);
    font-size: 22px;
}

.softicode-cart-help-card small {
    display: block;
    font-size: 12px;
    font-weight: 800;
    opacity: 0.82;
    margin-bottom: 5px;
}

.softicode-cart-help-card a {
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 900;
    text-decoration: none !important;
}

.softicode-cart-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.softicode-cart-trust-grid > div {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 82px;
    padding: 18px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #dfeae3;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.softicode-cart-trust-grid span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: #eefaf3;
    font-size: 20px;
    flex: 0 0 auto;
}

.softicode-cart-trust-grid strong {
    display: block;
    color: #10231a;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 3px;
}

.softicode-cart-trust-grid small {
    display: block;
    color: #66776b;
    font-size: 12px;
    font-weight: 700;
}

.softicode-cart-shortcode-wrap {
    padding: 4px 0 70px;
    background: #ffffff;
}

/* Actual WooCommerce Cart */
body.woocommerce-cart .woocommerce,
body.softicode-premium-cart-active .woocommerce {
    font-family: var(--sc-font, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

body.softicode-premium-cart-active .softicode-cart-shortcode-wrap .woocommerce {
    margin-top: 0;
}

body.softicode-premium-cart-active .woocommerce-notices-wrapper,
body.woocommerce-cart .woocommerce-notices-wrapper {
    margin-bottom: 18px;
}

body.softicode-premium-cart-active .woocommerce-cart-form,
body.woocommerce-cart .woocommerce-cart-form {
    width: calc(100% - 470px);
    float: left;
}

body.softicode-premium-cart-active .cart-collaterals,
body.woocommerce-cart .cart-collaterals {
    width: 430px;
    float: right;
}

body.softicode-premium-cart-active .woocommerce-cart-form,
body.softicode-premium-cart-active .cart_totals,
body.softicode-premium-cart-active .cross-sells,
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cross-sells {
    background: #ffffff;
    border: 1px solid #dfeae3;
    border-radius: 26px;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
}

body.softicode-premium-cart-active .woocommerce-cart-form,
body.woocommerce-cart .woocommerce-cart-form {
    padding: 8px 24px 24px;
}

body.softicode-premium-cart-active table.shop_table,
body.woocommerce-cart table.shop_table {
    border: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    margin: 0 !important;
}

body.softicode-premium-cart-active table.shop_table th,
body.woocommerce-cart table.shop_table th {
    border: 0 !important;
    border-bottom: 1px solid #dfeae3 !important;
    padding: 18px 10px !important;
    color: #66776b;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

body.softicode-premium-cart-active table.shop_table td,
body.woocommerce-cart table.shop_table td {
    border: 0 !important;
    border-bottom: 1px solid #edf4ef !important;
    padding: 18px 10px !important;
    color: #10231a;
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
}

body.softicode-premium-cart-active table.shop_table tr:last-child td,
body.woocommerce-cart table.shop_table tr:last-child td {
    border-bottom: 0 !important;
}

body.softicode-premium-cart-active .product-thumbnail img,
body.woocommerce-cart .product-thumbnail img {
    width: 72px !important;
    height: 72px !important;
    object-fit: contain;
    border-radius: 18px;
    background: #f7fbf8;
    border: 1px solid #e7f0ea;
    padding: 8px;
}

body.softicode-premium-cart-active .product-name a,
body.woocommerce-cart .product-name a {
    color: #10231a !important;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none !important;
}

body.softicode-premium-cart-active .product-name a:hover,
body.woocommerce-cart .product-name a:hover {
    color: #075f2a !important;
}

body.softicode-premium-cart-active .product-remove a,
body.woocommerce-cart .product-remove a {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: inline-grid !important;
    place-items: center;
    background: #fff1f1;
    color: #e11d48 !important;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
}

body.softicode-premium-cart-active .product-remove a:hover,
body.woocommerce-cart .product-remove a:hover {
    background: #e11d48 !important;
    color: #ffffff !important;
}

body.softicode-premium-cart-active .quantity .qty,
body.woocommerce-cart .quantity .qty {
    width: 86px !important;
    height: 44px !important;
    border: 1px solid #dfeae3 !important;
    border-radius: 14px !important;
    background: #f9fcfa !important;
    color: #10231a !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-align: center;
    outline: none !important;
    box-shadow: none !important;
}

body.softicode-premium-cart-active .quantity .qty:focus,
body.woocommerce-cart .quantity .qty:focus {
    border-color: #0f9f46 !important;
    box-shadow: 0 0 0 4px rgba(15, 159, 70, 0.10) !important;
}

body.softicode-premium-cart-active .coupon,
body.woocommerce-cart .coupon {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

body.softicode-premium-cart-active .coupon .input-text,
body.woocommerce-cart .coupon .input-text {
    min-width: 220px;
    height: 46px !important;
    border: 1px solid #dfeae3 !important;
    border-radius: 14px !important;
    background: #f9fcfa !important;
    color: #10231a !important;
    padding: 0 14px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    box-shadow: none !important;
    outline: none !important;
}

body.softicode-premium-cart-active .button,
body.woocommerce-cart .button,
body.softicode-premium-cart-active button.button,
body.woocommerce-cart button.button {
    min-height: 46px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: #10231a !important;
    color: #ffffff !important;
    padding: 0 18px !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    transition: 0.22s ease;
}

body.softicode-premium-cart-active .button:hover,
body.woocommerce-cart .button:hover,
body.softicode-premium-cart-active button.button:hover,
body.woocommerce-cart button.button:hover {
    background: #075f2a !important;
    color: #ffffff !important;
}

body.softicode-premium-cart-active button[name="update_cart"],
body.woocommerce-cart button[name="update_cart"] {
    float: right;
    background: #eefaf3 !important;
    color: #075f2a !important;
    border: 1px solid #cfe9d8 !important;
}

body.softicode-premium-cart-active button[name="update_cart"]:hover,
body.woocommerce-cart button[name="update_cart"]:hover {
    background: #075f2a !important;
    color: #ffffff !important;
}

/* Cart Totals */
body.softicode-premium-cart-active .cart_totals,
body.woocommerce-cart .cart_totals {
    width: 100% !important;
    float: none !important;
    padding: 28px;
}

body.softicode-premium-cart-active .cart_totals h2,
body.woocommerce-cart .cart_totals h2 {
    margin: 0 0 18px;
    color: #10231a;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.6px;
}

body.softicode-premium-cart-active .cart_totals table,
body.woocommerce-cart .cart_totals table {
    border: 0 !important;
    margin: 0 0 20px !important;
}

body.softicode-premium-cart-active .cart_totals th,
body.softicode-premium-cart-active .cart_totals td,
body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td {
    border: 0 !important;
    border-bottom: 1px solid #edf4ef !important;
    padding: 14px 0 !important;
    color: #10231a;
    font-size: 14px;
    font-weight: 800;
}

body.softicode-premium-cart-active .cart_totals .order-total th,
body.softicode-premium-cart-active .cart_totals .order-total td,
body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
    color: #075f2a;
    font-size: 18px;
    font-weight: 900;
}

body.softicode-premium-cart-active .wc-proceed-to-checkout,
body.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0 !important;
}

body.softicode-premium-cart-active .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    min-height: 58px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 17px !important;
    background: #0f9f46 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    box-shadow: 0 14px 30px rgba(15, 159, 70, 0.22) !important;
}

body.softicode-premium-cart-active .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #075f2a !important;
    transform: translateY(-1px);
}

body.softicode-premium-cart-active .cross-sells,
body.woocommerce-cart .cross-sells {
    margin-top: 24px;
    padding: 24px;
}

body.softicode-premium-cart-active .cross-sells h2,
body.woocommerce-cart .cross-sells h2 {
    margin: 0 0 18px;
    color: #10231a;
    font-size: 22px;
    font-weight: 900;
}

/* Empty cart */
body.softicode-premium-cart-active .cart-empty,
body.woocommerce-cart .cart-empty {
    padding: 42px 28px !important;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid #dfeae3;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
    text-align: center;
    color: #10231a;
    font-size: 18px;
    font-weight: 900;
}

body.softicode-premium-cart-active .return-to-shop,
body.woocommerce-cart .return-to-shop {
    text-align: center;
}

body.softicode-premium-cart-active .return-to-shop .button,
body.woocommerce-cart .return-to-shop .button {
    min-height: 54px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 28px !important;
    background: #0f9f46 !important;
}

body.softicode-premium-cart-active .woocommerce-info,
body.softicode-premium-cart-active .woocommerce-message,
body.softicode-premium-cart-active .woocommerce-error,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-error {
    border-radius: 18px;
    border-top: 0 !important;
    padding: 16px 18px !important;
    background: #eefaf3;
    color: #10231a;
    font-weight: 700;
}

body.softicode-premium-cart-active .woocommerce-error,
body.woocommerce-cart .woocommerce-error {
    background: #fff1f1;
}

body.softicode-premium-cart-active .woocommerce-info::before,
body.softicode-premium-cart-active .woocommerce-message::before,
body.softicode-premium-cart-active .woocommerce-error::before,
body.woocommerce-cart .woocommerce-info::before,
body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-cart .woocommerce-error::before {
    display: none;
}

@media (max-width: 1100px) {
    body.softicode-premium-cart-active .woocommerce-cart-form,
    body.woocommerce-cart .woocommerce-cart-form,
    body.softicode-premium-cart-active .cart-collaterals,
    body.woocommerce-cart .cart-collaterals {
        width: 100%;
        float: none;
    }

    body.softicode-premium-cart-active .cart-collaterals,
    body.woocommerce-cart .cart-collaterals {
        margin-top: 24px;
    }
}

@media (max-width: 768px) {
    .softicode-cart-container {
        width: min(100% - 24px, 1180px);
    }

    .softicode-cart-hero {
        padding: 28px 0 18px;
    }

    .softicode-cart-hero-card {
        grid-template-columns: 1fr;
        padding: 24px;
        border-radius: 22px;
    }

    .softicode-cart-help-card {
        min-width: 0;
        width: 100%;
    }

    .softicode-cart-trust-grid {
        grid-template-columns: 1fr;
    }

    body.softicode-premium-cart-active .woocommerce-cart-form,
    body.woocommerce-cart .woocommerce-cart-form,
    body.softicode-premium-cart-active .cart_totals,
    body.woocommerce-cart .cart_totals,
    body.softicode-premium-cart-active .cross-sells,
    body.woocommerce-cart .cross-sells {
        padding: 20px;
        border-radius: 20px;
    }

    body.softicode-premium-cart-active table.shop_table_responsive tr,
    body.woocommerce-cart table.shop_table_responsive tr {
        border-bottom: 1px solid #edf4ef;
    }

    body.softicode-premium-cart-active table.shop_table_responsive tr td,
    body.woocommerce-cart table.shop_table_responsive tr td {
        border-bottom: 0 !important;
        padding: 12px 0 !important;
    }

    body.softicode-premium-cart-active .coupon,
    body.woocommerce-cart .coupon {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    body.softicode-premium-cart-active .coupon .input-text,
    body.woocommerce-cart .coupon .input-text,
    body.softicode-premium-cart-active .coupon .button,
    body.woocommerce-cart .coupon .button,
    body.softicode-premium-cart-active button[name="update_cart"],
    body.woocommerce-cart button[name="update_cart"] {
        width: 100% !important;
        float: none !important;
    }
}
