/*
Theme Name: hello elementor child
Theme URI: 
Description: Child theme of hello-elementor theme for the Hello Elementor theme
Author: <a href="https://elementor.com/?utm_source=wp-themes&#038;utm_campaign=author-uri&#038;utm_medium=wp-dash">Elementor Team</a>
Author URI: 
Template: hello-elementor
	Version: 3.4.5
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Mon, 19 Jan 2026 08:44:57 +0000 */
/* The plugin now uses the recommended approach for loading the css files.*/

/* 
 * -----------------------------------------
 * CUSTOM CHECKOUT STYLING (MODERN THEME)
 * -----------------------------------------
 */

body.woocommerce-checkout {
    background-color: #f7f9fc;
    color: #1e293b;
    font-family: 'Inter', -apple-system, sans-serif;
}

/* Page Layout */
.custom-checkout-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
}

.custom-checkout-wrap .col-left {
    flex: 1;
    min-width: 300px;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.custom-checkout-wrap .col-right {
    width: 420px;
}

/* Header & Banner */
.custom-checkout-wrap .checkout-title {
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 20px;
    color: #111;
}

.custom-delivery-info-banner {
    background-color: #fcfcfc;
    border-radius: 12px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
}

.custom-delivery-info-banner .banner-icon img {
    width: 28px;
    height: auto;
}

.custom-delivery-info-banner .banner-text {
    display: flex;
    flex-direction: column;
}

.custom-delivery-info-banner .delivery-title {
    font-size: 14px;
    color: #555;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
}

.custom-delivery-info-banner .badge-delivery {
    background-color: #c32026;
    color: #fff;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    margin-left: 8px;
}

.custom-delivery-info-banner .delivery-subtitle {
    font-size: 12px;
    color: #999;
}

/* Form Fields */
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
}

.form-row {
    margin: 0;
    padding: 0;
    width: 100%;
}

.form-row.form-row-title {
    flex: 0 0 calc(25% - 15px) !important;
    width: calc(25% - 15px) !important;
    clear: none !important;
    float: left !important;
}

.form-row.form-row-fullname {
    flex: 1 !important;
    clear: none !important;
    float: left !important;
}

.form-row-first,
.form-row-last {
    width: calc(50% - 7.5px);
}

.form-row label {
    font-size: 13px;
    font-weight: 700;
    color: #4b5563;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-row label abbr.required,
.form-row label span.required {
    font-size: 0 !important;
    border: 0 !important;
    text-decoration: none !important;
    cursor: default !important;
}

.form-row label abbr.required::before,
.form-row label span.required::before {
    content: '*Required' !important;
    font-size: 10px !important;
    color: #ef4444 !important;
    font-weight: 700 !important;
    background: #fef2f2 !important;
    padding: 3px 8px;
    border-radius: 12px;
}

.form-row label .optional {
    font-weight: normal;
    color: #999;
    font-size: 12px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row input[type="datetime-local"],
.woocommerce form .form-row input[type="date"],
.woocommerce form .form-row input[type="time"],
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container .select2-selection--single {
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 14px;
    color: #4b5563;
    background: #fff;
    box-sizing: border-box;
    outline: none;
    transition: all 0.3s ease;
    height: auto;
    min-height: 48px;
    position: relative;
}

.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row textarea::placeholder {
    color: #9ca3af;
}

.select2-container .select2-selection--single {
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    padding-left: 15px;
    color: #4b5563;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}

/* Prevent browser default red borders/colors for natively invalid or out-of-bounds inputs */
.woocommerce form .form-row input.input-text:invalid,
.woocommerce form .form-row input[type="datetime-local"]:invalid,
.woocommerce form .form-row input[type="date"]:invalid,
.woocommerce form .form-row input[type="time"]:invalid,
.woocommerce form .form-row textarea:invalid,
.woocommerce form .form-row select:invalid {
    border-color: #f0f0f0 !important;
    color: #4b5563 !important;
    box-shadow: none !important;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row input[type="datetime-local"]:focus,
.woocommerce form .form-row input[type="date"]:focus,
.woocommerce form .form-row input[type="time"]:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
    border-color: #ffb400 !important;
    box-shadow: 0 0 0 3px rgba(255, 180, 0, 0.1) !important;
    outline: none !important;
}

/* Add deliberate styling only when WooCommerce explicitly sets the parent .woocommerce-invalid class upon submission */
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid input[type="datetime-local"],
.woocommerce form .form-row.woocommerce-invalid input[type="date"],
.woocommerce form .form-row.woocommerce-invalid input[type="time"],
.woocommerce form .form-row.woocommerce-invalid select,
.woocommerce form .form-row.woocommerce-invalid textarea {
    border-color: #ef4444 !important;
}

.woocommerce form .form-row textarea {
    min-height: 80px;
    resize: vertical;
}

/* Make the entire datetime field clickable by stretching the native picker icon */
#billing_delivery_datetime_field {
    position: relative;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* Payment Methods (Radio Cards layout) */
.custom-payment-section {
    margin-top: 25px;
    margin-bottom: 25px;
}

.change-request-section {
    margin-bottom: 10px;
}

.payment-title,
.change-request-title {
    font-size: 14px;
    font-weight: 700;
    color: #4b5563;
    margin-bottom: 15px;
}

#order_review_payment {
    background: transparent;
}

/* Force Address and Zone row to be on same line using flex */
.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.woocommerce-billing-fields__field-wrapper>p {
    flex: 0 0 100%;
}

.woocommerce-billing-fields__field-wrapper>.field-address-70 {
    flex: 0 0 68% !important;
    margin-right: 2% !important;
}

.woocommerce-billing-fields__field-wrapper>.field-zone-30 {
    flex: 0 0 30% !important;
}

.woocommerce form .form-row.field-zone-30 select {
    width: 100%;
    height: 50px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
    font-weight: 500;
    min-height: 50px;
}

.woocommerce form .form-row.field-zone-30 label {
    margin-bottom: 5px;
}

#billing_landmark_field {
    clear: both !important;
    flex: 0 0 48% !important;
    margin-right: 2% !important;
}

#billing_email_field {
    flex: 0 0 50% !important;
}

.woocommerce form .form-row.field-zone-30 select {
    text-align: center;
    color: #4b5563;
    font-weight: 600;
    cursor: pointer;
    background: #f8fafc;
    padding: 12px 10px;
}

/* Hide technical fields required for order processing */
.form-row.hidden-field {
    display: none !important;
}

ul.wc_payment_methods {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    display: flex;
    gap: 15px;
}

ul.wc_payment_methods li.wc_payment_method {
    flex: 1;
    margin: 0;
    padding: 0;
    min-width: 140px;
    max-width: 180px;
}

ul.wc_payment_methods li input[type="radio"] {
    display: none;
}

ul.wc_payment_methods li label {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 24px 15px 15px 15px;
    border: 2px solid #f0f0f0;
    border-radius: 12px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #4b5563;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    transition: all 0.2s ease;
    background: #fff;
    min-height: 90px;
    justify-content: flex-end;
}

ul.wc_payment_methods li.payment_method_cod label {
    background-image: url('data:image/svg+xml;utf8,<svg width="28" height="28" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="10" fill="%234ADE80"/></svg>');
    background-repeat: no-repeat;
    background-position: center 20px;
}

ul.wc_payment_methods li.payment_method_bacs label,
ul.wc_payment_methods li.payment_method_stripe label {
    background-image: url('data:image/svg+xml;utf8,<svg width="40" height="20" viewBox="0 0 40 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="22" height="15" fill="%231D4ED8"/><rect x="20" width="18" height="15" fill="%23F59E0B"/></svg>');
    background-repeat: no-repeat;
    background-position: center 25px;
}

ul.wc_payment_methods li input[type="radio"]:checked+label {
    border-color: #c32026;
    background-color: #fff9f9;
    color: #c32026;
}

ul.wc_payment_methods li input[type="radio"]:checked+label:after {
    content: '✓';
    position: absolute;
    top: -8px;
    right: -8px;
    background: #c32026;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    box-shadow: 0 0 0 2px #fff;
}

.payment_box {
    display: none !important;
}

/* Right Column: Order Review */
.custom-order-review {
    background-color: transparent;
}

.custom-products-list {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    padding: 15px;
    margin-bottom: 20px;
}

.product-item-card {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 0;
    margin-bottom: 0;
}

.product-item-card:last-child {
    border-bottom: none;
    padding-bottom: 5px;
}

.product-item-card.hidden-item {
    display: none;
}

.prod-img img {
    border-radius: 8px;
    width: 60px;
    height: 60px;
    object-fit: cover;
    display: block;
}

.prod-details {
    flex: 1;
}

.prod-title {
    font-size: 13px;
    margin-bottom: 4px;
}

.prod-title .qty {
    font-weight: 600;
    color: #666;
    font-size: 13px;
}

.prod-title .name {
    font-weight: 700;
    color: #111;
}

.badge-single {
    background: #eff6ff;
    color: #2a3bad;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 10px;
    display: inline-block;
    font-weight: 600;
}

.prod-price {
    font-weight: 800;
    color: #111;
    font-size: 14px;
    margin-top: 5px;
}

.view-more-toggle {
    text-align: center;
    margin: 10px 0 10px;
}

.view-more-toggle a {
    color: #2a3bad;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.custom-totals-box {
    background: #f8fafc;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
}

.totals-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 14px;
    color: #4b5563;
    font-weight: 700;
    align-items: center;
}

.totals-row .label .icon {
    margin-right: 8px;
    font-size: 16px;
}

.totals-row .value {
    color: #111;
}

.totals-row.grand-total {
    font-size: 15px;
    color: #111;
    margin-top: 15px;
    border-top: 1px dashed #cbd5e1;
    padding-top: 15px;
}

.totals-row.grand-total .value {
    color: #ae282c;
    font-size: 18px;
    font-weight: 800;
}

.custom-coupon-box {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.custom-coupon-box input {
    flex: 1;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 13px;
    outline: none;
    transition: all 0.3s;
    background: #fff;
}

.custom-coupon-box input:focus {
    border-color: #ffb400;
}

.custom-coupon-box .button {
    background: #1a1a1a;
    /* Dark for contrast */
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0 25px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.3s;
}

.custom-coupon-box .button:hover {
    background: #202c82;
}

.custom-place-order button#place_order {
    width: 100%;
    background: #c32026;
    color: #fff;
    padding: 16px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: opacity 0.3s;
}

.custom-place-order button#place_order:hover {
    background: #a11a1f;
}

.checkout-footer-links {
    text-align: center;
    margin-top: 20px;
}

.checkout-footer-links a {
    color: #2a3bad;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

/* Hide default Woocommerce components */
#customer_details .woocommerce-billing-fields h3,
#customer_details .woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3,
.woocommerce-checkout-review-order .woocommerce-privacy-policy-text,
.woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper,
.woocommerce-form-coupon-toggle,
form.checkout_coupon {
    display: none !important;
}

#order_review_payment .place-order {
    display: none !important;
}

/* Fix global notices alignment and layout breaking */
.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup {
    width: 100%;
    flex: 0 0 100%;
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
    width: 100%;
    max-width: 1100px !important;
    margin: 30px auto 20px auto !important;
    border-radius: 12px;
    font-size: 14px;
    border-width: 0 0 0 4px;
    padding: 15px 20px 15px 50px !important;
    /* Extra padding for absolute icon */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    background: #fff;
    color: #4b5563;
    box-sizing: border-box;
    position: relative;
    list-style: none;
}

@media (max-width: 768px) {
    .custom-checkout-wrap {
        flex-direction: column;
    }

    .col-left,
    .col-right {
        max-width: 100%;
        padding: 0;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce form .form-row.field-address-70,
    .woocommerce form .form-row.field-zone-30 {
        width: 100%;
        float: none;
    }
}

/* -------------------------------------------
   THANK YOU PAGE (ORDER RECEIVED)
   ------------------------------------------- */
.custom-thankyou-wrap {
    max-width: 700px;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Outfit', sans-serif !important;
    background: #fdfdfd;
}

.thankyou-banner.success {
    background: #5cb85c;
    color: white;
    text-align: center;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 25px;
}

.thankyou-banner .banner-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    color: white !important;
}

.thankyou-banner .banner-subtitle {
    font-size: 16px;
    opacity: 0.9;
    margin-top: 5px;
}

.order-status-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    background: white;
    border: 1px solid #edf2f7;
    border-radius: 12px;
    margin-bottom: 20px;
}

.order-status-bar .label {
    color: #718096;
    font-size: 14px;
    margin-right: 8px;
}

.order-status-bar .value {
    font-weight: 700;
    color: #1a202c;
}

.status-badge.received {
    background: #f6ad55;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.thankyou-notice-box {
    display: flex;
    gap: 15px;
    padding: 15px;
    background: #fffaf0;
    border: 1px solid #feebc8;
    border-radius: 12px;
    color: #c05621;
    font-size: 14px;
    margin-bottom: 25px;
}

.thankyou-card {
    background: white;
    border: 1px solid #edf2f7;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

.thankyou-card .card-header {
    background: #f8fafc;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #edf2f7;
}

.thankyou-card .header-title {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #2d3748 !important;
}

.thankyou-card .card-body {
    padding: 20px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.info-item .item-label {
    display: block;
    font-size: 12px;
    color: #a0aec0;
    margin-bottom: 5px;
}

.info-item .item-value {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #2d3748;
}

.info-item.full-width {
    grid-column: span 2;
}

.products-list .product-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}

.products-list .product-row:last-child {
    border: none;
}

.product-row .product-name {
    display: block;
    font-weight: 600;
    color: #2d3748;
}

.product-row .product-qty {
    display: block;
    font-size: 13px;
    color: #718096;
}

.totals-list .total-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    color: #4a5568;
}

.totals-list .total-row.grand-total {
    border-top: 1px solid #edf2f7;
    margin-top: 10px;
    padding-top: 15px;
    font-size: 20px;
    font-weight: 800;
    color: #44337a;
}

.print-button {
    width: 100%;
    padding: 15px;
    background: #f1f5f9;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 30px;
    cursor: pointer;
    transition: 0.2s;
}

.print-button:hover {
    background: #e2e8f0;
}

.support-footer {
    text-align: center;
    margin-bottom: 30px;
}

.support-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #2d3748 !important;
    margin-bottom: 5px !important;
}

.support-text {
    font-size: 14px;
    color: #718096;
}

.place-another-button {
    display: block;
    width: 100%;
    padding: 18px;
    background: #3f46ad;
    color: white !important;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 18px;
    transition: 0.3s;
}

.place-another-button:hover {
    background: #32398c;
    transform: translateY(-2px);
}

@media (max-width: 600px) {
    .info-grid {
        grid-template-columns: 1fr;
    }

    .info-item.full-width {
        grid-column: span 1;
    }
}

/* -------------------------------------------
   PRINT STYLES FOR THANK YOU PAGE
   ------------------------------------------- */
@media print {

    /* Hide everything except our thankyou wrap */
    #wpadminbar,
    header,
    footer,
    .elementor-location-header,
    .elementor-location-footer {
        display: none !important;
    }

    body {
        margin: 0 !important;
        padding: 0 !important;
        background: #fff !important;
    }

    .custom-thankyou-wrap {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        box-shadow: none !important;
    }

    /* Keep receipt items visible and ensure layout is clean */
    .thankyou-card {
        border: 1px solid #ccc !important;
        page-break-inside: avoid;
        margin-bottom: 20px;
        display: block !important;
    }

    .card-body,
    .info-grid {
        display: block !important;
    }

    .info-item {
        margin-bottom: 10px;
    }

    /* Hide buttons and support footer on print */
    .print-button,
    .place-another-button,
    .support-footer,
    .view-more-toggle {
        display: none !important;
    }

    /* Optimize Success Banner for ink */
    .thankyou-banner.success {
        background: transparent !important;
        color: #000 !important;
        border: 2px solid #5cb85c;
        padding: 10px;
        text-align: center;
    }

    .thankyou-banner .banner-title {
        color: #5cb85c !important;
        font-size: 24pt !important;
    }

    .card-header {
        background: #f1f5f9 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

/* -------------------------------------------
   ELEMENTOR SIDE CART STYLING (PREMIUM)
   ------------------------------------------- */
.custom-premium-mini-cart {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: #f8f9fc;
    font-family: 'Outfit', sans-serif !important;
}

.mini-cart-header {
    background: #4758b8;
    color: white;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    position: relative;
    flex-shrink: 0;
}

.mini-cart-header .header-icon {
    font-size: 20px;
    margin-right: 10px;
}

.mini-cart-header .header-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: white;
}

.mini-cart-header .cart-count-badge {
    background: #f6ad55;
    color: white;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 12px;
    margin-left: 10px;
}

.elementor-menu-cart__close-button {
    position: absolute !important;
    right: 15px;
    top: 15px;
    color: white !important;
    font-size: 30px;
    background: transparent !important;
    border: none !important;
    cursor: pointer;
    line-height: 1;
}

.mini-cart-content-scroll {
    flex-grow: 1;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mini-cart-items-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mini-cart-item {
    background: white;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    gap: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.mini-cart-item .item-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.mini-cart-item .item-details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-name-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.item-name-row .item-name {
    font-size: 14px;
    font-weight: 700;
    color: #2d3748;
    line-height: 1.2;
}

.item-name-row .remove {
    color: #fc8181;
    text-decoration: none;
    font-size: 16px;
}

.item-price-qty-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.item-price-qty-row .item-price {
    font-size: 14px;
    font-weight: 800;
    color: #2d3748;
}

.mini-cart-qty-control {
    display: flex;
    align-items: center;
    background: #f1f5f9;
    border-radius: 6px;
    overflow: hidden;
    height: 28px;
}

.mini-cart-qty-control input {
    width: 35px;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
}

.add-more-link-row a {
    display: block;
    text-align: center;
    padding: 12px;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    color: #4758b8;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: 0.2s;
}

.add-more-link-row a:hover {
    background: #ebf4ff;
    border-color: #4758b8;
}

.popular-items-section {
    margin-top: 10px;
}

.popular-items-section .section-title {
    font-size: 13px;
    font-weight: 700;
    color: #4a5568;
    margin-bottom: 10px;
}

.popular-item-card {
    background: white;
    border-radius: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.popular-item-card .pop-img img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    object-fit: cover;
}

.popular-item-card .pop-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.popular-item-card .pop-name {
    font-size: 12px;
    font-weight: 600;
    color: #2d3748;
}

.popular-item-card .pop-price {
    font-size: 12px;
    font-weight: 800;
    color: #4a5568;
}

.popular-item-card .pop-add-btn {
    background: #4758b8;
    color: white;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-weight: bold;
}

.empty-cart-msg {
    text-align: center;
    padding: 40px 20px;
}

.empty-cart-msg .empty-icon {
    font-size: 40px;
    margin-bottom: 15px;
    display: block;
}

.empty-cart-msg p {
    font-weight: 600;
    color: #718096;
    margin-bottom: 20px;
}

.mini-cart-footer {
    background: white;
    padding: 20px;
    border-top: 1px solid #edf2f7;
    flex-shrink: 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.02);
}

.mini-cart-footer .footer-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #4a5568;
    margin-bottom: 8px;
}

.mini-cart-footer .footer-row.grand-total {
    font-size: 15px;
    font-weight: 800;
    color: #2d3748;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #edf2f7;
    margin-bottom: 15px;
}

.mini-cart-footer .checkout-btn {
    display: block;
    width: 100%;
    background: #c32026;
    color: white;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
    transition: 0.2s;
}

.mini-cart-footer .checkout-btn:hover {
    background: #a11a1f;
    color: white;
}

.mini-cart-footer .footer-notice {
    text-align: center;
    font-size: 10px;
    color: #718096;
    margin-top: 15px;
    line-height: 1.4;
}

.mini-cart-footer .footer-notice strong {
    color: #c32026;
}

/* Override Elementor container styles to ensure full height */
.elementor-menu-cart__container .elementor-menu-cart__main {
    padding: 0 !important;
}

.widget_shopping_cart_content {
    height: 100%;
}

/* -------------------------------------------
   NEW MINI-CART UI (gc-sc-* classes)
   ------------------------------------------- */

/* Container */
.gc-side-cart {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: #f8fafc;
    font-family: 'Outfit', -apple-system, sans-serif !important;
}

/* Header */
.gc-sc-header {
    background: #c32026;
    color: #fff;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.gc-sc-header-icon {
    font-size: 18px;
}

.gc-sc-header-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.gc-sc-header-count {
    background: rgba(255, 255, 255, 0.2);
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-left: auto;
}

/* Body */
.gc-sc-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Items List */
.gc-sc-items {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Single Item - 3 Column Layout */
.gc-sc-item {
    background: #fff;
    border-radius: 16px;
    padding: 12px;
    display: grid;
    grid-template-columns: 75px 1fr auto;
    gap: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    border: 1px solid #f0f0f0;
    align-items: center;
    margin-bottom: 3px;
}

.gc-sc-item-img {
    flex-shrink: 0;
}

.gc-sc-item-img img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.gc-sc-item-middle {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-right: 12px;
    /* Space before quantity pill to prevent overlap */
}

.gc-sc-item-name {
    font-size: 12px !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
    /* Standard dark color */
    line-height: 1.2 !important;
    margin-bottom: 4px !important;
}

.gc-sc-item-meta-v2-container {
    margin: 8px 0 !important;
    width: 100% !important;
}


.gc-sc-item-meta dd,
.gc-sc-item-meta p {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

.gc-sc-item-meta dd:not(:last-of-type)::after {
    content: " , ";
    margin-right: 4px;
}

.gc-sc-item-meta dt {
    display: none;
    /* Hide labels like "Weight:" for a cleaner look as per design */
}

.gc-sc-item-price {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #000 !important;
    margin-top: 5px !important;
    display: flex !important;
    align-items: baseline !important;
    gap: 4px !important;
}

.gc-sc-item-price .woocommerce-Price-currencySymbol {
    font-size: 12px !important;
    /* Smaller 'Rs' */
    font-weight: 600 !important;
    opacity: 0.8 !important;
}


.gc-sc-item-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.gc-sc-qty-pill {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ced5f3;
    border-radius: 50px;
    padding: 0;
    overflow: hidden;
    height: 28px;
    /* More compact height */
    width: fit-content;
}

.gc-qty-btn {
    width: 32px;
    height: 100%;
    background: transparent;
    border: none;
    color: #c32026;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    flex-direction: column-reverse;
}

.gc-qty-remove {
    color: #ef4444 !important;
    border-right: 1px solid #ced5f3;
}

.gc-qty-remove svg {
    stroke: #ef4444 !important;
    fill: none !important;
    display: inline-block !important;
    visibility: visible !important;
}

.gc-qty-val-box {
    font-size: 12px;
    font-weight: 800;
    color: #c32026;
    background: #fff9f9;
    /* Shaded middle section as per reference */
    min-width: 36px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ced5f3;
    /* Divider lines on both sides */
    border-right: 1px solid #ced5f3;
}

.gc-qty-btn.gc-qty-plus {
    width: 32px;
}

.gc-qty-btn svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.gc-qty-btn:hover {
    background: rgba(42, 59, 173, 0.05);
}

.gc-qty-remove:hover {
    background: rgba(239, 68, 68, 0.05) !important;
}

/* Secondary Remove Link (Hidden in favor of Pill Trash icon) */
.gc-sc-remove-secondary {
    display: none !important;
}

/* Add More Items */
.gc-sc-add-more {
    display: block;
    text-align: center;
    padding: 5px;
    border: 2px dashed #cbd5e1;
    border-radius: 14px;
    color: #c32026;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    margin: 0px 0 0px;
    transition: 0.2s;
}

.gc-sc-add-more:hover {
    background: #f8fafc;
    border-color: #2a3bad;
}

.elementor-menu-cart__main {
    width: 420px;
}

/* Popular Items */
.gc-sc-popular-title {
    font-size: 13px;
    font-weight: 700;
    margin: 5px 0 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.gc-sc-popular-list {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    /* Force ultra-compact 4-up */
    gap: 6px !important;
    width: 100%;
}

.gc-sc-popular-card {
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border: none;
    margin-bottom: 0;
    min-width: 0;
}

.gc-sc-popular-img-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    background: #f1f5f9;
    border-radius: 10px;
    overflow: hidden;
}

.gc-sc-popular-img {
    width: 100%;
    height: 100%;
}

.gc-sc-popular-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.gc-sc-popular-info {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.gc-sc-popular-price {
    font-size: 11px;
    /* Micro-scale for 4-up */
    font-weight: 800;
    color: #000;
}

.gc-sc-popular-name {
    font-size: 9px;
    color: #64748b;
    font-weight: 500;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gc-sc-popular-add {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 20px;
    /* Micro-scale button */
    height: 20px;
    background: #c32026 !important;
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(42, 59, 173, 0.2);
    border: 1px solid #fff;
    cursor: pointer;
    transition: all 0.2s;
}

/* Success/Added state handling */
.gc-sc-popular-add.added::after {
    content: "✓";
    font-size: 12px;
}

.gc-sc-popular-add.added {
    color: transparent !important;
    background: #10b981 !important;
    /* Green for success */
}

/* AJAX Loading State */
.gc-sc-popular-add.loading {
    color: transparent !important;
}

.gc-sc-popular-add.loading::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: gc-spin 0.6s linear infinite;
}

@keyframes gc-spin {
    to {
        transform: rotate(360deg);
    }
}

/* Footer */
.gc-sc-footer {
    background: #fff;
    padding: 15px 20px;
    border-top: 1px solid #f1f5f9;
}

.gc-sc-totals-card {
    background: #f8faff;
    border-radius: 24px;
    padding: 20px;
    margin-bottom: 20px;
}

.gc-sc-totals-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.gc-sc-totals-label {
    font-size: 15px;
    color: #475569;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.gc-sc-totals-value {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
}

.gc-sc-grand-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e2e8f0;
    margin-bottom: 0;
}

.gc-sc-grand-total .gc-sc-totals-label {
    font-size: 18px;
    color: #0f172a;
    font-weight: 800;
}

.gc-sc-grand-total .gc-sc-totals-value {
    font-size: 24px;
    color: #c32026;
    font-weight: 900;
}

.gc-sc-checkout-btn {
    display: block !important;
    width: 100%;
    background: #ffb400 !important;
    /* Yellow with dark text */
    color: #1a1a1a !important;
    padding: 18px !important;
    border-radius: 16px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    text-align: center;
    text-decoration: none;
    margin-bottom: 15px !important;
    text-transform: lowercase;
    box-shadow: 0 4px 15px rgba(255, 180, 0, 0.2);
}

.gc-sc-delivery-note {
    font-size: 12px;
    color: #94a3b8;
    text-align: center;
    line-height: 1.6;
}

.gc-sc-delivery-note strong {
    color: #c32026;
}

/* Loader effect */
.gc-side-cart {
    transition: opacity 0.3s;
}

/* -------------------------------------------
   DELIVERY LOCATION BUTTON & POPUP
   ------------------------------------------- */

.gc-delivery-btn {
    display: flex;
    align-items: center;
    background: #eeeeee;
    /* Light grey background from image */
    padding: 8px 22px 8px 8px;
    border-radius: 60px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    max-width: fit-content;
    border: 1px solid transparent;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.gc-delivery-btn:hover {
    background: #e8e8e8;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.gc-delivery-btn-icon {
    width: 54px;
    height: 54px;
    background: #dcdcdc;
    /* Circle background from image */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    margin-right: 15px;
    flex-shrink: 0;
}

.gc-delivery-btn-text {
    display: flex;
    flex-direction: column;
    margin-right: 25px;
}

.gc-delivery-label {
    font-size: 14px;
    font-weight: 800;
    color: #333;
    line-height: 1;
    margin-bottom: 2px;
    letter-spacing: 0.2px;
}

.gc-delivery-location {
    font-size: 28px;
    font-weight: 800;
    color: #333;
    line-height: 1.1;
    font-family: 'Outfit', sans-serif;
}

.gc-delivery-btn-arrow {
    color: #555;
    margin-left: auto;
    display: flex;
    align-items: center;
}

/* Modal Popup Styles */
.gc-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(8px);
    padding: 20px;
}

.gc-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.gc-popup-content {
    background: #ffffff;
    width: 100%;
    max-width: 480px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: scale(0.9) translateY(20px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gc-popup-overlay.active .gc-popup-content {
    transform: scale(1) translateY(0);
}

.gc-popup-header {
    padding: 25px 30px;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gc-popup-header h3 {
    margin: 0 !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #1e293b !important;
    font-family: 'Outfit', sans-serif !important;
}

.gc-popup-close {
    font-size: 32px;
    cursor: pointer;
    color: #94a3b8;
    transition: all 0.2s;
    line-height: 1;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.gc-popup-close:hover {
    color: #1e293b;
    background: #f1f5f9;
}

.gc-popup-body {
    padding: 30px;
}

.gc-popup-intro {
    font-size: 15px;
    color: #64748b;
    margin: 0 0 25px 0;
    line-height: 1.5;
}

.gc-search-wrap {
    position: relative;
    margin-bottom: 25px;
}

.gc-search-wrap input {
    width: 100% !important;
    padding: 16px 20px 16px 52px !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 16px !important;
    font-size: 16px !important;
    outline: none !important;
    transition: all 0.3s !important;
    background: #f8fafc !important;
    color: #1e293b !important;
}

.gc-search-wrap input:focus {
    border-color: #2a3bad !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(42, 59, 173, 0.1) !important;
}

.gc-search-wrap .search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    pointer-events: none;
}

#gc-location-list-container {
    max-height: 350px;
    overflow-y: auto;
    margin: 0 -10px;
    padding: 0 10px;
    display: none;
    /* Initially hidden, opened via search dropdown */
}

/* Custom Scrollbar */
#gc-location-list-container::-webkit-scrollbar {
    width: 6px;
}

#gc-location-list-container::-webkit-scrollbar-track {
    background: transparent;
}

#gc-location-list-container::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: 10px;
}

#gc-location-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#gc-location-list li {
    padding: 16px 20px;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 600;
    color: #334155;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #f1f5f9;
}

#gc-location-list li:hover {
    background: #f4f6fc;
    color: #2a3bad;
    border-color: #dbeafe;
    transform: translateX(5px);
}

#gc-location-list li .loc-arrow {
    opacity: 0;
    transition: all 0.2s;
    transform: translateX(-10px);
}

#gc-location-list li:hover .loc-arrow {
    opacity: 1;
    transform: translateX(0);
}

#gc-no-results {
    text-align: center;
    padding: 40px 20px;
    color: #94a3b8;
    font-size: 15px;
}

body.gc-popup-open {
    overflow: hidden;
}

/* Loading state */
.gc-popup-overlay.loading .gc-popup-content {
    opacity: 0.7;
    pointer-events: none;
}

.gc-popup-overlay.loading .gc-popup-content::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #2a3bad;
    border-radius: 50%;
    animation: gc-spin 1s linear infinite;
}

@keyframes gc-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 480px) {
    .gc-delivery-location {
        font-size: 24px;
    }

    .gc-delivery-btn-icon {
        width: 44px;
        height: 44px;
    }

    .gc-popup-content {
        max-width: 100%;
        border-radius: 20px 20px 0 0;
        position: absolute;
        bottom: 0;
    }

    .gc-popup-overlay.active .gc-popup-content {
        transform: translateY(0) !important;
    }
}





/* Delivery Header Button Design */
.gc-delivery-btn {
    background: #ffb400;
    /* Brand Yellow background */
    border-radius: 40px;
    padding: 8px 18px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 180, 0, 0.3);
    transition: all 0.3s ease;
    gap: 12px;
    min-width: 140px;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.gc-delivery-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 180, 0, 0.4);
    background: #efa800;
}

.gc-delivery-btn-icon {
    color: #c32026;
    /* Brand Red Icon */
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    /* Semi-transparent white to make icon pop */
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.gc-delivery-btn-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.gc-delivery-label {
    font-size: 9px;
    font-weight: 800;
    color: #000;
    opacity: 0.7;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.gc-delivery-location {
    font-size: 16px;
    font-weight: 800;
    color: #1a1a1a;
    white-space: nowrap;
}

.gc-delivery-btn-arrow {
    color: #1a1a1a;
    opacity: 0.3;
    margin-left: auto;
}

/* --- Delivery Popup Styling --- */
.gc-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999999 !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.gc-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.gc-popup-content {
    background: #fff;
    width: 100%;
    max-width: 450px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    transform: scale(0.9);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gc-popup-overlay.active .gc-popup-content {
    transform: scale(1);
}

.gc-popup-header {
    background: #c32026;
    /* Brand Red */
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.gc-popup-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}

.gc-popup-close {
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.gc-popup-close:hover {
    opacity: 1;
}

.gc-popup-body {
    padding: 25px;
}

.gc-popup-intro {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.gc-search-wrap {
    position: relative;
    margin-bottom: 5px;
}

#gc-location-search {
    width: 100%;
    padding: 15px 15px 15px 45px;
    border: 2px solid #eee;
    border-radius: 12px;
    font-size: 16px;
    transition: all 0.3s;
    outline: none;
}

#gc-location-search:focus {
    border-color: #ffb400;
    /* Brand Yellow */
    box-shadow: 0 0 0 4px rgba(255, 180, 0, 0.1);
}

.search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
}

#gc-location-list-container {
    margin-top: 15px;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fdfdfd;
}

#gc-location-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#gc-location-list li {
    padding: 15px 20px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s;
}

#gc-location-list li:last-child {
    border-bottom: none;
}

#gc-location-list li:hover {
    background: #fff9eb;
    color: #c32026;
}

#gc-location-list li .loc-name {
    font-weight: 600;
}

.loc-arrow {
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.2s;
    color: #c32026;
}

#gc-location-list li:hover .loc-arrow {
    opacity: 1;
    transform: translateX(0);
}

#gc-no-results {
    padding: 20px;
    text-align: center;
    color: #999;
    font-style: italic;
}

body.gc-popup-open {
    overflow: hidden !important;
}

/* Scrollbar styling */
#gc-location-list-container::-webkit-scrollbar {
    width: 6px;
}

#gc-location-list-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#gc-location-list-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

#gc-location-list-container::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* --- Food Store Bluepill Cart Design --- */
.wfs-cart-overview.gc-custom-floating-cart-wrapper {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0;
    bottom: 30px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

body.gc-show-floating-carts .wfs-cart-overview.gc-custom-floating-cart-wrapper {
    opacity: 1;
    visibility: visible;
}

/* Hide when sidebar is open */
body.elementor-ms-opened .wfs-cart-overview.gc-custom-floating-cart-wrapper,
body.elementor-ms-opened .gc-floating-cart {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.gc-custom-floating-cart.bluepill-design {
    display: flex;
    justify-content: center;
    width: 100%;
}

.gc-bluepill-content {
    background-color: #c32026 !important;
    /* Brand Red background */
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px 8px 8px;
    width: 100%;
    max-width: 320px;
    text-decoration: none !important;
    box-shadow: 0 10px 25px rgba(195, 32, 38, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gc-bluepill-content:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(195, 32, 38, 0.5);
}

.gc-bp-left {
    background-color: #fff;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gc-bp-count {
    color: #c32026;
    font-size: 16px;
    font-weight: 800;
}

.gc-bp-middle {
    flex-grow: 1;
    text-align: center;
    padding: 0 15px;
}

.gc-bp-label {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.gc-bp-right {
    display: flex;
    align-items: center;
    gap: 6px;
}

.gc-bp-amount {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.gc-bp-amount .woocommerce-Price-amount {
    color: #fff !important;
    font-weight: 700 !important;
}

.gc-bp-arrow {
    color: #fff;
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.gc-bluepill-content:hover .gc-bp-arrow {
    transform: translateX(4px);
}

/* -------------------------------------
   EMPTY CART STATE IN SIDEBAR
   ------------------------------------- */
.gc-sc-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 60vh;
    padding: 30px;
    text-align: center;
}

.gc-sc-empty-icon {
    font-size: 70px;
    color: #cbd5e1;
    margin-bottom: 20px;
    display: block;
    animation: floatCart 3s ease-in-out infinite;
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.05));
    opacity: 0.8;
}

.gc-sc-empty p {
    font-size: 18px;
    color: #475569;
    font-weight: 700;
    margin-bottom: 25px;
}

.gc-sc-return-btn {
    display: inline-block;
    background-color: #c32026;
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(195, 32, 38, 0.3);
    transition: all 0.3s ease;
}

.gc-sc-return-btn:hover {
    background-color: #a11a1f;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(195, 32, 38, 0.4);
}

@keyframes floatCart {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* -------------------------------------
   MOBILE RESPONSIVENESS
   ------------------------------------- */
@media (max-width: 767px) {

    /* Hide red circle floating cart on mobile */
    .gc-floating-cart {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }

    /* Center and optimize Bluepill bottom bar for mobile spacing */
    .wfs-cart-overview.gc-custom-floating-cart-wrapper {
        position: fixed !important;
        bottom: 15px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        padding: 0 16px !important;
        z-index: 9999999 !important;
    }

    .gc-custom-floating-cart.bluepill-design {
        justify-content: center !important;
    }

    .gc-bluepill-content {
        max-width: 100% !important;
        width: 100% !important;
        padding: 10px 18px 10px 12px !important;
        border-radius: 40px !important;
        box-shadow: 0 8px 30px rgba(195, 32, 38, 0.45) !important;
    }

    .gc-bp-label {
        font-size: 15px !important;
    }

    .gc-bp-amount {
        font-size: 15px !important;
    }

    /* -------------------------------------
   MODERN 3-ROW MOBILE HEADER (FINAL FIX)
   ------------------------------------- */
    @media (max-width: 767px) {

        /* 1. Target the columns within the header to stack them */
        .elementor-location-header .elementor-section .elementor-container,
        header .elementor-section .elementor-container {
            display: flex !important;
            flex-direction: column !important;
            align-items: center !important;
            gap: 15px !important;
            height: auto !important;
            padding-top: 15px !important;
            padding-bottom: 15px !important;
        }

        /* Row 1, Row 2, Row 3 Column handling */
        .elementor-location-header .elementor-column,
        header .elementor-column {
            width: 100% !important;
            max-width: 100% !important;
            display: flex !important;
            justify-content: center !important;
            margin: 5px 0 !important;
        }

        /* Fix Logo Column (usually middle) overlapping */
        .elementor-widget-theme-logo,
        .elementor-widget-image {
            position: relative !important;
            z-index: 10 !important;
            margin: 0 auto !important;
            display: flex !important;
            justify-content: center !important;
        }

        /* Row 3 (Icons): Ensure contents of the last column stay horizontal */
        .elementor-location-header .elementor-column:last-child .elementor-widget-wrap,
        header .elementor-column:last-child .elementor-widget-wrap {
            flex-direction: row !important;
            flex-wrap: nowrap !important;
            justify-content: center !important;
            align-items: center !important;
            gap: 15px !important;
            width: 100% !important;
        }

        /* Small sizing for logo in row 2 */
        .elementor-widget-theme-logo img,
        .elementor-widget-image img {
            max-width: 150px !important;
            height: auto !important;
        }
    }

    /* 4. Fix Squeezed Product Grid */
    .foodstore-productbx01 .fs-container .fs-row .fs-row {
        width: 100% !important;
        display: block !important;
        margin-bottom: 20px !important;
    }
}

/* ==========================================================================
   PREMIUM MINI-CART REDESIGN 
   ========================================================================== */

.gc-sc-items {
    padding: 10px 0 !important;
    list-style: none !important;
}

.gc-sc-item {
    background: #fff !important;
    border: 1px solid #f1f5f9 !important;
    border-radius: 16px !important;
    padding: 15px !important;
    margin-bottom: 20px !important;
    display: flex !important;
    gap: 15px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03) !important;
    align-items: flex-start !important;
}

.gc-sc-item-img {
    flex: 0 0 80px !important;
    width: 80px !important;
}

.gc-sc-item-img img {
    width: 100% !important;
    height: 80px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
}

.gc-sc-item-details {
    flex: 1 !important;
}

.gc-sc-item-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    margin-bottom: 8px !important;
}

.gc-sc-item-title-wrap {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.gc-sc-item-name {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.2 !important;
}

.gc-sc-item-badge {
    background: #e0e7ff !important;
    color: #ae282c !important;
    display: inline-block !important;
    padding: 2px 10px !important;
    border-radius: 50px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    width: fit-content !important;
}

.gc-sc-item-price {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #000 !important;
    margin-top: 2px !important;
}

/* Segmented Qty Pill V2 */
.gc-sc-qty-pill-v2 {
    display: flex !important;
    align-items: center !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 100px !important;
    overflow: hidden !important;
    height: 32px !important;
}

.gc-qty-btn-v2 {
    background: none !important;
    border: none !important;
    width: 32px !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    padding: 0 !important;
    color: #ae282c !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    transition: background 0.2s !important;
}

.gc-qty-btn-v2:hover {
    background: #f8fafc !important;
}

.gc-qty-remove-v2 {
    color: #ef4444 !important;
    border-right: 1px solid #e2e8f0 !important;
}

.gc-qty-plus-v2 {
    border-left: 1px solid #e2e8f0 !important;
}

.gc-qty-val-v2 {
    width: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #ae282c !important;
}

/* Meta / Add-ons V7 (Perfect Alignment) */
.gc-sc-item-meta-v2-container {
    margin-top: 5px !important;
}

.gc-sc-item-meta-v2 dl,
.gc-sc-item-meta-v2 .variation {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    /* Label on left, Price on right */
    grid-column-gap: 0 !important;
    /* Force no gap between label and price */
    grid-row-gap: 8px !important;
    /* Clear gap between different selections */
    align-items: stretch !important;
    width: 100% !important;
    margin: 10px 0 !important;
    padding: 0 !important;
}


.gc-sc-item-meta-v2 dt {
    color: #ae282c !important;
    background: #f5f4ee !important;
    /* Consistent Light Amber background for all rows */
    font-size: 13px !important;
    font-weight: 800 !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    line-height: 1.2 !important;
    border-radius: 12px 0 0 12px !important;
}

.gc-sc-item-meta-v2 dd {
    margin: 0 !important;
    background: #f5f4ee !important;
    /* Continuous background for the right side */
    padding: 10px 12px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    color: #da2e2e !important;
    /* Red for price */
    text-align: right !important;
    line-height: 1.2 !important;
    border-radius: 0 12px 12px 0 !important;
}

.gc-sc-item-meta-v2 dd p {
    margin: 0 !important;
    display: inline !important;
}

.gc-sc-item-meta-v2 .woocommerce-Price-amount,
.gc-sc-item-meta-v2 .amount {
    color: #da2e2e !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    display: inline !important;
}



.gc-sc-view-addons {
    color: #ae282c !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    margin-top: 12px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.gc-sc-view-addons:hover {
    color: #7c1014 !important;
    transform: translateX(2px) !important;
}

.gc-sc-view-addons svg {
    transition: transform 0.3s ease !important;
    width: 12px !important;
    height: 12px !important;
}

/* Global Add-ons Modernization (FORCED REFLECTION) */
.gc-sc-item-meta-v2 dl,
.gc-sc-item-meta-v2 .variation,
.gc-sc-checkout-meta .variation,
.woocommerce-checkout-review-order-table .variation,
.shop_table.customer_details .variation,
.shop_table.order_details .variation,
.shop_table .variation,
.cart_item .variation,
.product-name .variation,
dl.variation {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-column-gap: 0 !important;
    grid-row-gap: 5px !important;
    /* Tighter vertical spacing */
    background: transparent !important;
    padding: 0 !important;
    margin: 8px 0 !important;
    width: 100% !important;
    border: none !important;
    box-shadow: none !important;
}

/* Checkout Product Title Row Design (Price next to Name) */
.product-item-card .prod-title {
    display: flex !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    /* Force same horizontal baseline */
    width: 100% !important;
    gap: 10px !important;
    margin-bottom: 4px !important;
    line-height: 1 !important;
}

.product-item-card .prod-title-left {
    display: flex !important;
    gap: 5px !important;
    align-items: baseline !important;
    flex: 1 !important;
}

.product-item-card .prod-title .qty {
    font-weight: 600 !important;
    color: #64748b !important;
    font-size: 13px !important;
    line-height: 1 !important;
}

.product-item-card .prod-title .name {
    font-weight: 800 !important;
    font-size: 15px !important;
    color: #1a1a1a !important;
    line-height: 1.2 !important;
}

.product-item-card .prod-title .prod-price {
    font-weight: 800 !important;
    font-size: 16px !important;
    color: #000 !important;
    text-align: right !important;
    white-space: nowrap !important;
    line-height: 1 !important;
}


/* Common dt/dd styles - High Specificity Post-Adjustment */
.gc-sc-item-meta-v2 dt,
.gc-sc-checkout-meta .variation dt,
.woocommerce-checkout-review-order-table .variation dt,
.shop_table .variation dt,
.cart_item .variation dt,
.product-name .variation dt,
dl.variation dt {
    color: #ac2328 !important;
    /* Deep Red */
    background: #f5f4ee !important;
    font-size: 11px !important;
    /* User Preferred Small size */
    font-weight: 700 !important;
    margin: 0 !important;
    padding: 6px 12px !important;
    line-height: 1.2 !important;
    border-radius: 12px 0 0 12px !important;
    float: none !important;
    display: flex !important;
    align-items: center !important;
    border: none !important;
    text-transform: capitalize !important;
}

.gc-sc-item-meta-v2 dd,
.gc-sc-checkout-meta .variation dd,
.woocommerce-checkout-review-order-table .variation dd,
.shop_table .variation dd,
.cart_item .variation dd,
.product-name .variation dd,
dl.variation dd {
    margin: 0 !important;
    background: #f5f4ee !important;
    padding: 6px 12px !important;
    font-size: 11px !important;
    /* User Preferred Small size */
    font-weight: 800 !important;
    color: #da2e2e !important;
    /* Bright Red Price */
    text-align: right !important;
    line-height: 1.2 !important;
    border-radius: 0 12px 12px 0 !important;
    float: none !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    border: none !important;
}




/* Clean up any nested tags that break the layout */
.variation p,
.variation span,
.variation br {
    margin: 0 !important;
    display: inline !important;
}

.variation .woocommerce-Price-amount,
.variation .amount {
    color: #da2e2e !important;
    font-size: 11px !important;
    /* Standardized small price */
    font-weight: 800 !important;
    display: inline !important;
}

.gc-sc-item-meta-v2-container {
    margin-top: 2px !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
}