@font-face{font-family:Vazirmatn;src:url('../fonts/Vazirmatn-Regular.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Vazirmatn;src:url('../fonts/Vazirmatn-Bold.ttf') format('truetype');font-style:normal;font-weight:700;font-display:swap}
@font-face{font-family:Vazirmatn;src:url('../fonts/Vazirmatn-ExtraBold.ttf') format('truetype');font-style:normal;font-weight:800;font-display:swap}
:root{--kc-ink:#1f1d1b;--kc-text:#2b2825;--kc-muted:#817b75;--kc-orange:#f4510a;--kc-orange-dark:#c63e00;--kc-bg:#f7f6f2;--kc-card:#fff;--kc-border:#eae6e1;--kc-soft:#f1efec;--kc-radius:24px;--kc-shadow:0 18px 50px rgba(44,28,15,.09);--kc-container:min(1472px,calc(100% - 48px))}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--kc-bg);color:var(--kc-text);font-family:Vazirmatn,Tahoma,sans-serif;font-size:16px;line-height:1.8;text-rendering:optimizeLegibility}
body.is-locked{overflow:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
::selection{background:#ffd6c2;color:#361204}
.kc-container{width:var(--kc-container);margin-inline:auto}
.kc-icon{display:block;width:24px;height:24px}
.screen-reader-text,.kc-skip-link{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.kc-skip-link:focus{position:fixed!important;z-index:99999;top:12px;right:12px;width:auto;height:auto;padding:10px 18px;margin:0;clip:auto;background:#fff;border-radius:10px}

/* Header */
.kc-site-header{position:relative;z-index:100;background:#fff}
.kc-announcement{height:38px;background:#1d1c1b;color:#cbc7c2;font-size:12px}
.kc-announcement__inner{height:100%;display:flex;align-items:center;justify-content:space-between}
.kc-announcement strong{position:absolute;right:50%;transform:translateX(50%);color:#fff;font-weight:500}
.kc-announcement i{display:inline-block;width:6px;height:6px;margin-inline-end:10px;background:var(--kc-orange);border-radius:50%}
.kc-header-main{height:96px;border-bottom:1px solid #ece9e5;background:rgba(255,255,255,.97)}
.kc-header-main__inner{height:100%;display:flex;align-items:center;gap:32px}
.kc-brand{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto}
.kc-brand__logo{width:54px;height:58px;object-fit:contain}
.kc-brand span{display:flex;flex-direction:column;line-height:1.2}
.kc-brand b{color:var(--kc-ink);font-size:23px;font-weight:800}
.kc-brand small{margin-top:6px;color:#918b85;font-size:10px}
.kc-nav{flex:1;min-width:0}
.kc-nav__list{display:flex;align-items:center;justify-content:center;gap:clamp(24px,3vw,54px);margin:0;padding:0;list-style:none}
.kc-nav__list a{position:relative;display:block;padding:35px 0 32px;color:#3a3734;font-size:15px;font-weight:500;white-space:nowrap}
.kc-nav__list>li.current-menu-item>a:after,.kc-nav__list>li:first-child>a:after{content:'';position:absolute;right:50%;bottom:15px;width:38px;height:3px;transform:translateX(50%);border-radius:3px;background:var(--kc-orange)}
.kc-nav__list .sub-menu{position:absolute;top:100%;min-width:210px;margin:0;padding:10px;background:#fff;border:1px solid var(--kc-border);border-radius:16px;box-shadow:var(--kc-shadow);list-style:none;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}
.kc-nav__list li:hover>.sub-menu,.kc-nav__list li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}
.kc-nav__list .sub-menu a{padding:9px 12px;border-radius:10px}
.kc-nav__list .sub-menu a:hover{background:var(--kc-soft)}
.kc-header-actions{display:flex;align-items:center;gap:10px;direction:ltr}
.kc-circle-button{position:relative;display:inline-grid;width:54px;height:54px;padding:0;place-items:center;color:var(--kc-ink);background:#fff;border:1px solid #e6e2de;border-radius:50%}
.kc-circle-button:hover{border-color:#c9c2bb;transform:translateY(-1px)}
.kc-cart-button{color:#fff;background:#211f1e;border-color:#211f1e}
.kc-cart-count{position:absolute;top:-7px;right:-2px;display:grid;min-width:21px;height:21px;padding:0 5px;place-items:center;color:#fff;background:var(--kc-orange);border:2px solid #fff;border-radius:20px;font-size:10px;line-height:1}
.kc-search-trigger{display:flex;width:232px;height:54px;align-items:center;gap:12px;padding:6px 15px;color:#9a948e;background:#f5f3f1;border:0;border-radius:28px;text-align:right;font-size:12px;direction:rtl}
.kc-search-trigger .kc-icon{width:20px;color:#282522}
.kc-mobile-menu-button{display:none}

/* Drawers */
.kc-mobile-drawer[hidden],.kc-search-drawer[hidden]{display:none}
.kc-drawer-backdrop,.kc-search-drawer__backdrop{position:fixed;z-index:1000;inset:0;width:100%;height:100%;padding:0;background:rgba(20,18,16,.48);border:0;backdrop-filter:blur(3px)}
.kc-drawer-panel{position:fixed;z-index:1001;top:0;right:0;width:min(88vw,380px);height:100dvh;padding:22px;background:#fff;box-shadow:-20px 0 70px rgba(0,0,0,.15);animation:kc-slide-in .22s ease-out}
@keyframes kc-slide-in{from{transform:translateX(100%)}to{transform:none}}
.kc-drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--kc-border)}
.kc-mobile-quick-links{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:15px}.kc-mobile-quick-links a{display:flex;align-items:center;gap:8px;padding:11px;background:#f5f3f1;border-radius:13px;font-size:11px;font-weight:700}.kc-mobile-quick-links .kc-icon{width:19px;color:var(--kc-orange)}
.kc-mobile-menu,.kc-mobile-menu ul{margin:0;padding:16px 0;list-style:none}
.kc-mobile-menu a,.kc-drawer-panel .kc-nav__list a{display:block;padding:11px 4px;font-size:16px;font-weight:700}
.kc-mobile-menu .sub-menu{padding:0 16px;color:var(--kc-muted)}
.kc-search-drawer__panel{position:fixed;z-index:1002;top:0;right:0;left:0;padding:28px 0;background:#fff;box-shadow:0 20px 60px rgba(0,0,0,.12);animation:kc-down .2s ease-out}
@keyframes kc-down{from{transform:translateY(-100%)}to{transform:none}}
.kc-search-drawer__panel .kc-container{display:flex;align-items:center;gap:16px}
.kc-product-search{display:flex;min-width:0;flex:1;align-items:center;gap:12px;padding:8px 8px 8px 18px;background:#f3f1ee;border-radius:20px}
.kc-product-search input[type=search]{min-width:0;flex:1;padding:9px;background:transparent;border:0;outline:0;font-size:17px}
.kc-product-search button{padding:11px 26px;color:#fff;background:var(--kc-orange);border:0;border-radius:14px}

/* Hero */
.kc-home{padding-top:20px}
.kc-hero{position:relative;height:536px;overflow:hidden;border-radius:38px;box-shadow:var(--kc-shadow);isolation:isolate}
.kc-hero__image{position:absolute;z-index:-3;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 55%}
.kc-hero__shade{position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,rgba(250,247,242,0) 33%,rgba(250,247,242,.35) 50%,rgba(250,247,242,.95) 70%,#faf7f2 100%)}
.kc-hero__content{position:absolute;z-index:2;top:48px;right:68px;width:min(510px,45%)}
.kc-pill{display:inline-flex;align-items:center;gap:9px;padding:6px 18px;color:var(--kc-orange-dark);background:#ffe8d9;border-radius:30px;font-size:13px;font-weight:700}
.kc-pill i{width:9px;height:9px;background:var(--kc-orange);border-radius:50%}
.kc-hero h1{position:relative;margin:22px 0 20px;color:var(--kc-ink);font-size:clamp(42px,4vw,58px);line-height:1.35;font-weight:800;letter-spacing:-1px}
.kc-hero h1:after{content:'';display:block;width:184px;height:7px;margin-top:4px;background:var(--kc-orange);border-radius:6px}
.kc-hero__content>p{max-width:460px;margin:0;color:#5f5954;font-size:18px;line-height:2}
.kc-hero__buttons{display:flex;align-items:center;gap:14px;margin-top:27px}
.kc-button{display:inline-flex;min-height:56px;align-items:center;justify-content:center;gap:12px;padding:0 28px;border:1px solid transparent;border-radius:30px;font-size:15px;font-weight:700;transition:.2s}
.kc-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(44,28,15,.12)}
.kc-button--primary{color:#fff;background:linear-gradient(135deg,#ff6414,var(--kc-orange))}
.kc-button--primary .kc-icon{width:19px}
.kc-button--light{color:var(--kc-text);background:rgba(255,255,255,.78);border-color:#d8d1ca;backdrop-filter:blur(8px)}
.kc-hero-trust{position:absolute;right:68px;bottom:20px;display:flex;width:min(480px,45%);align-items:stretch;padding:10px 12px;background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.8);border-radius:23px;box-shadow:0 9px 30px rgba(44,28,15,.09);backdrop-filter:blur(8px)}
.kc-hero-trust>div{display:flex;min-width:0;flex:1;align-items:center;gap:8px;padding:0 10px}
.kc-hero-trust>div+div{border-right:1px solid #e6e1dc}
.kc-hero-trust span{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;color:#fff;background:#262321;border-radius:50%}
.kc-hero-trust span.is-orange{background:var(--kc-orange)}
.kc-hero-trust span.is-soft{color:var(--kc-orange);background:#fff0e7}
.kc-hero-trust .kc-icon{width:18px}
.kc-hero-trust p{display:flex;min-width:0;flex-direction:column;margin:0;line-height:1.45}
.kc-hero-trust b{font-size:11px;white-space:nowrap}
.kc-hero-trust small{color:#8a847e;font-size:9px;white-space:nowrap}

/* Home sections */
.kc-section{padding-top:60px}
.kc-section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:25px}
.kc-section-head h2{margin:0;color:var(--kc-ink);font-size:30px;line-height:1.4;font-weight:800}
.kc-section-head p{margin:3px 0 0;color:var(--kc-muted);font-size:13px}
.kc-section-head>a{color:var(--kc-orange);font-size:13px;font-weight:700}
.kc-small-button{padding:9px 20px!important;color:var(--kc-text)!important;background:#fff;border:1px solid #ded9d3;border-radius:24px}
.kc-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.kc-category-card{display:flex;min-width:0;height:150px;align-items:center;gap:18px;padding:20px;background:#fff;border:1px solid var(--kc-border);border-radius:26px;transition:.2s}
.kc-category-card:hover{transform:translateY(-4px);border-color:#dfd8d0;box-shadow:0 16px 40px rgba(44,28,15,.07)}
.kc-category-card__media{display:grid;width:96px;height:96px;flex:0 0 96px;place-items:center;overflow:hidden;background:#f1f0ee;border-radius:50%}
.kc-category-card.is-featured .kc-category-card__media{background:#fff0e7}
.kc-category-card__media img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}
.kc-category-card__media .kc-icon{color:var(--kc-orange)}
.kc-category-card>span:last-child{display:flex;min-width:0;flex-direction:column}
.kc-category-card b{color:#262321;font-size:18px;white-space:nowrap}
.kc-category-card small{margin-top:7px;color:#8c8680;font-size:10px;line-height:1.6}

/* Product cards, fallback and WooCommerce loop */
.kc-fallback-products,.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;margin:0!important;padding:0!important;list-style:none}
.kc-fallback-product,.woocommerce ul.products li.product{position:relative!important;display:flex!important;width:auto!important;min-width:0;flex-direction:column;float:none!important;margin:0!important;overflow:hidden;background:#fff;border-radius:22px;box-shadow:0 10px 35px rgba(42,25,12,.065);transition:.22s}
.kc-fallback-product:hover,.woocommerce ul.products li.product:hover{transform:translateY(-5px);box-shadow:0 20px 48px rgba(42,25,12,.11)}
.kc-fallback-product__image,.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{display:block;overflow:hidden;background:#ece9e4}
.kc-fallback-product__image{position:relative;height:224px}
.kc-fallback-product__image img,.woocommerce ul.products li.product a img{width:100%!important;height:224px!important;margin:0!important;object-fit:cover;transition:transform .35s}
.kc-fallback-product:hover img,.woocommerce ul.products li.product:hover a img{transform:scale(1.035)}
.kc-fallback-product__image>span,.woocommerce span.onsale{position:absolute!important;z-index:2!important;top:16px!important;right:16px!important;left:auto!important;display:grid!important;min-width:58px!important;min-height:28px!important;margin:0!important;padding:4px 12px!important;place-items:center;color:#fff!important;background:var(--kc-orange)!important;border-radius:18px!important;font-size:10px!important;line-height:1.4!important;font-weight:700!important}
.kc-fallback-product__body{position:relative;min-height:103px;padding:16px 20px 18px}
.kc-fallback-product h3,.woocommerce ul.products li.product .woocommerce-loop-product__title{margin:0 0 7px!important;padding:0!important;color:var(--kc-text);font-size:16px!important;line-height:1.6;font-weight:700}
.kc-fallback-product b,.woocommerce ul.products li.product .price{display:block!important;margin:0!important;color:var(--kc-orange)!important;font-size:13px!important;font-weight:700!important}
.kc-fallback-product__body>a,.woocommerce ul.products li.product .button{position:absolute!important;right:auto!important;bottom:17px!important;left:16px!important;display:grid!important;width:40px!important;height:40px!important;min-height:0!important;margin:0!important;padding:0!important;place-items:center!important;overflow:hidden;color:#fff!important;background:#242220!important;border:0!important;border-radius:50%!important;font-size:0!important}
.kc-fallback-product__body>a .kc-icon{width:18px}
.woocommerce ul.products li.product .button:after{content:'+';font-size:24px;font-weight:400;line-height:1}
.woocommerce ul.products li.product .added_to_cart{display:block;padding:6px 18px;color:var(--kc-orange);font-size:11px}
.woocommerce ul.products li.product .star-rating{margin:0 18px 8px!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product .price{margin-right:18px!important;margin-left:62px!important}
.woocommerce ul.products li.product .price{margin-bottom:18px!important}
.woocommerce ul.products li.product .price del{color:#aaa;font-size:11px}
.woocommerce ul.products li.product .price ins{text-decoration:none}

/* Promo and journal */
.kc-promo{display:flex;min-height:330px;align-items:center;justify-content:space-between;margin-top:70px;overflow:hidden;color:#fff;background:linear-gradient(130deg,#1d1b1a,#34302d);border-radius:34px}
.kc-promo>div{width:57%;padding:50px 64px}
.kc-promo>div>span{color:#ff7a37;font-size:13px;font-weight:700}
.kc-promo h2{max-width:620px;margin:8px 0 12px;font-size:35px;line-height:1.55}
.kc-promo p{margin:0 0 25px;color:#cfcac5}
.kc-promo>img{width:40%;height:360px;object-fit:cover;mix-blend-mode:screen;opacity:.8}
.kc-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.kc-post-card{overflow:hidden;background:#fff;border:1px solid var(--kc-border);border-radius:24px}
.kc-post-card>a{display:block;background:#eeebe7}
.kc-post-card>a img{width:100%;height:230px;object-fit:cover}
.kc-post-card>div{padding:20px 22px}
.kc-post-card time{color:var(--kc-orange);font-size:11px}
.kc-post-card h2,.kc-post-card h3{margin:5px 0 10px;font-size:19px;line-height:1.7}
.kc-post-card p{color:var(--kc-muted);font-size:13px}
.kc-post-card>div>a{color:var(--kc-orange);font-size:12px;font-weight:700}

/* Footer */
.kc-site-footer{margin-top:80px;padding-top:52px;color:#d5d1cd;background:#1e1c1b}
.kc-footer-newsletter{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:28px 34px;background:#292624;border:1px solid #3a3532;border-radius:24px}
.kc-footer-newsletter strong{color:#fff;font-size:22px}
.kc-footer-newsletter p{margin:2px 0 0;color:#a8a19b;font-size:12px}
.kc-newsletter-form{display:flex;width:min(430px,100%);padding:5px;background:#fff;border-radius:30px}
.kc-newsletter-form input{min-width:0;flex:1;padding:8px 18px;background:transparent;border:0;outline:0}
.kc-newsletter-form button{padding:9px 25px;color:#fff;background:var(--kc-orange);border:0;border-radius:24px}
.kc-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:50px;padding:55px 0 45px}
.kc-brand--footer b{color:#fff}
.kc-footer-about p{max-width:360px;color:#9f9892;font-size:13px}
.kc-footer-grid h3{margin:0 0 14px;color:#fff;font-size:15px}
.kc-footer-menu,.kc-footer-menu ul,.kc-contact-list{margin:0;padding:0;list-style:none}
.kc-footer-menu a,.kc-contact-list li{display:block;padding:5px 0;color:#aaa39d;font-size:12px}
.kc-footer-badges>div{display:flex;gap:10px;margin-bottom:10px}
.kc-footer-badges span{display:grid;width:58px;height:58px;place-items:center;color:var(--kc-orange);background:#fff;border-radius:15px}
.kc-footer-badges small{color:#8e8781;font-size:9px}
.kc-footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:18px 0;color:#837c77;border-top:1px solid #34302e;font-size:11px}

/* Content pages */
.kc-content-page,.kc-shop-main{min-height:60vh;padding:50px 0 70px}
.kc-page-header{margin-bottom:34px}
.kc-page-header h1{margin:0;color:var(--kc-ink);font-size:38px;line-height:1.5}
.kc-page-header span,.kc-page-header div{color:var(--kc-muted);font-size:13px}
.kc-prose{max-width:1000px}
.kc-page-cover{width:100%;max-height:560px;margin-bottom:30px;object-fit:cover;border-radius:28px}
.entry-content{font-size:16px;line-height:2.2}
.entry-content h2,.entry-content h3{color:var(--kc-ink);line-height:1.7}
.entry-content a{color:var(--kc-orange);text-decoration:underline}
.entry-content img{border-radius:18px}
.kc-empty-state,.kc-error-page .kc-container{padding:80px 20px;text-align:center}
.kc-empty-state h2,.kc-error-page h1{font-size:34px}
.kc-error-page{min-height:65vh;display:grid;place-items:center}
.kc-error-page .kc-container>span{display:block;color:var(--kc-orange);font-size:100px;font-weight:800;line-height:1}
.kc-error-page .kc-container>div{display:flex;justify-content:center;gap:12px;margin-top:25px}

/* WooCommerce archive */
.kc-shop-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:32px}
.kc-shop-sidebar{align-self:start;padding:22px;background:#fff;border:1px solid var(--kc-border);border-radius:22px}
.kc-widget{padding:10px 0 20px}
.kc-widget+.kc-widget{border-top:1px solid var(--kc-border)}
.kc-widget__title{font-size:15px}
.kc-filter-toggle{display:none}
.woocommerce .woocommerce-breadcrumb{margin-bottom:24px;color:var(--kc-muted);font-size:11px}
.woocommerce .woocommerce-result-count{color:var(--kc-muted);font-size:12px}
.woocommerce .woocommerce-ordering select{padding:10px 15px;background:#fff;border:1px solid var(--kc-border);border-radius:14px}
.woocommerce-products-header__title{color:var(--kc-ink);font-size:34px}
.woocommerce .woocommerce-pagination{margin-top:35px}
.woocommerce .woocommerce-pagination ul.page-numbers{display:flex;gap:7px;justify-content:center;border:0}
.woocommerce .woocommerce-pagination ul.page-numbers li{border:0}
.woocommerce .woocommerce-pagination ul.page-numbers a,.woocommerce .woocommerce-pagination ul.page-numbers span{display:grid;width:42px;height:42px;padding:0;place-items:center;background:#fff;border-radius:50%}
.woocommerce .woocommerce-pagination ul.page-numbers span.current{color:#fff;background:var(--kc-orange)}

/* Single product */
.woocommerce div.product{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:60px}
.woocommerce div.product div.images,.woocommerce div.product div.summary{width:auto!important;float:none!important}
.woocommerce div.product div.images img{border-radius:24px}
.woocommerce div.product .woocommerce-product-gallery__image{overflow:hidden;background:#eeeae5;border-radius:24px}
.woocommerce div.product .product_title{margin-top:0;color:var(--kc-ink);font-size:36px;line-height:1.55}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--kc-orange);font-size:22px;font-weight:800}
.woocommerce div.product .woocommerce-product-rating{display:flex;align-items:center;gap:10px}
.woocommerce div.product form.cart{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.woocommerce .quantity .qty{width:76px;min-height:52px;border:1px solid var(--kc-border);border-radius:16px}
.woocommerce button.button.alt,.woocommerce a.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit.alt{min-height:52px;padding:0 28px;color:#fff;background:var(--kc-orange);border-radius:26px}
.woocommerce button.button.alt:hover,.woocommerce a.button.alt:hover{background:var(--kc-orange-dark)}
.woocommerce div.product .woocommerce-tabs{grid-column:1/-1;padding-top:25px}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0;border-bottom:1px solid var(--kc-border)}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li{margin:0;padding:0 18px;background:transparent;border:0}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{border-bottom:3px solid var(--kc-orange)}
.woocommerce div.product .woocommerce-tabs .panel{padding:25px;background:#fff;border-radius:20px}
.related.products{grid-column:1/-1;padding-top:35px}
.related.products>h2{font-size:28px}

/* Forms, cart, checkout, account */
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.woocommerce .select2-container .select2-selection--single{min-height:50px;padding:10px 13px;background:#fff;border:1px solid #ded9d3;border-radius:13px;outline:0}
.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus{border-color:var(--kc-orange);box-shadow:0 0 0 3px rgba(244,81,10,.1)}
.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{background:#fff;border:1px solid var(--kc-border);border-radius:20px}
.woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,.woocommerce-billing-fields,.woocommerce-shipping-fields,.woocommerce-account .woocommerce-MyAccount-content{padding:25px;background:#fff;border:1px solid var(--kc-border);border-radius:22px}
.woocommerce table.shop_table{border-color:var(--kc-border);border-radius:16px}
.woocommerce table.shop_table td,.woocommerce table.shop_table th{padding:14px}
.woocommerce table.shop_table img{width:70px;border-radius:12px}
.woocommerce .cart-collaterals .cart_totals{width:42%}
.woocommerce-checkout #customer_details{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2{width:auto;float:none}
.woocommerce-checkout-review-order{margin-top:25px}
.woocommerce-checkout-payment{background:#f2f0ed!important;border-radius:18px!important}
.woocommerce ul#shipping_method li{padding:5px 0}
.woocommerce-message,.woocommerce-info,.woocommerce-error{background:#fff;border-radius:14px;border-top:0;border-right:4px solid var(--kc-orange)}
.woocommerce-info{border-right-color:#2c77c8}
.woocommerce-error{border-right-color:#c92d2d}
.woocommerce-account .woocommerce-MyAccount-navigation{width:24%}
.woocommerce-account .woocommerce-MyAccount-content{width:73%}
.woocommerce-MyAccount-navigation ul{margin:0;padding:12px;background:#fff;border-radius:18px;list-style:none}
.woocommerce-MyAccount-navigation a{display:block;padding:10px 12px;border-radius:10px}
.woocommerce-MyAccount-navigation .is-active a{color:#fff;background:var(--kc-orange)}

/* Responsive */
@media (max-width:1250px){
  :root{--kc-container:min(calc(100% - 40px),1472px)}
  .kc-header-main__inner{gap:18px}.kc-nav__list{gap:24px}.kc-search-trigger{width:54px;justify-content:center;padding:0}.kc-search-trigger span{display:none}
  .kc-hero__content,.kc-hero-trust{right:45px}.kc-category-grid{gap:15px}.kc-category-card{gap:12px;padding:14px}.kc-category-card__media{width:82px;height:82px;flex-basis:82px}.kc-category-card b{font-size:15px}
}
@media (max-width:1020px){
  .kc-nav{display:none}.kc-mobile-menu-button{display:grid}.kc-header-main__inner{justify-content:space-between}.kc-header-actions{margin-right:auto}
  .kc-hero{height:560px}.kc-hero__shade{background:linear-gradient(90deg,rgba(250,247,242,.1),rgba(250,247,242,.96) 70%,#faf7f2 100%)}.kc-hero__content{width:54%}.kc-hero-trust{width:54%}
  .kc-category-grid{grid-template-columns:repeat(2,1fr)}.kc-fallback-products,.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .kc-footer-grid{grid-template-columns:1.4fr 1fr 1fr}.kc-footer-badges{display:none}
  .kc-shop-layout{grid-template-columns:1fr}.kc-filter-toggle{display:block;margin-bottom:16px;padding:11px 18px;background:#fff;border:1px solid var(--kc-border);border-radius:14px}.kc-shop-sidebar{display:none}.kc-shop-sidebar.is-open{display:block}
}
@media (max-width:780px){
  :root{--kc-container:calc(100% - 28px);--kc-radius:19px}
  body{font-size:14px}.kc-announcement{height:32px}.kc-announcement__inner>span{display:none}.kc-announcement strong{position:static;width:100%;transform:none;text-align:center;font-size:10px}
  .kc-header-main{height:74px;position:sticky;top:0}.kc-header-main__inner{gap:10px}.kc-brand__logo{width:43px;height:47px}.kc-brand b{font-size:19px}.kc-brand small{display:none}.kc-header-actions{gap:7px}.kc-circle-button,.kc-search-trigger{width:43px;height:43px}.kc-header-actions .kc-circle-button:not(.kc-cart-button):not(.kc-mobile-menu-button):not(.kc-wishlist-link){display:none}.kc-mobile-menu-button{display:grid!important}
  .kc-home{padding-top:12px}.kc-hero{height:auto;min-height:690px;border-radius:26px}.kc-hero__image{height:355px;object-position:35% center}.kc-hero__shade{height:355px;background:linear-gradient(0deg,#faf7f2 0,rgba(250,247,242,.05) 60%)}
  .kc-hero:after{content:'';position:absolute;z-index:-4;inset:0;background:#faf7f2}.kc-hero__content{position:relative;top:auto;right:auto;width:auto;padding:380px 22px 118px}.kc-pill{padding:5px 13px;font-size:11px}.kc-hero h1{margin:13px 0 13px;font-size:36px;line-height:1.45}.kc-hero h1:after{width:120px;height:5px}.kc-hero__content>p{font-size:14px;line-height:1.9}.kc-hero__buttons{gap:8px;margin-top:20px}.kc-button{min-height:50px;padding:0 19px;font-size:13px}.kc-hero-trust{right:16px;bottom:15px;width:calc(100% - 32px);padding:8px 3px}.kc-hero-trust>div{justify-content:center;padding:0 5px}.kc-hero-trust span{width:30px;height:30px;flex-basis:30px}.kc-hero-trust small{display:none}
  .kc-section{padding-top:45px}.kc-section-head{align-items:center}.kc-section-head h2{font-size:24px}.kc-section-head p{font-size:11px}.kc-category-card{height:125px;border-radius:20px}.kc-category-card__media{width:74px;height:74px;flex-basis:74px}.kc-category-card small{display:none}
  .kc-fallback-products,.products{gap:14px}.kc-fallback-product__image,.kc-fallback-product__image img,.woocommerce ul.products li.product a img{height:190px!important}.kc-fallback-product__body{min-height:100px;padding:13px}.kc-fallback-product h3,.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product .price{margin-right:13px!important}.woocommerce ul.products li.product .button{left:10px!important;bottom:12px!important}
  .kc-promo{min-height:380px;align-items:flex-end}.kc-promo>div{position:relative;z-index:2;width:100%;padding:34px 25px;background:linear-gradient(0deg,#1d1b1a 20%,rgba(29,27,26,.85) 72%,transparent)}.kc-promo h2{font-size:26px}.kc-promo>img{position:absolute;width:100%;height:100%;opacity:.7}.kc-post-grid{grid-template-columns:1fr}
  .kc-footer-newsletter{align-items:stretch;flex-direction:column}.kc-footer-grid{grid-template-columns:1fr 1fr}.kc-footer-about{grid-column:1/-1}.kc-footer-newsletter strong{font-size:18px}
  .woocommerce div.product{grid-template-columns:1fr;gap:25px}.woocommerce div.product .product_title{font-size:28px}.woocommerce-checkout #customer_details{grid-template-columns:1fr}.woocommerce .cart-collaterals .cart_totals{width:100%}.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{width:100%;float:none}.woocommerce-account .woocommerce-MyAccount-content{margin-top:20px}
  .kc-page-header h1{font-size:30px}
}
@media (max-width:520px){
  :root{--kc-container:calc(100% - 20px)}
  .kc-brand{gap:5px}.kc-brand__logo{width:39px}.kc-brand b{font-size:17px}.kc-header-actions{gap:5px}.kc-circle-button,.kc-search-trigger{width:40px;height:40px}.kc-circle-button .kc-icon,.kc-search-trigger .kc-icon{width:20px}
  .kc-product-search{padding-left:5px}.kc-product-search button{padding:9px 13px}.kc-product-search input[type=search]{font-size:13px}
  .kc-hero{min-height:700px}.kc-hero__image,.kc-hero__shade{height:330px}.kc-hero__content{padding:352px 18px 128px}.kc-hero h1{font-size:32px}.kc-hero__buttons{align-items:stretch;flex-direction:column}.kc-button{width:100%}.kc-hero-trust p{display:none}.kc-hero-trust>div{padding:3px 12px}.kc-hero-trust>div+div{border-right:1px solid #e6e1dc}
  .kc-section-head>a:not(.kc-small-button){font-size:0}.kc-section-head>a:not(.kc-small-button):after{content:'←';font-size:18px}.kc-category-grid{grid-template-columns:1fr;gap:10px}.kc-category-card{height:105px}.kc-category-card small{display:block}.kc-category-card__media{width:70px;height:70px;flex-basis:70px}
  .kc-fallback-products,.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}.kc-fallback-product__image,.kc-fallback-product__image img,.woocommerce ul.products li.product a img{height:145px!important}.kc-fallback-product__body{min-height:100px}.kc-fallback-product b,.woocommerce ul.products li.product .price{font-size:10px!important}.kc-fallback-product__body>a,.woocommerce ul.products li.product .button{width:34px!important;height:34px!important}.kc-fallback-product__image>span,.woocommerce span.onsale{top:9px!important;right:9px!important;min-width:46px!important;padding:3px 8px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product .price{margin-left:42px!important}
  .kc-promo{margin-top:50px}.kc-footer-newsletter{padding:22px 18px}.kc-newsletter-form button{padding-inline:16px}.kc-footer-grid{gap:30px 20px}.kc-footer-bottom{align-items:flex-start;flex-direction:column}
  .woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{padding-right:48%;font-size:11px}.woocommerce div.product form.cart{align-items:stretch;flex-direction:column}.woocommerce div.product form.cart .button{width:100%}
}
