.product-search{width:100%;padding:16px;display:grid;grid-template-columns:1fr 220px auto;gap:12px}.filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 18px}.filter{border:1px solid var(--line);background:rgba(255,255,255,.78);color:var(--ink);border-radius:999px;padding:10px 13px;cursor:pointer;font-weight:500;transition:.2s;display:inline-flex;align-items:center;gap:8px}.filter.active,.filter:hover{background:rgba(123,63,213,.12);color:var(--purple);border-color:rgba(123,63,213,.24)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{padding:18px;display:grid;gap:14px}.product-carousel{height:190px;border-radius:22px;position:relative;overflow:hidden;background:#fff}.product-image-link{display:block;height:100%}.product-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;opacity:0;transform:translateX(20px);transition:opacity .34s ease,transform .34s ease;background:#f8fbff}.product-slide.active{opacity:1;transform:none}.product-slide.slide-in-left{animation:slideInLeft .34s ease both}.product-slide.slide-in-right{animation:slideInRight .34s ease both}.product-slide.slide-out-left{animation:slideOutLeft .34s ease both}.product-slide.slide-out-right{animation:slideOutRight .34s ease both}@keyframes slideInLeft{from{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:none}}@keyframes slideInRight{from{opacity:0;transform:translateX(100%)}to{opacity:1;transform:none}}@keyframes slideOutLeft{from{opacity:1;transform:none}to{opacity:0;transform:translateX(-100%)}}@keyframes slideOutRight{from{opacity:1;transform:none}to{opacity:0;transform:translateX(100%)}}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:36px;height:36px;border-radius:13px;border:1px solid var(--line);background:rgba(255,255,255,.9);color:var(--purple);cursor:pointer}.carousel-arrow.left{left:10px}.carousel-arrow.right{right:10px}.tag{width:max-content;display:inline-flex;gap:6px;align-items:center;font-size:.82rem;font-weight:500;color:var(--purple);background:rgba(123,63,213,.09);border:1px solid rgba(123,63,213,.14);padding:7px 10px;border-radius:999px}.features{display:flex;gap:8px;flex-wrap:wrap}.features span{font-size:.78rem;color:var(--muted);background:#fff;border:1px solid var(--line);padding:7px 9px;border-radius:999px;font-weight:400}.price-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;border-top:1px dashed var(--line);padding-top:13px}.price-label{font-size:.86rem;color:var(--muted)}.price{font-weight:500;font-size:1.28rem;color:var(--purple)}.product-cart-control{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.qty-control{display:none;align-items:center;gap:8px}.product-cart-control.has-qty .add-cart-button{display:none}.product-cart-control.has-qty .qty-control{display:flex}.qty-button{width:38px;height:38px;border-radius:14px;border:1px solid var(--line);background:#fff;color:var(--purple);cursor:pointer;font-weight:500}.qty-display{min-width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:rgba(123,63,213,.10);color:var(--purple);font-weight:500}.product-title-link:hover h3,.product-description-link:hover p{color:var(--purple)}.product-detail{display:grid;grid-template-columns:1fr .9fr;gap:24px;align-items:start}.detail-gallery,.detail-info{padding:22px}.detail-main-image{width:100%;height:480px;object-fit:contain;border-radius:22px;background:#f8fbff;cursor:pointer}.detail-thumbs{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.detail-thumb{width:82px;height:82px;border-radius:16px;border:2px solid transparent;background:#fff;padding:4px;cursor:pointer}.detail-thumb.active{border-color:var(--purple)}.detail-thumb img{width:100%;height:100%;object-fit:cover;border-radius:12px}.detail-info{display:grid;gap:16px}.detail-control{margin-top:8px}.empty{text-align:center;padding:34px;grid-column:1/-1}@media(max-width:980px){.product-grid,.product-detail{grid-template-columns:1fr 1fr}.product-search{grid-template-columns:1fr}}@media(max-width:700px){.product-grid,.product-detail{grid-template-columns:1fr}.product-search{grid-template-columns:1fr}.product-cart-control .btn{width:100%}}

.empty-results{padding:30px;text-align:center;display:grid;gap:8px}.load-more-sentinel{height:54px}.qty-display.qty-up{animation:qtyUp .32s ease}.qty-display.qty-down{animation:qtyDown .32s ease}@keyframes qtyUp{0%{transform:translateY(10px);opacity:.25}100%{transform:none;opacity:1}}@keyframes qtyDown{0%{transform:translateY(-10px);opacity:.25}100%{transform:none;opacity:1}}
.product-card{will-change:opacity,transform}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.detail-control .qty-control{display:none}.detail-control.has-qty .qty-control{display:flex}.detail-control.has-qty .add-cart-button{display:none}
