
:root{--red:#d71920;--red2:#b80f16;--cream:#fff7ed;--ink:#191b20;--muted:#747982;--line:#e9eaec;--shell:1320px}
*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;background:#fff}img{max-width:100%;height:auto}a{color:inherit}.cfc-shell{width:min(calc(100% - 40px),var(--shell));margin-inline:auto}
.cfc-topbar{background:var(--red);color:#fff;font-size:12px;font-weight:700}.cfc-topbar-inner{min-height:32px;display:flex;align-items:center;justify-content:space-between}.cfc-topbar-links{display:flex;gap:18px}.cfc-topbar a{text-decoration:none}
.cfc-header{position:sticky;top:0;z-index:60;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.06)}.admin-bar .cfc-header{top:32px}
.cfc-header-main{min-height:82px;display:grid;grid-template-columns:180px minmax(280px,1fr) auto;gap:28px;align-items:center}.cfc-brand img{max-height:56px;width:auto;display:block}.cfc-text-logo{font-size:25px;font-weight:900;color:var(--red);text-decoration:none}
.cfc-product-search form,.cfc-mobile-search-panel form{display:flex;position:relative}.cfc-product-search input[type=search],.cfc-mobile-search-panel input[type=search]{width:100%;height:48px;border:1px solid #ddd;border-radius:14px;background:#f8f8f8;padding:0 56px 0 16px;outline:none}.cfc-product-search button,.cfc-mobile-search-panel button{position:absolute;right:5px;top:5px;width:38px;height:38px;border:0;border-radius:10px;background:var(--red);color:#fff;font-size:0}.cfc-product-search button:after,.cfc-mobile-search-panel button:after{content:"⌕";font-size:18px}
.cfc-header-actions{display:flex;gap:9px;align-items:center}.cfc-header-action,.cfc-mobile-search-toggle,.cfc-mobile-menu-toggle{position:relative;min-width:46px;height:46px;padding:0 12px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--line);border-radius:12px;background:#fff;text-decoration:none;cursor:pointer}.cfc-header-action svg,.cfc-mobile-search-toggle svg,.cfc-mobile-menu-toggle svg,.cfc-categories-pill svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.cfc-action-label{font-size:12px;font-weight:700}.cfc-cart-count{position:absolute;right:-5px;top:-6px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:var(--red);color:#fff;font-size:10px;font-weight:900;display:flex;align-items:center;justify-content:center}.cfc-mobile-search-toggle,.cfc-mobile-menu-toggle{display:none}
.cfc-navbar{border-top:1px solid #f0f0f0}.cfc-navbar-inner{min-height:54px;display:grid;grid-template-columns:190px 1fr auto;gap:24px;align-items:center}.cfc-categories-pill{height:40px;border-radius:10px;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;gap:9px;text-decoration:none;font-size:13px;font-weight:800}.cfc-menu{list-style:none;margin:0;padding:0;display:flex;gap:27px;align-items:center}.cfc-menu li{position:relative}.cfc-menu a{text-decoration:none;font-size:14px;font-weight:700}.cfc-menu a:hover{color:var(--red)}.cfc-menu .sub-menu{position:absolute;left:0;top:100%;min-width:220px;margin-top:15px;padding:9px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 16px 42px rgba(0,0,0,.12);list-style:none;opacity:0;visibility:hidden;transform:translateY(6px);transition:.18s}.cfc-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:none}.cfc-menu .sub-menu a{display:block;padding:10px;border-radius:8px}.cfc-menu .sub-menu a:hover{background:#fff2ee}.cfc-shop-offer{color:var(--red);font-size:13px;font-weight:800;text-decoration:none}
.cfc-mobile-search-panel{padding:11px 0;border-top:1px solid var(--line)}
.cfc-mobile-drawer{position:fixed;z-index:100;inset:0 auto 0 0;width:min(86vw,360px);padding:20px;background:#fff;overflow:auto;box-shadow:18px 0 45px rgba(0,0,0,.2)}.cfc-drawer-overlay{position:fixed;z-index:90;inset:0;background:rgba(0,0,0,.4)}.cfc-mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid var(--line)}.cfc-mobile-menu-close{width:38px;height:38px;border:0;border-radius:10px;background:#f4f4f4;font-size:25px}.cfc-mobile-menu{list-style:none;margin:10px 0 0;padding:0}.cfc-mobile-menu li{border-bottom:1px solid var(--line)}.cfc-mobile-menu a{display:block;padding:14px 2px;text-decoration:none;font-weight:700}.cfc-mobile-menu .sub-menu{list-style:none;padding-left:16px}
.cfc-page-shell,.cfc-woo-shell{padding:42px 0 70px}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}.woocommerce ul.products li.product{width:auto!important;margin:0!important;padding:12px!important;border:1px solid var(--line);border-radius:16px;background:#fff}.woocommerce ul.products li.product img{border-radius:12px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:15px!important}.woocommerce ul.products li.product .price{color:var(--red)!important;font-weight:850}.woocommerce ul.products li.product .button{width:100%;text-align:center;background:var(--red)!important;color:#fff!important;border-radius:9px}
.cfc-footer{margin-top:40px;background:#151515;color:#ddd}.cfc-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding:54px 0}.cfc-footer h3{color:#fff;font-size:14px;margin:0 0 15px}.cfc-footer p,.cfc-footer a{color:#b7bac0;font-size:13px;line-height:1.7;text-decoration:none}.cfc-footer ul{list-style:none;margin:0;padding:0}.cfc-footer li{margin:7px 0}.cfc-footer-brand img{max-height:56px;width:auto;filter:brightness(0) invert(1)}.cfc-footer-bottom{padding:17px 0;border-top:1px solid #2a2a2a;font-size:12px;color:#858990}.cfc-mobile-bottom-nav{display:none}
@media(max-width:1000px){.cfc-header-main{grid-template-columns:160px 1fr auto;gap:18px}.cfc-navbar-inner{grid-template-columns:1fr auto}.cfc-categories-pill{display:none}.cfc-menu{gap:19px}.woocommerce ul.products{grid-template-columns:repeat(3,1fr)}.cfc-footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.admin-bar .cfc-header{top:46px}.cfc-shell{width:min(calc(100% - 28px),var(--shell))}.cfc-topbar-inner{justify-content:center}.cfc-topbar-links{display:none}.cfc-header-main{min-height:68px;grid-template-columns:1fr auto}.cfc-product-search,.cfc-navbar{display:none}.cfc-mobile-search-toggle,.cfc-mobile-menu-toggle{display:flex}.cfc-action-label{display:none}.cfc-header-action{padding:0;min-width:46px}.cfc-footer{margin-bottom:64px}.cfc-footer-grid{grid-template-columns:1fr;gap:24px}.cfc-mobile-bottom-nav{position:fixed;z-index:75;left:0;right:0;bottom:0;height:64px;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid var(--line);box-shadow:0 -8px 24px rgba(0,0,0,.06)}.cfc-mobile-bottom-nav a{display:flex;flex-direction:column;gap:2px;align-items:center;justify-content:center;text-decoration:none;font-size:12px}.cfc-mobile-bottom-nav small{font-size:10px}.woocommerce ul.products{grid-template-columns:repeat(2,1fr);gap:10px}}

/* v2 typography + navigation + footer */
body,button,input,select,textarea{font-family:Inter,Manrope,"Segoe UI",system-ui,-apple-system,sans-serif}.cfc-navbar-inner{grid-template-columns:1fr auto}.cfc-primary-nav{min-width:0}.cfc-menu{gap:30px}.cfc-footer{background:#121315}.cfc-footer-cta{background:#d71920;color:#fff}.cfc-footer-cta .cfc-shell{min-height:150px;display:flex;align-items:center;justify-content:space-between;gap:25px}.cfc-footer-cta span{font-size:10px;font-weight:900;letter-spacing:.12em}.cfc-footer-cta h2{margin:7px 0 0;font-size:30px}.cfc-footer-cta a{display:inline-flex;min-height:48px;align-items:center;padding:0 20px;border-radius:9px;background:#fff;color:#d71920;text-decoration:none;font-weight:850}.cfc-footer-grid{padding:50px 0}.cfc-socials{display:flex;gap:8px;flex-wrap:wrap}.cfc-socials a{padding:7px 10px;border:1px solid #333;border-radius:8px}.cfc-fallback-links{display:block!important}.cfc-footer-col>div+ul.cfc-fallback-links,.cfc-footer-col>ul+ul.cfc-fallback-links{margin-top:8px}.cfc-trust-mini{display:flex;gap:7px;flex-wrap:wrap;margin-top:14px}.cfc-trust-mini span{padding:6px 8px;border-radius:6px;background:#202225;font-size:10px}.cfc-footer-bottom .cfc-shell{display:flex;justify-content:space-between;gap:20px}
.cfc-floating-cart{position:fixed;z-index:72;right:18px;top:48%;transform:translateY(-50%);width:104px;min-height:92px;padding:10px;border-radius:13px 0 0 13px;background:#d71920;color:#fff;text-decoration:none;box-shadow:0 10px 30px rgba(0,0,0,.18);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.cfc-floating-cart-icon{font-size:11px}.cfc-floating-cart b,.cfc-floating-cart em{display:block;font-style:normal}.cfc-floating-cart b{font-size:12px}.cfc-floating-cart em{margin-top:4px;font-size:12px;font-weight:800}.cfc-floating-chat{position:fixed;z-index:73;right:20px;bottom:90px;width:58px;height:58px;border-radius:50% 50% 10px 50%;display:flex;align-items:center;justify-content:center;background:#1eaf5c;color:#fff;text-decoration:none;font-size:11px;font-weight:900;box-shadow:0 10px 26px rgba(0,0,0,.18)}
.cfc-bottom-cart{position:relative}.cfc-bottom-cart>span{position:relative}.cfc-bottom-cart-count{position:absolute;right:-13px;top:-10px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:#d71920;color:#fff;font-size:9px;font-style:normal;display:flex;align-items:center;justify-content:center}.cfc-mobile-bottom-nav{grid-template-columns:repeat(5,1fr)}.cfc-mobile-bottom-nav button{border:0;background:transparent;font:inherit}.cfc-mobile-bottom-nav button,.cfc-mobile-bottom-nav a{color:#202124}.cfc-mobile-bottom-nav button{display:flex;flex-direction:column;gap:2px;align-items:center;justify-content:center}.cfc-mobile-bottom-nav button small{font-size:10px}
@media(max-width:820px){.cfc-floating-cart{top:auto;right:0;bottom:124px;transform:none;width:82px;min-height:72px;border-radius:12px 0 0 12px}.cfc-floating-chat{right:18px;bottom:76px;width:52px;height:52px}.cfc-footer-cta .cfc-shell{min-height:180px;align-items:flex-start;justify-content:center;flex-direction:column}.cfc-footer-cta h2{font-size:25px}.cfc-footer-col h3{cursor:default}.cfc-footer-bottom .cfc-shell{flex-direction:column;gap:4px}.cfc-mobile-bottom-nav{height:68px}.cfc-footer{margin-bottom:68px}}
.cfc-single-post{max-width:900px;margin:auto}.cfc-single-meta{color:#d71920;font-size:12px;font-weight:800}.cfc-single-post h1{font-size:48px;line-height:1.1;letter-spacing:-.04em}.cfc-single-featured img{width:100%;border-radius:18px}.cfc-single-content{font-size:16px;line-height:1.85;color:#3f444c}.cfc-single-content img{border-radius:12px}@media(max-width:820px){.cfc-single-post h1{font-size:34px}}
/* ===== CFC Premium Footer v2.1 ===== */
.cfc-footer-v21{margin-top:60px;background:#fbf6ef;color:#202126;border-top:1px solid #f0e4d8}
.cfc-footer-v21 .cfc-footer-main{padding:62px 0 54px}
.cfc-footer-grid-v21{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr;gap:42px}
.cfc-footer-logo img{max-height:62px;width:auto;filter:none!important}
.cfc-footer-brand-v21>strong{font-size:24px;color:#d71920}
.cfc-footer-desc{max-width:340px;margin:18px 0 24px;color:#676b72;font-size:14px;line-height:1.75}
.cfc-footer-contact-list{display:flex;flex-direction:column;gap:12px;margin-bottom:22px}
.cfc-footer-contact-list>div{display:flex;align-items:flex-start;gap:10px;color:#5f646d;font-size:13px;line-height:1.55}
.cfc-footer-contact-list a{color:#5f646d;text-decoration:none}
.cfc-footer-contact-list a:hover{color:#d71920}
.cfc-ficon{width:22px;flex:0 0 22px;color:#d71920;font-weight:900}
.cfc-footer-socials-v21{display:flex;gap:10px}
.cfc-footer-socials-v21 a{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;border:1px solid #eadfd4;color:#d71920;text-decoration:none;font-weight:900;transition:.18s}
.cfc-footer-socials-v21 a:hover{transform:translateY(-2px);background:#d71920;color:#fff;border-color:#d71920}
.cfc-footer-col-v21 h3{margin:0 0 18px;color:#202126;font-size:15px;font-weight:800}
.cfc-footer-links-v21{list-style:none;margin:0;padding:0}
.cfc-footer-links-v21 li{margin:0 0 11px}
.cfc-footer-links-v21 a{color:#666b73;font-size:13px;text-decoration:none;transition:.18s}
.cfc-footer-links-v21 a:hover{color:#d71920;padding-left:3px}
.cfc-footer-bottom-v21{border-top:1px solid #e7dbcf;background:#f7eee4}
.cfc-footer-bottom-v21 .cfc-shell{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#777b82;font-size:11px}
.cfc-footer-trust-v21{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.cfc-footer-trust-v21 span{padding:6px 9px;border-radius:999px;background:#fff;color:#5e6269;border:1px solid #eadfd4}
@media(max-width:1150px){
 .cfc-footer-grid-v21{grid-template-columns:1.5fr repeat(2,1fr)}
 .cfc-footer-brand-v21{grid-row:span 2}
}
@media(max-width:820px){
 .cfc-footer-v21{margin-top:42px;margin-bottom:68px}
 .cfc-footer-v21 .cfc-footer-main{padding:42px 0 30px}
 .cfc-footer-grid-v21{grid-template-columns:1fr;gap:0}
 .cfc-footer-brand-v21{grid-row:auto;padding-bottom:24px}
 .cfc-footer-col-v21{padding:18px 0;border-top:1px solid #e8ddd2}
 .cfc-footer-col-v21 h3{margin:0 0 12px;font-size:14px}
 .cfc-footer-links-v21{display:grid;grid-template-columns:1fr 1fr;column-gap:16px}
 .cfc-footer-bottom-v21 .cfc-shell{padding:14px 0;min-height:0;align-items:flex-start;flex-direction:column}
 .cfc-footer-trust-v21{gap:6px}
}
@media(max-width:480px){
 .cfc-footer-links-v21{grid-template-columns:1fr}
 .cfc-footer-desc{max-width:none}
}

/* ===== CFC Navbar Final v2.2 ===== */
.cfc-topbar{height:34px;display:flex;align-items:center}
.cfc-topbar-inner{min-height:34px;padding:0}
.cfc-topbar-inner>span,
.cfc-topbar-links a{font-size:12px;font-weight:800;line-height:1}
.cfc-header-main{
 min-height:92px;
 grid-template-columns:230px minmax(360px,1fr) auto;
 gap:30px;
 align-items:center
}
.cfc-brand{display:flex;align-items:center;height:100%}
.cfc-brand .custom-logo-link{display:flex;align-items:center}
.cfc-brand img{
 max-height:66px!important;
 max-width:185px;
 width:auto;
 object-fit:contain
}
.cfc-product-search{align-self:center}
.cfc-product-search form{width:100%}
.cfc-product-search input[type=search]{
 height:52px;
 border-radius:14px;
 padding-left:18px;
 font-size:14px;
 background:#fafafa
}
.cfc-product-search button{
 width:42px;
 height:42px;
 top:5px;
 right:5px;
 border-radius:11px
}
.cfc-header-actions{gap:10px}
.cfc-header-action{
 height:50px;
 min-width:112px;
 padding:0 15px;
 border-radius:13px
}
.cfc-cart-action{min-width:104px}
.cfc-header-action svg{width:21px;height:21px}
.cfc-action-label{font-size:13px;font-weight:800}
.cfc-cart-count{top:-7px;right:-5px;min-width:22px;height:22px;font-size:10px}

.cfc-navbar{
 border-top:1px solid #f2f2f2;
 border-bottom:1px solid #f2f2f2;
 background:#fff
}
.cfc-navbar-inner{
 min-height:62px;
 grid-template-columns:1fr auto;
 gap:28px;
 align-items:center
}
.cfc-primary-nav{min-width:0}
.cfc-menu{
 gap:36px;
 align-items:center;
 min-height:62px
}
.cfc-menu>li{
 display:flex;
 align-items:center;
 min-height:62px
}
.cfc-menu>li>a{
 position:relative;
 display:flex;
 align-items:center;
 min-height:62px;
 font-size:15px;
 font-weight:750;
 line-height:1;
 letter-spacing:-.01em
}
.cfc-menu>li>a:after{
 content:"";
 position:absolute;
 left:0;
 right:0;
 bottom:0;
 height:3px;
 border-radius:3px 3px 0 0;
 background:#d71920;
 transform:scaleX(0);
 transform-origin:center;
 transition:.18s
}
.cfc-menu>li:hover>a,
.cfc-menu>li.current-menu-item>a,
.cfc-menu>li.current_page_item>a,
.cfc-menu>li.current-menu-ancestor>a{color:#d71920}
.cfc-menu>li:hover>a:after,
.cfc-menu>li.current-menu-item>a:after,
.cfc-menu>li.current_page_item>a:after,
.cfc-menu>li.current-menu-ancestor>a:after{transform:scaleX(1)}

.cfc-shop-offer-final{
 display:inline-flex;
 align-items:center;
 justify-content:center;
 min-height:38px;
 padding:0 14px;
 border-radius:10px;
 background:#fff3ef;
 color:#d71920!important;
 font-size:13px;
 font-weight:850;
 white-space:nowrap
}
.cfc-shop-offer-final:hover{background:#d71920;color:#fff!important}

/* dropdown alignment */
.cfc-menu .sub-menu{top:calc(100% - 1px);margin-top:0}

/* tablet */
@media(max-width:1180px){
 .cfc-header-main{grid-template-columns:190px minmax(280px,1fr) auto;gap:20px}
 .cfc-brand img{max-height:60px!important;max-width:155px}
 .cfc-menu{gap:24px}
 .cfc-menu>li>a{font-size:14px}
 .cfc-header-action{min-width:50px;padding:0 12px}
 .cfc-action-label{display:none}
 .cfc-cart-action{min-width:50px}
}
@media(max-width:920px){
 .cfc-shop-offer-final{display:none}
 .cfc-navbar-inner{grid-template-columns:1fr}
 .cfc-menu{gap:20px}
}

/* mobile */
@media(max-width:820px){
 .cfc-topbar{height:32px}
 .cfc-topbar-inner{min-height:32px}
 .cfc-topbar-inner>span{font-size:11px}
 .cfc-header-main{
   min-height:84px;
   grid-template-columns:1fr auto;
   gap:14px
 }
 .cfc-brand img{
   max-height:54px!important;
   max-width:120px
 }
 .cfc-header-actions{gap:8px}
 .cfc-header-action,
 .cfc-mobile-search-toggle,
 .cfc-mobile-menu-toggle{
   min-width:46px;
   width:46px;
   height:46px;
   padding:0;
   border-radius:12px;
   background:#fff
 }
 .cfc-header-action svg,
 .cfc-mobile-search-toggle svg,
 .cfc-mobile-menu-toggle svg{width:20px;height:20px}
 .cfc-cart-count{
   min-width:21px;
   height:21px;
   top:-7px;
   right:-5px
 }
 .cfc-mobile-search-panel{padding:10px 0}
 .cfc-mobile-search-panel input[type=search]{height:46px;border-radius:12px}
}
@media(max-width:420px){
 .cfc-header-main{min-height:78px}
 .cfc-brand img{max-height:49px!important;max-width:105px}
 .cfc-header-actions{gap:7px}
 .cfc-header-action,
 .cfc-mobile-search-toggle,
 .cfc-mobile-menu-toggle{
   min-width:44px;width:44px;height:44px;border-radius:11px
 }
}

/* ===== CFC Header Controls + Mobile Drawer Logo v2.3 ===== */
.cfc-header-main{min-height:var(--cfc-header-height,96px)}
.cfc-brand img{max-height:var(--cfc-logo-desktop,76px)!important;max-width:220px!important}
.cfc-menu{gap:var(--cfc-menu-gap,34px)}
.cfc-menu>li>a{font-size:var(--cfc-menu-font,15px)}

.cfc-mobile-drawer-head{min-height:76px}
.cfc-mobile-drawer-logo{display:flex;align-items:center;min-width:0}
.cfc-mobile-drawer-logo .custom-logo-link{display:flex;align-items:center}
.cfc-mobile-drawer-logo img{
	max-height:58px!important;
	max-width:150px!important;
	width:auto;
	object-fit:contain;
	display:block
}
.cfc-drawer-text-logo{font-size:20px;font-weight:900;color:#d71920;text-decoration:none}

@media(max-width:820px){
	.cfc-brand img{max-height:var(--cfc-logo-mobile,58px)!important;max-width:145px!important}
	.cfc-mobile-drawer-logo img{max-height:var(--cfc-logo-mobile,58px)!important;max-width:145px!important}
}


.cfc-premium-checkout .form-row input{border-radius:10px;padding:14px;border-color:#e9eaec}.cfc-premium-checkout .place-order button{border-radius:10px;font-weight:800;}