:root{--cfs-bg:#090a0b;--cfs-bg2:#0f1012;--cfs-card:#141519;--cfs-card2:#1a1b1f;--cfs-red:#c81018;--cfs-red2:#ee2a32;--cfs-red-dark:#7b0a0f;--cfs-text:#f7f7f7;--cfs-soft:#d4d5d7;--cfs-muted:#97999e;--cfs-line:#2d2f34;--cfs-radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cfs-bg);color:var(--cfs-text);font-family:system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif;line-height:1.75}a{text-decoration:none;color:inherit}.cfs-container{width:min(1180px,100% - 28px);margin-inline:auto}.cfs-site{min-height:100vh;background:radial-gradient(circle at 50% 0,rgba(200,16,24,.10),transparent 24%),var(--cfs-bg)}.cfs-topbar{background:linear-gradient(90deg,#8b0007,#d2111a,#8b0007);font-size:12px}.cfs-topbar-inner{height:32px;display:flex;align-items:center;justify-content:space-between}.cfs-header{position:sticky;top:0;z-index:80;background:rgba(8,9,11,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05)}.cfs-header-inner{min-height:94px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.cfs-header-actions{display:flex;gap:10px}.cfs-header-actions-end{justify-content:flex-end}.cfs-icon-btn{width:46px;height:46px;border-radius:13px;border:1px solid #3b3d43;background:#111216;color:#fff;display:grid;place-items:center;font-size:21px;cursor:pointer;position:relative}.cfs-cart-count{position:absolute;right:-6px;top:-7px;min-width:21px;height:21px;padding:0 5px;border-radius:999px;background:var(--cfs-red2);display:grid;place-items:center;font-size:10px;font-weight:800}.cfs-logo img,.cfs-logo .custom-logo{width:170px;max-height:70px;object-fit:contain;display:block}.cfs-drawer{max-height:0;overflow:hidden;transition:.25s;background:#0d0e10}.cfs-drawer.is-open{max-height:420px;border-top:1px solid var(--cfs-line)}.cfs-drawer ul{list-style:none;margin:0;padding:18px 0;display:grid;gap:8px}.cfs-drawer a{display:block;padding:10px 12px;border-radius:10px}.cfs-drawer a:hover{background:var(--cfs-card);color:#fff}.cfs-hero{padding:20px 0 34px}.cfs-hero-card{min-height:430px;border-radius:24px;border:1px solid #34363b;display:grid;place-items:center;text-align:center;overflow:hidden;position:relative;background:radial-gradient(circle at 50% 90%,rgba(220,0,20,.42),transparent 30%),radial-gradient(circle at 50% 10%,rgba(120,0,10,.18),transparent 45%),linear-gradient(145deg,#151116,#08090b)}.cfs-hero-card:before{content:"";position:absolute;width:720px;height:720px;border-radius:50%;border:2px solid rgba(220,18,26,.55);top:-540px;left:50%;transform:translateX(-50%);box-shadow:0 0 80px rgba(220,18,26,.20)}.cfs-hero-copy{position:relative;z-index:2;padding:30px}.cfs-hero-logo{width:210px;max-width:70vw;margin:0 auto 12px;display:block}.cfs-hero h1{font-size:42px;margin:0 0 10px}.cfs-hero h1 span,.cfs-promo h2 span{color:var(--cfs-red2)}.cfs-hero p{color:var(--cfs-soft);max-width:650px;margin:0 auto 24px}.cfs-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;font-weight:800;transition:.2s}.cfs-btn-primary,.cfs-btn-cart{background:linear-gradient(180deg,var(--cfs-red2),#a3080f);color:#fff!important;border:1px solid #ff454d;box-shadow:0 0 14px rgba(220,20,28,.22)}.cfs-btn-primary{min-height:50px;padding:0 24px}.cfs-btn:hover{transform:translateY(-1px)}.cfs-section{padding:32px 0}.cfs-section-alt{background:#0b0c0e}.cfs-title-line{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:24px}.cfs-title-line i{width:54px;height:3px;border-radius:999px;background:var(--cfs-red2)}.cfs-title-line h2{margin:0;background:linear-gradient(90deg,#6d0d12,#a60f16,#6d0d12);padding:8px 28px;border-radius:11px;font-size:26px}.cfs-products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.cfs-product-card{background:linear-gradient(180deg,#141519,#0d0e10);border:1px solid rgba(238,42,50,.6);border-radius:20px;padding:12px;text-align:center;overflow:hidden}.cfs-product-media img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:14px;display:block}.cfs-product-content{padding:14px 5px 4px}.cfs-product-content h3{margin:0 0 8px;font-size:20px}.cfs-price{color:var(--cfs-red2);font-size:18px;font-weight:800;margin-bottom:14px}.cfs-price del{color:#777;font-size:.85em}.cfs-price ins{text-decoration:none}.cfs-btn-cart{width:100%;min-height:46px}.cfs-faq{max-width:900px;margin:auto}.cfs-faq details{background:linear-gradient(90deg,#17181b,#101114);border:1px solid #34363b;border-radius:9px;margin-bottom:9px;overflow:hidden}.cfs-faq summary{cursor:pointer;list-style:none;padding:15px 18px;font-weight:700}.cfs-faq summary::-webkit-details-marker{display:none}.cfs-faq summary:after{content:"+";float:left;width:30px;height:30px;border:1px solid var(--cfs-red2);color:var(--cfs-red2);border-radius:50%;display:grid;place-items:center}.cfs-faq details[open] summary:after{content:"−"}.cfs-faq p{color:var(--cfs-soft);padding:0 18px 16px;margin:0}.cfs-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.cfs-benefit{background:linear-gradient(145deg,#121317,#0c0d0f);border:1px solid #36383d;border-radius:17px;min-height:180px;display:grid;place-items:center;align-content:center;text-align:center}.cfs-benefit b{width:62px;height:62px;border-radius:50%;border:1px solid var(--cfs-red2);display:grid;place-items:center;font-size:28px;margin-bottom:10px}.cfs-benefit h3,.cfs-benefit p{margin:3px}.cfs-benefit p{color:var(--cfs-soft)}.cfs-promo{border:1px solid #3b2024;border-radius:18px;min-height:180px;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:26px;background:radial-gradient(circle at 85% 50%,rgba(210,0,18,.25),transparent 34%),linear-gradient(120deg,#111216,#171014)}.cfs-promo img{width:220px;max-width:70%;justify-self:center}.cfs-promo h2{font-size:30px;margin:0 0 6px}.cfs-promo p{color:var(--cfs-soft);margin:0}.cfs-footer{background:#0a0b0d;border-top:1px solid #292b30;padding:42px 0 95px}.cfs-footer-grid{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:28px}.cfs-footer-brand img{width:180px}.cfs-footer-brand p{color:var(--cfs-soft);max-width:520px}.cfs-footer h3{color:var(--cfs-red2)}.cfs-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}.cfs-socials{display:flex;gap:10px}.cfs-socials a{width:44px;height:44px;border-radius:50%;border:1px solid var(--cfs-red2);display:grid;place-items:center}.cfs-payments{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}.cfs-payments span{background:#fff;color:#111;border-radius:6px;padding:5px 9px;font-size:11px;font-weight:800}.cfs-copy{text-align:center;color:#777;margin-top:30px}.cfs-main{padding:30px 0 110px;min-height:60vh}.cfs-page-card{background:transparent}.cfs-page-head{text-align:center;margin-bottom:24px}.cfs-entry-content{color:var(--cfs-soft)}.cfs-entry-content a{color:var(--cfs-red2)}.cfs-center{text-align:center}.cfs-mobile-nav{display:none}.cfs-pulse{animation:cfsPulse .5s}@keyframes cfsPulse{50%{transform:scale(1.1)}}
/* WooCommerce general */
.woocommerce .woocommerce-breadcrumb{color:var(--cfs-muted);margin-bottom:18px}.woocommerce .woocommerce-breadcrumb a{color:#fff}.woocommerce div.product{background:var(--cfs-card);border:1px solid var(--cfs-line);border-radius:20px;padding:18px}.woocommerce div.product div.images img{border-radius:15px}.woocommerce div.product .product_title{color:#fff}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--cfs-red2)}.woocommerce div.product form.cart{display:flex;gap:10px;align-items:center}.woocommerce .quantity .qty{background:#1a1b1f;color:#fff;border:1px solid #44474e;border-radius:10px;min-height:46px}.woocommerce button.button,.woocommerce a.button,.woocommerce input.button,.woocommerce #respond input#submit{background:linear-gradient(180deg,var(--cfs-red2),#a3080f)!important;color:#fff!important;border:1px solid #f53c44!important;border-radius:10px!important}.woocommerce-message,.woocommerce-info,.woocommerce-error{background:var(--cfs-card)!important;color:#fff!important;border:1px solid rgba(238,42,50,.5)!important;border-top:3px solid var(--cfs-red2)!important;border-radius:14px!important}.woocommerce-message::before,.woocommerce-info::before{color:var(--cfs-red2)!important}.woocommerce table.shop_table{background:var(--cfs-card);border:1px solid var(--cfs-line);border-radius:16px;overflow:hidden;color:#fff}.woocommerce table.shop_table th,.woocommerce table.shop_table td{border-color:var(--cfs-line);color:#fff}.woocommerce-cart .cart-collaterals .cart_totals,.woocommerce-checkout #order_review,.woocommerce-checkout #payment,.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{background:var(--cfs-card);border:1px solid var(--cfs-line);border-radius:16px;padding:18px}.woocommerce-checkout .form-row label,.woocommerce-account label{color:#fff}.woocommerce input.input-text,.woocommerce textarea,.woocommerce select,.select2-container .select2-selection--single{background:#1b1c20!important;color:#fff!important;border:1px solid #45474d!important;border-radius:10px!important;min-height:48px;padding:10px!important}.select2-dropdown{background:#1b1c20!important;color:#fff!important}.woocommerce-checkout #payment ul.payment_methods{background:transparent}.woocommerce-checkout #payment li{background:#111216;border:1px solid #303238;border-radius:10px;margin-bottom:8px;padding:12px}.woocommerce-checkout #payment label{color:#fff}.woocommerce-checkout #payment img{max-height:28px}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0;display:grid;gap:7px}.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;padding:10px 12px;border-radius:9px}.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{background:var(--cfs-red);color:#fff}
@media(max-width:767px){.cfs-container{width:min(100% - 18px,1180px)}.cfs-topbar-inner{font-size:10px}.cfs-header-inner{min-height:78px}.cfs-icon-btn{width:40px;height:40px;font-size:18px}.cfs-logo img,.cfs-logo .custom-logo{width:130px;max-height:55px}.cfs-hero-card{min-height:335px;border-radius:18px}.cfs-hero-copy{padding:22px 14px}.cfs-hero-logo{width:165px}.cfs-hero h1{font-size:31px}.cfs-hero p{font-size:14px}.cfs-title-line{gap:10px}.cfs-title-line i{width:38px}.cfs-title-line h2{font-size:20px;padding:8px 18px}.cfs-products-grid{gap:10px}.cfs-product-card{padding:7px;border-radius:15px}.cfs-product-content h3{font-size:14px;min-height:44px;display:flex;align-items:center;justify-content:center}.cfs-price{font-size:15px}.cfs-btn-cart{font-size:13px;min-height:42px}.cfs-benefits{gap:8px}.cfs-benefit{min-height:145px;padding:10px 5px}.cfs-benefit b{width:50px;height:50px;font-size:22px}.cfs-benefit h3{font-size:13px}.cfs-benefit p{font-size:11px}.cfs-promo{grid-template-columns:1fr;text-align:center}.cfs-promo img{margin-bottom:10px}.cfs-footer-grid{grid-template-columns:1fr;text-align:center}.cfs-footer-brand p{margin-inline:auto}.cfs-socials,.cfs-payments{justify-content:center}.cfs-mobile-nav{position:fixed;left:0;right:0;bottom:0;z-index:120;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(16,17,20,.97);backdrop-filter:blur(12px);border-top:1px solid #303238;padding:8px 6px calc(8px + env(safe-area-inset-bottom))}.cfs-mobile-nav a{display:grid;place-items:center;gap:2px;color:#fff}.cfs-mobile-nav span{font-size:20px}.cfs-mobile-nav small{font-size:10px}.cfs-main{padding-bottom:105px}.woocommerce div.product{padding:12px}.woocommerce div.product form.cart{flex-wrap:wrap}.woocommerce-checkout #order_review,.woocommerce-checkout #payment,.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{padding:14px}.woocommerce-account .woocommerce{display:grid;gap:14px}}

/* ===== Sahel Digital v2 hardening ===== */
html,body{max-width:100%;overflow-x:hidden;background:#070809!important}body.cfs-theme{direction:rtl}.cfs-site{width:100%;min-height:100vh;overflow:hidden}.cfs-main{background:radial-gradient(circle at 50% 0,rgba(200,16,24,.06),transparent 24%),#090a0b}.cfs-content-card{padding-block:24px}.cfs-page-head h1{margin:0 0 20px}.cfs-entry-content{background:#111216;border:1px solid #303238;border-radius:18px;padding:20px}.cfs-post{background:#111216;border:1px solid #303238;border-radius:16px;padding:18px;margin-bottom:16px}.cfs-empty{background:#111216;border:1px dashed #45474d;border-radius:14px;padding:28px;text-align:center;color:#cfd0d2}.cfs-menu-fallback,.cfs-footer-menu{list-style:none;margin:0;padding:0}.cfs-drawer-menu{list-style:none;margin:0;padding:18px 0;display:grid;gap:8px}.cfs-drawer-menu a,.cfs-menu-fallback a{display:block;padding:11px 13px;border-radius:10px;color:#fff}.cfs-drawer-menu a:hover,.cfs-menu-fallback a:hover{background:#17181b}.cfs-header-start{justify-content:flex-start}.cfs-header-end{justify-content:flex-end}.cfs-cart-link{position:relative}.cfs-floating-wa{position:fixed;right:18px;bottom:88px;z-index:150;width:58px;height:58px;border-radius:50%;background:#22c55e;color:#fff!important;display:grid;place-items:center;font-size:26px;box-shadow:0 10px 30px rgba(0,0,0,.35)}

/* Shop archive */
.woocommerce .products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0!important;padding:0!important}.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}.woocommerce ul.products li.product{width:100%!important;margin:0!important;background:linear-gradient(180deg,#141519,#0d0e10)!important;border:1px solid rgba(238,42,50,.48)!important;border-radius:18px!important;padding:10px!important;overflow:hidden!important;text-align:center!important}.woocommerce ul.products li.product a img{border-radius:13px!important;margin:0 0 12px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{color:#fff!important;font-size:17px!important;line-height:1.45!important}.woocommerce ul.products li.product .price{color:#ee2a32!important;font-weight:800!important}.woocommerce ul.products li.product .button{width:100%;text-align:center!important;justify-content:center!important;margin-top:10px!important}.woocommerce .woocommerce-ordering select{background:#17181b;color:#fff;border:1px solid #3d4046;border-radius:10px;padding:8px 12px}.woocommerce .woocommerce-result-count{color:#aaa}.woocommerce nav.woocommerce-pagination ul{border:0!important}.woocommerce nav.woocommerce-pagination ul li{border:0!important;margin:3px}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{background:#17181b!important;color:#fff!important;border-radius:8px!important}.woocommerce nav.woocommerce-pagination ul li span.current{background:#c81018!important}

/* Single product */
.single-product .cfs-wc-main .product{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:28px;align-items:start}.single-product .woocommerce-product-gallery,.single-product .summary{width:100%!important;float:none!important;margin:0!important}.single-product .summary{padding-top:8px}.single-product .product_title{font-size:32px!important}.single-product .woocommerce-product-details__short-description{color:#d3d4d6}.single-product div.product form.cart .button{min-height:48px;padding-inline:22px!important}.single-product .woocommerce-tabs{grid-column:1/-1;margin-top:10px}.single-product .woocommerce-tabs ul.tabs{display:none!important}.single-product .woocommerce-tabs .panel{background:#111216;border:1px solid rgba(238,42,50,.40);border-radius:18px;padding:22px!important;color:#d8d9db}.single-product .woocommerce-tabs .panel h2,.single-product .woocommerce-tabs .panel h3{color:#fff}.single-product .related.products{grid-column:1/-1}.single-product .related.products>h2{color:#fff}

/* Cart */
.woocommerce-cart .woocommerce-cart-form,.woocommerce-cart .cart-collaterals .cart_totals{background:#111216;border:1px solid #303238;border-radius:18px;padding:16px}.woocommerce-cart table.cart img{width:82px;border-radius:10px}.woocommerce-cart .product-name a{color:#fff}.woocommerce-cart .coupon{display:flex;gap:8px}.woocommerce-cart .coupon .input-text{min-width:170px}.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{font-size:18px!important}

/* Checkout app-like */
.woocommerce-checkout .woocommerce{display:grid;gap:16px}.woocommerce-checkout .woocommerce-form-login-toggle,.woocommerce-checkout .woocommerce-form-coupon-toggle{margin-bottom:0}.woocommerce-checkout .woocommerce-info{margin:0!important}.woocommerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr);gap:18px;align-items:start}.woocommerce-checkout #customer_details{display:grid;gap:16px}.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2{width:100%!important;float:none!important;background:#111216;border:1px solid #303238;border-radius:18px;padding:18px}.woocommerce-checkout #order_review_heading{grid-column:2;margin:0;background:#111216;border:1px solid #303238;border-bottom:0;border-radius:18px 18px 0 0;padding:18px;color:#fff}.woocommerce-checkout #order_review{grid-column:2;margin-top:-18px;border-radius:0 0 18px 18px}.woocommerce-checkout #payment{margin-top:14px}.woocommerce-checkout #payment ul.payment_methods li{position:relative}.woocommerce-checkout #payment ul.payment_methods li label{display:flex;align-items:center;justify-content:space-between;gap:12px}.woocommerce-checkout #payment ul.payment_methods li label img{order:2;float:none!important;margin:0!important;max-width:110px!important;object-fit:contain}.woocommerce-checkout #place_order{width:100%!important;min-height:56px!important;font-size:18px!important}.woocommerce-checkout .woocommerce-privacy-policy-text{color:#aaa;font-size:13px}

/* My account */
.woocommerce-account .woocommerce{display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px;align-items:start}.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{float:none!important;width:100%!important}.woocommerce-account .woocommerce-MyAccount-navigation li{margin:0}.woocommerce-account .woocommerce-MyAccount-navigation a{color:#e8e8ea}.woocommerce-account .woocommerce-MyAccount-content p,.woocommerce-account .woocommerce-MyAccount-content address{color:#d0d1d3}.woocommerce-account .woocommerce-Addresses{display:grid;grid-template-columns:1fr 1fr;gap:12px}.woocommerce-account .woocommerce-Address{width:100%!important;float:none!important;background:#17181b;border-radius:12px;padding:14px}

/* Notices */
.woocommerce-message .button,.woocommerce-info .button{float:none!important;margin-inline-start:12px!important}.woocommerce-message a,.woocommerce-info a{color:#fff!important}.woocommerce-error li{color:#fff}

/* Footer */
.cfs-footer-menu{display:grid;gap:8px}.cfs-footer-menu a{color:#eee}.cfs-footer-menu a:hover{color:#ee2a32}.cfs-footer-brand img{max-height:74px;object-fit:contain}

@media(max-width:900px){.woocommerce .products{grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce-checkout form.checkout{grid-template-columns:1fr}.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{grid-column:1}.woocommerce-account .woocommerce{grid-template-columns:1fr}.woocommerce-account .woocommerce-MyAccount-navigation ul{grid-template-columns:repeat(2,minmax(0,1fr))}.single-product .cfs-wc-main .product{grid-template-columns:1fr}}
@media(max-width:767px){.cfs-container{width:min(100% - 16px,1180px)}.cfs-topbar-inner{height:28px}.cfs-header-inner{min-height:74px}.cfs-logo img{width:128px!important;max-height:52px!important}.cfs-icon{width:40px;height:40px;font-size:18px}.cfs-header-actions{gap:7px}.cfs-hero-card{min-height:325px!important}.cfs-hero-logo{width:165px!important}.cfs-hero h1{font-size:30px!important}.cfs-hero p{font-size:14px!important}.cfs-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.cfs-product-card{padding:7px!important}.cfs-product-content h3{font-size:14px!important;min-height:44px}.cfs-price{font-size:15px!important}.woocommerce .products{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.woocommerce ul.products li.product{padding:7px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14px!important}.woocommerce-cart .woocommerce-cart-form{overflow-x:auto}.woocommerce-cart .coupon{flex-direction:column}.woocommerce-account .woocommerce-MyAccount-navigation ul{grid-template-columns:1fr 1fr}.woocommerce-account .woocommerce-Addresses{grid-template-columns:1fr}.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2,.woocommerce-checkout #order_review{padding:14px}.woocommerce-checkout .form-row-first,.woocommerce-checkout .form-row-last{width:100%!important;float:none!important}.single-product .product_title{font-size:25px!important}}

/* Customizer hero image support */
.cfs-hero-card.has-custom-image{background-repeat:no-repeat!important;background-size:cover!important;background-position:center!important}.cfs-hero-card.has-custom-image:before{display:none}.cfs-hero-card.has-custom-image .cfs-hero-copy{width:min(720px,100%);padding:42px 28px;border-radius:20px;background:radial-gradient(circle at 50% 80%,rgba(170,0,15,.20),transparent 45%)}

/* === V4 merged storefront layout (Hawk-inspired flow) === */
.cfs-home-merged{background:var(--cfs-bg)}
.cfs-home-merged .cfs-section{padding:22px 0}
.cfs-container-wide{width:min(1280px,100% - 18px)}
.cfs-header{position:relative;top:auto;background:#070809;border-bottom:0;box-shadow:none}
.cfs-header-inner{min-height:86px}
.cfs-hero-media-section{padding:0 0 10px;background:#070809}
.cfs-hero-media{display:block;width:100%;line-height:0;overflow:hidden;border-radius:0 0 22px 22px;background:#070809}
.cfs-hero-media img{display:block;width:100%;height:auto;max-height:none;object-fit:contain;background:#070809}
.cfs-hero-fallback{min-height:360px;display:grid;place-items:center;text-align:center;padding:38px 20px;border-radius:20px;background:radial-gradient(circle at 50% 70%,rgba(220,0,20,.3),transparent 33%),#0c0d0f}
.cfs-hero-fallback h1{margin:4px 0 8px;font-size:38px}.cfs-hero-fallback h1 span{color:var(--cfs-red2)}.cfs-hero-fallback p{color:var(--cfs-soft);margin:0 0 18px}
.cfs-benefits-section{padding-top:18px!important;padding-bottom:26px!important}
.cfs-benefits-flat{background:transparent;border:0;box-shadow:none}
.cfs-benefits-flat .cfs-benefit{background:transparent;border:0;box-shadow:none;padding:18px 8px}
.cfs-benefits-flat .cfs-benefit b{font-size:48px;color:var(--cfs-red2);filter:grayscale(.25)}
.cfs-benefits-flat .cfs-benefit h3{font-size:20px;margin:8px 0 2px}.cfs-benefits-flat .cfs-benefit p{color:var(--cfs-soft)}
.cfs-promo-image-section{padding-top:2px!important;padding-bottom:18px!important}
.cfs-promo-image{display:block;border-radius:20px;overflow:hidden;border:1px solid rgba(238,42,50,.45);line-height:0}
.cfs-promo-image img{display:block;width:100%;height:auto;object-fit:cover}
.cfs-products-section{padding-top:20px!important}
.cfs-title-clean{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:20px}.cfs-title-clean i{width:44px;height:3px;border-radius:99px;background:var(--cfs-red2)}.cfs-title-clean h2{margin:0;background:transparent;padding:0;color:#fff;font-size:28px}
.cfs-product-card{background:#0b0c0e;border-color:rgba(238,42,50,.72);box-shadow:none}
.cfs-product-media img{border-radius:12px}.cfs-product-content h3{font-size:20px}.cfs-price{color:#fff}.cfs-btn-cart{background:linear-gradient(180deg,#b60f17,#7b080d);border-color:#df2831}
.cfs-faq-section{padding-top:26px!important;padding-bottom:34px!important}.cfs-faq-hawk details{background:#0b0c0e;border:1px solid #26282d;border-radius:12px}.cfs-faq-hawk summary{min-height:58px;padding:14px 18px}.cfs-faq-hawk summary:after{border-color:var(--cfs-red2);color:var(--cfs-red2)}
.cfs-footer{margin-top:0}
@media(max-width:767px){
 .cfs-container-wide{width:100%}
 .cfs-topbar{font-size:11px}
 .cfs-header-inner{min-height:78px;padding-inline:10px}.cfs-logo img,.cfs-logo .custom-logo{width:145px;max-height:56px}
 .cfs-hero-media{border-radius:0}.cfs-hero-media-section{padding:0}
 .cfs-benefits-section{padding:8px 0 16px!important}.cfs-benefits-flat{gap:4px}.cfs-benefits-flat .cfs-benefit{padding:14px 3px}.cfs-benefits-flat .cfs-benefit b{font-size:38px}.cfs-benefits-flat .cfs-benefit h3{font-size:15px}.cfs-benefits-flat .cfs-benefit p{font-size:12px}
 .cfs-promo-image-section{padding:6px 10px 10px!important}.cfs-promo-image{border-radius:14px}
 .cfs-products-section{padding-top:14px!important}.cfs-title-clean{margin-bottom:16px}.cfs-title-clean h2{font-size:23px}.cfs-title-clean i{width:34px}
 .cfs-products-grid{gap:10px}.cfs-product-card{padding:8px;border-radius:15px}.cfs-product-content h3{font-size:16px;line-height:1.5;min-height:48px}.cfs-btn-cart{min-height:42px;font-size:13px}
 .cfs-faq-section{padding-bottom:86px!important}.cfs-faq-hawk summary{font-size:14px}
}
\n\n/* === V5 seamless header + modern icons + editable Salla-like section dividers === */\n:root{--cfs-section-title:#f0334b;--cfs-section-subtitle:#c0c1c5;--cfs-section-line:#3a3b40;--cfs-header-icon:#fff}\n.cfs-svg-icon{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}\n.cfs-header-inner{direction:ltr;display:grid;grid-template-columns:1fr auto 1fr;grid-template-areas:"actions logo menu";align-items:center}\n.cfs-header-account-cart{grid-area:actions;justify-self:start;display:flex;gap:8px}\n.cfs-logo{grid-area:logo;justify-self:center}\n.cfs-header-menu-area{grid-area:menu;justify-self:end}\n.cfs-icon{width:46px;height:46px;border:0;background:transparent;color:var(--cfs-header-icon);display:grid;place-items:center;position:relative;border-radius:14px;transition:.2s}\n.cfs-icon:hover{background:rgba(255,255,255,.06);color:var(--cfs-red2)}\n.cfs-cart-count{right:-3px;top:-5px;min-width:20px;height:20px;background:var(--cfs-red2);color:#fff;border:2px solid #08090b;font-size:10px}\n\n/* On the homepage the header visually sits inside the hero just like modern Salla stores */\n.home .cfs-topbar{position:relative;z-index:95}\n.home .cfs-header{position:absolute;z-index:90;left:0;right:0;top:32px;background:linear-gradient(180deg,rgba(8,9,11,.96) 0%,rgba(8,9,11,.72) 58%,rgba(8,9,11,0) 100%);border:0;box-shadow:none;backdrop-filter:none}\n.home .cfs-header-inner{min-height:98px}\n.home .cfs-hero-media-section{padding:0;background:var(--cfs-bg)}\n.home .cfs-hero-media{border-radius:0;min-height:520px;display:block;overflow:hidden;background:var(--cfs-bg)}\n.home .cfs-hero-media img{width:100%;height:100%;min-height:520px;object-fit:cover;object-position:center top}\n.home .cfs-hero-fallback{padding-top:140px;border-radius:0}\n.home .cfs-drawer{position:absolute;left:0;right:0;top:100%;background:rgba(10,11,13,.98)}\n\n/* Salla-like heading: colored title + subtitle + quiet lines */\n.cfs-section-heading{text-align:center;margin:10px auto 24px;max-width:820px;padding-inline:8px}\n.cfs-section-heading-row{display:flex;align-items:center;justify-content:center;gap:14px}\n.cfs-section-heading-row i{display:block;flex:1;max-width:170px;height:1px;background:var(--cfs-section-line)}\n.cfs-section-heading-row h2{margin:0;color:var(--cfs-section-title);font-size:30px;line-height:1.35;font-weight:800;white-space:nowrap}\n.cfs-section-heading p{margin:5px 0 0;color:var(--cfs-section-subtitle);font-size:16px;line-height:1.55}\n\n/* tighter merged flow */\n.cfs-benefits-section{padding-top:18px!important}\n.cfs-products-section{padding-top:10px!important}\n.cfs-faq-section{padding-top:20px!important}\n\n@media(max-width:767px){\n .home .cfs-header{top:28px}\n .home .cfs-header-inner{min-height:90px;padding-inline:14px}\n .home .cfs-hero-media{min-height:640px}\n .home .cfs-hero-media img{min-height:640px;object-fit:cover;object-position:center top}\n .cfs-logo img,.cfs-logo .custom-logo{width:138px!important;max-height:58px!important}\n .cfs-icon{width:39px;height:39px;border-radius:12px}.cfs-svg-icon{width:24px;height:24px}\n .cfs-header-account-cart{gap:3px}\n .cfs-section-heading{margin-bottom:18px}\n .cfs-section-heading-row{gap:10px}\n .cfs-section-heading-row i{max-width:74px}\n .cfs-section-heading-row h2{font-size:23px;white-space:normal}\n .cfs-section-heading p{font-size:14px;margin-top:3px}\n}\n

/* === V6 clean storefront: image-only hero, modern line icons, no mobile bottom nav === */
.cfs-mobile-nav{display:none!important}
.cfs-footer{padding-bottom:42px!important}

/* Header actions: modern, unboxed, matching the supplied bag/person reference */
.cfs-header-inner{direction:ltr;grid-template-areas:"actions logo menu"}
.cfs-header-account-cart{grid-area:actions;justify-self:start;display:flex;align-items:center;gap:12px}
.cfs-logo{grid-area:logo}
.cfs-header-menu-area{grid-area:menu;justify-self:end}
.cfs-head-action{appearance:none;-webkit-appearance:none;width:42px;height:42px;padding:0;border:0!important;background:transparent!important;box-shadow:none!important;color:var(--cfs-header-icon,#fff);display:grid;place-items:center;position:relative;cursor:pointer;border-radius:0;line-height:1}
.cfs-head-action:hover{color:var(--cfs-red2);background:transparent!important}
.cfs-head-svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;display:block}
.cfs-bag-svg{width:33px;height:33px}
.cfs-user-svg{width:31px;height:31px}
.cfs-cart-count{position:absolute!important;right:-3px!important;top:-6px!important;min-width:20px!important;height:20px!important;padding:0 5px!important;border-radius:999px!important;background:var(--cfs-red2)!important;color:#fff!important;border:2px solid rgba(8,9,11,.96)!important;display:grid!important;place-items:center!important;font-size:10px!important;font-weight:800!important;line-height:1!important}

/* Homepage: header and hero form one visual block. No generated hero copy/fallback. */
.home .cfs-header{position:absolute!important;top:32px!important;left:0;right:0;background:linear-gradient(180deg,rgba(7,8,9,.86) 0%,rgba(7,8,9,.52) 68%,rgba(7,8,9,0) 100%)!important;z-index:90;border:0!important;box-shadow:none!important}
.home .cfs-header-inner{min-height:104px}
.home .cfs-hero-media-section{padding:0!important;background:var(--cfs-bg)!important}
.home .cfs-hero-media{display:block!important;width:100%!important;overflow:hidden!important;border-radius:0!important;background:var(--cfs-bg)!important;line-height:0!important}
.home .cfs-hero-media img{display:block!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;object-fit:contain!important;object-position:center top!important;background:var(--cfs-bg)!important}
.cfs-hero-fallback{display:none!important}

/* Benefits: clean SVG line icons instead of emoji */
.cfs-benefits-flat .cfs-benefit b{width:72px!important;height:72px!important;border:1px solid rgba(238,42,50,.75)!important;background:transparent!important;color:var(--cfs-red2)!important;filter:none!important}
.cfs-benefit b svg{width:46px;height:46px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

/* Product and section flow */
.cfs-benefits-section{padding-top:22px!important;padding-bottom:30px!important}
.cfs-products-section{padding-top:18px!important}
.cfs-section-heading-row i{height:1px!important}

@media(max-width:767px){
  body{padding-bottom:0!important}
  .cfs-main{padding-bottom:42px!important}
  .cfs-footer{padding-bottom:34px!important}
  .home .cfs-header{top:28px!important}
  .home .cfs-header-inner{min-height:86px!important;padding-inline:16px!important}
  .cfs-header-account-cart{gap:8px!important}
  .cfs-head-action{width:38px;height:38px}
  .cfs-head-svg{width:29px;height:29px}.cfs-bag-svg{width:31px;height:31px}.cfs-user-svg{width:29px;height:29px}
  .cfs-logo img,.cfs-logo .custom-logo{width:138px!important;max-height:56px!important}
  .home .cfs-hero-media img{width:100%!important;height:auto!important;min-height:0!important;object-fit:contain!important}
  .cfs-benefits-flat .cfs-benefit b{width:58px!important;height:58px!important}
  .cfs-benefit b svg{width:38px;height:38px}
}

/* === V7 business-ready theme settings === */
.cfs-topbar{background:var(--cfs-topbar-bg,#c70f1a)!important;color:var(--cfs-topbar-text,#fff)!important;overflow:hidden;height:34px;display:flex;align-items:center;white-space:nowrap}
.cfs-topbar-static{width:100%;text-align:center;font-weight:600;line-height:34px;padding-inline:14px}
.cfs-topbar-track{display:flex;width:max-content;will-change:transform;animation:cfsTopbarMarquee var(--cfs-topbar-speed,18s) linear infinite;direction:ltr}
.cfs-topbar-group{display:flex;align-items:center;flex:none;gap:70px;padding-inline:35px}
.cfs-topbar-group span{direction:rtl;display:inline-block;font-size:13px;font-weight:600}
@keyframes cfsTopbarMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.cfs-topbar:hover .cfs-topbar-track{animation-play-state:paused}

.cfs-head-svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;display:block}
.cfs-head-action{color:var(--cfs-header-icon,#fff)!important}
.cfs-head-action:hover{color:var(--cfs-red2)!important}

.cfs-cart-action,.cfs-btn-cart,.woocommerce a.button.add_to_cart_button,.woocommerce button.single_add_to_cart_button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important}
.cfs-cart-action::before,.cfs-btn-cart::before,.woocommerce a.button.add_to_cart_button::before,.woocommerce button.single_add_to_cart_button::before{content:"";width:23px;height:23px;display:inline-block;flex:0 0 23px;background:currentColor;-webkit-mask-image:var(--cfs-cart-icon);mask-image:var(--cfs-cart-icon);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}
:root[style*="--cfs-cart-icon:none"] .cfs-cart-action::before{display:none}

.cfs-footer-brand img{max-width:180px;width:auto;height:auto;margin-bottom:16px}
.cfs-footer-brand p{white-space:normal}
.cfs-footer-menu{gap:12px!important}
.cfs-footer-menu a{display:inline-block;padding:3px 0}

@media(max-width:767px){
 .cfs-topbar{height:30px}.cfs-topbar-group{gap:48px;padding-inline:24px}.cfs-topbar-group span{font-size:12px}
 .home .cfs-header{top:30px!important}
 .cfs-head-svg{width:25px;height:25px}
 .cfs-cart-action::before,.cfs-btn-cart::before,.woocommerce a.button.add_to_cart_button::before,.woocommerce button.single_add_to_cart_button::before{width:20px;height:20px;flex-basis:20px}
}
@media (prefers-reduced-motion:reduce){.cfs-topbar-track{animation:none!important}}

/* =========================================================
   V8 BUSINESS STOREFRONT
   Header tiles, unified accent buttons, Salla product cards,
   product detail purchase count, testimonials.
========================================================= */
:root{
  --cfs-header-bg:#08090b;
  --cfs-header-tile-bg:#c91c22;
  --cfs-header-tile-radius:18px;
  --cfs-button:#e51f2a;
  --cfs-product-card:#3d3d3d;
}

/* Header — modern Salla-like block */
.cfs-header{
  background:var(--cfs-header-bg)!important;
  border:0!important;
  border-radius:0 0 28px 28px;
  box-shadow:0 10px 28px rgba(0,0,0,.18);
  overflow:visible;
}
.cfs-header-inner{min-height:104px!important;padding-inline:20px!important}
.cfs-head-action{
  width:54px!important;height:54px!important;
  border-radius:var(--cfs-header-tile-radius)!important;
  background:var(--cfs-header-tile-bg)!important;
  color:var(--cfs-header-icon,#fff)!important;
  display:grid!important;place-items:center!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 5px 15px rgba(0,0,0,.16)!important;
}
.cfs-head-action:hover{background:var(--cfs-header-tile-bg)!important;filter:brightness(1.08);color:var(--cfs-header-icon,#fff)!important}
.cfs-cart-count{background:#f0a227!important;color:#171717!important;border:0!important;right:-7px!important;top:-7px!important;min-width:24px!important;height:24px!important;font-size:11px!important}
.cfs-head-svg{width:30px!important;height:30px!important;stroke-width:1.65!important}
.cfs-logo img{max-width:190px!important;width:190px!important;max-height:72px!important}
.home .cfs-header{position:relative!important;top:auto!important;left:auto!important;right:auto!important;background:var(--cfs-header-bg)!important;border-radius:0 0 28px 28px!important;box-shadow:0 10px 28px rgba(0,0,0,.18)!important}
.home .cfs-hero-media-section{margin-top:-1px!important}
.home .cfs-hero-media img{display:block!important}

/* Central professional section heading */
.cfs-products-section .cfs-section-heading,
.cfs-faq-section .cfs-section-heading,
.cfs-reviews-section .cfs-section-heading{max-width:940px!important;text-align:center!important;margin-inline:auto!important}
.cfs-section-heading-row{display:grid!important;grid-template-columns:minmax(30px,1fr) auto minmax(30px,1fr)!important;align-items:center!important;gap:16px!important}
.cfs-section-heading-row i{width:100%!important;max-width:none!important;background:var(--cfs-section-line)!important;height:1px!important}
.cfs-section-heading-row h2{justify-self:center!important;text-align:center!important;color:var(--cfs-section-title)!important;font-size:34px!important;font-weight:850!important;letter-spacing:-.3px!important}
.cfs-section-heading p{text-align:center!important;color:var(--cfs-section-subtitle)!important;font-size:18px!important;margin-top:6px!important}

/* Product cards — Salla visual system */
.cfs-products-grid{gap:14px!important}
.cfs-product-card{
  background:var(--cfs-product-card)!important;
  border:2px solid color-mix(in srgb,var(--cfs-button) 78%,transparent)!important;
  border-radius:22px!important;
  overflow:hidden!important;
  padding:0!important;
  box-shadow:none!important;
}
.cfs-product-media-wrap{position:relative;background:#fff;overflow:hidden}
.cfs-product-media{display:block!important;background:#fff!important;border-radius:0!important;overflow:hidden!important}
.cfs-product-media img{width:100%!important;display:block!important;border-radius:0!important;margin:0!important}
.cfs-product-badge{
  position:absolute;z-index:3;top:0;right:0;
  padding:8px 15px;border-radius:0 0 0 15px;
  background:color-mix(in srgb,var(--cfs-button) 74%,white 26%);
  color:#fff;font-size:13px;line-height:1;font-weight:650;
}
.cfs-product-media-meta{position:absolute;z-index:4;left:10px;right:10px;bottom:10px;display:flex;justify-content:space-between;align-items:center;direction:ltr;pointer-events:none}
.cfs-rating-chip{background:#555;color:#fff;border-radius:999px;padding:5px 10px;font-size:13px;line-height:1;display:inline-flex;gap:4px;align-items:center}.cfs-rating-chip b{color:#ffc928;font-size:16px}
.cfs-view-chip{pointer-events:auto;width:42px;height:42px;border-radius:50%;background:#555;color:#fff!important;display:grid;place-items:center}.cfs-view-chip svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cfs-product-content{padding:18px 14px 14px!important;text-align:right!important}
.cfs-product-content h3{font-size:20px!important;line-height:1.55!important;margin:0 0 5px!important;color:#fff!important}.cfs-product-content h3 a{color:#fff!important}
.cfs-product-excerpt{margin:0 0 8px!important;color:#b9b9bc!important;font-size:14px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cfs-product-card .cfs-price{color:#fff!important;font-size:19px!important;font-weight:800!important;margin:7px 0 13px!important}.cfs-product-card .cfs-price *{color:inherit!important}

/* Accent follows theme color everywhere, including Woo buttons */
.cfs-btn,.cfs-btn-cart,.cfs-cart-action,
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,
.woocommerce #respond input#submit,.woocommerce a.button.alt,.woocommerce button.button.alt,
.woocommerce input.button.alt,.single_add_to_cart_button,
button[name="apply_coupon"],button[name="update_cart"],#place_order{
  background:var(--cfs-button)!important;
  border-color:color-mix(in srgb,var(--cfs-button) 72%,white 28%)!important;
  color:#fff!important;
  box-shadow:none!important;
}
.cfs-btn:hover,.cfs-btn-cart:hover,.cfs-cart-action:hover,
.woocommerce a.button:hover,.woocommerce button.button:hover,.single_add_to_cart_button:hover,#place_order:hover{background:color-mix(in srgb,var(--cfs-button) 84%,black 16%)!important;color:#fff!important}
.cfs-product-card .cfs-btn-cart{border-radius:999px!important;min-height:48px!important;border-width:1px!important}

/* Single product — compact Salla-inspired detail composition */
.single-product .cfs-wc-main>.cfs-container{max-width:1120px!important}
.single-product div.product{background:#f6f6f6!important;color:#111!important;border-radius:0!important;padding:0!important;overflow:hidden!important;margin-top:0!important}
.single-product div.product .woocommerce-product-gallery{background:#fff!important;padding:0!important;margin-bottom:0!important}
.single-product div.product .woocommerce-product-gallery img{border-radius:0!important}
.single-product div.product .summary{background:#f6f6f6!important;padding:26px 28px 20px!important;color:#171717!important}
.single-product div.product .summary .product_title{color:#171717!important;font-size:30px!important;margin:0 0 8px!important}
.single-product div.product .summary .woocommerce-product-rating{margin:4px 0 12px!important}.single-product .star-rating,.single-product .star-rating::before{color:#ffb600!important}
.single-product div.product .summary .woocommerce-product-details__short-description{font-size:18px!important;line-height:1.9!important;color:#333!important;margin:12px 0!important}
.single-product div.product .summary .price{color:var(--cfs-button)!important;font-size:27px!important;font-weight:850!important}.single-product div.product .summary .price *{color:inherit!important}
.single-product .stock.in-stock{color:#1eb85c!important;font-weight:800!important}
.single-product .quantity .qty{background:#fff!important;color:#111!important;border:1px solid #ddd!important;border-radius:10px!important;min-height:50px!important}
.single-product .single_add_to_cart_button{min-height:52px!important;border-radius:10px!important;padding-inline:30px!important;font-size:18px!important}
.single-product .product_meta{margin-top:18px!important;padding-top:16px!important;border-top:1px solid #dedede!important;color:#666!important}.single-product .product_meta a{color:var(--cfs-button)!important}
.cfs-purchase-meta-card{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:12px;padding:16px 18px;margin:18px 0;color:#222;border:1px solid #ececec}.cfs-purchase-meta-label{color:#e66b6b}.cfs-purchase-meta-card strong{font-size:18px}
.single-product .woocommerce-tabs{background:#fff!important;margin-top:0!important;padding:0 22px 28px!important;color:#111!important}
.single-product .woocommerce-tabs ul.tabs{display:flex!important;gap:8px!important;margin:0 0 18px!important;padding:18px 0 0!important;border:0!important}.single-product .woocommerce-tabs ul.tabs::before{display:none!important}
.single-product .woocommerce-tabs ul.tabs li{background:#7b2bd1!important;border:0!important;border-radius:8px 8px 0 0!important;margin:0!important;padding:0!important}.single-product .woocommerce-tabs ul.tabs li a{color:#fff!important;padding:11px 22px!important}.single-product .woocommerce-tabs ul.tabs li.active{background:var(--cfs-button)!important}
.single-product .woocommerce-tabs .panel{background:#fff!important;color:#171717!important;border:1px solid #eee!important;border-radius:12px!important;padding:22px!important}
.single-product .woocommerce-tabs .panel h2,.single-product .woocommerce-tabs .panel h3,.single-product .woocommerce-tabs .panel p,.single-product .woocommerce-tabs .panel li{color:#171717!important}
.single-product .related.products{background:#0e0f12!important;color:#fff!important;padding:40px 18px!important}.single-product .related.products>h2{color:#fff!important;text-align:center!important}.single-product .related.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}

/* Reviews section */
.cfs-reviews-section{padding-top:34px!important;padding-bottom:62px!important}
.cfs-reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1050px;margin:30px auto 0}
.cfs-review-card{position:relative;text-align:center;background:#151621;border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:62px 22px 28px;min-height:300px;color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.12)}
.cfs-review-avatar{position:absolute;top:-38px;left:50%;transform:translateX(-50%);width:94px;height:94px;border-radius:50%;background:#fff;overflow:hidden;border:5px solid var(--cfs-bg);display:grid;place-items:center}.cfs-review-avatar img{width:100%;height:100%;object-fit:cover}.cfs-review-avatar svg{width:68px;height:68px;fill:#d9d9dc;stroke:#5b5c66;stroke-width:2}
.cfs-review-quote{position:absolute;left:22px;top:18px;font-family:Georgia,serif;font-size:70px;color:rgba(255,255,255,.09);line-height:1}
.cfs-review-card h3{margin:8px 0 6px!important;color:#fff!important;font-size:22px!important}.cfs-review-stars{color:#ffb91f;font-size:25px;letter-spacing:4px;direction:ltr}.cfs-review-stars span{color:#4b4c55}.cfs-review-card p{color:#d0d0d4!important;line-height:1.8!important;margin:12px 0 0!important}

@media(max-width:767px){
  .cfs-header{border-radius:0 0 22px 22px!important}
  .cfs-header-inner{min-height:90px!important;padding-inline:13px!important}
  .cfs-head-action{width:46px!important;height:46px!important;border-radius:var(--cfs-header-tile-radius)!important}
  .cfs-head-svg{width:27px!important;height:27px!important}
  .cfs-logo img{width:142px!important;max-height:58px!important}
  .cfs-header-account-cart{gap:7px!important}
  .cfs-section-heading-row{grid-template-columns:minmax(24px,1fr) auto minmax(24px,1fr)!important;gap:10px!important}
  .cfs-section-heading-row h2{font-size:26px!important;max-width:68vw!important;white-space:normal!important}
  .cfs-section-heading p{font-size:15px!important}
  .cfs-product-content{padding:14px 10px 11px!important}.cfs-product-content h3{font-size:16px!important}.cfs-product-excerpt{font-size:12px!important}.cfs-product-card .cfs-price{font-size:17px!important}
  .cfs-product-badge{font-size:11px;padding:7px 10px}.cfs-view-chip{width:36px;height:36px}.cfs-rating-chip{font-size:11px}
  .single-product div.product .summary{padding:20px 18px!important}.single-product div.product .summary .product_title{font-size:25px!important}.single-product div.product .summary .woocommerce-product-details__short-description{font-size:16px!important}.single-product div.product .summary .price{font-size:25px!important}
  .single-product form.cart{display:grid!important;grid-template-columns:74px 1fr!important;gap:10px!important;align-items:center!important}.single-product .single_add_to_cart_button{width:100%!important;margin:0!important}
  .single-product .woocommerce-tabs{padding-inline:12px!important}.single-product .woocommerce-tabs ul.tabs li a{padding:10px 14px!important;font-size:14px!important}
  .cfs-reviews-grid{grid-template-columns:1fr!important;gap:56px!important;margin-top:58px!important}.cfs-review-card{min-height:250px!important}
}

@font-face{font-family:"Thmanyah Sans";src:url("../fonts/thmanyah/thmanyahsans-Light.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:"Thmanyah Sans";src:url("../fonts/thmanyah/thmanyahsans-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Thmanyah Sans";src:url("../fonts/thmanyah/thmanyahsans-Medium.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Thmanyah Sans";src:url("../fonts/thmanyah/thmanyahsans-Bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"Thmanyah Sans";src:url("../fonts/thmanyah/thmanyahsans-Black.woff2") format("woff2");font-weight:900;font-style:normal;font-display:swap}
.cfs-benefits-section{padding-top:var(--cfs-benefits-gap)!important;padding-bottom:var(--cfs-benefits-gap)!important}

/* =========================================================
   V10 POLISH — compact header, Salla cart buttons,
   dark product detail, ordered related products,
   autoplay horizontal testimonials, support/payment icons.
========================================================= */

/* Header: keep the approved layout but make it tighter and calmer */
.cfs-header{border-radius:0 0 22px 22px!important}
.cfs-header-inner{min-height:82px!important;padding-inline:16px!important}
.cfs-logo img,.cfs-logo .custom-logo{width:158px!important;max-height:60px!important}
.cfs-head-action{width:46px!important;height:46px!important;border-radius:15px!important;box-shadow:none!important}
.cfs-head-svg{width:26px!important;height:26px!important;stroke-width:1.7!important}
.cfs-header-account-cart{gap:8px!important}
.cfs-cart-count{min-width:21px!important;height:21px!important;font-size:10px!important;right:-5px!important;top:-7px!important}

/* Product grid: less clutter, cleaner Salla-like card */
.cfs-products-grid{align-items:stretch!important}
.cfs-product-card{display:flex!important;flex-direction:column!important;min-width:0!important;background:#3b3b3b!important;border-width:2px!important}
.cfs-product-media-wrap{flex:0 0 auto!important}
.cfs-product-content{display:flex!important;flex-direction:column!important;flex:1!important;padding:16px 14px 14px!important}
.cfs-product-content h3{font-size:19px!important;line-height:1.5!important;margin:0 0 8px!important;min-height:0!important}
.cfs-product-excerpt{display:none!important}
.cfs-product-card .cfs-price{margin:6px 0 14px!important;color:#fff!important;font-size:20px!important}
.cfs-product-card .cfs-btn-cart{margin-top:auto!important;background:transparent!important;color:#fff!important;border:2px solid var(--cfs-button)!important;border-radius:999px!important;min-height:50px!important;font-size:17px!important;box-shadow:none!important}
.cfs-product-card .cfs-btn-cart:hover{background:var(--cfs-button)!important;color:#fff!important}
.cfs-product-card .cfs-btn-cart::before{width:25px!important;height:25px!important;flex-basis:25px!important}

/* Single product: one cohesive dark composition instead of the white/black split */
.single-product .cfs-wc-main{padding-top:18px!important;background:var(--cfs-bg)!important}
.single-product .cfs-wc-main>.cfs-container{max-width:980px!important}
.single-product div.product{background:#111216!important;color:#fff!important;border:1px solid #2c2e33!important;border-radius:22px!important;padding:18px!important;overflow:hidden!important;margin:0!important;box-shadow:none!important}
.single-product div.product .woocommerce-product-gallery{background:#fff!important;border-radius:18px!important;overflow:hidden!important;padding:0!important;margin-bottom:20px!important}
.single-product div.product .woocommerce-product-gallery img{border-radius:0!important}
.single-product div.product .summary{background:transparent!important;padding:8px 8px 18px!important;color:#fff!important}
.single-product div.product .summary .product_title{color:#fff!important;font-size:30px!important;line-height:1.45!important;margin:0 0 8px!important}
.single-product div.product .summary .woocommerce-product-rating{display:flex!important;align-items:center!important;gap:10px!important;margin:6px 0 14px!important}
.single-product div.product .summary .woocommerce-product-details__short-description{font-size:17px!important;line-height:1.9!important;color:#d7d8db!important;margin:12px 0 16px!important}
.single-product div.product .summary .price{color:var(--cfs-button)!important;font-size:28px!important;font-weight:900!important;margin:8px 0 14px!important}
.single-product .stock.in-stock{display:inline-flex!important;align-items:center!important;gap:7px!important;color:#39d36a!important;font-weight:800!important;margin:4px 0 12px!important}
.single-product .stock.in-stock:before{content:"";width:9px;height:9px;border-radius:50%;background:#39d36a}
.cfs-purchase-meta-card{display:flex!important;align-items:center!important;justify-content:space-between!important;background:#17181c!important;border:1px solid #2e3036!important;border-radius:14px!important;padding:16px 18px!important;margin:16px 0!important;color:#fff!important}
.cfs-purchase-meta-label{color:#ff777d!important}.cfs-purchase-meta-card strong{font-size:22px!important;color:#fff!important}
.single-product form.cart{display:grid!important;grid-template-columns:82px minmax(0,1fr)!important;gap:10px!important;align-items:center!important;margin:18px 0!important}
.single-product .quantity .qty{width:100%!important;background:#18191d!important;color:#fff!important;border:1px solid #3a3c42!important;border-radius:12px!important;min-height:54px!important}
.single-product .single_add_to_cart_button{width:100%!important;min-height:54px!important;border-radius:14px!important;background:transparent!important;border:2px solid var(--cfs-button)!important;color:#fff!important;font-size:18px!important;box-shadow:none!important}
.single-product .single_add_to_cart_button:hover{background:var(--cfs-button)!important}
.single-product .product_meta{margin-top:16px!important;padding-top:15px!important;border-top:1px solid #2c2e33!important;color:#a9abb0!important}.single-product .product_meta a{color:var(--cfs-button)!important}
.single-product .woocommerce-tabs{background:transparent!important;margin-top:22px!important;padding:0!important;color:#fff!important}
.single-product .woocommerce-tabs ul.tabs{display:flex!important;gap:8px!important;margin:0 0 12px!important;padding:0!important;border:0!important;flex-wrap:wrap!important}.single-product .woocommerce-tabs ul.tabs::before{display:none!important}
.single-product .woocommerce-tabs ul.tabs li{background:#202126!important;border:1px solid #34363c!important;border-radius:12px!important;margin:0!important;padding:0!important}.single-product .woocommerce-tabs ul.tabs li a{color:#fff!important;padding:10px 18px!important}.single-product .woocommerce-tabs ul.tabs li.active{background:var(--cfs-button)!important;border-color:var(--cfs-button)!important}
.single-product .woocommerce-tabs .panel{background:#15161a!important;color:#e5e5e7!important;border:1px solid #2d2f34!important;border-radius:16px!important;padding:20px!important}
.single-product .woocommerce-tabs .panel h2,.single-product .woocommerce-tabs .panel h3,.single-product .woocommerce-tabs .panel p,.single-product .woocommerce-tabs .panel li{color:inherit!important}

/* Related products: force a balanced two-column store grid on mobile */
.single-product .related.products{clear:both!important;background:transparent!important;border-top:1px solid #292b30!important;margin-top:28px!important;padding:30px 0 0!important;color:#fff!important}
.single-product .related.products>h2{font-size:26px!important;text-align:center!important;color:#fff!important;margin:0 0 20px!important}
.single-product .related.products ul.products{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;margin:0!important;padding:0!important}
.single-product .related.products ul.products li.product{float:none!important;width:auto!important;margin:0!important;padding:10px!important;background:#15161a!important;border:1px solid color-mix(in srgb,var(--cfs-button) 65%,transparent)!important;border-radius:16px!important;text-align:center!important;min-width:0!important}
.single-product .related.products ul.products li.product img{border-radius:12px!important;margin:0 0 10px!important;width:100%!important;height:auto!important}
.single-product .related.products ul.products li.product .woocommerce-loop-product__title{font-size:15px!important;line-height:1.5!important;color:#fff!important;padding:0!important;margin:4px 0!important}
.single-product .related.products ul.products li.product .price{font-size:16px!important;color:var(--cfs-button)!important;margin:6px 0 10px!important}
.single-product .related.products ul.products li.product .button{width:100%!important;min-height:42px!important;padding:8px!important;background:transparent!important;border:1px solid var(--cfs-button)!important;border-radius:999px!important;font-size:13px!important}
.single-product .related.products ul.products li.product .button:hover{background:var(--cfs-button)!important}

/* Reviews: horizontal, side-by-side, snap and autoplay */
.cfs-reviews-carousel{max-width:1080px;margin:0 auto;overflow:hidden;padding:48px 2px 6px;direction:ltr}
.cfs-reviews-grid{display:flex!important;gap:18px!important;max-width:none!important;margin:0!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;scrollbar-width:none!important;padding:0 1px 8px!important;direction:ltr}
.cfs-reviews-grid::-webkit-scrollbar{display:none!important}
.cfs-review-card{flex:0 0 calc((100% - 36px)/3)!important;scroll-snap-align:start!important;direction:rtl!important;min-width:0!important;min-height:270px!important;margin:0!important;padding-top:58px!important}

/* Footer support icons matching the supplied modern tile style */
.cfs-support-modern{display:flex!important;justify-content:center!important;gap:14px!important;flex-wrap:wrap!important;margin:14px 0 20px!important}
.cfs-support-modern a{width:64px!important;height:64px!important;border-radius:18px!important;background:#26384d!important;border:1px solid #4d627a!important;color:#fff!important;display:grid!important;place-items:center!important;box-shadow:inset 0 2px 0 rgba(80,193,255,.18)!important}
.cfs-support-modern svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.cfs-payments-modern{margin-top:18px;text-align:center}
.cfs-payments-modern img{display:block;max-width:440px;width:100%;height:auto;margin:0 auto;border-radius:10px}
.cfs-floating-wa svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}

@media(max-width:767px){
  .cfs-header{border-radius:0 0 18px 18px!important}
  .cfs-header-inner{min-height:72px!important;padding-inline:11px!important}
  .cfs-logo img,.cfs-logo .custom-logo{width:128px!important;max-height:50px!important}
  .cfs-head-action{width:40px!important;height:40px!important;border-radius:13px!important}
  .cfs-head-svg{width:23px!important;height:23px!important}
  .cfs-cart-count{min-width:19px!important;height:19px!important;font-size:9px!important}
  .cfs-product-content{padding:13px 10px 11px!important}
  .cfs-product-content h3{font-size:15px!important;line-height:1.45!important}
  .cfs-product-card .cfs-price{font-size:17px!important;margin:5px 0 12px!important}
  .cfs-product-card .cfs-btn-cart{min-height:44px!important;font-size:14px!important;gap:7px!important}
  .cfs-product-card .cfs-btn-cart::before{width:22px!important;height:22px!important;flex-basis:22px!important}
  .single-product div.product{padding:10px!important;border-radius:16px!important}
  .single-product div.product .summary{padding:10px 6px 14px!important}.single-product div.product .summary .product_title{font-size:24px!important}.single-product div.product .summary .woocommerce-product-details__short-description{font-size:15px!important}.single-product div.product .summary .price{font-size:24px!important}
  .single-product form.cart{grid-template-columns:70px minmax(0,1fr)!important}
  .single-product .single_add_to_cart_button{font-size:16px!important;padding-inline:10px!important}
  .single-product .related.products{padding-top:24px!important}.single-product .related.products>h2{font-size:22px!important}
  .single-product .related.products ul.products{gap:10px!important}
  .single-product .related.products ul.products li.product{padding:8px!important;border-radius:14px!important}
  .single-product .related.products ul.products li.product .woocommerce-loop-product__title{font-size:13px!important}
  .single-product .related.products ul.products li.product .button{font-size:12px!important;min-height:39px!important}
  .cfs-reviews-carousel{padding-top:46px!important}
  .cfs-review-card{flex:0 0 82%!important;min-height:245px!important}
  .cfs-support-modern a{width:56px!important;height:56px!important;border-radius:16px!important}.cfs-support-modern svg{width:33px;height:33px}
  .cfs-payments-modern img{max-width:360px}
}

/* =========================================================
   V11 — Matte Salla-style single product
   Per-product rating + sales, fire purchase counter, white type.
========================================================= */
.single-product .cfs-wc-main{background:#242424!important;padding-top:0!important}
.single-product .cfs-wc-main>.cfs-container{width:min(920px,100%)!important;padding:0!important}
.single-product div.product{background:#2b2b2b!important;border:0!important;border-radius:0!important;padding:0!important;overflow:hidden!important;box-shadow:none!important;color:#fff!important}
.single-product div.product .woocommerce-product-gallery{background:#fff!important;margin:0!important;padding:0!important;width:100%!important;float:none!important}
.single-product div.product .woocommerce-product-gallery__wrapper{margin:0!important}
.single-product div.product .woocommerce-product-gallery img{border-radius:0!important;width:100%!important;height:auto!important;display:block!important}
.single-product div.product .summary{float:none!important;width:100%!important;margin:0!important;padding:28px 28px 10px!important;background:#2b2b2b!important;color:#fff!important}
.single-product div.product .summary .product_title{font-size:31px!important;line-height:1.45!important;color:#fff!important;margin:0 0 10px!important;font-weight:800!important}
.cfs-single-rating-row{display:flex!important;align-items:center!important;gap:12px!important;margin:0 0 14px!important;flex-wrap:wrap!important}
.cfs-single-stars{display:flex!important;gap:3px!important;direction:ltr!important;font-size:28px!important;line-height:1!important}
.cfs-single-stars span{color:#696969!important}.cfs-single-stars span.is-filled{color:#ffbd25!important}
.cfs-single-rating-count{color:#f4f4f4!important;font-size:17px!important;font-weight:600!important}
.single-product .woocommerce-product-details__short-description{font-size:19px!important;line-height:2!important;color:#f5f5f5!important;margin:4px 0 12px!important}
.single-product .woocommerce-product-details__short-description p{color:inherit!important;margin:0!important}
.single-product div.product .summary .price{font-size:31px!important;line-height:1.2!important;color:#fff!important;margin:12px 0 18px!important;font-weight:800!important}
.single-product div.product .summary .price *{color:inherit!important}
.single-product p.stock,.single-product .stock,.single-product .woocommerce-variation-availability{display:none!important}
.cfs-single-category{font-size:16px!important;color:#bfc0c3!important;margin:0 0 18px!important;padding:0 0 18px!important;border-bottom:1px solid #474747!important}
.cfs-single-category span{color:#d6d6d6!important}.cfs-single-category a{color:#ff696f!important;text-decoration:underline!important;text-underline-offset:3px!important}
.cfs-purchase-meta-card{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;background:#3a3a3a!important;border:0!important;border-radius:12px!important;padding:17px 20px!important;margin:0 0 22px!important;color:#fff!important;box-shadow:none!important}
.cfs-purchase-meta-label{display:flex!important;align-items:center!important;gap:8px!important;color:#ff797d!important;font-size:17px!important;font-weight:500!important}
.cfs-fire-icon{width:23px!important;height:23px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linejoin:round!important}
.cfs-purchase-meta-card strong{font-size:22px!important;color:#fff!important;font-weight:800!important;direction:ltr!important}

/* Sticky mobile purchase action like modern Salla product pages */
.single-product form.cart{position:sticky!important;bottom:0!important;z-index:70!important;display:grid!important;grid-template-columns:88px minmax(0,1fr)!important;gap:10px!important;align-items:center!important;margin:0!important;padding:14px 0 10px!important;background:linear-gradient(180deg,rgba(43,43,43,.92),#2b2b2b 30%)!important;backdrop-filter:blur(12px)!important}
.single-product .quantity .qty{width:100%!important;min-height:54px!important;border-radius:12px!important;background:#343434!important;border:1px solid #646464!important;color:#fff!important;font-size:18px!important;text-align:center!important}
.single-product .single_add_to_cart_button{min-height:54px!important;border:0!important;border-radius:10px!important;background:var(--cfs-button)!important;color:#fff!important;font-size:18px!important;font-weight:800!important;box-shadow:none!important}
.single-product .single_add_to_cart_button:hover{filter:brightness(1.07)!important;background:var(--cfs-button)!important}

/* Details / reviews tab block */
.single-product .woocommerce-tabs{margin:22px 0 0!important;padding:0 28px 30px!important;background:#2b2b2b!important}
.single-product .woocommerce-tabs ul.tabs{display:flex!important;justify-content:flex-start!important;gap:7px!important;margin:0!important;padding:0!important;flex-wrap:wrap!important;border:0!important}
.single-product .woocommerce-tabs ul.tabs::before{display:none!important}
.single-product .woocommerce-tabs ul.tabs li{border:0!important;border-radius:8px 8px 0 0!important;background:#454545!important;margin:0!important;padding:0!important}
.single-product .woocommerce-tabs ul.tabs li a{padding:10px 18px!important;color:#fff!important;font-weight:700!important}
.single-product .woocommerce-tabs ul.tabs li.active{background:var(--cfs-button)!important}
.single-product .woocommerce-tabs .panel{background:#3a3a3a!important;border:0!important;border-radius:0 0 12px 12px!important;padding:22px!important;color:#fff!important;margin:0!important}
.single-product .woocommerce-tabs .panel h2,.single-product .woocommerce-tabs .panel h3,.single-product .woocommerce-tabs .panel p,.single-product .woocommerce-tabs .panel li{color:#fff!important}

/* Related products — balanced cards, never skinny */
.single-product .related.products{background:#161616!important;border-top:1px solid #3a3a3a!important;padding:34px 22px 40px!important;margin:0!important}
.single-product .related.products>h2{text-align:center!important;color:#fff!important;font-size:27px!important;margin:0 0 22px!important}
.single-product .related.products ul.products{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;margin:0!important}
.single-product .related.products ul.products li.product{min-width:0!important;width:auto!important;float:none!important;margin:0!important;background:#333!important;border:1px solid color-mix(in srgb,var(--cfs-button) 75%,#333)!important;border-radius:18px!important;padding:10px!important;overflow:hidden!important}
.single-product .related.products ul.products li.product img{width:100%!important;border-radius:13px!important;margin:0 0 12px!important}
.single-product .related.products ul.products li.product .woocommerce-loop-product__title{color:#fff!important;font-size:15px!important;line-height:1.5!important;min-height:45px!important;margin:0!important;padding:0!important}
.single-product .related.products ul.products li.product .price{color:#fff!important;font-size:17px!important;margin:8px 0 12px!important}
.single-product .related.products ul.products li.product .button{width:100%!important;background:transparent!important;border:1.5px solid var(--cfs-button)!important;color:#fff!important;border-radius:999px!important;min-height:43px!important;font-size:13px!important}
.single-product .related.products ul.products li.product .button:hover{background:var(--cfs-button)!important}

@media(max-width:767px){
 .single-product .cfs-wc-main>.cfs-container{width:100%!important}
 .single-product div.product .summary{padding:22px 18px 8px!important}
 .single-product div.product .summary .product_title{font-size:25px!important}
 .cfs-single-stars{font-size:24px!important}.cfs-single-rating-count{font-size:15px!important}
 .single-product .woocommerce-product-details__short-description{font-size:16px!important;line-height:1.9!important}
 .single-product div.product .summary .price{font-size:26px!important}
 .cfs-purchase-meta-card{padding:15px 17px!important}.cfs-purchase-meta-label{font-size:15px!important}.cfs-purchase-meta-card strong{font-size:20px!important}
 .single-product form.cart{grid-template-columns:72px minmax(0,1fr)!important;padding-bottom:max(10px,env(safe-area-inset-bottom))!important}
 .single-product .single_add_to_cart_button{font-size:16px!important}
 .single-product .woocommerce-tabs{padding-inline:18px!important}
 .single-product .woocommerce-tabs ul.tabs li a{padding:9px 13px!important;font-size:14px!important}
 .single-product .related.products{padding:28px 14px 34px!important}
 .single-product .related.products>h2{font-size:23px!important}
 .single-product .related.products ul.products{gap:10px!important}
 .single-product .related.products ul.products li.product{padding:8px!important;border-radius:14px!important}
}
.cfs-fire-icon{transform-origin:50% 75%;animation:cfsFireFlicker 1.25s ease-in-out infinite alternate}
@keyframes cfsFireFlicker{0%{transform:translateY(0) scale(1);filter:drop-shadow(0 0 0 rgba(255,90,90,0))}55%{transform:translateY(-1px) scale(1.04,.98);filter:drop-shadow(0 0 4px rgba(255,90,90,.25))}100%{transform:translateY(0) scale(.97,1.05);filter:drop-shadow(0 0 7px rgba(255,90,90,.38))}}
@media(prefers-reduced-motion:reduce){.cfs-fire-icon{animation:none!important}}

/* =========================================================
   V12 — matte global UI, Salla-like product controls,
   balanced related products, sliding testimonials,
   modern support actions.
========================================================= */
html,body,.cfs-site,.cfs-main,.cfs-section,.cfs-section-alt,
.woocommerce-page .cfs-main,.woocommerce .cfs-main{
  background:var(--cfs-matte,#242424)!important;
}
body,.cfs-site{color:#fff!important}
.cfs-footer{background:var(--cfs-matte,#242424)!important;border-top:1px solid rgba(255,255,255,.08)!important}
.cfs-drawer{background:color-mix(in srgb,var(--cfs-matte,#242424) 92%,#000)!important}

/* Reviews: horizontal cards, never clipped, autoplay scroll handled in JS */
.cfs-reviews-section{overflow:hidden!important;background:var(--cfs-matte,#242424)!important}
.cfs-reviews-carousel{max-width:1120px;margin:0 auto;overflow:hidden!important;padding:46px 0 6px!important}
.cfs-reviews-grid{
  display:grid!important;
  grid-auto-flow:column!important;
  grid-auto-columns:calc((100% - 18px)/2)!important;
  grid-template-columns:none!important;
  gap:18px!important;
  max-width:none!important;
  width:100%!important;
  margin:0!important;
  padding:0 5px 12px!important;
  overflow-x:auto!important;
  overflow-y:visible!important;
  scroll-snap-type:x mandatory!important;
  scrollbar-width:none!important;
  -webkit-overflow-scrolling:touch;
}
.cfs-reviews-grid::-webkit-scrollbar{display:none!important}
.cfs-review-card{scroll-snap-align:start!important;min-width:0!important;height:100%!important;margin-top:0!important;overflow:visible!important;background:#303030!important;border:1px solid rgba(255,255,255,.07)!important}
.cfs-review-avatar{border-color:var(--cfs-matte,#242424)!important;z-index:3!important}
.cfs-review-card p{max-width:620px;margin-inline:auto!important}

/* Salla-like outlined product rating stars */
.cfs-single-rating-row{display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important;margin:0 0 16px!important}
.cfs-single-stars{display:flex!important;align-items:center!important;gap:4px!important;direction:ltr!important}
.cfs-single-stars svg{width:27px!important;height:27px!important;fill:transparent!important;stroke:#ffbd25!important;stroke-width:1.8!important;stroke-linejoin:round!important}
.cfs-single-stars svg.is-filled{fill:#ffbd25!important;stroke:#ffbd25!important}
.cfs-single-rating-count{font-size:16px!important;color:#fff!important;font-weight:600!important}

/* Purchase counter — matte Salla-style card + outlined animated fire */
.cfs-purchase-meta-card{background:#3a3a3a!important;border:0!important;border-radius:14px!important;padding:17px 20px!important;margin:0 0 18px!important;min-height:72px!important}
.cfs-purchase-meta-label{color:#ff8589!important;gap:9px!important;font-weight:500!important}
.cfs-fire-icon{width:26px!important;height:26px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.65!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.cfs-purchase-meta-card strong{letter-spacing:.5px!important}

/* Quantity: real + / - stepper. Button stays one line and balanced. */
.single-product form.cart{
  position:relative!important;
  bottom:auto!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
  padding:10px 0 4px!important;
  background:transparent!important;
  backdrop-filter:none!important;
}
.single-product form.cart .quantity{
  width:100%!important;
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr) 58px!important;
  align-items:center!important;
  border:1px solid #6a6a6a!important;
  border-radius:12px!important;
  overflow:hidden!important;
  background:#343434!important;
}
.single-product form.cart .quantity .qty{
  width:100%!important;
  min-height:56px!important;
  border:0!important;
  border-inline:1px solid #565656!important;
  border-radius:0!important;
  background:transparent!important;
  color:#fff!important;
  text-align:center!important;
  -moz-appearance:textfield!important;
}
.single-product form.cart .quantity .qty::-webkit-inner-spin-button,
.single-product form.cart .quantity .qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.cfs-qty-btn{
  min-height:56px!important;
  border:0!important;
  background:transparent!important;
  color:#cfcfcf!important;
  font-size:32px!important;
  line-height:1!important;
  cursor:pointer!important;
  display:grid!important;
  place-items:center!important;
}
.cfs-qty-btn:active{background:rgba(255,255,255,.06)!important}
.single-product .single_add_to_cart_button{
  width:100%!important;
  min-height:54px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  border-radius:10px!important;
  white-space:nowrap!important;
  line-height:1.2!important;
  padding:0 18px!important;
  font-size:17px!important;
}
.single-product .single_add_to_cart_button::after{
  content:"";
  width:24px;height:24px;display:inline-block;flex:0 0 24px;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M3 4h2l2.2 10.2a2 2 0 0 0 2 1.6h7.7a2 2 0 0 0 1.9-1.5L20 8H7M10 20a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm9 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M3 4h2l2.2 10.2a2 2 0 0 0 2 1.6h7.7a2 2 0 0 0 1.9-1.5L20 8H7M10 20a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm9 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* Related products: 2 balanced cards, single related product becomes a centered full card */
.single-product .related.products{background:var(--cfs-matte,#242424)!important;padding:32px 16px 42px!important;border-top:1px solid rgba(255,255,255,.08)!important}
.single-product .related.products>h2{text-align:center!important;margin-bottom:20px!important}
.single-product .related.products ul.products{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  width:min(100%,760px)!important;
  margin:0 auto!important;
  align-items:stretch!important;
}
.single-product .related.products ul.products:has(li.product:only-child){grid-template-columns:minmax(0,420px)!important;justify-content:center!important}
.single-product .related.products ul.products li.product{
  width:100%!important;max-width:none!important;min-width:0!important;float:none!important;margin:0!important;
  display:flex!important;flex-direction:column!important;
  background:#343434!important;border:1px solid color-mix(in srgb,var(--cfs-button) 60%,#555)!important;border-radius:16px!important;padding:9px!important;
}
.single-product .related.products ul.products li.product .woocommerce-LoopProduct-link{display:flex!important;flex-direction:column!important;flex:1!important}
.single-product .related.products ul.products li.product img{aspect-ratio:1/1!important;object-fit:cover!important;width:100%!important;border-radius:12px!important}
.single-product .related.products ul.products li.product .woocommerce-loop-product__title{font-size:15px!important;line-height:1.55!important;min-height:48px!important;text-align:center!important}
.single-product .related.products ul.products li.product .price{text-align:center!important;margin-top:auto!important;font-size:17px!important}
.single-product .related.products ul.products li.product .button{margin-top:10px!important;white-space:nowrap!important;line-height:1.3!important;padding:10px 8px!important}

/* Support links — always consistent when configured in Customizer */
.cfs-support-modern{display:flex!important;justify-content:center!important;gap:14px!important;flex-wrap:wrap!important}
.cfs-support-modern a{width:62px!important;height:62px!important;border-radius:18px!important;background:#303030!important;border:1px solid #666!important;color:#fff!important;transition:.2s!important}
.cfs-support-modern a:hover{border-color:var(--cfs-button)!important;transform:translateY(-2px)!important}
.cfs-support-modern svg{width:34px!important;height:34px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}

/* Matte WooCommerce pages globally */
.woocommerce div.product,.woocommerce table.shop_table,.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review,.woocommerce-checkout #payment,
.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-message,.woocommerce-info,.woocommerce-error{background:#303030!important}
.woocommerce input.input-text,.woocommerce textarea,.woocommerce select,.select2-container .select2-selection--single{background:#363636!important;color:#fff!important}

@media(max-width:767px){
  .cfs-reviews-carousel{padding-top:46px!important}
  .cfs-reviews-grid{grid-auto-columns:84%!important;gap:14px!important;padding-inline:9px!important}
  .cfs-review-card{min-height:260px!important;padding:58px 18px 24px!important}
  .single-product form.cart .quantity{grid-template-columns:52px minmax(0,1fr) 52px!important}
  .cfs-qty-btn,.single-product form.cart .quantity .qty{min-height:54px!important}
  .single-product .single_add_to_cart_button{font-size:16px!important}
  .single-product .related.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  .single-product .related.products ul.products:has(li.product:only-child){grid-template-columns:minmax(0,100%)!important}
  .single-product .related.products ul.products li.product{padding:7px!important;border-radius:14px!important}
  .single-product .related.products ul.products li.product .woocommerce-loop-product__title{font-size:13px!important;min-height:44px!important}
  .single-product .related.products ul.products li.product .button{font-size:12px!important}
}

/* =========================================================
   V13 — Arabic numerals + Salla-like add-to-cart feedback
========================================================= */
/* Keep numerical typography clean and avoid visual grouping commas. */
.cfs-price,.price,.cfs-single-rating-count,.cfs-purchase-meta-card strong,.cfs-rating-chip{
  font-variant-numeric:tabular-nums!important;
  letter-spacing:0!important;
}

/* Product card CTA: modern outlined cart, with animated loading state. */
.cfs-product-card .cfs-btn-cart,
.woocommerce a.button.cfs-cart-action,
.single-product .single_add_to_cart_button{
  position:relative!important;
  overflow:hidden!important;
  transition:background-color .22s ease,border-color .22s ease,transform .18s ease,opacity .18s ease!important;
}
.cfs-product-card .cfs-btn-cart:active,
.woocommerce a.button.cfs-cart-action:active,
.single-product .single_add_to_cart_button:active{transform:scale(.975)!important}
.cfs-product-card .cfs-btn-cart.cfs-is-loading,
.woocommerce a.button.cfs-cart-action.cfs-is-loading,
.single-product .single_add_to_cart_button.cfs-is-loading{color:transparent!important;pointer-events:none!important;opacity:.88!important}
.cfs-product-card .cfs-btn-cart.cfs-is-loading::after,
.woocommerce a.button.cfs-cart-action.cfs-is-loading::after,
.single-product .single_add_to_cart_button.cfs-is-loading::after{
  content:""!important;position:absolute!important;inset:50% auto auto 50%!important;width:22px!important;height:22px!important;
  margin:-11px 0 0 -11px!important;border-radius:50%!important;border:2px solid rgba(255,255,255,.35)!important;border-top-color:#fff!important;
  animation:cfsSpin .65s linear infinite!important;background:none!important;mask:none!important;-webkit-mask:none!important;
}
@keyframes cfsSpin{to{transform:rotate(360deg)}}

/* Green success notification inspired by Salla. */
.cfs-cart-toast{
  position:fixed;z-index:999999;top:18px;left:50%;width:min(560px,calc(100% - 28px));min-height:58px;
  transform:translate(-50%,-130%);opacity:0;pointer-events:none;
  display:flex;align-items:center;justify-content:center;gap:12px;padding:13px 48px 13px 18px;
  border-radius:10px;background:#21c55d;color:#fff;font-size:17px;font-weight:800;text-align:center;
  box-shadow:0 14px 35px rgba(0,0,0,.28);transition:transform .36s cubic-bezier(.2,.9,.2,1),opacity .25s ease;
}
.cfs-cart-toast.is-visible{transform:translate(-50%,0);opacity:1}
.cfs-cart-toast .cfs-toast-check{position:absolute;right:16px;width:28px;height:28px;border:2px solid #fff;border-radius:50%;display:grid;place-items:center}
.cfs-cart-toast .cfs-toast-check:before{content:"";width:11px;height:6px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(135deg) translate(-1px,-1px)}
.cfs-cart-toast .cfs-toast-close{position:absolute;left:15px;border:0;background:transparent;color:#fff;font-size:28px;line-height:1;padding:4px;cursor:pointer}

/* Small success pulse on cart icon. */
.cfs-cart-link.cfs-pulse{animation:cfsCartPulse .48s ease}
@keyframes cfsCartPulse{50%{transform:scale(1.13)}}

@media(max-width:767px){
  .cfs-cart-toast{top:14px;min-height:54px;font-size:15px;padding-inline:45px}
}

/* =========================================================
   V15 — Compact business UI + complete review avatars + badge controls
========================================================= */
:root{--cfs-ui-scale:.91}
body,.cfs-site{font-size:15px!important;background:var(--cfs-matte,#242424)!important}
.cfs-section{padding:24px 0!important}
.cfs-section-heading{margin-bottom:20px!important}
.cfs-section-heading-row h2{font-size:25px!important;line-height:1.35!important}
.cfs-section-heading p{font-size:14px!important;margin-top:7px!important}

/* Header / footer / utility icons: smaller and calmer */
.cfs-header-inner{min-height:68px!important}
.cfs-head-action,.cfs-icon-btn{width:38px!important;height:38px!important;border-radius:12px!important}
.cfs-head-svg,.cfs-icon-btn svg{width:21px!important;height:21px!important}
.cfs-logo img,.cfs-logo .custom-logo{width:126px!important;max-height:48px!important}
.cfs-cart-count{min-width:18px!important;height:18px!important;font-size:9px!important;top:-5px!important;right:-5px!important}
.cfs-support-modern{gap:10px!important}
.cfs-support-modern a{width:48px!important;height:48px!important;border-radius:14px!important}
.cfs-support-modern svg,.cfs-floating-wa svg{width:25px!important;height:25px!important}
.cfs-floating-wa{width:52px!important;height:52px!important}
.cfs-payments-modern img{max-width:390px!important}

/* Product cards: compact, balanced */
.cfs-products-grid{gap:12px!important}
.cfs-product-card{border-radius:16px!important}
.cfs-product-content{padding:11px 9px 10px!important}
.cfs-product-content h3{font-size:15px!important;min-height:0!important;line-height:1.5!important;margin-bottom:5px!important}
.cfs-product-excerpt{font-size:12px!important;line-height:1.55!important;margin:0 0 6px!important;color:#c7c7c7!important}
.cfs-product-card .cfs-price{font-size:16px!important;margin:5px 0 10px!important}
.cfs-product-card .cfs-btn-cart{min-height:42px!important;font-size:14px!important;padding:7px 12px!important;gap:7px!important}
.cfs-product-card .cfs-btn-cart::before{width:20px!important;height:20px!important;flex-basis:20px!important}
.cfs-product-badge{background:var(--cfs-badge-color,#e9515b)!important;border-color:color-mix(in srgb,var(--cfs-badge-color,#e9515b) 75%,#fff)!important;color:#fff!important;font-size:11px!important;padding:6px 10px!important}
.cfs-view-chip{width:34px!important;height:34px!important}.cfs-view-chip svg{width:19px!important;height:19px!important}
.cfs-rating-chip{font-size:11px!important;min-height:30px!important;padding:4px 9px!important}

/* Single product: smaller, cleaner, same matte tone everywhere */
.single-product .cfs-wc-main,.single-product div.product,.single-product div.product .summary,.single-product .woocommerce-tabs,.single-product .woocommerce-tabs .panel,.single-product .related.products{background:var(--cfs-matte,#242424)!important;color:#fff!important}
.single-product div.product .summary{padding:18px 20px 22px!important}
.single-product div.product .summary .product_title{font-size:26px!important;line-height:1.35!important;margin-bottom:8px!important}
.cfs-single-rating-row{gap:8px!important;margin-bottom:10px!important}
.cfs-single-stars{gap:3px!important}.cfs-single-stars svg{width:22px!important;height:22px!important}
.cfs-single-rating-count{font-size:13px!important}
.single-product div.product .summary .price{font-size:23px!important;margin:8px 0 12px!important}
.single-product .cfs-single-category{font-size:14px!important;margin:10px 0 14px!important}
.cfs-purchase-meta-card{min-height:60px!important;padding:12px 15px!important;margin:0 0 14px!important;border-radius:12px!important;background:#383838!important}
.cfs-purchase-meta-label{font-size:14px!important;gap:7px!important}.cfs-fire-icon{width:21px!important;height:21px!important}.cfs-purchase-meta-card strong{font-size:18px!important}
.single-product form.cart{gap:9px!important;padding:7px 0 0!important}
.single-product form.cart .quantity{grid-template-columns:46px minmax(0,1fr) 46px!important;border-radius:10px!important}
.cfs-qty-btn,.single-product form.cart .quantity .qty{min-height:48px!important}.cfs-qty-btn{font-size:25px!important}
.single-product .single_add_to_cart_button{min-height:48px!important;font-size:15px!important;border-radius:10px!important;padding:0 14px!important}
.single-product .single_add_to_cart_button::after{width:20px!important;height:20px!important;flex-basis:20px!important}
.single-product .woocommerce-tabs{padding:0 18px 22px!important}.single-product .woocommerce-tabs .panel{padding:17px!important;border-color:#454545!important}
.single-product .woocommerce-tabs .panel h2{font-size:22px!important}.single-product .woocommerce-tabs .panel p,.single-product .woocommerce-tabs .panel li{font-size:14px!important;line-height:1.8!important;color:#eee!important}

/* Related products: reliable two-column compact cards */
.single-product .related.products{padding:24px 14px 34px!important}
.single-product .related.products>h2{font-size:22px!important;margin-bottom:16px!important}
.single-product .related.products ul.products{width:min(100%,720px)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
.single-product .related.products ul.products li.product{background:#343434!important;padding:8px!important;border-radius:14px!important;min-width:0!important}
.single-product .related.products ul.products li.product .woocommerce-loop-product__title{font-size:13px!important;min-height:40px!important;line-height:1.45!important}
.single-product .related.products ul.products li.product .price{font-size:15px!important;margin:5px 0 8px!important}
.single-product .related.products ul.products li.product .button{min-height:38px!important;font-size:12px!important;padding:7px 8px!important}

/* Testimonials: reserve space above the card so avatar is NEVER cropped */
.cfs-reviews-section{overflow:visible!important;padding-bottom:44px!important}
.cfs-reviews-carousel{overflow:hidden!important;padding:64px 0 8px!important}
.cfs-reviews-grid{overflow-x:auto!important;overflow-y:visible!important;padding:0 8px 14px!important;align-items:stretch!important}
.cfs-review-card{overflow:visible!important;min-height:230px!important;padding:52px 18px 22px!important;border-radius:20px!important}
.cfs-review-avatar{top:-46px!important;width:88px!important;height:88px!important;border-width:4px!important;overflow:hidden!important;box-shadow:0 8px 18px rgba(0,0,0,.28)!important}
.cfs-review-avatar img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important}
.cfs-review-avatar svg{width:58px!important;height:58px!important}
.cfs-review-card h3{font-size:19px!important;margin:4px 0!important}.cfs-review-stars{font-size:21px!important;letter-spacing:2px!important}.cfs-review-card p{font-size:14px!important;margin-top:8px!important}

/* All WooCommerce surfaces share the matte palette */
.woocommerce,.woocommerce-page,.woocommerce div.product,.woocommerce table.shop_table,.woocommerce-cart .cart-collaterals .cart_totals,.woocommerce-checkout #order_review,.woocommerce-checkout #payment,.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-message,.woocommerce-info,.woocommerce-error{color:#fff!important}
.woocommerce table.shop_table,.woocommerce-cart .cart-collaterals .cart_totals,.woocommerce-checkout #order_review,.woocommerce-checkout #payment,.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-message,.woocommerce-info,.woocommerce-error{background:#303030!important;border-color:#474747!important}

@media(max-width:767px){
  body,.cfs-site{font-size:14px!important}
  .cfs-header-inner{min-height:64px!important;padding-inline:10px!important}.cfs-head-action,.cfs-icon-btn{width:36px!important;height:36px!important}.cfs-head-svg,.cfs-icon-btn svg{width:20px!important;height:20px!important}.cfs-logo img,.cfs-logo .custom-logo{width:116px!important;max-height:44px!important}
  .cfs-section{padding:20px 0!important}.cfs-section-heading-row h2{font-size:23px!important}.cfs-section-heading p{font-size:13px!important}
  .cfs-products-grid{gap:8px!important}.cfs-product-card{border-radius:14px!important}.cfs-product-content{padding:9px 7px 9px!important}.cfs-product-content h3{font-size:13px!important}.cfs-product-card .cfs-price{font-size:14px!important}.cfs-product-card .cfs-btn-cart{font-size:12px!important;min-height:39px!important}.cfs-product-card .cfs-btn-cart::before{width:18px!important;height:18px!important;flex-basis:18px!important}
  .single-product div.product .summary{padding:14px 14px 18px!important}.single-product div.product .summary .product_title{font-size:22px!important}.cfs-single-stars svg{width:20px!important;height:20px!important}.cfs-single-rating-count{font-size:12px!important}.single-product div.product .summary .price{font-size:21px!important}.cfs-purchase-meta-card{min-height:56px!important;padding:11px 13px!important}.cfs-purchase-meta-label{font-size:13px!important}.cfs-fire-icon{width:19px!important;height:19px!important}.cfs-purchase-meta-card strong{font-size:17px!important}
  .single-product form.cart .quantity{grid-template-columns:43px minmax(0,1fr) 43px!important}.cfs-qty-btn,.single-product form.cart .quantity .qty{min-height:45px!important}.single-product .single_add_to_cart_button{min-height:45px!important;font-size:14px!important}
  .cfs-reviews-carousel{padding-top:62px!important}.cfs-reviews-grid{grid-auto-columns:84%!important;padding-inline:10px!important}.cfs-review-card{min-height:220px!important;padding:48px 15px 20px!important}.cfs-review-avatar{width:82px!important;height:82px!important;top:-43px!important}.cfs-review-card h3{font-size:18px!important}.cfs-review-stars{font-size:20px!important}.cfs-review-card p{font-size:13px!important}
  .cfs-support-modern a{width:44px!important;height:44px!important;border-radius:13px!important}.cfs-support-modern svg{width:23px!important;height:23px!important}
}

/* ===== V16 performance & perceived-speed layer ===== */
html{scroll-behavior:smooth}
.cfs-site{animation:cfsPageIn .18s ease-out both}
@keyframes cfsPageIn{from{opacity:.88;transform:translateY(2px)}to{opacity:1;transform:none}}

/* Let the browser skip layout/paint work for content that is well below the viewport. */
.cfs-faq-section,.cfs-reviews-section,.cfs-footer{content-visibility:auto;contain-intrinsic-size:1px 760px}
.cfs-products-section{content-visibility:auto;contain-intrinsic-size:1px 900px}

/* Stable image boxes + asynchronous decoding reduce layout shifts. */
.cfs-logo img,.cfs-logo-img{height:auto;object-fit:contain}
.cfs-hero-img,.cfs-promo-img{display:block;width:100%;height:auto}
.cfs-product-media img{content-visibility:auto}

/* Keep expensive continuous motion off the compositor unless it is actually moving. */
.cfs-topbar.is-marquee .cfs-topbar-track{will-change:transform}

/* Faster tap feedback without heavy JS animations. */
a,button,.cfs-btn,.cfs-head-action{-webkit-tap-highlight-color:transparent;touch-action:manipulation}
.cfs-btn,.cfs-head-action,.cfs-product-card{transition-duration:.16s!important}
.cfs-btn:active,.cfs-head-action:active{transform:scale(.98)}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .cfs-site{animation:none}
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}


/* ===== Sahel Digital v1.1.2 — compact testimonials ===== */
.cfs-reviews-section{
  padding-top:26px!important;
  padding-bottom:34px!important;
}
.cfs-reviews-carousel{
  padding-top:52px!important;
  padding-bottom:4px!important;
}
.cfs-review-card{
  min-height:205px!important;
  padding:43px 16px 17px!important;
  border-radius:17px!important;
}
.cfs-review-avatar{
  width:74px!important;
  height:74px!important;
  top:-39px!important;
  border-width:3px!important;
}
.cfs-review-avatar svg{width:48px!important;height:48px!important}
.cfs-review-card h3{font-size:17px!important;margin:2px 0 4px!important}
.cfs-review-stars{font-size:18px!important;letter-spacing:1.5px!important;line-height:1.2!important}
.cfs-review-card p{font-size:12.5px!important;line-height:1.65!important;margin-top:7px!important}

@media(max-width:767px){
  .cfs-reviews-section{padding-top:18px!important;padding-bottom:28px!important}
  .cfs-reviews-heading{margin-bottom:0!important}
  .cfs-reviews-carousel{padding-top:48px!important}
  .cfs-reviews-grid{
    grid-auto-columns:72%!important;
    gap:11px!important;
    padding-inline:12px!important;
    padding-bottom:8px!important;
  }
  .cfs-review-card{
    min-height:188px!important;
    padding:38px 13px 15px!important;
    border-radius:16px!important;
  }
  .cfs-review-avatar{
    width:68px!important;
    height:68px!important;
    top:-35px!important;
  }
  .cfs-review-avatar svg{width:43px!important;height:43px!important}
  .cfs-review-card h3{font-size:15px!important;margin:1px 0 3px!important}
  .cfs-review-stars{font-size:16px!important;letter-spacing:1px!important}
  .cfs-review-card p{font-size:12px!important;line-height:1.55!important;margin-top:6px!important}
}

/* ===== Sahel Digital v1.1.3 — testimonial reference layout ===== */
.cfs-reviews-section{overflow:hidden!important;padding-top:30px!important;padding-bottom:44px!important}
.cfs-reviews-carousel{overflow:visible!important;padding-top:78px!important;padding-bottom:10px!important}
.cfs-reviews-grid{overflow-x:auto!important;overflow-y:visible!important;align-items:stretch!important;padding:0 14px 16px!important;gap:18px!important}
.cfs-review-card{position:relative!important;overflow:visible!important;background:#242223!important;border:1px solid rgba(255,255,255,.055)!important;border-radius:18px!important;min-height:305px!important;padding:94px 24px 30px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important}
.cfs-review-avatar{top:-74px!important;width:146px!important;height:146px!important;border:0!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important;z-index:5!important}
.cfs-review-avatar img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center!important;border-radius:50%!important}
.cfs-review-avatar svg{width:92px!important;height:92px!important}
.cfs-review-quote{left:28px!important;top:28px!important;font-size:76px!important;color:rgba(255,255,255,.09)!important}
.cfs-review-card h3{font-size:27px!important;line-height:1.35!important;margin:4px 0 14px!important}
.cfs-review-stars{font-size:29px!important;letter-spacing:7px!important;line-height:1.25!important}
.cfs-review-card p{font-size:20px!important;line-height:1.75!important;margin:20px auto 0!important;max-width:90%!important;color:#f1f1f1!important}
@media(max-width:767px){
 .cfs-reviews-section{padding-top:24px!important;padding-bottom:36px!important}
 .cfs-reviews-carousel{overflow:visible!important;padding-top:62px!important}
 .cfs-reviews-grid{grid-auto-columns:76%!important;gap:14px!important;padding:0 22px 12px!important}
 .cfs-review-card{min-height:245px!important;padding:70px 16px 22px!important;border-radius:17px!important}
 .cfs-review-avatar{width:108px!important;height:108px!important;top:-55px!important}
 .cfs-review-avatar svg{width:68px!important;height:68px!important}
 .cfs-review-quote{left:18px!important;top:24px!important;font-size:58px!important}
 .cfs-review-card h3{font-size:20px!important;margin:2px 0 10px!important}
 .cfs-review-stars{font-size:22px!important;letter-spacing:4px!important}
 .cfs-review-card p{font-size:15px!important;line-height:1.7!important;margin-top:15px!important;max-width:94%!important}
}

/* ===== Sahel Digital v1.1.4 — testimonial avatar clipping FINAL FIX ===== */
/* content-visibility adds paint containment and clips avatars that overlap card edges. */
.cfs-reviews-section{
  overflow:visible!important;
  content-visibility:visible!important;
  contain:none!important;
  contain-intrinsic-size:auto!important;
  position:relative!important;
}
.cfs-reviews-section .cfs-container,
.cfs-reviews-heading,
.cfs-reviews-carousel{
  overflow:visible!important;
  contain:none!important;
}
.cfs-reviews-carousel{
  padding-top:82px!important;
}
.cfs-reviews-grid{
  overflow-x:auto!important;
  overflow-y:visible!important;
  padding-top:0!important;
  scroll-padding-inline:22px!important;
}
.cfs-review-card{
  overflow:visible!important;
  isolation:isolate!important;
}
.cfs-review-avatar{
  z-index:20!important;
  clip-path:none!important;
  -webkit-clip-path:none!important;
}
@media(max-width:767px){
  .cfs-reviews-section{
    overflow:visible!important;
    content-visibility:visible!important;
    contain:none!important;
  }
  .cfs-reviews-carousel{padding-top:74px!important;overflow:visible!important}
  .cfs-reviews-grid{overflow-x:auto!important;overflow-y:visible!important;padding:0 22px 14px!important}
  .cfs-review-card{min-height:245px!important;padding:74px 16px 22px!important}
  .cfs-review-avatar{width:108px!important;height:108px!important;top:-54px!important}
}

/* ===== Sahel Digital v1.1.5 — reviews structural no-clip fix ===== */
.cfs-reviews-carousel{overflow:hidden!important;padding-top:28px!important}
.cfs-reviews-grid{overflow-x:auto!important;overflow-y:hidden!important;padding:0 22px 14px!important;gap:16px!important}
.cfs-review-card{
  background:transparent!important;border:0!important;box-shadow:none!important;
  min-height:360px!important;padding:150px 22px 30px!important;overflow:hidden!important;
  position:relative!important;isolation:isolate!important;
}
.cfs-review-card::before{
  content:"";position:absolute;z-index:-1;left:0;right:0;top:72px;bottom:0;
  background:#242223;border:1px solid rgba(255,255,255,.07);border-radius:20px;
  box-shadow:0 12px 30px rgba(0,0,0,.12)
}
.cfs-review-avatar{
  top:0!important;width:144px!important;height:144px!important;border:0!important;
  background:#fff!important;overflow:hidden!important;z-index:5!important
}
.cfs-review-avatar img{border-radius:50%!important}
.cfs-review-quote{top:94px!important;left:25px!important}
.cfs-review-card h3{font-size:25px!important;margin:0 0 10px!important}
.cfs-review-stars{font-size:27px!important;letter-spacing:5px!important}
.cfs-review-card p{font-size:18px!important;line-height:1.7!important;margin:16px auto 0!important}
@media(max-width:767px){
  .cfs-reviews-carousel{padding-top:24px!important;overflow:hidden!important}
  .cfs-reviews-grid{grid-auto-columns:78%!important;padding:0 22px 10px!important;gap:14px!important;overflow-x:auto!important;overflow-y:hidden!important}
  .cfs-review-card{min-height:300px!important;padding:121px 16px 22px!important;border-radius:0!important}
  .cfs-review-card::before{top:55px;border-radius:17px}
  .cfs-review-avatar{top:0!important;width:110px!important;height:110px!important}
  .cfs-review-avatar svg{width:70px!important;height:70px!important}
  .cfs-review-quote{top:73px!important;left:18px!important;font-size:56px!important}
  .cfs-review-card h3{font-size:20px!important;margin:0 0 8px!important}
  .cfs-review-stars{font-size:21px!important;letter-spacing:3px!important}
  .cfs-review-card p{font-size:14px!important;line-height:1.65!important;margin-top:13px!important;max-width:94%!important}
}

/* =========================================================
   Sahel Digital v1.2.0 — adaptive Dark / Light theme engine
   Neutral UI colors adapt automatically; --cfs-accent stays independent.
========================================================= */
html,body,.cfs-site{background:var(--cfs-bg)!important;color:var(--cfs-text)!important}
.cfs-site,.cfs-main,.cfs-section,.cfs-section-alt,.cfs-products-section,.cfs-benefits-section,.cfs-faq-section,.cfs-reviews-section{background:var(--cfs-bg)!important;color:var(--cfs-text)!important}
.cfs-header,.home .cfs-header{background:var(--cfs-header-bg)!important;border-color:var(--cfs-line)!important;color:var(--cfs-text)!important}
.cfs-drawer,.cfs-footer{background:var(--cfs-surface)!important;color:var(--cfs-text)!important;border-color:var(--cfs-line)!important}
.cfs-footer-brand p,.cfs-footer a,.cfs-entry-content,.cfs-faq p,.cfs-benefit p,.cfs-section-heading p{color:var(--cfs-soft)!important}
.cfs-footer h3,.cfs-section-heading-row h2,.cfs-title-line h2{color:var(--cfs-accent)!important}
.cfs-section-heading-row i,.cfs-title-line i{background:var(--cfs-line)!important}
.cfs-benefit,.cfs-faq details,.cfs-page-card,.woocommerce div.product,.woocommerce table.shop_table,.woocommerce-checkout #order_review,.woocommerce-checkout #payment,.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-cart .cart-collaterals .cart_totals{background:var(--cfs-surface)!important;color:var(--cfs-text)!important;border-color:var(--cfs-line)!important;box-shadow:var(--cfs-shadow)!important}
.cfs-product-card{background:var(--cfs-product-card)!important;border-color:color-mix(in srgb,var(--cfs-accent) 72%,var(--cfs-line))!important;color:var(--cfs-text)!important}
.cfs-product-content h3,.cfs-product-content h3 a,.woocommerce div.product .product_title,.woocommerce table.shop_table th,.woocommerce table.shop_table td,.woocommerce label,.woocommerce form .form-row label,.woocommerce-account .woocommerce-MyAccount-navigation a{color:var(--cfs-text)!important}
.cfs-product-content p,.woocommerce .woocommerce-breadcrumb,.woocommerce .woocommerce-breadcrumb a,.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-product-details__short-description{color:var(--cfs-soft)!important}
.woocommerce .quantity .qty,.woocommerce input.input-text,.woocommerce textarea,.woocommerce select,.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{background:var(--cfs-surface-2)!important;color:var(--cfs-text)!important;border-color:var(--cfs-line)!important}
.woocommerce-message,.woocommerce-info,.woocommerce-error{background:var(--cfs-surface)!important;color:var(--cfs-text)!important;border-color:color-mix(in srgb,var(--cfs-accent) 56%,var(--cfs-line))!important;border-top-color:var(--cfs-accent)!important}
.cfs-review-card::before{background:var(--cfs-surface)!important;border-color:var(--cfs-line)!important;box-shadow:var(--cfs-shadow)!important}
.cfs-review-card h3{color:var(--cfs-text)!important}.cfs-review-card p{color:var(--cfs-soft)!important}.cfs-review-quote{color:color-mix(in srgb,var(--cfs-text) 10%,transparent)!important}
.cfs-head-action{color:var(--cfs-header-icon)!important;background:color-mix(in srgb,var(--cfs-accent) 88%,var(--cfs-header-bg))!important}
.cfs-head-action:hover{background:var(--cfs-accent)!important}
.cfs-icon-btn{background:var(--cfs-surface-2)!important;color:var(--cfs-text)!important;border-color:var(--cfs-line)!important}
.cfs-price,.woocommerce div.product p.price,.woocommerce div.product span.price,.cfs-entry-content a{color:var(--cfs-accent)!important}
.cfs-btn-primary,.cfs-btn-cart,.woocommerce button.button,.woocommerce a.button,.woocommerce input.button,.woocommerce #respond input#submit{border-color:color-mix(in srgb,var(--cfs-accent) 78%,white)!important}
body.cfs-mode-light .cfs-product-media-wrap,body.cfs-mode-light .cfs-product-media{background:#fff!important}
body.cfs-mode-light .cfs-review-stars span{color:#c5c8ce!important}
body.cfs-mode-light .cfs-review-avatar{background:#fff!important}
body.cfs-mode-light .cfs-review-avatar svg{fill:#e3e5e9!important;stroke:#6b7079!important}
body.cfs-mode-dark .cfs-review-avatar{background:#fff!important}

/* Reviews: keep the existing card proportions, but keep every avatar fully inside the card flow. */
.cfs-reviews-section,.cfs-reviews-section .cfs-container,.cfs-reviews-carousel{overflow:hidden!important}
.cfs-reviews-carousel{padding-top:18px!important}
.cfs-reviews-grid{overflow-x:auto!important;overflow-y:hidden!important;align-items:stretch!important;padding:0 22px 14px!important}
.cfs-review-card{
  background:var(--cfs-surface)!important;
  border:1px solid var(--cfs-line)!important;
  border-radius:20px!important;
  box-shadow:var(--cfs-shadow)!important;
  min-height:360px!important;
  padding:24px 22px 30px!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
}
.cfs-review-card::before{display:none!important}
.cfs-review-avatar{
  position:relative!important;
  top:auto!important;left:auto!important;
  transform:none!important;
  width:144px!important;height:144px!important;
  flex:0 0 144px!important;
  margin:0 auto 18px!important;
  border-radius:50%!important;
  border:4px solid color-mix(in srgb,var(--cfs-accent) 45%,var(--cfs-line))!important;
  overflow:hidden!important;
  display:grid!important;place-items:center!important;
  z-index:2!important;
}
.cfs-review-avatar img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;border-radius:50%!important;display:block!important}
.cfs-review-avatar svg{width:92px!important;height:92px!important}
.cfs-review-quote{top:28px!important;left:26px!important}
.cfs-review-card h3{font-size:25px!important;margin:0 0 10px!important}
.cfs-review-stars{font-size:27px!important;letter-spacing:5px!important}
.cfs-review-card p{font-size:18px!important;line-height:1.7!important;margin:16px auto 0!important;max-width:90%!important}
@media(max-width:767px){
  .cfs-reviews-carousel{padding-top:14px!important}
  .cfs-reviews-grid{grid-auto-columns:78%!important;padding:0 22px 10px!important;gap:14px!important}
  .cfs-review-card{min-height:300px!important;padding:20px 16px 22px!important;border-radius:18px!important}
  .cfs-review-avatar{width:110px!important;height:110px!important;flex-basis:110px!important;margin-bottom:12px!important;border-width:3px!important}
  .cfs-review-avatar svg{width:70px!important;height:70px!important}
  .cfs-review-quote{top:22px!important;left:18px!important;font-size:54px!important}
  .cfs-review-card h3{font-size:20px!important;margin:0 0 8px!important}
  .cfs-review-stars{font-size:21px!important;letter-spacing:3px!important}
  .cfs-review-card p{font-size:14px!important;line-height:1.65!important;margin-top:13px!important;max-width:94%!important}
}

/* =========================================================
   Sahel Digital v1.3.1 — Checkout mobile responsive hard-fix
   Covers WooCommerce classic checkout + Checkout Block.
========================================================= */
.woocommerce-checkout .cfs-content-card,
.woocommerce-checkout .cfs-entry-content,
.woocommerce-checkout .woocommerce,
.woocommerce-checkout form.checkout,
.wc-block-checkout,
.wc-block-components-sidebar-layout,
.wc-block-components-main,
.wc-block-components-sidebar{
  min-width:0!important;
  max-width:100%!important;
}

/* WooCommerce Checkout Block — desktop baseline */
.wc-block-checkout{
  width:100%!important;
  margin-inline:auto!important;
  color:var(--cfs-text)!important;
}
.wc-block-components-sidebar-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(300px,380px)!important;
  gap:18px!important;
  align-items:start!important;
  width:100%!important;
}
.wc-block-components-main,
.wc-block-components-sidebar{
  width:100%!important;
  float:none!important;
  margin:0!important;
}
.wc-block-checkout__main,
.wc-block-checkout__sidebar{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  float:none!important;
}
.wc-block-components-checkout-step,
.wc-block-components-totals-wrapper,
.wc-block-components-order-summary,
.wc-block-components-address-form,
.wc-block-components-form,
.wc-block-components-panel,
.wc-block-components-checkout-step__container{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}
.wc-block-components-checkout-step{
  background:var(--cfs-surface)!important;
  border:1px solid var(--cfs-line)!important;
  border-radius:16px!important;
  padding:18px!important;
  margin:0 0 14px!important;
  box-shadow:var(--cfs-shadow)!important;
}
.wc-block-components-checkout-step__heading,
.wc-block-components-checkout-step__title,
.wc-block-components-title,
.wc-block-components-order-summary__button-text,
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value{
  color:var(--cfs-text)!important;
}
.wc-block-components-checkout-step__description,
.wc-block-components-checkout-step__subtitle,
.wc-block-components-address-card__address-section,
.wc-block-components-form .wc-block-components-text-input label{
  color:var(--cfs-soft)!important;
}
.wc-block-components-text-input,
.wc-block-components-text-input input,
.wc-block-components-combobox,
.wc-block-components-combobox-control,
.wc-block-components-combobox-control input,
.wc-block-components-address-form input,
.wc-block-components-address-form select,
.wc-block-components-address-form textarea{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}
.wc-block-components-text-input input,
.wc-block-components-combobox-control input,
.wc-block-components-address-form input,
.wc-block-components-address-form select,
.wc-block-components-address-form textarea{
  background:var(--cfs-surface-2)!important;
  color:var(--cfs-text)!important;
  border-color:var(--cfs-line)!important;
  border-radius:10px!important;
}

/* Never split Arabic words into vertical letters. */
.woocommerce-checkout,
.woocommerce-checkout *,
.wc-block-checkout,
.wc-block-checkout *{
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}

/* Classic checkout safety */
.woocommerce-checkout form.checkout,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review,
.woocommerce-checkout #payment{
  min-width:0!important;
  max-width:100%!important;
}

@media(max-width:900px){
  /* One-column Checkout Block on tablets/phones */
  .wc-block-components-sidebar-layout{
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
  }
  .wc-block-checkout__main,
  .wc-block-checkout__sidebar,
  .wc-block-components-main,
  .wc-block-components-sidebar{
    flex:0 0 auto!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    position:static!important;
  }
  .wc-block-components-sidebar{
    order:-1!important;
  }

  /* Classic checkout becomes one full-width column */
  .woocommerce-checkout form.checkout{
    display:flex!important;
    flex-direction:column!important;
    grid-template-columns:none!important;
    gap:14px!important;
    width:100%!important;
  }
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review{
    grid-column:auto!important;
    width:100%!important;
    margin:0!important;
  }
}

@media(max-width:767px){
  body.woocommerce-checkout .cfs-main{
    padding-top:18px!important;
  }
  body.woocommerce-checkout .cfs-container,
  body.woocommerce-checkout .cfs-content-card{
    width:calc(100% - 16px)!important;
    max-width:none!important;
    margin-inline:8px!important;
    padding-inline:0!important;
  }
  body.woocommerce-checkout .cfs-entry-content,
  body.woocommerce-checkout .woocommerce,
  .wc-block-checkout{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:visible!important;
  }
  .wc-block-components-sidebar-layout{
    width:100%!important;
    max-width:100%!important;
    padding:0!important;
    margin:0!important;
    gap:12px!important;
  }
  .wc-block-components-checkout-step{
    padding:14px!important;
    border-radius:14px!important;
    margin-bottom:12px!important;
  }
  .wc-block-components-checkout-step__heading{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 10px!important;
  }
  .wc-block-components-checkout-step__title,
  .wc-block-components-title,
  .wc-block-components-order-summary__button-text{
    font-size:18px!important;
    line-height:1.5!important;
    white-space:normal!important;
  }
  .wc-block-components-checkout-step__description,
  .wc-block-components-checkout-step__subtitle,
  .wc-block-components-address-card__address-section,
  .wc-block-components-form .wc-block-components-text-input label{
    font-size:13px!important;
    line-height:1.6!important;
    white-space:normal!important;
  }
  .wc-block-components-form .wc-block-components-text-input,
  .wc-block-components-form .wc-block-components-combobox,
  .wc-block-components-address-form .wc-block-components-text-input,
  .wc-block-components-address-form .wc-block-components-combobox{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    flex:0 0 100%!important;
  }
  .wc-block-components-address-form{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .wc-block-components-address-form > *{
    grid-column:1!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  .wc-block-components-text-input input,
  .wc-block-components-combobox-control input,
  .wc-block-components-address-form input,
  .wc-block-components-address-form select,
  .wc-block-components-address-form textarea{
    min-height:46px!important;
    font-size:16px!important; /* avoids iOS zoom */
    padding-inline:12px!important;
  }
  .wc-block-components-address-card{
    width:100%!important;
    max-width:100%!important;
    display:block!important;
  }
  .wc-block-components-checkbox .wc-block-components-checkbox__label,
  .wc-block-components-radio-control__label,
  .wc-block-components-payment-method-label{
    white-space:normal!important;
    line-height:1.55!important;
  }
  .wc-block-components-button,
  .wc-block-components-checkout-place-order-button{
    width:100%!important;
    max-width:100%!important;
    min-height:52px!important;
  }

  /* Classic checkout mobile */
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #customer_details .col-1,
  .woocommerce-checkout #customer_details .col-2,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review,
  .woocommerce-checkout #payment{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    float:none!important;
    clear:both!important;
  }
  .woocommerce-checkout #customer_details .col-1,
  .woocommerce-checkout #customer_details .col-2,
  .woocommerce-checkout #order_review,
  .woocommerce-checkout #payment{
    padding:14px!important;
  }
  .woocommerce-checkout .form-row,
  .woocommerce-checkout .form-row-first,
  .woocommerce-checkout .form-row-last,
  .woocommerce-checkout .form-row-wide{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    float:none!important;
    display:block!important;
  }
  .woocommerce-checkout .form-row label{
    width:100%!important;
    display:block!important;
    white-space:normal!important;
    line-height:1.5!important;
  }
  .woocommerce-checkout input.input-text,
  .woocommerce-checkout textarea,
  .woocommerce-checkout select,
  .woocommerce-checkout .select2-container{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
}

@media(max-width:430px){
  body.woocommerce-checkout .cfs-page-head h1{font-size:28px!important}
  .wc-block-components-checkout-step{padding:12px!important}
  .wc-block-components-checkout-step__title,
  .wc-block-components-title,
  .wc-block-components-order-summary__button-text{font-size:17px!important}
}


/* =========================================================
   Sahel Digital v1.4.1 — Checkout fields definitive mobile fix
   Classic checkout is intentionally rendered by page.php on checkout pages.
========================================================= */
body.woocommerce-checkout .cfs-entry-content{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
  color:var(--cfs-text)!important;
}
body.woocommerce-checkout .woocommerce{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  display:block!important;
}
body.woocommerce-checkout form.checkout.woocommerce-checkout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(320px,.78fr)!important;
  gap:18px!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  align-items:start!important;
}
body.woocommerce-checkout #customer_details{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}
body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  float:none!important;
  clear:both!important;
  margin:0 0 14px!important;
  padding:18px!important;
}
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review{
  grid-column:2!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin-inline:0!important;
}
body.woocommerce-checkout #order_review_heading{
  margin-bottom:0!important;
}
body.woocommerce-checkout #order_review{
  margin-top:0!important;
}
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}
body.woocommerce-checkout .form-row,
body.woocommerce-checkout .form-row-first,
body.woocommerce-checkout .form-row-last,
body.woocommerce-checkout .form-row-wide{
  box-sizing:border-box!important;
  min-width:0!important;
}
body.woocommerce-checkout .form-row label,
body.woocommerce-checkout .form-row .woocommerce-input-wrapper{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}
body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-container,
body.woocommerce-checkout .select2-selection{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}
body.woocommerce-checkout h3,
body.woocommerce-checkout label,
body.woocommerce-checkout p,
body.woocommerce-checkout span,
body.woocommerce-checkout div{
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}

@media(max-width:900px){
  body.woocommerce-checkout form.checkout.woocommerce-checkout{
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
  }
  body.woocommerce-checkout #customer_details,
  body.woocommerce-checkout #order_review_heading,
  body.woocommerce-checkout #order_review,
  body.woocommerce-checkout #payment{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    grid-column:auto!important;
    order:initial!important;
  }
}

@media(max-width:767px){
  body.woocommerce-checkout .cfs-main{
    padding-top:16px!important;
  }
  body.woocommerce-checkout .cfs-container.cfs-content-card{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0 10px 40px!important;
  }
  body.woocommerce-checkout .cfs-page-head{
    margin:12px 0 18px!important;
  }
  body.woocommerce-checkout .cfs-page-head h1{
    font-size:30px!important;
    line-height:1.35!important;
  }
  body.woocommerce-checkout form.checkout.woocommerce-checkout{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
  }
  body.woocommerce-checkout #customer_details .col-1,
  body.woocommerce-checkout #customer_details .col-2,
  body.woocommerce-checkout #order_review,
  body.woocommerce-checkout #payment{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-inline:0!important;
    padding:14px!important;
    border-radius:16px!important;
  }
  body.woocommerce-checkout #customer_details h3,
  body.woocommerce-checkout #order_review_heading{
    font-size:21px!important;
    line-height:1.4!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    white-space:normal!important;
  }
  body.woocommerce-checkout .form-row,
  body.woocommerce-checkout .form-row-first,
  body.woocommerce-checkout .form-row-last,
  body.woocommerce-checkout .form-row-wide{
    display:block!important;
    float:none!important;
    clear:both!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 0 12px!important;
    padding:0!important;
  }
  body.woocommerce-checkout .form-row label{
    font-size:14px!important;
    line-height:1.5!important;
    margin-bottom:6px!important;
  }
  body.woocommerce-checkout input.input-text,
  body.woocommerce-checkout textarea,
  body.woocommerce-checkout select,
  body.woocommerce-checkout .select2-container .select2-selection--single{
    min-height:48px!important;
    font-size:16px!important;
    padding:10px 12px!important;
  }
  body.woocommerce-checkout #place_order{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-height:54px!important;
    font-size:17px!important;
    white-space:normal!important;
  }
  body.woocommerce-checkout table.shop_table,
  body.woocommerce-checkout table.shop_table tbody,
  body.woocommerce-checkout table.shop_table tfoot{
    width:100%!important;
    max-width:100%!important;
  }
}

@media(max-width:430px){
  body.woocommerce-checkout .cfs-container.cfs-content-card{padding-inline:8px!important}
  body.woocommerce-checkout #customer_details .col-1,
  body.woocommerce-checkout #customer_details .col-2,
  body.woocommerce-checkout #order_review,
  body.woocommerce-checkout #payment{padding:12px!important}
}
