.zippy-store-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}

.zippy-store-header {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
}

.zippy-store-logo img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #ddd;
}

.zippy-store-meta {
    flex: 1;
}

.zippy-store-name {
    margin: 0 0 8px;
    font-size: 32px;
    line-height: 1.2;
}

.zippy-store-type {
    display: inline-block;
    margin-bottom: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f3f4f6;
    font-size: 14px;
    font-weight: 600;
}

.zippy-store-location {
    margin-bottom: 12px;
    font-size: 15px;
    color: #555;
}

.zippy-store-description p {
    margin: 0 0 10px;
    color: #333;
    line-height: 1.6;
}

.zippy-section-title {
    margin-bottom: 20px;
    font-size: 24px;
}

@media (max-width: 768px) {
    .zippy-store-header {
        flex-direction: column;
    }

    .zippy-store-logo img {
        width: 100px;
        height: 100px;
    }
}

.zippy-store-header-simple {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 24px;
    margin-bottom: 30px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
}

.zippy-store-header-simple__logo {
    width: 120px;
    flex-shrink: 0;
}

.zippy-store-header-simple__logo img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #ddd;
    display: block;
}

.zippy-store-header-simple__content {
    flex: 1;
}

.zippy-store-header-simple__name {
    margin: 0 0 8px;
    font-size: 30px;
    line-height: 1.2;
}

.zippy-store-header-simple__type {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f3f4f6;
    font-size: 14px;
    font-weight: 600;
}

.zippy-store-header-simple__rating {
    margin-bottom: 12px;
    font-size: 14px;
}

.zippy-store-header-simple__address {
    color: #444;
    line-height: 1.6;
    font-size: 15px;
}

.zippy-store-header-simple__address div {
    margin-bottom: 2px;
}

@media (max-width: 768px) {
    .zippy-store-header-simple {
        flex-direction: column;
    }

    .zippy-store-header-simple__logo,
    .zippy-store-header-simple__logo img {
        width: 100px;
        height: 100px;
    }
}

.zippy-product-rows {
    list-style: none;
    margin: 0;
    padding: 0;
}

.zippy-row-product {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    width: 100%;
}

.zippy-row-product__image {
    width: 240px;
    flex-shrink: 0;
}

.zippy-row-product__image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

.zippy-row-product__content {
    flex: 1;
    min-width: 0;
}

.zippy-row-product__title {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.3;
}

.zippy-row-product__title a {
    text-decoration: none;
}

.zippy-row-product__excerpt {
    margin-bottom: 12px;
    color: #444;
    line-height: 1.6;
}

.zippy-row-product__attributes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.zippy-attr-chip {
    display: inline-block;
    padding: 6px 10px;
    background: #f3f4f6;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1;
}

.zippy-row-product__booking {
    width: 180px;
    flex-shrink: 0;
    text-align: right;
}

.zippy-row-product__price {
    margin-bottom: 14px;
    font-size: 22px;
    font-weight: 700;
}

.zippy-row-product__button {
    width: 100%;
    text-align: center;
}

@media (max-width: 768px) {
    .zippy-row-product {
        flex-direction: column;
    }

    .zippy-row-product__image,
    .zippy-row-product__booking {
        width: 100%;
    }

    .zippy-row-product__booking {
        text-align: left;
    }
}

/* Force vendor store products into horizontal rows */
.zippy-product-rows {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.zippy-product-rows li.zippy-row-product.product {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 20px 0 !important;
    padding: 20px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 14px !important;
    background: #fff !important;
    float: none !important;
    clear: both !important;
}

.zippy-product-rows li.zippy-row-product.product::before,
.zippy-product-rows li.zippy-row-product.product::after {
    display: none !important;
    content: none !important;
}

.zippy-row-product__image {
    width: 240px !important;
    min-width: 240px !important;
    flex: 0 0 240px !important;
}

.zippy-row-product__image a,
.zippy-row-product__image img {
    display: block !important;
    width: 100% !important;
}

.zippy-row-product__image img {
    height: auto !important;
    border-radius: 10px !important;
}

.zippy-row-product__content {
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

.zippy-row-product__booking {
    width: 180px !important;
    min-width: 180px !important;
    flex: 0 0 180px !important;
    text-align: right !important;
}

.zippy-row-product__title {
    margin: 0 0 10px !important;
    font-size: 22px !important;
    line-height: 1.3 !important;
}

.zippy-row-product__excerpt {
    margin-bottom: 12px !important;
    color: #444 !important;
    line-height: 1.6 !important;
}

.zippy-row-product__attributes {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-top: 10px !important;
}

.zippy-attr-chip {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    padding: 7px 12px !important;
    background: #f3f4f6 !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    color: #333 !important;
    white-space: nowrap !important;
}

.zippy-attr-chip strong {
    font-weight: 600 !important;
    margin-right: 2px !important;
}

.zippy-row-product__price {
    margin-bottom: 14px !important;
    font-size: 22px !important;
    font-weight: 700 !important;
}

.zippy-row-product__button {
    display: inline-block !important;
    width: 100% !important;
    text-align: center !important;
}

@media (max-width: 768px) {
    .zippy-product-rows li.zippy-row-product.product {
        flex-direction: column !important;
    }

    .zippy-row-product__image,
    .zippy-row-product__booking {
        width: 100% !important;
        min-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .zippy-row-product__booking {
        text-align: left !important;
    }
}

.zippy-store-section-title {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 1.2;
}
.zippy-store-header-simple__address {
    margin-top: 8px;
    color: #555;
    font-size: 15px;
}

.zippy-store-header-simple__address a {
    color: #2563eb;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.zippy-store-header-simple__address a:hover {
    text-decoration: underline;
}

.zippy-location-icon {
    font-size: 16px;
    line-height: 1;
}
/* =========================
   SINGLE PRODUCT PAGE LAYOUT
   ========================= */

.zippy-single-product {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}

.zippy-single-product__top {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
    gap: 32px;
    align-items: start;
    margin-bottom: 40px;
}

.zippy-single-product__gallery {
    min-width: 0;
}

.zippy-single-product__summary {
    position: sticky;
    top: 24px;
    align-self: start;
}

.zippy-single-product__bottom {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .zippy-single-product__top {
        grid-template-columns: 1fr;
    }
}
/* SINGLE PRODUCT: hide all default price outputs */
.zippy-single-product .summary .price,
.zippy-single-product__summary .price,
.single-product .summary .price {
    display: none !important;
}
/* CLEAN PRODUCT PRICE */

.zippy-product-price-block {
    margin-bottom: 16px;
}

.zippy-product-price {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
}

.zippy-product-price-suffix {
    margin-top: 4px;
    font-size: 14px;
    color: #6b7280;
}
/* Hide duplicate booking suffix price from PluginHive */
#booking_price_text .woocommerce-price-suffix {
    display: none !important;
}

/* =========================
   SINGLE PRODUCT CLEANUP
   ========================= */

/* Hide only the category/meta line under the booking box */

/* Hide only the category/meta line */
.zippy-single-product__summary .product_meta {
    display: none !important;
}

/* Keep vendor block visible and spaced nicely */
.zippy-single-product__summary .vendor_info_tab,
.zippy-single-product__summary .sold-by-meta,
.zippy-single-product__summary .dokan-sold-by,
.zippy-single-product__summary .seller-rating,
.zippy-single-product__summary .dokan-vendor-info-wrap,
.zippy-single-product__summary .store-cat-stack-dokan {
    display: block !important;
    margin-top: 18px !important;
}

/* Booking box spacing */
.zippy-single-product__booking-box,
.zippy-single-product__summary form.cart,
.zippy-single-product__summary .cart,
.zippy-single-product__summary .booking-wrapper {
    margin-top: 18px !important;
}

/* Make Book Now button align better */
.zippy-single-product__summary .single_add_to_cart_button,
.zippy-single-product__summary button.single_add_to_cart_button,
.zippy-single-product__summary .button.single_add_to_cart_button,
.zippy-single-product__summary .cart .button,
.zippy-single-product__summary .booking-wrapper .button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 48px !important;
    padding: 0 24px !important;
    margin-top: 16px !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
}

/* If you prefer full-width CTA later, change inline-flex to flex and width to 100% */
.zippy-single-product__summary .single_add_to_cart_button {
    width: auto !important;
}

/* Tighten booking info area */
.zippy-single-product__summary #booking_info_text,
.zippy-single-product__summary #booking_price_text {
    margin-bottom: 8px !important;
}

/* Booking form box */
.zippy-single-product__summary form.cart,
.zippy-single-product__summary .cart,
.zippy-single-product__summary .booking-wrapper {
    margin-top: 18px !important;
}

/* Make booking button align properly */
.zippy-single-product__summary .single_add_to_cart_button,
.zippy-single-product__summary button.single_add_to_cart_button,
.zippy-single-product__summary .cart .button,
.zippy-single-product__summary .booking-wrapper .button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 52px !important;
    margin-top: 18px !important;
    padding: 0 20px !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
}

/* Clean spacing inside booking box */
.zippy-single-product__summary #booking_info_text,
.zippy-single-product__summary #booking_price_text {
    margin: 0 0 10px 0 !important;
}

/* Keep booking button aligned to the booking box width */
.zippy-single-product__summary form.cart,
.zippy-single-product__summary .cart,
.zippy-single-product__summary .booking-wrapper {
    display: block !important;
    width: 100% !important;
    margin: 18px 0 0 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.zippy-single-product__summary .single_add_to_cart_button,
.zippy-single-product__summary button.single_add_to_cart_button,
.zippy-single-product__summary .cart .button,
.zippy-single-product__summary .booking-wrapper .button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 16px 0 0 0 !important;
    padding: 0 20px !important;
    min-height: 52px !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    box-sizing: border-box !important;
}

/* Remove weird plugin spacing around booking button */
.zippy-single-product__summary .cart > * {
    box-sizing: border-box !important;
}

.zippy-single-product__summary .single_add_to_cart_button {
    position: static !important;
    float: none !important;
}
.zippy-product-vendor-rating {
    margin: 10px 0 14px;
    font-size: 14px;
    color: #444;
}
/* Features under gallery */
.zippy-gallery-features {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.zippy-gallery-feature {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.zippy-gallery-feature__icon {
    font-size: 18px;
    line-height: 1.2;
    flex-shrink: 0;
}

.zippy-gallery-feature__text {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.zippy-gallery-feature__text strong {
    font-weight: 600;
    margin-right: 4px;
}

@media (max-width: 768px) {
    .zippy-gallery-features {
        grid-template-columns: 1fr;
    }
}

/* Force features to sit below the gallery */
.zippy-single-product__gallery .woocommerce-product-gallery {
    float: none !important;
    width: 100% !important;
}

.zippy-single-product__gallery .woocommerce-product-gallery::after {
    content: "";
    display: block;
    clear: both;
}

.zippy-gallery-features {
    clear: both !important;
    width: 100% !important;
    margin-top: 24px !important;
}

/* Proper heading above grid */
.zippy-gallery-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px !important;
}

/* Create a full-width heading row */
.zippy-gallery-features::before {
    content: "Features";
    grid-column: 1 / -1; /* THIS fixes your issue */
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #1f2937;
}
/* Hide WooCommerce tabs area */
.zippy-single-product .woocommerce-tabs {
    display: none !important;
}

/* Clean bottom sections */
.zippy-single-product__bottom {
    margin-top: 40px;
}

.zippy-product-section {
    margin-bottom: 36px;
}

.zippy-product-section__title {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.2;
    color: #1f2937;
}

.zippy-product-section__content {
    color: #333;
    line-height: 1.8;
}

.zippy-product-features-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.zippy-product-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.zippy-product-feature-card__icon {
    font-size: 18px;
    line-height: 1.2;
    flex-shrink: 0;
}

.zippy-product-feature-card__text {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.zippy-product-feature-card__text strong {
    font-weight: 600;
    margin-right: 4px;
}

@media (max-width: 768px) {
    .zippy-product-features-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .zippy-single-product__summary {
        position: static;
        top: auto;
    }
}

/* =========================
   CART / REVIEW BOOKING PAGE
   ========================= */

.woocommerce-cart .site-main,
.woocommerce-cart .content-area {
    max-width: 1280px;
    margin: 0 auto;
}

.woocommerce-cart .entry-title,
.woocommerce-cart h1.page-title {
    font-size: 52px;
    line-height: 1.1;
    margin-bottom: 32px;
}

.woocommerce-cart .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.9fr);
    gap: 40px;
    align-items: start;
}

/* Left side table cleanup */
.woocommerce-cart table.shop_table {
    border: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 18px !important;
    background: transparent !important;
    margin: 0 !important;
}

.woocommerce-cart table.shop_table thead th {
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #4b5563;
    padding: 0 0 12px !important;
    border: 0 !important;
}

.woocommerce-cart table.shop_table tbody tr {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0,0,0,0.02);
}

.woocommerce-cart table.shop_table tbody td {
    border: 0 !important;
    padding: 24px 20px !important;
    vertical-align: top !important;
}

/* Product image */
.woocommerce-cart td.product-thumbnail {
    width: 110px;
}

.woocommerce-cart td.product-thumbnail img {
    width: 88px !important;
    height: 88px !important;
    object-fit: cover;
    border-radius: 12px;
}

/* Product name / details */
.woocommerce-cart td.product-name a {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.woocommerce-cart td.product-name {
    font-size: 16px;
    color: #374151;
}

.woocommerce-cart td.product-name br {
    display: block;
    content: "";
    margin-bottom: 8px;
}

/* Total column */
.woocommerce-cart td.product-subtotal,
.woocommerce-cart td.product-price {
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
    text-align: right;
    white-space: nowrap;
}

/* Keep coupon visible, but style actions area better */
.woocommerce-cart .actions {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px !important;
}

.woocommerce-cart .coupon {
    display: flex !important;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.woocommerce-cart .coupon label {
    display: none !important;
}

.woocommerce-cart .coupon input.input-text {
    min-width: 220px;
    min-height: 46px;
    border-radius: 10px;
    padding: 0 14px;
}

.woocommerce-cart .coupon button.button,
.woocommerce-cart .actions button.button {
    min-height: 46px;
    border-radius: 10px;
    padding: 0 18px;
}

/* Hide update cart button if not needed */
.woocommerce-cart button[name="update_cart"] {
    display: none !important;
}

/* Remove quantity if it appears */
.woocommerce-cart .product-quantity,
.woocommerce-cart input.qty {
    display: none !important;
}

/* Remove cross-sells */
.woocommerce-cart .cross-sells {
    display: none !important;
}

/* Trash icon cleaner */
.woocommerce-cart td.product-remove a.remove {
    font-size: 28px !important;
    color: #6b7280 !important;
    line-height: 1;
}

.woocommerce-cart td.product-remove a.remove:hover {
    color: #dc2626 !important;
    background: transparent !important;
}

/* Cart totals panel */
.woocommerce-cart .cart-collaterals {
    width: 100% !important;
}

.woocommerce-cart .cart_totals {
    width: 100% !important;
    float: none !important;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 28px 28px 24px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.02);
    position: sticky;
    top: 24px;
}

.woocommerce-cart .cart_totals h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 22px;
}

.woocommerce-cart .cart_totals table {
    margin-bottom: 22px !important;
    border: 0 !important;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
    border: 0 !important;
    padding: 14px 0 !important;
    font-size: 18px;
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
    padding-top: 18px !important;
}

/* Checkout CTA */
.woocommerce-cart .wc-proceed-to-checkout {
    padding-bottom: 0 !important;
    margin-top: 12px;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    width: 100%;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

/* Totals hierarchy */
.woocommerce-cart .cart_totals .shop_table tr:not(.order-total) th,
.woocommerce-cart .cart_totals .shop_table tr:not(.order-total) td {
    color: #4b5563;
}

/* Trust text block */
.zippy-cart-trust {
    margin-bottom: 18px;
    padding: 14px 16px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    color: #374151;
    font-size: 15px;
    line-height: 1.6;
}

/* TABLET */
@media (max-width: 991px) {
    .woocommerce-cart .woocommerce {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .woocommerce-cart .cart_totals {
        position: static;
        top: auto;
    }

    .woocommerce-cart .entry-title,
    .woocommerce-cart h1.page-title {
        font-size: 42px;
        margin-bottom: 24px;
    }

    .woocommerce-cart td.product-name a {
        font-size: 24px;
    }
}

/* MOBILE */
@media (max-width: 767px) {
    .woocommerce-cart .entry-title,
    .woocommerce-cart h1.page-title {
        font-size: 34px;
        line-height: 1.15;
    }

    .woocommerce-cart table.shop_table,
    .woocommerce-cart table.shop_table tbody,
    .woocommerce-cart table.shop_table tr,
    .woocommerce-cart table.shop_table td {
        display: block;
        width: 100%;
    }

    .woocommerce-cart table.shop_table thead {
        display: none;
    }

    .woocommerce-cart table.shop_table tbody tr {
        padding: 16px;
        margin-bottom: 16px;
    }

    .woocommerce-cart table.shop_table tbody td {
        padding: 0 !important;
        margin-bottom: 14px;
        text-align: left !important;
    }

    .woocommerce-cart td.product-thumbnail {
        width: 100%;
    }

    .woocommerce-cart td.product-thumbnail img {
        width: 100% !important;
        height: 180px !important;
        object-fit: cover;
        border-radius: 14px;
    }

    .woocommerce-cart td.product-name a {
        font-size: 22px;
    }

    .woocommerce-cart td.product-subtotal,
    .woocommerce-cart td.product-price {
        font-size: 22px;
        text-align: left !important;
    }

    .woocommerce-cart .actions {
        padding: 16px !important;
    }

    .woocommerce-cart .coupon {
        flex-direction: column;
        align-items: stretch;
    }

    .woocommerce-cart .coupon input.input-text,
    .woocommerce-cart .coupon button.button {
        width: 100%;
    }

    .woocommerce-cart .cart_totals {
        padding: 22px 18px 20px;
        border-radius: 16px;
    }

    .woocommerce-cart .cart_totals h2 {
        font-size: 26px;
    }

    .woocommerce-cart .cart_totals table th,
    .woocommerce-cart .cart_totals table td {
        font-size: 16px;
    }

    .woocommerce-cart .cart_totals .order-total th,
    .woocommerce-cart .cart_totals .order-total td {
        font-size: 20px;
    }

    .woocommerce-cart .wc-proceed-to-checkout .checkout-button {
        min-height: 52px;
        font-size: 18px;
    }
}

/* =========================
   CART MOBILE FIX
   ========================= */
@media (max-width: 767px) {
    .woocommerce-cart .woocommerce-cart-form {
        width: 100%;
    }

    .woocommerce-cart table.shop_table {
        border-spacing: 0 14px !important;
    }

    .woocommerce-cart table.shop_table tbody tr {
        display: block;
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 16px;
        padding: 16px;
        margin-bottom: 14px;
    }

    .woocommerce-cart table.shop_table tbody td {
        display: block;
        width: 100%;
        padding: 0 !important;
        margin: 0 0 14px 0;
        border: 0 !important;
        text-align: left !important;
    }

    .woocommerce-cart td.product-thumbnail {
        margin-bottom: 14px !important;
    }

    .woocommerce-cart td.product-thumbnail img {
        width: 100% !important;
        max-width: 100% !important;
        height: 180px !important;
        object-fit: cover;
        border-radius: 14px;
        display: block;
    }

    .woocommerce-cart td.product-name a {
        display: block;
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .woocommerce-cart td.product-name {
        font-size: 16px;
        line-height: 1.6;
    }

    .woocommerce-cart td.product-price,
    .woocommerce-cart td.product-subtotal {
        font-size: 24px;
        font-weight: 700;
        text-align: left !important;
        margin-bottom: 8px;
    }

    .woocommerce-cart td.product-remove {
        margin-bottom: 0;
    }

    .woocommerce-cart td.product-remove a.remove {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        font-size: 26px !important;
        border-radius: 10px;
        background: #f8fafc;
    }

    .woocommerce-cart .cart-collaterals {
        margin-top: 20px;
    }

    .woocommerce-cart .cart_totals {
        margin-top: 0;
    }

    .woocommerce-cart .wc-proceed-to-checkout .checkout-button {
        width: 100%;
        min-height: 54px;
        border-radius: 12px;
        font-size: 20px;
    }
}

/* =========================
   CART MOBILE PAGE PADDING FIX
   ========================= */
@media (max-width: 767px) {
    .woocommerce-cart .site,
    .woocommerce-cart .site-content,
    .woocommerce-cart .ast-container,
    .woocommerce-cart .entry-content,
    .woocommerce-cart .woocommerce {
        padding-left: 16px !important;
        padding-right: 16px !important;
        box-sizing: border-box !important;
    }

    .woocommerce-cart .woocommerce-cart-form,
    .woocommerce-cart .cart-collaterals {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .woocommerce-cart .entry-title,
    .woocommerce-cart h1.page-title {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .woocommerce-cart table.shop_table,
    .woocommerce-cart .cart_totals,
    .woocommerce-cart .wc-proceed-to-checkout {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }
}

/* =========================
   CHECKOUT MOBILE PADDING FIX
   ========================= */
@media (max-width: 767px) {
    .woocommerce-checkout .site,
    .woocommerce-checkout .site-content,
    .woocommerce-checkout .ast-container,
    .woocommerce-checkout .entry-content,
    .woocommerce-checkout .woocommerce {
        padding-left: 16px !important;
        padding-right: 16px !important;
        box-sizing: border-box !important;
    }
}

/* =========================
   CHECKOUT LAYOUT
   ========================= */
.woocommerce-checkout .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.9fr);
    gap: 40px;
    align-items: start;
}

/* Order summary (right side) */
.woocommerce-checkout-review-order {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 24px;
    position: sticky;
    top: 24px;
}

/* Section titles */
.woocommerce-checkout h3 {
    font-size: 22px;
    margin-bottom: 14px;
}

/* Inputs */
.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    min-height: 48px;
    border-radius: 10px !important;
    padding: 0 14px !important;
}

/* Spacing between fields */
.woocommerce-checkout .form-row {
    margin-bottom: 14px;
}

/* Place order button */
.woocommerce-checkout #place_order {
    width: 100%;
    min-height: 56px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
}

/* =========================
   ORDER SUMMARY CLEANUP
   ========================= */
.woocommerce-checkout-review-order table {
    border: 0 !important;
}

.woocommerce-checkout-review-order th,
.woocommerce-checkout-review-order td {
    border: 0 !important;
    padding: 12px 0 !important;
}

.woocommerce-checkout-review-order .order-total th,
.woocommerce-checkout-review-order .order-total td {
    font-size: 22px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .woocommerce-checkout .woocommerce {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .woocommerce-checkout-review-order {
        position: static;
    }
}

@media (max-width: 767px) {
    .woocommerce-checkout h1,
    .woocommerce-checkout .entry-title {
        font-size: 32px;
    }

    .woocommerce-checkout-review-order {
        margin-top: 20px;
        padding: 18px;
        border-radius: 16px;
    }

    .woocommerce-checkout #place_order {
        font-size: 18px;
        min-height: 52px;
    }
}

/* =========================
   CHECKOUT FIELD POLISH
   ========================= */

/* Select fields align better vertically */
.woocommerce-checkout select,
.woocommerce-checkout .select2-container .select2-selection--single {
    min-height: 48px !important;
    height: 48px !important;
    border-radius: 10px !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px !important;
    padding-left: 14px !important;
    padding-right: 34px !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px !important;
    right: 10px !important;
}

/* Native select fallback */
.woocommerce-checkout select {
    padding: 0 40px 0 14px !important;
}

/* Add note checkbox alignment */
.woocommerce-checkout .woocommerce-form__label-for-checkbox,
.woocommerce-checkout label.checkbox {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 16px;
    line-height: 1.4;
}

.woocommerce-checkout input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    flex-shrink: 0;
}

/* Optional: tidy the notes row */
.woocommerce-checkout .woocommerce-additional-fields {
    margin-top: 10px;
}

/* =========================
   FIX FLOATING LABEL OVERLAP
   ========================= */
.woocommerce-checkout .form-row {
    position: relative;
}

/* Push input content down so label has space */
.woocommerce-checkout input,
.woocommerce-checkout select {
    padding-top: 20px !important;
}

/* Style labels properly */
.woocommerce-checkout .form-row label {
    position: absolute;
    top: 6px;
    left: 14px;
    font-size: 12px;
    color: #6b7280;
    background: #fff;
    padding: 0 4px;
    z-index: 2;
    pointer-events: none;
}

/* Fix Select2 fields specifically */
.woocommerce-checkout .select2-container .select2-selection--single {
    padding-top: 14px !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: 6px;
}

/* =========================
   CHECKBOX FIX (CLEAN STYLE)
   ========================= */

/* Reset weird theme styling */
.woocommerce-checkout input[type="checkbox"] {
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    cursor: pointer;
}

/* Align checkbox + text */
.woocommerce-checkout .woocommerce-form__label-for-checkbox {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 16px;
    cursor: pointer;
}

/* Remove giant box styling from Astra */
.woocommerce-checkout .woocommerce-form__input-checkbox {
    box-shadow: none !important;
    border: 1px solid #d1d5db !important;
    border-radius: 4px !important;
    background: #fff !important;
}



/* 2. Align checkbox with text properly */
.woocommerce-checkout .woocommerce-form__label-for-checkbox,
.woocommerce-checkout label.checkbox {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 !important;
    vertical-align: middle;
}

/* Keep checkbox on same line and properly centered */
.woocommerce-checkout input[type="checkbox"],
.woocommerce-checkout .woocommerce-form__input-checkbox {
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    margin: 0 !important;
    flex: 0 0 18px !important;
    vertical-align: middle;
    position: relative;
    top: 0;
    transform: none !important;
    box-shadow: none !important;
    border-radius: 4px !important;
}

/* Wrap the whole notes row neatly */
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .create-account {
    margin-top: 12px;
}

/* If Astra/plugin adds block styling around the checkbox, neutralize it */
.woocommerce-checkout .woocommerce-form__label-for-checkbox span,
.woocommerce-checkout label.checkbox span {
    display: inline-block;
    vertical-align: middle;
}

/* =========================
   CHECKOUT BILLING ROW SPACING - FINAL
   ========================= */

/* Make the two name fields sit properly */
.woocommerce-checkout #billing_first_name_field,
.woocommerce-checkout #billing_last_name_field {
    width: calc(50% - 8px) !important;
    float: left !important;
    clear: none !important;
    margin-bottom: 18px !important;
    box-sizing: border-box !important;
}

.woocommerce-checkout #billing_first_name_field {
    margin-right: 16px !important;
}

.woocommerce-checkout #billing_last_name_field {
    margin-right: 0 !important;
}

/* Force Country onto a fresh line with real space above */
.woocommerce-checkout #billing_country_field {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    display: block !important;
    margin-top: 0 !important;
    padding-top: 8px !important;
    box-sizing: border-box !important;
}

/* Mobile: stack cleanly */
@media (max-width: 767px) {
    .woocommerce-checkout #billing_first_name_field,
    .woocommerce-checkout #billing_last_name_field,
    .woocommerce-checkout #billing_country_field {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-right: 0 !important;
    }

    .woocommerce-checkout #billing_first_name_field,
    .woocommerce-checkout #billing_last_name_field {
        margin-bottom: 14px !important;
    }

    .woocommerce-checkout #billing_country_field {
        padding-top: 6px !important;
    }
}

/* =========================
   CHECKOUT BLOCK: SPACE BETWEEN LAST NAME AND COUNTRY
   ========================= */

/* Add bottom space under first + last name row fields */
.woocommerce-checkout .wc-block-components-address-form__first_name,
.woocommerce-checkout .wc-block-components-address-form__last_name {
    margin-bottom: 16px !important;
}

/* Add a clear gap before the country field */
.woocommerce-checkout .wc-block-components-address-form__country {
    margin-top: 10px !important;
}

/* Mobile/tablet: keep spacing consistent */
@media (max-width: 991px) {
    .woocommerce-checkout .wc-block-components-address-form__first_name,
    .woocommerce-checkout .wc-block-components-address-form__last_name {
        margin-bottom: 14px !important;
    }

    .woocommerce-checkout .wc-block-components-address-form__country {
        margin-top: 8px !important;
    }
}

/* =========================
   CHECKOUT BUTTON: KEEP TEXT + PRICE
   ========================= */

.woocommerce-checkout .wc-block-components-button__text {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button__text {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button__separator {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button__price,
.woocommerce-checkout .wc-block-components-checkout-place-order-button__price .wc-block-formatted-money-amount {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

/* =========================
   CHECKOUT TRUST SIGNALS
   ========================= */

/* Container above button */
.woocommerce-checkout .wc-block-checkout__actions::before {
    content: "🔒 Secure payment via Mobile Money\A💰 No hidden fees\A💬 Support available if needed";
    display: block;
    white-space: pre-line;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.6;
    color: #374151;
}