/* ===== breadcrumb ===== */
    .breadcrumbs{height:48px;display:flex;align-items:center;gap:8px;color:#777;font-size:13px;border-bottom:1px solid #f0f0f0;white-space:nowrap;overflow:auto}
    .breadcrumbs b{color:#111}.breadcrumbs span{color:#bbb}

    /* ===== category hero ===== */
    .category-hero{height:250px;border-radius:7px;overflow:hidden;margin-top:16px;position:relative;background:transparent;box-shadow:0 5px 16px rgba(0,0,0,.13)}
    .category-hero::before{content:"";position:absolute;inset:0;background:center/cover no-repeat;background-image:var(--hero-bg, url('img/0c819f59-a69e-4606-b66f-a871f9d11ab0.png'))}
    .hero-text{position:absolute;z-index:2;right:34px;top:33px;color:#fff;max-width:420px}
    .hero-text .label{height:27px;display:inline-flex;align-items:center;padding:0 11px;background:var(--yellow);color:#111;border-radius:3px;font-size:12px;font-weight:900;margin-bottom:10px}
    .hero-text h1{margin:0 0 8px;font-size:36px;line-height:1.1;font-weight:900}.hero-text p{margin:0;color:#ededed;font-size:16px;line-height:1.5;font-weight:500}.hero-text b{color:var(--yellow)}

    /* ===== layout ===== */
    .category-layout{display:grid;grid-template-columns:1fr 216px;gap:18px;margin-top:18px;direction:ltr;align-items:start}
    .products-zone,.filters{direction:rtl}

    /* filters */
    .filters{border:1px solid var(--line);border-radius:7px;background:#fff;overflow:hidden;position:sticky;top:14px}
    .filter-title{height:43px;background:#111;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 14px;font-size:14px;font-weight:900}.filter-title span{color:var(--yellow);font-size:19px}
    .filter-block{padding:14px;border-bottom:1px solid #eee;overflow:hidden}.filter-block:last-child{border-bottom:0}.filter-block h3{margin:0 0 10px;font-size:13px;font-weight:900;color:#111}.check{height:29px;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#333;font-weight:700;text-decoration:none}.check.is-active span{font-weight:900;color:#111}.check input{accent-color:var(--yellow);width:15px;height:15px}.check small{color:#999;font-weight:600}.price-range{display:grid;gap:10px;width:100%}.range-line{height:6px;border-radius:20px;background:#eee;position:relative;overflow:hidden}.range-controls{position:relative;height:22px;margin-top:-14px;width:100%;direction:rtl}.range-input{position:absolute;inset:0;width:100%;height:22px;margin:0;background:transparent;-webkit-appearance:none;appearance:none;pointer-events:none}.range-input::-webkit-slider-runnable-track{height:6px;background:transparent}.range-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--yellow);border:2px solid #fff;box-shadow:0 4px 10px rgba(17,20,27,.18);margin-top:-6px;cursor:pointer;pointer-events:auto}.range-input::-moz-range-track{height:6px;background:transparent;border:0}.range-input::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--yellow);border:2px solid #fff;box-shadow:0 4px 10px rgba(17,20,27,.18);cursor:pointer;pointer-events:auto}.range{display:grid;grid-template-columns:1fr 1fr;gap:8px;width:100%}.range input{width:100%;min-width:0;box-sizing:border-box;height:34px;border:1px solid #ddd;border-radius:4px;text-align:center;font-size:12px;padding:0 6px}.filter-btn{width:100%;height:36px;border:0;border-radius:4px;background:var(--yellow);font-size:13px;font-weight:900;color:#111;cursor:pointer;margin-top:10px}.clear-btn{width:100%;height:34px;border:1px solid #ddd;border-radius:4px;background:#fff;font-size:12px;font-weight:800;color:#555;cursor:pointer;margin-top:8px}

    /* toolbar */
    .toolbar{height:58px;border:1px solid var(--line);border-radius:7px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 13px;margin-bottom:14px}
    .cat-info{display:flex;align-items:center;gap:9px}.cat-info h2{margin:0;font-size:18px;font-weight:900}.cat-info span{font-size:12px;color:#777;font-weight:600}.sort{height:34px;border:1px solid #ddd;border-radius:4px;padding:0 9px;font-size:12px;font-weight:700;color:#333;background:#fff}.toolbar-left{display:flex;align-items:center;gap:9px}

    /* chips */
    .chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.chip{height:31px;padding:0 11px;border:1px solid #e0e0e0;border-radius:30px;background:#fff;font-size:12px;font-weight:800;color:#444;display:inline-flex;align-items:center;gap:7px;text-decoration:none;cursor:pointer}.chip.active{background:#111;color:#fff;border-color:#111}.chip.active span{color:var(--yellow)}

    /* products */
    .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;direction:rtl}
    .product{position:relative;display:flex;flex-direction:column;min-height:300px;height:auto;border:1px solid #ededed;border-radius:6px;background:#fff;padding:10px 9px 12px;transition:.18s}
    .product:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}
    .product .sale{position:absolute;top:0;right:0;left:auto;background:var(--yellow);color:#111;border-radius:0 0 0 5px;padding:4px 7px;font-size:11px;font-weight:900;z-index:4}
    .product .heart{position:absolute;left:8px;right:auto;top:8px;color:#bcbcbc;font-size:18px;z-index:3}
    .p-img{height:118px;display:flex;align-items:center;justify-content:center;margin:8px 0 4px;flex-shrink:0;width:100%;background:#fff;border-radius:4px}.p-img a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#fff}.p-img img{max-height:114px;max-width:100%;width:auto;height:auto;object-fit:contain;background:#fff;border-radius:4px}
    .product h3{margin:0 auto 2px;text-align:center;font-size:11.5px;line-height:1.25;font-weight:900;min-height:0;color:#151515;direction:ltr;max-width:100%;padding:0 4px}.product small{display:block;text-align:center;font-size:10.5px;color:#777;font-weight:700;margin-bottom:5px}.price{display:flex;align-items:flex-end;justify-content:center;gap:8px;direction:ltr;margin-bottom:6px}.old{font-size:11px;color:#9b9b9b;text-decoration:line-through;font-weight:700}.new{font-size:18px;font-weight:900;color:#111}.product button{height:32px;width:100%;margin-top:auto;border:0;border-radius:4px;background:var(--yellow);font-size:12px;font-weight:900;cursor:pointer;color:#111;flex-shrink:0}

    /* banners */
    .wide-sale{height:98px;border-radius:7px;overflow:hidden;position:relative;margin:16px 0;background:#111;color:#fff}.wide-sale::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.8),rgba(0,0,0,.42)),url('https://images.unsplash.com/photo-1612198188060-c7c2a3b66eae?auto=format&fit=crop&w=1200&q=85') center/cover}.wide-sale div{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.wide-sale strong{font-size:24px;font-weight:900}.wide-sale span{color:var(--yellow)}.wide-sale button{height:36px;border:0;border-radius:4px;background:var(--yellow);color:#111;font-size:13px;font-weight:900;padding:0 20px}

    /* pagination */
    .pagination{height:58px;display:flex;align-items:center;justify-content:center;gap:8px;margin:20px 0 6px}.pagination a{width:34px;height:34px;border:1px solid #ddd;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:900;color:#333}.pagination a.active{background:var(--yellow);border-color:var(--yellow);color:#111}.pagination a.long{width:auto;padding:0 13px}

    /* bottom seo */
    .seo-box{border:1px solid var(--line);border-radius:7px;background:#fff;padding:18px;margin-top:18px}.seo-box h2{margin:0 0 9px;font-size:19px;font-weight:900}.seo-box p{margin:0;color:#444;font-size:13.5px;line-height:1.85}.seo-box b{color:#111}

    /* footer */
    .footer{margin-top:28px;background:#090d13;color:#fff}.footer-top{background:linear-gradient(180deg,#111720,#070a0f);padding:27px 0 18px}.footer-grid{display:grid;grid-template-columns:1.1fr 1fr 1.1fr 1fr 1.25fr;gap:22px;direction:rtl}.fcol{min-height:122px;border-left:1px solid rgba(255,255,255,.14);padding-left:20px}.fcol:last-child{border-left:0;padding-left:0}.fcol h4{margin:0 0 10px;font-size:14px;font-weight:900}.fcol p,.fcol li{margin:0;font-size:11px;color:#d7d9dd;line-height:1.85}.fcol ul{margin:0;padding:0;list-style:none}.read-more{color:var(--yellow);font-weight:900}.contact div{font-size:12px;margin-bottom:7px;color:#f3f3f3}.social{display:flex;gap:9px;margin-top:12px}.social-link{width:25px;height:25px;border-radius:50%;background:#161d28;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:background .2s,color .2s}.social-link:hover{background:var(--yellow);color:#111}.social-link svg{width:13px;height:13px;display:block}.mail input{width:100%;height:33px;border:0;border-radius:4px;text-align:right;padding:0 10px;margin:7px 0 8px;font-size:11px}.mail button{width:100%;height:35px;border:0;border-radius:4px;background:var(--yellow);font-size:12px;font-weight:900;color:#111}.footer-bottom{height:35px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#d2d2d2}.pay{display:flex;align-items:center;gap:10px;direction:ltr;flex-wrap:wrap}.pay-icon-wrap{display:inline-flex;align-items:center;justify-content:center;height:28px;min-width:42px;padding:0 9px;background:#fff;border-radius:5px}.pay-icon-wrap img{height:18px;width:auto;max-width:72px;display:block;object-fit:contain}.pay-icon-wrap--bit{padding:0 5px}.pay-icon-wrap--bit img{height:22px}.footer-credit{display:inline-flex;align-items:center;opacity:.92;transition:opacity .2s}.footer-credit:hover{opacity:1}.footer-credit img{display:block;height:22px;width:auto}

    @media (max-width:900px){
      .wrap{width:calc(100% - 24px)}.top-strip{display:none}.site-header{height:auto}.site-header .wrap{grid-template-columns:1fr;grid-template-areas:"brand" "search" "actions";gap:13px;padding:13px 0}.brand-zone{justify-content:center}.header-actions{justify-content:center}.category-layout{grid-template-columns:1fr;direction:rtl}.filters{position:static;order:1}.products-zone{order:2}.product-grid{grid-template-columns:repeat(2,1fr)}.toolbar{height:auto;min-height:58px;gap:12px;padding:12px;flex-wrap:wrap}.category-hero{height:280px}.hero-text{left:22px;right:22px}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{height:auto;gap:10px;padding:12px 0;flex-direction:column}.wide-sale div{align-items:flex-start;justify-content:center;flex-direction:column;gap:8px}.wide-sale strong{font-size:19px}
    }
    @media (max-width:560px){
      .brand-logo{height:44px}.product-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.fcol{border-left:0;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:15px}.category-hero{height:300px}.hero-text h1{font-size:29px}.filters{display:block}.toolbar-left{width:100%;justify-content:space-between}.sort{flex:1}.product{min-height:310px}.p-img{height:122px}.p-img img{max-height:118px}.wide-sale{height:120px}.cat-info h2{font-size:16px}
    }
