/* ========================================
   CUSTOM CART PAGE
======================================== */

/* ===== CART CARD WRAPPER ===== */
.cart-card-wrapper {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
 min-height: 408px;
}

.cart-page-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
    color: #1a1a1a;
}

/* Cart block full width fix */
.cart-card-wrapper .wp-block-woocommerce-cart,
.cart-card-wrapper .woocommerce-cart-form {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}


.custom-cart-page{
    background:#f7f7f7;
}

/* Section Card */
.custom-cart-section{
    background:#fff;
    border-radius:20px;
    padding:24px;
    box-shadow:0 4px 20px rgba(0,0,0,0.04);
}

/* Feature Boxes */
.feature-box{
    background:#fafafa;
    border-radius:16px;
    padding:24px 18px;
    transition:0.3s ease;
    border:1px solid #eee;
}

.feature-box:hover{
    transform:translateY(-4px);
}

.feature-icon{
    font-size:34px;
    margin-bottom:14px;
}

.feature-box h5{
    font-size:17px;
    font-weight:700;
    margin-bottom:10px;
}

.feature-box p{
    font-size:14px;
    color:#666;
    margin-bottom:0;
    line-height:1.6;
}

/* POD Banner */
.pod-banner{
    background:#111;
    color:#fff;
}

.pod-banner h3{
    font-size:28px;
    font-weight:700;
}

.pod-banner p{
    color:rgba(255,255,255,0.8);
    line-height:1.7;
}

.pod-badge{
    display:inline-block;
    padding:12px 18px;
    border-radius:50px;
    background:#fff;
    color:#111;
    font-weight:600;
    font-size:14px;
}

/* Info Cards */
.info-card{
    background:#fafafa;
    border:1px solid #eee;
    border-radius:16px;
    padding:24px;
}

.info-card h4{
    font-size:20px;
    margin-bottom:14px;
    font-weight:700;
}

.info-card p{
    margin-bottom:0;
    color:#666;
    line-height:1.7;
}

/* Notice */
.notice-box{
    border:1px solid #f1d8a7;
    background:#fffaf0;
    border-radius:16px;
    padding:24px;
}

.notice-box h4{
    font-weight:700;
}

.notice-box ul{
    padding-left:18px;
}

.notice-box li{
    margin-bottom:12px;
    line-height:1.7;
    color:#555;
}

/* Section Title */
.section-title{
    font-size:28px;
    font-weight:700;
}

/* FAQ */
.accordion-item{
    border-radius:14px !important;
    overflow:hidden;
    border:1px solid #eee;
    margin-bottom:14px;
}

.accordion-button{
    font-weight:600;
    padding:18px 20px;
    box-shadow:none !important;
}

.accordion-body{
    color:#666;
    line-height:1.7;
}

/* WooCommerce Products */
.related-products ul.products{
    margin-bottom:0;
}

/* Mobile */
@media(max-width:767px){

    .custom-cart-section{
        padding:18px;
        border-radius:16px;
    }

    .pod-banner h3{
        font-size:22px;
    }

    .section-title{
        font-size:22px;
    }

    .feature-box{
        padding:18px 14px;
    }

}



 /* checkout buton */
.wc-block-cart__submit-container .wc-block-components-button {
    background: #000 !important;
    color: #fff !important;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 0.5rem;
    border: none;
    box-shadow: none !important;
    transition: 0.2s ease;
    text-decoration: none !important;
}

.wc-block-cart__submit-container .wc-block-components-button:hover {
    background: #222 !important;
    color: #fff !important;
}


.wc-block-cart__submit-container .wc-block-components-button__text {
    text-decoration: none !important;
}