.shop-page{background:#efefef}.shop-page__head{min-height:auto}.shop-page__section{padding:1rem 0 2.4rem}.shop-page__crumbs{display:flex;align-items:center;justify-content:flex-start;gap:.45rem;color:#9a9a9a;font-size:.9rem;margin:1.4rem 0 1rem}.shop-page__crumbs a{color:#7a7a7a;text-decoration:none}.shop-page__crumbs a:hover,.shop-page__crumbs span{color:#ce774c}.shop-page__crumbs svg{width:.7rem;height:.7rem}.shop-shell{background:#f9f9f9;border:1px solid #e4e4e4;border-right:2px solid #ce774c;border-radius:1rem;padding:.95rem}.shop-shell__intro{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.shop-shell__eyebrow{display:inline-flex;align-items:center;gap:.35rem;color:#ce774c;font-size:.8rem;font-weight:800;background:#fff3ed;padding:.45rem .72rem;border-radius:999px}.shop-shell__eyebrow svg{width:.95rem;height:.95rem}.shop-shell__intro h1{margin:.9rem 0 0;font-size:clamp(1.75rem,3.2vw,2.75rem);color:#222;line-height:1.65;font-weight:900}.shop-shell__intro p{margin:.75rem 0 0;color:#555;line-height:2.1;font-size:.9rem;text-align:justify;max-width:54rem}.shop-shell__cart{min-width:250px;border-radius:.95rem;padding:.95rem;background:linear-gradient(180deg,#131313,#1b1b1b);color:#fff;display:grid;gap:.7rem}.shop-shell__cart small{display:block;color:#cfcfcf;font-size:.72rem}.shop-shell__cart strong{display:block;margin-top:.2rem;font-size:1rem;font-weight:800}.shop-shell__cart-link{margin-top:.25rem;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border-radius:.8rem;background:#ce774c;color:#fff;text-decoration:none;padding:.72rem .95rem;font-size:.84rem;font-weight:800}.shop-shell__cart-link svg{width:.9rem;height:.9rem}.shop-layout{margin-top:1rem;display:grid;grid-template-columns:300px minmax(0,1fr);gap:1rem;align-items:start}.shop-filters{position:sticky;top:1rem;align-self:start;height:fit-content;border-radius:.95rem;padding:.85rem;background:#fff;border:1px solid #ececec;display:grid;gap:.85rem;z-index:5}.shop-filters__header{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.shop-filters__header h2{margin:0;display:inline-flex;align-items:center;gap:.4rem;font-size:1rem;color:#222}.shop-filters__header h2 svg{width:1rem;height:1rem;color:#ce774c}.shop-filters__reset{border:0;background:#f4f4f4;color:#646464;border-radius:999px;padding:.42rem .7rem;display:inline-flex;align-items:center;gap:.28rem;font-size:.76rem;font-weight:700;cursor:pointer}.shop-filters__reset svg{width:.78rem;height:.78rem}.shop-toggle{display:grid;grid-template-columns:auto auto minmax(0,1fr);gap:.65rem;align-items:center;padding:.75rem .8rem;border-radius:.9rem;border:1px solid #ececec;background:#fbfbfb}.shop-toggle input{position:absolute;opacity:0;pointer-events:none}.shop-toggle__ui{width:44px;height:24px;border-radius:999px;background:#d8d8d8;position:relative;transition:background-color .2s ease}.shop-toggle__knob{position:absolute;top:3px;right:3px;width:18px;height:18px;border-radius:999px;background:#fff;transition:transform .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.15)}.shop-toggle input:checked+.shop-toggle__ui{background:#ce774c}.shop-toggle input:checked+.shop-toggle__ui .shop-toggle__knob{transform:translateX(-20px)}.shop-toggle__text strong{display:block;font-size:.83rem;color:#222}.shop-toggle__text small{display:block;margin-top:.15rem;color:#777;font-size:.72rem;line-height:1.7}.shop-field{display:grid;gap:.45rem}.shop-field label{display:inline-flex;align-items:center;gap:.35rem;color:#1f1f1f;font-size:.84rem;font-weight:800}.shop-field label svg{width:.92rem;height:.92rem;color:#ce774c}.shop-field input[type=text]{width:100%;border-radius:.8rem;border:1px solid #e7e7e7;background:#fafafa;color:#222;padding:.82rem .95rem;outline:none;font-family:inherit;font-size:.84rem}:root[data-theme=dark] .shop-field input[type=text]{border-color:#343434;background:#181818;color:#f5f5f5}:root[data-theme=dark] .shop-field input[type=text]::placeholder{color:#878787}:root[data-theme=dark] .shop-field input[type=text]:focus-visible{border-color:var(--brand);box-shadow:0 0 0 3px rgba(220,113,65,.22)}.shop-field input[type=range]{width:100%;accent-color:#ce774c}.shop-field__meta{display:flex;justify-content:space-between;gap:.5rem;color:#777;font-size:.72rem}.shop-categories{display:grid;gap:.5rem}.shop-category{display:grid;grid-template-columns:auto 28px minmax(0,1fr) auto;align-items:center;gap:.45rem;border-radius:.8rem;border:1px solid #ececec;background:#fbfbfb;padding:.55rem .6rem;cursor:pointer}.shop-category input{position:absolute;opacity:0;pointer-events:none}.shop-category__icon{width:28px;height:28px;border-radius:.65rem;display:grid;place-items:center;background:rgba(206,119,76,.12);color:#ce774c}.shop-category__check svg,.shop-category__icon svg{width:.85rem;height:.85rem}.shop-category__label{color:#333;font-size:.8rem;font-weight:700}.shop-category__check{width:18px;height:18px;border-radius:999px;display:grid;place-items:center;border:1px solid #d7d7d7;color:transparent;transition:all .2s ease}.shop-category.is-active{border-color:rgba(206,119,76,.28);background:#fff7f2}.shop-category.is-active .shop-category__check{color:#fff;background:#ce774c;border-color:#ce774c}.shop-filters__summary{border-radius:.9rem;padding:.8rem .85rem;background:linear-gradient(180deg,#131313,#1b1b1b);color:#fff}.shop-filters__summary strong{display:block;font-size:.95rem}.shop-filters__summary p{margin:.28rem 0 0;color:#cfcfcf;font-size:.74rem;line-height:1.8}.shop-results{display:grid;gap:.9rem}.shop-results__head{border-radius:.95rem;padding:.9rem 1rem;background:#fff;border:1px solid #ececec}.shop-results__head h2{margin:0;color:#222;font-size:1.05rem}.shop-results__head p{margin:.35rem 0 0;color:#666;font-size:.82rem;line-height:1.9}.shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.shop-product{overflow:hidden;border-radius:1rem;background:#fff;border:1px solid #ececec;display:flex;flex-direction:column;min-height:100%}.shop-product__media{position:relative;aspect-ratio:4/3;background:#f0f0f0}.shop-product__media img{object-fit:cover}.shop-product__stock{position:absolute;top:.8rem;right:.8rem;z-index:1;border-radius:999px;padding:.32rem .62rem;background:rgba(18,18,18,.8);color:#fff;font-size:.7rem;font-weight:800}.shop-product__stock.is-in-stock{background:rgba(34,128,69,.88)}.shop-product__body{padding:.9rem;display:flex;flex-direction:column;flex:1}.shop-product__meta{display:flex;flex-wrap:wrap;gap:.35rem}.shop-product__badge,.shop-product__tag{border-radius:999px;padding:.28rem .6rem;font-size:.69rem;font-weight:800}.shop-product__badge{color:#ce774c;background:#fff3ed}.shop-product__tag{color:#4b4b4b;background:#f2f2f2}.shop-product__body h3{margin:.75rem 0 0;color:#1f1f1f;font-size:.96rem;line-height:1.95}.shop-product__body p{margin:.4rem 0 0;color:#666;font-size:.8rem;line-height:1.9;text-align:justify}.shop-product__footer{margin-top:auto;padding-top:.9rem;display:flex;justify-content:space-between;gap:.8rem;align-items:flex-end}.shop-product__price small{display:block;color:#8a8a8a;font-size:.7rem}.shop-product__price strong{display:block;margin-top:.22rem;color:#222;font-size:.92rem;font-weight:900}.shop-product__add{border:0;border-radius:.82rem;padding:.7rem .9rem;background:#ce774c;color:#fff;display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:800;cursor:pointer;white-space:nowrap}.shop-product__add svg{width:.85rem;height:.85rem}.shop-product__add:disabled{opacity:.55;cursor:not-allowed}.shop-product__in-cart{margin-top:.75rem;display:inline-flex;align-items:center;gap:.35rem;color:#1f7a46;font-size:.75rem;font-weight:800}.shop-product__in-cart svg{width:.85rem;height:.85rem}.shop-empty{border-radius:.95rem;padding:1rem;background:#fff;border:1px dashed #e2c8bc}.shop-empty strong{display:block;color:#222}.shop-empty p{margin:.35rem 0 0;color:#666;font-size:.82rem;line-height:1.9}@media (max-width:1180px){.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1024px){.shop-layout{grid-template-columns:1fr}.shop-filters{position:static}}@media (max-width:760px){.shop-shell__intro{flex-direction:column}.shop-shell__cart{width:100%}.shop-grid{grid-template-columns:1fr}.shop-product__footer{flex-direction:column;align-items:stretch}.shop-product__add{justify-content:center}}