.shop-boot{background:#f6f6f4;min-height:100vh}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-orange:#ff6b35;--primary-orange-dark:#e55a2b;--primary-orange-light:#ff8c5a;--secondary-orange:#ff9500;--accent-orange:#ffb347;--gradient-primary:linear-gradient(135deg,#ff6b35,#ff9500);--gradient-secondary:linear-gradient(135deg,#ff9500,#ffb347);--gradient-text:linear-gradient(135deg,#ff6b35,#ff9500);--dark-bg:#1a1a1a;--dark-card:#2a2a2a;--light-bg:#fafafa;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}body{background:#fff;background:var(--white);color:#1f2937;color:var(--gray-800);direction:ltr;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;text-align:left}.landing-container{min-height:100vh;overflow-x:hidden}.container{margin:0 auto;max-width:1280px;padding:0 20px}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff6b35,#ff9500);background:var(--gradient-text);-webkit-background-clip:text;background-clip:text}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--gray-100);position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.nav{justify-content:space-between;margin:0 auto;max-width:1000px;padding:.75rem 1.5rem}.nav,.nav-brand{align-items:center;display:flex}.nav-brand{gap:.5rem}.nav-brand h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff6b35,#ff9500);background:var(--gradient-text);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.brand-tagline{background:linear-gradient(135deg,#ff6b35,#ff9500);background:var(--gradient-primary);border-radius:4px;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .5rem}.nav-links{align-items:center;display:flex;gap:1.5rem}.nav-links a{color:#374151;color:var(--gray-700);font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#ff6b35;color:var(--primary-orange)}.nav-links a:after{background:linear-gradient(135deg,#ff6b35,#ff9500);background:var(--gradient-primary);bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links a:hover:after{width:100%}.nav-articles{position:relative}.nav-articles__trigger{align-items:center;background:none;border:none;color:#374151;color:var(--gray-700);cursor:pointer;display:inline-flex;font-family:inherit;font-size:inherit;font-weight:500;gap:.25rem;padding:0;position:relative;text-decoration:none}.nav-articles__trigger:after{display:none!important}.nav-articles.is-open .nav-articles__trigger,.nav-articles__trigger:hover{color:#ff6b35;color:var(--primary-orange)}.nav-articles__panel{background:#0000;border:none;box-shadow:none;left:50%;opacity:0;padding:12px 0 0;pointer-events:none;position:absolute;top:100%;transform:translateX(-50%) translateY(6px);transition:opacity .18s ease,transform .18s ease;width:min(420px,calc(100vw - 32px));z-index:1100}.nav-articles.is-open .nav-articles__panel,.nav-articles:hover .nav-articles__panel{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}.nav-articles__panel-inner{background:#fff;border:1px solid #f3f4f6;border:1px solid var(--gray-100);border-radius:16px;box-shadow:0 18px 40px #1118271f;padding:.55rem}.nav-articles__item{border-radius:12px;color:#1f2937;color:var(--gray-800);display:block;padding:.85rem .95rem;text-decoration:none!important}.nav-articles__item:after{display:none!important}.nav-articles__item:hover{background:#fff7ed;color:#111827;color:var(--gray-900)}.nav-articles__item strong{color:#111827;color:var(--gray-900);display:block;font-size:.98rem;margin-bottom:.2rem}.nav-articles__item span{color:#6b7280;color:var(--gray-500);display:block;font-size:.82rem;font-weight:400;line-height:1.45}.nav-cta{align-items:center;display:flex;gap:.6rem}.desktop-only{display:inline-flex}.btn-nav{background:linear-gradient(135deg,#ff6b35,#ff9500);background:var(--gradient-primary);border:none;border-radius:6px;box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.6rem 1.2rem;transition:all .3s ease}.btn-nav:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);transform:translateY(-2px)}.hero{align-items:center;background:linear-gradient(135deg,#fff5f0,#fff8f5);display:flex;min-height:90vh;overflow:hidden;padding:120px 1.5rem 80px;position:relative}.hero-background{opacity:.1}.hero-background,.hero-pattern{bottom:0;left:0;position:absolute;right:0;top:0}.hero-pattern{animation:float 20s ease-in-out infinite;background-image:radial-gradient(circle at 25% 25%,#ff6b35 2px,#0000 0),radial-gradient(circle at 75% 75%,#ff9500 1px,#0000 0);background-image:radial-gradient(circle at 25% 25%,var(--primary-orange) 2px,#0000 2px),radial-gradient(circle at 75% 75%,var(--secondary-orange) 1px,#0000 1px);background-size:50px 50px}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(1deg)}}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1000px;position:relative;z-index:2}.hero-badge{align-items:center;background:#ff6b351a;border:1px solid #ff6b3533;border-radius:50px;color:#ff6b35;color:var(--primary-orange);display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem}.hero-title{color:#111827;color:var(--gray-900);font-size:3rem;font-weight:800;line-height:1.1;margin-bottom:1.2rem}.hero-subtitle{color:#4b5563;color:var(--gray-600);font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.hero-stats{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:2rem}.stat-item{align-items:center;display:flex;flex-direction:column;min-width:120px;text-align:center}.stat-number{color:#ff6b35;color:var(--primary-orange);display:block;font-size:1.5rem;font-weight:700;line-height:1;margin-bottom:.5rem}.stat-label{color:#6b7280;color:var(--gray-500);font-size:.875rem;line-height:1.2}.hero-buttons{display:flex;gap:1rem;margin-bottom:2rem}.btn-outline,.btn-primary,.btn-secondary{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;overflow:hidden;padding:.8rem 1.6rem;position:relative;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#ff6b35,#ff9500);background:var(--gradient-primary);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);color:#fff}.btn-primary:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl);transform:translateY(-3px)}.btn-primary.large{font-size:1rem;padding:1rem 2rem}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #e5e7eb;border:1px solid var(--gray-200);color:#374151;color:var(--gray-700)}.btn-secondary:hover{background:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-secondary-cta{background:#0000;border:2px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.8rem 1.6rem;transition:all .3s ease}.btn-secondary-cta:hover{background:#ffffff1a;border-color:#ffffff80}.btn-outline{background:#0000;border:2px solid #ff6b35;border:2px solid var(--primary-orange);color:#ff6b35;color:var(--primary-orange)}.btn-outline:hover{background:#ff6b35;background:var(--primary-orange);color:#fff;transform:translateY(-2px)}.hero-trust{color:#6b7280;color:var(--gray-500);font-size:.875rem;font-style:italic}.hero-after-line{background:linear-gradient(90deg,#0000,#ff6b3573,#ff950080,#ff6b3573,#0000);flex-shrink:0;height:4px;width:100%}.dashboard-preview{background:#fff;border:1px solid #f3f4f6;border:1px solid var(--gray-100);border-radius:20px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl);overflow:hidden;transform:perspective(1000px) rotateY(-8deg) rotateX(5deg);transition:transform .3s ease}.dashboard-preview:hover{transform:perspective(1000px) rotateY(-5deg) rotateX(2deg)}.preview-header{align-items:center;background:#f9fafb;background:var(--gray-50);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);display:flex;justify-content:space-between;padding:1rem 1.5rem}.preview-dots{display:flex;gap:.5rem}.preview-dots span{background:#d1d5db;background:var(--gray-300);border-radius:50%;height:12px;width:12px}.preview-dots span:first-child{background:#ff5f57}.preview-dots span:nth-child(2){background:#ffbd2e}.preview-dots span:last-child{background:#28ca42}.preview-title{color:#374151;color:var(--gray-700);font-size:.875rem;font-weight:600}.preview-content{display:flex;height:400px}.preview-sidebar{background:#111827;background:var(--gray-900);padding:1.5rem;width:240px}.sidebar-item{align-items:center;border-radius:8px;color:#9ca3af;color:var(--gray-400);cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;margin-bottom:.5rem;padding:.75rem;transition:all .3s ease}.sidebar-item:hover{background:#ffffff0d;color:#d1d5db;color:var(--gray-300)}.sidebar-item.active{background:linear-gradient(135deg,#ff6b35,#ff9500);background:var(--gradient-primary);color:#fff}.sidebar-icon{font-size:1rem}.preview-main{background:#f9fafb;background:var(--gray-50);flex:1 1;padding:2rem}.preview-header-main{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.preview-header-main h3{color:#111827;color:var(--gray-900);font-size:1.25rem;font-weight:600}.preview-period{background:linear-gradient(135deg,#ff6b35,#ff9500);background:var(--gradient-primary);border-radius:20px;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.chart-placeholder{background:#fff;border-radius:12px;box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);height:200px;justify-content:center;margin-bottom:1.5rem;padding:1rem}.chart-bars,.chart-placeholder{align-items:end;display:flex;gap:.5rem}.chart-bars{height:100%}.bar{background:linear-gradient(135deg,#ff6b35,#ff9500);background:var(--gradient-primary);border-radius:4px 4px 0 0;transition:all .3s ease;width:20px}.bar:hover{opacity:.8}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.stat-card{background:#fff;border-radius:12px;box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);padding:1.5rem;text-align:center;transition:transform .3s ease}.stat-card:hover{transform:translateY(-2px)}.stat-card-icon{font-size:1.5rem;margin-bottom:.5rem}.stat-card-value{color:#111827;color:var(--gray-900);font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.stat-card-label{color:#6b7280;color:var(--gray-500);font-size:.75rem}.section-header{margin-bottom:4rem;text-align:center}.section-badge{background:#ff6b351a;border-radius:50px;color:#ff6b35;color:var(--primary-orange);display:inline-block;font-size:.875rem;font-weight:600;margin-bottom:1rem;padding:.5rem 1rem}.section-title{color:#111827;color:var(--gray-900);font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:.8rem}.section-subtitle{color:#4b5563;color:var(--gray-600);font-size:1rem;margin:0 auto;max-width:600px}.features{background:#f9fafb;background:var(--gray-50);padding:80px 0}.features-section__header{align-items:center;display:flex;flex-direction:column;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:900px;text-align:center}.features-section__badge{margin-bottom:1.5rem}.features-section__title{align-items:center;color:#1f2937;display:flex;flex-direction:column;font-size:clamp(1.65rem,5.2vw,2.5rem);font-weight:700;gap:.35rem;line-height:1.22;margin-bottom:1.5rem!important;text-align:center;width:100%}.features-section__title-line{display:block;width:100%}.features-section__title-line--accent{font-weight:700}.features-section__subtitle{color:#6b7280;font-size:clamp(.95rem,2.8vw,1rem);line-height:1.65;margin:0 auto;max-width:800px;width:100%}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.feature-card{background:#fff;border:1px solid #f3f4f6;border:1px solid var(--gray-100);border-radius:16px;box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.feature-card:before{background:linear-gradient(135deg,#ff6b35,#ff9500);background:var(--gradient-primary);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl);transform:translateY(-8px)}.feature-icon{align-items:center;background:linear-gradient(135deg,#ff6b35,#ff9500);background:var(--gradient-primary);border-radius:16px;color:#fff;display:flex;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.feature-card h3{color:#111827;color:var(--gray-900);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.feature-card p{color:#4b5563;color:var(--gray-600);line-height:1.6;margin-bottom:1.5rem}.feature-list{display:flex;flex-direction:column;gap:.5rem}.feature-list span{color:#6b7280;color:var(--gray-500);font-size:.875rem}.benefits{background:#fff;padding:80px 0}.benefits-content{grid-gap:6rem;align-items:center;display:grid;gap:6rem;grid-template-columns:1.5fr 1fr}.benefits-main-title{color:#111827;color:var(--gray-900);font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.benefits-intro{color:#4b5563;color:var(--gray-600);font-size:1.125rem;line-height:1.6;margin-bottom:2.5rem}.benefits-list{display:flex;flex-direction:column;gap:2rem}.benefit-item{align-items:flex-start;display:flex;gap:1rem}.benefit-icon{flex-shrink:0;font-size:2rem}.benefit-content h4{color:#111827;color:var(--gray-900);font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.benefit-content p{color:#4b5563;color:var(--gray-600);line-height:1.6}h4.benefit-item-title{color:#111827;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}p.benefit-item-text{color:#6b7280;font-size:.9rem;line-height:1.5;margin:0}.benefits-visual{position:relative}.benefits-card{background:#fff;border:1px solid #f3f4f6;border:1px solid var(--gray-100);border-radius:20px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl);padding:2rem}.benefits-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.benefits-card-header h3{color:#111827;color:var(--gray-900);font-size:1.25rem;font-weight:700}.benefits-period{background:linear-gradient(135deg,#ff6b35,#ff9500);background:var(--gradient-primary);border-radius:20px;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.benefits-stats{display:flex;flex-direction:column;gap:1.5rem}.benefit-stat{position:relative}.benefit-stat-number{color:#ff6b35;color:var(--primary-orange);font-size:2rem;font-weight:800;margin-bottom:.25rem}.benefit-stat-label{color:#4b5563;color:var(--gray-600);font-size:.875rem;margin-bottom:.5rem}.benefit-stat-bar{background:#e5e7eb;background:var(--gray-200);border-radius:4px;height:8px;overflow:hidden}.benefit-stat-fill{background:linear-gradient(135deg,#ff6b35,#ff9500);background:var(--gradient-primary);border-radius:4px;height:100%;transition:width 1s ease}.growth-map{background:linear-gradient(165deg,#faf8f5,#fff9f5 40%,#f3f6f4);overflow:hidden;padding:88px 0 96px;position:relative}.growth-map__texture{background-image:radial-gradient(circle at 20% 30%,#ff6b350f 0,#0000 45%),radial-gradient(circle at 80% 70%,#ff95000d 0,#0000 40%),linear-gradient(#b4aaa01f 1px,#0000 0),linear-gradient(90deg,#b4aaa01a 1px,#0000 0);background-size:100% 100%,100% 100%,48px 48px,48px 48px;inset:0;opacity:.45;pointer-events:none;position:absolute}.growth-map__inner{position:relative;z-index:1}.growth-map__intro{margin:0 auto 3rem;max-width:720px;text-align:center}.growth-map__intro .section-badge{margin-bottom:1rem}.growth-map__title{color:#111827;color:var(--gray-900);font-size:2rem;font-weight:700;line-height:1.25;margin-bottom:1rem}.growth-map__lede{color:#4b5563;color:var(--gray-600);font-size:1.05rem;line-height:1.65;margin:0 0 1rem}.growth-map__tagline{color:#ff6b35;color:var(--primary-orange);font-size:.95rem;font-weight:600;line-height:1.5;margin:0}.growth-map__route{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;gap:.25rem;justify-content:center;margin:0 auto;max-width:1100px;padding:2.5rem .5rem 1rem;position:relative}.growth-map__route-line{border-top:3px dashed #ff6b3559;height:0;left:8%;position:absolute;right:8%;top:calc(2.5rem + 26px);z-index:0}.growth-map__stop{flex:1 1;max-width:300px;min-width:0;position:relative;text-align:center;z-index:1}.growth-map__pin-col,.growth-map__stop{align-items:center;display:flex;flex-direction:column}.growth-map__pin-col{margin-bottom:1rem}.growth-map__pin{align-items:center;background:linear-gradient(135deg,#ff6b35,#ff9500);background:var(--gradient-primary);border:4px solid #fff;border-radius:50%;box-shadow:0 6px 20px #ff6b3559,0 0 0 1px #ff6b3526;color:#fff;display:flex;font-size:1.15rem;font-weight:800;height:52px;justify-content:center;width:52px}.growth-map__pin--goal{box-shadow:0 8px 28px #ff6b3573,0 0 0 2px #ff950066}.growth-map__pin-caption{color:#6b7280;color:var(--gray-500);font-size:.72rem;font-weight:700;letter-spacing:.06em;margin-top:.5rem;text-transform:uppercase}.growth-map__stop-card{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);padding:1.15rem 1.1rem 1.25rem;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;width:100%}.growth-map__stop-card:hover{border-color:#ff6b3540;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl);transform:translateY(-4px)}.growth-map__stop-card--goal{background:linear-gradient(180deg,#fff,#fffaf7);border-color:#ff6b3559}.growth-map__plan-pill{background:#ff6b351a;border-radius:6px;color:#ff6b35;color:var(--primary-orange);display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.04em;margin-bottom:.5rem;padding:.3rem .55rem;text-transform:uppercase}.growth-map__stop-title{color:#111827;color:var(--gray-900);font-size:1.2rem;font-weight:700;line-height:1.2;margin:0 0 .5rem}.growth-map__stop-text{color:#4b5563;color:var(--gray-600);font-size:.875rem;line-height:1.55;margin:0}.growth-map__connector{align-self:flex-start;color:#ff6b35;color:var(--primary-orange);flex:0 0 auto;opacity:.85;padding-top:calc(2.5rem + 14px)}.growth-map__connector-svg{display:block}.growth-map__footer-note{color:#6b7280;color:var(--gray-500);font-size:.9rem;font-style:italic;margin:2.5rem auto 0;max-width:520px;text-align:center}.growth-map--rtl .growth-map__connector-svg{transform:scaleX(-1)}@media (max-width:960px){.growth-map__route{align-items:stretch;flex-direction:column;gap:0;padding-top:1rem}.growth-map--rtl .growth-map__route,.growth-map__route{margin-left:0;margin-right:0;padding-left:0;padding-right:0}.growth-map__route-line{border:none;display:none!important;pointer-events:none;visibility:hidden}.growth-map__connector{padding:.5rem 0 .75rem}.growth-map__connector-svg{transform:rotate(90deg)}.growth-map--rtl .growth-map__connector-svg{transform:rotate(90deg) scaleX(-1)}.growth-map__stop{box-sizing:border-box;max-width:none;padding:0 .75rem;width:100%}.growth-map__connector{align-self:center;padding-top:.35rem}.growth-map__intro{margin-bottom:2rem;padding:0 .5rem}.growth-map__title{font-size:clamp(1.35rem,4.5vw,1.85rem)}}.pricing{background:#f9fafb;background:var(--gray-50);padding:100px 0}.pricing-toggle{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}.toggle-switch{height:30px;position:relative;width:60px}.toggle-switch input{height:0;opacity:0;width:0}.toggle-switch label{background:#d1d5db;background:var(--gray-300);border-radius:30px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.toggle-switch label:before{background:#fff;border-radius:50%;bottom:4px;content:"";height:22px;left:4px;position:absolute;transition:.3s;width:22px}.toggle-switch input:checked+label{background:#ff6b35;background:var(--primary-orange)}.toggle-switch input:checked+label:before{transform:translateX(30px)}.discount-badge{background:linear-gradient(135deg,#ff6b35,#ff9500);background:var(--gradient-primary);border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .5rem}.pricing-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto 3rem;max-width:1000px}.pricing-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);padding:2.5rem;position:relative;text-align:center;transition:all .3s ease}.pricing-card:hover{transform:translateY(-8px)}.pricing-card.featured,.pricing-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl)}.pricing-card.featured{border-color:#ff6b35;border-color:var(--primary-orange);transform:scale(1.05)}.popular-badge{background:linear-gradient(135deg,#ff6b35,#ff9500);background:var(--gradient-primary);border-radius:20px;font-size:.875rem;padding:.5rem 1.5rem;top:-15px}.pricing-header{margin-bottom:2rem}.pricing-header h3{color:#111827;color:var(--gray-900);font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.pricing-header p{color:#4b5563;color:var(--gray-600)}.price{align-items:baseline;display:flex;gap:.25rem;justify-content:center;margin-bottom:2rem}.currency{color:#6b7280;color:var(--gray-500);font-size:1rem}.amount{color:#ff6b35;color:var(--primary-orange);font-size:3rem;font-weight:800}.period{color:#6b7280;color:var(--gray-500);font-size:1rem}.features-list{margin-bottom:2rem;text-align:left}.features-list li{align-items:center;color:#374151;color:var(--gray-700);display:flex;gap:.75rem;padding:.75rem 0}.check{color:#ff6b35;color:var(--primary-orange);font-weight:700}.cross{color:#9ca3af;color:var(--gray-400)}.pricing-guarantee{align-items:center;background:#ff6b351a;border-radius:12px;display:flex;gap:1rem;justify-content:center;margin:0 auto;max-width:400px;padding:1rem 2rem}.guarantee-icon{font-size:1.5rem}.guarantee-text{color:#ff6b35;color:var(--primary-orange);font-weight:600}.cta{background:linear-gradient(135deg,#ff6b35,#ff9500);background:var(--gradient-primary);color:#fff;overflow:hidden;padding:100px 0;position:relative}.cta:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='75' cy='75' r='1' fill='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.cta-content{position:relative;text-align:center;z-index:2}.cta-text h2{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.cta-text p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-features{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:3rem}.cta-features span{font-size:.875rem;opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.footer,footer.footer{background:#111827;background:var(--gray-900);color:#fff;padding:80px 0 20px;text-align:left!important}.footer .container,footer.footer .container{margin:0 auto;text-align:left!important}.footer .footer-content,footer.footer .footer-content{grid-gap:3rem;align-items:start!important;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr;justify-items:start!important;margin-bottom:3rem;text-align:left!important}.footer .footer-content>*,footer.footer .footer-content>*{justify-self:start!important;text-align:left!important}.footer-brand{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.footer-brand h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff6b35,#ff9500);background:var(--gradient-text);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.footer-section p{color:#9ca3af;color:var(--gray-400);line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-links a{align-items:center;background:#1f2937;background:var(--gray-800);border-radius:8px;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-links a:hover{background:#ff6b35;background:var(--primary-orange);transform:translateY(-2px)}.footer-section,.footer-section h4{text-align:left!important}.footer-section h4{color:#fff;font-weight:600;margin-bottom:1.5rem}.footer-section ul{list-style:none;text-align:left!important}.footer-section ul li{margin-bottom:.75rem;text-align:left!important}.footer-section a{color:#9ca3af;color:var(--gray-400);text-align:left!important;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#ff6b35;color:var(--primary-orange)}.contact-info,.contact-info p{text-align:left!important}.contact-info p{margin-bottom:.5rem}.footer-bottom,.footer-brand,.footer-brand h3,.footer-section p{text-align:left!important}.footer-bottom{align-items:center;border-top:1px solid #1f2937;border-top:1px solid var(--gray-800);color:#9ca3af;color:var(--gray-400);display:flex;justify-content:space-between;padding-top:2rem}.footer-bottom-left,.footer-bottom-right{text-align:left!important}.footer-bottom-right{display:flex;gap:2rem}.footer-bottom-right a{color:#9ca3af;color:var(--gray-400);text-decoration:none;transition:color .3s ease}.footer-bottom-right a:hover,.mobile-lang-fab{color:#ff6b35;color:var(--primary-orange)}.mobile-lang-fab{align-items:center;background:#fff;border:2px solid #ff6b35;border:2px solid var(--primary-orange);border-radius:8px;bottom:16px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);cursor:pointer;display:none;font-weight:600;height:40px;justify-content:center;min-width:110px;opacity:0;padding:0 14px;position:fixed;right:16px;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease,background .2s ease,color .2s ease;z-index:1100}.mobile-lang-fab.visible{opacity:1;transform:translateY(0)}.mobile-lang-fab:active{transform:translateY(1px) scale(.99)}.mobile-lang-fab:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl)}@media (max-width:1024px){.hero-content{text-align:center}.benefits-content,.hero-content{gap:4rem;grid-template-columns:1fr}.footer .footer-content,footer.footer .footer-content{gap:2.5rem;grid-template-columns:1fr 1fr}.features-grid,.pricing-grid{grid-template-columns:repeat(2,1fr)}.feature-card h3{font-size:1.2rem}.feature-card p{font-size:.9375rem}.features-section__subtitle{font-size:.95rem}.benefits-main-title{font-size:1.85rem}.benefits-intro{font-size:1rem}h4.benefit-item-title{font-size:1.05rem}p.benefit-item-text{font-size:.875rem}.cta-text h2{font-size:2.1rem}.cta-text p{font-size:1.05rem}.cta-features span{font-size:.8125rem}}@media (max-width:768px){.nav-links{display:none}.desktop-only{display:none!important}.nav-cta{gap:.4rem}.nav-cta>button{font-size:.85rem!important}.nav-cta .btn-outline,.nav-cta>button{padding:6px 10px!important}.nav-cta .btn-nav{font-size:.9rem;padding:7px 12px!important}.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.features-grid{gap:1.25rem;grid-template-columns:1fr}.features{padding:64px 0}.features-section__title{gap:.2rem;padding:0 .5rem}.features-section__subtitle{padding:0 .75rem}.feature-card{padding:1.35rem 1.25rem}.feature-card h3{font-size:1.05rem}.feature-card p{font-size:.8125rem;line-height:1.55;margin-bottom:.75rem}.features-section__title{font-size:clamp(1.2rem,5vw,1.55rem)}.features-section__subtitle{font-size:.8125rem;line-height:1.55}.benefits{padding:56px 0}.benefits-main-title{font-size:1.35rem;line-height:1.25;margin-bottom:1rem}.benefits-intro{font-size:.875rem;margin-bottom:1.5rem}h4.benefit-item-title{font-size:.95rem}p.benefit-item-text{font-size:.8125rem;line-height:1.5}.benefit-icon{font-size:1.35rem}.benefits-list{gap:1.35rem}.benefits-card{padding:1.35rem}.benefits-card-header{margin-bottom:1.25rem}.benefits-card-header h3{font-size:1.05rem}.benefits-period{font-size:.65rem;padding:.2rem .55rem}.benefit-stat-number{font-size:1.45rem}.benefit-stat-label{font-size:.75rem}.cta{padding:56px 1rem}.cta-text h2{font-size:1.5rem;line-height:1.25}.cta-text p{font-size:.9rem;line-height:1.5;margin-bottom:1.25rem}.cta-features{gap:.65rem 1rem;margin-bottom:1.75rem}.cta-features span{font-size:.75rem;line-height:1.4}.pricing-grid{grid-template-columns:1fr}.pricing-card.featured{transform:none}.hero-stats{gap:1rem}.cta-buttons,.cta-features,.hero-stats{align-items:center;flex-direction:column}.footer,footer.footer{padding:60px 0 20px}.footer .footer-content,footer.footer .footer-content{gap:2.5rem;grid-template-columns:1fr;margin-bottom:2rem}.footer-section{margin-bottom:1.5rem}.footer-section h4{font-size:1.1rem;margin-bottom:1rem}.footer-section ul li{margin-bottom:.5rem}.footer-brand{margin-bottom:1.5rem}.footer-brand h3{font-size:1.35rem}.footer-section p{font-size:.9rem;margin-bottom:1rem}.social-links{flex-wrap:wrap;gap:.75rem}.social-links a{height:36px;width:36px}.contact-info p{font-size:.9rem;margin-bottom:.75rem}.footer-bottom{flex-direction:column;gap:1rem;padding-top:1.5rem;text-align:left!important}.footer-bottom-left{text-align:left!important;width:100%}.footer-bottom-left p{font-size:.85rem;margin:0}.footer-bottom-right{align-items:flex-start;flex-direction:column;gap:.75rem;text-align:left!important;width:100%}.footer-bottom-right a{font-size:.85rem}.mobile-lang-fab{display:inline-flex}.hero{padding:120px 1rem 80px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:column;width:100%}.btn-primary,.btn-secondary{justify-content:center;width:100%}.container{padding:0 16px}.hero-stats{align-items:stretch;flex-direction:row!important;flex-wrap:nowrap;gap:1.2rem!important;justify-content:space-between}.stat-item{display:flex;flex:1 1;flex-direction:column;height:48px;margin:0 .3rem;min-width:0;padding:0 2px}.stat-number{display:block;font-size:1.1rem;height:24px;line-height:1.4em;margin-bottom:2px;min-height:1.4em;text-align:center}.stat-label{font-size:.7rem;text-align:center}}.hero-content,.nav{margin:0;max-width:100vw;padding-left:64px;padding-right:64px;width:100%}@media (max-width:480px){.nav{align-items:center;display:flex;flex-direction:row;height:76px;padding-left:8px;padding-right:8px}.nav-cta{flex-wrap:wrap;gap:.3rem;justify-content:flex-end}.nav-cta>*{margin-top:4px}.nav-brand h2{font-size:1.35rem}.nav-brand img{max-height:44px}.btn-nav{font-size:1rem;margin-left:auto;margin-top:0;padding:.7rem 1.3rem}}.landing-section-intro{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:2.5rem;text-align:center;width:100%}.landing-section-intro .section-badge{margin-bottom:1rem;margin-left:auto;margin-right:auto}.landing-section-intro .section-title{margin-bottom:1rem;max-width:720px;width:100%}.landing-section-intro .section-title.landing-section-intro__title--multiline{align-items:center;display:flex;flex-direction:column;gap:.35rem;line-height:1.2}.landing-section-intro .section-title.landing-section-intro__title--multiline>span{display:block;text-align:center;width:100%}.landing-section-intro .section-subtitle{margin:0 auto;max-width:720px;text-align:center;width:100%}.website-feature-grid{background:linear-gradient(180deg,#fff,#fff 48%,#fffdfb 72%,#fff8f5);overflow:hidden;padding:56px 0 72px;position:relative}.website-feature-grid:after,.website-feature-grid:before{border-radius:50%;content:"";pointer-events:none;position:absolute;z-index:0}.website-feature-grid:before{animation:catalogBlobFloatA 14s ease-in-out infinite;background:radial-gradient(circle,#fb923c38 0,#fed7aa14 45%,#0000 70%);height:min(420px,90vw);left:-12%;top:-8%;width:min(420px,90vw)}.website-feature-grid:after{animation:catalogBlobFloatB 16s ease-in-out infinite;background:radial-gradient(circle,#f973162e 0,#ffedd51f 50%,#0000 68%);bottom:-10%;height:min(360px,80vw);right:-8%;width:min(360px,80vw)}.website-feature-grid .container{position:relative;z-index:1}.website-feature-grid__title{box-sizing:border-box;color:#1f2937;display:inline-block;font-size:clamp(1.35rem,4.2vw,2rem);font-weight:800;line-height:1.3;margin:0 0 1.5rem;padding:0 .75rem;position:relative;text-align:center;width:100%}.website-feature-grid__title:after{animation:catalogTitleBar 3s ease-in-out infinite;background:linear-gradient(90deg,#fb923c,#ea580c,#fdba74);border-radius:999px;content:"";display:block;height:4px;margin:.65rem auto 0;width:72px}@keyframes catalogBlobFloatA{0%,to{transform:translate(0) scale(1)}50%{transform:translate(24px,18px) scale(1.06)}}@keyframes catalogBlobFloatB{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-20px,-14px) scale(1.05)}}@keyframes catalogTitleBar{0%,to{opacity:1;transform:scaleX(1)}50%{opacity:.85;transform:scaleX(1.15)}}.dashboard-preview-section{background:linear-gradient(165deg,#fff8f5,#fff5f0 42%,#fffaf6);margin-top:0;overflow:hidden;padding:48px 0 80px;position:relative}.dashboard-preview-section .container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:500px;position:relative}.dashboard-preview-eyebrow{color:#ea580c;font-size:.9rem;font-weight:600;letter-spacing:.02em;margin:0 0 1.15rem}@media (max-width:768px){.dashboard-preview-section{padding:36px 0 64px}.dashboard-preview-section .container{min-height:0}.dashboard-preview-section .floating-card{margin-top:clamp(28px,8vw,48px);padding:12px 14px!important}.dashboard-preview-section .floating-card h4{font-size:11px!important;line-height:1.25!important}.dashboard-preview-section .floating-card p{font-size:10px!important}}@media (max-width:900px) and (min-width:769px){.dashboard-preview-section .floating-card{margin-top:clamp(22px,4vw,36px)}.dashboard-preview-section .floating-card h4{font-size:12px!important}.dashboard-preview-section .floating-card p{font-size:10px!important}}.catalog-phone-wrap,.website-phone-wrap{align-items:center;display:flex;justify-content:center;padding:.5rem 0 1rem}.catalog-showcase{grid-gap:clamp(.5rem,2.5vw,2rem);align-items:center;display:grid;gap:clamp(.5rem,2.5vw,2rem);grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);margin:0 auto;max-width:1100px;padding:.25rem 0 .5rem;position:relative}.catalog-showcase:before{background:radial-gradient(circle at 8% 22%,#fb923c1f 0,#0000 35%),radial-gradient(circle at 92% 78%,#ea580c1a 0,#0000 32%);border-radius:24px;content:"";inset:-12px -6px;pointer-events:none;position:absolute;z-index:0}.catalog-showcase>*{position:relative;z-index:1}.catalog-phone-wrap--center{padding:.5rem 0}.catalog-callouts{display:flex;flex-direction:column;gap:clamp(.85rem,2vw,1.35rem);list-style:none;margin:0;padding:0}.catalog-callouts--left{align-items:flex-end}.catalog-callouts--right{align-items:flex-start}.catalog-callouts--few{gap:clamp(1.1rem,2.5vw,1.6rem);justify-content:center;padding-block:.25rem}.catalog-callout{align-items:center;background:#0000;border:none;box-shadow:none;display:flex;gap:.5rem .75rem;max-width:100%;padding:0}.catalog-callout__text{animation:catalogCalloutFloat 5.5s ease-in-out infinite;background:#fff;border:1.5px solid #ea580c38;border-radius:9999px;box-shadow:0 12px 36px #ea580c1f,0 4px 14px #0f172a0d;display:flex;flex-direction:column;gap:.2rem;max-width:min(300px,100%);padding:.5rem .95rem;transition:box-shadow .35s ease,border-color .35s ease,transform .35s ease;will-change:transform}.catalog-callout:hover .catalog-callout__text{animation-play-state:paused;border-color:#ea580c73;box-shadow:0 18px 44px #ea580c2e,0 8px 20px #0f172a12;transform:translateY(-6px) scale(1.02)}.catalog-callouts--left .catalog-callout:first-child .catalog-callout__text{animation-delay:0s}.catalog-callouts--left .catalog-callout:nth-child(2) .catalog-callout__text{animation-delay:.45s}.catalog-callouts--left .catalog-callout:nth-child(3) .catalog-callout__text{animation-delay:.9s}.catalog-callouts--right .catalog-callout:first-child .catalog-callout__text{animation-delay:.2s}.catalog-callouts--right .catalog-callout:nth-child(2) .catalog-callout__text{animation-delay:.65s}.catalog-callouts--right .catalog-callout:nth-child(3) .catalog-callout__text{animation-delay:1.1s}@keyframes catalogCalloutFloat{0%,to{transform:translateY(0) translateX(0) rotate(0deg)}20%{transform:translateY(-9px) translateX(3px) rotate(.5deg)}45%{transform:translateY(-4px) translateX(-2px) rotate(-.4deg)}70%{transform:translateY(-11px) translateX(1px) rotate(.35deg)}85%{transform:translateY(-5px) translateX(-1px) rotate(-.2deg)}}.catalog-callout--from-left{flex-direction:row;justify-content:flex-end}.catalog-callout--from-right{flex-direction:row;justify-content:flex-start}.catalog-callout__title{color:#c2410c;font-size:.78rem;font-weight:700;letter-spacing:.01em;line-height:1.2}.catalog-callout__subtitle{color:#64748b;font-size:.68rem;font-weight:500;line-height:1.28}.catalog-callout-arrow{color:#ea580c;filter:drop-shadow(0 1px 3px rgba(234,88,12,.2));flex-shrink:0;opacity:.92}@media (prefers-reduced-motion:reduce){.catalog-callout__text{animation:none}.catalog-phone-mockup{animation:none!important}.website-feature-grid:after,.website-feature-grid:before,.website-feature-grid__title:after{animation:none}}.catalog-callout-arrow__svg{display:block;height:auto;width:clamp(56px,8vw,108px)}.catalog-showcase--ar .catalog-callouts--left .catalog-callout__text{text-align:right}.catalog-showcase--ar .catalog-callouts--right .catalog-callout__text{text-align:left}@media (max-width:900px){.catalog-showcase{gap:1.25rem;grid-template-columns:1fr;padding-left:.5rem;padding-right:.5rem}.catalog-phone-wrap--center{order:-1}.catalog-callouts--left,.catalog-callouts--right{align-items:center;display:flex;flex-direction:column;gap:.75rem;margin:0 auto;max-width:min(340px,100%);width:100%}.catalog-callout{align-items:center;flex-direction:column;justify-content:flex-start;max-width:100%;text-align:center;width:100%}.catalog-callout__text{border:1.5px solid #ea580c33;box-shadow:0 10px 28px #ea580c24,0 3px 10px #0f172a0d;max-width:none;padding:.55rem .9rem;width:100%}.catalog-callout--from-left,.catalog-callout--from-right{flex-direction:column;justify-content:flex-start}.catalog-callout-arrow{display:none}.catalog-showcase--ar .catalog-callouts--left .catalog-callout__text,.catalog-showcase--ar .catalog-callouts--right .catalog-callout__text{text-align:center}}@media (max-width:900px) and (min-width:601px){.catalog-callouts--left,.catalog-callouts--right{grid-gap:.65rem;align-items:stretch;display:grid;gap:.65rem;grid-template-columns:repeat(2,minmax(0,1fr));max-width:480px}.catalog-callout{align-items:center}}.catalog-phone-mockup{animation:catalogPhoneBob 5s ease-in-out infinite;background:linear-gradient(145deg,#1e293b,#0f172a 48%,#172554);border-radius:32px;box-shadow:0 24px 48px #0f172a47,0 0 0 1px #fb923c26,0 0 40px #ea580c1f;height:560px;padding:9px;position:relative;width:280px}@keyframes catalogPhoneBob{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.catalog-phone-notch{background:#020617;border-radius:0 0 12px 12px;height:16px;left:50%;position:absolute;top:10px;transform:translateX(-50%);width:80px;z-index:3}.catalog-phone-screen{background:#fff;border:1px solid #94a3b880;border-radius:24px;height:100%;overflow:hidden;width:100%}.catalog-phone-video{background:#fff;display:block;height:100%;object-fit:cover;object-position:top center;pointer-events:none;width:100%}@media (max-width:768px){.catalog-phone-mockup{border-radius:28px;height:470px;padding:8px;width:230px}.catalog-phone-notch{height:14px;top:9px;width:68px}.catalog-phone-screen{border-radius:20px}}@media (max-width:420px){.catalog-phone-mockup{height:min(72vh,430px);width:min(86vw,210px)}}.website-showcase-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-areas:"catalog checkout" "social seo" "social domain";grid-template-columns:1fr 1fr;margin:0 auto;max-width:980px}.website-card{background:linear-gradient(145deg,#ebe3f6,#e3d9f3);border:1px solid #dfd0f4;border-radius:12px;box-shadow:0 8px 18px #41297814;min-height:120px;padding:.8rem}.website-card h3{color:#3a2f54;font-size:.78rem;font-weight:600;margin:0 0 .45rem}.website-card__media{align-items:center;background:#0000;border:none;border-radius:0;display:flex;justify-content:center;min-height:80px;overflow:hidden;padding:0}.website-card--catalogs{grid-area:catalog}.website-card--checkout{grid-area:checkout}.website-card--seo{grid-area:seo}.website-card--social{grid-area:social}.website-card--domain{grid-area:domain}.website-card__media--catalog-video{align-items:flex-start;min-height:160px}.website-card__media--catalog-video video{background:#fff;border:1px solid #9e83e13d;border-radius:8px;height:160px;object-fit:cover;object-position:top center;width:100%}.website-card__media--iphone{justify-content:center;min-height:170px}.iphone-mockup{background:#111827;border-radius:26px;box-shadow:0 10px 24px #1e143c3d;height:280px;padding:8px;position:relative;width:160px}.iphone-notch{background:#0b1220;border-radius:0 0 10px 10px;height:14px;left:50%;position:absolute;top:10px;transform:translateX(-50%);width:64px;z-index:2}.iphone-screen{align-items:stretch;background:linear-gradient(180deg,#fff,#f7f3ff);border:1px solid #ddd6fe;border-radius:19px;display:flex;flex-direction:column;gap:10px;height:100%;justify-content:flex-start;padding:24px 10px 10px}.iphone-header strong{color:#312e81;display:block;font-size:.8rem;margin-bottom:2px}.iphone-header span{color:#6b7280;font-size:.64rem}.iphone-live-link{background:#ede9fe;border-radius:8px;color:#4c1d95;display:block;font-size:.62rem;line-height:1.35;padding:8px;text-decoration:none;word-break:break-all}.iphone-hint{color:#6b7280;font-size:.58rem;margin:0}.seo-mini-result{background:#f9f7fc;border:1px solid #d8c9ef;border-radius:8px;color:#4b5563;font-size:.64rem;line-height:1.4;padding:.5rem}.seo-mini-result__query{background:#fff;border:1px solid #e5d9f7;border-radius:6px;color:#6b7280;display:inline-block;margin-bottom:.35rem;padding:.15rem .3rem}.seo-mini-result__url{color:#7c3aed;margin-bottom:.15rem}.seo-mini-result__title{color:#3f2b7a;font-weight:700;margin-bottom:.15rem}.website-card__media--phone-mock{min-height:160px}.website-card__media--phone-mock img{background:#0000;border:none;border-radius:18px;box-shadow:none;max-width:190px;width:100%}.website-card__media--domain-line{align-items:center;flex-direction:column;gap:0;justify-content:center;min-height:98px;position:relative}.website-domain-image{background:#fff;border:1px solid #9e83e13d;border-radius:10px;max-width:230px;width:100%}.website-domain-link{color:#3f2d73;display:inline-block;font-size:.75rem;font-weight:600;text-decoration:none;-webkit-user-select:all;user-select:all;word-break:break-all}.website-domain-link--overlay{background:none;border:none;border-radius:0;bottom:16px;left:50%;padding:0;position:absolute;text-shadow:0 1px 2px #ffffffe6;transform:translateX(-50%)}@media (max-width:900px){.website-showcase-grid{grid-template-areas:"catalog" "checkout" "seo" "social" "domain";grid-template-columns:1fr}.website-card{min-height:0}}@media (max-width:768px){.profit-cards{display:flex;flex-direction:column;gap:1.2rem}.profit-card{margin-bottom:1.2rem}}@media (max-width:480px){.footer,footer.footer{padding:40px 0 20px}.footer .container,footer.footer .container{padding:0 16px}.footer .footer-content,footer.footer .footer-content{gap:2rem;margin-bottom:1.5rem}.footer-section{margin-bottom:1.25rem}.footer-section h4{font-size:1rem;margin-bottom:.75rem}.footer-section ul li{font-size:.9rem;margin-bottom:.5rem}.footer-brand{margin-bottom:1rem}.footer-brand h3{font-size:1.25rem}.footer-section p{font-size:.85rem;line-height:1.5}.social-links{gap:.5rem}.social-links a{height:32px;width:32px}.contact-info p{font-size:.85rem;margin-bottom:.5rem}.footer-bottom{gap:.75rem;padding-top:1.25rem}.footer-bottom-left p{font-size:.8rem;line-height:1.4}.footer-bottom-right{gap:.5rem}.footer-bottom-right a{font-size:.8rem}}.plans-container{background-color:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;padding:4rem 2rem;width:100%}.billing-toggle,.plans-container{align-items:center;display:flex;flex-direction:column}.billing-toggle{margin-bottom:3rem}.annual-badge{background-color:#fc811c;border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;margin-bottom:1rem;padding:.25rem .75rem}.toggle-buttons{background-color:#e9ecef;border-radius:25px;display:flex;padding:.25rem}.toggle-btn{background:#0000;border:none;border-radius:20px;color:#6c757d;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1.5rem;transition:all .2s ease}.toggle-btn.active{background-color:#fff;box-shadow:0 2px 4px #0000001a;color:#495057}.plans-grid{align-items:stretch;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;max-width:1200px;width:100%}.plan-card{background:#fff;border:2px solid #e9ecef;border-radius:12px;display:flex;flex:1 1;flex-direction:column;justify-content:space-between;max-width:360px;min-width:300px;padding:1.5rem;transition:all .3s ease}.plan-card:hover{box-shadow:0 8px 25px #00000014;transform:translateY(-4px)}.plan-card.popular{border-color:#e07116;transform:scale(1.02)}.plan-card.popular:hover{transform:scale(1.02) translateY(-4px)}.popular-badge{background-color:#e07116;left:50%;transform:translateX(-50%)}.expired-badge,.popular-badge{border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem 1rem;position:absolute;top:-10px}.expired-badge{background-color:#dc3545;opacity:0;right:20px;transition:opacity .3s ease}.plan-card.disabled:hover .expired-badge{opacity:1}.plan-header{margin-bottom:1.5rem}.plan-name{color:#212529;font-size:1.25rem;font-weight:700}.plan-name,.plan-price{margin-bottom:.5rem}.price-amount{color:#212529;font-size:2.5rem;font-weight:800}.price-currency{color:#212529;font-size:1.25rem;font-weight:600;margin-left:.25rem}.price-period{color:#6c757d;font-size:.9rem;margin-left:.25rem}.annual-note{color:#6c757d;font-size:.8rem;margin-bottom:.5rem}.plan-description{color:#6c757d;font-size:.9rem;line-height:1.5;margin:0}.plan-features{margin-bottom:2rem}.features-list{list-style:none;margin:0;padding:0}.feature-item{align-items:flex-start;color:#495057;display:flex;font-size:.9rem;gap:.5rem;line-height:1.4;margin-bottom:.75rem}.feature-check{color:#28a745;flex-shrink:0;height:16px;margin-top:.1rem;width:16px}.plan-footer{margin-top:auto}.plan-button{border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1rem;transition:all .2s ease;width:100%}.btn-trial{background-color:#e9ecef;color:#495057}.btn-trial:hover{background-color:#dee2e6}.btn-trial-disabled{cursor:not-allowed;opacity:.6}.btn-trial-disabled,.btn-trial-disabled:hover{background-color:#e9ecef;color:#6c757d}.plan-button.disabled{cursor:not-allowed!important;opacity:.6!important}.plan-button.disabled,.plan-button.disabled:hover{background-color:#e9ecef!important;color:#6c757d!important}.plan-button.disabled:hover{transform:none!important}.btn-solo{background-color:#f77e1b;color:#fff}.btn-solo:hover{background-color:#e07116}.btn-multi{background-color:#343a40;color:#fff}.btn-multi:hover{background-color:#23272b}.btn-contact{background-color:#343a40;color:#fff}.btn-contact:hover{background-color:#23272b}.plan-modal-overlay{align-items:center;animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172abf;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:9999}.plan-modal{animation:slideUp .3s ease;background:linear-gradient(135deg,#fff,#fff8f5);border-radius:24px;box-shadow:0 25px 60px #0000004d,0 0 0 1px #ff6b351a;max-width:480px;overflow:hidden;padding:0;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.plan-modal:before{background:linear-gradient(90deg,#ff6b35,#ff9500 50%,#ffb347);content:"";height:4px;left:0;position:absolute;right:0;top:0}.plan-modal-close{align-items:center;background:#ffffffe6;border:none;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#6b7280;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:16px;top:16px;transition:all .2s ease;width:36px;z-index:10}.plan-modal-close:hover{background:#fff;color:#ff6b35;transform:rotate(90deg)}.plan-modal-header{background:linear-gradient(135deg,#ff6b350d,#ff95000d);padding:2.5rem 2rem 1.5rem;text-align:center}.plan-modal-icon{align-items:center;border-radius:20px;box-shadow:0 8px 24px #ff6b354d;color:#fff;display:flex;height:72px;justify-content:center;margin:0 auto 1rem;width:72px}.plan-modal-icon,.plan-modal-title{background:linear-gradient(135deg,#ff6b35,#ff9500)}.plan-modal-title{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;color:#1f2937;font-size:1.75rem;font-weight:800;margin-bottom:.5rem}.plan-modal-subtitle{color:#6b7280;font-size:.95rem;font-weight:500}.plan-modal-body{padding:1.5rem 2rem}.plan-modal-message{color:#4b5563;font-size:.95rem;line-height:1.7;margin-bottom:1.5rem}.plan-modal-contact-card{align-items:center;background:linear-gradient(135deg,#fff5f0,#fff8f5);border:2px solid #ff6b3526;border-radius:16px;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1.25rem;transition:all .2s ease}.plan-modal-contact-card:hover{border-color:#ff6b354d;box-shadow:0 4px 12px #ff6b3526;transform:translateY(-2px)}.plan-modal-contact-icon{align-items:center;background:linear-gradient(135deg,#ff6b35,#ff9500);border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.plan-modal-contact-info{display:flex;flex-direction:column;gap:.25rem}.plan-modal-contact-label{color:#6b7280;font-size:.85rem;font-weight:500}.plan-modal-contact-number{color:#1f2937;font-size:1.1rem;font-weight:700;letter-spacing:.5px}.plan-modal-actions{display:flex;flex-wrap:wrap;gap:.75rem;padding:0 2rem 2rem}.plan-modal-btn{align-items:center;border:none;border-radius:12px;box-shadow:0 4px 12px #0000001a;display:flex;flex:1 1;font-size:.95rem;font-weight:600;gap:.5rem;justify-content:center;min-width:140px;padding:.9rem 1.25rem;text-align:center;text-decoration:none;transition:all .3s ease}.plan-modal-btn-whatsapp{background:linear-gradient(135deg,#25d366,#20ba5a);color:#fff}.plan-modal-btn-whatsapp:hover{box-shadow:0 6px 20px #25d36666;transform:translateY(-2px)}.plan-modal-btn-call{background:linear-gradient(135deg,#ff6b35,#ff9500);color:#fff}.plan-modal-btn-call:hover{box-shadow:0 6px 20px #ff6b3566;transform:translateY(-2px)}@media (max-width:1024px){.plans-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.plan-modal{max-width:90%}.plan-modal-header{padding:2rem 1.75rem 1.25rem}.plan-modal-body{padding:1.5rem 1.75rem}.plan-modal-actions{padding:0 1.75rem 1.75rem}}@media (max-width:768px){.plans-container{min-height:100vh;padding:1.5rem 1rem}.billing-toggle{margin-bottom:2rem}.toggle-buttons{flex-direction:row;gap:.25rem}.toggle-btn{font-size:.8rem;padding:.5rem 1rem}.plans-grid{gap:1.5rem;grid-template-columns:1fr;max-width:100%}.plan-card{max-width:100%;padding:1.5rem;width:100%}.plan-header h3{font-size:1.25rem}.price-amount{font-size:2rem}.plan-description{font-size:.9rem;line-height:1.4}.features-list,.plan-button{font-size:.9rem}.plan-button{padding:.75rem 1.5rem}.expired-badge,.popular-badge{font-size:.7rem;padding:.2rem .8rem}.plan-modal-overlay{padding:.75rem}.plan-modal{border-radius:20px;margin:.5rem;max-width:100%}.plan-modal-close{height:32px;right:12px;top:12px;width:32px}.plan-modal-header{padding:1.75rem 1.5rem 1rem}.plan-modal-icon{height:56px;margin-bottom:.75rem;width:56px}.plan-modal-title{font-size:1.4rem}.plan-modal-subtitle{font-size:.9rem}.plan-modal-body{padding:1.25rem 1.5rem}.plan-modal-message{font-size:.9rem;margin-bottom:1.25rem}.plan-modal-contact-card{gap:.75rem;padding:1rem}.plan-modal-contact-icon{height:40px;width:40px}.plan-modal-contact-label{font-size:.8rem}.plan-modal-contact-number{font-size:1rem}.plan-modal-actions{flex-direction:column;gap:.75rem;padding:0 1.5rem 1.5rem}.plan-modal-btn{font-size:.9rem;min-width:100%;padding:.85rem 1rem;width:100%}}@media (max-width:480px){.plans-container{padding:1rem .5rem}.plan-card{margin:0 .5rem;padding:1rem}.plan-header h3{font-size:1.1rem}.price-amount{font-size:1.75rem}.features-list,.plan-button,.plan-description{font-size:.85rem}.plan-button{padding:.6rem 1.2rem}.toggle-btn{font-size:.75rem;padding:.4rem .8rem}.plan-modal-overlay{padding:.5rem}.plan-modal{border-radius:16px;margin:.25rem;max-width:100%}.plan-modal-close{font-size:1.2rem;height:28px;right:10px;top:10px;width:28px}.plan-modal-header{padding:1.5rem 1.25rem .75rem}.plan-modal-icon{height:48px;margin-bottom:.5rem;width:48px}.plan-modal-icon svg{height:24px;width:24px}.plan-modal-title{font-size:1.25rem;margin-bottom:.25rem}.plan-modal-subtitle{font-size:.85rem}.plan-modal-body{padding:1rem 1.25rem}.plan-modal-message{font-size:.85rem;line-height:1.6;margin-bottom:1rem}.plan-modal-contact-card{border-radius:12px;gap:.625rem;padding:.875rem}.plan-modal-contact-icon{border-radius:10px;height:36px;width:36px}.plan-modal-contact-icon svg{height:18px;width:18px}.plan-modal-contact-label{font-size:.75rem}.plan-modal-contact-number{font-size:.95rem}.plan-modal-actions{flex-direction:column;gap:.625rem;padding:0 1.25rem 1.25rem}.plan-modal-btn{border-radius:10px;font-size:.85rem;min-width:100%;padding:.75rem 1rem;width:100%}.plan-modal-btn svg{height:18px;width:18px}}.welcome-popup-overlay{align-items:flex-end;animation:fadeIn .4s ease-out;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0000004d;bottom:0;display:flex;justify-content:flex-start;left:0;padding:20px;position:fixed;right:0;top:0;z-index:10000}.welcome-popup{background:linear-gradient(135deg,#fff,#fefefe);border:1px solid #ffa5001a;border-radius:20px;box-shadow:0 20px 40px #00000026,0 0 0 1px #fffc;max-width:500px;opacity:0;overflow:hidden;position:relative;transform:translateY(100px) scale(.95);transition:all .4s cubic-bezier(.34,1.56,.64,1);width:100%}.welcome-popup.visible{opacity:1;transform:translateY(0) scale(1)}.welcome-popup-close{align-items:center;background:#6c757d1a;border:none;border-radius:50%;color:#6c757d;cursor:pointer;display:flex;font-size:16px;font-weight:500;height:32px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .2s ease;width:32px;z-index:1}.welcome-popup-close:hover{background:linear-gradient(135deg,#ff6b35,#ff9500);color:#fff;transform:scale(1.05)}.welcome-popup-content{padding:25px 30px 20px;text-align:left}.welcome-popup-title{color:#6c757d;font-size:.9rem;font-weight:500;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.welcome-popup-main-title{color:#1a1a1a;font-size:1.3rem;line-height:1.3;margin-bottom:12px}.welcome-popup-emphasis,.welcome-popup-main-title{font-weight:700;position:relative}.welcome-popup-emphasis:after{animation:drawUnderline 1.2s ease-out .8s both;background:#f4a261;border-radius:15px;bottom:-4px;box-shadow:0 2px 4px #f4a2614d;content:"";height:8px;left:-2px;position:absolute;transform:rotate(-1.8deg);width:calc(100% + 4px);z-index:-1}@keyframes drawUnderline{0%{opacity:0;transform:rotate(-1.8deg) scaleX(0);width:0}50%{transform:rotate(-2.2deg) scaleX(.7)}to{opacity:1;transform:rotate(-1.8deg) scaleX(1);width:calc(100% + 4px)}}@keyframes bounceArrow{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(4px)}60%{transform:translateX(-50%) translateY(2px)}}@keyframes fadeInArrow{0%{opacity:0;transform:translateX(-50%) translateY(-10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.welcome-popup-intro{color:#6c757d;font-size:.9rem;font-weight:400;line-height:1.4;margin-bottom:20px}.welcome-popup-form{margin-bottom:20px}.welcome-popup-input-group{background:#f8f9fa;border:1px solid #e9ecef;border-radius:16px;display:flex;gap:0;padding:4px;transition:all .3s ease}.welcome-popup-input-group:focus-within{border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.welcome-popup-input{background:#0000;border:none;border-radius:12px;color:#1a1a1a;flex:1 1;font-size:.95rem;outline:none;padding:14px 18px;transition:all .3s ease}.welcome-popup-input::placeholder{color:#6c757d;font-weight:400}.welcome-popup-button{align-items:center;background:linear-gradient(135deg,#ff6b35,#ff9500);border:none;border-radius:25px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:8px;justify-content:center;min-width:60px;overflow:hidden;padding:12px 20px;position:relative;transition:all .3s ease}.welcome-popup-button:hover{background:linear-gradient(135deg,#ff5a2b,#ff8a00);box-shadow:0 6px 20px #ff6b354d;transform:translateY(-1px)}.welcome-popup-button:active{transform:translateY(0)}.welcome-popup-success{background:linear-gradient(135deg,#d4edda,#c3e6cb);border:1px solid #c3e6cb;border-radius:12px;color:#155724;font-weight:500;margin-bottom:20px;padding:15px}.welcome-popup-subtext{color:#6c757d;font-size:.85rem;font-style:italic;line-height:1.4;margin-bottom:20px}.welcome-popup-social{border-top:1px solid #f0f0f0;margin-top:15px;padding-top:20px}.welcome-popup-follow{color:#6c757d;font-size:.85rem;font-weight:500;margin-bottom:15px}.welcome-popup-social-links{align-items:center;display:flex;gap:16px;justify-content:center}.welcome-popup-social-link{align-items:center;background:#0000;border-radius:8px;color:#1a1a1a;display:flex;font-size:1.1rem;height:36px;justify-content:center;text-decoration:none;transition:all .3s ease;width:36px}.welcome-popup-social-link:hover{background:#ff6b351a;color:#ff6b35;transform:translateY(-2px)}.welcome-popup-social-link i{font-size:1.1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.welcome-popup-overlay{align-items:flex-end;background:#0006;justify-content:center;padding:0}.welcome-popup{border-radius:20px 20px 0 0;margin:0;max-width:100%;position:relative;transform:translateY(100%);transition:transform .3s ease-out;width:100%}.welcome-popup.visible{transform:translateY(0)}.welcome-popup.dragging{transition:none}.welcome-popup:before{background:#e5e7eb;border-radius:2px;content:"";height:4px;left:50%;position:absolute;top:8px;transform:translateX(-50%);width:40px}.welcome-popup-content{padding:30px 25px 25px;text-align:center}.welcome-popup-title{display:none}.welcome-popup-main-title{color:#1f2937;font-size:1.1rem;font-weight:700;line-height:1.4;margin-bottom:20px;text-align:center}.welcome-popup-intro{display:none}.welcome-popup-input-group{background:#f3f4f6;border:none;border-radius:8px;margin-bottom:15px;padding:4px}.welcome-popup-input{background:#0000;font-size:.9rem;padding:14px 16px}.welcome-popup-input::placeholder{color:#9ca3af}.welcome-popup-button{align-items:center;background:#374151;border:none;border-radius:50%;color:#fff;display:flex;font-size:0;height:44px;justify-content:center;min-width:44px;padding:14px;width:44px}.welcome-popup-button i{font-size:1rem}.welcome-popup-subtext{color:#6b7280;font-size:.8rem;line-height:1.4;margin-bottom:20px}.welcome-popup-social{border-top:none;margin-top:0;padding-top:0}.welcome-popup-follow{display:none}.welcome-popup-social-links{gap:20px;justify-content:center}.welcome-popup-social-link{background:#0000;color:#374151;font-size:1.2rem;height:auto;width:auto}.welcome-popup-social-link:hover{background:#0000;color:#1f2937;transform:none}.welcome-popup-close{display:none}}@media (max-width:480px){.welcome-popup-overlay{padding:10px}.welcome-popup{border-radius:12px}.welcome-popup-content{padding:20px 15px 15px}.welcome-popup-title{font-size:1.1rem}.welcome-popup-intro{font-size:.85rem}.welcome-popup-social-links{gap:6px}.welcome-popup-social-link{font-size:.8rem;padding:5px 10px}}[dir=rtl] .welcome-popup{text-align:right}[dir=rtl] .welcome-popup-close{left:15px;right:auto}[dir=rtl] .welcome-popup-social-links{justify-content:center}@media (prefers-color-scheme:dark){.welcome-popup{background:linear-gradient(135deg,#2c3e50,#34495e);border-color:#495057}.welcome-popup-title{color:#ecf0f1}.welcome-popup-intro,.welcome-popup-subtext{color:#bdc3c7}.welcome-popup-input{background:#34495e;border-color:#495057;color:#ecf0f1}.welcome-popup-input:focus{border-color:#4ecdc4}.welcome-popup-social{border-color:#495057}.welcome-popup-follow{color:#bdc3c7}}.preferred-source{background:#fffaf6;border:1px solid #e8e0d8;border-radius:14px;margin:20px 0 0;padding:16px 16px 14px;text-align:start}.preferred-source--compact{margin:12px 0 0;padding:12px}.preferred-source__title{color:#1a1a1a;font-size:.95rem;font-weight:700;margin:0 0 6px}.preferred-source__hint{color:#5c534c;font-size:.86rem;line-height:1.45;margin:0 0 12px}.preferred-source [google-add-preferred-source-btn]{margin:0 0 10px;min-height:40px}.preferred-source__link{color:#c2410c;display:inline-block;font-size:.82rem;font-weight:650;text-decoration:underline;text-underline-offset:2px}.preferred-source__link:hover{color:#9a3412}.shop-foot .preferred-source{margin:16px 0 0;max-width:420px}.login-page{align-items:center;background:#f1f5f9;display:flex;justify-content:center;min-height:100vh;padding:1rem}.loginform{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;max-width:350px;padding:1.5rem;width:100%}.login-form .login-brand{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center;margin-bottom:1.25rem;padding-bottom:1rem}.login-form .login-brand--rtl{flex-direction:row-reverse}.login-form .login-brand-text{align-items:center;display:flex;gap:.5rem}.login-form .login-brand-title{color:#9fa0a3;font-size:1.5rem;font-weight:800;line-height:1.15;margin:0}.login-form .login-brand-tagline{background:#e8e9eb;border-radius:4px;color:#9fa0a3;flex-shrink:0;font-size:.75rem;font-weight:600;padding:.25rem .5rem}@media (max-width:480px){.login-form .login-brand-title{font-size:1.35rem}}.login-form .login-logo{height:52px;max-width:min(42vw,140px);object-fit:contain;width:auto}.login-form .form-group{margin-bottom:1rem}.input-wrapper{position:relative}.input-icon{align-items:center;color:#9ca3af;display:flex;justify-content:center;left:20px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.input-icon,.input-icon svg{height:16px;width:16px}.form-input{border:1px solid #d1d5db;border-radius:8px;font-size:14px;outline:none;padding:10px 14px 10px 50px!important;transition:all .2s ease;width:100%}.form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input::placeholder{color:#9ca3af;opacity:1}.password-toggle{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;height:20px;justify-content:center;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:20px;z-index:1}.password-toggle svg{height:16px;width:16px}.password-toggle:hover{color:#374151}.submit-btn{background-color:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;margin-top:.75rem;padding:10px 14px;transition:background-color .2s ease;width:100%}.submit-btn:hover:not(:disabled){background-color:#2563eb}.submit-btn:disabled{cursor:not-allowed;opacity:.5}.loading-text{align-items:center;display:flex;justify-content:center}.spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:16px;margin-right:8px;width:16px}.options-row{color:#374151;font-size:14px;justify-content:space-between;margin-bottom:1rem;margin-top:.5rem}.options-row,.remember-me{align-items:center;display:flex}.remember-me{gap:.4rem}.forgot-password{color:#3b82f6;text-decoration:none}.forgot-password:hover{text-decoration:underline}.signup-text{color:#374151;font-size:14px;margin-top:1.5rem;text-align:center}.signup-link{color:#3b82f6;font-weight:500;text-decoration:none}.signup-link:hover{text-decoration:underline}.notification-container{animation:slideDown .4s cubic-bezier(.25,.46,.45,.94);max-width:480px;min-width:320px}.notification-container.fade-out{animation:fadeUp .3s cubic-bezier(.25,.46,.45,.94) forwards}.notification-content{background:#1c1c1ef2;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 8px 32px #0000001f,0 4px 16px #00000014;padding:16px 24px}.notification-container.warning{border-left-color:#ff9f0a}.notification-container.error{border-left-color:#ff453a}.notification-container.success{border-left-color:#30d158}.notification-message{letter-spacing:.01em;line-height:1.5;margin-right:48px}.notification-close{background:#ffffff1a;border-radius:10px;flex-shrink:0;font-weight:600;height:36px;margin-left:16px;padding:8px;transition:all .2s cubic-bezier(.25,.46,.45,.94);width:36px}.notification-container{animation:slideDown .5s ease-out;border-radius:24px;left:50%;max-width:380px;min-width:300px;padding:1px;position:fixed;top:70px;transform:translateX(-50%);z-index:10000}.notification-container.fade-out{animation:fadeUp .3s ease-in forwards}.notification-content{align-items:center;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);background:#28282d61;border:1px solid #ffffff26;border-radius:24px;box-shadow:0 8px 24px #00000040;display:flex;justify-content:space-between;padding:14px 20px}.notification-message{color:#fff;flex:1 1;font-family:Inter,SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:500;line-height:1.4;margin-left:10px;margin-right:12px;padding:8px 12px}.notification-close{align-items:center;background:#ffffff14;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:18px;height:32px;justify-content:center;transition:all .2s ease;width:32px}.notification-close:hover{background-color:#fff3;transform:scale(1.05)}.notification-close:active{transform:scale(.95)}.notification-container.success .notification-content{border-left:4px solid #30d158}.notification-container.error .notification-content,.notification-container.warning .notification-content{border-left:4px solid #ff9500}@keyframes slideDown{0%{opacity:0;transform:translateX(-50%) translateY(-30px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes fadeUp{0%{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(-20px)}}.register-page{align-items:center;background-color:#f3f4f6;display:flex;justify-content:center;min-height:100vh;padding:1rem}.register-form{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;margin:0 auto;max-width:350px;padding:1.5rem;width:150%}.register-form .register-brand{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center;margin-bottom:1.25rem;padding-bottom:1rem}.register-form .register-brand--rtl{flex-direction:row-reverse}.register-form .register-brand-text{align-items:center;display:flex;gap:.5rem}.register-form .register-brand-title{color:#9fa0a3;font-size:1.5rem;font-weight:800;line-height:1.15;margin:0}.register-form .register-brand-tagline{background:#e8e9eb;border-radius:4px;color:#9fa0a3;flex-shrink:0;font-size:.75rem;font-weight:600;padding:.25rem .5rem}@media (max-width:480px){.register-form .register-brand-title{font-size:1.35rem}}.register-form .register-logo{height:52px;max-width:min(42vw,140px);object-fit:contain;width:auto}.register-form .form-group{margin-bottom:1rem}.register-form .input-wrapper{position:relative}.register-form .input-icon{color:#9ca3af;left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.register-form .form-input{border:1px solid #d1d5db;border-radius:8px;font-size:14px;outline:none;padding:10px 14px 10px 40px;transition:all .2s ease;width:100%}.register-form .form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.register-form .password-toggle{background:none;border:none;color:#6b7280;cursor:pointer;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.register-form .password-toggle:hover{color:#374151}.register-form .checkbox-wrapper{align-items:center;display:flex;margin-bottom:1.5rem}.register-form .checkbox{accent-color:#3b82f6;height:16px;margin-right:8px;margin-top:2px;width:16px}.register-form .checkbox-label{color:#374151;display:inline-block;font-size:14px;line-height:1.4}.register-form .checkbox-label a{color:#3b82f6;font-weight:500;text-decoration:none}.register-form .checkbox-label a:hover{color:#2563eb;text-decoration:underline}.register-form .submit-btn{background-color:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 14px;transition:background-color .2s ease;width:100%}.register-form .submit-btn:hover:not(:disabled){background-color:#2563eb}.register-form .submit-btn:disabled{cursor:not-allowed;opacity:.5}.register-form .loading-text{align-items:center;display:flex;justify-content:center}.register-form .spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:16px;margin-right:8px;width:16px}@keyframes spin{to{transform:rotate(1turn)}}.register-form .form-input.error{border-color:#ef4444}.register-form .error-message{color:#ef4444;font-size:14px;margin-top:4px}.register-form .success-message{color:#10b981;font-size:14px;margin-top:4px}.divider{margin:1.5rem 0 1rem}.divider:after,.divider:before{background-color:#d1d5db;height:1px;width:40%}.social-buttons{gap:1rem;justify-content:space-between}.social-btn{flex:1 1;gap:.5rem;padding:10px;transition:background-color .2s}.google-btn .icon{height:20px;width:20px}.facebook-btn{background-color:#1877f2;border:none;color:#fff}.facebook-btn:hover{background-color:#155db8}.divider{color:#6b7280;font-size:14px;margin:1.5rem 0;position:relative;text-align:center}.divider:after,.divider:before{background:#d1d5db;content:"";height:1%;position:absolute;top:50%;width:30%}.divider:before{left:0}.divider:after{right:0}.social-buttons{display:flex;flex-direction:column;gap:.75rem}.social-btn{align-items:center;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:center;padding:10px 14px;transition:background-color .2s ease}.social-btn:hover{background-color:#f3f4f6}.social-btn.google{border-color:#db4437;color:#db4437}.social-btn.facebook{border-color:#4267b2;color:#4267b2}.form-footer{margin-top:1rem;text-align:center}.form-text{color:#374151;font-size:14px}.form-link{color:#3b82f6;font-weight:500;text-decoration:none}.form-link:hover{text-decoration:underline}.shop-shell{display:flex;flex-direction:column;height:100vh;min-height:100vh;overflow:hidden}.shop-shell .shop-app{flex:1 1;height:auto;min-height:0}.shop-ticker{align-items:center;background:#e55a2b;color:#fff;direction:ltr;display:flex;flex:0 0 36px;height:36px;margin:0 -10px;overflow:hidden;unicode-bidi:isolate}.shop-ticker__track{animation:shop-ticker-move 28s linear infinite;display:flex;flex-shrink:0;width:-webkit-max-content;width:max-content}.shop-ticker__track span{font-size:12px;font-weight:600;letter-spacing:.02em;padding:0 32px;white-space:nowrap}@keyframes shop-ticker-move{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.shop-app{--shop-accent:#ff6b35;background:#ececee;color:#1a1a1a;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;height:100vh;min-height:100vh}.shop-app,.shop-app__stage{display:flex;overflow:hidden;position:relative}.shop-app__stage{border-radius:0 20px 20px 0;flex:1 1;flex-direction:column;height:100%;min-height:0;min-width:0}.shop-proof{bottom:18px;left:16px;max-width:calc(100% - 32px);opacity:0;pointer-events:none;position:absolute;transform:translateY(12px);transition:opacity .35s ease,transform .35s ease;width:-webkit-max-content;width:max-content;z-index:80}.shop-proof.is-on{opacity:1;pointer-events:auto;transform:translateY(0)}.shop-follow-toast{align-items:flex-start;background:#fffffff7;border-radius:16px;bottom:18px;box-shadow:0 0 0 1px #0000000f,0 10px 28px #11111129;display:flex;gap:10px;left:16px;opacity:0;padding:12px 12px 12px 14px;pointer-events:none;position:absolute;transform:translateY(16px);transition:opacity .3s ease,transform .3s ease;width:min(360px,calc(100% - 32px));z-index:92}.shop-follow-toast.is-on{opacity:1;pointer-events:auto;transform:translateY(0)}.shop-follow-toast p{grid-gap:2px;display:grid;flex:1 1;gap:2px;margin:0;min-width:0}.shop-follow-toast strong{color:#111;font-size:14px;font-weight:750}.shop-follow-toast span{color:#666;font-size:13px;line-height:1.35}.shop-follow-toast button{background:#0000;border:0;border-radius:50%;color:#9a9a9a;cursor:pointer;flex-shrink:0;font-size:18px;height:22px;line-height:1;padding:0;width:22px}.shop-proof__card{align-items:center;background:#fffffff5;border:1px solid #00000014;border-radius:16px;box-shadow:0 0 0 1px #0000000f,0 2px 8px #11111114,0 8px 20px #1111111f;color:inherit;display:flex;gap:12px;padding:12px 28px 12px 12px;position:relative;text-decoration:none}.shop-proof__close{background:#0000;border:0;border-radius:50%;color:#9a9a9a;cursor:pointer;font-size:18px;height:22px;line-height:1;padding:0;position:absolute;right:6px;top:4px;width:22px}.shop-proof__close:hover{color:#666}.shop-proof__link{align-items:center;color:inherit;display:flex;gap:12px;min-width:0;text-decoration:none;width:100%}.shop-proof__photo{background:#f3f3f3;border-radius:14px;display:grid;flex-shrink:0;height:68px;overflow:hidden;place-items:center;width:68px}.shop-proof__photo .shop-logo,.shop-proof__photo img{height:100%;object-fit:cover;width:100%}.shop-proof__copy{display:flex;flex:1 1;flex-direction:column;gap:3px;justify-content:center;min-width:0}.shop-proof__meta{align-items:baseline;display:flex;gap:8px;min-width:0;white-space:nowrap}.shop-proof__copy strong{font-size:13px;font-weight:700;overflow:hidden;text-overflow:ellipsis}.shop-proof__copy em{color:#555;font-style:normal}.shop-proof__copy em,.shop-proof__copy q{font-size:12px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-proof__copy q{color:#333;display:block;line-height:1.4;quotes:"«\00a0" "\00a0»"}.shop-proof__copy q:before{content:open-quote}.shop-proof__copy q:after{content:close-quote}.shop-proof__copy small{color:#888;flex-shrink:0;font-size:11px;font-weight:400}.shop-app__main{background:#fff;border-radius:0;flex:1 1;height:100%;min-height:0;min-width:0;overflow-y:auto;padding:12px 18px 72px;position:relative}.shop-app__main--home{background:#fff;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;padding:0 10px 8px}.shop-home{align-items:center;display:flex;flex:0 0 auto;flex-direction:column;gap:14px;justify-content:flex-start;margin-top:12px;min-height:0;padding:0 10px;width:100%}.shop-home__stage{align-items:flex-end;display:flex;flex:0 0 auto;height:min(36vh,300px);justify-content:center;overflow:visible;padding-bottom:8px;position:relative;width:100%}.shop-home__brand{color:var(--shop-accent);display:inline-block;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:clamp(32px,6.2vw,72px);font-weight:800;letter-spacing:-.06em;line-height:.82;margin:0;padding:0;pointer-events:none;position:relative;text-align:center;z-index:10}.shop-home__brand span{color:var(--shop-accent);display:block;font-size:.28em;font-weight:800;letter-spacing:.18em;margin-top:2px;text-transform:uppercase}.shop-home__float{--rot:0deg;animation:shop-home-in .7s ease both,shop-home-float 6s ease-in-out .7s infinite;color:inherit;margin-top:-10px;position:absolute;text-decoration:none;z-index:1}.shop-home__float--back,.shop-home__float--front{z-index:1}.shop-float-photo{background:#0000;border-radius:18px;box-shadow:0 14px 30px #1410281f;overflow:hidden;width:clamp(120px,18vw,168px)}.shop-float-photo img{background:#0000;display:block;height:112px;object-fit:cover;width:100%}.shop-home__float.shop-product{background:#fff;border-radius:16px;box-shadow:0 14px 32px #1410281f;padding:0;width:132px}.shop-home__float.shop-product .shop-product__media{aspect-ratio:4/3;border-radius:16px 16px 10px 10px;box-shadow:none}.shop-home__float.shop-product .shop-product__media img{height:100%;object-fit:cover;width:100%}.shop-home__float.shop-product h3{font-size:11px;margin:6px 8px 0}.shop-home__float.shop-product p{font-size:11px;margin:2px 8px 8px}.shop-home__search{align-items:center;background:#fff;border:0;border-radius:999px;box-shadow:0 8px 24px #1410281a;display:flex;gap:8px;margin:8px 0 10px;outline:none;padding:4px 4px 4px 12px;position:relative;width:min(420px,86%);z-index:20}.shop-home__search:focus,.shop-home__search:focus-within{border:0;box-shadow:0 8px 24px #1410281a;outline:none}.shop-home__search input{background:#0000;border:0;box-shadow:none;flex:1 1;font-size:13px;outline:none}.shop-home__search input:focus,.shop-home__search input:focus-visible{border:0;box-shadow:none;outline:none}.shop-home__search>button{background:var(--shop-accent);border:0;border-radius:50%;color:#fff;cursor:pointer;display:grid;flex-shrink:0;height:32px;outline:none;place-items:center;width:32px}.shop-home__search>button:focus,.shop-home__search>button:focus-visible{box-shadow:none;outline:none}.shop-home__search>button svg{height:15px;width:15px}.shop-home__suggest{background:#fff;border-radius:16px;box-shadow:0 14px 36px #14102824;left:0;list-style:none;margin:0;max-height:260px;overflow-y:auto;padding:6px;position:absolute;right:0;top:calc(100% + 8px);z-index:21}.shop-home__suggest li+li{margin-top:2px}.shop-home__suggest-item{align-items:baseline;background:#0000;border:0;border-radius:12px;color:#1a1a1a;cursor:pointer;display:flex;gap:12px;justify-content:space-between;outline:none;padding:8px 10px;text-align:left;width:100%}.shop-home__suggest-item:focus,.shop-home__suggest-item:focus-visible{box-shadow:none;outline:none}.shop-home__suggest-item.is-active,.shop-home__suggest-item:hover{background:#f4f4f7}.shop-home__suggest-copy{font-size:13px;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-home__suggest-kind{color:#8a8794;flex-shrink:0;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.shop-home__cats{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:0;padding:0 0 2px;position:relative;width:100%;z-index:6}.shop-home__cat{align-items:center;background:#fff;border-radius:999px;box-shadow:0 4px 16px #14102814;color:#1a1a1a;display:inline-flex;font-size:12px;font-weight:600;gap:8px;padding:4px 12px 4px 4px;text-decoration:none}.shop-home__cat img,.shop-home__cat-dot{border-radius:50%;height:26px;object-fit:cover;width:26px}.shop-home__cat-dot{display:inline-block}.shop-home__below{align-self:stretch;display:flex;flex-direction:column;gap:22px;padding:18px 4px 0;width:100%}.shop-home__seo{color:#8a8794;font-size:12.5px;line-height:1.65;margin:0 auto;max-width:640px;text-align:center}.shop-home__seo a{color:var(--shop-accent);font-weight:650;text-decoration:none}.shop-network{--network-ink:#1a1a1a;--network-orange:#e55a2b;align-items:start;background:radial-gradient(520px 220px at 100% 0,#ff6b3529,#0000 60%),linear-gradient(135deg,#fff8f4,#fff1ea 58%,#ffe4d6);border:1px solid #e55a2b1f;border-radius:36px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(220px,.85fr);margin:8px 0 4px;overflow:hidden;padding:0;width:100%}.shop-network__copy{display:flex;flex-direction:column;justify-content:center;max-width:none;padding:36px 28px 36px 40px}.shop-network__kicker{color:var(--network-orange);font-size:11px;font-weight:750;letter-spacing:.16em;margin:0 0 12px;text-transform:uppercase}.shop-network h1,.shop-network h2{color:var(--network-ink);font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,serif;font-weight:600;letter-spacing:-.03em;line-height:1.12;margin:0 0 12px;max-width:28ch}.shop-network h1{font-size:clamp(26px,3vw,38px);max-width:18ch}.shop-network h2{font-size:clamp(22px,2.4vw,30px);margin-top:8px}.shop-network h2 span{color:var(--network-orange);display:block}.shop-network__copy>p{color:#4a3b36;font-size:15px;line-height:1.65;margin:0 0 20px;max-width:48ch}.shop-network__cta{align-items:center;background:var(--network-orange);border-radius:999px;color:#fff;display:inline-flex;font-size:14px;font-weight:650;gap:10px;padding:12px 18px 12px 20px;text-decoration:none;width:-webkit-fit-content;width:fit-content}.shop-network__cta span{font-size:18px;line-height:1}.shop-network__why{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0 0 18px;padding:0}.shop-network__why li{background:#fff;border-radius:999px;box-shadow:0 4px 12px #1410280d;color:var(--network-orange);font-size:12px;font-weight:700;padding:6px 12px}.shop-network__faq{border-top:1px solid #e55a2b24;margin-top:22px;padding-top:16px}.shop-network__faq h3{color:var(--network-orange);font-size:13px;font-weight:750;letter-spacing:.08em;margin:0 0 8px;text-transform:uppercase}.shop-network__faq details{border-top:1px solid #e55a2b1a;padding:8px 0}.shop-network__faq details:first-of-type{border-top:0}.shop-network__faq summary{color:var(--network-ink);cursor:pointer;font-size:.92rem;font-weight:650}.shop-network__faq p{color:#4a3b36;font-size:.9rem;line-height:1.5;margin:8px 0 0;max-width:none}.shop-network__aside{align-items:center;align-self:stretch;display:flex;flex-direction:column;gap:18px;justify-content:center;min-height:280px;overflow:hidden;padding:28px 20px 28px 8px;position:relative}.shop-network__watermark{height:auto;max-width:160px;mix-blend-mode:multiply;opacity:.16;pointer-events:none;position:absolute;right:24px;top:50%;transform:translateY(-50%);width:160px}.shop-network__faces{align-items:center;display:flex;padding-left:8px;position:relative;z-index:1}.shop-network__faces img{background:#fff;border:3px solid #fff;border-radius:50%;box-shadow:0 8px 20px #e55a2b29;height:72px;object-fit:cover;width:72px}.shop-network__faces img+img{margin-left:-18px}.shop-network__notes{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;list-style:none;margin:0;padding:0;position:relative;z-index:1}.shop-network__notes li{background:#fff;border-radius:999px;box-shadow:0 4px 12px #1410280d;color:var(--network-orange);font-size:12px;font-weight:700;padding:6px 12px}.shop-rail{width:100%}.shop-rail__head{align-items:center;color:#111;display:inline-flex;font-size:18px;font-weight:750;gap:6px;letter-spacing:-.03em;margin:0 8px 10px;text-decoration:none}.shop-rail__head span{color:#111;font-weight:500}.shop-rail__head svg{color:#ff6b35;flex-shrink:0;height:18px;width:18px}.shop-rail__frame{position:relative}.shop-rail__scroller{--rail-gap:12px;--rail-count:6;display:flex;gap:var(--rail-gap);overflow-x:auto;overflow-y:hidden;padding:0 0 8px;scroll-snap-type:x mandatory;scrollbar-width:none}.shop-rail__scroller::-webkit-scrollbar{display:none}.shop-rail__scroller.is-short{justify-content:center}.shop-rail__next,.shop-rail__prev{background:#fff;border:0;border-radius:50%;box-shadow:0 8px 20px #14102829;cursor:pointer;font-size:22px;height:36px;line-height:1;position:absolute;top:36%;transform:translateY(-50%);width:36px;z-index:2}.shop-rail__prev{left:10px}.shop-rail__next{right:10px}.shop-tile{box-sizing:border-box;color:inherit;flex:0 0 calc((100% - (var(--rail-count) - 1)*var(--rail-gap))/var(--rail-count));max-width:calc((100% - (var(--rail-count) - 1)*var(--rail-gap))/var(--rail-count));scroll-snap-align:start;text-decoration:none;width:calc((100% - (var(--rail-count) - 1)*var(--rail-gap))/var(--rail-count))}.shop-tile__media{aspect-ratio:3/4;background:#ececee;border-radius:16px;overflow:hidden;position:relative}.shop-tile__media img{display:block;height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.shop-tile__badge{background:#111;border-radius:999px;color:#fff;font-size:10px;font-weight:700;left:8px;padding:3px 8px;position:absolute;top:8px}.shop-tile__badge--highlight{background:#ff6b35}.shop-tile__badge--delivery{background:#2f6b4f}.shop-tile__badge--sold{background:#1a1a1a}.shop-tile.is-sold-out .shop-tile__media img{filter:grayscale(.35) brightness(.82)}.shop-tile__heart{background:#ffffffb8;border:0;border-radius:50%;bottom:8px;color:#333;cursor:pointer;display:grid;height:26px;padding:0;place-items:center;position:absolute;right:8px;width:26px}.shop-tile__heart svg{height:14px;width:14px}.shop-tile__heart.is-saved{background:#fff;color:#ff6b35}.shop-tile__brand{font-size:10px;font-weight:800;letter-spacing:.04em;margin:8px 0 0;text-transform:uppercase}.shop-tile h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:13px;font-weight:650;line-height:1.25;margin:2px 0 0;overflow:hidden}.shop-tile__stars{align-items:center;color:#f5b301;display:flex;font-size:11px;gap:4px;letter-spacing:-.04em;margin-top:4px}.shop-tile__stars span{color:#888;font-size:11px;letter-spacing:0}.shop-tile__price{font-size:13px;font-weight:750;margin:4px 0 0}.shop-tile__price s{color:#999;font-weight:500;margin-left:6px}.shop-foot{margin-top:8px;padding:28px 8px 8px;width:100%}.shop-foot__top{grid-gap:40px 32px;align-items:start;display:grid;gap:40px 32px;grid-template-columns:minmax(220px,.9fr) minmax(0,1.4fr)}.shop-foot__lockup{align-items:center;color:#6b6b73;display:inline-flex;gap:10px;text-decoration:none}.shop-foot__qr-block{align-items:flex-start;display:flex;flex-direction:column;gap:10px;width:-webkit-fit-content;width:fit-content}.shop-foot__lockup .shop-logo{filter:grayscale(1) brightness(.62);height:42px;max-width:48px;opacity:.82}.shop-foot__titles{display:flex;flex-direction:column;line-height:1.05;text-align:left}.shop-foot__titles strong{color:#6b6b73;font-size:22px;font-weight:800;letter-spacing:-.05em}.shop-foot__titles small{color:#8a8794;font-size:10px;font-weight:750;letter-spacing:.16em;margin-top:3px;text-transform:uppercase}.shop-foot__qr-block p{color:#6b6b73;font-size:13px;line-height:1.5;margin:0;max-width:34ch;text-align:left}.shop-foot__qr-block p a{color:#4a4a52;font-weight:650}.shop-foot__qr{background:#fff;border-radius:16px;direction:ltr;padding:10px;position:relative;width:-webkit-fit-content;width:fit-content}.shop-foot__qr:after,.shop-foot__qr:before{border-radius:16px;content:"";pointer-events:none;position:absolute}.shop-foot__qr:before{border:2px solid #1a1a1a;inset:0;transform:rotate(-.7deg)}.shop-foot__qr:after{border:1.5px solid #2c2c2c;border-radius:13px;inset:4px;transform:rotate(.55deg)}.shop-foot__qr svg{display:block;height:168px;width:168px}.shop-foot__qr svg image{opacity:0}.shop-foot__qr-brand{align-items:center;background:#fff;border-radius:10px;display:flex;flex-direction:column;gap:2px;justify-content:center;left:50%;min-width:58px;padding:6px 7px 5px;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.shop-foot__qr-brand .shop-logo{filter:grayscale(1) brightness(.18) contrast(1.15);height:22px;max-width:26px}.shop-foot__qr-brand em{align-items:center;display:flex;flex-direction:column;font-style:normal;line-height:1}.shop-foot__qr-brand strong{color:#111;font-size:8px;font-weight:800;letter-spacing:-.04em}.shop-foot__qr-brand small{color:#6b6b73;font-size:6px;font-weight:750;letter-spacing:.12em;margin-top:2px;text-transform:uppercase}.shop-foot__cols{grid-gap:18px 16px;display:grid;gap:18px 16px;grid-template-columns:repeat(4,minmax(0,1fr));padding-top:6px}.shop-foot__cols h3{color:#111;font-size:13px;font-weight:750;margin:0 0 12px}.shop-foot__cols a{color:#4a4a52;display:block;font-size:13px;margin:0 0 8px;text-decoration:none}.shop-foot__cols a:hover{color:#111}.shop-foot__bottom{align-items:center;border-top:1px solid #ececee;display:flex;gap:12px;justify-content:space-between;margin-top:20px;padding-top:16px}.shop-foot__copy,.shop-foot__powered{color:#8a8794;font-size:12px;margin:0}.shop-foot__powered a,.shop-foot__powered strong{color:#4a4a52;font-weight:650;text-decoration:none}.shop-foot__copy{text-align:right}@keyframes shop-home-in{0%{opacity:0;transform:rotate(var(--rot)) translate3d(8px,10px,0) scale(.94)}to{opacity:1;transform:rotate(var(--rot)) translateZ(0) scale(1)}}@keyframes shop-home-float{0%,to{transform:rotate(var(--rot)) translateZ(0)}33%{transform:rotate(var(--rot)) translate3d(10px,-14px,0)}66%{transform:rotate(var(--rot)) translate3d(-8px,-6px,0)}}@media (max-width:980px){.shop-app__main--home{height:auto;overflow-y:auto}.shop-home{overflow-x:hidden}.shop-home__stage{height:240px;min-height:0}.shop-float-photo{width:108px}.shop-float-photo img{height:92px}.shop-home__float.shop-product{width:112px}}.shop-app__title,.shop-page-title{font-size:22px;font-weight:700;letter-spacing:-.03em;margin:0 0 12px;text-align:center}.shop-app__rail{align-items:center;background:#ececee;display:flex;flex-direction:column;flex-shrink:0;gap:8px;height:100%;justify-content:space-between;overflow:hidden;padding:16px 6px 12px;width:84px}.shop-logo{background:none;border-radius:0;filter:none;height:38px;max-width:44px;object-fit:contain;width:auto}.shop-app__logo{display:block;flex-shrink:0;margin-top:4px}.shop-app__logo-mark{background:#0000;display:grid;height:auto;place-items:center;width:auto}.shop-app__logo-mark .shop-logo{filter:drop-shadow(0 0 2px rgba(255,107,53,.16));height:38px}.shop-app__nav{flex:1 1;flex-direction:column;gap:14px;margin-top:0;min-height:0;width:100%}.shop-app__nav,.shop-app__nav a,.shop-app__signin{align-items:center;display:flex;justify-content:center}.shop-app__nav a,.shop-app__signin{background:#0000;border-radius:16px;color:#3a3a3a;flex-direction:column;flex-shrink:0;font-size:10px;font-weight:600;gap:4px;min-height:56px;position:relative;text-decoration:none;transition:color .2s ease,transform .2s ease;width:70px}.shop-app__nav a.is-active,.shop-app__nav a:hover,.shop-app__signin:hover{background:#0000;color:var(--shop-accent);transform:scale(1.1)}.shop-app__nav svg,.shop-app__signin svg{height:22px;transition:transform .2s ease;width:22px}.shop-app__badge{background:var(--shop-accent);border-radius:99px;color:#fff;display:grid;font-size:11px;height:18px;min-width:18px;padding:0 4px;place-items:center;position:absolute;right:18px;top:8px}.shop-featured{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:18px}.shop-featured__card{align-items:flex-end;background:#2b2b32 50%/cover no-repeat;border-radius:16px;color:#fff;display:flex;min-height:118px;overflow:hidden;position:relative;text-decoration:none}.shop-featured__overlay{background:linear-gradient(180deg,#0000,#0000008c);padding:10px 10px 8px;width:100%}.shop-featured__overlay h2{font-size:13px;margin:0 0 4px}.shop-featured__overlay p{font-size:12px;margin:0;opacity:.9}.shop-featured__badge{background:var(--shop-accent);border-radius:999px;color:#fff;display:inline-block;font-size:11px;margin-bottom:8px;padding:2px 8px}.shop-featured__next{background:#fffffff2;border-radius:50%;bottom:8px;color:#111;display:grid;height:22px;place-items:center;position:absolute;right:8px;width:22px}.shop-featured__next svg{height:13px;width:13px}.shop-categories h2,.shop-section-title{font-size:16px;font-weight:700;margin:0 0 10px}.shop-categories__grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.shop-cat{border-radius:16px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;min-height:92px;padding:10px;text-decoration:none}.shop-cat h3{font-size:14px;font-weight:700;margin:0}.shop-cat__tiles{display:flex;gap:8px;justify-content:flex-end}.shop-cat__tile{background:#fff;border-radius:10px;display:grid;height:38px;overflow:hidden;place-items:center;width:38px}.shop-cat__tile .shop-logo,.shop-deal__media .shop-logo,.shop-detail__media .shop-logo,.shop-product__media .shop-logo{animation:none;height:28px;max-width:40px}.shop-cat__tile img{height:100%;object-fit:cover;width:100%}.shop-cat__tile--empty{background:#ffffffeb}.shop-app__search{background:#fff;border-radius:999px;bottom:12px;box-shadow:0 6px 20px #1410281a;display:flex;margin:18px auto 0;max-width:360px;padding:4px 4px 4px 14px;position:-webkit-sticky;position:sticky}.shop-app__search input{background:#0000;border:0;flex:1 1;font-size:13px;outline:none}.shop-app__search button{background:var(--shop-accent);border:0;border-radius:50%;color:#fff;cursor:pointer;display:grid;height:30px;place-items:center;width:30px}.shop-app__search button svg{height:18px;width:18px}.shop-browse{padding:6px 2px 0}.shop-browse__head{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px}.shop-browse__head h1{font-size:clamp(24px,3vw,30px);font-weight:800;letter-spacing:-.045em;margin:0}.shop-saved__title{align-items:center;display:inline-flex;gap:8px}.shop-saved__title svg{color:#ff6b35;height:22px;width:22px}.shop-browse__sort{align-items:center;color:#6b6b73;display:inline-flex;flex-shrink:0;font-size:13px;font-weight:650;gap:8px}.shop-browse__sort select{background:#fff;border:1px solid #e4e4e7;border-radius:999px;color:#111;font-size:13px;font-weight:650;padding:8px 12px}.shop-browse__blurb{color:#4a4a52;font-size:15px;line-height:1.65;margin:0 0 18px;max-width:64ch}.shop-browse__rails{display:flex;flex-direction:column;gap:22px}.shop-browse__empty{color:#4a4a52;padding:28px 8px 12px}.shop-browse__empty p{font-size:15px;margin:0 0 10px}.shop-browse__coop a,.shop-browse__empty a{color:#111;font-weight:700}.shop-browse__coop{background:#f6f6f7;border-radius:16px;color:#4a4a52;font-size:14px;line-height:1.5;margin:28px 0 4px;padding:14px 16px}.shop-chips{-webkit-overflow-scrolling:touch;display:flex;flex-wrap:nowrap;gap:8px;margin:0 -2px 18px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;padding:0 2px 6px;scrollbar-width:none}.shop-chips::-webkit-scrollbar{display:none}.shop-chips a{background:#f1f1f3;border-radius:999px;color:#222;flex:0 0 auto;font-size:13px;font-weight:650;padding:8px 14px;text-decoration:none;white-space:nowrap}.shop-chips a.is-active{background:#111;color:#fff}.shop-products{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(6,minmax(0,1fr))}.shop-product{color:inherit;text-decoration:none}.shop-deal__media,.shop-detail__media,.shop-product__media{aspect-ratio:1;background:#f3f3f5;border-radius:12px;display:grid;overflow:hidden;place-items:center}.shop-deal__media img,.shop-detail__media img,.shop-product__media img{height:100%;object-fit:cover;width:100%}.shop-product h3{font-size:12px;margin:6px 0 2px}.shop-product p{color:#555;margin:0}.shop-product s{color:#999;margin-left:8px}.shop-deals{grid-gap:14px;display:grid;gap:14px}.shop-deal{grid-gap:12px;background:#f7f7f8;border-radius:16px;color:inherit;display:grid;gap:12px;grid-template-columns:76px 1fr;padding:8px;text-decoration:none}.shop-deal__badge{color:var(--shop-accent);font-size:12px;font-weight:700}.shop-empty{color:#777;text-align:center}.shop-back{color:#555;display:inline-block;margin-bottom:16px;text-decoration:none}.shop-detail{grid-gap:28px;display:grid;gap:28px;grid-template-columns:minmax(240px,420px) 1fr;margin-bottom:36px}.shop-detail__cat{color:var(--shop-accent);font-weight:600}.shop-detail__price{font-size:18px;font-weight:700}.shop-pdp{margin:0 auto;max-width:1120px;padding:10px 6px 40px;width:100%}.shop-pdp__stage{grid-gap:36px;align-items:start;display:grid;gap:36px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.shop-pdp__gallery{align-self:start;margin-top:18px;max-width:540px;position:-webkit-sticky;position:sticky;top:20px;width:100%}.shop-pdp__photo-wrap{position:relative}.shop-pdp__photo img,.shop-pdp__photo video{background:#0000;display:block;height:100%;inset:0;object-fit:cover;object-position:center;position:absolute;width:100%}.shop-pdp__photo video{background:#111}.shop-pdp__photo{aspect-ratio:1;background:#f6f6f7;border-radius:22px;display:grid;overflow:hidden;place-items:center;position:relative}.shop-pdp__nav{background:#fff;border:0;border-radius:50%;box-shadow:0 8px 20px #14102829;cursor:pointer;font-size:22px;height:36px;line-height:1;position:absolute;top:50%;transform:translateY(-50%);width:36px;z-index:2}.shop-pdp__nav--prev{left:10px}.shop-pdp__nav--next{right:10px}.shop-pdp__thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto;padding-bottom:2px}.shop-pdp__thumb{background:#f6f6f7;border:2px solid #0000;border-radius:10px;cursor:pointer;flex:0 0 56px;height:56px;overflow:hidden;padding:0;position:relative;width:56px}.shop-pdp__thumb.is-active{border-color:#1a1a1a}.shop-pdp__thumb img{display:block;height:100%;object-fit:cover;width:100%}.shop-pdp__thumb-play{background:#00000047;color:#fff;display:grid;font-size:11px;inset:0;place-items:center;position:absolute}.shop-pdp__liked{margin-top:36px;padding-top:8px}.shop-pdp__liked .shop-rail__head{margin:0 0 12px}.shop-pdp__liked-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(6,minmax(0,1fr))}.shop-pdp__liked-grid .shop-tile{flex:none;max-width:none;width:auto}.shop-pdp__end{display:flex;flex-direction:column;gap:22px;margin-top:28px;padding:0 0 8px;width:100%}.shop-app__main--product{padding-bottom:24px}.shop-pdp__photo .shop-logo{height:72px;width:72px}.shop-pdp__info{display:flex;flex-direction:column;gap:14px;min-width:0;padding-top:18px}.shop-pdp__brand{align-items:center;display:flex;gap:10px}.shop-pdp__brand-mark{background:#fff4ee;border-radius:50%;color:inherit;display:grid;flex-shrink:0;height:40px;overflow:hidden;place-items:center;width:40px}.shop-pdp__brand-mark .shop-logo{height:22px;max-width:26px}.shop-pdp__brand-mark img{height:100%;object-fit:cover;width:100%}.shop-pdp__brand strong,.shop-pdp__brand-name{color:#111;display:block;font-size:14px;font-weight:750;line-height:1.2;text-decoration:none}.shop-pdp__brand span{color:#6b6b73;font-size:12px}.shop-pdp__menu{background:#0000;border:0;color:#111;cursor:pointer;font-size:22px;letter-spacing:1px;line-height:1;margin-left:0;padding:0 2px}.shop-pdp__menu-wrap{margin-left:auto;position:relative}.shop-pdp__menu-panel{background:#fff;border:1px solid #ececee;border-radius:14px;box-shadow:0 16px 36px #11182724;min-width:220px;padding:6px;position:absolute;right:0;top:calc(100% + 6px);z-index:20}.shop-pdp__menu-panel button{background:#0000;border:0;border-radius:10px;color:#111;cursor:pointer;display:block;font:inherit;font-size:14px;font-weight:650;padding:11px 12px;text-align:start;width:100%}.shop-pdp__menu-panel button:hover{background:#fff7ed}.shop-sheet{display:grid;inset:0;place-items:end center;position:fixed;z-index:80}.shop-sheet__backdrop{background:#1111116b;border:0;inset:0;position:absolute}.shop-sheet__panel{background:#fff;border-radius:22px 22px 0 0;max-height:min(92vh,720px);overflow:auto;padding:22px 20px 28px;position:relative;width:min(440px,100%);z-index:1}.shop-sheet__close{background:#0000;border:0;color:#555;cursor:pointer;font-size:24px;line-height:1;position:absolute;right:14px;top:12px}.shop-sheet__panel h2{font-size:20px;font-weight:800;margin:0 28px 8px 0}.shop-sheet__panel>p{color:#555;font-size:14px;line-height:1.45;margin:0 0 16px}.shop-sheet__panel form{grid-gap:10px;display:grid;gap:10px}.shop-sheet__panel label{grid-gap:6px;display:grid;font-size:13px;font-weight:650;gap:6px}.shop-sheet__panel input,.shop-sheet__panel textarea{border:1px solid #e4e4e7;border-radius:12px;font:inherit;font-size:15px;padding:11px 12px}.shop-sheet__send{background:#ff6b35;background:var(--shop-accent,#ff6b35);border:0;border-radius:999px;color:#fff;cursor:pointer;font:inherit;font-size:15px;font-weight:750;padding:13px 16px}.shop-sheet__send:disabled{cursor:not-allowed;opacity:.55}.shop-sheet__error{color:#b42318;font-size:13px;font-weight:650;margin:0}.shop-sheet__done{color:#2f6b4f!important;font-weight:750;margin:8px 0 16px!important}.shop-sheet__call{grid-gap:4px;background:#fff7ed;border-radius:14px;color:inherit;display:grid;gap:4px;margin-top:16px;padding:14px 16px;text-decoration:none}.shop-sheet__call span{color:#555;font-size:13px}.shop-sheet__call strong{font-size:18px;letter-spacing:-.03em}@media (min-width:720px){.shop-sheet{place-items:center}.shop-sheet__panel{border-radius:18px;padding:24px}}.shop-pdp__info h1{font-size:clamp(24px,2.8vw,30px);font-weight:800;letter-spacing:-.045em;line-height:1.15;margin:0}.shop-pdp__ratings,.shop-pdp__review-sum{align-items:center;color:#4a4a52;display:flex;font-size:14px;gap:8px;margin:0}.shop-pdp__stars{color:#f5b301;font-size:15px;letter-spacing:1px}.shop-pdp__proof{background:#f3f3f5;border-radius:999px;color:#4a4a52;font-size:12px;font-weight:650;margin:0;padding:6px 12px;width:-webkit-fit-content;width:fit-content}.shop-pdp__price{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.shop-pdp__price strong{font-size:30px;font-weight:800;letter-spacing:-.04em}.shop-pdp__price s{color:#9a9aa3;font-size:16px}.shop-pdp__price span{background:#111;border-radius:999px;color:#fff;font-size:12px;font-weight:700;padding:4px 9px}.shop-pdp__qty{display:flex;flex-direction:column;font-size:13px;font-weight:650;gap:8px}.shop-pdp__qty span{align-items:center;background:#fff;border:1px solid #e4e4e7;border-radius:999px;display:inline-flex;overflow:hidden;width:-webkit-fit-content;width:fit-content}.shop-pdp__qty button,.shop-pdp__qty em{background:#fff;border:0;display:grid;font-style:normal;font-weight:700;height:40px;place-items:center;width:42px}.shop-pdp__qty button{cursor:pointer}.shop-pdp__add,.shop-pdp__buy{border:0;border-radius:999px;cursor:pointer;font-size:15px;font-weight:750;padding:15px 16px;width:100%}.shop-pdp__add{background:var(--shop-accent);color:#fff}.shop-pdp__add:disabled,.shop-pdp__buy:disabled{background:#888;cursor:not-allowed}.shop-pdp__sold{background:#1a1a1a!important;color:#fff}.shop-pdp__qty button:disabled{cursor:not-allowed;opacity:.4}.shop-product__media{position:relative}.shop-product__sold{background:#1a1a1a;border-radius:999px;color:#fff;font-size:10px;font-weight:700;left:8px;padding:3px 8px;position:absolute;top:8px}.shop-product.is-sold-out .shop-product__media img{filter:grayscale(.35) brightness(.82)}.shop-bag__sold{color:#b42318;font-size:12px;font-weight:750;margin:4px 0 0}.shop-bag__item.is-sold-out .shop-bag__photo img{filter:grayscale(.35) brightness(.82)}.shop-pdp__buy{background:#111;color:#fff}.shop-pdp__actions{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.shop-pdp__actions button{align-items:center;background:#fff;border:1px solid #e4e4e7;border-radius:999px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:650;gap:8px;justify-content:center;padding:12px 10px}.shop-pdp__actions svg,.shop-pdp__more svg{height:16px;width:16px}.shop-pdp__block{margin-top:6px;padding-top:22px}.shop-pdp__block--last{padding-bottom:8px}.shop-seller-card{background:#fff;border:1px solid #ececef;border-radius:16px;color:inherit;cursor:pointer;display:block;margin-top:18px;overflow:hidden;text-decoration:none}.shop-seller-card__banner{background:#f4f1ec;height:72px;overflow:hidden}.shop-seller-card__banner img{display:block;height:100%;object-fit:cover;width:100%}.shop-seller-card__mosaic{display:flex;height:100%}.shop-seller-card__mosaic img{flex:1 1;height:100%;min-width:0;object-fit:cover;width:100%}.shop-seller-card__mosaic span{align-items:center;color:#1a1a1a;display:flex;font-size:22px;font-weight:800;grid-column:1/-1;justify-content:center;letter-spacing:-.04em;padding:12px}.shop-seller-card__logo-wrap{display:flex;justify-content:center;margin-top:-28px;position:relative;z-index:1}.shop-seller-card__logo{background:#fff;border:3px solid #fff;border-radius:50%;box-shadow:0 1px 6px #1111111f;height:64px;object-fit:cover;width:64px}.shop-seller-card__logo--mark{align-items:center;color:#111;display:inline-flex;font-size:22px;font-weight:800;justify-content:center}.shop-seller-card__body{align-items:center;display:flex;gap:12px;justify-content:space-between;padding:4px 14px 12px}.shop-seller-card__meta{min-width:0}.shop-seller-card__badge{background:#111;border-radius:999px;color:#fff;display:inline-block;font-size:10px;font-weight:700;letter-spacing:.01em;margin-bottom:4px;padding:2px 7px}.shop-seller-card__meta strong{color:#111;display:block;font-size:16px;font-weight:800;letter-spacing:-.03em;line-height:1.2}.shop-seller-card__meta p{align-items:center;color:#6b6b73;display:flex;font-size:13px;font-weight:550;gap:4px;margin:4px 0 0}.shop-seller-card__meta p span{color:#111;font-size:12px}.shop-seller-card__follow{align-items:center;background:#eeeef0;border-radius:999px;color:#111;display:inline-flex;flex-shrink:0;font-size:14px;font-weight:750;justify-content:center;min-height:32px;padding:6px 14px;text-decoration:none}.shop-seller-card__follow:hover{background:#e4e4e7}.shop-coop{display:grid;grid-template-columns:1fr auto;padding:8px 4px 12px}.shop-coop>*{grid-column:1/-1}.shop-coop__bar{display:contents}.shop-coop__chip{align-items:center;align-self:start;backdrop-filter:blur(18px) saturate(180%);-webkit-backdrop-filter:blur(18px) saturate(180%);background:#ffffff6b;border:1px solid #ffffffa6;border-radius:999px;box-shadow:0 2px 10px #11111114;display:inline-flex;gap:8px;grid-column:1;grid-row:1;justify-self:start;padding:4px 10px 4px 4px;position:-webkit-sticky;position:sticky;top:10px;width:-webkit-max-content;width:max-content;z-index:24}.shop-coop__chip-logo{background:#f4f1ec;border-radius:50%;display:grid;font-size:14px;font-weight:800;height:36px;overflow:hidden;place-items:center;width:36px}.shop-coop__chip-logo img{height:100%;object-fit:cover;width:100%}.shop-coop__menu-btn{align-items:center;background:#0000;border:0;cursor:pointer;display:flex;flex-direction:column;gap:4px;height:28px;justify-content:center;padding:0;width:28px}.shop-coop__menu-btn span{background:#111;border-radius:99px;display:block;height:1.5px;width:14px}.shop-coop__menu{background:#fff;border:1px solid #ececef;border-radius:14px;box-shadow:0 10px 24px #1111111a;display:flex;flex-direction:column;left:0;min-width:160px;padding:8px;position:absolute;top:calc(100% + 8px);z-index:8}.shop-coop__menu a,.shop-coop__menu button{background:#0000;border:0;border-radius:10px;color:#111;cursor:pointer;font-size:14px;font-weight:650;padding:10px 12px;text-align:left;text-decoration:none}.shop-coop__menu a:hover,.shop-coop__menu button:hover{background:#f6f6f7}.shop-coop__follow{align-self:start;background:#fff;border:0;border-radius:999px;box-shadow:0 6px 16px #11111114;color:#111;cursor:pointer;font-size:14px;font-weight:750;grid-column:2;grid-row:1;justify-self:end;min-height:40px;padding:8px 18px}.shop-coop__follow:disabled{cursor:wait;opacity:.6}.shop-coop__follow.is-on{background:#111;color:#fff}.shop-coop__hero{padding:28px 8px 18px;text-align:center}.shop-coop__hero h1{font-size:clamp(28px,4vw,42px);font-weight:800;letter-spacing:-.05em;line-height:1.1;margin:0}.shop-coop__hero p{color:#6b6b73;font-size:15px;font-weight:550;margin:8px 0 0}.shop-coop__tools{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.shop-coop__tools-top{align-items:center;display:flex;gap:12px;justify-content:space-between}.shop-coop__tools-top h2{font-size:22px;font-weight:750;letter-spacing:-.03em;margin:0}.shop-coop__search{align-items:center;background:#f3f3f5;border-radius:999px;display:flex;gap:8px;min-width:min(100%,280px);padding:8px 14px}.shop-coop__search svg{color:#8a8a93;flex-shrink:0;height:16px;width:16px}.shop-coop__search input{background:#0000;border:0;flex:1 1;font-size:14px;min-width:0;outline:none}.shop-coop__filters{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.shop-coop__filter-icon{background:#fff;border:1px solid #ececef;border-radius:12px;color:#111;cursor:pointer;display:grid;height:36px;place-items:center;width:36px}.shop-coop__filter-icon svg{height:16px;width:16px}.shop-coop__pill{align-items:center;background:#fff;border:1px solid #ececef;border-radius:999px;color:#111;cursor:pointer;display:inline-flex;font-size:13px;font-weight:700;min-height:36px;padding:0 14px;position:relative}.shop-coop__pill.is-on{background:#111;border-color:#111;color:#fff}.shop-coop__pill span{pointer-events:none}.shop-coop__sort{position:relative}.shop-coop__sort-btn{gap:8px;padding:0 12px 0 14px}.shop-coop__sort-btn em{font-style:normal;font-weight:650;max-width:140px;opacity:.72;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-coop__sort-btn.is-on em{opacity:.82}.shop-coop__sort-btn svg{flex-shrink:0;height:14px;width:14px}.shop-coop__sort-menu{background:#fff;border:1px solid #ececef;border-radius:18px;box-shadow:0 14px 32px #1111111f;left:0;min-width:220px;padding:8px;position:absolute;top:calc(100% + 8px);z-index:30}.shop-coop__sort-menu button{align-items:center;background:#0000;border:0;border-radius:12px;color:#111;cursor:pointer;display:flex;font-size:14px;font-weight:650;gap:12px;justify-content:space-between;min-height:42px;padding:8px 12px;text-align:left;width:100%}.shop-coop__sort-menu button:hover{background:#f6f6f7}.shop-coop__sort-menu button.is-on{background:#f3f3f5}.shop-coop__sort-menu i{background:#111;border-radius:50%;flex-shrink:0;height:8px;width:8px}.shop-app__main[dir=rtl] .shop-coop__sort-menu{left:auto;right:0}.shop-app__main[dir=rtl] .shop-coop__sort-menu button{text-align:right}.shop-coop__price{position:relative}.shop-coop__price-btn{gap:8px;padding:0 12px 0 14px}.shop-coop__price-btn em{font-style:normal;font-weight:650;opacity:.82}.shop-coop__price-btn svg{flex-shrink:0;height:14px;width:14px}.shop-coop__price-menu{background:#fff;border:1px solid #ececef;border-radius:18px;box-shadow:0 14px 32px #1111111f;left:0;padding:16px 14px 14px;position:absolute;top:calc(100% + 8px);width:min(280px,calc(100vw - 40px));z-index:30}.shop-coop__price-menu .shop-filter__slider{margin:0}.shop-coop__price-menu .shop-filter__bounds{margin-top:10px}.shop-coop__price-menu .shop-filter__bounds input{font-size:13px;min-height:36px}.shop-app__main[dir=rtl] .shop-coop__price-menu{left:auto;right:0}.shop-filter{inset:0;position:fixed;z-index:68}.shop-filter__backdrop{background:#11111147;border:0;cursor:pointer;inset:0;position:absolute}.shop-filter__panel{background:#fff;border-radius:0;bottom:0;box-shadow:10px 0 28px #11111114;display:flex;flex-direction:column;left:0;overflow:auto;padding:18px 16px 16px;position:absolute;top:0;width:min(280px,86vw);z-index:1}.shop-filter__nav{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.shop-filter__nav h2{font-size:22px;font-weight:800;letter-spacing:-.045em;margin:0}.shop-filter__label{color:#8a8a93;font-size:13px;font-weight:650;margin:18px 0 8px}.shop-filter__list{display:flex;flex-direction:column}.shop-filter__choice,.shop-filter__toggle{align-items:center;background:#0000;border:0;color:#111;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:12px;justify-content:space-between;min-height:46px;padding:8px 0;text-align:left;width:100%}.shop-filter__choice i{border:2px solid #d8d8de;border-radius:50%;flex-shrink:0;height:22px;position:relative;width:22px}.shop-filter__choice.is-on i{border-color:#111}.shop-filter__choice.is-on i:after{background:#111;border-radius:50%;content:"";inset:4px;position:absolute}.shop-filter__toggle i{border:2px solid #d8d8de;border-radius:6px;flex-shrink:0;height:22px;position:relative;width:22px}.shop-filter__toggle.is-on i{background:#111;border-color:#111}.shop-filter__toggle.is-on i:after{border:2px solid #fff;border-left:0;border-top:0;content:"";height:11px;left:6px;position:absolute;top:2px;transform:rotate(45deg);width:6px}.shop-filter__slider{margin:6px 0 8px}.shop-filter__range{height:36px;position:relative}.shop-filter__track{background:#ececef;border-radius:99px;height:4px;left:0;margin-top:-2px;position:absolute;right:0;top:50%}.shop-filter__track i{background:#ff8c00;border-radius:99px;bottom:0;position:absolute;top:0}.shop-filter__range input[type=range]{appearance:none;-webkit-appearance:none;background:#0000;inset:0;margin:0;pointer-events:none;position:absolute;width:100%}.shop-filter__range input[type=range]::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;background:#ff8c00;border:0;border-radius:50%;box-shadow:0 1px 6px #ff8c0073;cursor:pointer;height:22px;pointer-events:auto;width:22px}.shop-filter__range input[type=range]::-moz-range-thumb{background:#ff8c00;border:0;border-radius:50%;box-shadow:0 1px 6px #ff8c0073;cursor:pointer;height:22px;pointer-events:auto;width:22px}.shop-filter__range input[type=range]::-moz-range-track{background:#0000}.shop-filter__range input[type=range]:first-of-type{z-index:2}.shop-filter__range input[type=range]:nth-of-type(2){z-index:3}.shop-filter__bounds{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:1fr auto 1fr;margin-top:12px}.shop-filter__bounds span{color:#c4c4cb}.shop-filter__bounds input{background:#fff;border:1px solid #e4e4e7;border-radius:12px;font-size:15px;font-weight:650;min-height:42px;padding:8px 12px;text-align:center;width:100%}.shop-filter__foot{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-top:auto;padding-top:22px}.shop-filter__done,.shop-filter__reset{border:0;border-radius:999px;cursor:pointer;font-size:15px;font-weight:750;min-height:48px}.shop-filter__reset{background:#eeeef0;color:#111}.shop-filter__done{background:#111;color:#fff}.shop-app__main[dir=rtl] .shop-filter__choice,.shop-app__main[dir=rtl] .shop-filter__nav h2,.shop-app__main[dir=rtl] .shop-filter__panel,.shop-app__main[dir=rtl] .shop-filter__toggle{text-align:right}.shop-app__main[dir=rtl] .shop-filter__panel{left:auto;right:0}@media (max-width:720px){.shop-filter__panel{bottom:0;left:0;right:auto;top:0;width:min(280px,86vw)}}.shop-coop__grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(6,minmax(0,1fr))}.shop-coop__grid .shop-tile{flex:none;max-width:none;width:auto}.shop-coop-card{inset:0;position:fixed;z-index:70}.shop-coop-card__backdrop{background:#11111161;border:0;cursor:pointer;inset:0;position:absolute}.shop-coop-card__panel{background:#fff;border-radius:32px;bottom:16px;box-shadow:0 18px 50px #1111112e;display:flex;flex-direction:column;gap:12px;left:16px;overflow:auto;padding:14px 16px 22px;position:absolute;top:16px;width:min(400px,calc(100vw - 32px));z-index:1}.shop-coop-card__nav{align-items:center;display:flex;justify-content:flex-start}.shop-coop-card__round{background:#f3f3f5;border:0;border-radius:50%;color:#111;cursor:pointer;display:grid;font-size:22px;height:36px;line-height:1;place-items:center;width:36px}.shop-coop-card__round svg{height:16px;width:16px}.shop-coop-card__title{font-size:34px;font-weight:800;letter-spacing:-.05em;line-height:1.05;margin:4px 4px 2px}.shop-coop-card__group{background:#f4f4f6;border-radius:22px;overflow:hidden;padding:4px 6px}.shop-coop-card__row{align-items:center;background:#0000;border:0;color:#111;display:flex;font:inherit;gap:12px;justify-content:space-between;min-height:52px;padding:10px 12px;text-align:left;text-decoration:none;width:100%}.shop-coop-card__row+.shop-coop-card__row{border-top:1px solid #e8e8ec}.shop-coop-card__row>a,.shop-coop-card__row>span:first-child{color:#111;flex:1 1;font-size:16px;font-weight:600;min-width:0;text-decoration:none;word-break:break-word}.shop-coop-card__row svg{color:#111;flex-shrink:0;height:20px;width:20px}.shop-coop-card__row--address{align-items:flex-start}.shop-coop-card__row--address span{font-weight:550;line-height:1.45;white-space:pre-line}.shop-coop-card__row-actions{align-items:center;display:inline-flex;flex-shrink:0;gap:10px}.shop-coop-card__row-actions a,.shop-coop-card__row-actions button{background:#0000;border:0;color:#111;cursor:pointer;display:grid;height:28px;padding:0;place-items:center;width:28px}.shop-coop-card__action{align-items:center;background:#f4f4f6;border:0;border-radius:22px;color:#111;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:12px;justify-content:space-between;min-height:56px;padding:14px 16px;text-align:left;text-decoration:none;width:100%}.shop-coop-card__action svg{flex-shrink:0;height:20px;width:20px}.shop-coop-card__label{color:#8a8a93;font-size:12px;font-weight:700;margin:8px 12px 0}.shop-coop-card__certs{display:flex;gap:8px;overflow-x:auto;padding:8px 10px 12px}.shop-coop-card__cert{background:#fff;border-radius:14px;color:#111;display:grid;flex-shrink:0;font-size:12px;font-weight:800;height:64px;overflow:hidden;place-items:center;width:64px}.shop-coop-card__cert img{height:100%;object-fit:cover;width:100%}.shop-coop-card__copied,.shop-coop-card__empty{color:#6b6b73;font-size:13px;margin:0;padding:12px}.shop-app__main[dir=rtl] .shop-coop-card__action,.shop-app__main[dir=rtl] .shop-coop-card__row,.shop-app__main[dir=rtl] .shop-coop-card__title{text-align:right}@media (max-width:720px){.shop-coop-card__panel{bottom:calc(78px + env(safe-area-inset-bottom, 0px));left:10px;right:10px;top:10px;width:auto}}.shop-pdp__block h2{font-size:22px;font-weight:750;letter-spacing:-.03em;margin:0 0 10px}.shop-pdp__block>p{color:#4a4a52;font-size:15px;line-height:1.65;margin:0}.shop-pdp__more,.shop-pdp__more-reviews{align-items:center;background:#fff;border:1px solid #e4e4e7;border-radius:999px;color:#111;cursor:pointer;display:flex;font-size:14px;font-weight:650;gap:8px;justify-content:center;margin-top:16px;padding:12px 16px;text-decoration:none;width:100%}.shop-pdp__reviews{background:#f3f3f5;border-radius:22px;margin-top:4px;padding:18px 16px 16px}.shop-pdp__review-head{grid-gap:20px;align-items:center;display:grid;gap:20px;grid-template-columns:auto 1fr}.shop-pdp__review-head strong{display:block;font-size:36px;letter-spacing:-.05em;line-height:1}.shop-pdp__review-head p{color:#6b6b73;font-size:13px;margin:2px 0 0}.shop-pdp__bars{list-style:none;margin:0;padding:0}.shop-pdp__bars li{grid-gap:8px;align-items:center;color:#6b6b73;display:grid;font-size:11px;gap:8px;grid-template-columns:10px 1fr;margin-bottom:5px}.shop-pdp__bars i{background:#e4e4e8;border-radius:99px;display:block;height:7px;overflow:hidden}.shop-pdp__bars b{background:#111;border-radius:99px;display:block;height:100%}.shop-pdp__review-carousel{margin-top:16px;position:relative}.shop-pdp__review-carousel.is-many{padding:0 52px}.shop-pdp__review-cards{-webkit-overflow-scrolling:touch;cursor:grab;display:flex;overflow-x:auto;overscroll-behavior-x:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x}.shop-pdp__review-carousel.is-many .shop-pdp__review-cards{cursor:grab}.shop-pdp__review-cards:active{cursor:grabbing}.shop-pdp__review-cards::-webkit-scrollbar{display:none}.shop-pdp__review-cards article{background:#fff;border-radius:16px;box-sizing:border-box;flex:0 0 100%;min-height:132px;min-width:100%;padding:16px 18px;scroll-snap-align:start;-webkit-user-select:none;user-select:none;width:100%}.shop-pdp__review-carousel .shop-pdp__nav{height:40px;width:40px}.shop-pdp__review-carousel .shop-pdp__nav--prev{left:0}.shop-pdp__review-carousel .shop-pdp__nav--next{right:0}.shop-app__main[dir=rtl] .shop-pdp__review-carousel .shop-pdp__nav--prev{left:auto;right:0}.shop-app__main[dir=rtl] .shop-pdp__review-carousel .shop-pdp__nav--next{left:0;right:auto}.shop-pdp__review-dots{display:flex;gap:6px;justify-content:center;margin-top:10px}.shop-pdp__review-dots button{background:#d4d4d8;border:0;border-radius:50%;cursor:pointer;height:7px;padding:0;width:7px}.shop-pdp__review-dots button.is-on{background:#111;border-radius:99px;width:16px}.shop-pdp__review-cards p{font-size:14px;font-weight:650;margin:8px 0 12px}.shop-pdp__review-cards small{align-items:center;color:#8a8794;display:flex;font-size:12px;gap:6px}.shop-pdp__review-cards i{background:#f3c6a8;border-radius:50%;color:#111;display:grid;flex-shrink:0;font-size:10px;font-style:normal;font-weight:700;height:20px;place-items:center;width:20px}.shop-bag{padding:6px 2px 0}.shop-bag__head{align-items:baseline;display:flex;gap:12px;margin-bottom:18px}.shop-bag__head h1{font-size:clamp(24px,3vw,30px);font-weight:800;letter-spacing:-.045em;margin:0}.shop-bag__head p{color:#6b6b73;font-size:14px;font-weight:650;margin:0}.shop-bag__empty{padding:28px 4px 12px}.shop-bag__empty p{color:#4a4a52;font-size:16px;margin:0 0 16px}.shop-bag__empty .shop-bag__btn{min-width:220px;width:auto}.shop-bag__layout{grid-gap:28px;align-items:start;display:grid;gap:28px;grid-template-columns:minmax(0,1.35fr) minmax(280px,.75fr)}.shop-bag__item{grid-gap:14px;border-bottom:1px solid #eee;display:grid;gap:14px;grid-template-columns:92px minmax(0,1fr) auto;padding:16px 0}.shop-bag__photo{background:#f4f4f6;border-radius:16px;display:grid;height:92px;overflow:hidden;place-items:center;width:92px}.shop-bag__photo img{display:block;height:100%;object-fit:cover;width:100%}.shop-bag__photo .shop-logo{height:36px;max-width:40px}.shop-bag__meta a{color:inherit;text-decoration:none}.shop-bag__meta small{color:#8a8794;display:block;font-size:11px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.shop-bag__meta strong{display:block;font-size:15px;font-weight:750;letter-spacing:-.02em;margin-top:2px}.shop-bag__price{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.shop-bag__price b{font-size:14px}.shop-bag__price s{color:#9a9aa3;font-size:13px}.shop-bag__price em{background:#111;border-radius:999px;color:#fff;font-size:11px;font-style:normal;font-weight:700;padding:2px 7px}.shop-bag__tools{align-items:center;display:flex;gap:12px;margin-top:12px}.shop-bag__qty{align-items:center;background:#fff;border:1px solid #e4e4e7;border-radius:999px;display:inline-flex;overflow:hidden}.shop-bag__qty button,.shop-bag__qty i{background:#fff;border:0;display:grid;font-style:normal;font-weight:700;height:32px;place-items:center;width:34px}.shop-bag__qty button{cursor:pointer}.shop-bag__remove{background:#0000;border:0;color:#8a8794;cursor:pointer;font-size:13px;font-weight:650}.shop-bag__line{font-size:15px;font-weight:750;margin:0;white-space:nowrap}.shop-bag__sum{background:#f6f6f7;border-radius:22px;padding:20px 18px 18px;position:-webkit-sticky;position:sticky;top:16px}.shop-bag__sum h2{font-size:18px;font-weight:750;margin:0 0 14px}.shop-bag__sum ul{list-style:none;margin:0;padding:0}.shop-bag__sum li{color:#4a4a52;display:flex;font-size:14px;gap:12px;justify-content:space-between;margin-bottom:8px}.shop-bag__sum li.is-total{border-top:1px solid #e4e4e7;color:#111;font-size:16px;margin-top:10px;padding-top:10px}.shop-bag__sum li.shop-bag__promo{color:#0f766e;display:block;font-size:12px;font-weight:650}.shop-bag__trust{color:#6b6b73;font-size:12px;font-weight:650;margin:12px 0 16px}.shop-bag__form{grid-gap:10px;display:grid;gap:10px}.shop-bag__form label{grid-gap:5px;color:#4a4a52;display:grid;font-size:12px;font-weight:650;gap:5px}.shop-bag__form input,.shop-bag__form textarea{background:#fff;border:1px solid #e4e4e7;border-radius:12px;color:#111;font:inherit;font-weight:500;padding:10px 12px}.shop-bag__locate{background:#fff;border:0;border-radius:999px;box-shadow:inset 0 0 0 1px #e4e4e7;color:#111;cursor:pointer;font:inherit;font-size:13px;font-weight:700;padding:10px 14px}.shop-bag__locate:disabled{cursor:wait;opacity:.65}.shop-bag__locate-hint{color:#6b6b73;font-size:12px;font-weight:500;margin:-4px 0 0}.shop-bag__error{color:#b42318;font-size:13px;margin:0}.shop-bag__btn{align-items:center;background:var(--shop-accent);border:0;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;font-weight:750;justify-content:center;padding:13px 16px;text-decoration:none;width:100%}.shop-bag__btn:disabled{cursor:wait;opacity:.65}.shop-bag__btn--ghost{background:#fff;box-shadow:inset 0 0 0 1px #e4e4e7;color:#111}.shop-bag__cta-row{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;max-width:480px}.shop-bag--done{margin:0 auto;max-width:420px;padding:56px 8px 28px;text-align:center}.shop-bag--done-check{color:#ff6b35;display:block;font-size:52px;line-height:1;margin:0 auto 16px}.shop-bag--done h1{font-size:clamp(22px,3vw,28px);font-weight:800;letter-spacing:-.045em;margin:0 0 10px}.shop-bag--done p{color:#4a4a52;font-size:15px;line-height:1.65;margin:0 0 22px}.shop-bag--done .shop-bag__cta-row{margin:0 auto;max-width:100%}.shop-bag .shop-pdp__liked{margin-top:36px}.shop-hero{grid-gap:24px;align-items:center;display:grid;gap:24px;grid-template-columns:1.1fr .9fr;margin-bottom:18px}.shop-hero h1{font-size:22px;font-weight:700;letter-spacing:-.03em;line-height:1.15;margin:0 0 10px}.shop-hero__offer{font-size:18px;font-weight:650;margin:0 0 6px}.shop-hero__price,.shop-hero__sub{color:#444;margin:0 0 8px}.shop-hero__price{color:#1a1a1a;font-weight:700}.shop-hero__actions,.shop-home-ctas{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.shop-home-ctas{justify-content:center;margin:8px 0 28px}.shop-hero__media{aspect-ratio:1;background:#f3f3f5;border-radius:22px;display:block;overflow:hidden}.shop-deal-landing__media img,.shop-hero__media img{height:100%;object-fit:cover;width:100%}.shop-trust{color:#666;font-size:13px;letter-spacing:.01em;margin:0 0 28px;text-align:center}.shop-urgency{color:var(--shop-accent);font-size:12px;font-weight:700;letter-spacing:.04em;margin:0 0 8px;text-transform:uppercase}.shop-btn{align-items:center;background:var(--shop-accent);border:0;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;padding:10px 18px;text-decoration:none}.shop-btn--ghost{background:#fff;box-shadow:inset 0 0 0 1px #ddd;color:#1a1a1a}.shop-cart-done h2,.shop-cart-form h2,.shop-home-featured h2,.shop-section-title,.shop-seo-copy h2{font-size:18px;margin:0 0 12px}.shop-seo-copy{color:#333;font-size:15px;line-height:1.7;margin:0 auto;max-width:640px}.shop-detail__cat a,.shop-detail__coop a,.shop-empty a,.shop-seo-copy a{color:var(--shop-accent)}.shop-cat-blurb{color:#555;font-size:14px;line-height:1.55;margin:-4px auto 16px;max-width:560px;text-align:center}.shop-deal-landing{grid-gap:28px;display:grid;gap:28px;grid-template-columns:minmax(240px,420px) 1fr;margin-bottom:36px}.shop-deal-landing__media{aspect-ratio:1;background:#f3f3f5;border-radius:18px;display:grid;overflow:hidden;place-items:center}.shop-deal-landing__limit{color:#a15b2a;font-size:14px;font-weight:600}.shop-detail__coop{color:#555;font-size:14px}.shop-cart__info{align-items:center;display:flex;gap:10px;min-width:0}.shop-cart__info img{border-radius:10px;flex-shrink:0;height:48px;object-fit:cover;width:48px}.shop-cart__info span,.shop-cart__info strong{display:block}.shop-cart__info span{color:#777;font-size:12px}.shop-qty{align-items:center;background:#f3f3f5;border-radius:999px;display:inline-flex;gap:8px;padding:4px}.shop-qty button{background:#fff;border:0;border-radius:50%;color:#111;cursor:pointer;height:28px;width:28px}.shop-cart-form{grid-gap:12px;display:grid;gap:12px;margin-top:20px;max-width:420px}.shop-cart-form label{grid-gap:6px;display:grid;font-size:13px;font-weight:600;gap:6px}.shop-cart-form input,.shop-cart-form textarea{border:1px solid #e4e4e7;border-radius:12px;font:inherit;font-weight:400;padding:10px 12px}.shop-cart-form__error{color:#b42318;margin:0}.shop-cart-done{line-height:1.6;margin:24px auto;max-width:480px;text-align:center}.shop-save-toast{background:#fff;border-radius:18px;bottom:18px;box-shadow:0 0 0 1px #0000000f,0 10px 28px #11111129;left:16px;opacity:0;padding:12px;pointer-events:none;position:absolute;transform:translateY(120%);transition:opacity .35s ease,transform .35s ease;width:min(420px,calc(100% - 32px));z-index:90}.shop-save-toast.is-on{opacity:1;pointer-events:auto;transform:translateY(0)}.shop-save-toast__row{align-items:center;display:flex;gap:12px}.shop-save-toast__photo{background:#f3f3f3;border-radius:12px;display:grid;flex-shrink:0;height:56px;overflow:hidden;place-items:center;width:56px}.shop-save-toast__photo .shop-logo,.shop-save-toast__photo img{height:100%;object-fit:cover;width:100%}.shop-save-toast__copy{grid-gap:2px;display:grid;flex:1 1;gap:2px;min-width:0}.shop-save-toast__copy strong{font-size:14px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-save-toast__copy em{color:#2f6b4f;font-size:13px;font-style:normal;font-weight:650}.shop-save-toast__close{background:#0000;border:0;color:#9a9a9a;cursor:pointer;font-size:22px;line-height:1;padding:0 4px}.shop-save-toast__add{background:#0000;border:0;color:#111;cursor:pointer;font:inherit;font-size:13px;font-weight:650;margin-top:10px;padding:4px 0 0;text-align:left;width:100%}.shop-save-toast__form{display:flex;gap:8px;margin-top:10px}.shop-save-toast__form input{border:1px solid #e4e4e7;border-radius:999px;flex:1 1;font:inherit;font-size:13px;min-width:0;padding:8px 12px}.shop-save-toast__form button{background:#111;border:0;border-radius:999px;color:#fff;cursor:pointer;font:inherit;font-size:13px;font-weight:700;padding:8px 14px}.shop-save-toast__note{color:#2f6b4f;font-size:12px;margin:8px 0 0}.shop-account{margin:8px 0 24px;max-width:none;padding:4px 2px 20px}.shop-account h1{font-size:28px;letter-spacing:-.04em;margin:0}.shop-account__form,.shop-account__grid,.shop-account__head,.shop-account__lead,.shop-account__list,.shop-account__switch,.shop-account__tabs{max-width:720px}.shop-account__lead{color:#5b5b63;margin:8px 0 18px}.shop-account__switch{display:flex;gap:8px;margin-bottom:16px}.shop-account__switch button,.shop-account__tabs button{background:#f1f1f3;border:0;border-radius:999px;cursor:pointer;font:inherit;font-size:13px;font-weight:650;padding:8px 14px}.shop-account__switch button.is-active,.shop-account__tabs button.is-active{background:#111;color:#fff}.shop-account__form{grid-gap:12px;display:grid;gap:12px}.shop-account__form label{grid-gap:6px;display:grid;font-size:13px;font-weight:650;gap:6px}.shop-account__form input{border:1px solid #e4e4e7;border-radius:12px;font:inherit;font-weight:400;padding:10px 12px}.shop-account__error{color:#b42318;margin:0}.shop-account__out,.shop-account__submit{background:#111;border:0;border-radius:999px;color:#fff;cursor:pointer;font:inherit;font-weight:700;padding:12px 16px}.shop-account__out{background:#f1f1f3;color:#111;font-size:13px;padding:8px 14px}.shop-account__head{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:16px}.shop-account__hello{color:#6b6b73;font-size:13px;font-weight:650;margin:0 0 4px}.shop-account__tabs{display:flex;gap:8px;margin-bottom:18px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.shop-account__tabs::-webkit-scrollbar{display:none}.shop-account__tabs button{flex:0 0 auto}.shop-account__grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr))}.shop-account__stat{grid-gap:4px;background:#f6f6f7;border-radius:16px;display:grid;gap:4px;padding:16px}.shop-account__stat strong{font-size:22px}.shop-account__empty,.shop-account__label,.shop-account__stat span{color:#5b5b63;font-size:13px}.shop-account__label{font-weight:750;margin:4px 2px 0}.shop-account__follows{grid-gap:8px;display:grid;gap:8px}.shop-account__coop{align-items:center;background:#f6f6f7;border-radius:16px;color:#111;display:flex;gap:12px;min-height:64px;padding:10px 14px;text-decoration:none}.shop-account__coop strong{flex:1 1;font-size:15px;font-weight:750;min-width:0}.shop-account__coop-logo{background:#fff;border-radius:50%;display:grid;flex-shrink:0;font-weight:800;height:42px;overflow:hidden;place-items:center;width:42px}.shop-account__coop-logo img{height:100%;object-fit:cover;width:100%}.shop-account__list{grid-gap:10px;display:grid;gap:10px}.shop-account__card{align-items:center;background:#f6f6f7;border-radius:16px;display:flex;gap:12px;justify-content:space-between;padding:14px 16px}.shop-account__card p{color:#5b5b63;font-size:13px;margin:4px 0 0}.shop-account__card a{color:#111;font-size:13px;font-weight:700}.shop-account__saved{grid-gap:22px;display:grid;gap:22px;width:100%}.shop-account__saved .shop-rail{width:100%}.shop-account__saved .shop-tile{flex:0 0 calc((100% - (var(--rail-count) - 1)*var(--rail-gap))/var(--rail-count));max-width:calc((100% - (var(--rail-count) - 1)*var(--rail-gap))/var(--rail-count));width:calc((100% - (var(--rail-count) - 1)*var(--rail-gap))/var(--rail-count))}@media (min-width:981px){.shop-app{background:#ececee;flex-direction:row}.shop-app__stage{border-radius:0 20px 20px 0;height:100%}.shop-app__rail{align-items:center;background:#ececee;border-radius:0;box-shadow:none;flex-direction:column;height:100%;justify-content:space-between;overflow:hidden;padding:16px 6px 12px;width:84px}.shop-app__logo{display:block}.shop-app__nav{flex:1 1;flex-direction:column;gap:14px;justify-content:center}.shop-app__nav a,.shop-app__signin{flex:none;min-height:56px;width:70px}.shop-app__nav a.shop-app__nav-saved{display:flex}.shop-app__nav svg,.shop-app__signin svg{height:22px;width:22px}}.shop-app__rail-end{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:4px}.shop-lang{background:#fff;border:0;border-radius:999px;box-shadow:0 1px 4px #1111111a;color:#3a3a3a;cursor:pointer;font-size:11px;font-weight:700;line-height:1.2;padding:6px 10px}.shop-lang:hover{color:var(--shop-accent)}.shop-lang--rail{background:#0000;box-shadow:none;font-size:10px;padding:6px 4px;width:70px}.shop-lang--float{display:none;position:absolute;right:12px;top:10px;z-index:50}.shop-app__main--home .shop-lang--float{top:36px}.shop-app__main[dir=rtl] .shop-lang--float{left:12px;right:auto}.shop-app--ar,.shop-app--ar .shop-app__main{font-family:Segoe UI,Tahoma,Noto Naskh Arabic,sans-serif}.shop-app--ar .shop-app__main{font-synthesis:weight}.shop-app--ar .shop-app__main,.shop-app--ar .shop-app__main :not(.shop-home__brand):not(.shop-home__brand *),.shop-app--ar .shop-app__nav span,.shop-app--ar .shop-app__signin span,.shop-app--ar .shop-lang{font-weight:700}.shop-app--ar .shop-app__main h1:not(.shop-home__brand),.shop-app--ar .shop-app__main h2,.shop-app--ar .shop-app__main h3,.shop-app--ar .shop-app__main strong{font-weight:800}.shop-app--ar .shop-home__brand,.shop-app--ar .shop-home__brand span{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:800}.shop-app--ar .shop-follow-toast p,.shop-app__main[dir=rtl],.shop-app__main[dir=rtl] .shop-account,.shop-app__main[dir=rtl] .shop-account__form label,.shop-app__main[dir=rtl] .shop-account__hello,.shop-app__main[dir=rtl] .shop-account__lead,.shop-app__main[dir=rtl] .shop-account__stat,.shop-app__main[dir=rtl] .shop-bag__form label,.shop-app__main[dir=rtl] .shop-bag__head,.shop-app__main[dir=rtl] .shop-bag__meta,.shop-app__main[dir=rtl] .shop-bag__sum,.shop-app__main[dir=rtl] .shop-browse__blurb,.shop-app__main[dir=rtl] .shop-browse__coop,.shop-app__main[dir=rtl] .shop-browse__empty,.shop-app__main[dir=rtl] .shop-browse__head,.shop-app__main[dir=rtl] .shop-coop__hero,.shop-app__main[dir=rtl] .shop-coop__menu a,.shop-app__main[dir=rtl] .shop-coop__menu button,.shop-app__main[dir=rtl] .shop-coop__tools-top h2,.shop-app__main[dir=rtl] .shop-foot__cols,.shop-app__main[dir=rtl] .shop-foot__cols a,.shop-app__main[dir=rtl] .shop-foot__cols h3,.shop-app__main[dir=rtl] .shop-foot__powered,.shop-app__main[dir=rtl] .shop-foot__qr-block p,.shop-app__main[dir=rtl] .shop-home__suggest-item,.shop-app__main[dir=rtl] .shop-network__copy,.shop-app__main[dir=rtl] .shop-network__copy>p,.shop-app__main[dir=rtl] .shop-pdp__block,.shop-app__main[dir=rtl] .shop-pdp__info,.shop-app__main[dir=rtl] .shop-pdp__proof,.shop-app__main[dir=rtl] .shop-pdp__ratings,.shop-app__main[dir=rtl] .shop-pdp__reviews,.shop-app__main[dir=rtl] .shop-proof__copy,.shop-app__main[dir=rtl] .shop-rail__head,.shop-app__main[dir=rtl] .shop-save-toast__add,.shop-app__main[dir=rtl] .shop-save-toast__copy,.shop-app__main[dir=rtl] .shop-seller-card__meta,.shop-app__main[dir=rtl] .shop-tile,.shop-app__main[dir=rtl] .shop-tile h3{text-align:right}.shop-app__main[dir=rtl] .shop-coop__menu{left:auto;right:0}.shop-app__main[dir=rtl] .shop-foot__lockup,.shop-app__main[dir=rtl] .shop-foot__titles{text-align:right}.shop-app__main[dir=rtl] .shop-foot__copy{text-align:left}.shop-app__main[dir=rtl] .shop-account__form input,.shop-app__main[dir=rtl] .shop-app__search input,.shop-app__main[dir=rtl] .shop-bag__form input,.shop-app__main[dir=rtl] .shop-bag__form textarea,.shop-app__main[dir=rtl] .shop-home__search input{text-align:right}.shop-app__main[dir=rtl] .shop-product s,.shop-app__main[dir=rtl] .shop-tile__price s{margin-left:0;margin-right:6px}@media (max-width:980px){.shop-pdp__review-carousel.is-many{padding:0}.shop-pdp__review-carousel .shop-pdp__nav{display:none}.shop-app,.shop-shell{height:100dvh;min-height:100dvh}.shop-app{flex-direction:column;overflow:hidden}.shop-app__stage{border-radius:0;flex:1 1;height:auto;min-height:0;overflow:hidden;position:relative}.shop-app__main,.shop-app__main--home,.shop-app__main--product{-webkit-overflow-scrolling:touch;border-radius:0;height:100%;overflow-x:hidden;overflow-y:auto}.shop-app__main{padding:12px 12px 20px}.shop-app__main--home{padding:0 10px 16px}.shop-app__rail{align-items:center;background:#fff;border-radius:22px 22px 0 0;box-shadow:0 -6px 20px #11111114;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));height:auto;justify-content:stretch;overflow:hidden;padding:4px 2px calc(6px + env(safe-area-inset-bottom, 0px));width:100%;z-index:60}.shop-app__logo{display:none}.shop-app__nav{display:contents}.shop-app__nav a,.shop-app__signin{border-radius:12px;flex:none;font-size:10px;gap:4px;line-height:1.1;min-height:58px;min-width:0;width:100%}.shop-app__nav a span,.shop-app__signin span{font-size:10px;font-weight:600;white-space:nowrap}.shop-app__nav a.shop-app__nav-saved{display:none}.shop-app__rail-end{display:contents}.shop-lang--float,.shop-lang--rail{display:none}.shop-app__main--home .shop-lang--float{align-items:center;display:inline-flex;justify-content:center;margin-top:10px;top:52px}.shop-pdp__actions{grid-template-columns:1fr}.shop-app__nav a.is-active,.shop-app__nav a:hover,.shop-app__signin:hover{transform:none}.shop-app__nav svg,.shop-app__signin svg{height:26px;width:26px}.shop-app__nav-cart svg{height:32px;width:32px}.shop-app__badge{right:calc(50% - 20px);top:2px}.shop-home__float{display:none!important}.shop-home__stage{align-items:center;height:auto;min-height:108px;padding:28px 0 12px}.shop-proof{bottom:auto;left:10px;max-width:none;right:10px;top:calc(10px + env(safe-area-inset-top, 0px));transform:translateY(-120%);width:auto}.shop-proof.is-on{transform:translateY(0)}.shop-proof__card{width:100%}.shop-follow-toast,.shop-save-toast{bottom:calc(76px + env(safe-area-inset-bottom, 0px));left:10px;right:10px;width:auto}.shop-account__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-ticker{margin:0 -10px}.shop-network{border-radius:24px;grid-template-columns:1fr}.shop-network__copy{padding:24px 20px 8px}.shop-network h1,.shop-network h2{font-size:28px;max-width:none}.shop-network__aside{min-height:0;padding:8px 20px 24px}.shop-foot{padding:20px 4px 8px}.shop-foot__top{gap:24px;grid-template-columns:1fr}.shop-foot__cols{gap:18px 16px;grid-template-columns:repeat(2,minmax(0,1fr))}.shop-foot__bottom{flex-wrap:wrap}.shop-foot__copy{text-align:left}.shop-rail__scroller{--rail-count:3}.shop-rail__scroller.is-short:has(.shop-tile:nth-child(4)){justify-content:flex-start}.shop-coop__grid,.shop-pdp__liked-grid,.shop-products{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-browse__head{flex-wrap:wrap;gap:10px}.shop-coop__tools-top{flex-wrap:wrap}.shop-coop__search{min-width:0;width:100%}.shop-coop__hero{padding-top:20px}.shop-pdp__stage{gap:18px;grid-template-columns:1fr}.shop-pdp__gallery{margin-top:8px;max-width:none;position:relative;top:auto}.shop-pdp__review-head{gap:12px}.shop-categories__grid,.shop-deal-landing,.shop-detail,.shop-featured,.shop-hero,.shop-pdp__review-head{grid-template-columns:1fr}.shop-app__title,.shop-hero h1{font-size:18px}.shop-bag__cta-row,.shop-bag__layout{grid-template-columns:1fr}.shop-bag__sum{position:relative;top:auto}.shop-bag__item{grid-template-columns:76px minmax(0,1fr)}.shop-bag__line{grid-column:2}.shop-app__search{bottom:8px;max-width:100%}}@media (max-width:640px){.shop-home{gap:10px;margin-top:6px;padding:0 2px}.shop-home__stage{height:auto;min-height:96px;padding:24px 0 8px}.shop-home__brand{font-size:clamp(28px,11vw,44px)}.shop-rail__scroller{--rail-count:2}.shop-rail__scroller.is-short:has(.shop-tile:nth-child(3)){justify-content:flex-start}.shop-categories__grid,.shop-coop__grid,.shop-featured,.shop-pdp__liked-grid,.shop-products{gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.shop-foot__cols{grid-template-columns:1fr}.shop-pdp__info h1{font-size:22px}.shop-bag__btn,.shop-pdp__add,.shop-pdp__buy{width:100%}.shop-pdp__actions{flex-wrap:wrap}.shop-bag__item{gap:10px;grid-template-columns:64px minmax(0,1fr)}.shop-bag__photo{height:64px;width:64px}.shop-bag__tools{flex-wrap:wrap}.shop-proof__photo{border-radius:12px;height:52px;width:52px}.shop-proof__card{gap:10px;padding:10px 26px 10px 10px}.shop-network__copy{padding:20px 16px 8px}.shop-network h1,.shop-network h2{font-size:24px}.shop-cat{min-height:84px}.shop-tile h3{font-size:12px}}.receipt-page{background:#f0f0f0;box-sizing:border-box;min-height:100vh;padding:16px 16px 32px}.take-receipt{background:#fff;border-radius:12px;box-shadow:0 2px 16px #00000014;margin:0 auto;max-width:420px;overflow:hidden;padding:20px 20px 24px;position:relative}.take-receipt-actions{display:flex;gap:8px;position:absolute;right:16px;top:16px}.take-receipt-icon-btn{align-items:center;background:#f5f5f5;border:none;border-radius:10px;color:#333;cursor:pointer;display:flex;height:40px;justify-content:center;transition:background .2s;width:40px}.take-receipt-icon-btn:hover{background:#e8e8e8}.take-receipt-icon-btn i{font-size:1rem}.receipt-share-note{color:#2e7d32;font-size:.85rem;margin:10px 0 0}.take-receipt-header{margin-bottom:16px;padding-right:132px}.take-receipt-lockup{align-items:center;color:#6b6b73;display:inline-flex;gap:8px;justify-content:flex-start}.take-receipt-mark-img{display:block;height:28px;object-fit:contain;width:28px}.take-receipt-lockup-titles{align-items:flex-start;display:flex;flex-direction:column;line-height:1.05}.take-receipt-lockup-titles strong{color:#6b6b73;font-size:16px;font-weight:800;letter-spacing:-.05em}.take-receipt-lockup-titles small{color:#8a8794;font-size:8px;font-weight:750;letter-spacing:.16em;margin-top:2px;text-transform:uppercase}.take-receipt-business{color:#1a1a1a;font-size:1.5rem;font-weight:700;margin:0 0 4px}.take-receipt-phone{color:#2e7dd1;font-size:.95rem;text-decoration:none}.take-receipt-phone:hover{text-decoration:underline}.take-receipt-invoice-meta{border-bottom:1px solid #eee;margin-bottom:20px;padding-bottom:16px}.take-receipt-invoice-row{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:4px}.take-receipt-invoice-row:last-child{margin-bottom:0}.take-receipt-invoice-label{color:#666;font-size:.85rem}.take-receipt-invoice-num{color:#1a1a1a;font-size:1rem;font-weight:700}.take-receipt-invoice-date{color:#444;font-size:.9rem}.take-receipt-section-title{color:#333;font-size:.9rem;font-weight:700;margin:0 0 10px}.take-receipt-section{margin-bottom:20px}.take-receipt-items{list-style:none;margin:0;padding:0}.take-receipt-item{align-items:flex-start;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;font-size:.95rem;padding:8px 0}.take-receipt-item:last-child{border-bottom:none}.take-receipt-item-desc{color:#333;flex:1 1;padding-right:12px}.take-receipt-item-price{color:#1a1a1a;font-weight:600;white-space:nowrap}.take-receipt-item-subtotals{color:#555;display:flex;flex-direction:column;font-size:.85rem;gap:2px;margin-top:2px}.take-receipt-addons-total,.take-receipt-base-price{font-weight:500}.take-receipt-item-main{align-items:flex-start;display:flex;justify-content:space-between;width:100%}.take-receipt-item-addons{border-left:2px solid #ddd;box-sizing:border-box;list-style:none;margin:4px 0 0;padding:0 0 0 12px;width:100%}.take-receipt-addon{align-items:baseline;color:#555;display:flex;font-size:.95rem;gap:8px;justify-content:space-between;padding:2px 0}.take-receipt-addon-name{flex:1 1}.take-receipt-addon-price{color:#1a1a1a;font-weight:600;white-space:nowrap}.take-receipt-item-total-row{align-items:center;border-top:1px solid #eee;display:flex;font-size:.95rem;justify-content:space-between;margin-top:6px;padding-top:4px;width:100%}.take-receipt-item-total-label{color:#333;font-weight:600}.take-receipt-item-total-value{color:#1a1a1a;font-weight:700}.take-receipt-totals{border-top:1px solid #eee;margin-bottom:20px;padding-top:12px}.take-receipt-totals-row{align-items:center;color:#444;display:flex;font-size:.9rem;justify-content:space-between;padding:4px 0}.take-receipt-subtotal{color:#333;font-weight:600}.take-receipt-grand-total{border-top:2px solid #1a1a1a;color:#1a1a1a;font-size:1.05rem;font-weight:700;margin-top:8px;padding-top:8px}.take-receipt-paid{color:#666;font-size:.85rem;margin-top:4px}.take-receipt-order-details{border-top:1px solid #eee;padding-top:16px}.take-receipt-detail-block{margin-bottom:12px}.take-receipt-detail-block:last-child{margin-bottom:0}.take-receipt-detail-label{color:#666;font-size:.8rem;margin:0 0 2px}.take-receipt-detail-value{color:#1a1a1a;font-size:.95rem;font-weight:600;margin:0 0 2px}.take-receipt-detail-link{color:#2e7dd1;display:block;font-size:.95rem;text-decoration:none}.take-receipt-detail-link:hover{text-decoration:underline}.take-receipt-address{color:#444;font-weight:400}.take-receipt-catalog-link{border-top:1px solid #eee;margin-top:16px;padding-top:12px}.take-receipt-catalog-label{color:#374151;font-size:.9rem;font-weight:600;margin:0 0 6px}.take-receipt-link{color:#2e7dd1;font-size:.85rem;text-decoration:none;word-break:break-all}.take-receipt-link:hover{text-decoration:underline}.receipt-page-cta{margin:24px auto 0;max-width:420px;text-align:center}.receipt-page-cta-btn{align-items:center;background:#0000;border:1px solid #94a3b8e6;border-radius:999px;color:#4b5563;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;justify-content:center;padding:10px 20px;text-decoration:none;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.receipt-page-cta-btn:hover{background:#f9fafbe6;color:#111827}.receipt-page-cta-btn:active{background:#e5e7eb}.take-receipt-footer{color:#888;font-size:.8rem;margin-top:20px;padding-top:12px;text-align:center}.take-receipt-footer p{margin:0}.receipt-error,.receipt-loading{margin:48px auto;max-width:400px;text-align:center}.receipt-spinner{animation:receipt-spin .8s linear infinite;border:3px solid #e0e0e0;border-radius:50%;border-top-color:#ff8c00;height:40px;margin:0 auto 16px;width:40px}@keyframes receipt-spin{to{transform:rotate(1turn)}}.receipt-error h2{color:#333;font-size:1.25rem;margin:0 0 8px}.receipt-error p{color:#666;font-size:.95rem;margin:0}@media print{.receipt-page{background:#fff;padding:0}.no-print{display:none!important}.take-receipt{border-radius:0;box-shadow:none;max-width:100%}}.coop-reviews-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:600px;padding:16px 16px 48px}.coop-reviews-page__header h1{color:#111827;font-size:1.5rem;margin:12px 0 4px}.coop-reviews-page__coop-name{color:#6b7280;font-size:.95rem;margin:0 0 12px}.coop-reviews-back{align-items:center;color:#ff8c00;color:var(--catalog-primary-color,#ff8c00);display:inline-flex;font-size:.9rem;font-weight:600;gap:8px;text-decoration:none}.coop-reviews-page__summary{align-items:center;color:#374151;display:flex;font-weight:600;gap:10px}.coop-reviews-page__actions{margin:20px 0}.coop-reviews-btn-primary{background:linear-gradient(135deg,#ff8c00,#ff6b00);background:linear-gradient(135deg,var(--catalog-primary-color,#ff8c00),var(--catalog-secondary-color,#ff6b00));border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:700;padding:14px 16px;width:100%}.coop-reviews-btn-primary:disabled{cursor:not-allowed;opacity:.6}.coop-reviews-btn-outline{background:#0000;border:1px solid #ff8c00;border:1px solid var(--catalog-primary-color,#ff8c00);border-radius:12px;color:#ff8c00;color:var(--catalog-primary-color,#ff8c00);cursor:pointer;font-weight:700;padding:14px 16px;width:100%}.coop-reviews-form{background:#0000;border:1px solid color-mix(in srgb,#ff8c00 35%,#e5e7eb);border:1px solid color-mix(in srgb,var(--catalog-primary-color,#ff8c00) 35%,#e5e7eb);border-radius:16px;display:flex;flex-direction:column;gap:8px;margin-bottom:20px;padding:16px}.coop-reviews-form label{color:#374151;font-size:.85rem;font-weight:600}.coop-reviews-form input,.coop-reviews-form textarea{border:1px solid #e5e7eb;border-radius:10px;font:inherit;padding:10px 12px}.coop-reviews-form input:focus,.coop-reviews-form textarea:focus{border-color:#ff8c00;border-color:var(--catalog-primary-color,#ff8c00);box-shadow:0 0 0 2px color-mix(in srgb,#ff8c00 18%,#0000);box-shadow:0 0 0 2px color-mix(in srgb,var(--catalog-primary-color,#ff8c00) 18%,#0000);outline:none}.coop-reviews-form__msg{font-size:.9rem;margin:0}.coop-reviews-form__msg--success{color:#059669}.coop-reviews-form__msg--error{color:#dc2626}.coop-reviews-list{display:flex;flex-direction:column;gap:12px}.coop-review-card{background:#fff;border:1px solid #f3f4f6;border-radius:14px;box-shadow:0 2px 8px #0000000a;cursor:pointer;padding:14px}.coop-review-card__header{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:8px}.coop-review-card__comment{color:#374151;font-size:.95rem;line-height:1.5;margin:0 0 8px}.coop-review-card__meta{align-items:center;color:#9ca3af;display:flex;font-size:.8rem;gap:8px}.coop-review-badge{background:color-mix(in srgb,#ff8c00 12%,#fff);background:color-mix(in srgb,var(--catalog-primary-color,#ff8c00) 12%,#fff);border-radius:999px;color:#ff8c00;color:var(--catalog-primary-color,#ff8c00);font-size:.75rem;font-weight:600;padding:2px 8px}.coop-reviews-empty,.coop-reviews-error,.coop-reviews-loading{color:#6b7280;padding:24px 0;text-align:center}.coop-reviews-pagination{align-items:center;display:flex;gap:12px;justify-content:center;margin-top:20px}.coop-reviews-pagination button{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;padding:8px 12px}.coop-reviews-pagination button:disabled{cursor:not-allowed;opacity:.4}.coop-review-sheet-overlay{align-items:flex-end;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:3000}.coop-review-sheet{background:#fff;border-radius:20px 20px 0 0;max-width:600px;padding:20px 16px 32px;position:relative;width:100%}.coop-review-sheet__close{background:#f3f4f6;border:none;border-radius:50%;cursor:pointer;height:36px;position:absolute;right:12px;top:12px;width:36px}.coop-review-sheet .coop-review-card{border:none;box-shadow:none;cursor:default;padding:8px 0 0}.star-rating{align-items:center;display:inline-flex;gap:2px}.star-rating__star--full{color:#f5b800}.star-rating__star--empty{color:#d1d5db}.star-rating--sm .star-rating__star{font-size:.8rem}.star-rating--md .star-rating__star{font-size:.95rem}.star-rating--lg .star-rating__star{font-size:1.2rem}.star-rating__value{color:#b8860b;font-weight:700;margin-left:6px}.star-rating-interactive{display:flex;gap:6px}.star-rating-interactive__btn{background:none;border:none;color:#d1d5db;cursor:pointer;font-size:1.6rem;padding:0}.star-rating-interactive__btn.is-active{color:#f5b800}.coop-review-card--static{cursor:default}.coop-reviews-pill-wrap{display:flex;justify-content:center;margin:6px 0 10px;width:100%}.coop-reviews-pill{align-items:center;background:#0000;border:none;border-radius:0;color:#ff8c00;color:var(--catalog-primary-color,#ff8c00);cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:700;gap:6px;padding:4px 2px;transition:opacity .15s ease}.coop-reviews-pill:hover{background:#0000;box-shadow:none;opacity:.8}.coop-reviews-pill__star{color:#f5b800;font-size:.85rem}.coop-reviews-pill__count,.coop-reviews-pill__text{color:#ff8c00;color:var(--catalog-primary-color,#ff8c00)}.coop-reviews-pill__count{font-weight:600;margin-left:1px;opacity:.85}.coop-reviews-pill__arrow{color:#ff8c00;color:var(--catalog-primary-color,#ff8c00);font-size:.7rem;margin-left:2px}.coop-reviews-sheet{display:flex;flex-direction:column;max-height:85vh;padding-bottom:24px}.coop-reviews-sheet__header{align-items:center;display:flex;gap:12px;justify-content:space-between;padding:8px 16px 0}.coop-reviews-sheet__header h2{color:#111827;font-size:1.15rem;margin:0}.coop-reviews-sheet__summary{align-items:center;color:#ff8c00;color:var(--catalog-primary-color,#ff8c00);display:inline-flex;font-weight:700;gap:4px}.coop-reviews-sheet__summary-star{color:#f5b800;font-size:.9rem}.coop-reviews-sheet__summary-value{color:#ff8c00;color:var(--catalog-primary-color,#ff8c00);font-size:1rem}.coop-reviews-sheet__summary-count{color:#ff8c00;color:var(--catalog-primary-color,#ff8c00);font-size:.9rem;font-weight:600;opacity:.85}.coop-reviews-sheet__actions{padding:12px 16px 0}.coop-reviews-sheet__body{flex:1 1;overflow-y:auto;padding:12px 16px 0}.coop-reviews-sheet .coop-reviews-form{margin:12px 16px 0}.catalog-reviews-section{padding:20px 16px 8px}.catalog-reviews-section__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.catalog-reviews-section__header h2{color:#111827;font-size:1.1rem;margin:0}.catalog-reviews-section__summary{align-items:center;color:#6b7280;display:flex;font-size:.85rem;gap:6px}.catalog-reviews-section__link{color:#ff8c00;color:var(--catalog-primary-color,#ff8c00);display:inline-block;font-size:.9rem;font-weight:600;margin-top:12px;text-decoration:none}.catalog-reviews-preview-list{display:flex;flex-direction:column;gap:10px}.catalog-reviews-preview-list .coop-review-card{cursor:pointer}.receipt-review-hint{color:#9ca3af;font-size:.85rem;line-height:1.4;margin:12px 16px 4px;padding:0;text-align:center}.receipt-review-block{background:#0000;border:1px solid color-mix(in srgb,#ff8c00 40%,#e5e7eb);border:1px solid color-mix(in srgb,var(--catalog-primary-color,#ff8c00) 40%,#e5e7eb);border-radius:14px;margin:20px 16px 0;padding:16px}.receipt-review-block h3{color:#111827;font-size:1rem;margin:0 0 8px}.receipt-review-block p{color:#6b7280;font-size:.9rem;margin:0 0 12px}.receipt-review-form{display:flex;flex-direction:column;gap:10px}.receipt-review-form textarea{border:1px solid #e5e7eb;border-radius:10px;box-sizing:border-box;font:inherit;padding:10px 12px;resize:vertical;width:100%}.receipt-review-form textarea:focus{border-color:#ff8c00;border-color:var(--catalog-primary-color,#ff8c00);box-shadow:0 0 0 2px color-mix(in srgb,#ff8c00 22%,#0000);box-shadow:0 0 0 2px color-mix(in srgb,var(--catalog-primary-color,#ff8c00) 22%,#0000);outline:none}.receipt-review-form .star-rating-interactive__btn.is-active{color:#ff8c00;color:var(--catalog-primary-color,#ff8c00)}.receipt-review-form .coop-reviews-btn-primary{background:linear-gradient(135deg,#ff8c00,#ff6b00);background:linear-gradient(135deg,var(--catalog-primary-color,#ff8c00),var(--catalog-secondary-color,#ff6b00));border:none;border-radius:12px;box-shadow:0 2px 8px color-mix(in srgb,#ff8c00 35%,#0000);box-shadow:0 2px 8px color-mix(in srgb,var(--catalog-primary-color,#ff8c00) 35%,#0000);color:#fff;cursor:pointer;font-weight:700;margin-top:2px;padding:14px 16px;width:100%}.receipt-review-form .coop-reviews-btn-primary:disabled{box-shadow:none;cursor:not-allowed;opacity:.6}.receipt-review-success{color:#059669;font-weight:600;margin:0;padding:12px;text-align:center}
/*# sourceMappingURL=main.167e1f97.css.map*/