:root{--font-sans: "Outfit", sans-serif;--font-serif: "Fraunces", serif;--color-primary: #7a14ac;--color-primary-light: #9c27b0;--color-primary-dark: #5c0d8b;--color-secondary: #ff3f6c;--color-accent: #ffeb3b;--color-success: #10b981;--color-warning: #f59e0b;--color-danger: #ef4444;--bg-app: #f7f9fc;--bg-card: #ffffff;--text-main: #1f2937;--text-muted: #6b7280;--text-light: #9ca3af;--border-color: #e5e7eb;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-3xl: 2rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .05), 0 2px 4px -1px rgba(0, 0, 0, .03);--shadow-lg: 0 10px 15px -3px rgba(122, 20, 172, .1), 0 4px 6px -2px rgba(122, 20, 172, .05)}*{box-sizing:border-box;margin:0;padding:0}button{background:transparent;border:none;font-family:inherit;font-size:inherit;color:inherit;cursor:pointer;outline:none;padding:0;margin:0}html,body{max-width:100%}body{font-family:var(--font-sans);background-color:var(--bg-app);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-primary-light)}.scrollbar-none::-webkit-scrollbar{display:none}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:.75rem;padding-right:.75rem}@media (min-width: 768px){.container{padding-left:1.5rem;padding-right:1.5rem}}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-around{justify-content:space-around}.justify-end{justify-content:flex-end}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-responsive{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media (min-width: 640px){.grid-responsive{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}}@media (min-width: 1024px){.grid-responsive{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}}.hidden,.md\:block,.md\:flex,.md\:grid,.sm\:inline{display:none}.order-1{order:1}.order-2{order:2}.order-3{order:3}.max-w-none{max-width:none}@media (min-width: 640px){.sm\:inline{display:inline}}@media (min-width: 768px){.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.md\:flex-wrap{flex-wrap:wrap}.md\:flex-nowrap{flex-wrap:nowrap}.md\:justify-start{justify-content:flex-start}.md\:justify-center{justify-content:center}.md\:w-24{width:6rem}.md\:h-24{height:6rem}.md\:col-span-2{grid-column:span 2 / span 2}.md\:order-2{order:2}.md\:order-3{order:3}.md\:w-auto{width:auto}.md\:flex-grow{flex-grow:1}.md\:max-w-xl{max-width:36rem}.md\:gap-4{gap:1rem}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}}.m-0{margin:0}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mt-auto{margin-top:auto}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mr-8{margin-right:2rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-12{padding-bottom:3rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-20{padding-top:5rem;padding-bottom:5rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.w-full{width:100%}.w-20{width:5rem}.w-24{width:6rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-32{width:8rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-32{height:8rem}.h-full{height:100%}.min-h-screen{min-height:100vh}.max-h-full{max-height:100%}.max-w-full{max-width:100%}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-md{max-width:28rem}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f8fafc}.bg-gray-55\/50{background-color:#f8fafc80}.bg-purple-50{background-color:#f3e8ff}.bg-purple-100{background-color:#e9d5ff}.bg-purple-100\/50{background-color:#e9d5ff80}.bg-pink-650{background-color:#db2777}.bg-pink-600{background-color:#ff3f6c}.bg-pink-700{background-color:#e02b55}.bg-pink-50{background-color:#fff5f7}.bg-purple-700{background-color:#7a14ac}.bg-purple-800{background-color:#6b21a8}.bg-purple-900{background-color:#581c87}.bg-green-50{background-color:#ecfdf5}.bg-green-100{background-color:#d1fae5}.bg-red-50{background-color:#fef2f2}.bg-amber-50{background-color:#fffbeb}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-gray-400{color:#94a3b8}.text-gray-500{color:#64748b}.text-gray-650{color:#475569}.text-gray-700{color:#334155}.text-gray-800{color:#1e293b}.text-gray-900{color:#0f172a}.text-purple-600{color:#9333ea}.text-purple-700{color:#7a14ac}.text-purple-800{color:#6b21a8}.text-purple-900{color:#581c87}.text-pink-600{color:#ff3f6c}.text-green-600{color:#16a34a}.text-green-700{color:#15803d}.text-red-750{color:#b91c1c}.text-red-700{color:#be123c}.text-amber-700{color:#b45309}.text-white{color:#fff}.uppercase{text-transform:uppercase}.tracking-tight{tracking-spacing:-.025em}.tracking-wide{tracking-spacing:.025em}.tracking-widest{tracking-spacing:.1em}.line-through{text-decoration:line-through}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{top:0;right:0;bottom:0;left:0}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.top-0{top:0}.top-1\/2{top:50%}.transform{transform:translateY(0)}.-translate-y-1\/2{transform:translateY(-50%)}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.sticky{position:sticky}.top-\[61px\]{top:61px}.border{border:1px solid var(--border-color)}.border-2{border:2px solid var(--border-color)}.border-b{border-bottom:1px solid var(--border-color)}.border-t{border-top:1px solid var(--border-color)}.border-dashed{border-style:dashed}.border-gray-100{border-color:#f1f5f9}.border-gray-200{border-color:#e2e8f0}.border-purple-100{border-color:#faf5ff}.border-purple-200{border-color:#e9d5ff}.border-purple-300{border-color:#d8b4fe}.border-pink-600{border-color:#ff3f6c}.rounded{border-radius:var(--radius-sm)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-3xl{border-radius:var(--radius-3xl)}.rounded-full{border-radius:var(--radius-full)}.cursor-pointer{cursor:pointer}.hover\:bg-gray-50:hover{background-color:#f8fafc}.hover\:bg-purple-50:hover{background-color:#faf5ff}.hover\:bg-purple-800:hover{background-color:#6b21a8}.hover\:bg-purple-900:hover{background-color:#581c87}.hover\:bg-pink-700:hover{background-color:#e02b55}.hover\:text-purple-750:hover{color:var(--color-primary-light)}.hover\:text-purple-800:hover{color:#6b21a8}.hover\:text-purple-900:hover{color:#581c87}.hover\:text-red-500:hover{color:#ef4444}.hover\:text-red-600:hover{color:#dc2626}.hover\:scale-105:hover{transform:scale(1.05)}.product-card{display:flex;flex-direction:column;justify-content:space-between;border:1px solid #e9edf3;border-radius:1rem;padding:10px;background-color:#fff;position:relative;width:100%;min-height:235px;box-sizing:border-box;transition:all .3s cubic-bezier(.2,.8,.2,1)}@media (min-width: 768px){.product-card{border-radius:1.5rem;padding:16px;min-height:305px}}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000000d;border-color:#7a14ac2e}.input-field{width:100%;padding:.625rem .875rem;border:1px solid var(--border-color);border-radius:var(--radius-lg);font-size:.875rem;outline:none;background-color:#f8fafc}.input-field:focus{border-color:var(--color-primary);background-color:#fff}.radio-tile-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.75rem}.radio-tile{border:2px solid var(--border-color);border-radius:var(--radius-lg);padding:.875rem;text-align:center;cursor:pointer;transition:all .2s ease}.radio-tile:hover{border-color:var(--color-primary-light)}.radio-tile.active{border-color:var(--color-primary);background-color:#7a14ac0d;color:var(--color-primary-dark)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.animate-spin{animation:spin 1s linear infinite}.animate-bounce{animation:bounce 1s ease-in-out infinite}.main-header{position:sticky;top:0;z-index:50;box-shadow:var(--shadow-sm)}.select-none{-webkit-user-select:none;user-select:none}.bg-purple-50\/50{background-color:#f3e8ff80}.bg-gray-50\/50{background-color:#f8fafc80}.border-purple-200\/50{border-color:#e9d5ff80}.border-purple-200\/40{border-color:#e9d5ff66}.bg-white\/40{background-color:#fff6}.bg-white\/60{background-color:#fff9}.bg-white\/25{background-color:#ffffff40}.bg-white\/20{background-color:#fff3}.bg-white\/10{background-color:#ffffff1a}.bg-white\/85{background-color:#ffffffd9}.bg-black\/40{background-color:#0006}.bg-black\/30{background-color:#0000004d}.bg-black\/20{background-color:#0003}.bg-blue-500\/10{background-color:#3b82f61a}.max-w-xs{max-width:20rem}.stroke-\[3\]{stroke-width:3}.bg-purple-750{background-color:#6c21a8}.border-purple-750{border-color:#6c21a8}.border-gray-150{border-color:#e2e8f0}.z-15{z-index:15}.z-100{z-index:100}.h-fit{height:fit-content}.w-fit{width:fit-content}.w-4\.5{width:1.125rem}.h-4\.5{height:1.125rem}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-1{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.product-image-wrapper{position:relative;margin-bottom:.75rem;width:100%}.product-image-container{width:100%;height:90px;border-radius:.75rem;overflow:hidden;background-color:#f8fafc;border:1px solid #f1f5f9;position:relative;display:flex;align-items:center;justify-content:center}@media (min-width: 768px){.product-image-container{height:145px;border-radius:1.25rem}}.product-image-container img{width:100%;height:100%;transition:transform .3s cubic-bezier(.2,.8,.2,1)}.product-image-container img.object-cover{object-fit:cover}.product-image-container img.object-contain{object-fit:contain;padding:10px}.product-card:hover .product-image-container img{transform:scale(1.04)}.product-badge-container{position:absolute;top:8px;left:8px;z-index:10}.zap-badge{background-color:#fff;color:#7a14ac;border:1px solid rgba(241,245,249,.8);font-size:.5625rem;font-weight:900;padding:.2rem .5rem;border-radius:.375rem;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 6px #0000000f;display:inline-flex;align-items:center;gap:3px}.zap-badge-icon{fill:#7a14ac;color:#7a14ac;animation:bounce 1.2s ease-in-out infinite}.bestseller-badge{background-color:#f59e0b;color:#fff;font-size:.5625rem;font-weight:900;padding:.2rem .5rem;border-radius:.375rem;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 6px #f59e0b26}.product-card-action-container{position:absolute;bottom:0;left:50%;transform:translate(-50%,50%);z-index:20;width:68px;height:28px}@media (min-width: 768px){.product-card-action-container{width:76px;height:32px}}.product-add-btn{width:100%;height:100%;background-color:#fff;border:none;color:#ff3f6c;font-weight:900;font-size:.75rem;border-radius:.375rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s cubic-bezier(.2,.8,.2,1);box-shadow:0 3px 8px #0000001f,0 1px 3px #0000000a}@media (min-width: 768px){.product-add-btn{font-size:.875rem;border-radius:.5rem}}.product-add-btn:hover{background-color:#fff5f7;transform:scale(1.03);box-shadow:0 4px 12px #00000029,0 2px 4px #0000000f}.product-qty-selector{display:flex;align-items:center;justify-content:space-between;background-color:#fff;color:#ff3f6c;border-radius:.5rem;overflow:hidden;box-shadow:0 3px 8px #0000001f,0 1px 3px #0000000a;height:100%;width:100%}.product-qty-btn{padding:0 .5rem;height:100%;border:none;background:transparent;color:#ff3f6c;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease}.product-qty-btn:hover{background-color:#fff5f7}.product-qty-val{font-size:.8125rem;font-weight:800;width:1.25rem;text-align:center;color:#ff3f6c}.product-info-container{display:flex;flex-direction:column;text-align:left;margin-top:10px}.product-price-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.price-badge{background-color:#0c8346;color:#fff;font-size:.75rem;font-weight:800;padding:2px 6px;border-radius:.375rem;display:inline-block;line-height:1.2}.original-price{text-decoration:line-through;color:#94a3b8;font-size:.75rem;font-weight:600;margin-left:2px}.discount-off{color:#0c8346;font-weight:800;font-size:.6875rem;margin-top:2px}.product-title{font-size:.75rem;font-weight:700;color:#1e293b;line-height:1.3;margin-top:6px;height:2.6em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (min-width: 768px){.product-title{font-size:.8125rem;margin-top:4px;height:2.7em;line-height:1.35}}.product-unit{font-size:.625rem;color:#64748b;margin-top:1px}@media (min-width: 768px){.product-unit{font-size:.6875rem;margin-top:2px}}.product-special-tag-container{margin-top:6px;height:18px}.product-special-tag{font-size:.5625rem;font-weight:800;color:#0284c7;background-color:#f0f9ff;padding:2px 6px;border-radius:4px;width:fit-content;text-transform:uppercase;letter-spacing:.02em;border:1px solid rgba(2,132,199,.15);display:inline-block}.product-rating-line{font-size:.625rem;font-weight:700;color:#64748b;margin-top:6px;display:flex;align-items:center;gap:2px;height:18px}.max-w-sm{max-width:24rem}.max-w-lg{max-width:32rem}.bg-black\/50{background-color:#00000080}.bg-black\/60{background-color:#0009}.backdrop-blur-xs{backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.animate-fade-in{animation:fadeInModal .2s ease-out forwards}@keyframes fadeInModal{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.category-grid-arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:#000;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:20;transition:all .2s cubic-bezier(.4,0,.2,1)}.category-grid-arrow:hover{transform:translateY(-50%) scale(1.1);background-color:#1e293b}.category-grid-arrow:active{transform:translateY(-50%) scale(.95)}.category-grid-arrow.left{left:8px}.category-grid-arrow.right{right:8px}.category-carousel-wrapper{position:relative;width:100%}.category-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background-color:#fff;border:1px solid #e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001f;cursor:pointer;z-index:30;transition:all .25s cubic-bezier(.4,0,.2,1);color:#334155;opacity:0;pointer-events:none}.category-carousel-arrow.active{opacity:.95;pointer-events:auto}.category-carousel-arrow.active:hover{opacity:1}.category-carousel-arrow:hover{background-color:#fff;color:#ff3f6c;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 16px #00000029;border-color:#ff3f6c33}.category-carousel-arrow:active{transform:translateY(-50%) scale(.95)}.category-carousel-arrow.left{left:-22px}.category-carousel-arrow.right{right:-22px}.header-cart-badge{position:absolute;top:-6px;right:-8px;background-color:#ff3f6c;color:#fff;font-size:8px;font-weight:900;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff;box-shadow:0 1px 3px #0000001a;z-index:10}.text-gray-750{color:#475569}.border-white{border-color:#fff}.sticky-subheader{position:sticky;top:109px;z-index:40;background-color:#fff;border-bottom:1px solid var(--border-color);padding-top:.625rem;padding-bottom:.625rem}@media (min-width: 768px){.sticky-subheader{top:61px}}.category-product-item{width:155px;flex-shrink:0}@media (min-width: 768px){.category-product-item{width:220px}}@media (max-width: 767px){.category-carousel-arrow,.category-grid-arrow{display:none!important}}.header-address{max-width:80px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width: 360px){.header-address{max-width:110px}}@media (min-width: 768px){.header-address{max-width:180px}}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.overflow-x-auto{overflow-x:auto;-webkit-overflow-scrolling:touch}.w-auto{width:auto}.h-7{height:1.75rem}.header-logo{height:32px;width:auto;max-width:130px;object-fit:contain;display:block}.header-hamburger{display:flex;align-items:center;justify-content:center;padding:.375rem;margin-right:.25rem;color:#374151;cursor:pointer;background:transparent;border:none;border-radius:.375rem;transition:all .15s ease}.header-hamburger:hover{color:var(--color-primary);background-color:#f3f4f6}@media (min-width: 768px){.header-logo{height:40px;max-width:180px}.header-hamburger{display:none!important}}@keyframes slideUpModal{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes zoomInModal{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.product-detail-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;justify-content:center;align-items:flex-end;padding:0;animation:fadeInModal .2s ease-out forwards}@media (min-width: 768px){.product-detail-modal-overlay{align-items:center;padding:1rem}}.product-detail-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000073;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.product-detail-modal-container{position:relative;background-color:#fff;width:100%;z-index:210;display:flex;flex-direction:column;text-align:left;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;height:auto;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;animation:slideUpModal .25s cubic-bezier(.16,1,.3,1) forwards}@media (min-width: 768px){.product-detail-modal-container{max-width:448px;border-radius:1.5rem;max-height:85vh;animation:zoomInModal .25s cubic-bezier(.16,1,.3,1) forwards}}.product-detail-image-box{position:relative;width:100%;height:240px;display:flex;align-items:center;justify-content:center;background-color:#fafbfc;border-radius:1rem;overflow:hidden;-webkit-user-select:none;user-select:none;border:1px solid #f1f5f9}@media (min-width: 768px){.product-detail-image-box{height:280px}}.variants-row-container{display:flex;flex-direction:row;gap:.75rem;overflow-x:auto;padding-bottom:.5rem;margin-top:1rem;scrollbar-width:none}.variants-row-container::-webkit-scrollbar{display:none}.variant-card{display:flex;flex-direction:column;justify-content:space-between;padding:.875rem;border-radius:1rem;border:2px solid #e2e8f0;background-color:#fff;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);min-width:95px;flex:1;text-align:left;box-sizing:border-box;min-height:125px}.variant-card:hover{border-color:#cbd5e1}.variant-card.selected{border-color:#0052fe;background-color:#fff;box-shadow:0 4px 12px #0052fe0d}.variant-add-btn{width:100%;padding:.35rem 0;background-color:#0052fe;color:#fff;font-weight:800;font-size:.6875rem;border-radius:.5rem;border:none;cursor:pointer;text-align:center;margin-top:.75rem;transition:all .15s ease}.variant-add-btn:hover{background-color:#0047df}.variant-qty-selector{display:flex;align-items:center;justify-content:space-between;width:100%;background-color:#0052fe;color:#fff;border-radius:.5rem;padding:.15rem .25rem;margin-top:.75rem;box-sizing:border-box}.variant-qty-btn{background:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.2rem;transition:opacity .15s ease}.variant-qty-btn:hover{opacity:.8}.variant-qty-val{font-size:.6875rem;font-weight:800;min-width:12px;text-align:center}.discount-tag-badge{font-size:8px;background-color:#f0fdf4;color:#15803d;font-weight:800;padding:2px 6px;border-radius:4px;margin-top:2px;display:inline-block}.offer-tag-container{border:1px dashed rgba(0,82,254,.25);background-color:#0052fe03;border-radius:1rem;padding:.875rem;display:flex;align-items:center;justify-content:space-between;text-align:left;margin-top:1.25rem}.product-unit-badge-interactive{display:inline-flex;align-items:center;font-size:.6875rem;font-weight:800;color:#0052fe;background-color:#0052fe0d;border:1px solid rgba(0,82,254,.15);padding:.15rem .45rem;border-radius:.5rem;cursor:pointer;transition:all .15s ease;line-height:1}.product-unit-badge-interactive:hover{background-color:#0052fe1a;border-color:#0052fe40}
