/*
 * Kalachef 0.3 visual and responsive refinement.
 * Loaded after all theme and companion-plugin styles.
 */
html,body{width:100%;max-width:100%;overflow-x:hidden;overflow-x:clip}
body{min-width:0}
main,.kc-site-header,.kc-site-footer,.kc-header-main,.kc-announcement{max-width:100%}
/* Sticky, compact storefront header. */
.kc-site-header{position:sticky!important;z-index:800;top:0;background:rgba(255,255,255,.96);box-shadow:0 1px 0 rgba(34,29,25,.06);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:box-shadow .25s ease}
body.admin-bar .kc-site-header{top:32px}
.kc-announcement,.kc-header-main{overflow:hidden;transition:height .25s ease,opacity .2s ease,box-shadow .25s ease}
.kc-site-header.is-scrolled{box-shadow:0 13px 42px rgba(35,24,15,.12)}
.kc-site-header.is-scrolled .kc-announcement{height:0;opacity:0}
.kc-site-header.is-scrolled .kc-header-main{height:78px;border-bottom-color:transparent}
.kc-site-header.is-scrolled .kc-nav__list a{padding-top:27px;padding-bottom:25px}
.kc-site-header.is-scrolled .kc-nav__list>li.current-menu-item>a:after,.kc-site-header.is-scrolled .kc-nav__list>li.current_page_item>a:after,.home .kc-site-header.is-scrolled .kc-nav__list>li:first-child>a:after{bottom:10px}
.kc-container{width:min(1472px,calc(100% - 48px));max-width:1472px;box-sizing:border-box}
img,svg,video,iframe,table,select,input,textarea{max-width:100%}
.kc-header-main .kc-brand{min-width:68px;justify-content:center;gap:0}
.kc-header-main .kc-brand__logo{width:62px;height:66px}
.kc-site-footer .kc-brand--footer{display:flex;justify-content:flex-start;gap:0}
.kc-site-footer .kc-brand--footer .kc-brand__logo{width:78px;height:82px}
.kc-shop-products,.entry-content,.woocommerce,.woocommerce-page{min-width:0}
/* Off-screen honeypots caused an 11919px-wide contact screenshot. */
.kc-contact-honey,.kc-otp-honey{position:fixed!important;inset:0 auto auto 0!important;left:auto!important;width:1px!important;height:1px!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;opacity:0!important;pointer-events:none!important}
/* Do not mark “Home” as active on every page. */
.kc-nav__list>li:first-child>a:after{display:none}
.home .kc-nav__list>li:first-child>a:after,.kc-nav__list>li.current-menu-item>a:after,.kc-nav__list>li.current_page_item>a:after{display:block}
/* Footer fallback must remain a footer list, not a desktop navigation row. */
.kc-site-footer .kc-footer-menu,.kc-site-footer ul.kc-footer-menu{display:block;margin:0;padding:0;list-style:none}
.kc-site-footer .kc-footer-menu a{display:block;padding:5px 0;color:#aaa39d;font-size:12px}
.kc-site-footer .kc-footer-menu a:after{display:none!important}

/* WooCommerce archive wrapper and headings */
.kc-shop-main{width:100%;padding:38px 0 76px;overflow:hidden}
.kc-shop-main>.kc-container{width:min(1472px,calc(100% - 48px))!important;max-width:1472px!important;margin-inline:auto!important}
.kc-shop-layout{display:grid;width:100%;min-width:0;gap:28px}
.kc-shop-layout.no-sidebar{grid-template-columns:minmax(0,1fr)}
.kc-shop-layout.has-sidebar{grid-template-columns:270px minmax(0,1fr)}
.kc-shop-layout.has-sidebar .kc-shop-sidebar{grid-column:1;grid-row:1}
.kc-shop-layout.has-sidebar .kc-shop-products{grid-column:2;grid-row:1}
.kc-shop-products{width:100%;min-width:0}
.woocommerce-products-header{margin:0 0 22px;padding:4px 0}
.woocommerce-products-header__title.page-title,.woocommerce-products-header__title{margin:0;color:var(--kc-ink);font-size:clamp(30px,3vw,42px);line-height:1.5;font-weight:800}
.woocommerce .woocommerce-breadcrumb{margin:0 0 18px;color:var(--kc-muted);font-size:11px}
.woocommerce .woocommerce-result-count{float:none;display:inline-flex;align-items:center;min-height:38px;margin:0 0 20px;padding:0 13px;color:var(--kc-muted);background:#fff;border:1px solid var(--kc-border);border-radius:19px;font-size:11px}
.woocommerce .woocommerce-ordering{display:none!important}

/* Robust archive fallback: WooCommerce may load its own archive wrapper. */
body.woocommerce-shop .woocommerce-products-header,
body.post-type-archive-product .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header,
body.tax-product_tag .woocommerce-products-header,
body.woocommerce-shop .kc-filter-shell,
body.post-type-archive-product .kc-filter-shell,
body.tax-product_cat .kc-filter-shell,
body.tax-product_tag .kc-filter-shell,
body.woocommerce-shop ul.products,
body.post-type-archive-product ul.products,
body.tax-product_cat ul.products,
body.tax-product_tag ul.products,
body.woocommerce-shop .woocommerce-pagination,
body.post-type-archive-product .woocommerce-pagination,
body.tax-product_cat .woocommerce-pagination,
body.tax-product_tag .woocommerce-pagination{width:min(1472px,calc(100% - 48px))!important;max-width:1472px!important;margin-right:auto!important;margin-left:auto!important}
body.woocommerce-shop .woocommerce-products-header,
body.post-type-archive-product .woocommerce-products-header{padding-top:28px}
body.woocommerce-shop h1.page-title,
body.post-type-archive-product h1.page-title,
body.tax-product_cat h1.page-title,
body.tax-product_tag h1.page-title,
body.woocommerce-shop .woocommerce-products-header__title,
body.post-type-archive-product .woocommerce-products-header__title{display:block;width:min(1472px,calc(100% - 48px));max-width:1472px;margin:0 auto 24px!important;padding:0 4px;box-sizing:border-box;text-align:right}
body.woocommerce-shop p.woocommerce-result-count,
body.post-type-archive-product p.woocommerce-result-count,
body.tax-product_cat p.woocommerce-result-count,
body.tax-product_tag p.woocommerce-result-count{display:block!important;width:min(1472px,calc(100% - 48px));max-width:1472px;min-height:0;margin:18px auto!important;padding:0 4px!important;float:none!important;color:var(--kc-muted);background:transparent!important;border:0!important;border-radius:0;text-align:right}
.woocommerce-ordering{display:none!important}
ul.products:before,ul.products:after{display:none!important;content:none!important}
body.single-product div.product.type-product{width:min(1120px,calc(100% - 48px));max-width:1120px;margin:32px auto 58px!important}

/* Compact, balanced AJAX filter */
.kc-filter-shell{width:100%;margin:0 0 22px;border-radius:20px;overflow:hidden}
.kc-ajax-filters{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(165px,1fr))!important;gap:11px!important;align-items:end;padding:15px!important}
.kc-ajax-filters>label,.kc-filter-checks,.kc-filter-actions{min-width:0;grid-column:auto!important}
.kc-ajax-filters select,.kc-ajax-filters input[type=number]{width:100%;min-width:0;height:46px;background:#f8f7f5}
.kc-filter-checks{display:flex;min-height:46px;align-items:center;justify-content:center;gap:14px;padding:0 10px;background:#f8f7f5;border:1px solid #e3ded9;border-radius:12px}
.kc-filter-actions{display:flex;min-height:46px;align-items:center;gap:7px}
.kc-filter-actions button{min-width:0;flex:1;height:46px;padding:0 12px}

/* Unified real WooCommerce product card on home, shop, campaign and lists. */
ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important;padding:0!important;clear:both;direction:rtl;list-style:none}
ul.products li.product{position:relative!important;display:flex!important;width:100%!important;min-width:0!important;min-height:370px;flex-direction:column;float:none!important;margin:0!important;overflow:hidden;background:#fff;border:1px solid #eeeae5;border-radius:22px;box-shadow:0 10px 34px rgba(42,25,12,.065);transition:transform .22s ease,box-shadow .22s ease}
ul.products li.product:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(42,25,12,.12)}
ul.products li.product a.woocommerce-LoopProduct-link{display:flex!important;min-width:0;flex:1;flex-direction:column;color:inherit}
ul.products li.product a img{display:block;width:100%!important;height:255px!important;margin:0!important;padding:9px;box-sizing:border-box;object-fit:contain!important;background:#efede9;transition:transform .35s ease}
ul.products li.product:hover a img{transform:scale(1.025)}
ul.products li.product .woocommerce-loop-product__title{display:-webkit-box;min-height:53px;margin:0!important;padding:16px 18px 5px!important;overflow:hidden;color:var(--kc-text);font-size:16px!important;line-height:1.7!important;font-weight:700!important;-webkit-box-orient:vertical;-webkit-line-clamp:2}
ul.products li.product .price{display:flex!important;min-height:43px;align-items:center;gap:6px;margin:0!important;padding:0 18px 15px!important;color:var(--kc-orange)!important;font-size:13px!important;line-height:1.7;font-weight:800!important}
ul.products li.product .price del{color:#aaa29b!important;font-size:10px!important;font-weight:400;opacity:1}
ul.products li.product .price ins{color:var(--kc-orange)!important;text-decoration:none}
ul.products li.product>.button{position:absolute!important;z-index:7;right:auto!important;bottom:16px!important;left:15px!important;display:grid!important;width:41px!important;height:41px!important;min-width:41px!important;min-height:41px!important;margin:0!important;padding:0!important;place-items:center;overflow:hidden;color:#fff!important;background:#242220!important;border:0!important;border-radius:50%!important;font-size:0!important;box-shadow:none!important}
ul.products li.product>.button:before,ul.products li.product>.button:after{content:''!important;position:absolute!important;z-index:2!important;top:50%!important;left:50%!important;display:block!important;margin:0!important;background:#fff!important;border:0!important;border-radius:2px!important;transform:translate(-50%,-50%)!important}
ul.products li.product>.button:before{width:13px!important;height:2px!important}
ul.products li.product>.button:after{width:2px!important;height:13px!important}
ul.products li.product>.button.loading:before,ul.products li.product>.button.loading:after{opacity:.45}
ul.products li.product>.added_to_cart{position:absolute;right:15px;bottom:7px;max-width:calc(100% - 70px);overflow:hidden;color:var(--kc-orange);font-size:9px;text-overflow:ellipsis;white-space:nowrap}
ul.products li.product .star-rating{margin:0 18px 9px!important}
ul.products li.product .onsale{position:absolute!important;z-index:9!important;top:13px!important;right:13px!important;left:auto!important;display:grid!important;min-width:52px!important;min-height:27px!important;margin:0!important;padding:3px 10px!important;place-items:center;color:#fff!important;background:var(--kc-orange)!important;border-radius:15px!important;font-size:9px!important;line-height:1.3!important;font-weight:700!important}
ul.products li.product .kc-product-list-tools{top:12px;left:12px}
.kc-home-products,.kc-campaign-page ul.products,.kc-wishlist-products{width:100%;margin:0!important}

/* Product archive grid */
.kc-shop-main ul.products,.woocommerce-page .kc-shop-main ul.products{display:grid!important;width:100%!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important;clear:both;direction:rtl}
.kc-shop-main ul.products:before,.kc-shop-main ul.products:after{display:none!important}
.kc-shop-main ul.products li.product{width:100%!important;max-width:none;min-width:0!important;margin:0!important;justify-self:stretch}
.kc-shop-main ul.products li.product:only-child{max-width:340px;justify-self:start}
.kc-shop-main ul.products li.product a img{height:255px!important;object-fit:contain!important;background:#eeebe6}
.kc-shop-main ul.products li.product .woocommerce-loop-product__title{min-height:52px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.kc-shop-main ul.products li.product .price{min-height:27px}
.kc-filter-empty{width:100%;grid-column:1/-1}

/* Single product: contain imagery and keep a usable summary. */
body.single-product .kc-shop-main>.kc-container{max-width:1320px!important}
body.single-product .woocommerce div.product{display:grid;grid-template-columns:minmax(0,.85fr) minmax(430px,1fr);gap:26px;align-items:start;direction:rtl}
body.single-product .woocommerce div.product div.images{width:auto!important;min-width:0;margin:0!important;padding:18px;background:#fff;border:1px solid var(--kc-border);border-radius:26px;box-shadow:0 12px 40px rgba(42,25,12,.055);direction:rtl}
body.single-product .woocommerce div.product>.onsale{top:16px!important;right:16px!important;left:auto!important;z-index:5}
body.single-product .woocommerce div.product div.summary{width:auto!important;min-width:0;margin:0!important;padding:30px;background:#fff;border:1px solid var(--kc-border);border-radius:26px;box-shadow:0 12px 40px rgba(42,25,12,.055);position:sticky;top:22px;direction:rtl}
body.admin-bar.single-product .woocommerce div.product div.summary{top:55px}
body.single-product .woocommerce-product-gallery__wrapper{margin:0!important;background:#faf9f7;border-radius:19px}
body.single-product .woocommerce-product-gallery__image a{display:flex;min-height:560px;align-items:center;justify-content:center;padding:12px;background:#faf9f7;border-radius:19px}
body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image img{width:100%!important;height:360px!important;max-height:360px!important;object-fit:contain!important;border-radius:17px}
body.single-product .woocommerce div.product div.images .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:13px 0 0!important;padding:0!important;list-style:none}
body.single-product .woocommerce div.product div.images .flex-control-thumbs li{width:100%!important;float:none!important;margin:0!important;overflow:hidden;background:#f3f1ee;border:1px solid transparent;border-radius:14px}
body.single-product .woocommerce div.product div.images .flex-control-thumbs li img{width:100%!important;height:105px!important;object-fit:cover!important;border-radius:13px;opacity:.68}
body.single-product .woocommerce div.product div.images .flex-control-thumbs li img.flex-active{opacity:1;border:2px solid var(--kc-orange)}
body.single-product .woocommerce div.product .product_title{margin:0 0 13px;color:var(--kc-ink);font-size:clamp(28px,3vw,40px);line-height:1.55}
body.single-product .woocommerce div.product p.price,body.single-product .woocommerce div.product span.price{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 18px;color:var(--kc-orange);font-size:22px}
body.single-product .woocommerce div.product .woocommerce-product-details__short-description{margin:0 0 18px;color:var(--kc-muted);font-size:13px;line-height:2}
body.single-product .woocommerce div.product form.cart{display:grid;grid-template-columns:82px minmax(0,1fr);gap:10px;margin:24px 0 15px}
body.single-product .woocommerce div.product form.cart .quantity{width:82px}
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button{width:100%;min-height:54px;margin:0}
body.single-product .woocommerce div.product .product_meta{display:flex;flex-wrap:wrap;gap:7px 16px;margin-top:18px;padding-top:16px;color:var(--kc-muted);border-top:1px solid var(--kc-border);font-size:10px}
body.single-product .woocommerce div.product .product_meta a{color:var(--kc-orange)}
body.single-product .kc-single-list-tools{margin:10px 0}
body.single-product .woocommerce div.product .woocommerce-tabs{grid-column:1/-1;margin-top:15px;padding-top:0}
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;gap:4px;overflow-x:auto;margin:0 0 12px!important;padding:0!important;scrollbar-width:none}
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li{flex:0 0 auto;padding:0 18px!important;white-space:nowrap}
body.single-product .woocommerce div.product .woocommerce-tabs .panel{margin:0!important;padding:30px!important;line-height:2.1}
body.single-product .related.products{grid-column:1/-1}

/* Modern single-product visual hierarchy. */
body.single-product .kc-shop-main{background:radial-gradient(circle at 80% 8%,rgba(244,81,10,.055),transparent 28%),var(--kc-bg)}
body.single-product .woocommerce div.product div.images{position:relative;overflow:hidden;padding:22px;background:linear-gradient(145deg,#fff 0%,#f5f1eb 100%);border-color:#e5ddd5;border-radius:32px;box-shadow:0 25px 70px rgba(48,31,18,.10)}
body.single-product .woocommerce div.product div.images:before{content:'';position:absolute;z-index:0;top:-90px;right:-80px;width:260px;height:260px;background:radial-gradient(circle,rgba(244,81,10,.12),rgba(244,81,10,0) 68%);border-radius:50%;pointer-events:none}
body.single-product .woocommerce div.product div.images>*{position:relative;z-index:1}
body.single-product .woocommerce div.product div.summary{position:sticky;top:110px;overflow:hidden;padding:34px;background:linear-gradient(180deg,#fff 0%,#fffaf6 100%);border-color:#eadfd6;border-radius:32px;box-shadow:0 25px 70px rgba(48,31,18,.11)}
body.admin-bar.single-product .woocommerce div.product div.summary{top:142px}
body.single-product .woocommerce div.product div.summary:before{content:'';position:absolute;top:0;right:0;left:0;height:5px;background:linear-gradient(90deg,#ff7a34,var(--kc-orange),#d43c00)}
.kc-product-kicker{display:flex;align-items:center;gap:8px;margin:0 0 10px;color:var(--kc-muted);font-size:10px;font-weight:700}
.kc-product-kicker span{padding:5px 10px;color:var(--kc-orange);background:#fff0e7;border-radius:14px}
.kc-product-kicker a{color:#77706a}
body.single-product .kc-single-brand{display:inline-flex;margin:0 0 8px;padding:4px 9px;background:#f4f1ed;border-radius:12px}
body.single-product .woocommerce div.product .product_title{margin-bottom:16px;font-size:clamp(30px,3vw,43px);letter-spacing:-.6px}
body.single-product .woocommerce div.product .woocommerce-product-rating{display:flex;align-items:center;gap:10px;margin:0 0 12px;padding-bottom:12px;border-bottom:1px solid #eee7e1}
body.single-product .woocommerce div.product p.price,body.single-product .woocommerce div.product span.price{position:relative;display:flex;min-height:72px;align-items:center;gap:9px;margin:0 0 16px;padding:14px 18px;color:var(--kc-orange);background:linear-gradient(135deg,#fff3ea,#ffe8da);border:1px solid #ffd8c3;border-radius:20px;font-size:27px;font-weight:800}
body.single-product .woocommerce div.product p.price:before{content:'قیمت محصول';display:block;margin-left:auto;color:#8c7568;font-size:10px;font-weight:700}
body.single-product .woocommerce div.product p.stock{display:inline-flex;min-height:32px;align-items:center;gap:6px;margin:0 0 14px;padding:5px 11px;color:#287c45;background:#ecf8f0;border:1px solid #ccebd6;border-radius:16px;font-size:10px;font-weight:700}
body.single-product .woocommerce div.product p.stock:before{content:'';width:7px;height:7px;background:#2ba85a;border-radius:50%;box-shadow:0 0 0 4px rgba(43,168,90,.12)}
body.single-product .woocommerce div.product p.out-of-stock{color:#a22d2d;background:#fff0f0;border-color:#f0caca}
body.single-product .woocommerce div.product p.out-of-stock:before{background:#c93838;box-shadow:0 0 0 4px rgba(201,56,56,.12)}
body.single-product .woocommerce div.product form.cart{margin:10px 0 14px;padding:8px;background:#f3f0ec;border:1px solid #e7e1db;border-radius:20px}
body.single-product .woocommerce div.product form.cart:not(.variations_form){grid-template-columns:128px minmax(0,1fr)}
.quantity.kc-quantity-enhanced{display:grid!important;width:128px!important;height:54px;grid-template-columns:38px minmax(44px,1fr) 38px;align-items:center;overflow:hidden;background:#fff;border:1px solid #ded6ce;border-radius:15px;direction:ltr}
.quantity.kc-quantity-enhanced .qty{width:100%!important;height:52px!important;padding:0!important;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;text-align:center;appearance:textfield;-moz-appearance:textfield}
.quantity.kc-quantity-enhanced .qty::-webkit-inner-spin-button,.quantity.kc-quantity-enhanced .qty::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}
.kc-qty-button{display:grid;width:38px;height:52px;padding:0;place-items:center;color:var(--kc-text);background:#f7f4f1;border:0;font-size:20px;line-height:1}
.kc-qty-button:hover{color:#fff;background:var(--kc-orange)}
body.single-product .woocommerce div.product form.cart .quantity .qty{font-weight:700}
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button{min-height:54px;background:linear-gradient(135deg,#ff6c20,var(--kc-orange));border-radius:16px;box-shadow:0 10px 24px rgba(244,81,10,.23);font-size:14px;transition:transform .2s ease,box-shadow .2s ease}
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button:hover{transform:translateY(-2px);box-shadow:0 15px 32px rgba(244,81,10,.3)}
body.single-product .woocommerce div.product form.variations_form.cart{display:block;padding:14px}
body.single-product .woocommerce div.product form.variations_form table.variations{margin-bottom:12px}
body.single-product .woocommerce div.product form.variations_form .single_variation_wrap{display:grid;grid-template-columns:82px minmax(0,1fr);gap:10px;align-items:end}
body.single-product .kc-single-list-tools{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:10px 0 14px}
body.single-product .kc-single-list-tools .kc-list-button{width:100%;min-width:0;justify-content:center;background:#fff;border-color:#e3dbd4;box-shadow:0 6px 20px rgba(42,25,12,.05)}
.kc-product-assurance{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:13px 0 15px;padding-top:13px;border-top:1px solid #eee7e1}
.kc-product-assurance>div{display:flex;min-width:0;align-items:center;gap:7px;padding:9px 7px;background:#fff;border:1px solid #eee7e1;border-radius:15px}
.kc-product-assurance>div>span{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;color:var(--kc-orange);background:#fff0e7;border-radius:11px}
.kc-product-assurance .kc-icon{width:17px;height:17px}
.kc-product-assurance p{display:flex;min-width:0;flex-direction:column;margin:0;line-height:1.45}
.kc-product-assurance b{font-size:9px;white-space:nowrap}
.kc-product-assurance small{overflow:hidden;color:var(--kc-muted);font-size:7px;text-overflow:ellipsis;white-space:nowrap}
body.single-product .woocommerce div.product .product_meta{gap:7px;margin-top:12px;padding:13px;background:#f7f5f2;border:0;border-radius:15px}
body.single-product .woocommerce div.product .product_meta>span{padding:3px 7px;background:#fff;border-radius:10px}
body.single-product .woocommerce div.product .woocommerce-tabs{margin-top:35px}
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs{justify-content:flex-start;padding:6px!important;background:#ece8e3;border:0;border-radius:18px}
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li{border:0!important;border-radius:13px!important}
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff!important;border:0!important;box-shadow:0 5px 16px rgba(42,25,12,.08)}
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after{display:none}
body.single-product .woocommerce div.product .woocommerce-tabs .panel{background:#fff;border:1px solid #e8e1da;border-radius:24px;box-shadow:0 15px 45px rgba(42,25,12,.06)}
body.single-product .woocommerce div.product .woocommerce-tabs .panel h2{margin-top:0;font-size:25px}
body.single-product .woocommerce div.product .woocommerce-tabs table.shop_attributes{overflow:hidden;border:0;border-radius:15px}
body.single-product .woocommerce div.product .woocommerce-tabs table.shop_attributes th,body.single-product .woocommerce div.product .woocommerce-tabs table.shop_attributes td{padding:12px 15px;border-color:#eee8e2}

/* Modern product cards shared by home, shop, related and cart suggestions. */
ul.products li.product{background:linear-gradient(180deg,#fff 0%,#fffdfb 100%);border-color:#e9e1da;border-radius:25px;box-shadow:0 15px 42px rgba(44,29,17,.08)}
ul.products li.product:hover{border-color:#ffc9aa;box-shadow:0 25px 62px rgba(44,29,17,.14)}
ul.products li.product a img{background:radial-gradient(circle at 50% 42%,#fff 0%,#f2eee9 78%)}
ul.products li.product .woocommerce-loop-product__title{border-top:1px solid #f0ebe6}
ul.products li.product>.button{background:linear-gradient(135deg,#ff6b21,var(--kc-orange))!important;box-shadow:0 8px 20px rgba(244,81,10,.24)!important;transition:transform .2s ease,box-shadow .2s ease!important}
ul.products li.product>.button:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 12px 27px rgba(244,81,10,.34)!important}
ul.products li.product .kc-product-list-tools .kc-list-button{background:rgba(255,255,255,.94);box-shadow:0 6px 18px rgba(42,25,12,.09)}

/* Reference-inspired unified WooCommerce card. */
ul.products li.kc-product-card{display:flex!important;min-height:0!important;padding:0!important;overflow:hidden;background:#fff;border:1px solid #e7e4df;border-radius:28px;box-shadow:0 17px 48px rgba(40,31,23,.10)}
ul.products li.kc-product-card:hover{border-color:#d9d3cd;box-shadow:0 27px 66px rgba(40,31,23,.15)}
.kc-product-card .kc-card-link{display:flex!important;min-width:0;flex:1;flex-direction:column;padding:0;color:inherit}
.kc-card-head{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:12px;padding:13px 17px 10px 58px;color:#211f1d;background:#fff}
.kc-card-collection{overflow:hidden;font-size:11px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.kc-card-rating{flex:0 0 auto;font-size:10px;font-weight:700}
.kc-card-media{position:relative;display:flex;height:255px;align-items:center;justify-content:center;margin:0 15px;overflow:hidden;background:#fff;border-radius:21px}
ul.products li.kc-product-card .kc-card-media img{width:100%!important;height:100%!important;margin:0!important;padding:13px!important;object-fit:contain!important;background:transparent!important;transform:none!important}
.kc-product-card .kc-card-media .onsale{top:11px!important;right:11px!important}
.kc-card-body{display:flex;min-height:146px;flex-direction:column;padding:18px 18px 13px;background:#fff}
.kc-card-availability{display:block;margin-bottom:9px;color:#1ca35b;font-size:9px;font-weight:800}.kc-card-availability.is-out{color:#bd3535}
ul.products li.kc-product-card .kc-card-body .woocommerce-loop-product__title{display:-webkit-box;min-height:55px;margin:0!important;padding:0!important;overflow:hidden;color:#171513;background:transparent;border:0;font-size:19px!important;line-height:1.55!important;font-weight:800!important;-webkit-box-orient:vertical;-webkit-line-clamp:2}
ul.products li.kc-product-card .kc-card-body .woocommerce-loop-product__title:before{display:none!important;content:none!important}
.kc-card-subtitle{display:-webkit-box;min-height:37px;margin:6px 0 0;overflow:hidden;color:#746d68;font-size:10px;line-height:1.75;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.kc-card-footer{display:flex;min-height:73px;align-items:center;justify-content:space-between;gap:10px;padding:12px 17px 16px;background:#fff;border-top:1px solid #eeeae6}
ul.products li.kc-product-card .kc-card-footer .price{display:flex!important;width:auto;max-width:50%;min-height:0;margin:0!important;padding:0!important;color:#12100f!important;background:transparent;border:0;border-radius:0;font-size:19px!important;line-height:1.4;font-weight:900!important;white-space:nowrap}
ul.products li.kc-product-card .kc-card-footer .price del{font-size:9px!important}ul.products li.kc-product-card .kc-card-footer .price ins{font-size:17px!important}
.woocommerce ul.products li.kc-product-card .kc-card-footer .button,ul.products li.kc-product-card .kc-card-footer .button{position:static!important;display:inline-flex!important;width:auto!important;height:46px!important;min-width:122px!important;min-height:46px!important;align-items:center!important;justify-content:center!important;gap:8px!important;margin:0!important;padding:0 15px!important;color:#fff!important;background:linear-gradient(135deg,#ff5c31,#ed3326)!important;border:0!important;border-radius:14px!important;box-shadow:0 10px 23px rgba(237,51,38,.23)!important;font-size:11px!important;line-height:1.2!important;font-weight:800!important;white-space:nowrap!important}
.woocommerce ul.products li.kc-product-card .kc-card-footer .button:after,ul.products li.kc-product-card .kc-card-footer .button:after{content:'+'!important;position:static!important;display:block!important;width:auto!important;height:auto!important;margin:0!important;background:transparent!important;font-size:17px!important;line-height:1!important;transform:none!important}
.woocommerce ul.products li.kc-product-card .kc-card-footer .button:before,ul.products li.kc-product-card .kc-card-footer .button:before{display:none!important;content:none!important}
.kc-product-card .kc-card-footer .added_to_cart{position:static!important;padding:0;color:var(--kc-orange);font-size:9px}
.kc-product-card .kc-product-list-tools{top:12px;left:12px;flex-direction:row;gap:5px}
.kc-product-card .kc-product-list-tools .kc-list-button{width:37px;height:37px;min-width:37px;color:#211f1d;background:#fff;border-color:#ddd8d2}
.kc-product-card .kc-product-list-tools .kc-list-button--wishlist:hover,.kc-product-card .kc-product-list-tools .kc-list-button--wishlist:focus-visible,.kc-product-card .kc-product-list-tools .kc-list-button--wishlist.is-active,body.single-product .kc-single-list-tools .kc-list-button--wishlist:hover,body.single-product .kc-single-list-tools .kc-list-button--wishlist:focus-visible,body.single-product .kc-single-list-tools .kc-list-button--wishlist.is-active{color:#fff!important;background:linear-gradient(135deg,#ff6b21,var(--kc-orange))!important;border-color:var(--kc-orange)!important;box-shadow:0 10px 25px rgba(244,81,10,.30)!important;transform:translateY(-2px)}
.kc-product-card .kc-product-list-tools .kc-list-button--wishlist:hover svg,.kc-product-card .kc-product-list-tools .kc-list-button--wishlist:focus-visible svg,.kc-product-card .kc-product-list-tools .kc-list-button--wishlist.is-active svg,body.single-product .kc-single-list-tools .kc-list-button--wishlist:hover svg,body.single-product .kc-single-list-tools .kc-list-button--wishlist:focus-visible svg,body.single-product .kc-single-list-tools .kc-list-button--wishlist.is-active svg{color:#fff!important;stroke:#fff!important}
body.single-product .kc-single-list-tools--wishlist-only{display:block!important;grid-template-columns:1fr!important}
body.single-product .kc-single-list-tools--wishlist-only .kc-list-button{width:100%!important}

/* Modern cart surfaces, classic and WooCommerce Blocks. */
body.woocommerce-cart .woocommerce-cart-form,body.woocommerce-cart .cart_totals,body.woocommerce-cart .wc-block-cart__main,body.woocommerce-cart .wc-block-components-sidebar{border-color:#e7dfd7;border-radius:26px;box-shadow:0 20px 55px rgba(42,25,12,.08)}
body.woocommerce-cart table.shop_table{border-collapse:separate;border-spacing:0 10px;border:0;background:transparent}
body.woocommerce-cart table.shop_table thead th{padding:11px 14px;color:var(--kc-muted);font-size:10px}
body.woocommerce-cart table.shop_table tr.cart_item{background:#fff;border-radius:18px;box-shadow:0 8px 24px rgba(42,25,12,.05)}
body.woocommerce-cart table.shop_table tr.cart_item td{padding:14px;border-top:1px solid #eee7e1;border-bottom:1px solid #eee7e1}
body.woocommerce-cart table.shop_table .product-thumbnail img{width:82px;height:82px;object-fit:contain;background:#f3f0ec;border-radius:15px}
body.woocommerce-cart table.shop_table .product-name a{color:var(--kc-ink);font-weight:700}
body.woocommerce-cart table.shop_table .product-remove a{display:grid;width:30px;height:30px;place-items:center;color:#b53535!important;background:#fff0f0;border-radius:50%}
body.woocommerce-cart .cart_totals h2{margin-top:0;font-size:24px}
body.woocommerce-cart .cart_totals .checkout-button{background:linear-gradient(135deg,#ff6b21,var(--kc-orange));box-shadow:0 12px 28px rgba(244,81,10,.22)}
body.woocommerce-cart .wc-block-cart-items__row{border-bottom:1px solid #eee7e1!important}
body.woocommerce-cart .wc-block-cart-item__image img{border-radius:16px}
body.woocommerce-cart .wc-block-components-totals-wrapper{border-color:#eee7e1!important}

/* WooCommerce utility page shell */
.kc-woocommerce-page{padding-top:25px}
.kc-woocommerce-page .kc-woo-page{width:min(1200px,calc(100% - 48px));max-width:1200px;margin-inline:auto}
.kc-page-title--woo{padding:18px 0 28px;text-align:right}
.kc-page-title--woo h1{font-size:clamp(30px,3vw,42px)}
.kc-woocommerce-page .entry-content{font-size:14px;line-height:1.9}

/* Cart / Checkout blocks and classic shortcodes */
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block{min-height:0!important;margin:0 auto;padding:45px 30px;background:#fff;border:1px solid var(--kc-border);border-radius:25px;text-align:center}
body.woocommerce-cart .wc-block-cart__empty-cart__title{margin:8px 0 14px!important;color:var(--kc-ink);font-size:25px!important}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading{margin:34px 0 20px;text-align:right;font-size:23px}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products,body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-template{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;margin:0!important;padding:0!important}
body.woocommerce-cart .wc-block-grid__product,body.woocommerce-cart .wc-block-product{max-width:none!important;padding:0!important;overflow:hidden;background:#fff;border:1px solid var(--kc-border);border-radius:18px}
body.woocommerce-cart .wc-block-grid__product-image img{width:100%;height:190px;object-fit:cover}
.wc-block-cart,.wc-block-checkout{margin:0!important}
.wc-block-components-sidebar-layout{display:grid!important;grid-template-columns:minmax(0,1.5fr) minmax(320px,.65fr);gap:24px!important;align-items:start}
.wc-block-components-sidebar,.wc-block-cart__main,.wc-block-checkout__main{width:auto!important;margin:0!important;padding:23px!important;background:#fff;border:1px solid var(--kc-border);border-radius:22px}
.wc-block-components-sidebar{position:sticky;top:20px}
.wc-block-components-text-input input,.wc-block-components-combobox .components-combobox-control__input{border-radius:12px!important}
.wc-block-components-button:not(.is-link){min-height:52px;color:#fff!important;background:var(--kc-orange)!important;border-radius:26px!important}
body.woocommerce-cart .woocommerce-cart-form,body.woocommerce-cart .cart_totals{box-shadow:0 10px 35px rgba(42,25,12,.04)}

/* My account */
body.woocommerce-account .kc-woo-page{max-width:1160px}
body.woocommerce-account .woocommerce{display:grid;grid-template-columns:240px minmax(0,1fr);gap:24px;align-items:start;direction:rtl}
body.woocommerce-account .woocommerce>.woocommerce-MyAccount-navigation{width:auto!important;float:none!important;grid-column:1;grid-row:1}
body.woocommerce-account .woocommerce>.woocommerce-MyAccount-content{width:auto!important;min-height:260px;float:none!important;grid-column:2;grid-row:1;margin:0!important}
body.woocommerce-account .woocommerce-MyAccount-navigation ul{padding:10px;border:1px solid var(--kc-border);box-shadow:0 10px 35px rgba(42,25,12,.04)}
body.woocommerce-account .woocommerce-MyAccount-navigation a{padding:11px 13px}
body.woocommerce-account .woocommerce-MyAccount-content{padding:27px;border:1px solid var(--kc-border);box-shadow:0 10px 35px rgba(42,25,12,.04)}
body.woocommerce-account{overflow-x:hidden}
body.woocommerce-account .kc-woocommerce-page,body.woocommerce-account .kc-woo-page,body.woocommerce-account .entry-content,body.woocommerce-account .woocommerce{width:100%;max-width:100%;min-width:0;box-sizing:border-box}
body.woocommerce-account .woocommerce-MyAccount-navigation,body.woocommerce-account .woocommerce-MyAccount-content{min-width:0;max-width:100%;box-sizing:border-box}
body.woocommerce-account .woocommerce-MyAccount-content table{width:100%;max-width:100%;table-layout:auto}
body.woocommerce-account .woocommerce-notices-wrapper{grid-column:1/-1}
body.woocommerce-account:not(.logged-in) .woocommerce{display:block;max-width:900px;margin-inline:auto}
body.woocommerce-account:not(.logged-in) .woocommerce .u-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}
body.woocommerce-account:not(.logged-in) .woocommerce .u-column1,body.woocommerce-account:not(.logged-in) .woocommerce .u-column2{width:auto;float:none}
/* Constrained customer dashboard aligned with the storefront container. */
body.logged-in.woocommerce-account .kc-page-title--woo{width:min(1240px,calc(100% - 64px));max-width:1240px;margin:0 auto;padding:28px 0 20px;text-align:right}
body.logged-in.woocommerce-account .kc-woo-page{width:min(1240px,calc(100% - 64px))!important;max-width:1240px!important;margin-right:auto!important;margin-left:auto!important}
body.logged-in.woocommerce-account .woocommerce{width:100%!important;max-width:1240px!important;grid-template-columns:270px minmax(0,1fr);grid-template-rows:auto 1fr;gap:14px 24px;margin:0 auto!important;align-items:start}
body.logged-in.woocommerce-account .kc-account-profile{grid-column:1;grid-row:1;display:flex;align-items:center;gap:12px;padding:16px;color:#fff;background:linear-gradient(135deg,#24211f,#39332f);border-radius:21px;box-shadow:0 14px 34px rgba(42,25,12,.12)}
.kc-account-profile>span{display:grid;width:46px;height:46px;flex:0 0 46px;place-items:center;color:#fff;background:linear-gradient(135deg,#ff6b21,var(--kc-orange));border-radius:15px}.kc-account-profile .kc-icon{width:22px;height:22px}.kc-account-profile>div{display:flex;min-width:0;flex-direction:column}.kc-account-profile b{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.kc-account-profile small{color:#beb6b0;font-size:8px}
body.logged-in.woocommerce-account .woocommerce>.woocommerce-MyAccount-navigation{grid-column:1;grid-row:2;width:100%!important}
body.logged-in.woocommerce-account .woocommerce>.woocommerce-MyAccount-content{grid-column:2;grid-row:1/3;width:100%!important;min-height:380px;padding:30px;background:linear-gradient(145deg,#fff,#fffaf6);border:1px solid #e9e1da;border-radius:25px;box-shadow:0 20px 52px rgba(42,25,12,.09)}
body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul{margin:0;padding:9px;background:#fff;border:1px solid #e9e1da;border-radius:20px;box-shadow:0 13px 32px rgba(42,25,12,.07)}
body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation li+li{border-top:1px solid #f1ece7}
body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation a{position:relative;min-height:43px;padding:9px 13px;color:#675f59;border-radius:12px;font-size:11px;font-weight:700}
body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation a:after{content:'←';position:absolute;left:11px;color:#bbb2ab}
body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation a:hover{color:#fff;background:linear-gradient(135deg,#ff6b21,var(--kc-orange));box-shadow:0 8px 20px rgba(244,81,10,.2)}
body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation .is-active a:after,body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation a:hover:after{color:#fff}
body.logged-in.woocommerce-account .woocommerce-MyAccount-content>p:first-child{margin-top:0;padding:16px 18px;background:#fff3ea;border:1px solid #ffdac5;border-radius:16px;line-height:2}
.kc-account-dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin-top:22px}
.kc-account-dashboard-card{display:flex;position:relative;min-width:0;min-height:102px;align-items:center;gap:9px;padding:14px;background:#fff;border:1px solid #e9e2dc;border-radius:18px;box-shadow:0 8px 22px rgba(42,25,12,.05);transition:.2s}.kc-account-dashboard-card:hover{transform:translateY(-3px);border-color:#ffc8a8;box-shadow:0 15px 32px rgba(42,25,12,.10)}.kc-account-dashboard-card>span{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;color:var(--kc-orange);background:#fff0e7;border-radius:13px}.kc-account-dashboard-card .kc-icon{width:19px;height:19px}.kc-account-dashboard-card>div{display:flex;min-width:0;flex-direction:column}.kc-account-dashboard-card b{font-size:10px}.kc-account-dashboard-card small{color:var(--kc-muted);font-size:8px}.kc-account-dashboard-card i{position:absolute;left:11px;bottom:9px;color:var(--kc-orange);font-style:normal}

/* Order tracking */
.kc-tracking-box .track_order .button,.kc-tracking-box button.button{min-width:140px;min-height:48px;padding:0 24px!important;color:#fff!important;background:var(--kc-orange)!important;border-radius:24px!important}

/* Blog with one or two posts should not leave three empty columns. */
.kc-blog-index .kc-page-title{padding-top:25px}
.kc-post-grid--1{grid-template-columns:minmax(0,620px)!important;justify-content:center}
.kc-post-grid--2{grid-template-columns:repeat(2,minmax(0,480px))!important;justify-content:center}
.kc-post-card__image{display:block;min-height:250px;overflow:hidden;background:#ece9e4}
.kc-post-card__image img{width:100%!important;height:250px!important;object-fit:cover!important}
.kc-blog-index .kc-post-card h2{font-size:20px}

/* Returns: only the process column is numbered. */
.kc-returns-layout .kc-legal-card li{display:list-item;position:static;padding:7px 0;color:var(--kc-text)}
.kc-returns-layout .kc-legal-card li:before{display:none!important;content:none!important;counter-increment:none!important}
.kc-returns-layout>aside ol li{display:flex;position:relative;padding:5px 48px 20px 0}
.kc-returns-layout>aside ol li:before{display:grid!important;content:counter(steps)!important;counter-increment:steps!important}

/* Keep the promotional knife image inside its own card on mobile. */
.kc-promo{position:relative;isolation:isolate}
.kc-promo>div{position:relative;z-index:2}
.kc-promo>img{z-index:0}

/* Related/upsell sections are containers, not product-grid items themselves. */
.woocommerce section.related.products,.woocommerce section.upsells.products{display:block!important;width:100%!important;min-width:0;grid-column:1/-1;margin-top:42px!important}
.woocommerce section.related.products>h2,.woocommerce section.upsells.products>h2{margin:0 0 22px;color:var(--kc-ink);font-size:28px;text-align:right}
.woocommerce section.related.products>ul.products,.woocommerce section.upsells.products>ul.products{display:grid!important;width:100%!important;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:18px!important}
.woocommerce section.related.products>ul.products li.product,.woocommerce section.upsells.products>ul.products li.product{width:100%!important;max-width:none!important;min-width:0!important}

/* Local-development hint for passwordless email. */
.kc-otp-local-note{margin-top:10px;padding:9px 11px;color:#72523f;background:#fff6dd;border:1px solid #f0d99f;border-radius:12px;font-size:9px;line-height:1.8;text-align:right}

/* Wishlist feedback. */
.kc-list-toast{display:flex!important;align-items:center;gap:12px;padding:9px 10px 9px 17px!important}
.kc-list-toast>span{white-space:nowrap}.kc-list-toast>a{display:inline-flex;min-height:32px;align-items:center;padding:0 12px;color:#fff;background:var(--kc-orange);border-radius:16px;font-size:10px;font-weight:700;white-space:nowrap}

/* Fixed mobile application navigation. */
.kc-mobile-bottom-nav{display:none}

/* Forms and long strings never force page width. */
.kc-contact-layout>* ,.kc-contact-form>* ,.kc-field{min-width:0}
.kc-field input,.kc-field select,.kc-field textarea{max-width:100%;min-width:0}
.entry-content,.product_meta,.kc-post-card{overflow-wrap:anywhere}

@media (max-width:1100px){
  ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .kc-shop-main ul.products,.woocommerce-page .kc-shop-main ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.single-product .woocommerce div.product{grid-template-columns:minmax(0,.9fr) minmax(400px,1fr);gap:24px}
  body.single-product .woocommerce-product-gallery__image a{min-height:350px}
  body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image img{height:350px!important;max-height:350px!important}
}
@media (max-width:900px){
  .kc-shop-layout.has-sidebar{grid-template-columns:1fr}
  .kc-shop-layout.has-sidebar .kc-shop-sidebar,.kc-shop-layout.has-sidebar .kc-shop-products{grid-column:1;grid-row:auto}
  body.single-product .woocommerce div.product{grid-template-columns:minmax(0,1fr);gap:18px}
  body.single-product .woocommerce div.product div.images{grid-column:1;grid-row:1}
  body.single-product .woocommerce div.product div.summary{grid-column:1;grid-row:2;position:static}
  .wc-block-components-sidebar-layout{grid-template-columns:1fr!important}
  .wc-block-components-sidebar{position:static}
}
@media (max-width:780px){
  body{padding-bottom:calc(82px + env(safe-area-inset-bottom))}
  body.admin-bar .kc-site-header{top:46px}
  .kc-site-header.is-scrolled .kc-header-main{height:64px}
  .kc-header-main .kc-brand{min-width:48px}
  .kc-header-main .kc-brand__logo{width:46px;height:49px}
  .kc-site-footer .kc-brand--footer .kc-brand__logo{width:66px;height:70px}
  .kc-container,.kc-shop-main>.kc-container,.kc-woocommerce-page .kc-woo-page{width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important}
  body.woocommerce-shop h1.page-title,body.post-type-archive-product h1.page-title,body.tax-product_cat h1.page-title,body.tax-product_tag h1.page-title,body.woocommerce-shop .woocommerce-products-header__title,body.post-type-archive-product .woocommerce-products-header__title,body.woocommerce-shop p.woocommerce-result-count,body.post-type-archive-product p.woocommerce-result-count,body.tax-product_cat p.woocommerce-result-count,body.tax-product_tag p.woocommerce-result-count{width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;margin-right:auto!important;margin-left:auto!important;padding-right:2px!important;padding-left:2px!important}
  .kc-promo{overflow:hidden;box-shadow:none!important}
  .kc-promo>img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;transform:none!important;filter:none!important}
  .kc-promo>div{position:relative!important;z-index:2}
  .kc-mobile-bottom-nav{position:fixed;z-index:900;right:9px;bottom:calc(9px + env(safe-area-inset-bottom));left:9px;display:grid;height:68px;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;padding:6px;color:#68615b;background:rgba(255,255,255,.96);border:1px solid rgba(222,216,209,.95);border-radius:21px;box-shadow:0 13px 42px rgba(30,20,12,.22);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);direction:rtl}
  body.is-locked .kc-mobile-bottom-nav{opacity:0;pointer-events:none;transform:translateY(20px)}
  .kc-mobile-bottom-nav__item{position:relative;display:flex;min-width:0;align-items:center;justify-content:center;gap:2px;flex-direction:column;margin:0;padding:3px 2px;color:inherit;background:transparent;border:0;border-radius:15px;font-family:Vazirmatn,Tahoma,sans-serif}
  .kc-mobile-bottom-nav__item .kc-icon{width:21px;height:21px}
  .kc-mobile-bottom-nav__item>img{width:27px;height:27px;object-fit:contain}
  .kc-mobile-bottom-nav__item>span:not(.kc-mobile-cart-count){display:block;max-width:100%;overflow:hidden;font-size:9px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}
  .kc-mobile-bottom-nav__item.is-active{color:var(--kc-orange);background:#fff0e7;font-weight:700}
  .kc-mobile-cart-count{position:absolute;top:1px;right:calc(50% - 20px);display:grid;min-width:17px;height:17px;padding:0 4px;place-items:center;color:#fff;background:var(--kc-orange);border:2px solid #fff;border-radius:12px;font-size:8px;line-height:1}
  .kc-list-toast{right:12px!important;bottom:90px!important;left:12px!important;max-width:none!important;justify-content:space-between;transform:translateY(25px)!important}
  .kc-list-toast.is-visible{transform:none!important}
  .woocommerce section.related.products>ul.products,.woocommerce section.upsells.products>ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important}
  .kc-shop-main{padding:22px 0 52px}
  .woocommerce-products-header__title.page-title,.woocommerce-products-header__title{font-size:30px}
  .kc-filter-shell>summary{display:flex;align-items:center;justify-content:space-between}
  .kc-ajax-filters{grid-template-columns:1fr 1fr!important}
  .kc-filter-checks,.kc-filter-actions{grid-column:1/-1!important}
  ul.products,.kc-shop-main ul.products,.woocommerce-page .kc-shop-main ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  ul.products li.product{min-height:315px}
  .kc-shop-main ul.products li.product:only-child{max-width:none}
  ul.products li.product a img,.kc-shop-main ul.products li.product a img{height:190px!important}
  ul.products li.product .woocommerce-loop-product__title{min-height:50px;padding:12px 13px 4px!important;font-size:13px!important}
  ul.products li.product .price{padding:0 13px 13px!important;font-size:11px!important}
  ul.products li.product>.button{bottom:12px!important;left:11px!important;width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important}
  ul.products li.kc-product-card{border-radius:21px}
  .kc-card-head{min-height:48px;padding:10px 48px 8px 12px}.kc-card-collection{font-size:9px}.kc-card-rating{font-size:8px}
  .kc-card-media{height:185px;margin:0 10px;border-radius:17px}
  .kc-card-body{min-height:123px;padding:14px 13px 10px}.kc-card-availability{margin-bottom:6px;font-size:8px}
  ul.products li.kc-product-card .kc-card-body .woocommerce-loop-product__title{min-height:47px;font-size:15px!important;line-height:1.6!important}
  .kc-card-subtitle{min-height:32px;margin-top:4px;font-size:9px}
  .kc-card-footer{min-height:64px;padding:10px 12px 13px}
  ul.products li.kc-product-card .kc-card-footer .price{font-size:14px!important}.woocommerce ul.products li.kc-product-card .kc-card-footer .button,ul.products li.kc-product-card .kc-card-footer .button{min-width:105px!important;height:42px!important;min-height:42px!important;padding:0 11px!important;font-size:9px!important}
  .kc-product-card .kc-product-list-tools{top:8px;left:8px}.kc-product-card .kc-product-list-tools .kc-list-button{width:31px;height:31px;min-width:31px}
  .kc-page-title--woo{padding:10px 0 20px;text-align:center}
  body.single-product .woocommerce div.product div.images{padding:13px;border-radius:23px;box-shadow:0 14px 38px rgba(48,31,18,.08)}
  body.single-product .woocommerce div.product div.summary{padding:20px;border-radius:24px;box-shadow:0 18px 45px rgba(48,31,18,.10)}
  body.single-product .woocommerce-product-gallery__image a{min-height:auto;aspect-ratio:1/1;padding:6px}
  body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image img{height:auto!important;max-height:520px!important;aspect-ratio:1/1;object-fit:contain!important}
  body.single-product .woocommerce div.product div.images .flex-control-thumbs{gap:6px}
  body.single-product .woocommerce div.product div.images .flex-control-thumbs li img{height:78px!important}
  body.single-product .woocommerce div.product .product_title{margin-bottom:12px;font-size:28px}
  body.single-product .woocommerce div.product p.price,body.single-product .woocommerce div.product span.price{min-height:62px;padding:12px 14px;font-size:21px;border-radius:17px}
  body.single-product .woocommerce div.product p.price:before{font-size:9px}
  .kc-product-assurance{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}
  .kc-product-assurance>div{gap:4px;padding:7px 4px;border-radius:12px}
  .kc-product-assurance>div>span{width:27px;height:27px;flex-basis:27px}
  .kc-product-assurance b{font-size:8px}.kc-product-assurance small{display:none}
  body.single-product .woocommerce div.product form.cart{grid-template-columns:128px minmax(0,1fr)}
  body.single-product .woocommerce div.product .woocommerce-tabs .panel{padding:20px!important}
  body.logged-in.woocommerce-account .kc-page-title--woo{width:calc(100% - 24px);max-width:calc(100% - 24px);padding:20px 0 14px;text-align:center}
  body.woocommerce-account .woocommerce,body.logged-in.woocommerce-account .woocommerce{width:calc(100% - 24px);max-width:calc(100% - 24px);grid-template-columns:1fr;grid-template-rows:auto;margin-right:auto!important;margin-left:auto!important;gap:10px}
  body.logged-in.woocommerce-account .kc-account-profile{grid-column:1;grid-row:1;padding:13px;border-radius:18px}
  body.logged-in.woocommerce-account .woocommerce>.woocommerce-MyAccount-navigation{grid-column:1;grid-row:2}
  body.logged-in.woocommerce-account .woocommerce>.woocommerce-MyAccount-content{grid-column:1;grid-row:3;min-height:0;padding:17px;border-radius:20px}
  body.woocommerce-account .woocommerce>.woocommerce-MyAccount-navigation,body.woocommerce-account .woocommerce>.woocommerce-MyAccount-content{grid-column:1}
  .kc-account-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:17px}
  .kc-account-dashboard-card{min-height:92px;padding:11px}.kc-account-dashboard-card>span{width:36px;height:36px;flex-basis:36px}.kc-account-dashboard-card i{display:none}
  body.woocommerce-account .woocommerce-MyAccount-navigation{width:100%!important;overflow:hidden}
  body.woocommerce-account .woocommerce-MyAccount-navigation ul{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:100%;margin:0;padding:7px;overflow:visible;box-sizing:border-box}
  body.woocommerce-account .woocommerce-MyAccount-navigation li{min-width:0;margin:0}
  body.woocommerce-account .woocommerce-MyAccount-navigation a{display:flex;min-height:40px;align-items:center;justify-content:center;padding:7px 8px;text-align:center;white-space:normal;font-size:11px;line-height:1.5}
  body.woocommerce-account .woocommerce-MyAccount-content{width:100%!important;max-width:100%!important;padding:15px;overflow:hidden;box-sizing:border-box}
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table,body.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive{display:block;width:100%!important;max-width:100%;margin:0;border:0;background:transparent;table-layout:fixed}
  body.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive thead{display:none}
  body.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive tbody{display:block;width:100%}
  body.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive tr{display:block;width:100%;margin:0 0 12px;padding:9px;background:#fff;border:1px solid var(--kc-border);border-radius:15px;box-sizing:border-box}
  body.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive td{display:flex!important;width:100%!important;min-height:38px;align-items:center;justify-content:space-between;gap:12px;padding:8px!important;border:0;border-bottom:1px solid #eeeae6;text-align:left!important;box-sizing:border-box;overflow-wrap:anywhere}
  body.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive td:last-child{border-bottom:0}
  body.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive td:before{content:attr(data-title);position:static;display:block;min-width:88px;float:none;color:var(--kc-text);font-weight:700;text-align:right}
  body.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive td.woocommerce-orders-table__cell-order-actions{justify-content:flex-end;flex-wrap:wrap}
  body.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive td.woocommerce-orders-table__cell-order-actions:before{margin-left:auto}
  body.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive .button{min-height:36px;padding:7px 13px!important;color:#fff;background:var(--kc-orange);border-radius:18px;font-size:10px}
  body.woocommerce-account:not(.logged-in) .woocommerce .u-columns{grid-template-columns:1fr}
  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block{padding:30px 15px}
  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products,body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-template{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .wc-block-components-sidebar,.wc-block-cart__main,.wc-block-checkout__main{padding:16px!important;border-radius:17px}
  .kc-post-grid--1,.kc-post-grid--2{grid-template-columns:1fr!important}
}
@media (max-width:520px){
  :root{--kc-container:calc(100% - 20px)}
  .kc-header-main__inner{width:calc(100% - 20px)!important;max-width:calc(100% - 20px)!important}
  .kc-header-actions .kc-wishlist-link{display:none!important}
  .kc-brand b{max-width:82px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .kc-ajax-filters{grid-template-columns:1fr!important}
  .kc-filter-checks,.kc-filter-actions{grid-column:1!important}
  ul.products li.product{min-height:282px;border-radius:17px}
  ul.products li.product a img,.kc-shop-main ul.products li.product a img{height:150px!important}
  ul.products li.product .woocommerce-loop-product__title,.kc-shop-main ul.products li.product .woocommerce-loop-product__title{min-height:61px;padding:13px 10px 4px!important;font-size:11px!important}
  ul.products li.product .woocommerce-loop-product__title:before{width:21px;margin-bottom:6px}
  ul.products li.product .price{max-width:calc(100% - 58px);min-height:26px;margin:0 10px 12px!important;padding:4px 7px!important;font-size:9px!important}
  ul.products li.kc-product-card{min-height:0;border-radius:18px}
  .kc-card-head{min-height:44px;padding:9px 9px 7px 44px}.kc-card-collection{font-size:8px}.kc-card-rating{display:none}
  .kc-card-media{height:145px;margin:0 8px;border-radius:14px}ul.products li.kc-product-card .kc-card-media img{padding:7px!important}
  .kc-card-body{min-height:111px;padding:12px 10px 8px}.kc-card-availability{font-size:7px}
  ul.products li.kc-product-card .kc-card-body .woocommerce-loop-product__title{min-height:42px;font-size:12px!important}
  .kc-card-subtitle{min-height:29px;font-size:8px}
  .kc-card-footer{min-height:91px;align-items:stretch;flex-direction:column;gap:7px;padding:8px 10px 11px}
  ul.products li.kc-product-card .kc-card-footer .price{width:100%;max-width:100%;justify-content:flex-start;margin:0!important;font-size:12px!important}
  .woocommerce ul.products li.kc-product-card .kc-card-footer .button,ul.products li.kc-product-card .kc-card-footer .button{width:100%!important;min-width:0!important;height:38px!important;min-height:38px!important;border-radius:12px!important;font-size:8px!important}
  .kc-product-card .kc-product-list-tools{top:7px;left:7px}.kc-product-card .kc-product-list-tools .kc-list-button{width:28px;height:28px;min-width:28px;padding:0}.kc-product-card .kc-product-list-tools .kc-list-button svg{width:13px;height:13px}
  body.single-product .woocommerce div.product form.cart{display:flex;align-items:stretch;flex-direction:column}
  body.single-product .woocommerce div.product form.cart .quantity,body.single-product .woocommerce div.product form.cart .quantity .qty{width:100%}
  body.single-product .woocommerce div.product form.cart .quantity.kc-quantity-enhanced{width:100%!important;grid-template-columns:44px minmax(0,1fr) 44px}
  body.single-product .kc-single-list-tools{grid-template-columns:1fr 1fr}
  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products,body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-template{grid-template-columns:1fr!important}
  .kc-contact-form{width:100%;max-width:100%}
  .kc-post-card__image,.kc-post-card__image img{height:210px!important;min-height:210px}
}
@media (max-width:370px){
  ul.products,.kc-shop-main ul.products,.woocommerce-page .kc-shop-main ul.products{grid-template-columns:1fr!important}
  ul.products li.product{min-height:350px}
  ul.products li.product a img,.kc-shop-main ul.products li.product a img{height:230px!important}
}
/* Footer widgets area (registered under Appearance > Widgets > Footer) had no output location before; style it to match the dark footer. */
.kc-footer-widgets{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;padding:0 0 30px;border-top:1px solid #34302e;margin-top:4px}
.kc-footer-widget{padding-top:26px;color:#d5d1cd}
.kc-footer-widget h3{margin:0 0 12px;color:#fff;font-size:14px}
.kc-footer-widget a{color:#a8a19b}
.kc-footer-widget a:hover{color:#fff}

/* --- Mobile UX pass: circular scrollable categories, compact scrollable home
   bestsellers, real 2-column shop grid, and tighter related-product cards. --- */

/* 1) Homepage popular-categories: small circular icons in a horizontal scroll
   row instead of tall stacked full-width rows. */
@media (max-width:640px){
  .kc-category-grid{display:flex!important;grid-template-columns:none!important;flex-wrap:nowrap;overflow-x:auto;gap:16px!important;margin:0 -4px;padding:4px 4px 12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .kc-category-grid::-webkit-scrollbar{display:none}
  .kc-category-card{flex:0 0 auto;width:78px;height:auto!important;flex-direction:column!important;align-items:center;gap:8px!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;scroll-snap-align:start;text-align:center}
  .kc-category-card:hover{transform:none;box-shadow:none}
  .kc-category-card__media{width:64px!important;height:64px!important;flex:0 0 64px!important}
  .kc-category-card>span:last-child{align-items:center!important;width:100%}
  .kc-category-card b{max-width:78px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px!important;font-weight:700!important}
  .kc-category-card small{display:none!important}
}

/* 2) Homepage bestsellers: compact cards in a horizontal scroll row instead of
   one full-width card per line. The shop grid below is deliberately excluded
   (:not(.kc-home-products)) so it keeps its own 2-column layout. */
@media (max-width:640px){
  ul.products.kc-home-products{display:flex!important;grid-template-columns:none!important;flex-wrap:nowrap;overflow-x:auto;gap:12px!important;margin:0 -4px;padding:4px 4px 14px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  ul.products.kc-home-products::-webkit-scrollbar{display:none}
  ul.products.kc-home-products li.kc-product-card{flex:0 0 164px;width:164px;min-height:0!important;scroll-snap-align:start}
  ul.products.kc-home-products .kc-card-media{height:118px!important;margin:0 7px!important}
  ul.products.kc-home-products .kc-card-head{padding:8px 8px 6px 38px!important;min-height:0!important}
  ul.products.kc-home-products .kc-card-body{min-height:0!important;padding:10px 9px 9px!important}
  ul.products.kc-home-products .kc-card-body .woocommerce-loop-product__title{min-height:0!important;font-size:12px!important;-webkit-line-clamp:2}
  ul.products.kc-home-products .kc-card-subtitle{display:none!important}
  ul.products.kc-home-products .kc-card-footer{flex-direction:column!important;align-items:stretch!important;gap:6px!important;min-height:0!important;padding:10px 9px 9px!important}
}

/* 3) Shop/archive grid: guarantee a real 2-column layout with tighter gaps on
   phones (some product-grid rules earlier in the cascade were fighting each
   other and collapsing this to one huge card per row). Kept above 370px so
   the dedicated very-small-screen single-column fallback still applies below
   that. Excludes the home bestsellers row, which now scrolls horizontally. */
@media (max-width:640px){
  ul.products:not(.kc-home-products),
  .kc-shop-main ul.products:not(.kc-home-products),
  .woocommerce-page .kc-shop-main ul.products:not(.kc-home-products),
  ul.products.products:not(.kc-home-products){
    display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;
  }
}

/* 4) Related-products cards (single product page): the title/subtitle blocks
   reserved space for two lines even when the text was one line, leaving a
   large empty gap under the product name. Let them size to their content. */
@media (max-width:780px){
  .woocommerce section.related.products .kc-card-head,
  .woocommerce section.upsells.products .kc-card-head{min-height:0!important}
  .woocommerce section.related.products .kc-card-body,
  .woocommerce section.upsells.products .kc-card-body{min-height:0!important;padding-bottom:8px!important}
  .woocommerce section.related.products .kc-card-body .woocommerce-loop-product__title,
  .woocommerce section.upsells.products .kc-card-body .woocommerce-loop-product__title{min-height:0!important}
  .woocommerce section.related.products .kc-card-subtitle,
  .woocommerce section.upsells.products .kc-card-subtitle{min-height:0!important;margin-top:4px!important}
}

/* --- Mobile UX pass 2: lighter card shadow, no hover "jump" on touch, and
   less reserved dead space in shop-grid cards. --- */

/* 5) The card's resting + hover shadow was tuned for desktop mouse hover and
   looked heavy/messy on phones. Also, most mobile browsers fire :hover on
   tap, so the translateY(-5px) lift plus a bigger shadow made a tapped card
   visibly jump upward and poke out of its rounded section on touch. Scope
   the lift/shadow-growth effect to real pointer devices only, and keep touch
   screens on a flat, quiet shadow. */
@media (hover:none), (max-width:640px){
  ul.products li.product:hover,
  ul.products li.kc-product-card:hover{
    transform:none!important;
    box-shadow:0 8px 20px rgba(40,31,23,.08)!important;
    border-color:#e7e4df!important;
  }
  ul.products li.product:hover a img{transform:none!important}
}
@media (max-width:640px){
  ul.products li.kc-product-card{box-shadow:0 8px 20px rgba(40,31,23,.08)!important}
}

/* 6) Shop-grid cards (2 columns on phones) still reserved height for a full
   2-line title/subtitle even when the actual text was short, leaving large
   empty gaps inside every card. Let these sections size to their content on
   mobile, the same way related-products cards were already fixed. */
@media (max-width:640px){
  ul.products li.kc-product-card .kc-card-head{min-height:0!important}
  ul.products li.kc-product-card .kc-card-body{min-height:0!important;padding-bottom:8px!important}
  ul.products li.kc-product-card .kc-card-body .woocommerce-loop-product__title{min-height:0!important}
  ul.products li.kc-product-card .kc-card-subtitle{min-height:0!important;margin-top:4px!important}
  ul.products li.kc-product-card .kc-card-footer{min-height:0!important}
}

/* --- Mobile UX pass 3 --- */

/* 7) Home-page bestseller cards: no shadow at all on mobile, per request
   (the earlier fix only softened it; this removes it entirely). */
@media (max-width:640px){
  ul.products.kc-home-products li.kc-product-card,
  ul.products.kc-home-products li.kc-product-card:hover{
    box-shadow:none!important;border-color:#e7e4df!important;
  }
}

/* 8) Kalachef journal/magazine cards on the home page: give them some real
   presence (soft depth at rest, a livelier lift with image zoom and a
   nudging arrow on real hover devices; touch devices stay calm). */
.kc-post-card{box-shadow:0 14px 34px rgba(40,31,23,.07);transition:box-shadow .25s ease,border-color .25s ease,transform .25s ease}
.kc-post-card>a,.kc-post-card__image{display:block;position:relative;overflow:hidden}
.kc-post-card>a img,.kc-post-card__image img{transition:transform .45s ease}
.kc-post-card h2,.kc-post-card h3{font-weight:800;color:#211f1d}
.kc-post-card>div>a{display:inline-block;transition:transform .2s ease}
@media (hover:hover){
  .kc-post-card:hover{transform:translateY(-6px);box-shadow:0 24px 50px rgba(40,31,23,.14);border-color:#f0d9c8}
  .kc-post-card:hover>a img,.kc-post-card:hover .kc-post-card__image img{transform:scale(1.07)}
  .kc-post-card:hover>div>a{transform:translateX(-4px)}
}

/* 9) Footer widgets: hide the default WordPress Categories/Archives widgets
   if present, keep any other footer widget. */
.kc-footer-widget.widget_categories,
.kc-footer-widget.widget_archive{display:none!important}

/* --- Journal section: modern card kicker + mobile horizontal scroll --- */
.kc-post-card__kicker{position:absolute;bottom:12px;right:12px;z-index:2;padding:5px 13px;color:#fff;background:rgba(20,18,16,.55);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:20px;font-size:10px;font-weight:700}
@media (max-width:640px){
  .kc-journal-grid{display:flex!important;grid-template-columns:none!important;flex-wrap:nowrap;overflow-x:auto;gap:14px!important;margin:0 -4px;padding:4px 4px 14px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .kc-journal-grid::-webkit-scrollbar{display:none}
  .kc-journal-grid .kc-post-card{flex:0 0 248px;width:248px;scroll-snap-align:start}
  .kc-journal-grid .kc-post-card__image,.kc-journal-grid .kc-post-card__image img{height:155px!important;min-height:155px!important}
  .kc-journal-grid .kc-post-card h3{font-size:15px}
}

/* --- Single post: modern header, typography and post navigation --- */
.kc-post-single__header{margin-bottom:22px}
.kc-post-single__kicker{display:inline-flex;margin-bottom:14px;padding:6px 15px;color:var(--kc-orange);background:#fff1e8;border-radius:20px;font-size:11px;font-weight:800;text-decoration:none}
.kc-post-single__header h1{margin:0 0 12px;color:#191715;font-size:38px;line-height:1.45;font-weight:800}
.kc-post-single__meta{display:flex;align-items:center;gap:9px;color:#9a938c;font-size:12px}
.kc-post-single__cover{margin:26px 0 8px;overflow:hidden;border-radius:26px;box-shadow:0 20px 50px rgba(40,31,23,.10)}
.kc-post-single__cover .kc-page-cover{display:block;width:100%;max-height:520px;margin:0;object-fit:cover;border-radius:0}
.kc-post-single .entry-content{margin-top:20px;color:#3a3532;font-size:17px;line-height:2}
.kc-post-single .entry-content>*+*{margin-top:22px}
.kc-post-single .entry-content h2{color:#191715;font-size:25px;font-weight:800;line-height:1.6}
.kc-post-single .entry-content h3{color:#191715;font-size:20px;font-weight:800;line-height:1.6}
.kc-post-single .entry-content a{color:var(--kc-orange);text-decoration:underline;text-underline-offset:3px}
.kc-post-single .entry-content blockquote{margin:0;padding:6px 22px;color:#5a534d;border-right:3px solid var(--kc-orange);font-size:16px;font-style:normal}
.kc-post-single .entry-content ul,.kc-post-single .entry-content ol{padding-right:22px}
.kc-post-single .entry-content li+li{margin-top:8px}
.kc-post-single .entry-content img{max-width:100%;height:auto;border-radius:18px}
.kc-post-single .entry-content figcaption{margin-top:8px;color:#9a938c;font-size:12px;text-align:center}
.kc-post-single .entry-content hr{margin:32px 0;border:0;border-top:1px solid var(--kc-border)}
.post-navigation{margin-top:44px;padding-top:28px;border-top:1px solid var(--kc-border)}
.post-navigation .nav-links{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.post-navigation .nav-previous,.post-navigation .nav-next{min-width:0}
.post-navigation a{display:flex;flex-direction:column;gap:6px;height:100%;padding:18px 20px;background:#fff;border:1px solid var(--kc-border);border-radius:20px;transition:.2s ease;text-decoration:none}
.post-navigation .nav-next{text-align:left}
.post-navigation .nav-previous{text-align:right}
.kc-post-nav__label{color:#9a938c;font-size:11px;font-weight:700}
.kc-post-nav__title{overflow:hidden;color:#211f1d;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:800}
@media (hover:hover){.post-navigation a:hover{border-color:#f0d9c8;box-shadow:0 14px 30px rgba(40,31,23,.08);transform:translateY(-2px)}}
@media (max-width:780px){
  .kc-post-single__header h1{font-size:28px}
  .kc-post-single__cover .kc-page-cover{max-height:280px}
  .kc-post-single .entry-content{font-size:15px;line-height:1.95}
  .kc-post-single .entry-content h2{font-size:21px}
  .kc-post-single .entry-content h3{font-size:18px}
}
@media (max-width:520px){
  .post-navigation .nav-links{grid-template-columns:1fr}
  .kc-post-nav__title{white-space:normal}
}

/* --- Footer widgets: also cover the Block Widgets Editor output (modern
   WordPress wraps Categories/Archives as blocks, not just classic widgets). --- */
.kc-footer-widget .wp-block-categories,
.kc-footer-widget .wp-block-archives,
.kc-footer-widget .wp-block-archives-list,
.kc-footer-widget .wp-block-categories-list{display:none!important}
