.v3-marketplace{max-width:1280px;margin:0 auto;padding:0 .75rem 4rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.v3-hero{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);border-radius:20px;flex-direction:column;min-height:240px;margin:1rem 0;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.v3-hero{min-height:320px;margin:1.25rem 0}}.v3-hero__slide{flex:1;justify-content:space-between;align-items:center;gap:1rem;padding:2rem 1.5rem 1.5rem;animation:.4s cubic-bezier(.22,1,.36,1) v3-fade-slide;display:flex}@keyframes v3-fade-slide{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@media (min-width:768px){.v3-hero__slide{padding:2.5rem 2.5rem 2rem}}.v3-hero__content{color:#fff;flex:1;min-width:0}.v3-hero__brand{text-transform:uppercase;letter-spacing:.15em;color:#a5b4fc;margin:0 0 .5rem;font-size:.72rem;font-weight:700}.v3-hero__title{color:#fff;letter-spacing:-.03em;text-shadow:0 2px 8px #0000004d;margin:0 0 .75rem;font-size:clamp(1.2rem,4vw,2rem);font-weight:800;line-height:1.2}.v3-hero__discount{color:#fbbf24;background:#fbbf241f;border:1px solid #fbbf244d;border-radius:99px;align-items:center;gap:.35rem;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.82rem;font-weight:600;display:inline-flex}.v3-hero__price{color:#a5b4fc;letter-spacing:-.04em;margin:0;font-size:clamp(1.4rem,5vw,2rem);font-weight:800}.v3-hero__image-wrap{flex-shrink:0;justify-content:center;align-items:center;width:clamp(120px,30vw,220px);height:clamp(120px,25vw,200px);display:flex}.v3-hero__image{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 8px 24px #0006);width:100%;height:100%;animation:3s ease-in-out infinite alternate v3-float}@keyframes v3-float{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.v3-hero__image-placeholder{color:#fff3;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.v3-hero__controls{justify-content:center;align-items:center;gap:.75rem;padding:.75rem 1rem 1.25rem;display:flex}.v3-hero__arrow{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.v3-hero__arrow:hover{background:#fff3}.v3-hero__dots{gap:.4rem;display:flex}.v3-hero__dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .25s}.v3-hero__dot.is-active{background:#a5b4fc;border-radius:4px;width:20px}.v3-cat-rail{scrollbar-width:none;-ms-overflow-style:none;gap:.5rem;padding:.75rem 0;display:flex;overflow-x:auto}.v3-cat-rail::-webkit-scrollbar{display:none}.v3-cat-rail__tab{color:#374151;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e5e7eb;border-radius:99px;flex-shrink:0;padding:.5rem 1.1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s}.v3-cat-rail__tab:hover{color:#4f46e5;background:#fafbff;border-color:#a5b4fc}.v3-cat-rail__tab.is-active{color:#fff;background:#6366f1;border-color:#6366f1;box-shadow:0 4px 12px #6366f14d}.v3-section{margin:1.5rem 0}.v3-section__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.v3-section__title{color:#1a1a2e;letter-spacing:-.02em;align-items:center;gap:.45rem;margin:0;font-size:1.1rem;font-weight:800;display:flex}.v3-section__title svg{color:#6366f1}.v3-section__scroll{scrollbar-width:none;-ms-overflow-style:none;gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.v3-section__scroll::-webkit-scrollbar{display:none}.v3-section__scroll .v3-pcard{flex-shrink:0;min-width:180px;max-width:200px}@media (min-width:640px){.v3-section__scroll .v3-pcard{min-width:200px;max-width:220px}}.v3-section__grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (min-width:480px){.v3-section__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.v3-section__grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.v3-section__grid{grid-template-columns:repeat(5,1fr)}}.v3-pcard{cursor:pointer;background:#fff;border:1px solid #00000012;border-radius:16px;flex-direction:column;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s;display:flex;position:relative;overflow:hidden}.v3-pcard:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a,0 0 0 1px #6366f11a}.v3-pcard__image-wrap{background:#f7f8fb;width:100%;padding-top:100%;position:relative;overflow:hidden}.v3-pcard__image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .35s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.v3-pcard:hover .v3-pcard__image{transform:scale(1.06)}.v3-pcard__image-placeholder{color:#cbd5e1;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.v3-pcard__badges{z-index:2;flex-direction:column;gap:.3rem;display:flex;position:absolute;top:.5rem;left:.5rem}.v3-pcard__badge{text-transform:uppercase;letter-spacing:.06em;border-radius:4px;padding:.2rem .5rem;font-size:.68rem;font-weight:800}.v3-pcard__badge--discount{color:#fff;background:#ef4444}.v3-pcard__badge--oos{color:#fff;background:#6b7280}.v3-pcard__badge--prebook{color:#fff;background:#8b5cf6}.v3-pcard__wish{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#9ca3af;cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex;position:absolute;top:.5rem;right:.5rem;box-shadow:0 2px 8px #0000001a}.v3-pcard__wish:hover,.v3-pcard__wish.is-liked{color:#ef4444;background:#fff}.v3-pcard__body{flex-direction:column;flex:1;gap:.3rem;padding:.75rem;display:flex}.v3-pcard__brand{text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;margin:0;font-size:.68rem;font-weight:700}.v3-pcard__title{color:#1a1a2e;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.88rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.v3-pcard__pricing{align-items:baseline;gap:.4rem;margin-top:.2rem;display:flex}.v3-pcard__price{color:#1a1a2e;letter-spacing:-.03em;font-size:1rem;font-weight:800}.v3-pcard__mrp{color:#9ca3af;font-size:.78rem;text-decoration:line-through}.v3-pcard__add{cursor:pointer;color:#1a1a2e;background:#f1f5f9;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.35rem;width:100%;margin-top:auto;padding:.6rem 1rem;font-family:inherit;font-size:.82rem;font-weight:700;transition:all .25s cubic-bezier(.22,1,.36,1);display:flex}.v3-pcard__add:hover:not(:disabled){color:#fff;background:#6366f1;transform:translateY(-1px);box-shadow:0 4px 14px #6366f159}.v3-pcard__add.is-adding{color:#fff;background:#10b981;transform:scale(.97)}.v3-pcard__add.is-oos{color:#9ca3af;cursor:not-allowed;background:#f3f4f6}.v3-pcard__add-tick{align-items:center;gap:.3rem;font-weight:700;display:flex}
