:root {
    --green: #67C34DFF;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    max-height: 100%;

}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.25;
    color: #000;
    background-color: rgb(255, 255, 255);
    padding: 10px 0 80px;
}

.container {
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.hero-slider-main .swiper-slide img {
    border-radius: 10px;
}

.hero-slider-thumbs .swiper-slide {
    border-radius: 6px;
    overflow: hidden;
}

.hero-slider .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.hero-slider .swiper-slide video {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.hero-slider-thumbs .swiper-slide video,
.hero-slider-thumbs .swiper-slide .hero-thumb-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-thumb-video {
    /* Prevent controls from showing and keep tiny previews muted */
    background: #000;
}

.hero-slider-thumbs {
    margin-top: 12px;
}

.hero-slider-thumbs .swiper-slide {
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    opacity: 0.6;
    border: 2px solid transparent;
}

.hero-slider-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: var(--green);
}

.hero-slider-thumbs .swiper-slide img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    display: block;
}

.swiper-button-next,
.swiper-button-prev {
    background: #F6F9FE54;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 15px;
}

.content {
    /* readable line-height and comfortable spacing */
    color: #222;
    line-height: 1.65;
    font-size: 1rem;
    word-wrap: break-word;
}

.content p {
    margin: 0 0 1.25rem;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    text-align: center;
    text-transform: uppercase;
    color: #3c69bd;
    margin: 1.2rem 0 0.6rem;
    line-height: 1.15;
    font-weight: 700;
}

/* Slight size scale for headings, editable if you want different sizes */
.content h1 {
    font-size: 1.6rem;
}

.content h2 {
    font-size: 1.15rem;
}

.content h3 {
    font-size: 1.15rem;
}

.content h4 {
    font-size: 1.15rem;
}

.content h5 {
    font-size: 1rem;
}

.content h6 {
    font-size: 0.95rem;
}

.content img,
.content figure img {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1rem;
}

.content figure {
    margin: 0 0 1.25rem;
}

.content figcaption {
    font-size: 0.9rem;
    color: #666;
    text-align: center;
    margin-top: 0.35rem;
}

.content ul,
.content ol {
    margin: 0 0 1.25rem 1.25rem;
    padding: 0;
}

.content blockquote {
    margin: 0 0 1.25rem;
    padding: 0.75rem 1rem;
    border-left: 4px solid #e6eef9;
    background: #fbfdff;
    color: #444;
}

.content a {
    color: #3c69bd;
    text-decoration: underline;
}

.content table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 1.25rem;
}

.content th,
.content td {
    border: 1px solid #e6e6e6;
    padding: 0.5rem 0.75rem;
    text-align: left;
}

.content .alignleft {
    margin-right: 1rem;
}

.content .alignright {
    margin-left: 1rem;
}


.hero-slider {
    margin-bottom: 10px;
}

.product-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 10px;
}


.product-rating {
    margin-bottom: 25px;
    color: #000;
    text-decoration: none;
    display: block;
}





.price {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.6rem 1rem;
    margin-bottom: 25px;
}

.price .old-price {
    color: #888;
    text-decoration: line-through;
    font-size: 1rem;
}

.price .new-price {
    color: #3c69bd;
    /* site accent */
    font-weight: 800;
    font-size: 1.6rem;
}

.price .discount {
    background: #e9f7ef;
    color: #2b8a3e;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.25rem 0.6rem;
    border-radius: 3px;
}

/* stacked on small screens */
@media (max-width: 480px) {
    .price .new-price {
        font-size: 1.4rem;
    }
}


.hero-list {
    list-style: none;
    padding-left: 10px;
    margin-bottom: 25px;
}

.hero-list li:not(:last-child) {
    margin-bottom: 2px;
}

.btn {
    width: 100%;
    height: 45px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--green);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    border: 0;
}

.btn img {
    width: 23px;
}

.benefits-image {
    display: flex;
    width: 100%;
    margin: 15px auto 0;
}

.quote {
    background: #5668FFFF;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
    color: #fff;
    margin-top: 10px;
}

.hero-video video {
    display: flex;
    width: 100%;
    height: auto;
}


.split-slider {
    position: relative;
    height: 350px;
    overflow: hidden;
    margin-bottom: 25px;
}

.split-slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
}

.split-slider .slider {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
}

.split-slider .right {
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}

.split-text {
    position: absolute;
    top: 10px;
    color: #020817;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    z-index: 13;
    padding: 4px 10px;
    border-radius: 6px;
    background: hsla(0, 0%, 100%, .8);
}

.split-text-left {
    left: 10px;
}

.split-text-right {
    right: 10px;
}

/* Fixed bottom order button (minimal JS toggles body .order-now-fixed-visible) */
.order-now-fixed {
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
    transform: translateY(6px);
    /* default fallback layout: center and limit to container max-width */
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    width: calc(100% - 30px);
    max-width: 420px;
    /* matches .container max-width in this theme */
    box-sizing: border-box;
}

.order-now-fixed.btn {
    height: 45px;
    align-items: center;
    justify-content: center;
}

body.order-now-fixed-visible .order-now-fixed {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

@media (max-width: 420px) {
    .order-now-fixed {
        width: calc(100% - 10px);
        left: 50%;
        transform: translateX(-50%) translateY(6px);
    }

    body.order-now-fixed-visible .order-now-fixed {
        transform: translateX(-50%) translateY(0);
    }
}

/* If the cloned fixed button is placed inside .container, make it fill container width */
.container .order-now-fixed {
    width: calc(100% - 30px) !important;
    max-width: calc(390px - 15px) !important;
    transform: translateX(0) translateY(6px);
    left: 50% !important;
    transform: translateX(-50%) !important;
}

@media (max-width: 420px) {
    .container .order-now-fixed {
        width: 100% !important;
        max-width: 100% !important;
    }
}

body.order-now-fixed-visible .container .order-now-fixed {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

/* Checkout form styles */
.checkout-form-wrap {
    margin: 18px 0 40px;
}

.checkout-form {
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(24, 39, 88, 0.06);
}

.checkout-form-title {
    font-size: 1.05rem;
    margin: 0 0 12px;
    text-align: center;
    text-transform: uppercase;
    color: #253a8a;
}

.checkout-form .field {
    margin-bottom: 12px;
}

.checkout-form label {
    display: block;
    font-size: 0.85rem;
    margin-bottom: 6px;
    color: #333;
}

.checkout-form input[type="text"],
.checkout-form input[type="tel"] {
    width: 100%;
    height: 44px;
    padding: 8px 12px;
    border: 1px solid #e6e9f2;
    border-radius: 6px;
    font-size: 15px;
    outline: none;
}

.checkout-form input[type="text"]:focus,
.checkout-form input[type="tel"]:focus {
    border-color: var(--green);
    box-shadow: 0 4px 14px rgba(103, 195, 77, 0.08);
}

.checkout-form .checkout-submit {
    width: 100%;
    height: 44px;
}

.checkout-form-message {
    margin-top: 10px;
    font-size: 0.95rem;
    display: none;
}

.checkout-form-message.success {
    color: #1a7f2a;
    display: block;
}

.checkout-form-message.error {
    color: #d32f2f;
    display: block;
}

/* Delivery option styles */
.delivery-field {
    margin-top: 12px;
}

.delivery-option {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    user-select: none;
}

.delivery-checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.delivery-custom {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #ff8c00;
    background: transparent;
    display: inline-block;
    flex: 0 0 22px;
    transition: background .12s ease, transform .12s ease;
}

.delivery-option input:checked+.delivery-custom {
    background: #ff8c00;
    transform: scale(1.03);
}

.delivery-text {
    font-weight: 700;
    text-transform: uppercase;
    color: #737373;
    font-size: 0.95rem;
}

.delivery-icon {
    margin: 0 auto 10px;
    display: flex;
    /* place your image inside this div or replace it with an <img> */
}

.delivery-note {
    color: #737373;
    font-size: 14px;
    text-align: center;
}

.slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 100%;
    z-index: 10;
    transform: translateX(-50%);
    cursor: ew-resize;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-handle svg {
    position: absolute;
    top: calc(50% - 20px);
    left: 4px;
    width: 40px;
    height: 40px;
    padding: 5px;
    border: 5px solid #fff;
    color: #fff;
    border-radius: 100%;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.slider-handle:before {
    content: " ";
    display: block;
    width: 6px;
    height: calc(50% - 20px + 2px);
    position: absolute;
    left: 50%;
    margin-left: -3px;
    z-index: 3;
    transition: .1s;
    top: 0;
    background: #fff;
}

.slider-handle:after {
    content: " ";
    display: block;
    width: 6px;
    height: calc(50% - 20px + 2px);
    position: absolute;
    left: 50%;
    margin-left: -3px;
    z-index: 3;
    transition: .1s;
    top: calc(50% + 20px - 2px);
    background: #fff;
}

/* Reviews form styles */
.reviews-form {
    margin-top: 18px;
}

.reviews-form .review-message {
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
}

.reviews-form .review-success {
    background: #e9f7ef;
    color: #2b8a3e;
}

.reviews-form .review-error {
    background: #ffe9e9;
    color: #c23a3a;
}

.review-form .field {
    margin-bottom: 10px;
}

.review-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.review-form input[type="text"],
.review-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
}

.review-stars {
    display: inline-block;
    font-size: 22px;
    color: #ddd;
    cursor: pointer;
    user-select: none;
}

.review-stars .star {
    padding: 0 4px;
    color: #ddd;
    transition: color .12s;
}

.review-stars .star.active {
    color: #f5b301;
}

.review-stars .star.hover {
    color: #ffd466;
}

.reviews-list {
    margin-top: 12px;
}

.single-review {
    border-top: 1px solid #f0f0f0;
    padding: 10px 0;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.review-author {
    font-weight: 700;
}

.review-rating {
    color: #f5b301;
}

.review-body {
    color: #333;
}

/* Reviews slider styles */
.reviews {
    margin-top: 18px;
}

.reviews .reviews-swiper {
    position: relative;
    padding-bottom: 40px;
    /* reserve space for pagination so it doesn't overlap attached image */
}

.reviews .review-slide {
    /* increased left padding as requested */
    padding: 14px 12px 14px 22px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border-radius: 12px;
    border: 1px solid #eef3f8;
    margin-bottom: 12px;
    /* remove heavy transitions so there are no hover effects */
    position: relative;
    overflow: hidden;
}

/* Inner highlight and accent that will be visible even if an outer container uses overflow:hidden */
.reviews .review-slide::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: linear-gradient(180deg, rgba(103, 195, 77, 0.95), rgba(103, 195, 77, 0.6));
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    pointer-events: none;
}

.reviews .review-slide::after {
    /* subtle inner border to give depth without using an outer drop shadow */
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    pointer-events: none;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.03);
}

/* Hover effects intentionally removed per request */
.review-head {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 8px;
}

.review-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 54px;
}

.review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.review-meta {
    display: flex;
    flex-direction: column;
}

.review-name {
    font-weight: 700;
    margin-bottom: 4px;
}

.review-rating img {
    width: 86px;
    height: auto;
    display: block;
    margin-bottom: 4px;
}

.review-date {
    font-size: 12px;
    color: #888;
}

.review-text {
    margin: 8px 0;
    color: #222;
}

.review-attached {
    margin-top: 10px;
}

.review-attached img {
    width: 60%;
    border-radius: 8px;
    display: block;
    margin: 10px auto 0;
}

.review-attached.placeholder {
    height: 0;
}

/* Pagination positioned inside the slider but below slides (won't overlap attached image) */
.reviews-swiper .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    text-align: center;
}

.review-confirmed {
    color: var(--green);
    font-weight: 700;
    font-size: 12px;
    margin-top: 6px;
}


.checkout-title {
    font-size: 20px;
    text-transform: uppercase;
    width: max-content;
    margin: 0 auto 25px;
    border: 4px solid #5668FFFF;
    padding: 5px 20px;
    border-radius: 100px;
}

.checkout-count-text {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
}

.checkout-count-text span {
    color: rgb(226, 99, 31);
    font-weight: bold;
}

.checkount-count-slider {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
}


/* Checkout product frame styles */
.checkout-product-frame {
    border: 1px solid #e6e6e6;
    padding: 16px;
    border-radius: 8px;
    background: #fff;
    max-width: 900px;
    margin-top: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.checkout-prod-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.checkout-prod-image img {
    width: 130px;
    height: 140px;
    object-fit: cover;
    border-radius: 6px;
}

.checkout-prod-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.checkout-prod-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #222;
}

.checkout-prod-prices {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-top: 6px;
}

.checkout-old-price {
    text-decoration: line-through;
    color: #888;
    font-size: 12px;
}

.checkout-new-price {
    background: #f7f9fb;
    padding: 6px 9px;
    border-radius: 6px;
    color: #c0392b;
    font-weight: 700;
    font-size: 16px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.02);
}


/* Fixed bottom "order now" button styles */
.order-now-fixed {
    /* starts hidden; visibility toggled with .visible */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .25s ease, transform .25s ease;
    pointer-events: none;
    /* disabled until visible */
}

.order-now-fixed.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Ensure the cloned .btn fills the container width and looks like the original */
.order-now-fixed.btn {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 600px) {

    /* small tweaks for narrow viewports if needed */
    .order-now-fixed {
        left: 0 !important;
        width: 100% !important;
    }
}



.delivery-option {
    border-color: #d9d9d9;
    border: 1px solid #d9d9d9;
    border-radius: 6px 6px 0 0;
    display: flex;
    padding: 8px 17px;
    margin: 0 !important;

}

.delivery-option {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.delivery-info {
    border-radius: 0 0 6px 6px;
    padding: 5px 20px;
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
    border-top: 0;
}

@media (max-width: 420px) {
    .page-template-checkout .container {
        padding: 0 15px;
    }

    .hero-slider {
        margin: 0 -15px 10px;
    }

    .quote {
        margin: 0 -15px;
    }

    .hero-video,
    .split-slider,
    .content figure {
        margin: 0 -15px;
    }

    .order-now-fixed.btn {
        width: calc(100% - 30px) !important;
    }

    

}

.content p {
    text-align: justify;
}

.page-template-checkout {
    padding-bottom: 0 !important;
}

.page-template-checkout {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    gap: 35px;
}

.checkout-container {
    flex: 1;
}

.footer {
    background: #5668FFFF;
    padding: 48px 15px;
    text-align: center;
}

.footer__title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 20px;
    color: #fff;
}

.footer-menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
    margin-bottom: 15px;
}

.footer-menu a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.footer__socials {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
}

.footer__socials a {
    display: flex;
}

.footer__copyright {
    color: #fff;
    font-size: 16px;
}