/* Entire payment section */
.woocommerce-checkout #payment {
    background: transparent !important;
}

/* Payment method cards */
.woocommerce-checkout #payment ul.payment_methods li {
    background: #ffffff !important;
    border: 2px solid #d9e6f2 !important;
    border-radius: 14px !important;
    padding: 18px !important;
    margin-bottom: 14px !important;
    box-shadow: 0 4px 12px rgba(0, 65, 120, 0.08) !important;
}

/* Selected payment method */
.woocommerce-checkout #payment ul.payment_methods li:has(input[type="radio"]:checked) {
    border-color: #168cff !important;
    background: #f2f8ff !important;
    box-shadow: 0 0 18px rgba(22, 140, 255, 0.28) !important;
}

/* Payment method title */
.woocommerce-checkout #payment ul.payment_methods li label {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #102a43 !important;
}

/* Instructions box */
.woocommerce-checkout #payment div.payment_box {
    background: #ffffff !important;
    border: 1px solid #bcdcff !important;
    border-radius: 12px !important;
    padding: 18px !important;
    margin-top: 14px !important;
    color: #243b53 !important;
    box-shadow: 0 4px 12px rgba(0, 90, 170, 0.08) !important;
}

/* Remove triangle */
.woocommerce-checkout #payment div.payment_box::before {
    display: none !important;
}

/* Terms area */
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    background: #f7fbff !important;
    border: 1px solid #d9e8f5 !important;
    border-radius: 12px !important;
    padding: 16px !important;
    margin-top: 18px !important;
}

/* Place order button */
.woocommerce-checkout #place_order {
    width: 100% !important;
    background: linear-gradient(135deg, #005bbb, #1597ff) !important;
    color: white !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 18px 20px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    letter-spacing: .5px !important;
    box-shadow: 0 7px 20px rgba(0, 102, 204, 0.35) !important;
}

.woocommerce-checkout #place_order:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 102, 204, 0.45) !important;
}

/* Secure checkout trust box */
.blp-trust-box {
    background: linear-gradient(135deg, #f4f9ff, #ffffff);
    border: 2px solid #168cff;
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 18px;
    box-shadow: 0 6px 18px rgba(22, 140, 255, 0.16);
}

.blp-trust-heading {
    color: #102a43;
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 14px;
}

.blp-trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    color: #334e68;
    font-size: 14px;
    font-weight: 600;
}

.blp-trust-grid div {
    background: #ffffff;
    border-left: 4px solid #168cff;
    border-radius: 8px;
    padding: 12px 14px;
    font-weight: 600;
    color: #1f2937;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

/* Mobile */
@media only screen and (max-width: 600px) {
    .blp-trust-grid {
        grid-template-columns: 1fr;
    }

    .blp-trust-box {
        padding: 14px;
    }
}

/* PRODUCT CARD HOVER EFFECT */
.woocommerce ul.products li.product {
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Lift card and add glow */
.woocommerce ul.products li.product:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(22, 140, 255, 0.35);
}

/* Smooth image zoom */
.woocommerce ul.products li.product img {
    transition: transform 0.35s ease;
}

.woocommerce ul.products li.product:hover img {
    transform: scale(1.06);
}

/* Optional blue border */
.woocommerce ul.products li.product {
    border: 1px solid rgba(22, 140, 255, 0.25);
    border-radius: 10px;
}

/* View Product button */
.woocommerce ul.products li.product .button {
    width: calc(100% - 30px);
    margin: 12px 15px 15px;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    background: linear-gradient(135deg, #005bbb, #1597ff);
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

/* Show button when hovering */
.woocommerce ul.products li.product:hover .button {
    opacity: 1;
    transform: translateY(0);
}
/* PRODUCT CARD HOVER — ASTRA / WOOCOMMERCE */
.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product,
.ast-woocommerce-container ul.products li.product,
.wc-block-grid__product {
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease !important;
    overflow: hidden !important;
    border: 1px solid rgba(22, 140, 255, .22) !important;
    border-radius: 10px !important;
}

/* Lift and glow */
.woocommerce-page ul.products li.product:hover,
.woocommerce ul.products li.product:hover,
.ast-woocommerce-container ul.products li.product:hover,
.wc-block-grid__product:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 12px 30px rgba(22, 140, 255, .38) !important;
    border-color: #168cff !important;
}

/* Image zoom */
.woocommerce-page ul.products li.product img,
.woocommerce ul.products li.product img,
.ast-woocommerce-container ul.products li.product img,
.wc-block-grid__product-image img {
    transition: transform .4s ease !important;
}

.woocommerce-page ul.products li.product:hover img,
.woocommerce ul.products li.product:hover img,
.ast-woocommerce-container ul.products li.product:hover img,
.wc-block-grid__product:hover .wc-block-grid__product-image img {
    transform: scale(1.07) !important;
}

/* Product button */
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.wc-block-grid__product-add-to-cart a {
    transition: all .25s ease !important;
    border-radius: 8px !important;
}

/* Button emphasis on hover */
.woocommerce ul.products li.product:hover .button,
.woocommerce-page ul.products li.product:hover .button,
.wc-block-grid__product:hover .wc-block-grid__product-add-to-cart a {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(22, 140, 255, .28) !important;
}

/* Widen hero button and stop text wrapping */
.hero-cta .elementor-button {
    min-width: 440px !important;
    width: auto !important;
    padding: 20px 28px 20px 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 32px !important;
    white-space: nowrap !important;
}

.hero-cta .elementor-button-text {
    white-space: nowrap !important;
}

.hero-cta .elementor-button-icon {
    margin: 0 !important;
    flex-shrink: 0;
}

/* Mobile */
@media (max-width: 767px) {
    .hero-cta .elementor-button {
        min-width: 0 !important;
        width: 100% !important;
        max-width: 340px;
        padding: 16px 18px 16px 24px !important;
        gap: 16px !important;
        font-size: 15px !important;
    }
}
/* AGE VERIFICATION OVERLAY */
.age-gate,
.age-verification,
.age-gate-wrapper,
.av-overlay {
    background: rgba(1, 6, 15, 0.96) !important;
    backdrop-filter: blur(8px);
}

/* AGE VERIFICATION CARD */
.age-gate-form,
.age-verification-content,
.age-gate-box,
.av-modal {
    width: min(92vw, 520px) !important;
    background: linear-gradient(145deg, #071426, #0c1c33) !important;
    border: 1px solid rgba(47, 212, 255, 0.45) !important;
    border-radius: 22px !important;
    padding: 34px 28px !important;
    box-shadow:
        0 0 28px rgba(47, 212, 255, 0.25),
        0 24px 70px rgba(0, 0, 0, 0.55) !important;
    color: #ffffff !important;
    text-align: center !important;
}

/* LOGO */
.age-gate img,
.age-verification img,
.age-gate-box img,
.av-modal img {
    width: 170px !important;
    max-width: 55vw !important;
    height: auto !important;
    margin: 0 auto 22px !important;
    display: block !important;
    filter: drop-shadow(0 0 20px rgba(47, 212, 255, 0.35));
}

/* TITLE */
.age-gate h1,
.age-gate h2,
.age-verification h1,
.age-verification h2,
.age-gate-box h1,
.age-gate-box h2,
.av-modal h1,
.av-modal h2 {
    color: #ffffff !important;
    font-size: 32px !important;
    line-height: 1.15 !important;
    margin: 0 0 18px !important;
    font-weight: 800 !important;
}

/* BODY TEXT */
.age-gate p,
.age-verification p,
.age-gate-box p,
.av-modal p {
    color: #c8d8e8 !important;
    font-size: 17px !important;
    line-height: 1.65 !important;
    margin-bottom: 22px !important;
}

/* YES / ENTER BUTTON */
.age-gate button,
.age-verification button,
.age-gate-box button,
.av-modal button,
.age-gate input[type="submit"],
.age-verification input[type="submit"] {
    min-width: 140px !important;
    padding: 14px 24px !important;
    border-radius: 999px !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: 0.4px !important;
    text-transform: uppercase !important;
    transition: 0.25s ease !important;
}

/* FIRST BUTTON */
.age-gate button:first-of-type,
.age-verification button:first-of-type,
.age-gate-box button:first-of-type,
.av-modal button:first-of-type {
    background: transparent !important;
    color: #d6e4f0 !important;
    border: 1px solid rgba(214, 228, 240, 0.45) !important;
}

/* LAST BUTTON */
.age-gate button:last-of-type,
.age-verification button:last-of-type,
.age-gate-box button:last-of-type,
.av-modal button:last-of-type {
    background: linear-gradient(135deg, #2fd4ff, #70e4ff) !important;
    color: #06182d !important;
    box-shadow: 0 0 22px rgba(47, 212, 255, 0.45) !important;
}

/* HOVER */
.age-gate button:hover,
.age-verification button:hover,
.age-gate-box button:hover,
.av-modal button:hover {
    transform: translateY(-2px) !important;
}

/* MOBILE */
@media (max-width: 600px) {
    .age-gate-form,
    .age-verification-content,
    .age-gate-box,
    .av-modal {
        width: calc(100vw - 28px) !important;
        padding: 28px 20px !important;
        border-radius: 18px !important;
    }

    .age-gate h1,
    .age-gate h2,
    .age-verification h1,
    .age-verification h2,
    .age-gate-box h1,
    .age-gate-box h2,
    .av-modal h1,
    .av-modal h2 {
        font-size: 28px !important;
    }

    .age-gate p,
    .age-verification p,
    .age-gate-box p,
    .av-modal p {
        font-size: 15px !important;
        line-height: 1.55 !important;
    }

    .age-gate button,
    .age-verification button,
    .age-gate-box button,
    .av-modal button {
        min-width: 118px !important;
        padding: 13px 18px !important;
    }
}

/* Premium Product Card Glow */

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    position: relative;
}

.woocommerce ul.products li.product::before,
.woocommerce-page ul.products li.product::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 12px;
    background: linear-gradient(
        135deg,
        rgba(47,212,255,.15),
        transparent,
        rgba(47,212,255,.12)
    );
    opacity: 0;
    transition: opacity .35s ease;
    pointer-events: none;
}

.woocommerce ul.products li.product:hover::before,
.woocommerce-page ul.products li.product:hover::before {
    opacity: 1;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
    transform: translateY(-8px) scale(1.02);
}
/* ==========================================
   5 PRODUCTS PER ROW - DESKTOP
========================================== */

@media (min-width: 1200px) {

    .woocommerce ul.products,
    .woocommerce-page ul.products {
        display: grid !important;
        grid-template-columns: repeat(5, 1fr) !important;
        gap: 26px !important;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
    }

}
/* ===== Premium Product Image Size ===== */

@media (min-width: 1200px) {

.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img {

    width: 84% !important;
    margin: 16px auto 8px !important;
    display: block;
    transition: transform .35s ease;
}

.woocommerce ul.products li.product:hover img,
.woocommerce-page ul.products li.product:hover img {

    transform: scale(1.04);
}
.woocommerce ul.products li.product h2{

    font-size:18px!important;
    font-weight:700!important;
    color:#111827!important;
}	
.woocommerce ul.products li.product .price{

    font-size:15px!important;
    font-weight:600!important;
}
.woocommerce ul.products li.product .button{

    opacity:1!important;
    transform:none!important;
}
	
	/* Hide footer only on the WooCommerce checkout page */
body.woocommerce-checkout footer,
body.woocommerce-checkout #site-footer,
body.woocommerce-checkout .site-footer,
body.woocommerce-checkout [data-elementor-type="footer"] {
  display: none !important;
}

/* Add space underneath the checkout buttons */
body.woocommerce-checkout .woocommerce-checkout {
  padding-bottom: 50px !important;
}
	/* Local reconstitution checkout notice */
.blp-local-service-notice {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0 0 18px;
    padding: 18px;
    background: linear-gradient(135deg, #eef8ff, #ffffff);
    border: 1px solid #9ed8ff;
    border-left: 5px solid #168cff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(22, 140, 255, .12);
}
.blp-local-service-notice{
    max-width:100%;
    width:100%;
    box-sizing:border-box;
    margin:0 0 20px 0;
    padding:15px 18px;
    background:#f8fcff;
    border:1px solid #2ea3f2;
    border-left:4px solid #2ea3f2;
    border-radius:10px;
    display:block;
}

.blp-local-service-icon{
    display:none;
}

.blp-local-service-content strong{
    display:block;
    margin-bottom:8px;
    color:#0b5fa5;
    font-size:16px;
}

.blp-local-service-content p{
    margin:0;
    font-size:14px;
    line-height:1.5;
}

.blp-local-service-content small{
    display:block;
    margin-top:8px;
    font-size:12px;
    color:#666;
}