/* Scoped to single-product purchasing controls, never the cart or product lists. */
body.single-product .elementor-location-single .elementor-element-7ecde727 .elementor-heading-title {
    font-size: clamp(28px, 3vw, 40px); line-height: 1.16; letter-spacing: -.025em; font-weight: 600;
}
body.single-product .elementor-location-single .elementor-element-2d4cd83a .elementor-heading-title {
    font-size: 30px; line-height: 1.2; font-weight: 650; color: #174f52;
}
body.single-product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery {
    border: 1px solid #e6ecea; border-radius: 20px; padding: 16px; overflow: hidden; background: #fff;
}
body.single-product .elementor-widget-woocommerce-product-images .flex-control-thumbs {
    display: flex; gap: 10px; padding-top: 12px !important;
}
body.single-product .elementor-widget-woocommerce-product-images .flex-control-thumbs li {
    max-width: 80px; border-radius: 10px; overflow: hidden;
}
body.single-product .elementor-widget-woocommerce-product-images .flex-control-thumbs img {
    border: 1px solid #e5ecea; border-radius: 10px;
}
body.single-product .elementor-widget-woocommerce-product-images .flex-control-thumbs img.flex-active {
    border-color: #174f52;
}
body.single-product .elementor-add-to-cart form.cart:not(.grouped_form),
body.single-product .summary form.cart:not(.grouped_form) {
    display: grid !important; grid-template-columns: 132px minmax(0, 1fr); gap: 12px;
    align-items: start; padding: 18px; margin: 0 0 20px !important;
    background: #f6faf9; border: 1px solid #dce8e5; border-radius: 16px;
}
body.single-product form.cart .variations,
body.single-product form.cart .single_variation_wrap { grid-column: 1 / -1; width: 100%; }
body.single-product form.cart .woocommerce-variation-add-to-cart {
    display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 12px;
}
body.single-product form.cart .quantity {
    grid-column: 1; grid-row: 1; margin: 0 !important; width: 132px !important;
    min-height: 54px; display: flex !important; align-items: stretch;
    border: 1px solid #b6cbc7; border-radius: 10px; background: #fff; overflow: hidden;
}
body.single-product form.cart .quantity input.qty {
    min-width: 0 !important; width: 100% !important; height: 52px !important;
    padding: 0 3px !important; margin: 0 !important; border: 0 !important;
    border-radius: 0; background: transparent; color: #183c3c; font-size: 16px; text-align: center;
}
body.single-product form.cart .quantity.ntp-quantity-ready input.qty { appearance: textfield; -moz-appearance: textfield; }
body.single-product form.cart .quantity.ntp-quantity-ready input.qty::-webkit-inner-spin-button,
body.single-product form.cart .quantity.ntp-quantity-ready input.qty::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
body.single-product form.cart .ntp-quantity-step {
    flex: 0 0 40px; width: 40px; padding: 0; border: 0; border-radius: 0;
    background: transparent !important; color: #174f52 !important; font: 500 22px/1 sans-serif; cursor: pointer;
}
body.single-product form.cart .ntp-quantity-step:hover { background: #e9f3ef !important; }
body.single-product form.cart .ntp-quantity-step:disabled { opacity: .35; cursor: default; }
body.single-product form.cart .single_add_to_cart_button {
    grid-column: 2; grid-row: 1; width: 100% !important; min-width: 0 !important;
    min-height: 54px; margin: 0 !important; padding: 14px 12px !important;
    background: #174f52 !important; color: #fff !important; border: 1px solid #174f52 !important;
    border-radius: 10px !important; font-size: 15px !important; font-weight: 650 !important;
    line-height: 1.3 !important; white-space: normal;
}
body.single-product form.cart .single_add_to_cart_button:hover { background: #103e40 !important; }
body.single-product form.cart button:focus-visible,
body.single-product form.cart input:focus-visible { outline: 3px solid #70a69d !important; outline-offset: 2px; }
body.single-product form.cart .ntp-payment-note {
    grid-column: 1 / -1; grid-row: 2; display: flex; justify-content: center; align-items: center;
    gap: 9px; margin: 0; color: #466560; font-size: 13px; line-height: 1.45; text-align: left;
}
body.single-product form.cart .ntp-payment-note img { flex-shrink: 0; width: 24px; height: 24px; }
body.single-product form.cart .ntp-payment-note--cashapp { color: #184e41; font-size: 14px; font-weight: 600; }
body.single-product form.cart .ntp-payment-note small { display: block; color: #56706a; font-size: 12px; font-weight: 400; }
body.single-product form.cart .wc-revolut-payment-request-instance {
    grid-column: 1 / -1; grid-row: 3; min-width: 0; width: 100% !important;
    margin: 2px 0 0 !important; padding: 12px 0 0 !important; border-top: 1px solid #dce8e5;
}
body.single-product form.cart #revolut-payment-request-button { width: 100%; overflow: hidden; border-radius: 8px; }
@media (max-width: 767px) {
    body.single-product .elementor-location-single .elementor-element-7ecde727 .elementor-heading-title { font-size: 28px; }
    body.single-product .elementor-location-single .elementor-element-2d4cd83a .elementor-heading-title { font-size: 27px; }
    body.single-product .elementor-add-to-cart form.cart:not(.grouped_form),
    body.single-product .summary form.cart:not(.grouped_form) { padding: 14px; gap: 12px 10px; }
    body.single-product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery { padding: 8px; border-radius: 16px; }
    body.single-product .woocommerce-product-gallery__image img { max-height: 370px; object-fit: contain; }
}
@media (prefers-reduced-motion: reduce) {
    body.single-product form.cart button { transition: none !important; }
}

body.single-product form.cart .ntp-payment-reassurance {
    grid-column: 1 / -1; grid-row: 2; display: flex; flex-direction: column; gap: 9px; min-width: 0;
}
body.single-product form.cart .ntp-card-strip { display: flex; flex-wrap: wrap; gap: 7px 12px; }
body.single-product form.cart .ntp-secure-label { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; font-size: 12px; }
body.single-product form.cart .ntp-card-icons { display: inline-flex; align-items: center; gap: 5px; }
body.single-product form.cart .ntp-card-strip .ntp-card-icons img { width: 36px; height: 24px; object-fit: contain; margin: 0; border: 0; }
