.cola-product-video-slide {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f5f5f3;
}

.cola-product-video-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #0b1620;
}

.cola-product-video {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 720px;
    object-fit: contain;
    background: #0b1620;
}

.woocommerce-product-gallery .flex-control-thumbs img[src*="poster"],
.woocommerce-product-gallery .flex-control-thumbs img {
    object-fit: cover;
}

@media (max-width: 767px) {
    .cola-product-video-frame {
        min-height: 280px;
    }
}

.cola-product-tagline{font-size:18px;line-height:1.55;color:#40525d;margin:14px 0}.cola-purchase-confidence{display:flex;flex-wrap:wrap;gap:8px 14px;margin:18px 0 10px;padding:14px 0;border-top:1px solid #e3e8e5;border-bottom:1px solid #e3e8e5;font-size:14px;font-weight:700;color:#153f37}.cola-wholesale-summary-link{display:inline-block;margin:8px 0 18px;color:#e95622;font-weight:800;text-decoration:none}.cola-enhanced-product-page{clear:both;width:min(1180px,calc(100% - 40px));margin:70px auto 30px;color:#112f4b}.cola-detail-section{padding:74px 0;border-top:1px solid #e1e7e4}.cola-section-kicker{margin:0 0 12px;color:#e95622;font-size:13px;font-weight:900;letter-spacing:.14em}.cola-detail-section h2,.cola-wholesale-cta h2{margin:0 0 28px;font-size:clamp(32px,4vw,54px);line-height:1.04}.cola-description-content{max-width:none;font-size:18px;line-height:1.75;color:#41535d}.cola-proof-strip{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid #dfe7e3;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 18px 50px rgba(18,47,75,.07)}.cola-proof-strip div{padding:28px 20px;border-right:1px solid #dfe7e3}.cola-proof-strip div:last-child{border:0}.cola-proof-strip strong,.cola-proof-strip span{display:block}.cola-proof-strip strong{font-size:22px;color:#e95622}.cola-proof-strip span{margin-top:7px;font-size:13px;font-weight:800;color:#5e6d75;text-transform:uppercase;letter-spacing:.08em}.cola-fit-grid,.cola-included-specs{display:grid;grid-template-columns:1fr 1fr;gap:24px}.cola-fit-card{padding:34px;border-radius:18px;background:#eef7f3}.cola-fit-card.is-caution{background:#fff5ed}.cola-fit-card h3{margin-top:0;font-size:24px}.cola-fit-card ul,.cola-check-list{margin:0;padding:0;list-style:none}.cola-fit-card li,.cola-check-list li{padding:10px 0;border-bottom:1px solid rgba(17,47,75,.1);font-size:17px}.cola-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cola-benefit-grid article{padding:30px;border-radius:18px;background:#f5f7f5}.cola-benefit-grid article>span{color:#e95622;font-weight:900}.cola-benefit-grid h3{font-size:22px;margin:30px 0 10px}.cola-benefit-grid p{color:#596972;line-height:1.6}.cola-included-specs>div{padding:38px;border-radius:18px;background:#f5f7f5}.cola-spec-list{margin:0}.cola-spec-list div{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:12px 0;border-bottom:1px solid #dce4e0}.cola-spec-list dt{color:#68767d}.cola-spec-list dd{margin:0;text-align:right;font-weight:800}.cola-step-list{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:0;padding:0;list-style:none}.cola-step-list li{padding:26px;border-top:3px solid #e95622;background:#fafbf9}.cola-step-list span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#112f4b;color:#fff;font-weight:900}.cola-step-list p{margin:22px 0 0;line-height:1.55}.cola-faq-section{max-width:900px;margin-inline:auto}.cola-faq-section details{border-top:1px solid #dce4e0}.cola-faq-section details:last-child{border-bottom:1px solid #dce4e0}.cola-faq-section summary{cursor:pointer;padding:22px 40px 22px 0;font-size:18px;font-weight:850}.cola-faq-section details p{margin:0 0 22px;color:#586972;line-height:1.7}.cola-aftercare{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cola-aftercare>div{padding:28px;border:1px solid #dfe6e3;border-radius:16px}.cola-aftercare span{color:#e95622;font-weight:900}.cola-aftercare h3{font-size:21px}.cola-aftercare p{color:#5b6b73;line-height:1.55}.cola-wholesale-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:48px;border-radius:22px;background:#0e332c;color:#fff}.cola-wholesale-cta h2{margin-bottom:12px}.cola-wholesale-cta p{color:#dceae6}.cola-wholesale-cta a{flex:none;padding:16px 22px;border-radius:8px;background:#ff5b25;color:#fff;font-weight:900;text-decoration:none}.woocommerce-tabs.wc-tabs-wrapper{width:min(1180px,calc(100% - 40px));margin:30px auto 60px}

/* Product-overview images must remain complete instead of being cropped into narrow gallery tiles. */
.cola-description-content .wp-block-gallery,
.cola-description-content .blocks-gallery-grid,
.cola-description-content .gallery {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    width: 100% !important;
}

.cola-description-content .wp-block-gallery figure.wp-block-image,
.cola-description-content .blocks-gallery-item,
.cola-description-content .gallery-item,
.cola-description-content figure.wp-block-image {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
    margin: 0 !important;
    overflow: visible !important;
}

.cola-description-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image img,
.cola-description-content .blocks-gallery-grid img,
.cola-description-content .gallery img,
.cola-description-content figure.wp-block-image img,
.cola-description-content > p img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center !important;
    flex: none !important;
    border-radius: 18px;
}

.cola-pump-comparison-section {
    overflow: hidden;
}

.cola-comparison-intro {
    max-width: 760px;
    margin: -10px 0 26px;
    color: #596972;
    font-size: 17px;
    line-height: 1.65;
}

.cola-comparison-image-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #dfe7e3;
    border-radius: 18px;
    background: #f7faf9;
    box-shadow: 0 18px 50px rgba(18,47,75,.07);
    -webkit-overflow-scrolling: touch;
}

.cola-comparison-image-scroll img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    object-fit: contain;
}
@media(max-width:900px){.cola-proof-strip{grid-template-columns:repeat(2,1fr)}.cola-proof-strip div{border-bottom:1px solid #dfe7e3}.cola-benefit-grid,.cola-step-list{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.cola-enhanced-product-page{width:calc(100% - 28px);margin-top:44px}.cola-detail-section{padding:50px 0}.cola-proof-strip,.cola-fit-grid,.cola-included-specs,.cola-benefit-grid,.cola-step-list,.cola-aftercare{grid-template-columns:1fr}.cola-proof-strip div{border-right:0}.cola-included-specs>div{padding:26px}.cola-wholesale-cta{align-items:flex-start;flex-direction:column;padding:32px 24px}.cola-wholesale-cta a{width:100%;box-sizing:border-box;text-align:center}.woocommerce-tabs.wc-tabs-wrapper{width:calc(100% - 28px)}.cola-description-content .wp-block-gallery,.cola-description-content .blocks-gallery-grid,.cola-description-content .gallery{gap:16px!important}.cola-comparison-image-scroll img{width:980px}.cola-comparison-image-scroll:after{content:'Swipe to view the full comparison →';position:sticky;left:14px;bottom:10px;display:inline-block;margin:0 0 10px 14px;padding:7px 10px;border-radius:999px;background:rgba(17,47,75,.9);color:#fff;font-size:11px;font-weight:800;letter-spacing:.02em}}
