.products-page{max-width:1600px;margin:0 auto;padding:2rem 1.5rem 4rem}.products-page__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.products-page__title{margin:0;font-size:2rem;color:var(--site-text-strong)}.products-page__subtitle{margin:.35rem 0 0;color:var(--site-muted)}.products-controls{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.products-search{flex:1;display:flex;align-items:stretch;gap:.6rem;padding:.55rem;border:1px solid var(--site-border);border-radius:14px;background:#fff;box-shadow:0 2px 8px #0000000d}.products-search input{flex:1;border:1px solid var(--site-border);border-radius:10px;padding:.72rem .85rem;font-size:.95rem;color:var(--site-text)}.products-search input:focus{outline:none;border-color:var(--site-primary);box-shadow:0 0 0 3px #d9775724}.products-search button,.products-filters__actions button,.products-filters__toggle,.products-load-more button{border:none;background:var(--site-primary);color:#fff;border-radius:8px;padding:.65rem 1rem;font-weight:600;cursor:pointer}.products-search [data-slot=button]{height:40px;min-height:40px;width:auto;min-width:72px;max-width:120px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;line-height:1;padding-inline:1rem}.products-search button:hover,.products-filters__actions button:hover,.products-filters__toggle:hover,.products-load-more button:hover{background:var(--site-primary-hover)}.products-search button:disabled,.products-filters__actions button:disabled,.products-filters__toggle:disabled,.products-load-more button:disabled{opacity:.6;cursor:not-allowed}.products-filters{position:relative}.products-filters__toggle{min-width:0;height:48px;display:inline-flex;align-items:center;justify-content:center;padding-inline:1.1rem}.products-filters__dropdown{position:absolute;top:calc(100% + .5rem);left:0;width:min(460px,86vw);padding:.9rem;border:1px solid var(--site-border);border-radius:12px;background:#fff;box-shadow:0 16px 34px #0f172a1f;z-index:8}.products-filters__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.products-filters__field{display:flex;flex-direction:column;gap:.4rem;color:var(--site-text-strong);font-size:.9rem}.products-select{position:relative}.products-select__trigger{width:100%;border:1px solid var(--site-border);border-radius:8px;padding:.6rem .75rem;background:var(--site-surface);color:var(--site-text);font-size:.95rem;line-height:1.2;display:flex;align-items:center;justify-content:space-between;gap:.75rem;cursor:pointer}.products-select__trigger>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.products-select__trigger:focus{outline:none;border-color:var(--site-primary);box-shadow:0 0 0 3px #d9775724}.products-select__chevron{color:var(--site-muted);font-size:.9rem;line-height:1}.products-select__menu{position:absolute;left:0;right:0;top:calc(100% + .35rem);z-index:12;max-height:240px;overflow:auto;border:1px solid var(--site-border);border-radius:10px;background:var(--site-surface);box-shadow:0 12px 24px #0f172a1f;padding:.35rem}.products-select__option{width:100%;border:none;background:transparent;border-radius:7px;text-align:left;padding:.5rem .6rem;color:var(--site-text);cursor:pointer}.products-select__option:hover{background:#fff!important}.products-select__option.is-selected{background:var(--site-primary-soft);color:var(--site-text-strong);font-weight:600}.products-select__menu--categories{right:auto;width:min(360px,80vw);max-height:360px;padding:.35rem}.products-category-tree__search{position:sticky;top:-.35rem;z-index:1;padding:.35rem;background:var(--site-surface)}.products-category-tree__search input{width:100%;border:1px solid var(--site-border);border-radius:8px;padding:.55rem .65rem;color:var(--site-text);background:#fff}.products-category-tree__search input:focus{outline:none;border-color:var(--site-primary);box-shadow:0 0 0 3px #d9775724}.products-category-tree__all,.products-category-tree__label,.products-category-tree__expand{border:none;background:transparent;color:var(--site-text);cursor:pointer}.products-category-tree__all{width:100%;margin-bottom:.15rem;border-radius:7px;padding:.55rem .6rem;text-align:left;font-weight:600}.products-category-tree__item{display:flex;align-items:center;min-width:0;padding-left:calc(var(--category-depth) * 1rem)}.products-category-tree__expand,.products-category-tree__spacer{flex:0 0 28px;width:28px;height:34px}.products-category-tree__expand{display:grid;place-items:center;border-radius:7px;color:var(--site-muted);font-size:1rem;line-height:1}.products-category-tree__label{flex:1;min-width:0;border-radius:7px;padding:.5rem .45rem;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.products-category-tree__all:hover,.products-category-tree__expand:hover,.products-category-tree__label:hover{background:#fff}.products-category-tree__all.is-selected,.products-category-tree__label.is-selected{background:var(--site-primary-soft);color:var(--site-text-strong);font-weight:600}.products-category-tree__empty{margin:0;padding:.8rem .6rem;color:var(--site-muted);text-align:center}.products-filters__row{margin-top:.75rem;display:flex;flex-direction:column;gap:.4rem}.products-filters__label{color:var(--site-text-strong);font-size:.9rem}.products-price{display:flex;align-items:center;gap:.5rem}.products-price [data-slot=input]{flex:1;min-width:0;border:1px solid var(--site-border);border-radius:8px;padding:.6rem .75rem;font-size:.95rem;color:var(--site-text);-moz-appearance:textfield}.products-price [data-slot=input]:focus{outline:none;border-color:var(--site-primary);box-shadow:0 0 0 3px #d9775724}.products-price [data-slot=input]::-webkit-outer-spin-button,.products-price [data-slot=input]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.products-price__dash{color:var(--site-muted)}.products-filters__checkbox{margin-top:.75rem;display:flex;align-items:center;gap:.5rem;color:var(--site-text);font-size:.9rem;cursor:pointer}.products-filters__checkbox input{width:16px;height:16px;accent-color:var(--site-primary);cursor:pointer}.products-filters__actions{margin-top:.85rem;display:flex;justify-content:flex-end;align-items:center;gap:.5rem}.products-filters__reset{background:var(--site-surface-muted)!important;color:var(--site-text)!important}.products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.products-grid--skeleton{pointer-events:none}.product-card{position:relative;border:1px solid var(--site-border);border-radius:12px;overflow:hidden;background:#fff}.product-card__fav,.product-card__compare{position:absolute;top:.5rem;z-index:2;width:2rem;height:2rem;display:grid;place-items:center;border:1px solid var(--site-border);border-radius:999px;background:#ffffffeb;color:#94a3b8;line-height:1;cursor:pointer}.product-card__fav{right:.5rem}.product-card__compare{right:3rem}.product-card__fav svg,.product-card__compare svg{display:block}.product-card__fav:hover{color:#ef4444}.product-card__compare:hover{color:var(--site-primary)}.product-card__fav.is-active{color:#ef4444;border-color:#fca5a5}.product-card__compare.is-active{color:var(--site-primary);border-color:var(--site-primary);background:var(--site-primary-soft)}.product-card--skeleton{border-color:transparent;box-shadow:none;transform:none}.product-card__link{display:block}.product-card__image-wrap{aspect-ratio:1 / 1;background:#fff!important}.product-card__skeleton-block,.product-card__skeleton-line,.product-card__skeleton-button{position:relative;overflow:hidden;background:#e9eef5}.product-card__skeleton-block:after,.product-card__skeleton-line:after,.product-card__skeleton-button:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,#fff0,#ffffff8c,#fff0);animation:products-skeleton-shimmer 1.1s ease-in-out infinite}.product-card__skeleton-line{height:12px;border-radius:6px;margin-bottom:10px}.product-card__skeleton-line--title{width:82%;height:16px;border-radius:7px}.product-card__skeleton-line--text{width:64%}.product-card__skeleton-line--price{width:42%;margin-bottom:0}.product-card__skeleton-button{width:100%;height:38px;border-radius:8px}.product-card__image-wrap img{width:100%;height:100%;object-fit:contain;opacity:1;transition:opacity .22s ease}.product-card__image--hidden{opacity:0}.product-card__content{padding:.85rem}.product-card__actions{padding:0 .85rem .85rem}.product-card__cart-row{display:flex;align-items:stretch;gap:0;overflow:hidden}.qty{display:inline-flex;align-items:center;justify-content:space-between;gap:.4rem;background:#fff;border:1px solid var(--site-border);border-radius:8px;padding:0 .35rem}.qty button{border:none;width:32px;height:32px;border-radius:6px;background:var(--site-surface-muted);color:var(--site-text-strong);border:1px solid var(--site-border);cursor:pointer;font-size:1.05rem;line-height:1}.qty button:hover:not(:disabled){background:#e8ecf0}.qty button:disabled{opacity:.5}.product-card__qty{width:0;min-width:0;height:42px;margin-top:0;flex-shrink:0;border:none;padding:0;opacity:0;transform:translate(20px) scale(.9);pointer-events:none;overflow:hidden;transition:width .09s cubic-bezier(.22,1,.36,1),opacity .05s ease,transform .09s cubic-bezier(.34,1.56,.64,1)}.product-card__qty input{width:36px;min-width:36px;text-align:center;font-size:1rem;font-weight:600;border:none;background:transparent;outline:none;-moz-appearance:textfield}.product-card__qty input::-webkit-outer-spin-button,.product-card__qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-card__cart-row.is-active .product-card__qty{width:132px;border:1px solid var(--site-border);padding:0 .35rem;opacity:1;transform:translate(0) scale(1);pointer-events:auto}.product-card__content h2{margin:0 0 .5rem;font-size:1rem;line-height:1.35;color:var(--site-text)}.product-card__content p{margin:0 0 .7rem;font-size:.9rem;color:var(--site-muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{color:var(--site-primary);font-weight:700}.product-card__add{margin-top:0;width:100%;flex:1 1 100%;height:42px;border:none;background:var(--site-text);color:#fff;border-radius:8px;padding:0 .8rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .09s cubic-bezier(.22,1,.36,1),opacity .06s ease}.product-card__add:hover{background:var(--site-text-strong)}.product-card__cart-row.is-active .product-card__add{flex:1 1 auto;width:auto;transform:translate(0)}.product-card__cart-row.is-active{gap:.5rem}.products-load-more,.products-state{margin-top:1rem;text-align:center}.products-state--error{color:#dc2626}@keyframes products-skeleton-shimmer{to{transform:translate(100%)}}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.products-controls{flex-direction:column;align-items:stretch}.products-search,.products-filters,.products-filters__toggle{width:100%}.products-filters__dropdown{left:0;width:100%}.products-filters__grid{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.products-page{padding:1rem 1rem 3rem}.products-filters__actions{justify-content:stretch}.products-filters__actions button{flex:1}.products-grid{grid-template-columns:1fr}}.category-crumbs{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;max-width:1600px;margin:0 auto;padding:1rem 1.5rem 0;color:var(--site-muted, #777);font-size:.9rem}.category-crumbs a{color:var(--site-muted, #777)}.category-crumbs a:hover{color:var(--site-primary, #d97757)}.category-children{display:flex;flex-wrap:wrap;gap:.5rem;max-width:1600px;margin:0 auto;padding:.75rem 1.5rem 0}.category-children__link{padding:.35rem .8rem;border:1px solid var(--site-border);border-radius:999px;background:#fff;font-size:.9rem}.category-children__link:hover{border-color:var(--site-primary, #d97757);color:var(--site-primary, #d97757)}@media(max-width:640px){.category-crumbs,.category-children{padding-right:1rem;padding-left:1rem}}
