@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@500;600;700;800&display=swap";:root{--primary:#7c83fd;--primary-hover:#6366f1;--primary-light:#edeeff;--secondary:#b8bcff;--background:#f8f9ff;--text-main:#1f2937;--text-secondary:#6b7280;--success:#22c55e;--warning:#f59e0b;--lost:#ef4444;--white:#fff;--border:#e5e7eb;--font-primary:"Poppins", sans-serif;--font-secondary:"Inter", sans-serif;--max-width:1140px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-secondary);background-color:var(--white);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);color:var(--text-main);line-height:1.2}p{color:var(--text-secondary);font-size:16px;line-height:1.7}a{color:inherit;text-decoration:none;transition:color .2s}img{max-width:100%;height:auto;display:block}ul{padding:0;list-style:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}.section{padding:80px 0;position:relative}.btn{height:48px;font-family:var(--font-primary);cursor:pointer;white-space:nowrap;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 28px;font-size:15px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background-color:var(--primary);color:var(--white)}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 24px #7c83fd59}.btn-outline{color:var(--text-main);border:2px solid var(--border);background-color:#0000}.btn-outline:hover{border-color:var(--primary);color:var(--primary);background-color:var(--primary-light)}.card{background-color:var(--white);border:1px solid #f0f0f5;border-radius:20px;padding:32px 24px;transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #7c83fd1a}.section-label{text-transform:uppercase;color:var(--primary);letter-spacing:1.5px;background-color:var(--primary-light);border-radius:999px;margin-bottom:12px;padding:6px 16px;font-size:12px;font-weight:700;display:inline-block}.header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #0000000d;padding:16px 0;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;display:flex}.header-logo{height:36px}.header-nav{align-items:center;gap:32px;display:none}.header-nav a{color:var(--text-secondary);font-size:14px;font-weight:500;transition:color .2s}.header-nav a:hover{color:var(--primary)}.header-cta{align-items:center;gap:16px;display:flex}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:flex}.hamburger span{background-color:var(--text-main);border-radius:2px;width:24px;height:2px;transition:all .3s}.mobile-menu{background:var(--white);z-index:200;flex-direction:column;justify-content:center;align-items:center;gap:32px;display:flex;position:fixed;inset:0}.mobile-menu a{font-size:20px;font-weight:600;font-family:var(--font-primary);color:var(--text-main)}.mobile-menu-close{cursor:pointer;color:var(--text-main);background:0 0;border:none;font-size:28px;position:absolute;top:20px;right:24px}.hero{background:var(--white);align-items:stretch;min-height:calc(100vh - 69px);padding:30px 0 0;display:flex;position:relative;overflow:hidden}.hero>.container{flex-direction:column;width:100%;display:flex}.hero-grid{flex:1;grid-template-columns:1fr;align-items:stretch;gap:40px;display:grid}.hero-text{flex-direction:column;justify-content:center;padding-bottom:30px;display:flex}.hero-badge{background-color:var(--primary-light);color:var(--primary);border-radius:999px;align-items:center;gap:6px;width:fit-content;margin-bottom:24px;padding:8px 16px;font-size:13px;font-weight:600;display:inline-flex}.hero h1{letter-spacing:-.5px;margin-bottom:20px;font-size:36px;font-weight:800;line-height:1.15}.hero h1 span{color:var(--primary);font-style:italic}.hero-desc{color:var(--text-secondary);max-width:440px;margin-bottom:32px;font-size:15px;line-height:1.7}.hero-buttons{flex-wrap:wrap;gap:12px;margin-bottom:28px;display:flex}.hero-checks{flex-wrap:wrap;gap:20px;display:flex}.hero-check{color:var(--text-secondary);align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}.hero-check svg{color:var(--primary);flex-shrink:0}.hero-visual{justify-content:center;align-items:flex-end;min-height:400px;display:flex;position:relative}.hero-circle{z-index:0;background:#dfdaff;border-radius:50%;width:480px;height:480px;position:absolute;bottom:-30px;left:50%;transform:translate(-50%)}.hero-dog-img{z-index:2;object-fit:contain;width:100%;max-width:520px;height:auto;margin:0 auto;display:block;position:relative}.paw-deco{pointer-events:none}.profile-card{background:var(--white);z-index:10;border-radius:20px;flex-direction:column;width:280px;display:flex;position:absolute;top:auto;bottom:110px;right:-30px;overflow:hidden;box-shadow:0 20px 60px #0000001f}.profile-card-top{background:var(--primary);text-align:center;flex-direction:column;align-items:center;padding:32px 20px 48px;display:flex;position:relative}.profile-card-badge{color:var(--white);text-transform:uppercase;background:#fff3;border-radius:999px;align-items:center;gap:6px;margin-bottom:16px;padding:4px 12px;font-size:10px;font-weight:800;display:flex}.profile-card-title{color:var(--white);margin:0;font-size:22px;font-weight:800}.profile-card-subtitle{color:#ffffffe6;margin:0;font-size:12px;line-height:1.4}.profile-card-avatar-wrapper{z-index:2;justify-content:center;margin-top:-36px;display:flex;position:relative}.profile-card-avatar{object-fit:cover;border:4px solid var(--white);border-radius:50%;width:90px;height:90px;box-shadow:0 4px 12px #7c83fd66}.profile-card-bottom{background:var(--white);flex-direction:column;gap:16px;padding:24px 20px;display:flex}.profile-card-contact-title{color:var(--text-main);margin:0 0 4px;font-size:15px;font-weight:800}.profile-card-btn{width:100%;font-size:13px;font-weight:700;font-family:var(--font-primary);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:14px;transition:all .3s;display:flex}.profile-card-btn.primary{background:var(--primary);color:var(--white)}.profile-card-btn.primary:hover{background:var(--primary-hover);transform:translateY(-1px)}.profile-card-btn-row{gap:8px;display:flex}.profile-card-btn.whatsapp{color:#059669;background:#ecfdf5;flex:1}.profile-card-btn.whatsapp:hover{background:#d1fae5}.profile-card-btn.location{color:#4b5563;background:#f3f4f6;flex:1}.profile-card-btn.location:hover{background:#e5e7eb}.benefits{background:var(--white);position:relative}.benefits-grid{grid-template-columns:1fr;gap:20px;display:grid}.benefit-card{text-align:center;background:var(--white);border:1px solid #f0f0f5;border-radius:20px;padding:32px 20px;transition:all .3s}.benefit-card:hover{border-color:var(--secondary);transform:translateY(-4px);box-shadow:0 12px 32px #7c83fd1a}.benefit-icon{background:var(--primary-light);border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex}.benefit-icon svg{color:var(--primary)}.benefit-card h3{margin-bottom:8px;font-size:17px;font-weight:700}.benefit-card p{font-size:14px;line-height:1.6}.how-it-works{background:var(--background);position:relative}.steps-grid{grid-template-columns:1fr;gap:40px;display:grid;position:relative}.step-item{text-align:center;z-index:1;position:relative}.step-circle{background:var(--white);border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;margin:0 auto 16px;display:flex;position:relative;box-shadow:0 8px 24px #7c83fd26}.step-image-container{border-radius:50%;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.step-image{object-fit:cover;width:100%;height:100%}.step-item:nth-child(3) .step-circle{background-color:var(--secondary)}.step-number{background:var(--primary);width:32px;height:32px;color:var(--white);font-size:14px;font-weight:700;font-family:var(--font-primary);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:-4px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #7c83fd4d}.step-item h3{margin-bottom:8px;font-size:17px;font-weight:700}.step-item p{max-width:220px;margin:0 auto;font-size:14px}.steps-line{display:none}.product{background:var(--white)}.product-grid{grid-template-columns:1fr;align-items:center;gap:48px;display:grid}.product-features{flex-direction:column;gap:14px;margin-bottom:32px;display:flex}.product-feature{color:var(--text-main);align-items:center;gap:12px;font-size:15px;font-weight:500;display:flex}.product-feature-icon{background:var(--primary-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.product-feature-icon svg{color:var(--primary)}.product-visual{position:relative}.product-visual img{border-radius:24px;width:100%}.water-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--primary);background:#fffffff2;border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:600;display:flex;position:absolute;top:20px;right:20px;box-shadow:0 4px 16px #00000014}.water-badge-dot{background:var(--success);border-radius:50%;width:8px;height:8px}.stats-banner{background:linear-gradient(135deg, var(--primary) 0%, #8b92fa 100%);color:var(--white);text-align:center;z-index:2;border-radius:24px;grid-template-columns:repeat(2,1fr);gap:20px 12px;margin:0 24px;padding:32px 16px;display:grid;position:relative;overflow:hidden}.stats-bg-paw{opacity:.08;pointer-events:none;z-index:0;position:absolute}.stat-item{z-index:1;flex-direction:column;align-items:center;gap:4px;display:flex;position:relative}.stat-header{align-items:center;gap:12px;margin-bottom:4px;display:flex}.stat-number{font-size:26px;font-weight:700;font-family:var(--font-primary);color:var(--white)}.stat-label{opacity:.9;font-size:12px;font-weight:500}.testimonials{background:var(--white)}.testimonials-slider{position:relative}.testimonials-track{grid-template-columns:1fr;gap:20px;display:grid}.testimonial-card{background:var(--white);border:1px solid #f0f0f5;border-radius:20px;flex-direction:column;padding:28px 24px;display:flex}.testimonial-quote-mark{color:var(--primary);margin-bottom:8px;font-family:Georgia,serif;font-size:42px;line-height:1}.testimonial-quote{color:var(--text-main);flex:1;margin-bottom:20px;font-size:14px;line-height:1.7}.testimonial-author{align-items:center;gap:12px;margin-top:auto;display:flex}.testimonial-author img{object-fit:cover;border-radius:50%;width:48px;height:48px}.testimonial-author-name{color:var(--text-main);font-size:14px;font-weight:600}.testimonial-author-loc{color:var(--text-secondary);font-size:12px}.testimonials-nav{justify-content:center;gap:8px;margin-top:32px;display:flex}.testimonials-nav-dot{background:var(--secondary);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.testimonials-nav-dot.active{background:var(--primary);border-radius:4px;width:24px}.slider-arrow{background:var(--white);border:1px solid var(--border);cursor:pointer;z-index:5;width:40px;height:40px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.slider-arrow:hover{background:var(--primary);color:var(--white);border-color:var(--primary)}.slider-arrow-left{left:-20px}.slider-arrow-right{right:-20px}.faq{background:var(--white)}.faq-header{justify-content:space-between;align-items:flex-end;margin-bottom:40px;display:flex}.faq-header h2{margin-bottom:0}.faq-see-all{color:var(--primary);align-items:center;gap:4px;font-size:14px;font-weight:600;display:flex}.faq-grid{grid-template-columns:1fr;gap:12px;display:grid}.faq-item{border:1px solid #f0f0f5;border-radius:16px;transition:border-color .3s,background-color .3s;overflow:hidden}.faq-item.open{border-color:var(--secondary);background:var(--background)}.faq-question{cursor:pointer;text-align:left;width:100%;font-family:var(--font-primary);color:var(--text-main);background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;font-size:14px;font-weight:600;display:flex}.faq-answer{color:var(--text-secondary);padding:0 20px 18px;font-size:14px;line-height:1.7}.footer{background:var(--background);border-top:1px solid #f0f0f5;padding:60px 0 24px}.footer-grid{grid-template-columns:1fr;gap:32px;margin-bottom:40px;display:grid}.footer-brand p{margin-top:8px;margin-bottom:20px;font-size:13px}.footer-social{gap:12px;display:flex}.footer-social a{background:var(--white);border:1px solid var(--border);width:36px;height:36px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.footer-social a:hover{background:var(--primary);border-color:var(--primary);color:var(--white)}.footer-col h4{margin-bottom:16px;font-size:15px;font-weight:700}.footer-col ul{flex-direction:column;gap:10px;display:flex}.footer-col a{color:var(--text-secondary);font-size:13px}.footer-col a:hover{color:var(--primary)}.footer-contact-item{background:var(--white);border:1px solid var(--border);color:var(--primary);border-radius:999px;align-items:center;gap:8px;margin-bottom:8px;padding:8px 16px;font-size:13px;font-weight:500;display:inline-flex}.footer-bottom{text-align:center;color:var(--text-secondary);border-top:1px solid #e5e7eb;padding-top:24px;font-size:12px}@media (width>=480px){.benefits-grid,.faq-grid{grid-template-columns:repeat(2,1fr)}.stats-banner{grid-template-columns:repeat(2,1fr);gap:32px;padding:40px 24px}.stat-number{font-size:32px}.stat-label{font-size:14px}.stat-item:not(:last-child):after{content:"";background:#ffffff40;width:1px;height:70%;position:absolute;top:15%;right:-16px}}@media (width>=768px){.hero h1{font-size:48px}h2{font-size:36px}.hero{padding:60px 0 0}.hero-grid{grid-template-columns:1fr 1fr;gap:24px}.hero-text{padding-bottom:0}.hero-visual{height:100%;min-height:480px}.hero-circle{width:460px;height:460px;bottom:-40px}.hero-dog-img{max-width:480px}.profile-card{top:auto;bottom:80px;right:-20px}.steps-grid{grid-template-columns:repeat(4,1fr);gap:24px}.steps-line{border-top:2px dashed var(--secondary);z-index:0;height:2px;display:block;position:absolute;top:75px;left:15%;right:15%}.product-grid{grid-template-columns:1fr 1.2fr}.testimonials-track{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.5fr}.section{padding:100px 0}.header-nav{display:flex}.hamburger{display:none}.stats-banner{grid-template-columns:repeat(4,1fr);margin:0}}@media (width>=1024px){.hero h1{margin-bottom:16px;font-size:48px}.hero-desc{margin-bottom:24px}.hero-badge{margin-bottom:16px}h2{font-size:42px}.hero{padding:20px 0 0}.hero-grid{gap:24px}.hero-visual{min-height:420px}.hero-circle{width:440px;height:440px;bottom:-20px;transform:translate(calc(-50% - 40px))}.hero-dog-img{max-width:420px;transform:translate(-40px)}.profile-card{width:270px;top:auto;bottom:110px;right:-80px}.product{padding:30px 0}.product-grid{grid-template-columns:1fr 1.3fr;align-items:center;gap:40px}.product-visual img{object-fit:cover;object-position:right center;height:100%;min-height:440px}.benefits-grid{grid-template-columns:repeat(4,1fr)}.section{padding:120px 0}}@media (width<=767px){.slider-arrow{display:none}.hero-visual{flex-direction:column;align-items:center;min-height:auto;margin-bottom:20px}.hero-circle{width:280px;height:280px;top:10px;bottom:auto}.profile-card{z-index:10;width:calc(100% - 40px);max-width:320px;margin:-10px auto 0;position:relative;top:auto;bottom:auto;right:auto}.hero-dog-img{max-width:260px}.header-cta .btn-primary{display:none}.hero h1{font-size:38px;line-height:1.1}}a:focus-visible,button:focus-visible{outline:3px solid var(--primary);outline-offset:2px;border-radius:4px}.btn:focus-visible{border-radius:999px}.storefront-page{padding-bottom:80px}.floating-cart-btn{background:var(--primary,#7c83fd);color:#fff;cursor:pointer;z-index:999;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 10px 25px -5px #7c83fd80}.floating-cart-btn:hover{transform:scale(1.08);box-shadow:0 14px 30px -4px #7c83fd99}.cart-badge-count{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:800;display:flex;position:absolute;top:-4px;right:-4px}.added-to-cart-toast{z-index:1000;color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:10px;padding:12px 20px;font-size:14px;display:flex;position:fixed;bottom:100px;right:28px;box-shadow:0 10px 30px #0000001f}.store-hero-section{padding:40px 0 20px}.store-hero-card{background:linear-gradient(135deg,#f5f3ff 0%,#ede9fe 100%);border:1px solid #7c83fd26;border-radius:28px;justify-content:space-between;align-items:center;gap:40px;padding:48px 56px;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 36px -8px #7c83fd1f}.store-hero-content{z-index:2;flex:1;max-width:580px}.store-hero-badge{color:#6366f1;letter-spacing:.08em;text-transform:uppercase;background:#fff;border-radius:999px;align-items:center;gap:6px;margin-bottom:18px;padding:6px 14px;font-size:12px;font-weight:800;display:inline-flex;box-shadow:0 2px 8px #6366f11f}.store-hero-title{color:#1e1b4b;letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1.15}.store-hero-subtitle{color:#475569;margin-bottom:28px;font-size:clamp(.95rem,1.8vw,1.15rem);line-height:1.6}.btn-store-primary{background:var(--primary,#7c83fd);color:#fff;border-radius:999px;align-items:center;gap:10px;padding:14px 32px;font-size:15px;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 8px 20px -4px #7c83fd66}.btn-store-primary:hover{background:var(--primary-hover,#6366f1);color:#fff;transform:translateY(-2px);box-shadow:0 12px 24px -4px #7c83fd80}.store-hero-image-wrap{flex:1;justify-content:center;align-items:center;max-width:440px;height:340px;display:flex;position:relative}.store-hero-circle-bg{background:radial-gradient(circle,#a78bfa59 0%,#f5f3ff00 70%);border-radius:50%;width:320px;height:320px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.store-hero-img{object-fit:cover;z-index:2;border-radius:24px;width:100%;height:100%;transition:transform .3s;position:relative;box-shadow:0 16px 32px -8px #00000026}.store-hero-card:hover .store-hero-img{transform:scale(1.02)}.store-collections-section{padding:40px 0}.section-header-compact{text-align:center;margin-bottom:28px}.store-section-title{color:#0f172a;margin-bottom:6px;font-size:1.8rem;font-weight:800}.store-section-desc{color:#64748b;margin:0;font-size:.95rem}.store-collections-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.store-collection-card{cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-radius:20px;flex-direction:column;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #0000000a}.store-collection-card:hover{border-color:#e2e8f0;transform:translateY(-4px);box-shadow:0 16px 32px -6px #00000014}.collection-card-img-wrap{background:#f1f5f9;width:100%;height:200px;position:relative;overflow:hidden}.collection-card-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.store-collection-card:hover .collection-card-img{transform:scale(1.06)}.collection-card-content{flex-direction:column;flex:1;padding:20px;display:flex}.collection-card-sub{color:#6366f1;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:.75rem;font-weight:700}.collection-card-title{color:#0f172a;margin-bottom:12px;font-size:1.15rem;font-weight:800}.collection-card-link{color:var(--primary,#7c83fd);align-items:center;gap:4px;margin-top:auto;font-size:.85rem;font-weight:700;transition:gap .2s;display:inline-flex}.store-collection-card:hover .collection-card-link{gap:8px}.store-promoflyer-section{padding:30px 0 40px}.store-promoflyer-card{color:#fff;background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);border-radius:24px;justify-content:space-between;align-items:center;gap:32px;padding:40px 48px;display:flex;overflow:hidden;box-shadow:0 16px 36px -8px #4f46e559}.promoflyer-content{flex:1;max-width:540px}.promoflyer-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fef08a;letter-spacing:.08em;background:#fff3;border-radius:999px;align-items:center;gap:6px;margin-bottom:12px;padding:4px 12px;font-size:11px;font-weight:800;display:inline-flex}.promoflyer-title{color:#fff;margin-bottom:10px;font-size:clamp(1.6rem,3.2vw,2.4rem);font-weight:900;line-height:1.2}.promoflyer-subtitle{color:#ffffffe6;margin-bottom:20px;font-size:.95rem;line-height:1.5}.btn-promoflyer{color:#4f46e5;background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:12px 28px;font-size:14px;font-weight:800;transition:all .2s;display:inline-flex;box-shadow:0 6px 16px #0000001f}.btn-promoflyer:hover{color:#4338ca;background:#f8fafc;transform:translateY(-2px);box-shadow:0 10px 22px #00000029}.promoflyer-img-wrap{justify-content:center;align-items:center;width:280px;height:200px;display:flex}.promoflyer-img{object-fit:cover;border-radius:16px;width:100%;height:100%;box-shadow:0 12px 24px #0003}.store-catalogue-section{padding:40px 0 60px}.catalogue-topbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:24px;display:flex}.catalogue-eyebrow{color:#6366f1;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:800}.catalogue-title{color:#0f172a;margin:2px 0 0;font-size:1.8rem;font-weight:800}.store-search-box{background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:8px;width:100%;max-width:300px;padding:10px 16px;display:flex;box-shadow:0 2px 8px #00000008}.store-search-box input{color:#1e293b;border:none;outline:none;width:100%;font-size:.85rem}.store-category-chips{scrollbar-width:none;gap:10px;margin-bottom:32px;padding-bottom:12px;display:flex;overflow-x:auto}.store-category-chips::-webkit-scrollbar{display:none}.category-chip{color:#475569;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:8px 18px;font-size:.85rem;font-weight:700;transition:all .2s}.category-chip:hover{background:#f8fafc;border-color:#cbd5e1}.category-chip.active{background:var(--primary,#7c83fd);color:#fff;border-color:var(--primary,#7c83fd);box-shadow:0 4px 12px #7c83fd4d}.store-products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:28px;display:grid}.store-product-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 14px #0000000a}.store-product-card:hover{border-color:#e2e8f0;transform:translateY(-4px);box-shadow:0 14px 28px -4px #00000014}.product-card-media{background:#f8fafc;justify-content:center;align-items:center;width:100%;height:210px;display:flex;position:relative;overflow:hidden}.product-card-img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.store-product-card:hover .product-card-img{transform:scale(1.05)}.product-img-fallback{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.product-badge{text-transform:uppercase;letter-spacing:.05em;z-index:2;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:800;position:absolute;top:12px;left:12px}.product-badge.sale{color:#15803d;background:#dcfce7}.product-badge.featured{color:#6366f1;background:#ede9fe}.product-badge.out-of-stock{color:#dc2626;background:#fee2e2}.product-card-body{flex-direction:column;flex:1;padding:18px;display:flex}.product-category-tag{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:.72rem;font-weight:700}.product-title{color:#0f172a;margin:0 0 8px;font-size:1.05rem;font-weight:800;line-height:1.3}.product-rating{align-items:center;gap:6px;margin-bottom:10px;display:flex}.stars-row{align-items:center;gap:2px;display:flex}.rating-text{color:#64748b;font-size:.75rem;font-weight:600}.product-desc{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin-bottom:18px;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.product-card-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:14px;display:flex}.product-price{color:#0f172a;font-size:1.25rem;font-weight:900}.btn-add-cart{background:var(--primary,#7c83fd);color:#fff;cursor:pointer;border:none;border-radius:999px;align-items:center;gap:4px;padding:8px 16px;font-size:.85rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-add-cart:hover{background:var(--primary-hover,#6366f1);transform:translateY(-1px)}.btn-add-cart.disabled{color:#94a3b8;cursor:not-allowed;background:#e2e8f0}.store-empty-products{text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:20px;padding:60px 20px}.store-empty-products h3{color:#1e293b;margin:14px 0 6px;font-size:1.2rem;font-weight:800}.store-empty-products p{color:#64748b;margin-bottom:18px;font-size:.9rem}.btn-store-outline{color:#334155;cursor:pointer;background:0 0;border:1px solid #cbd5e1;border-radius:999px;padding:10px 22px;font-size:.85rem;font-weight:700;display:inline-block}.store-secondary-section{padding:20px 0 40px}.store-secondary-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:40px 48px;box-shadow:0 4px 16px #00000008}.secondary-content{max-width:600px;margin:0 auto}.secondary-title{color:#0f172a;margin-bottom:8px;font-size:1.6rem;font-weight:800}.secondary-subtitle{color:#64748b;margin-bottom:24px;font-size:.95rem}.btn-secondary-cta{color:#fff;background:#0f172a;border-radius:999px;align-items:center;gap:8px;padding:12px 28px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex}.btn-secondary-cta:hover{color:#fff;background:#1e293b;transform:translateY(-2px)}.store-cart-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#0f172a66;justify-content:flex-end;display:flex;position:fixed;inset:0}.store-cart-drawer{background:#fff;flex-direction:column;width:100%;max-width:460px;height:100%;display:flex;overflow-x:hidden;box-shadow:-8px 0 32px #00000026}.cart-drawer-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.cart-header-icon{color:#6366f1;background:#ede9fe;border-radius:10px;justify-content:center;align-items:center;padding:8px;display:flex}.cart-close-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;display:flex}.cart-close-btn:hover{color:#0f172a;background:#f1f5f9}.cart-drawer-body{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;flex:1;padding:16px 20px;overflow:hidden auto}.cart-drawer-body::-webkit-scrollbar{width:5px}.cart-drawer-body::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:4px}.cart-empty-state{text-align:center;padding:60px 20px}.cart-empty-state h4{color:#1e293b;margin:16px 0 6px;font-size:1.1rem;font-weight:800}.cart-empty-state p{color:#64748b;font-size:.85rem}.cart-items-list{flex-direction:column;gap:16px;display:flex}.cart-item-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:12px;padding-bottom:16px;display:flex}.cart-item-info{flex:1}.cart-item-name{color:#0f172a;margin:0 0 4px;font-size:.95rem;font-weight:700}.cart-item-price{color:var(--primary,#7c83fd);font-size:.95rem;font-weight:800}.cart-item-actions{align-items:center;gap:10px;display:flex}.quantity-controls{background:#f1f5f9;border-radius:8px;align-items:center;gap:6px;padding:3px 6px;display:flex}.quantity-controls button{cursor:pointer;color:#334155;background:#fff;border:none;border-radius:4px;justify-content:center;align-items:center;width:22px;height:22px;display:flex;box-shadow:0 1px 3px #0000000f}.quantity-controls span{text-align:center;width:16px;font-size:.85rem;font-weight:700}.btn-remove-item{color:#ef4444;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.cart-upsell-box{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px dashed #93c5fd;border-radius:16px;margin-top:8px;padding:16px}.upsell-badge-icon{color:#fff;background:#3b82f6;border-radius:50%;flex-shrink:0;padding:8px}.upsell-checkbox-label{cursor:pointer;color:#1e40af;align-items:center;gap:8px;font-size:.85rem;font-weight:700;display:flex}.checkout-form-wrap{flex-direction:column;gap:14px;display:flex}.checkout-error-box{color:#dc2626;background:#fee2e2;border-radius:8px;padding:10px 14px;font-size:.8rem;font-weight:600}.checkout-input-group label{color:#334155;margin-bottom:4px;font-size:.8rem;font-weight:700;display:block}.checkout-input-group input{color:#0f172a;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:10px 12px;font-size:.85rem}.checkout-input-group input:focus{outline:2px solid var(--primary,#7c83fd);border-color:#0000}.btn-back-to-cart{color:#64748b;cursor:pointer;text-align:center;background:0 0;border:none;padding:8px 0;font-size:.8rem;font-weight:700}.btn-back-to-cart:hover{color:#0f172a}.cart-drawer-footer{background:#f8fafc;border-top:1px solid #e2e8f0;padding:20px 24px}.cart-summary-row{color:#64748b;justify-content:space-between;margin-bottom:6px;font-size:.85rem;display:flex}.cart-summary-row.upsell{color:#2563eb;font-weight:600}.cart-total-row{color:#0f172a;border-top:1px solid #e2e8f0;justify-content:space-between;margin:10px 0 16px;padding-top:10px;font-size:1.15rem;font-weight:900;display:flex}.btn-checkout-start{background:var(--primary,#7c83fd);color:#fff;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;height:48px;font-size:15px;font-weight:800;display:flex;box-shadow:0 4px 14px #7c83fd66}.btn-checkout-start:hover{background:var(--primary-hover,#6366f1)}.btn-mp-pay{color:#fff;cursor:pointer;background:#009ee3;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;height:48px;font-size:15px;font-weight:800;display:flex;box-shadow:0 4px 14px #009ee359}.btn-mp-pay:hover{background:#0081bb}.store-spinner{border:3px solid #e2e8f0;border-top-color:var(--primary,#7c83fd);border-radius:50%;width:40px;height:40px;margin:0 auto;animation:.8s linear infinite store-spin}@keyframes store-spin{to{transform:rotate(360deg)}}@media (width<=991px){.store-hero-card{text-align:center;flex-direction:column;padding:36px 28px}.store-hero-content{max-width:100%}.store-hero-image-wrap{max-width:320px;height:260px}.store-collections-grid{grid-template-columns:1fr}.store-promoflyer-card{text-align:center;flex-direction:column;padding:32px 24px}.promoflyer-img-wrap{width:100%;max-width:280px;height:180px}}@media (width<=640px){.store-hero-title{font-size:1.8rem}.store-products-grid{grid-template-columns:1fr}.catalogue-topbar{flex-direction:column;align-items:flex-start}.store-search-box{max-width:100%}.store-secondary-card{padding:28px 20px}.store-cart-drawer{max-width:100%}}.quickview-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:999;background:#0f172aa6;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0;overflow-y:auto}.quickview-modal{background:#fff;border-radius:20px;flex-direction:row;width:100%;max-width:820px;max-height:90vh;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.quickview-media-col{background:#f8fafc;border-right:1px solid #e2e8f0;flex:1.1;justify-content:center;align-items:center;min-height:380px;padding:24px;display:flex;position:relative}.quickview-info-col{flex-direction:column;flex:1.2;gap:16px;padding:28px;display:flex;overflow-y:auto}.quickview-variants-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:8px;max-height:220px;padding:4px;display:grid;overflow-y:auto}.quickview-variant-chip{cursor:pointer;text-align:left;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;padding:6px 10px;transition:all .15s;display:flex}.quickview-variant-chip:hover{background:#f8fafc;border-color:#cbd5e1}.quickview-variant-chip.active{border-color:var(--primary,#7c83fd);background:#f0f2ff;box-shadow:0 2px 8px #7c83fd26}@media (width<=768px){.quickview-modal{flex-direction:column;max-height:85vh}.quickview-media-col{border-bottom:1px solid #e2e8f0;border-right:none;min-height:220px;padding:16px}.quickview-info-col{padding:20px 16px}.quickview-variants-grid{grid-template-columns:repeat(2,1fr);max-height:180px}}
