.product{transform-origin:50%;will-change:transform,opacity;flex-direction:column;width:100%;display:flex}.product .product-img-wrap{position:relative}.product .product-img{background-color:var(--base-200);border-radius:.75rem .75rem 0 0;width:100%;height:auto;padding:2rem;text-decoration:none;display:block;position:relative;overflow:hidden}.product .product-img img{object-fit:contain;display:block;width:100%!important;height:auto!important}.product .product-badges{z-index:2;pointer-events:none;flex-direction:column;gap:.25rem;display:flex;position:absolute;top:.5rem;left:.5rem}.product .product-badge{font-family:var(--font-poppins),sans-serif;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-radius:.25rem;width:fit-content;padding:.25rem .6rem;font-size:.6rem;font-weight:700;line-height:1.2}.product .badge-sale{background:var(--accent);color:#fff}.product .badge-new{background:var(--base-700);color:#fff}.product .product-info{background-color:var(--base-200);border-radius:0 0 .75rem .75rem;padding:0 .75rem .75rem}.product .product-info-wrapper{flex-direction:column;gap:.35rem;width:100%;padding:.75rem .5rem;display:flex}.product .product-info-wrapper .product-name{text-transform:none;color:var(--base-700);font-size:.8rem;font-weight:500;line-height:1.3}.product .product-price-row{align-items:center;gap:.5rem;display:flex}.product .product-old-price{font-family:var(--font-poppins),sans-serif;color:var(--base-400);text-transform:none;font-size:.75rem;font-weight:400;text-decoration:line-through}.product .product-price{font-family:var(--font-poppins),sans-serif;color:var(--base-700);text-transform:none;font-size:.85rem;font-weight:600}.product .product-price.on-sale{color:var(--accent)}.product .product-actions{opacity:0;z-index:2;gap:.35rem;transition:opacity .25s;display:flex;position:absolute;bottom:.5rem;right:.5rem}.product .product-img-wrap:hover .product-actions{opacity:1}.product .product-action-btn{width:2rem;height:2rem;color:var(--base-700);cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex;box-shadow:0 1px 6px #0000001a}.product .product-action-btn svg{width:1rem;height:1rem}.product .product-action-btn:hover{background:var(--base-700);color:#fff}.product .product-action-btn.cart-action:hover{background:var(--accent);color:#fff}.product .product-action-btn:active{transform:scale(.9)}.product .product-action-btn.fav-active{color:#e31b54}.product .product-action-btn.fav-active:hover{color:#fff;background:#e31b54}.product .product-info-wrapper{flex-direction:column;gap:.25rem;width:100%;padding:.6rem .5rem;text-decoration:none;display:flex}.product .product-name{text-transform:none;color:var(--base-700);text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.78rem;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}.quick-view-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0009;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0;overflow:visible}.quick-view-modal{background:var(--base-100);border-radius:.75rem;width:100%;max-width:850px;height:500px;display:flex;position:relative;overflow:hidden}.quick-view-close{background:var(--base-700);color:var(--base-100);cursor:pointer;z-index:3;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:0;transition:transform .2s;display:flex;position:absolute;top:1rem;right:1rem}.quick-view-close:active{transform:scale(.9)}.quick-view-close svg{width:1.2rem;height:1.2rem}.quick-view-img{background:var(--base-200);flex:0 0 40%;justify-content:center;align-items:center;padding:1.5rem;display:flex;overflow:hidden}.quick-view-img img{object-fit:contain;max-width:100%;max-height:100%;width:auto!important;height:100%!important}.quick-view-details{flex-direction:column;flex:1;gap:.75rem;padding:1.5rem;display:flex;overflow-y:auto}.quick-view-details h4{font-size:1.3rem}.quick-view-desc{font-family:var(--font-poppins),sans-serif!important;color:var(--base-400)!important;text-transform:none!important;font-size:.8rem!important;font-weight:400!important;line-height:1.6!important}.quick-view-meta{flex-wrap:wrap;gap:.4rem;display:flex}.qv-meta{font-family:var(--font-poppins),sans-serif;color:var(--base-700);text-transform:none;background:var(--base-200);border-radius:.25rem;padding:.3rem .6rem;font-size:.7rem;font-weight:500}.quick-view-details h4{color:var(--base-700);font-size:clamp(1.5rem,2.5vw,2rem);line-height:1.1}.quick-view-price{align-items:center;gap:.75rem;display:flex}.qv-old-price{font-family:var(--font-poppins),sans-serif;color:var(--base-400);text-transform:none;font-size:1rem;text-decoration:line-through}.qv-price{font-family:var(--font-poppins),sans-serif;color:var(--base-700);text-transform:none;font-size:1.25rem;font-weight:700}.qv-price.on-sale{color:var(--accent)}.qv-section{flex-direction:column;gap:.4rem;display:flex}.qv-label{font-family:var(--font-poppins),sans-serif;color:var(--base-700);text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:600}.qv-label small{text-transform:none;color:var(--base-400);margin-left:.3rem;font-weight:400}.qv-color-list{flex-wrap:wrap;gap:.35rem;display:flex}.qv-color-circle{border:2px solid var(--base-200);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;padding:2px;transition:border-color .2s;display:flex}.qv-color-circle span{border:1px solid #00000014;border-radius:50%;width:100%;height:100%;display:block}.qv-color-circle:hover{border-color:var(--base-400)}.qv-color-circle.active{border-color:var(--accent)}.qv-color-circle:active{transform:scale(.9)}.qv-size-list{flex-wrap:wrap;gap:.3rem;display:flex}.qv-size{font-family:var(--font-poppins),sans-serif;border:1.5px solid var(--base-200);color:var(--base-700);cursor:pointer;text-transform:none;background:0 0;border-radius:.3rem;padding:.4rem .7rem;font-size:.72rem;font-weight:500;transition:all .2s;position:relative}.qv-size:hover{border-color:var(--base-300)}.qv-size.active{border-color:var(--accent);color:var(--accent)}.qv-size.out{opacity:.35;cursor:not-allowed;text-decoration:line-through}.qv-size:active{transform:none}.quick-view-add{background:var(--base-700);width:100%;color:var(--base-100);font-family:var(--font-poppins),sans-serif;text-transform:uppercase;cursor:pointer;border:none;border-radius:.5rem;margin-top:.25rem;padding:.85rem;font-size:.82rem;font-weight:600;transition:all .3s}.quick-view-add:hover{background:var(--base-600)}.quick-view-add:active{transform:scale(.97)}.quick-view-add.added{background:var(--accent-light);color:#fff}.quick-view-add.disabled{opacity:.4;cursor:not-allowed}@media (max-width:1000px){.quick-view-overlay{align-items:center;padding:1rem}.quick-view-modal{flex-direction:column}.quick-view-img{max-height:25svh;padding:1rem}.quick-view-details{gap:1rem;padding:1.5rem}.product .product-actions{opacity:1}.product .product-action-btn{width:1.75rem;height:1.75rem}.product .product-action-btn svg{width:.85rem;height:.85rem}.product .product-badges{gap:.2rem;top:.35rem;left:.35rem}.product .product-badge{padding:.2rem .45rem;font-size:.5rem}.product .product-img{padding:1rem}.product .product-info{padding:0 .4rem .4rem}.product .product-info-wrapper{gap:.15rem;padding:.4rem .15rem}.product .product-name{-webkit-line-clamp:1;font-size:.65rem}.product .product-price{font-size:.7rem}.product .product-old-price{font-size:.6rem}}
