#main {
    background: #fafafa;
}

.product-image-section, .purchase-section, .review-trust-section, .midSection{
    background: #fff;
}

nav.woocommerce-breadcrumb a {
    color: #00407b !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    padding-top: 20px !important;
}
/* ============================================================
   Gallery section
   ============================================================ */
.desktopHide {
    display: none;
}
.product_gallery_holder {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 3px 3px 10px #a3a2a2;
    max-height: 580px;
}
.product_gallery_holder .woocommerce-product-gallery__image--placeholder img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 580px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #22598c;
}

.border-grey {
    border: 1px solid #d9d9d9;
}

.border-radius {
    border-radius: 10px;
}

.border-padding {
    padding: 18px 16px;
}

.top-section {
    overflow: hidden;
    padding: 18px;
}

.pdf-download-link {
    font-size: 24px;
    display: flex;
}

.single-product .site-inner {
    padding: 0 !important;
}

nav.woocommerce-breadcrumb {
    padding-left: 20px !important;
}

.happypay-widget-container {
    clear: both;
    width: 100%;
    display: none;
}

.happy-pay-body {
    margin-top: 5px;
    display: none !important;
    align-items: center;
    color: #8d8d8d;
}

/* ============================================================
   Top section layout
   ============================================================ */
.productInfoSection {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.woocommerce_product_heading {
    font-size: 21px;
    font-weight: 700;
    color: #00407b;
    line-height: 1.35;
    margin: 0 0 10px;
    min-height: 57px;
}

/* Two-column row: purchase box | trust/reviews */
.product-info-columns {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.midSection {
    /* float: left; */
    width: 100%;
    max-width: 1400px;
    margin: 10px auto 25px;
    overflow: hidden;
}

.midSection h2 {
    font-size: 24px;
    color: #00407b;
}

/* ============================================================
   Purchase section box
   ============================================================ */
.purchase-section {
    flex: 1 1 0;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    min-height: 500px;
}

/* Pricing */
.purchase-pricing {
    text-align: center;
    border-bottom: 1px solid #ececec;
    padding-bottom: 12px;
}

.price-excl-vat {
    display: block;
    font-size: 27px;
    font-weight: 800;
    color: #1b3a6b;
    line-height: 1.2;
}

.vat-label {
    font-size: 27px;
    font-weight: 500;
    color: #1b3a6b;
}

.price-incl-row {
    margin-top: 4px;
    font-size: 20px;
    color: #4c79a2;
}

.price-incl-vat {
    font-weight: 500;
}

.price-divider {
    color: #bbb;
    margin: 0 3px;
}

.price-monthly {
    color: #4c79a2;
    font-weight: 600;
    text-decoration: underline;
}

/* "Not yet ready to buy?" */
.not-ready-text {
    text-align: center;
    font-size: 12px;
    color: #666;
    margin: 0;
}

/* CTA buttons */
.btn-chat-expert,
.btn-speak-expert {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: filter 0.15s ease;
}

.btn-chat-expert:hover,
.btn-speak-expert:hover {
    filter: brightness(0.92);
}

.btn-chat-expert {
    background: #25d366;
    color: #fff;
}

a.btn-chat-expert:hover {
    color: #fff;
    background: #16853f;
}

.btn-speak-expert {
    background: #1b3a6b;
    color: #fff;
}

.btn-speak-expert:hover {
    color: #fff;
    background: #11233e;
}

.btn-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.btn-chat-expert, .btn-speak-expert {
    font-size: 17px;
}

/* Quantity + Buy Now row */
.purchase-actions {
    display: flex;
    gap: 8px;
    align-items: stretch;
}

.quantity-control {
    display: flex;
    align-items: center;
    border: 2px solid #00407b;
    border-radius: 6px;
    overflow: hidden;
}

.qty-btn {
    background: #f5f5f5;
    border: none;
    width: 34px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    line-height: 1;
    padding: 12px 0;
    transition: background 0.1s;
}

button.qty-btn.qty-minus {
    border-right: 2px solid #00407b;
}

button.qty-btn.qty-plus {
    border-left: 2px solid #00407b;
}

.qty-btn:hover {
    background: #e8e8e8;
}

.qty-btn:focus {
    background-color: #00407b !important;
    color: #fff;
}

/* WooCommerce quantity wrapper — remove its default display so our control wraps it */
.quantity-control .quantity {
    display: contents;
}

/* The actual WC qty input (.input-text.qty.text) — target by name too for safety */
.quantity-control .quantity input[name="quantity"],
.quantity-control .quantity .qty {
    width: 42px;
    text-align: center;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 0;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 8px 0;
    height: 100%;
    box-shadow: none;
    -moz-appearance: textfield;
    appearance: textfield;
    background: #fff;
}

.quantity-control .quantity input[name="quantity"]::-webkit-outer-spin-button,
.quantity-control .quantity input[name="quantity"]::-webkit-inner-spin-button,
.quantity-control .quantity .qty::-webkit-outer-spin-button,
.quantity-control .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Hide the screen-reader label WC outputs inside the quantity div */
.quantity-control .quantity .screen-reader-text {
    display: none;
}

.btn-buy-now {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: #1b3a6b;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    cursor: pointer;
    padding: 10px 14px;
    text-decoration: none;
    transition: filter 0.15s ease;
}

.btn-buy-now:hover {
    filter: brightness(1.15);
}

/* SKU */
.product-sku {
    font-size: 0.78rem;
    color: #777;
    margin: 0;
}

.product-sku span {
    font-weight: 600;
    color: #444;
}

/* Payment methods */
.payment-methods {
    border-top: 1px solid #ececec;
    padding-top: 10px;
    text-align: center;
}

.payment-label {
    font-size: 12px;
    color: #888;
    margin: 0 0 7px;
}

.payment-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* flex-wrap: wrap; */
    overflow: hidden;
    padding: 10px 0;
}

.bottomCallToActionHolder  span {
    font-size: 2.5rem;
}

.limitText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 750px;
    display: inline-block;
}

.bottomCallToActionHolder .mobileHide {
    display: flex;
}

.payment-icon {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.payment-visa  { color: #1a1f71; font-size: 1rem; font-style: italic; }
.payment-snapscan { color: #00b140; }
.payment-zapper   { color: #ff6600; }

/* ============================================================
   Review & Trust section
   ============================================================ */
.review-trust-section {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: 1px solid #d9d9d9;
    padding: 12px;
    border-radius: 10px;
}

/* Review scores block */
.review-scores {
    display: flex;
    flex-direction: row;
    gap: 8px;
    border-bottom: 1px solid #d9d9d9;
    /* border-radius: 10px; */
    padding: 12px 0;
    justify-content: center;
}

.review-score-block {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 100%;
}


.review-score-header {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.review-brand {
    font-size: 0.82rem;
    font-weight: 700;
}

.review-brand--google {
    color: #4285f4;
}

.google-g {
    color: #ea4335;
}

.review-brand--facebook {
    color: #1877f2;
    font-weight: 800;
    font-style: italic;
    text-transform: lowercase;
}

.review-type-label {
    font-size: 0.72rem;
    color: #999;
    font-weight: 400;
}

.review-score-body {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.review-number {
    font-size: 17px;
    font-weight: 700;
    color: #333;
}

.stars {
    display: inline-flex;
    gap: 1px;
    font-size: 16px;
}

.stars--google .star--full,
.stars--google .star--half {
    color: #fbbc04;
}

.stars--google .star--empty {
    color: #ddd;
}

.stars--facebook .star--full,
.stars--facebook .star--half {
    color: #fbbc04;
}

.stars--facebook .star--empty {
    color: #ddd;
}

.review-count {
    font-size: 0.7rem;
    color: #999;
}

/* Trust badges list */
.trust-badges {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.trust-badge {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.trust-badge__icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: #4c79a2;
    margin-top: 1px;
}

.trust-badge__icon svg {
    width: 100%;
    height: 100%;
}

.trust-badge__text {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.trust-badge__text strong {
    font-size: 14px;
    font-weight: 700;
    color: #4c79a2;
    line-height: 1.8;
}

.trust-badge__text span {
    font-size: 12px;
    color: #4c79a2;
    line-height: 1.3;
}


/* pdf section */
.pdf-download-link {
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #00407b;
}

.product-pdf-section svg {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin-top: 1px;
    color: #00407b;
}

/* video section */
span.video-embed-wrapper {
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.video-embed-wrapper iframe{
    width: 100%;
}

/* discription section */
ul.key-features-list {
    margin-bottom: 40px;
}

th {
    border-bottom: 1px solid #00407b;
    text-transform: uppercase;
    color:#00407b
}

td:first-child, th:first-child {
    padding-left: 0;
    border-top: 1px solid #00407b;
}

td {
    border-top: 1px solid #00407b !important;
    padding: 6px;
    border-left: 1px solid #eee;
    padding-left: 60px !important;
    color: #00407b;
}

.product-discription-section{
    color:#00407b;
}

td:last-child, th:last-child {
    padding-left: 0;
    border-bottom: 1px solid #00407b !important;
}

ul.related-products-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
}

.related-products-list li {
    min-width: 230px;
    width: calc(95%/4);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 3px 3px 10px #a3a2a2;
}

.related-products-list li a {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
    display: block;
    height: 280px;
    overflow: hidden;
}

.related-products-list li > span {
    padding: 0 10px;
    display: block;
    min-height: 60px;
}

.relatedPriceCartHolder {
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.related-products-list img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

p.relatedPrice {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
}

/* call to action holder */
.bottomCallToActionHolder {
    background: #00407b;
    color: #fff;
    font-weight: 800;
    font-size: 23px;
    position: sticky;
    bottom: 0;
    width: 100%;
    display: none;
}

.bottomCallToActionHolder p {
    margin: 0;
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span.buttonHolder {
    display: flex;
    gap: 20px;
}

.whatsapp-holder {
    display: none;
}

.buttonHolder a {
    width: 200px;
}

.buttonHolder button {
    background: #fff !important;
    color: #00407b;
}

.scrolled{
    display: block !important;
}

button.single_add_to_cart_button.button.alt.btn-buy-now {
    font-size: 20px;
}

.key-features-list li {
    list-style-type: disc !important;
    margin-left: 20px !important;
}
/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1600px) {
    .limitText {
        max-width: 600px;
    }
}
@media (max-width: 1400px) {
    button.single_add_to_cart_button.button.alt.btn-buy-now {
        font-size: 16px;
    }
    .limitText {
        max-width: 450px;
    }
}
@media (max-width: 1200px) {
    .product-info-columns {
        display: block;
    }
    
    .limitText {
        max-width: 250px;
    }

    .purchase-section {
        margin-bottom: 20px;
    }

    .related-products-list li {
        width: calc(95%/2);
    }

    .limitText {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 250px;
        display: inline-block;
    }
}
@media (max-width: 860px) {
    .product-info-columns {
        flex-direction: column;
    }

    .desktopHide {
        display: block;
    }

    .review-trust-section {
        flex: unset;
        width: 100%;
    }

    .review-scores {
        flex-direction: row;
        gap: 16px;
    }

    .review-score-block + .review-score-block {
        border-top: none;
        border-left: 1px solid #ececec;
        padding-top: 0;
        padding-left: 16px;
    }

    .buttonHolder a {
        width: unset;
    }

    .bottomCallToActionHolder p {
        justify-content: center;
        align-items: center;
    }

    .product-image-section.one-half.first {
        margin-bottom: 20px;
    }

    .midSection {
        margin: 0 20px;
        width: unset;
    }

    .bottomCallToActionHolder {
        display: block;
    }
}

