.product{transform-origin:50%;will-change:transform,opacity;background-color:#fff;border-radius:1.25rem;flex-direction:column;width:100%;transition:all .5s cubic-bezier(.23,1,.32,1);display:flex;overflow:hidden;box-shadow:0 5px 15px #00000008}.product:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.product .product-img{background-color:#f0f0f0;width:100%;height:280px;text-decoration:none;display:block;position:relative;overflow:hidden}.product .product-img img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.23,1,.32,1)}.product:hover .product-img img{transform:scale(1.1)}.product .product-badge{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;font-size:.75rem;font-weight:700;font-family:var(--font-tajawal),sans-serif;z-index:2;background:#1a237ee6;border-radius:5rem;padding:.5rem 1rem;position:absolute;top:1rem;right:1rem}.product .product-info{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex}.product .product-info-wrapper{flex-direction:column;gap:.5rem;width:100%;display:flex}.product .product-name{font-family:var(--font-tajawal),sans-serif;color:var(--base-700);font-size:1.25rem;font-weight:800;line-height:1.3}.product .product-description{font-family:var(--font-tajawal),sans-serif;color:var(--base-500);font-size:.9rem;font-weight:500;line-height:1.6}.product .product-details{background:#f9f9f9;border-radius:.75rem;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.product .product-detail-item{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.product .detail-label{color:var(--base-400);font-size:.8rem;font-weight:700;font-family:var(--font-tajawal),sans-serif}.product .detail-value{color:var(--base-700);font-size:.85rem;font-weight:600;font-family:var(--font-tajawal),sans-serif}.product .product-sizes{flex-wrap:wrap;gap:.35rem;display:flex}.product .size-tag{color:var(--base-700);font-size:.75rem;font-weight:700;font-family:var(--font-tajawal),sans-serif;background:#fff;border:1px solid #eee;border-radius:.5rem;padding:.25rem .65rem}.product .size-tag.more{background:var(--base-300);color:var(--base-500)}.product .product-colors{gap:.35rem;display:flex}.product .color-dot{border:2px solid var(--base-100);width:1rem;height:1rem;box-shadow:0 0 0 1px var(--base-300);border-radius:50%}.product .product-features{border-top:1px solid var(--base-200);flex-direction:column;gap:.25rem;margin-top:.25rem;padding-top:.5rem;display:flex}.product .feature-item{color:var(--base-600);font-size:.75rem;font-family:var(--font-tajawal),sans-serif}.product .product-info .whatsapp-order-btn{color:#fff;cursor:pointer;width:100%;font-size:.85rem;font-family:var(--font-tajawal),sans-serif;text-align:center;background-color:#25d366;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;margin-top:auto;padding:.75rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.product .product-info .whatsapp-order-btn:hover{background-color:#128c7e;transform:scale(1.02)}.product .product-info .whatsapp-order-btn:active{transform:scale(.95)}.product .product-info .whatsapp-order-btn svg{width:1.1rem;height:1.1rem}@media (max-width:768px){.product .product-img{height:180px}.product .product-info-wrapper .product-name{font-size:.9rem}.product .product-details{padding:.5rem}}
