.doro-category{width:100%;background:#f7f7f7;padding-bottom:var(--spacing-2xl);min-height:50vh}.doro-category__container{max-width:var(--container-max);margin:0 auto;padding:var(--spacing-lg) var(--spacing-lg) 0}.doro-category__breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 14px;font-size:var(--font-size-sm);color:#8a6244;line-height:1.4}.doro-category__breadcrumb a{color:#8a6244;text-decoration:none}.doro-category__breadcrumb a:hover{color:var(--color-orange)}.doro-category__breadcrumb-sep{color:#c9a88a;margin:0 2px}.doro-category .doro-offers-hero{margin-bottom:var(--spacing-xl)}.doro-category__subs{background:var(--color-white);border:1px solid #f0e0d0;border-radius:14px;padding:var(--spacing-xl) var(--spacing-lg);margin-bottom:var(--spacing-xl);box-shadow:0 4px 16px rgb(248 148 45 / .06)}.doro-category__subs-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:var(--spacing-lg) var(--spacing-md);justify-items:center}.doro-category__sub{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;color:var(--color-dark);width:100%;max-width:110px;position:relative;transition:transform 0.15s ease}.doro-category__sub:hover{transform:translateY(-2px)}.doro-category__sub-count{position:absolute;top:0;right:6px;z-index:1;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--color-orange);color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;line-height:1}.doro-category__sub-circle{width:88px;height:88px;border-radius:50%;background:#fff8f1;border:1px solid #f0dcc8;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:border-color 0.15s ease,box-shadow 0.15s ease}.doro-category__sub:hover .doro-category__sub-circle{border-color:var(--color-orange);box-shadow:0 6px 16px rgb(255 106 0 / .18)}.doro-category__sub-circle img{width:70%;height:70%;object-fit:contain}.doro-category__sub-label{font-size:12px;font-weight:600;text-align:center;line-height:1.25}.doro-category__layout{display:grid;grid-template-columns:240px 1fr;gap:var(--spacing-lg);align-items:start}.doro-category__filters{position:sticky;top:88px;align-self:start;z-index:5;max-height:calc(100vh - 104px)}.doro-category__filters-card{background:linear-gradient(180deg,#fff4e8 0%,#ffffff 56px);border:1px solid #f3c39a;border-radius:14px;padding:var(--spacing-md);max-height:calc(100vh - 104px);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.doro-category__filters-title{margin:0 0 var(--spacing-md);font-size:var(--font-size-base);font-weight:700;color:#d35400}.doro-category__shop{min-width:0;background:var(--color-white);border:1px solid #f0e0d0;border-radius:14px;padding:var(--spacing-md) var(--spacing-md) var(--spacing-lg)}.doro-category__shop-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:var(--spacing-md);flex-wrap:wrap}.doro-category__shop-title{margin:0;font-size:1.1rem;font-weight:700}.doro-category__chip{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;background:#fff4e8;color:#d35400;font-size:12px;font-weight:700}.doro-category .products,.doro-category ul.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--spacing-md);margin:0;padding:0;list-style:none}.doro-category .products::before,.doro-category .products::after,.doro-category ul.products::before,.doro-category ul.products::after{display:none}.doro-category .home-product-card{width:100%}.doro-category__empty{margin:var(--spacing-lg) 0;color:var(--color-grey-text)}@media (max-width:1100px){.doro-category .products,.doro-category ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.doro-category__subs-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.doro-category .products,.doro-category ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:768px){.doro-category__layout{grid-template-columns:1fr}.doro-category__filters{position:static;max-height:none}.doro-category__filters-card{max-height:none}.doro-category__subs-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.doro-category .products,.doro-category ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.doro-category__subs-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.doro-category__sub-circle{width:72px;height:72px}.doro-category .products,.doro-category ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}