:root{--ink:#131313;--ink-2:#1f1f1f;--muted:#6f7378;--line:#e5e7ea;--line-dark:#d5d9dd;--soft:#f6f7f8;--soft-2:#fbfbfc;--accent:#b89461;--whatsapp:#25D366;--shadow:0 14px 38px rgba(18,24,32,.08);--shadow-sm:0 7px 22px rgba(18,24,32,.07);--radius:20px;--radius-sm:13px;--header-h:76px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:12px;top:-100px;z-index:9999;background:#fff;color:#111;padding:10px 14px;border-radius:8px}.skip-link:focus{top:12px}.muted{color:var(--muted);font-size:13px}.link-btn{border:0;background:none;padding:0;color:#555;text-decoration:underline;cursor:pointer}
.top-strip{background:#090909;color:#b9b9b9;font-size:11px;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #262626}.top-strip .container{height:30px;display:flex;justify-content:center;gap:34px;align-items:center}.site-header{position:sticky;top:0;z-index:90;background:rgba(17,17,17,.98);border-bottom:1px solid #2a2a2a;box-shadow:0 2px 18px rgba(0,0,0,.08);backdrop-filter:saturate(130%) blur(9px)}.header-row{height:var(--header-h);display:flex;align-items:center;gap:30px}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:112px;height:56px;object-fit:contain}.main-nav{display:flex;align-items:center;gap:4px;margin-left:auto}.main-nav a{color:#d7d7d7;padding:10px 12px;border-radius:8px;font-size:14px;font-weight:650;transition:.18s}.main-nav a:hover,.main-nav a.active{color:#fff;background:#242424}.header-actions{display:flex;align-items:center;gap:7px;margin-left:8px}.header-icon{position:relative;width:42px;height:42px;border-radius:10px;display:grid;place-items:center;color:#f7f7f7;border:1px solid #303030;transition:.18s}.header-icon:hover{background:#252525;border-color:#444}.icon-wrap,.icon-wrap svg{display:block;width:21px;height:21px}.count-badge{position:absolute;top:-5px;right:-5px;display:grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:#fff;color:#111;border:2px solid #111;font-size:10px;font-weight:900}.cart-count:empty{display:none}.menu-toggle{display:none;width:43px;height:43px;padding:10px;border:1px solid #303030;background:#171717;border-radius:10px}.menu-toggle span{display:block;height:2px;background:#fff;margin:4px 0;border-radius:99px}
.hero{position:relative;overflow:hidden;background:#151515}.hero-track{display:flex;transition:transform .58s cubic-bezier(.2,.7,.2,1);will-change:transform}.hero-slide{min-width:100%;height:clamp(500px,66vh,710px);position:relative;display:grid;align-items:center;background-size:cover;background-position:center}.hero-slide:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.76) 0%,rgba(0,0,0,.48) 38%,rgba(0,0,0,.12) 72%,rgba(0,0,0,.04) 100%)}.hero-content{position:relative;color:#fff;max-width:760px;padding:80px 0}.hero .eyebrow{color:#e1c99f}.hero h1{font-size:clamp(42px,5.6vw,76px);line-height:1.01;letter-spacing:-.05em;margin:8px 0 20px;text-wrap:balance}.hero p{font-size:clamp(17px,2vw,22px);line-height:1.45;max-width:650px;margin:0 0 30px;color:#eee}.hero-dots{position:absolute;left:50%;bottom:23px;transform:translateX(-50%);display:flex;gap:8px;z-index:4}.hero-dot{width:9px;height:9px;border:1px solid #fff;border-radius:50%;background:#ffffff38;padding:0;cursor:pointer}.hero-dot.active{background:#fff}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:54px;height:54px;border-radius:50%;border:1px solid rgba(255,255,255,.42);background:rgba(0,0,0,.24);color:#fff;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(5px);transition:.18s}.hero-arrow:hover{background:#fff;color:#111}.hero-arrow.prev{left:max(18px,calc((100vw - 1240px)/2))}.hero-arrow.next{right:max(18px,calc((100vw - 1240px)/2))}.hero-arrow svg{width:24px;height:24px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 20px;border-radius:11px;border:1px solid transparent;font-weight:800;cursor:pointer;transition:transform .16s,box-shadow .16s,background .16s;font-size:14px}.btn:hover{transform:translateY(-1px)}.btn-dark{background:#151515;color:#fff;box-shadow:0 8px 18px rgba(0,0,0,.14)}.btn-dark:hover{background:#292929;box-shadow:0 10px 24px rgba(0,0,0,.18)}.btn-light{background:#fff;color:#111;box-shadow:0 8px 20px rgba(0,0,0,.12)}.btn-outline{border-color:#d6d9dc;background:#fff;color:#111}.btn-outline:hover{border-color:#aeb3b7;box-shadow:var(--shadow-sm)}.btn-danger{background:#9d2323;color:#fff}.btn-whatsapp{background:var(--whatsapp);color:#fff}.btn-block{width:100%}
.section{padding:78px 0}.section-soft{background:var(--soft)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:32px}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.18em;font-weight:850;color:#8d6d45}h1,h2,h3{letter-spacing:-.03em}.section h2{font-size:clamp(30px,4vw,49px);line-height:1.06;margin:8px 0 0}.section-head p{color:var(--muted);max-width:560px;margin:0}.catalog-search{display:flex;gap:9px;padding:7px;border:1px solid var(--line);background:#fff;border-radius:14px;box-shadow:0 3px 12px rgba(0,0,0,.03);margin-bottom:24px}.catalog-search input{flex:1;border:0;outline:0;padding:8px 10px;min-width:0}.category-chips{display:flex;gap:9px;overflow:auto;padding:1px 1px 7px;margin-bottom:28px;scrollbar-width:none}.chip{border:1px solid var(--line);border-radius:999px;padding:9px 15px;background:#fff;font-size:13px;white-space:nowrap;font-weight:700;transition:.16s}.chip.active,.chip:hover{background:#171717;color:#fff;border-color:#171717}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product-card{position:relative;border:1px solid var(--line-dark);border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 6px 20px rgba(22,28,35,.045);transition:transform .22s,box-shadow .22s,border-color .22s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#c8ccd0}.product-image{display:grid;place-items:center;aspect-ratio:1/1;background:linear-gradient(180deg,#f8f9f9,#f5f6f7);padding:20px;border-bottom:1px solid #eceeef}.product-image img{width:100%;height:100%;object-fit:contain}.product-card-body{padding:17px}.product-brand{font-size:10px;color:#8a8d90;text-transform:uppercase;letter-spacing:.14em;font-weight:850}.product-card h3{font-size:15px;line-height:1.38;margin:7px 0 14px;min-height:42px}.product-card h3 a:hover{text-decoration:underline;text-underline-offset:3px}.price{font-weight:900;font-size:20px;margin-bottom:15px}.add-form .btn{width:100%;font-size:12px;min-height:43px}.favorite-form{position:absolute;top:12px;right:12px;z-index:4}.favorite-btn{width:38px;height:38px;border-radius:50%;border:1px solid #e1e3e5;background:rgba(255,255,255,.94);display:grid;place-items:center;cursor:pointer;color:#43474b;box-shadow:0 5px 14px rgba(0,0,0,.08)}.favorite-btn svg{width:18px;height:18px}.favorite-btn.active{color:#c02d42;background:#fff4f5;border-color:#f0cdd2}.favorite-btn.active svg path{fill:currentColor}.favorite-btn.is-busy{opacity:.55;pointer-events:none}
.page-hero{padding:64px 0 42px;background:linear-gradient(180deg,#f6f7f8,#fff);border-bottom:1px solid #f0f0f0}.page-hero h1{font-size:clamp(36px,5vw,58px);line-height:1.05;margin:0 0 10px}.page-hero p{color:var(--muted);max-width:760px;margin:0}.content-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:58px;align-items:center}.content-copy{font-size:17px}.content-copy p{color:#444}.content-image img{border-radius:22px;width:100%;max-height:560px;object-fit:cover;box-shadow:var(--shadow)}.info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.info-card{padding:25px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.035)}.info-card strong{display:block;margin-bottom:8px}.info-card p{margin:0;color:var(--muted)}
.product-layout{display:grid;grid-template-columns:220px minmax(0,1.02fr) minmax(320px,.88fr);gap:34px;padding:52px 0 78px;align-items:start}.product-category-sidebar{position:sticky;top:calc(var(--header-h) + 50px);border:1px solid var(--line);border-radius:16px;background:#fff;padding:18px;box-shadow:0 4px 16px rgba(0,0,0,.035)}.product-category-sidebar h3{margin:0 0 13px;font-size:15px}.category-side-list{display:grid;gap:3px}.category-side-list a{padding:9px 10px;border-radius:8px;font-size:13px;color:#555}.category-side-list a:hover,.category-side-list a.current{background:#f0f1f2;color:#111;font-weight:750}.mobile-categories-toggle{display:none}.gallery-main{aspect-ratio:1/1;border:1px solid var(--line-dark);border-radius:20px;display:grid;place-items:center;padding:28px;background:#f7f8f9;box-shadow:0 6px 24px rgba(0,0,0,.04)}.gallery-main img{width:100%;height:100%;object-fit:contain}.gallery-thumbs{display:flex;gap:9px;margin-top:12px;overflow:auto}.gallery-thumb{width:76px;height:76px;flex:0 0 auto;border:1px solid var(--line);border-radius:10px;background:#fff;padding:5px;cursor:pointer}.gallery-thumb:hover{border-color:#999}.gallery-thumb img{width:100%;height:100%;object-fit:contain}.product-info{padding:8px 0}.product-info h1{font-size:clamp(30px,3.5vw,46px);line-height:1.08;margin:8px 0 16px}.product-info .price{font-size:31px}.product-meta{font-size:13px;color:var(--muted);margin:15px 0 23px}.qty-row{display:flex;gap:9px}.qty-row input{width:82px}.richtext{margin-top:29px;border-top:1px solid var(--line);padding-top:24px;color:#3f4347}.richtext p{margin:0 0 14px}.richtext ul,.richtext ol{padding-left:20px}.product-actions{display:flex;gap:10px;margin-bottom:14px}.product-actions .favorite-btn{position:static;border-radius:11px;width:48px;height:48px;flex:0 0 48px}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:800;color:#383c40}.field input,.field textarea,.field select,.qty-row input,.coupon-row input{width:100%;border:1px solid #d7dade;border-radius:10px;padding:12px 13px;background:#fff;outline:0;transition:border-color .15s,box-shadow .15s}.field input:focus,.field textarea:focus,.field select:focus,.qty-row input:focus,.coupon-row input:focus{border-color:#777;box-shadow:0 0 0 3px rgba(0,0,0,.05)}.field textarea{min-height:130px;resize:vertical}.checkout-shell{max-width:1080px;margin-inline:auto}.checkout-progress{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:24px}.checkout-step{border:1px solid var(--line);border-radius:12px;padding:11px 13px;display:flex;align-items:center;gap:9px;color:#73777b;font-size:12px;font-weight:750}.checkout-step b{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#eee;color:#555}.checkout-step.active{border-color:#c9cdd1;color:#111;background:#fafafa}.checkout-step.active b{background:#111;color:#fff}.checkout-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(310px,.72fr);gap:26px;align-items:start}.panel{border:1px solid var(--line);border-radius:18px;padding:24px;background:#fff;box-shadow:0 7px 24px rgba(20,27,34,.045)}.panel h2,.panel h3{margin-top:0}.checkout-block+.checkout-block{border-top:1px solid var(--line);margin-top:25px;padding-top:25px}.checkout-block-title{display:flex;gap:12px;align-items:flex-start;margin-bottom:17px}.step-number{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#111;color:#fff;font-size:12px;font-weight:900;flex:0 0 auto}.checkout-block-title h2{font-size:20px;margin:1px 0 2px}.checkout-block-title p{font-size:12px;color:var(--muted);margin:0}.address-card{display:none;margin-top:4px;border:1px solid #cfe8d7;background:#f3fbf5;border-radius:12px;padding:13px 15px;color:#2a5535}.address-card.show{display:block}.address-card strong{display:block;margin-bottom:2px}.address-manual-link{margin-top:7px;font-size:12px}.order-summary{position:sticky;top:calc(var(--header-h) + 22px)}.summary-product{display:grid;grid-template-columns:52px 1fr auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.summary-product img{width:52px;height:52px;object-fit:contain;border:1px solid var(--line);border-radius:8px;background:#fafafa}.summary-product small{display:block;color:var(--muted);line-height:1.35}.summary-line{display:flex;justify-content:space-between;gap:15px;padding:10px 0;border-bottom:1px solid var(--line);font-size:14px}.summary-total{font-size:20px;font-weight:900;border-bottom:0;padding-top:15px}.coupon-row{display:flex;gap:7px;margin-top:14px}.coupon-row input{min-width:0}.secure-note{display:flex;gap:8px;color:#6d7175;font-size:11px;line-height:1.45;margin:16px 0}.secure-note svg{width:18px;height:18px;flex:0 0 auto}.checkout-submit{min-height:52px;font-size:15px}.marketing-consent{display:flex;align-items:flex-start;gap:9px;margin-top:15px;color:#666;font-size:12px}.marketing-consent input{margin-top:3px}
.notice{padding:13px 15px;border-radius:10px;background:#f0f4fa;color:#31516e;margin:14px 0;border:1px solid #e3eaf2}.notice.success{background:#eff9f1;color:#216234;border-color:#d9eedf}.notice.error{background:#fff0f0;color:#8f2626;border-color:#f5dddd}.cart-list{border:1px solid var(--line);border-radius:18px;padding:5px 22px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.035)}.cart-item{display:grid;grid-template-columns:90px minmax(0,1fr) 96px 116px 40px;gap:15px;align-items:center;padding:17px 0;border-bottom:1px solid var(--line)}.cart-item:last-child{border-bottom:0}.cart-item img{width:86px;height:86px;object-fit:contain;border:1px solid var(--line);border-radius:11px;padding:5px;background:#f8f9f9}.cart-item input{width:76px;border:1px solid var(--line);padding:10px;border-radius:8px}.cart-remove{border:0;background:#fff;color:#999;font-size:21px;cursor:pointer}.cart-actions{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}
.faq-list{display:grid;gap:10px;max-width:900px}.faq-item{border:1px solid var(--line);border-radius:13px;background:#fff;overflow:hidden}.faq-item button{width:100%;text-align:left;border:0;background:#fff;padding:18px;font-weight:750;font-size:15px;display:flex;justify-content:space-between;cursor:pointer}.faq-answer{padding:0 18px 18px;color:var(--muted);display:none}.faq-item.open .faq-answer{display:block}.empty{padding:50px 20px;text-align:center;border:1px dashed #ccd0d3;border-radius:16px;color:var(--muted);background:#fbfbfb}
.account-wrap{display:grid;grid-template-columns:220px 1fr;gap:28px;align-items:start}.account-nav{position:sticky;top:calc(var(--header-h) + 25px);border:1px solid var(--line);border-radius:15px;padding:10px;background:#fff}.account-nav a,.account-nav button{display:flex;width:100%;border:0;background:transparent;padding:11px 12px;border-radius:8px;font-size:13px;text-align:left;cursor:pointer}.account-nav a:hover,.account-nav a.active,.account-nav button:hover{background:#f2f3f4}.account-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-bottom:18px}.account-metric{border:1px solid var(--line);border-radius:14px;padding:18px;background:#fff}.account-metric strong{display:block;font-size:25px}.orders-table{width:100%;border-collapse:collapse;font-size:13px}.orders-table th,.orders-table td{padding:12px;border-bottom:1px solid var(--line);text-align:left}.status-pill{display:inline-flex;padding:5px 9px;border-radius:999px;background:#fff4d8;color:#74590f;font-size:11px;font-weight:800}.status-pill.paid{background:#eaf8ee;color:#25713b}.login-box{max-width:480px;margin:0 auto}.login-box .panel{padding:30px}.login-box h1{margin:0 0 8px;font-size:30px}.login-box p{color:var(--muted)}
.site-footer{background:#111;color:#eee;padding:52px 0 20px;margin-top:40px}.footer-grid{display:grid;grid-template-columns:1.15fr 1.15fr .75fr .85fr;gap:36px}.footer-grid strong{font-size:13px;text-transform:uppercase;letter-spacing:.08em}.site-footer p{color:#999;font-size:13px}.site-footer a:hover{color:#fff}.footer-brand strong{font-size:20px;text-transform:none;letter-spacing:-.02em}.footer-bottom{border-top:1px solid #303030;margin-top:30px;padding-top:20px;color:#777;font-size:12px}.whatsapp-contact{position:fixed;right:20px;bottom:20px;z-index:70;height:46px;padding:0 16px 0 12px;border-radius:12px;background:var(--whatsapp);color:#fff;box-shadow:0 10px 28px rgba(0,0,0,.2);display:flex;align-items:center;gap:8px;font-size:13px;font-weight:850}.whatsapp-contact img{width:24px;height:24px;object-fit:contain}.cookie-banner{position:fixed;z-index:120;left:50%;bottom:18px;transform:translateX(-50%);width:min(880px,calc(100% - 28px));display:flex;align-items:center;gap:22px;justify-content:space-between;background:#fff;border:1px solid #dcdfe1;border-radius:16px;padding:18px 20px;box-shadow:0 22px 60px rgba(0,0,0,.18)}.cookie-banner strong{font-size:14px}.cookie-banner p{margin:4px 0 0;color:#686c70;font-size:12px;max-width:610px}.cookie-actions{display:flex;gap:8px;flex:0 0 auto}
.privacy-copy{max-width:860px}.privacy-copy h2{margin-top:32px}.privacy-copy p,.privacy-copy li{color:#4f5357}
@media(max-width:1050px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-layout{grid-template-columns:minmax(0,1fr) minmax(320px,.8fr)}.product-category-sidebar{display:none}.mobile-categories-toggle{display:flex;margin-bottom:14px}.footer-grid{grid-template-columns:repeat(2,1fr)}.account-card-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){:root{--header-h:70px}.top-strip{display:none}.header-row{height:70px;gap:10px}.brand img{width:92px;height:48px}.menu-toggle{display:block;margin-left:auto}.main-nav{position:fixed;top:70px;left:0;right:0;background:#151515;border-bottom:1px solid #333;padding:12px 20px 18px;display:none;flex-direction:column;align-items:stretch;gap:3px;margin:0}.main-nav.open{display:flex}.main-nav a{padding:12px}.header-actions{margin-left:0}.header-icon{width:39px;height:39px}.hero-slide{height:560px}.hero-content{padding:48px 0}.hero-arrow{width:46px;height:46px}.hero-arrow.prev{left:12px}.hero-arrow.next{right:12px}.hero h1{font-size:clamp(39px,9vw,60px)}.checkout-grid,.content-grid,.product-layout{grid-template-columns:1fr}.order-summary{position:static}.product-info{padding-top:6px}.product-layout{gap:21px}.account-wrap{grid-template-columns:1fr}.account-nav{position:static;display:flex;overflow:auto;gap:4px}.account-nav a,.account-nav button{white-space:nowrap}.info-cards{grid-template-columns:1fr 1fr}.cookie-banner{align-items:flex-start;flex-direction:column}.cookie-actions{width:100%}.cookie-actions .btn{flex:1}}
@media(max-width:620px){.container{width:min(100% - 24px,1180px)}.header-row{gap:6px}.brand img{width:78px}.header-icon{width:37px;height:37px;border:0}.header-actions{gap:1px}.main-nav{padding-inline:14px}.hero-slide{height:520px;background-position:center}.hero-slide:before{background:linear-gradient(90deg,rgba(0,0,0,.74),rgba(0,0,0,.35))}.hero-content{padding:38px 5px}.hero-arrow{width:40px;height:40px;top:auto;bottom:16px}.hero-arrow.prev{left:12px}.hero-arrow.next{right:12px}.hero-dots{bottom:30px}.section{padding:54px 0}.section-head{align-items:flex-start;flex-direction:column;gap:12px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.product-card{border-radius:14px}.product-image{padding:10px}.product-card-body{padding:12px}.product-card h3{font-size:13px;min-height:54px}.price{font-size:17px}.favorite-form{top:8px;right:8px}.favorite-btn{width:34px;height:34px}.add-form .btn{padding:0 8px;font-size:11px;min-height:40px}.catalog-search{padding:5px}.catalog-search .btn{padding-inline:13px}.page-hero{padding:44px 0 30px}.gallery-main{padding:15px}.gallery-thumbs{gap:7px}.gallery-thumb{width:66px;height:66px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.checkout-progress{gap:6px}.checkout-step{padding:9px 7px;gap:6px;font-size:10px}.checkout-step b{width:21px;height:21px}.panel{padding:18px;border-radius:14px}.cart-list{padding:3px 13px}.cart-item{grid-template-columns:68px minmax(0,1fr) 68px;gap:10px}.cart-item img{width:66px;height:66px}.cart-item .line-total{display:none}.cart-remove{grid-column:3}.cart-actions{align-items:stretch;flex-direction:column}.cart-actions .btn{width:100%}.info-cards{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:18px}.whatsapp-contact{width:52px;height:52px;border-radius:50%;padding:0;display:grid;place-items:center;right:14px;bottom:14px}.whatsapp-contact span{display:none}.whatsapp-contact img{width:27px;height:27px}.cookie-banner{bottom:10px;padding:15px}.account-card-grid{grid-template-columns:1fr}.orders-table th:nth-child(2),.orders-table td:nth-child(2){display:none}}
.mobile-category-panel{display:none;margin-bottom:14px;border:1px solid var(--line);border-radius:13px;background:#fff;padding:8px}.mobile-category-panel.open{display:grid}.mobile-category-panel a{padding:10px 11px;border-radius:8px;font-size:13px}.mobile-category-panel a.current{background:#f1f2f3;font-weight:800}.catalog-search svg{width:17px;height:17px}
