.elementor-779 .elementor-element.elementor-element-966743b{--display:flex;}.elementor-779 .elementor-element.elementor-element-966743b:not(.elementor-motion-effects-element-type-background), .elementor-779 .elementor-element.elementor-element-966743b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFEF9;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-c872437 */@import url('https://fonts.googleapis.com/css2?family=Ysabeau:wght@400;500;600;700;800&display=swap');

/* --- 1. RESET --- */
#ph-cart-root {
    font-family: 'Ysabeau', sans-serif; max-width: 1200px; margin: 0 auto; padding: 40px 20px;
    background: #f9f9f9; min-height: 60vh; color: #333; position: relative;
}
#ph-cart-root * { box-sizing: border-box; }

/* LOADING STATE FIX */
#ph-cart-root.processing { opacity: 0.5; pointer-events: none; transition: opacity 0.2s; }

/* --- 2. ENHANCED SHIPPING BAR --- */
.ph-meter-modern {
    background: linear-gradient(to right, #fff, #fff5f6);
    border: 1px solid #ffd1d5; border-radius: 12px; padding: 20px;
    margin-bottom: 30px; box-shadow: 0 4px 15px rgba(188, 45, 60, 0.05);
}
.ph-meter-top { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.ph-icon { font-size: 20px; }
.ph-msg { font-size: 16px; color: #333; }
.ph-caps { color: #bc2d3c; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; }
.ph-meter-top.success .ph-msg { color: #007600; font-weight: 700; }

.ph-track { width: 100%; height: 8px; background: #eee; border-radius: 10px; overflow: hidden; }
.ph-fill { height: 100%; background: #bc2d3c; border-radius: 10px; transition: width 0.4s ease; }
.ph-fill.success { background: #007600; }

/* --- 3. GRID SYSTEM --- */
.ph-grid { display: flex; gap: 30px; align-items: flex-start; }
.ph-list { flex: 1; background: #fff; border-radius: 12px; box-shadow: 0 2px 5px rgba(0,0,0,0.02); overflow: hidden; }
.ph-sidebar { width: 350px; flex-shrink: 0; }

/* --- 4. ITEM LIST --- */
.ph-head { padding: 20px; border-bottom: 1px solid #f0f0f0; }
.ph-head h2 { margin: 0; font-size: 20px; font-weight: 700; }

.ph-item { display: flex; gap: 20px; padding: 25px; border-bottom: 1px solid #f0f0f0; }
.ph-item:last-child { border-bottom: none; }

/* Image */
.ph-img { width: 100px; flex-shrink: 0; }
.ph-img img { width: 100%; height: 100px; object-fit: contain; border-radius: 8px; border: 1px solid #f5f5f5; }

/* Info */
.ph-info { flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }
.ph-top-row { display: flex; justify-content: space-between; align-items: flex-start; }
.ph-name { font-size: 17px; font-weight: 700; color: #000; text-decoration: none; line-height: 1.3; max-width: 80%; }
.ph-price-desktop { font-weight: 800; font-size: 18px; color: #000; }
.ph-price-mobile { display: none; }

.ph-meta { font-size: 13px; color: #777; margin: 5px 0 15px 0; display: flex; gap: 10px; }
.ph-stock { color: #007600; background: #e8f5e9; padding: 2px 6px; border-radius: 4px; font-weight: 600; }

/* CONTROLS (Plus/Minus) */
.ph-actions-row { display: flex; align-items: center; gap: 20px; }
.ph-qty-wrapper {
    display: flex; align-items: center; border: 1px solid #ddd; border-radius: 30px;
    overflow: hidden; height: 36px; background: #fff;
}
.ph-qty-btn {
    width: 32px; height: 100%; background: #f9f9f9; border: none; font-size: 18px;
    font-weight: 600; cursor: pointer; color: #555; display: flex; align-items: center; justify-content: center;
}
.ph-qty-btn:hover { background: #eee; color: #000; }
.ph-qty-wrapper input.qty {
    width: 40px; text-align: center; border: none; font-weight: 700; font-size: 15px;
    padding: 0; height: 100%; -moz-appearance: textfield;
}
.ph-qty-wrapper input::-webkit-outer-spin-button, .ph-qty-wrapper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.ph-remove { color: #bc2d3c; font-size: 13px; text-decoration: underline; cursor: pointer; }

/* --- 5. SIDEBAR (Desktop) --- */
.ph-card-summary {
    background: #fff; padding: 25px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    margin-bottom: 20px;
}
.ph-sub-row { display: flex; justify-content: space-between; font-size: 18px; margin-bottom: 10px; }
.ph-val { font-weight: 800; color: #bc2d3c; font-size: 22px; }
.ph-note { font-size: 12px; color: #888; margin-bottom: 20px; }

.ph-btn-primary {
    background: #bc2d3c; color: #fff; text-align: center; padding: 14px; border-radius: 30px;
    font-weight: 700; text-transform: uppercase; text-decoration: none; font-size: 14px;
    transition: 0.3s; display: inline-block; cursor: pointer; border: none;
}
.ph-btn-primary.full { display: block; width: 100%; }
.ph-btn-primary:hover { background: #a01a28; box-shadow: 0 5px 20px rgba(188, 45, 60, 0.2); }

.ph-coupon-wrap { display: flex; gap: 10px; }
.ph-coupon-wrap input { flex: 1; padding: 10px; border: 1px solid #ddd; border-radius: 8px; outline: none; }
.ph-coupon-wrap button { background: #000; color: #fff; padding: 0 15px; border-radius: 8px; border: none; cursor: pointer; font-weight: 700; }

/* --- 6. MOBILE STYLES (App Feel) --- */
.ph-mobile-bar { display: none; } /* Hidden on desktop */

@media (max-width: 900px) {
    #ph-cart-root { padding: 15px; padding-bottom: 100px; } /* Extra space for sticky bar */
    
    .ph-grid { display: block; }
    .ph-list { border-radius: 0; box-shadow: none; border: none; background: transparent; }
    .ph-head { display: none; }
    
    /* Item Card */
    .ph-item {
        background: #fff; padding: 15px; border-radius: 12px; margin-bottom: 15px;
        border: 1px solid #eee; box-shadow: 0 2px 5px rgba(0,0,0,0.02);
    }
    
    .ph-img { width: 80px; }
    .ph-img img { height: 80px; }
    
    .ph-name { font-size: 15px; }
    .ph-price-desktop { display: none; }
    .ph-price-mobile { display: block; font-size: 18px; font-weight: 800; color: #bc2d3c; margin-bottom: 10px; }
    
    .desktop-only { display: none; }
    
    /* MOBILE BOTTOM BAR (Lifted) */
    .ph-mobile-bar {
        display: flex; justify-content: space-between; align-items: center;
        position: fixed; 
        bottom: 70px; /* LIFTED UP to clear your dock */
        left: 0; width: 100%;
        background: #fff; padding: 15px 20px; box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
        z-index: 990; border-top: 1px solid #eee;
    }
    .ph-mob-info { display: flex; flex-direction: column; }
    .ph-mob-info span { font-size: 12px; color: #888; }
    .ph-mob-info strong { font-size: 18px; color: #000; }
}/* End custom CSS */