:root{--white: #FFFFFF;--off-white: #F5F3FF;--light-green: #EDE9FE;--brand-green: #7C3AED;--brand-green-hover: #6D28D9;--deep-green: #4C1D95;--dark-navy: #1E1B4B;--accent-blue: #06B6D4;--text: #1F2937;--muted-text: #6B7280;--border-color: #DDD6FE;--font-headings: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--container-max-width: 1200px;--header-height: 90px;--section-padding-desktop: 80px 0;--section-padding-tablet: 60px 0;--section-padding-mobile: 40px 0;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--shadow-sm: 0 2px 8px rgba(30, 27, 75, .06);--shadow-md: 0 8px 24px rgba(30, 27, 75, .1);--shadow-lg: 0 16px 36px rgba(30, 27, 75, .12);--shadow-premium: 0 20px 40px rgba(124, 58, 237, .1);--transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1);--transition-fast: all .15s ease-out}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-family:var(--font-body);color:var(--text);line-height:1.6}body{background-color:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-headings);font-weight:700;line-height:1.25;color:var(--dark-navy)}a{text-decoration:none;color:inherit;transition:var(--transition-fast)}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--container-max-width);margin-right:auto;margin-left:auto;padding-right:clamp(16px,4vw,24px);padding-left:clamp(16px,4vw,24px)}.section{padding:var(--section-padding-desktop)}@media(max-width:991px){.section{padding:var(--section-padding-tablet)}}@media(max-width:767px){.section{padding:var(--section-padding-mobile)}}.section-bg-white{background:radial-gradient(circle at top left,rgba(37,211,102,.08),transparent 34%),var(--white)}.section-bg-offwhite{background:linear-gradient(180deg,#f3fff7,#fff 46%,#f6fff9)}.section-bg-lightgreen{background:radial-gradient(circle at 16% 16%,rgba(37,211,102,.16),transparent 28%),radial-gradient(circle at 88% 12%,rgba(15,138,75,.1),transparent 26%),linear-gradient(180deg,#eafced,#f6fff9)}.section-bg-deepgreen{background-color:var(--deep-green);color:var(--white)}.section-bg-deepgreen h2,.section-bg-deepgreen h3{color:var(--white)}header{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(15,138,75,.08);transition:var(--transition-smooth)}header.scrolled{box-shadow:var(--shadow-md);background-color:#fffffffa}.header-container{display:flex;justify-content:flex-start;align-items:center;height:var(--header-height);transition:var(--transition-smooth);max-width:1500px!important;padding-left:24px!important;padding-right:24px!important;gap:18px}header.scrolled .header-container{height:75px}.logo-link{display:flex;align-items:center;gap:12px;flex:0 0 auto}.logo-img{height:48px;width:auto;transition:var(--transition-smooth);object-fit:contain;mix-blend-mode:multiply}header.scrolled .logo-img{height:40px}.nav-menu{display:flex;align-items:center;list-style:none;gap:12px!important}.nav-item{position:relative;display:flex;align-items:center}.nav-link{font-weight:700;font-size:14px;color:var(--text);padding:8px 0;white-space:nowrap;display:inline-flex;align-items:center;gap:3px}.nav-link:hover,.nav-link.active{color:var(--brand-green)}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(15px);background-color:var(--white);border-radius:var(--radius-md);border:1px solid rgba(15,138,75,.1);box-shadow:var(--shadow-lg);width:280px;padding:12px;display:none;opacity:0;z-index:1010;transition:opacity .3s ease,transform .3s ease}.nav-item:hover .dropdown-menu{display:block;opacity:1;transform:translate(-50%) translateY(0)}.dropdown-link{display:flex;flex-direction:column;padding:8px 12px;border-radius:var(--radius-sm);transition:var(--transition-fast)}.dropdown-link:hover{background-color:var(--light-green)}.dropdown-title{font-family:var(--font-headings);font-weight:600;font-size:14px;color:var(--dark-navy)}.dropdown-desc{font-size:11px;color:var(--muted-text);line-height:1.3;margin-top:2px}.header-ctas{display:flex;align-items:center;gap:8px;margin-left:auto;flex:0 0 auto}.store-chip{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;min-width:96px;padding:8px 14px;border:1px solid rgba(255,255,255,.4);border-radius:12px;background:linear-gradient(135deg,#ff8c00,#e65c00);color:var(--white);font-family:var(--font-headings);font-size:13.5px;font-weight:800;line-height:1;box-shadow:0 8px 20px #e65c0059;white-space:nowrap;animation:pulse-store 2.5s infinite}.store-chip:hover{transform:translateY(-2px) scale(1.05);background:linear-gradient(135deg,#ffa333,#f60);border-color:#ffffff80;box-shadow:0 12px 28px #e65c0080}@keyframes pulse-store{0%{box-shadow:0 8px 20px #e65c0059}50%{box-shadow:0 8px 26px #e65c00a6}to{box-shadow:0 8px 20px #e65c0059}}.store-chip-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background:var(--brand-green);color:var(--white);box-shadow:inset 0 -8px 16px #004d2b2e}.store-chip-icon svg{width:16px;height:16px;fill:currentColor}.header-ctas .btn-sm{min-height:40px;min-width:96px;padding:8px 14px;font-size:13.5px;gap:8px;border-radius:10px}.btn-quote-header{position:relative;overflow:hidden;background:linear-gradient(135deg,#20c96f,#16a34a);color:var(--white);border:1px solid rgba(255,255,255,.28);box-shadow:0 12px 24px #16a34a33;font-weight:800}.btn-quote-header:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.28) 45%,transparent 70%);transform:translate(-120%);transition:transform .55s ease}.btn-quote-header:hover{transform:translateY(-2px);background:linear-gradient(135deg,#16b85b,#128c4f);box-shadow:0 16px 30px #16a34a47}.btn-quote-header:hover:after{transform:translate(120%)}.quote-header-icon{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:21px;height:21px;border-radius:6px;background:#ffffff2e}.quote-header-icon svg{width:14px;height:14px;fill:currentColor}.btn-quote-header span{position:relative;z-index:1}.btn-icon{width:15px;height:15px;flex:0 0 auto}.btn-admin{background-color:var(--white);color:var(--brand-green);border:1.5px solid var(--brand-green);box-shadow:none;font-weight:700}.btn-admin:hover{background-color:var(--light-green);transform:translateY(-1px)}.btn-store{background-color:var(--white);color:var(--dark-navy);border:1px solid rgba(15,138,75,.28);font-weight:700;box-shadow:none}.btn-store:hover{border-color:#0f8a4b94;background-color:var(--light-green);transform:translateY(-1px)}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-headings);font-weight:600;font-size:14px;border-radius:var(--radius-sm);padding:10px 20px;cursor:pointer;border:none;gap:8px;transition:var(--transition-smooth);white-space:nowrap}.btn-sm{padding:8px 16px;font-size:13px}.header-ctas .btn-admin{background-color:var(--white);color:var(--brand-green);border:1.5px solid var(--brand-green);box-shadow:none;font-weight:700}.header-ctas .btn-admin:hover{background-color:var(--light-green);transform:translateY(-1px)}.header-ctas .btn-store{background-color:var(--white);color:var(--dark-navy);border:1px solid rgba(15,138,75,.28);font-weight:700;box-shadow:none}.header-ctas .btn-store:hover{border-color:#0f8a4b94;background-color:var(--light-green);transform:translateY(-1px)}.header-ctas .btn-call-sales{position:relative;isolation:isolate;overflow:hidden;min-width:190px;background:linear-gradient(135deg,#20c96f,#16a34a);color:var(--white);border:1px solid rgba(255,255,255,.28);border-radius:10px;box-shadow:0 12px 24px #16a34a33;font-family:var(--font-headings);font-size:13.5px;font-weight:800;letter-spacing:.1px;padding:8px 14px}.header-ctas .btn-call-sales:before{content:"";position:absolute;inset:-1px;z-index:-1;background:radial-gradient(circle at 16% 50%,rgba(255,255,255,.16),transparent 28%),linear-gradient(90deg,rgba(255,255,255,.08),transparent 62%);opacity:1}.header-ctas .btn-call-sales:after{content:"";position:absolute;top:-80%;left:-35%;width:42%;height:240%;background:linear-gradient(115deg,transparent,rgba(255,255,255,.22),transparent);transform:rotate(18deg) translate(-160%);transition:transform .7s ease}.header-ctas .btn-call-sales:hover{background:linear-gradient(135deg,#16b85b,#128c4f);color:var(--white);border-color:#ffffff5c;transform:translateY(-2px);box-shadow:0 16px 30px #16a34a47}.header-ctas .btn-call-sales:hover:after{transform:rotate(18deg) translate(390%)}.call-sales-icon{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:7px;background:#ffffff2e;color:var(--white);box-shadow:inset 0 -8px 16px #004d2b1a}.call-sales-icon svg{width:13px;height:13px;fill:currentColor}.btn-primary{background-color:var(--brand-green);color:var(--white)}.btn-primary:hover{background-color:var(--brand-green-hover);transform:translateY(-2px);box-shadow:0 4px 12px #0f8a4b33}.btn-secondary{background-color:var(--light-green);color:var(--brand-green);border:1px solid rgba(15,138,75,.2)}.btn-secondary:hover{background-color:var(--brand-green);color:var(--white);transform:translateY(-2px)}.btn-accent{background-color:var(--accent-blue);color:var(--white)}.btn-accent:hover{background-color:#1565c0;transform:translateY(-2px);box-shadow:0 4px 12px #1e88e533}.btn-dark{background-color:var(--dark-navy);color:var(--white)}.btn-dark:hover{background-color:#050e17;transform:translateY(-2px)}.btn-white{background-color:var(--white);color:var(--brand-green)}.btn-white:hover{background-color:var(--light-green);transform:translateY(-2px);box-shadow:0 4px 12px #fff3}.btn-whatsapp{background:linear-gradient(135deg,#20c96f,#16a34a);color:var(--white);border:1px solid rgba(255,255,255,.28);box-shadow:0 12px 24px #16a34a33;font-weight:800}.btn-whatsapp:hover{background:linear-gradient(135deg,#16b85b,#128c4f);transform:translateY(-2px);box-shadow:0 16px 30px #16a34a47}.mobile-nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:4px}.mobile-nav-toggle span{display:block;width:25px;height:3px;background-color:var(--dark-navy);margin:5px 0;transition:var(--transition-smooth)}.hero-slider{position:relative;width:100%;min-height:clamp(560px,calc(100svh - var(--header-height)),750px);margin-top:var(--header-height);overflow:hidden;background-color:var(--dark-navy)}.hero-slides-container{position:absolute;inset:0;width:100%;height:100%}.hero-slide{position:absolute;inset:0;width:100%;height:100%;display:flex;align-items:center;padding-top:60px;padding-bottom:60px;opacity:0;visibility:hidden;-webkit-transition:opacity .8s ease-in-out,visibility .8s ease-in-out;transition:opacity .8s ease-in-out,visibility .8s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.hero-slide:before,.hero-slide:after{content:"";position:absolute;inset:0}.hero-slide:before{background-image:var(--hero-image);background-position:center top;background-repeat:no-repeat;background-size:cover;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);transform-origin:center;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.hero-slide:after{background:radial-gradient(circle at 24% 42%,rgba(37,211,102,.2),transparent 28%),linear-gradient(90deg,#041f14e6,#07442a94 58%,#00000024);z-index:1}.hero-slide.active{opacity:1;visibility:visible;z-index:2}.hero-slide.active:before{-webkit-animation:hero-image-zoom 5.8s ease-out forwards;animation:hero-image-zoom 5.8s ease-out forwards}@-webkit-keyframes hero-image-zoom{0%{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}to{-webkit-transform:scale(1.1) translateZ(0);transform:scale(1.1) translateZ(0)}}@keyframes hero-image-zoom{0%{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}to{-webkit-transform:scale(1.1) translateZ(0);transform:scale(1.1) translateZ(0)}}@media(prefers-reduced-motion:reduce){.hero-slide.active:before{-webkit-animation:none;animation:none}}.hero-container-flex{position:relative;z-index:3;display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:center;width:100%}.hero-content{display:flex;flex-direction:column;align-items:flex-start;color:var(--white);min-height:380px}.hero-empty-space{min-height:200px;display:block}.dots-container-absolute{position:absolute;bottom:30px;left:0;width:100%;z-index:10;display:flex;justify-content:center;pointer-events:none}.dots-container-absolute .container{display:flex;justify-content:center;width:100%;pointer-events:none}.dots-container-absolute .hero-dots{pointer-events:auto;display:inline-flex;margin-top:0;justify-content:center;align-items:center}.hero-tag-glow{background-color:#25d36624;color:#90ffad;font-family:var(--font-headings);font-weight:600;font-size:13px;padding:6px 14px;border-radius:50px;border:1px solid rgba(88,235,130,.3);margin-bottom:20px;text-transform:uppercase;letter-spacing:1px;display:inline-block;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);text-shadow:0 0 8px rgba(88,235,130,.4)}.hero-title{font-size:52px;line-height:1.1;font-weight:800;margin-bottom:22px;color:var(--white);text-shadow:0 12px 34px rgba(0,0,0,.28)}.hero-subtitle{font-size:18px;color:#ffffffd9;margin-bottom:18px;line-height:1.6}.hero-proof-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}.hero-proof-row span{display:inline-flex;align-items:center;min-height:32px;padding:7px 12px;border:1px solid rgba(88,235,130,.28);border-radius:999px;background:#004d2b6b;color:#ffffffe6;font-size:12px;font-weight:700;letter-spacing:.2px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.hero-store-showcase{display:grid;grid-template-columns:minmax(190px,1fr) auto auto;align-items:center;gap:16px;width:min(100%,650px);margin-top:22px;padding:13px;border:1px solid rgba(144,255,173,.28);border-radius:var(--radius-sm);background:linear-gradient(135deg,#043d24b3,#ffffff1f);color:var(--white);box-shadow:0 22px 46px #0000002e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-store-showcase:hover{transform:translateY(-2px);border-color:#7fd8578c;background:#ffffff2e}.store-showcase-copy,.store-showcase-copy strong,.store-showcase-copy small{display:block}.store-showcase-kicker{display:inline-flex;width:fit-content;margin-bottom:5px;padding:4px 8px;border-radius:999px;background:#7fd8572e;color:#9df06f;font-size:11px;font-weight:700;line-height:1;text-transform:uppercase}.store-showcase-copy strong{font-family:var(--font-headings);font-size:18px;line-height:1.15}.store-showcase-copy small{margin-top:4px;color:#ffffffc7;font-size:13px;line-height:1.3}.store-photo-strip{display:grid;grid-template-columns:repeat(4,48px);gap:8px}.store-photo-tile{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--radius-sm);background:#fffffff0;box-shadow:0 10px 24px #00000029;overflow:hidden}.store-photo-tile img{width:84%;height:84%;object-fit:contain}.store-showcase-action{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:8px 12px;border-radius:var(--radius-sm);background:linear-gradient(135deg,#20c96f,#16a34a);color:var(--white);font-family:var(--font-headings);font-size:13px;font-weight:700;box-shadow:0 12px 28px #16a34a57}.store-showcase-action svg{width:17px;height:17px;fill:currentColor}.btn-outline{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-headings);font-weight:600;font-size:14px;border-radius:var(--radius-sm);padding:10px 20px;cursor:pointer;background-color:transparent;color:var(--white);border:2px solid var(--white);gap:8px;transition:var(--transition-smooth)}.btn-outline:hover{background-color:var(--white);color:var(--brand-green);transform:translateY(-2px)}.hero-dots{display:flex;gap:10px;margin-top:30px}.hero-dot{width:10px;height:10px;border-radius:50%;background-color:#ffffff4d;cursor:pointer;transition:var(--transition-smooth)}.hero-dot.active{background-color:#58eb82;transform:scale(1.3)}.home-trust-strip{position:relative;z-index:4;margin-top:16px;padding-bottom:34px}.home-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.home-trust-item{min-height:92px;padding:22px 20px;border:1px solid rgba(15,138,75,.12);border-radius:10px;background:linear-gradient(180deg,#fffffff5,#f2fff7f5);box-shadow:0 18px 40px #0f8a4b21}.home-trust-item strong,.home-trust-item span{display:block}.home-trust-item strong{color:var(--brand-green);font-family:var(--font-headings);font-size:24px;line-height:1;margin-bottom:8px}.home-trust-item span{color:var(--dark-navy);font-size:13px;font-weight:700}.hero-floating-visuals{position:relative;display:flex;justify-content:center}.hero-svg-img{width:100%;max-width:480px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15));animation:float 6s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.section-header{text-align:center;max-width:700px;margin:0 auto 50px}.section-tag{color:#f72;font-family:var(--font-headings);font-weight:600;text-transform:uppercase;font-size:13px;letter-spacing:1.5px;margin-bottom:12px;display:block}.section-title{font-size:36px;color:var(--dark-navy);margin-bottom:16px}.section-subtitle{color:var(--muted-text);font-size:15px}.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.about-subtitle{font-size:15px;color:var(--muted-text);margin-top:16px;margin-bottom:28px}.about-features{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:36px}.about-feature-item{display:flex;align-items:center;gap:12px}.about-feature-icon{background:linear-gradient(135deg,#20c96f,#16a34a);color:var(--white);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-feature-text{font-size:14px;font-weight:500;color:var(--text)}.about-image-wrapper{position:relative}.about-svg-img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.about-stat-card{position:absolute;width:min(230px,52%);padding:16px 18px;border:1px solid rgba(15,138,75,.16);border-radius:10px;background:linear-gradient(180deg,#fffffff5,#f1fff7f5);box-shadow:0 16px 38px #0f8a4b29;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.about-stat-card strong,.about-stat-card span{display:block}.about-stat-card strong{color:var(--dark-navy);font-family:var(--font-headings);font-size:16px;margin-bottom:5px}.about-stat-card span{color:var(--muted-text);font-size:12px;line-height:1.35}.about-stat-card-top{top:20px;right:-18px}.about-stat-card-bottom{left:-18px;bottom:24px}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-card{background:var(--white);border-radius:16px;border:1px solid var(--border-color);box-shadow:0 8px 24px #7c3aed0a;overflow:hidden;transition:var(--transition-smooth);display:flex;flex-direction:column;height:100%}.product-card.from-left,.product-card.from-right{opacity:0;transform:translateY(60px)}.product-card.from-left.revealed,.product-card.from-right.revealed{opacity:1;transform:translateY(0);transition:opacity .85s ease,transform .85s cubic-bezier(.22,1,.36,1)}.product-card:nth-child(3n+2).revealed{transition-delay:.14s}.product-card:nth-child(3n+3).revealed{transition-delay:.28s}@media(prefers-reduced-motion:reduce){.product-card.from-left,.product-card.from-right{opacity:1;transform:none}}.product-card:hover{transform:translateY(-5px);box-shadow:0 16px 32px #7c3aed1f;border-color:var(--brand-green)}.product-image-container{background:radial-gradient(circle at center,rgba(124,58,237,.06),transparent 70%),linear-gradient(180deg,#f5f3ff 0%,var(--white) 100%);padding:12px;display:flex;justify-content:center;align-items:center;border-bottom:1px solid rgba(124,58,237,.06);position:relative;height:130px;border-top-left-radius:16px;border-top-right-radius:16px}.product-svg-img{height:100%;max-width:140px;object-fit:contain;transition:var(--transition-smooth)}.product-card:hover .product-svg-img{transform:scale(1.05)}.product-card-body{padding:16px;display:flex;flex-direction:column;flex-grow:1}.product-card-title{font-size:17px;margin-bottom:6px;color:var(--dark-navy);font-weight:700}.product-card-desc{font-size:13px;color:var(--muted-text);margin-bottom:12px;flex-grow:1;line-height:1.4}.product-apps-label{font-family:var(--font-headings);font-size:10px;font-weight:800;text-transform:uppercase;color:var(--brand-green);margin-bottom:8px;letter-spacing:.8px}.product-apps-list{display:flex;flex-wrap:wrap;gap:4px;list-style:none;margin-bottom:16px}.product-apps-list li{font-size:10px;background-color:#f0fdf4;padding:3px 8px;border-radius:999px!important;border:1px solid #bbf7d0;color:#15803d;font-weight:600;white-space:nowrap}.product-card-footer{margin-top:auto}.product-card .btn{width:100%;padding:10px 16px;font-weight:700;font-size:13px;border-radius:8px}.advantage-card{background:linear-gradient(180deg,var(--white),#fbfffd);border-radius:var(--radius-md);padding:30px 24px;box-shadow:0 14px 32px #0b1f3312;border:1px solid rgba(15,138,75,.1);transition:var(--transition-smooth);display:flex;flex-direction:column;align-items:flex-start}.advantage-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:#0f8a4b26}.advantage-icon-wrapper{background:linear-gradient(135deg,#20c96f,#16a34a);color:var(--white);width:50px;height:50px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 12px 24px #16a34a2e}.advantage-icon{width:26px;height:26px}.advantage-title{font-size:18px;margin-bottom:10px;color:var(--dark-navy)}.advantage-desc{font-size:13px;color:var(--muted-text);line-height:1.5}.lead-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.lead-content-wrapper{display:flex;flex-direction:column;min-width:0}.lead-form-box{background:linear-gradient(180deg,#fffffffa,#f4fff8fa);border-radius:var(--radius-lg);padding:40px;box-shadow:0 22px 50px #0f8a4b21;border:1px solid rgba(15,138,75,.14)}.lead-form-title{font-size:24px;margin-bottom:8px;color:var(--dark-navy)}.lead-form-desc{color:var(--muted-text);font-size:14px;margin-bottom:24px}.lead-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group-full{grid-column:span 2}.form-label{font-size:12px;font-weight:600;color:var(--dark-navy)}.form-control{font-family:var(--font-body);font-size:14px;width:100%;padding:12px 16px;border-radius:var(--radius-sm);border:1px solid var(--border-color);outline:none;background-color:var(--off-white);transition:var(--transition-fast)}.form-control:focus{border-color:var(--brand-green);background-color:var(--white);box-shadow:0 0 0 3px #0f8a4b1a}select.form-control{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231F2937'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:16px;padding-right:40px}.lead-form-box .btn{grid-column:span 2;padding:14px;font-size:16px}.contact-map-card{height:330px;margin-top:28px;overflow:hidden;border:1px solid rgba(15,138,75,.14);border-radius:10px;background:var(--off-white);box-shadow:0 16px 36px #0b1f3314}.contact-map-card iframe{width:100%;height:100%;border:0;display:block}.cta-banner{text-align:center;max-width:800px;margin:0 auto}.cta-title{font-size:40px;margin-bottom:16px}.cta-subtitle{font-size:16px;opacity:.9;margin-bottom:36px}.cta-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}footer{background-color:var(--dark-navy);color:var(--white);padding-top:80px;border-top:4px solid var(--brand-green)}.footer-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr 1fr;gap:40px;margin-bottom:60px}.footer-col-title{font-size:18px;margin-bottom:24px;color:var(--white);position:relative;padding-bottom:10px}.footer-col-title:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:2px;background-color:var(--brand-green)}.footer-about-text{font-size:14px;color:#ffffffb3;margin-bottom:24px;line-height:1.6}.footer-social-links{display:flex;gap:12px}.footer-social-icon{background-color:#ffffff0f;color:var(--white);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--transition-fast)}.footer-social-icon:hover{background-color:var(--brand-green);transform:translateY(-3px)}.footer-links{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-links a{font-size:14px;color:#ffffffb3}.footer-links a:hover{color:var(--brand-green);padding-left:5px}.footer-contact-list{list-style:none;display:flex;flex-direction:column;gap:16px}.footer-contact-item{display:flex;gap:12px;font-size:14px;color:#ffffffb3}.footer-contact-icon{color:var(--brand-green);flex-shrink:0;margin-top:3px;width:16px;height:16px}.footer-ctas-stacked{display:flex;flex-direction:column;gap:10px;margin-top:20px}.footer-copyright{background-color:#050e17;padding:24px 0;border-top:1px solid rgba(255,255,255,.05)}.footer-copyright-container{display:flex;justify-content:center;align-items:center;text-align:center}.footer-copyright-text{font-size:13px;color:#ffffff80;width:100%}.footer-copyright-links{display:flex;gap:24px}.footer-copyright-links:empty{display:none}.footer-copyright-links a{font-size:13px;color:#ffffff80}.footer-copyright-links a:hover{color:var(--brand-green)}.floating-widgets{position:fixed;bottom:30px;right:30px;display:flex;flex-direction:column;gap:12px;z-index:999}.float-btn{width:55px;height:55px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);box-shadow:0 4px 16px #00000026;cursor:pointer;transition:var(--transition-smooth)}.float-btn:hover{transform:scale(1.1) rotate(5deg)}.float-whatsapp{background-color:#25d366}.float-call{background-color:var(--accent-blue);display:none}.modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:var(--transition-smooth)}.modal.active{opacity:1;pointer-events:auto}.modal-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0b1f33b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{position:relative;background-color:var(--white);border-radius:var(--radius-lg);max-width:650px;width:90%;max-height:90vh;overflow-y:auto;z-index:2010;box-shadow:var(--shadow-lg);transform:scale(.9);transition:var(--transition-smooth)}.modal.active .modal-content{transform:scale(1)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 30px;border-bottom:1px solid var(--border-color)}.modal-title{font-size:22px}.modal-close{background:none;border:none;cursor:pointer;font-size:28px;color:var(--muted-text);line-height:1;display:flex;align-items:center;justify-content:center;transition:var(--transition-fast)}.modal-close:hover{color:var(--brand-green)}.modal-body{padding:30px}.inner-hero{padding-top:170px;padding-bottom:80px;background:linear-gradient(135deg,var(--light-green) 0%,var(--white) 100%);text-align:center}.inner-hero .hero-tag{margin-bottom:16px}.inner-hero h1{font-size:40px;color:var(--dark-navy);margin-bottom:16px;max-width:850px;margin-left:auto;margin-right:auto}.inner-hero .lead-text{font-size:16px;color:var(--muted-text);max-width:750px;margin:0 auto}.content-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:50px}.content-sidebar{position:sticky;top:110px;height:fit-content;display:flex;flex-direction:column;gap:30px}.sidebar-card{background-color:var(--off-white);border-radius:var(--radius-md);padding:30px;border:1px solid rgba(15,138,75,.06)}.sidebar-card-title{font-size:18px;margin-bottom:20px;color:var(--dark-navy);border-bottom:2px solid var(--brand-green);padding-bottom:8px}.cart-min-order-warning{display:flex;flex-direction:column;gap:3px;margin:0 0 14px;padding:10px 12px;border:1px solid #f59e0b;border-radius:6px;background:#fff7d6;color:#92400e;font-size:12px;line-height:1.35}.cart-min-order-warning strong{font-weight:700}.store-qty-warning{margin:12px 0 0;border-color:#f59e0b52;background:linear-gradient(180deg,#fff9eb,#fff4d6);color:#9a6700}.store-page-section{min-height:calc(100vh - var(--header-current-height, var(--header-height)));padding:calc(var(--header-current-height, var(--header-height)) + 28px) 0 56px;background:radial-gradient(circle at top left,rgba(127,216,87,.16),transparent 34%),linear-gradient(180deg,#f6fbf7 0%,var(--white) 42%)}.store-page-layout{width:min(1480px,calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:240px minmax(0,1fr) 330px;gap:24px;align-items:start}.store-left-column{position:sticky;top:calc(var(--header-current-height, var(--header-height)) + 20px);align-self:start;max-height:calc(100vh - var(--header-current-height, var(--header-height)) - 40px);overflow:visible}.store-cart-column{position:sticky;top:calc(var(--header-current-height, var(--header-height)) + 20px);align-self:start;max-height:calc(100vh - var(--header-current-height, var(--header-height)) - 40px);overflow-y:auto;scrollbar-width:thin}.store-filter-card,.store-quick-quote-card,.store-cart-card{background:#ffffffeb;border:1px solid rgba(15,138,75,.12);box-shadow:0 16px 36px #0b1f3314}.store-quick-quote-card{margin-top:18px}.store-left-column .store-filter-card{display:flex;flex-direction:column;max-height:calc(100vh - var(--header-current-height, var(--header-height)) - 40px)}.store-left-column .sidebar-card-title{flex:0 0 auto}.store-category-list{display:flex;flex-direction:column;gap:7px;list-style:none;flex:1 1 auto;min-height:0;max-height:calc(100vh - var(--header-current-height, var(--header-height)) - 150px);overflow-y:auto;padding-right:6px;overscroll-behavior:contain;scrollbar-width:thin}.store-category-btn{display:flex;align-items:center;gap:9px;width:100%;padding:9px 11px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--text);cursor:pointer;font-family:var(--font-body);font-size:13px;font-weight:600;line-height:1.25;text-align:left;transition:var(--transition-fast)}.store-category-photo{width:30px;height:30px;flex:0 0 30px;overflow:hidden;border-radius:7px;background:var(--off-white);border:1px solid rgba(15,138,75,.12)}.store-category-photo img{width:100%;height:100%;object-fit:cover;display:block}.store-category-name{min-width:0}.store-category-btn:hover{background:var(--light-green);border-color:#0f8a4b24;color:var(--brand-green)}.store-category-btn.active{background:var(--brand-green);border-color:var(--brand-green);color:var(--white);box-shadow:0 8px 18px #0f8a4b33}.store-category-btn.active .store-category-photo{border-color:#ffffff6b}.store-category-all-btn{color:var(--brand-green);font-weight:700;border-bottom:1px solid rgba(15,138,75,.15);border-radius:6px;margin-bottom:4px}.store-main-column{min-width:0}.store-hero-marquee{position:relative;width:100%;margin:0 0 24px;overflow:hidden;border-top:1px solid rgba(15,138,75,.14);border-bottom:1px solid rgba(15,138,75,.14);border-radius:0;background:radial-gradient(circle at 12% 18%,rgba(127,216,87,.22),transparent 34%),linear-gradient(135deg,#fff,#f2fff6 58%,#fff);box-shadow:0 14px 34px #0b1f3314}.store-main-column>.store-hero-marquee{display:none}.store-hero-copy{display:flex;align-items:center;justify-content:center;gap:16px;padding:16px 18px 8px;text-align:center}.store-hero-copy span{position:absolute;left:18px;color:var(--brand-green);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.store-hero-copy strong{color:var(--dark-navy);font-size:18px;font-weight:900}.store-hero-viewport{overflow-x:auto;overflow-y:hidden;padding:10px 56px 18px;scroll-behavior:auto;scrollbar-width:none;cursor:grab;touch-action:pan-y;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;user-select:none;-webkit-user-select:none;will-change:scroll-position;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.store-hero-viewport.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.store-hero-viewport::-webkit-scrollbar{display:none}.store-hero-track{display:flex;width:max-content;gap:clamp(8px,1.2vw,12px);-webkit-transform:translateZ(0);transform:translateZ(0)}.store-hero-nav{position:absolute;top:50%;z-index:2;display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(15,138,75,.18);border-radius:999px;background:#fffffff0;color:var(--brand-green);cursor:pointer;font-size:34px;font-weight:800;line-height:1;box-shadow:0 10px 24px #0b1f3329;transform:translateY(-18%);transition:var(--transition-fast)}.store-hero-nav:hover{background:var(--brand-green);color:var(--white)}.store-hero-nav-left{left:18px}.store-hero-nav-right{right:18px}.store-hero-product{-webkit-appearance:none;appearance:none;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:7px;width:clamp(118px,12vw,142px);min-height:128px;padding:8px 7px 10px;border:1px solid rgba(15,138,75,.12);border-radius:10px;background:#fffffff0;color:var(--text);text-decoration:none;box-shadow:0 8px 18px #0b1f3312;-webkit-transition:var(--transition-fast);transition:var(--transition-fast);cursor:pointer;font-family:inherit;font-size:inherit;text-align:center;flex-shrink:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}@media(hover:hover)and (pointer:fine){.store-hero-product:hover{border-color:#0f8a4b5c;transform:translateY(-2px)}}.store-hero-product-media{display:flex;align-items:center;justify-content:center;width:100%;height:clamp(68px,7vw,82px);border-radius:8px;background:var(--off-white);overflow:hidden}.store-hero-product-media img{width:100%;height:100%;object-fit:cover;padding:0;opacity:0;transition:opacity .5s ease}.store-hero-product-info{width:100%;text-align:center}.store-hero-product-info strong{display:-webkit-box;overflow:hidden;color:var(--dark-navy);font-size:12px;font-weight:700;line-height:1.28;text-align:center;overflow-wrap:anywhere;word-break:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.store-hero-product-info small{display:block;margin-top:6px;color:var(--brand-green);font-size:13px;font-weight:900}@keyframes storeHeroMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.store-page-heading{margin-bottom:18px;padding:22px 24px;border:1px solid rgba(15,138,75,.12);border-radius:10px;background:radial-gradient(circle at top right,rgba(124,58,237,.12),transparent 34%),linear-gradient(135deg,#fffffff5,#f6fbf7f5);box-shadow:0 14px 32px #0b1f330f}.store-page-kicker{display:inline-flex;margin-bottom:8px;color:var(--brand-green);font-family:var(--font-headings);font-size:12px;font-weight:800;letter-spacing:.08em;line-height:1;text-transform:uppercase}.store-page-heading h1{margin-bottom:8px;color:var(--dark-navy);font-size:32px;line-height:1.1}.store-page-heading p{max-width:760px;color:var(--muted-text);font-size:15px;line-height:1.55}.store-search-bar{display:flex;gap:12px;align-items:center;margin-bottom:20px;padding:14px;background:#ffffffe6;border:1px solid rgba(15,138,75,.1);border-radius:10px;box-shadow:0 12px 26px #0b1f330f}.store-search-copy{display:flex;flex:0 0 auto;flex-direction:column;gap:2px;min-width:150px}.store-search-eyebrow{color:var(--brand-green);font-size:11px;font-weight:800;letter-spacing:.08em;line-height:1;text-transform:uppercase}.store-search-copy strong{color:var(--dark-navy);font-size:14px;font-weight:800}.store-search-input-wrap{position:relative;display:flex;flex:1;align-items:center;min-width:260px}.store-search-icon{position:absolute;left:14px;color:var(--brand-green);font-size:20px;font-weight:800;line-height:1;pointer-events:none}.store-search-input-wrap .store-search-input{width:100%;min-height:48px;padding-left:42px;padding-right:76px;background:var(--white);border-color:#0f8a4b2e;box-shadow:inset 0 1px #0f8a4b0a}.store-search-input-wrap .store-search-input:focus{border-color:var(--brand-green);box-shadow:0 0 0 4px #0f8a4b1f}.store-search-clear{position:absolute;right:8px;border:none;border-radius:7px;background:var(--light-green);color:var(--brand-green);cursor:pointer;font-family:var(--font-headings);font-size:12px;font-weight:800;padding:7px 10px;transition:var(--transition-fast)}.store-search-clear:hover{background:var(--brand-green);color:var(--white)}.store-cart-summary-btn{flex:0 0 auto;min-height:44px;padding-inline:18px}.store-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.store-product-card{display:flex;flex-direction:column;min-height:100%;padding:12px;border-radius:10px;border-color:#0f8a4b1f;box-shadow:0 10px 26px #0b1f3312}.store-product-link{color:inherit;text-decoration:none}.store-product-card:hover{transform:translateY(-5px);border-color:#0f8a4b52;box-shadow:0 18px 38px #0b1f331f}.store-product-media{display:flex;align-items:center;justify-content:center;height:118px;margin-bottom:10px;overflow:hidden;border-radius:8px;background:linear-gradient(135deg,var(--light-green),var(--white))}.store-product-media img{width:100%;height:100%;object-fit:contain;padding:8px}.store-product-media.is-empty:after{content:"No image";color:var(--muted-text);font-size:13px;font-weight:700}.store-product-title{min-height:38px;margin-bottom:8px;color:var(--dark-navy);font-size:13px;font-weight:800;line-height:1.35}.store-product-desc{display:none;min-height:58px;margin-bottom:12px;color:var(--muted-text);font-size:13px;line-height:1.5;overflow:hidden}.store-product-price{margin-bottom:10px;color:var(--brand-green);font-family:var(--font-headings);font-size:17px;font-weight:800}.store-add-cart-btn{width:100%;min-height:40px;margin-top:auto;background:linear-gradient(135deg,#20c96f,#16a34a);color:var(--white);border:1px solid rgba(255,255,255,.28);border-radius:10px;box-shadow:0 12px 24px #16a34a33;font-size:13px;font-weight:800;letter-spacing:.2px}.store-detail-page{min-height:calc(100vh - var(--header-current-height, var(--header-height)));padding:calc(var(--header-current-height, var(--header-height)) + 28px) 0 64px;background:#fff}.store-detail-wrap{width:min(1080px,calc(100% - 48px));margin:0 auto}.store-detail-back{display:inline-flex;margin-bottom:20px;color:var(--brand-green);font-weight:800;text-decoration:none}.store-detail-grid{display:grid;grid-template-columns:minmax(280px,.92fr) minmax(320px,1fr);gap:34px;align-items:start}.store-detail-gallery{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.store-detail-main-image{display:flex;align-items:center;justify-content:center;width:100%;min-height:420px;border:1px solid rgba(15,138,75,.12);border-radius:10px;background:linear-gradient(135deg,var(--light-green),#ffffff)}.store-detail-main-image img{width:100%;max-height:420px;object-fit:contain;padding:24px}.store-detail-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;width:100%}.store-detail-thumb{display:flex;align-items:center;justify-content:center;height:92px;border:1.5px solid rgba(15,138,75,.14);border-radius:9px;background:#f7f7f7;cursor:pointer;overflow:hidden;padding:6px;transition:var(--transition-fast)}.store-detail-thumb.active{border-color:#6d3df2;box-shadow:0 0 0 2px #6d3df224}.store-detail-thumb img{width:100%;height:100%;object-fit:contain}.store-detail-info h1{margin:8px 0 12px;color:var(--dark-navy);font-size:30px;line-height:1.18}.store-detail-category{color:var(--brand-green);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.store-detail-price{margin-bottom:12px;color:var(--brand-green);font-family:var(--font-headings);font-size:24px;font-weight:900}.store-detail-meta{margin-bottom:16px;color:var(--muted-text);font-weight:700}.store-detail-cart-btn{width:min(280px,100%);margin-bottom:28px}.store-detail-info h2,.store-related-block h2{margin-bottom:10px;color:var(--dark-navy);font-size:20px}.store-detail-info p{color:var(--text);font-size:15px;line-height:1.75;white-space:pre-line}.store-detail-state{width:min(720px,calc(100% - 48px));margin:0 auto;padding:60px 24px;color:var(--muted-text);text-align:center}.store-related-block{margin-top:46px}.store-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.store-related-card{padding:12px;border:1px solid rgba(15,138,75,.12);border-radius:10px;color:var(--text);text-decoration:none;box-shadow:0 8px 18px #0b1f330f}.store-related-media{display:flex;align-items:center;justify-content:center;height:120px;margin-bottom:10px;border-radius:8px;background:var(--off-white)}.store-related-media img{width:100%;height:100%;object-fit:contain;padding:8px}.store-related-card strong,.store-related-card span{display:block;font-size:13px;line-height:1.35}.store-related-card span{margin-top:6px;color:var(--brand-green);font-weight:800}.store-add-cart-btn:hover{background:linear-gradient(135deg,#16b85b,#128c4f);color:var(--white);border-color:#ffffff5c;transform:translateY(-2px);box-shadow:0 16px 30px #16a34a47}.store-cart-card{position:sticky;top:calc(var(--header-current-height, var(--header-height)) + 18px)}.store-cart-card.cart-updated{border-color:#0f8a4b7a;box-shadow:0 0 0 4px #0f8a4b1f,0 16px 36px #0b1f3314}.store-checkout-section{scroll-margin-top:calc(var(--header-current-height, var(--header-height)) + 22px);padding:0 0 64px;background:var(--white)}.store-checkout-page{min-height:calc(100vh - var(--header-current-height, var(--header-height)));padding:calc(var(--header-current-height, var(--header-height)) + 40px) 0 100px;background:#f0f4f2}.co-page-header{width:min(1040px,calc(100% - 48px));margin:0 auto 32px;text-align:center}.co-page-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid rgba(15,138,75,.22);border-radius:999px;font-size:12px;font-weight:700;color:#0f8a4b;letter-spacing:.04em;text-transform:uppercase;margin-bottom:14px}.co-page-badge svg{fill:#0f8a4b;flex-shrink:0}.co-page-header-title{font-size:clamp(24px,3vw,32px);font-weight:900;color:#0b1f33;margin:0 0 8px;letter-spacing:-.03em;line-height:1.15}.co-page-header-sub{font-size:15px;color:#64748b;margin:0;line-height:1.6}.store-checkout-card{width:min(1040px,calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:380px 1fr;gap:28px;align-items:start}.store-checkout-summary{background:#fff;border-radius:20px;border:1px solid rgba(15,138,75,.13);box-shadow:0 4px 28px #0b1f3317,0 1px 3px #0b1f330f;padding:28px 24px 22px;position:sticky;top:calc(var(--header-current-height, var(--header-height)) + 20px);overflow:hidden}.store-checkout-summary:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0f8a4b,#22c55e,#0f8a4b);border-radius:20px 20px 0 0}.checkout-back-to-store{display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;padding:10px 16px;border:1px solid rgba(124,58,237,.18);border-radius:999px;background:linear-gradient(135deg,#7c3aed14,#22c55e1a);color:#166534;font-size:14px;font-weight:800;letter-spacing:.01em;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.checkout-back-to-store:hover{transform:translateY(-1px);border-color:#7c3aed52;box-shadow:0 10px 24px #7c3aed1f}.checkout-back-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#0f8a4b,#7c3aed);color:#fff;flex-shrink:0}.checkout-back-icon svg{width:16px;height:16px}.co-summary-title{font-size:17px;font-weight:800;color:#0b1f33;margin:0 0 16px;padding-bottom:13px;border-bottom:1.5px solid #e8f5ee;letter-spacing:-.02em;display:flex;align-items:center;gap:8px}.store-checkout-items{display:flex;flex-direction:column;gap:0}.store-checkout-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid #f0f5f2;transition:background .15s}.store-checkout-item:last-child{border-bottom:none}.co-item-thumb{width:46px;height:46px;border-radius:8px;overflow:hidden;background:#f0f5f2;flex-shrink:0;border:1px solid rgba(15,138,75,.1)}.co-item-thumb img{width:100%;height:100%;object-fit:cover;display:block}.co-item-info{min-width:0;flex:1}.co-item-name{display:block;font-size:13px;font-weight:600;color:#0b1f33;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.co-item-qty{display:block;font-size:12px;color:#64748b;margin-top:3px}.checkout-qty-control{display:inline-grid;grid-template-columns:38px minmax(52px,72px) 38px;align-items:center;margin-top:8px;border:1.5px solid rgba(124,58,237,.38);border-radius:14px;overflow:hidden;background:#fff}.checkout-qty-btn{min-height:38px;border:0;background:#fff;color:#7c3aed;font-size:24px;font-weight:500;line-height:1;transition:background .18s ease,color .18s ease}.checkout-qty-btn:hover{background:#7c3aed14;color:#5b21b6}.checkout-qty-input{min-height:38px;border:0;border-left:1px solid rgba(124,58,237,.18);border-right:1px solid rgba(124,58,237,.18);padding:0 8px;text-align:center;font-size:15px;font-weight:700;color:#0b1f33;background:#fff;-moz-appearance:textfield}.checkout-qty-input::-webkit-outer-spin-button,.checkout-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.store-checkout-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:5px;flex-shrink:0}.store-checkout-item-right strong{font-size:14px;font-weight:700;color:#0b1f33;white-space:nowrap}.store-checkout-remove-btn{background:none;border:none;color:#94a3b8;font-size:18px;line-height:1;cursor:pointer;padding:2px 5px;border-radius:5px;transition:background .15s,color .15s}.store-checkout-remove-btn:hover{background:#fee2e2;color:#b91c1c}.co-subtotal-bar{display:flex;justify-content:space-between;align-items:center;margin-top:14px;padding:14px 18px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:12px;border:1.5px solid rgba(15,138,75,.2);font-size:14px;font-weight:700;color:#0b1f33}.co-subtotal-bar strong{font-size:22px;font-weight:900;color:#0f8a4b;letter-spacing:-.03em}.co-trust-note{display:flex;align-items:center;gap:7px;margin-top:14px;padding:10px 14px;background:#f8fafc;border-radius:10px;font-size:12px;color:#64748b;font-weight:500;border:1px solid #e2e8f0}.co-trust-note svg{fill:#0f8a4b;flex-shrink:0}.store-checkout-form{background:#fff;border-radius:20px;border:1px solid rgba(11,31,51,.08);box-shadow:0 4px 28px #0b1f3317,0 1px 3px #0b1f330f;padding:28px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-content:start;overflow:hidden;position:relative}.store-checkout-form:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#7c3aed,#0f8a4b,#22c55e);border-radius:20px 20px 0 0}.co-form-title{grid-column:1 / -1;font-size:17px;font-weight:800;color:#0b1f33;margin:0 0 2px;padding-bottom:14px;border-bottom:1.5px solid #f0f4f2;letter-spacing:-.02em}.co-field{position:relative;display:flex;align-items:center}.co-field-icon{position:absolute;left:14px;width:17px;height:17px;fill:#94a3b8;pointer-events:none;flex-shrink:0;transition:fill .2s;z-index:1}.co-field:focus-within .co-field-icon{fill:#0f8a4b}.co-field .co-input{padding-left:42px}.co-input,.co-select{display:block;width:100%;box-sizing:border-box;height:48px;padding:0 14px;border:1.5px solid #e2e8f0;border-radius:11px;background:#f8fafc;color:#0b1f33;font-family:var(--font-body);font-size:14px;line-height:1.5;transition:border-color .2s,box-shadow .2s,background .2s;outline:none}.co-input::placeholder{color:#94a3b8;font-size:13.5px}.co-input:focus,.co-select:focus{border-color:#0f8a4b;box-shadow:0 0 0 3px #0f8a4b1f;background:#fff}.co-input:valid:not(:placeholder-shown){border-color:#0f8a4b66}.co-textarea{height:auto;padding:12px 14px;resize:vertical;min-height:88px}.co-full{grid-column:1 / -1}.co-section-divider{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em}.co-section-divider:before,.co-section-divider:after{content:"";flex:1;height:1px;background:#e8eef2}.co-shipping{display:flex;flex-direction:column;gap:6px}.co-label{font-size:12.5px;font-weight:700;color:#475569;letter-spacing:.02em;text-transform:uppercase}.co-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230b1f33' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:38px;cursor:pointer}.co-submit{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:54px;font-size:16px;font-weight:700;border-radius:12px;letter-spacing:.02em;transition:transform .15s,box-shadow .15s,opacity .15s;box-shadow:0 4px 18px #0f8a4b33}.co-submit:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 12px 32px #0f8a4b5c}.co-submit:not(:disabled):active{transform:translateY(0);box-shadow:0 4px 12px #0f8a4b2e}.co-submit:disabled{opacity:.6;cursor:not-allowed}.co-spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:co-spin .75s linear infinite;flex-shrink:0}@keyframes co-spin{to{transform:rotate(360deg)}}.store-whatsapp-icon{width:20px;height:20px;fill:currentColor;flex:0 0 20px}.co-empty-state{width:min(440px,calc(100% - 48px));margin:0 auto;text-align:center;padding:60px 32px;background:#fff;border-radius:20px;box-shadow:0 4px 28px #0b1f3314;border:1px solid rgba(15,138,75,.1)}.co-empty-icon{display:block;font-size:52px;margin-bottom:16px}.co-empty-title{font-size:20px;font-weight:800;color:#0b1f33;margin:0 0 8px}.co-empty-sub{font-size:14px;color:#64748b;margin:0 0 24px;line-height:1.6}.co-success-wrapper{width:min(520px,calc(100% - 48px));margin:0 auto;text-align:center;padding:48px 36px;background:#fff;border-radius:20px;box-shadow:0 4px 28px #0b1f3314;border:1px solid rgba(15,138,75,.12)}.co-success-emoji{display:block;font-size:54px;margin-bottom:18px;animation:co-pop .5s cubic-bezier(.34,1.56,.64,1) both}@keyframes co-pop{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.co-success-desc{font-size:15px;color:#475569;line-height:1.7;margin:0 0 28px}.co-success-actions{display:flex;flex-direction:column;gap:12px;align-items:center}.co-success-actions .btn{width:100%;max-width:320px;min-height:48px;justify-content:center;display:flex;align-items:center;gap:8px}.co-success-page{min-height:calc(100vh - var(--header-current-height, var(--header-height)));padding:calc(var(--header-current-height, var(--header-height)) + 32px) 0 80px;background:#f8fbf9}.co-success-inner{width:min(460px,calc(100% - 32px));margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.co-check-wrap{position:relative;width:120px;height:120px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center}.co-check-glow{position:absolute;inset:-14px;border-radius:50%;background:radial-gradient(circle,rgba(34,197,94,.18) 0%,transparent 70%)}.co-check-svg{width:90px;height:90px;position:relative;z-index:1}@keyframes co-ring-draw{0%{stroke-dashoffset:164}to{stroke-dashoffset:0}}@keyframes co-tick-draw{0%{stroke-dashoffset:40}to{stroke-dashoffset:0}}.co-check-circle-anim{stroke-dasharray:164;stroke-dashoffset:164;animation:co-ring-draw .55s ease forwards}.co-check-tick-anim{fill:none;stroke-dasharray:40;stroke-dashoffset:40;animation:co-tick-draw .35s ease .5s forwards}.co-deco{position:absolute;border-radius:50%;background:#22c55e;width:7px;height:7px;opacity:0;animation:co-deco-pop .4s ease .7s forwards}@keyframes co-deco-pop{0%{opacity:0;transform:scale(0)}70%{opacity:1;transform:scale(1.2)}to{opacity:.7;transform:scale(1)}}.co-deco-tl{top:6px;left:14px}.co-deco-tr{top:6px;right:14px}.co-deco-bl{bottom:6px;left:14px}.co-deco-br{bottom:6px;right:14px}.co-deco-l{top:50%;left:2px;transform:translateY(-50%)}.co-deco-r{top:50%;right:2px;transform:translateY(-50%)}.co-verified-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;border:1.5px solid #22c55e;border-radius:999px;color:#16a34a;font-size:12px;font-weight:700;letter-spacing:.06em;margin-bottom:16px}.co-success-title{font-size:clamp(28px,7vw,38px);font-weight:900;color:var(--dark-navy, #0b1f33);margin:0 0 12px;line-height:1.1}.co-request-number{display:flex;flex-direction:column;align-items:center;gap:4px;background:#f0fdf4;border:1.5px dashed #22c55e;border-radius:12px;padding:12px 28px;margin-bottom:16px;width:100%}.co-request-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#16a34a}.co-request-value{font-size:22px;font-weight:900;color:var(--dark-navy, #0b1f33);letter-spacing:.04em}.co-success-sub{font-size:15px;color:#475569;line-height:1.65;margin:0 0 24px}.co-success-accent{color:#16a34a;font-weight:700}.co-wa-card{display:flex;align-items:flex-start;gap:14px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px 18px;text-align:left;width:100%;margin-bottom:20px;box-shadow:0 2px 8px #0000000a}.co-wa-card-icon{width:36px;height:36px;flex-shrink:0;color:#25d366;margin-top:2px}.co-wa-card strong{display:block;font-size:14px;font-weight:700;color:var(--dark-navy, #0b1f33);margin-bottom:4px}.co-wa-card p{font-size:13px;color:#64748b;margin:0;line-height:1.5}.co-success-btns{display:flex;flex-direction:column;gap:12px;width:100%;margin-bottom:32px}.co-btn-wa{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:52px;background:#22c55e;color:#fff;font-size:16px;font-weight:700;border-radius:12px;border:none;cursor:pointer;text-decoration:none;transition:background .18s,transform .12s}.co-btn-wa:hover{background:#16a34a;transform:translateY(-1px)}.co-btn-wa-disabled{opacity:.5;pointer-events:none}.co-btn-continue{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:52px;background:transparent;color:#7c3aed;font-size:16px;font-weight:700;border-radius:12px;border:2px solid #7c3aed;cursor:pointer;transition:background .18s,color .18s,transform .12s}.co-btn-continue:hover{background:#7c3aed;color:#fff;transform:translateY(-1px)}.co-btn-icon{width:20px;height:20px;flex-shrink:0}.co-trust-row{display:flex;gap:12px;width:100%;justify-content:center}.co-trust-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 8px;box-shadow:0 1px 4px #0000000a}.co-trust-item strong{font-size:12px;font-weight:700;color:var(--dark-navy, #0b1f33);text-align:center}.co-trust-item span{font-size:11px;color:#64748b;text-align:center;line-height:1.4}.store-checkout-total{display:none}.store-place-order-btn{justify-content:center;min-height:48px;font-size:15px;gap:8px}.store-shipping-select-wrap h2{margin-bottom:8px;font-size:14px;font-weight:600;color:var(--dark-navy)}.store-shipping-select{min-height:48px;border-radius:10px;background:#f9fafb}@media(max-width:1180px){.store-page-layout{grid-template-columns:220px minmax(0,1fr)}.store-cart-column{grid-column:1 / -1;position:static;max-height:none;overflow:visible}}@media(max-width:900px){.store-page-layout{width:min(calc(100% - 32px),720px);grid-template-columns:minmax(0,1fr)}.store-page-layout>.store-left-column,.store-page-layout>.store-main-column,.store-page-layout>.store-cart-column{width:100%;max-width:100%;min-width:0}.store-left-column{display:none}.store-search-bar{flex-direction:column;align-items:stretch}.store-search-copy,.store-search-input-wrap{width:100%;min-width:0}.store-cart-summary-btn{width:100%}.store-checkout-card{width:min(100% - 28px,720px);grid-template-columns:1fr;gap:18px}.store-checkout-summary{position:static}}@media(max-width:640px){.store-product-grid,.store-checkout-form{grid-template-columns:1fr}.co-full,.co-form-title{grid-column:1}.store-shipping-grid{grid-template-columns:1fr}}.sidebar-nav-list{list-style:none;display:flex;flex-direction:column;gap:10px}.sidebar-nav-list a{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:500;padding:10px 14px;background-color:var(--white);border-radius:var(--radius-sm);border:1px solid var(--border-color);color:var(--text)}.sidebar-nav-list a:hover,.sidebar-nav-list a.active{background-color:var(--brand-green);color:var(--white);border-color:var(--brand-green)}.sidebar-nav-list a:after{content:"→";font-weight:700}.sidebar-nav-list a:hover:after{transform:translate(3px);transition:var(--transition-fast)}.faq-list{display:flex;flex-direction:column;gap:16px;margin-top:30px}.faq-item{border:1px solid var(--border-color);border-radius:var(--radius-sm);overflow:hidden;transition:var(--transition-smooth)}.faq-question{background-color:var(--off-white);padding:18px 24px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.faq-question h4{font-size:16px;margin:0;font-weight:600}.faq-icon{font-size:18px;font-weight:700;color:var(--brand-green);transition:var(--transition-smooth)}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(0,1,0,1);background-color:var(--white)}.faq-item.active .faq-answer{max-height:2000px;border-top:1px solid var(--border-color)}.faq-answer-content{padding:20px 24px;font-size:14px;color:var(--text);line-height:1.6}.specs-table-container{overflow-x:auto;margin:24px 0}.specs-table{width:100%;border-collapse:collapse;font-size:14px}.specs-table th{background-color:var(--dark-navy);color:var(--white);text-align:left;padding:12px 16px;font-family:var(--font-headings);font-weight:600}.specs-table td{padding:12px 16px;border-bottom:1px solid var(--border-color);color:var(--text)}.specs-table tr:nth-child(2n){background-color:var(--off-white)}.toast{position:fixed;bottom:30px;left:30px;background-color:var(--dark-navy);color:var(--white);padding:14px 24px;border-radius:var(--radius-sm);box-shadow:0 4px 16px #0003;display:flex;align-items:center;gap:12px;font-size:14px;font-weight:500;z-index:3000;opacity:0;transform:translateY(20px);transition:var(--transition-smooth)}.toast.active{opacity:1;transform:translateY(0)}.toast-success-dot{width:8px;height:8px;background-color:#25d366;border-radius:50%}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.blog-card{background-color:var(--white);border-radius:var(--radius-md);border:1px solid rgba(15,138,75,.06);box-shadow:var(--shadow-sm);overflow:hidden;transition:var(--transition-smooth);display:flex;flex-direction:column;height:100%}.blog-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.blog-card-image{height:190px;padding:14px;background:radial-gradient(circle at top right,rgba(124,58,237,.12),transparent 34%),var(--light-green);overflow:hidden}.blog-card-image img{width:100%;height:100%;object-fit:contain;display:block;border-radius:8px;transition:transform .35s ease}.blog-card:hover .blog-card-image img{transform:scale(1.04)}.blog-card-body{padding:24px;display:flex;flex-direction:column;flex-grow:1}.blog-card-date{font-size:12px;color:var(--muted-text);margin-bottom:8px}.blog-card-title{font-size:18px;margin-bottom:12px;color:var(--dark-navy);line-height:1.4}.blog-card-excerpt{font-size:13px;color:var(--muted-text);margin-bottom:20px;flex-grow:1}@media(max-width:1199px){.nav-menu{gap:16px!important}.header-container{padding-left:24px!important;padding-right:24px!important}.store-chip{padding-right:10px}.products-grid{grid-template-columns:repeat(2,1fr)}.advantages-grid{grid-template-columns:repeat(3,1fr)}.hero-container-flex{grid-template-columns:minmax(0,1fr) minmax(260px,.45fr);gap:32px}.hero-title{font-size:46px}.hero-store-showcase{width:min(100%,600px)}}@media(max-width:1500px){.header-container{max-width:none!important;padding-left:24px!important;padding-right:24px!important;gap:16px}.logo-img{height:44px}.nav-menu{gap:11px!important}.nav-link{font-size:13.5px}.header-ctas{gap:6px}.header-ctas .btn-sm{min-height:36px;padding:6px 12px;font-size:13px}.header-ctas .btn-quote-header{padding-left:10px;padding-right:12px}.quote-header-icon{width:20px;height:20px}.store-chip{min-height:36px;padding:5px 10px 5px 6px;font-size:13px}.store-chip-icon{width:26px;height:26px}}.mobile-header-actions{display:none}@media(max-width:1200px){.header-container{max-width:none!important;padding-left:16px!important;padding-right:16px!important;gap:12px}.nav-menu{display:none}.mobile-header-actions{display:flex;align-items:center;gap:10px;margin-left:auto;margin-right:4px}.mobile-action-btn{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgba(124,58,237,.16);background:#ffffffd9;color:#7c3aed;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 10px #0000000d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:0}.mobile-action-btn svg{display:block;width:18px;height:18px}.mobile-home-btn:hover{transform:scale(1.08);background:#ede9fe;border-color:#7c3aed;box-shadow:0 6px 14px #7c3aed26}.mobile-store-icon-btn:hover{transform:scale(1.08);background:#dcfce7;border-color:#16a34a;box-shadow:0 6px 14px #16a34a2e}.mobile-store-page-btn{flex-direction:column;gap:0;width:36px!important;height:36px!important;border-radius:50%!important;padding:0!important;background:#ffffffd9!important;border:1px solid rgba(124,58,237,.16)!important;color:#7c3aed!important;box-shadow:0 4px 10px #0000000d!important}.mobile-store-page-btn svg{width:18px!important;height:18px!important;color:#7c3aed!important;fill:#7c3aed!important}.mobile-store-page-btn:hover{transform:scale(1.08);background:#ede9fe!important;border-color:#7c3aed!important;box-shadow:0 6px 14px #7c3aed26!important}.mobile-store-btn-label{display:none}.mobile-cart-btn.has-items{background:linear-gradient(135deg,#ffa333,#f60);border-color:#ff8c00;color:#fff;box-shadow:0 6px 14px #e65c0059}.mobile-cart-btn.has-items:hover{transform:scale(1.08);box-shadow:0 8px 18px #e65c0080}.mobile-cart-badge{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;font-size:9px;font-weight:800;height:15px;min-width:15px;border-radius:99px;display:flex;align-items:center;justify-content:center;padding:0 3px;border:1.5px solid #ffffff}.mobile-nav-toggle{display:block;margin-left:0}.header-ctas{display:none}}@keyframes mobile-cart-pulse{0%{box-shadow:0 0 #e65c0080}70%{box-shadow:0 0 0 10px #e65c0000}to{box-shadow:0 0 #e65c0000}}.mobile-cart-btn.has-items.pulse-active{animation:mobile-cart-pulse .8s ease-out}@media(max-width:991px){.hero-container-flex{grid-template-columns:1fr;gap:0}.hero-content{max-width:680px;min-height:auto}.hero-empty-space{display:none}.hero-slide:before{background-position:center}.hero-slide:after{background:linear-gradient(90deg,#0b1f33e0,#0b1f33ad 65%,#0b1f3359)}.hero-title{font-size:40px}.hero-subtitle{font-size:17px}.home-trust-strip{margin-top:0;padding-top:26px}.home-trust-grid{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:1fr;gap:40px}.about-stat-card-top{right:16px}.about-stat-card-bottom{left:16px}.lead-grid{grid-template-columns:1fr;gap:40px}.footer-grid{grid-template-columns:1fr 1fr}.content-grid{grid-template-columns:1fr}.content-sidebar{position:static;margin-top:40px}.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){:root{--header-height: 70px}.hero-slider{min-height:auto;height:auto}.hero-slides-container,.hero-slide{position:relative}.hero-slides-container{min-height:610px}.hero-slide{min-height:610px;align-items:flex-start;padding-top:52px;padding-bottom:86px}.hero-slide:not(.active){display:none}.header-container{height:70px;padding-left:16px!important;padding-right:16px!important}.logo-img{height:38px;max-width:180px}.hero-content{width:100%;align-items:stretch}.hero-tag-glow{align-self:flex-start;max-width:100%;font-size:11px;line-height:1.25;white-space:normal}.hero-title{font-size:32px;line-height:1.16;margin-bottom:16px}.hero-subtitle{font-size:15px;line-height:1.55;margin-bottom:18px}.hero-proof-row{gap:8px;margin-bottom:22px}.hero-proof-row span{min-height:29px;padding:6px 10px;font-size:11px}.hero-buttons{flex-direction:column;gap:10px}.hero-buttons .btn,.hero-buttons .btn-outline{width:100%;min-height:44px;white-space:normal;text-align:center}.hero-store-showcase{grid-template-columns:1fr;justify-items:stretch;text-align:left;gap:12px;margin-top:16px}.store-showcase-copy strong{font-size:16px}.store-showcase-copy small{font-size:12px}.store-photo-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.store-photo-tile{width:100%}.store-showcase-action{justify-content:center}.home-trust-grid{grid-template-columns:1fr}.home-trust-item{min-height:auto;padding:18px}.about-stat-card{position:static;width:100%;margin-top:12px}.advantages-grid{grid-template-columns:repeat(2,1fr)}.about-features{grid-template-columns:1fr;gap:14px}.section-header{margin-bottom:34px}.section-title{font-size:28px;line-height:1.2}.products-grid{grid-template-columns:1fr}.product-image-container{height:180px}.advantage-card{padding:24px 18px}.lead-content-wrapper [style*="display:flex; align-items:center"]{align-items:flex-start!important}.lead-content-wrapper strong{overflow-wrap:anywhere}.lead-form{grid-template-columns:1fr}.lead-form-box .btn,.form-group-full{grid-column:span 1}.lead-form-box{padding:24px}.contact-map-card{height:280px;margin-top:24px}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-copyright-container{flex-direction:column;gap:16px;text-align:center}.footer-copyright-links{justify-content:center}.float-call{display:flex}.blog-grid{grid-template-columns:1fr}}@media(max-width:480px){:root{--header-height: 60px}.header-container{height:60px;padding-left:12px!important;padding-right:12px!important;gap:8px}.logo-img{height:32px;max-width:140px}.mobile-menu-overlay{padding:28px 16px}.mobile-nav-list a{font-size:18px}.mobile-menu-ctas .btn{font-size:14px;min-height:46px}.mobile-menu-ctas{gap:10px}}@media(max-width:479px){.hero-slides-container,.hero-slide{min-height:660px}.hero-slide{padding-top:38px}.hero-title{font-size:28px}.hero-subtitle{font-size:14px}.hero-store-showcase{margin-top:18px;padding:11px}.store-photo-strip{gap:6px}.store-photo-tile{height:42px}.advantages-grid,.products-grid{grid-template-columns:1fr}.btn,.btn-outline{padding-left:14px;padding-right:14px}.lead-form-box{padding:20px;border-radius:var(--radius-md)}.floating-widgets{right:16px;bottom:16px}}.mobile-nav-active{overflow:hidden}.mobile-menu-overlay{position:fixed;top:var(--header-current-height, var(--header-height));left:0;width:100%;height:calc(100dvh - var(--header-current-height, var(--header-height)));background-color:var(--white);z-index:998;display:flex;flex-direction:column;padding:40px 24px;transform:translate(100%);transition:transform .3s ease-in-out;overflow-y:auto;border-top:1px solid var(--border-color)}.mobile-menu-overlay.active{transform:translate(0)}.mobile-nav-list{list-style:none;display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.mobile-nav-list a{font-family:var(--font-headings);font-size:20px;font-weight:600;color:var(--dark-navy)}.mobile-nav-list a:hover,.mobile-nav-list a.active{color:var(--brand-green)}.mobile-dropdown-toggle{display:flex;align-items:center;justify-content:space-between;width:100%}.mobile-dropdown-list{list-style:none;padding-left:20px;margin-top:10px;display:none;flex-direction:column;gap:12px}.mobile-dropdown-list.active{display:flex}.mobile-dropdown-list a{font-size:16px;font-weight:500}.mobile-menu-ctas{display:flex;flex-direction:column;gap:12px}.mobile-menu-ctas .btn{width:100%;justify-content:center}.mobile-menu-ctas .btn-quote-header{min-height:48px;order:-1}.quote-panel{position:fixed;inset:0;z-index:2100;pointer-events:none}.quote-panel.active{pointer-events:auto}.quote-panel-backdrop{position:absolute;inset:0;background-color:#0b1f3380;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;transition:opacity .3s ease}.quote-panel.active .quote-panel-backdrop{opacity:1}.quote-panel-content{position:absolute;top:0;right:0;width:390px;max-width:100%;height:100%;background-color:var(--white);display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-6px 0 28px #0b1f3324}.quote-panel.active .quote-panel-content{transform:translate(0)}.quote-panel-header{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid var(--border-color);flex-shrink:0}.quote-panel-title{font-family:var(--font-headings);font-size:20px;font-weight:700;color:var(--dark-navy);margin:0}.quote-panel-header-actions{display:flex;align-items:center;gap:14px}.quote-clear-link{font-size:13px;color:var(--accent-blue);text-decoration:underline;cursor:pointer;background:none;border:none;padding:0;font-family:var(--font-body);line-height:1}.quote-clear-link:hover{color:var(--brand-green)}.quote-panel-close{background:none;border:none;cursor:pointer;font-size:26px;color:var(--muted-text);line-height:1;display:flex;align-items:center;justify-content:center;padding:2px;transition:var(--transition-fast)}.quote-panel-close:hover{color:var(--dark-navy)}.quote-items-list{flex:1;overflow-y:auto;padding:8px 0}.store-header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.store-header .header-container{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;gap:24px;max-width:1440px;margin:0 auto}.store-logo{height:44px;width:auto}.store-header .nav-menu{display:flex;list-style:none;gap:28px}.store-header .nav-link{font-size:15px;font-weight:500;color:var(--text);transition:var(--transition-fast)}.store-header .nav-link:hover,.store-header .nav-link.active{color:var(--brand-green)}.store-hero{width:100%;overflow:hidden;max-height:400px;background:var(--off-white)}.store-hero img{width:100%;height:100%;object-fit:cover;display:block}.store-shell{display:grid;grid-template-columns:220px 1fr 320px;align-items:start;max-width:1440px;margin:0 auto;min-height:calc(100vh - 70px)}.store-sidebar{border-right:1px solid var(--border-color);padding:20px 14px;position:sticky;top:70px;max-height:calc(100vh - 70px);overflow-y:auto}.category-title{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-text);margin-bottom:12px;padding:0 8px}.category-list{display:flex;flex-direction:column;gap:4px}.category-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:9px 12px;border:none;border-radius:var(--radius-sm);background:transparent;cursor:pointer;font-size:14px;font-weight:500;color:var(--text);text-align:left;transition:var(--transition-fast);font-family:var(--font-body)}.category-btn:hover{background:var(--light-green);color:var(--brand-green)}.category-btn.active{background:var(--brand-green);color:var(--white);font-weight:600}.category-count{font-size:11px;font-weight:700;padding:2px 7px;border-radius:20px;min-width:22px;text-align:center;background:var(--border-color);color:var(--muted-text)}.category-btn.active .category-count{background:#ffffff40;color:var(--white)}.store-main{padding:20px 24px}.store-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.store-toolbar h1{font-size:22px;font-weight:800;color:var(--dark-navy);line-height:1.2;margin-top:4px}.store-search{border:1.5px solid var(--border-color);border-radius:var(--radius-sm);padding:9px 14px;font-size:14px;font-family:var(--font-body);width:280px;transition:var(--transition-fast);outline:none;color:var(--text)}.store-search:focus{border-color:var(--brand-green);box-shadow:0 0 0 3px #0f8a4b1a}.product-list{display:flex;flex-direction:column;gap:14px}.product-row{display:grid;grid-template-columns:110px 1fr 160px;gap:16px;align-items:start;background:var(--white);border:1.5px solid var(--border-color);border-radius:var(--radius-md);padding:16px;transition:var(--transition-fast)}.product-row:hover{border-color:var(--brand-green);box-shadow:var(--shadow-md)}.product-media{width:110px;height:110px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0;background:var(--off-white)}.product-media img{width:100%;height:100%;object-fit:contain}.product-info h2{font-size:15px;font-weight:700;margin-bottom:6px;color:var(--dark-navy);line-height:1.4}.product-info p{font-size:13px;color:var(--muted-text);line-height:1.5;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-specs{display:flex;flex-wrap:wrap;gap:6px}.product-specs span{background:var(--light-green);color:var(--brand-green);font-size:11px;font-weight:600;padding:3px 8px;border-radius:20px}.product-buy{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.product-price{text-align:right}.product-price strong{font-size:15px;font-weight:700;color:var(--dark-navy);display:block}.product-price small{font-size:11px;color:var(--muted-text);display:block;line-height:1.6}.add-quote{background:var(--brand-green);color:var(--white);border:none;border-radius:var(--radius-sm);padding:8px 14px;font-size:13px;font-weight:600;font-family:var(--font-body);cursor:pointer;transition:var(--transition-fast);white-space:nowrap}.add-quote:hover{background:var(--brand-green-hover);transform:translateY(-1px)}.store-quote{border-left:1px solid var(--border-color);background:var(--off-white);padding:20px 16px;position:sticky;top:70px;max-height:calc(100vh - 70px);overflow-y:auto;display:flex;flex-direction:column;gap:12px}.quote-title{display:flex;align-items:center;justify-content:space-between}.quote-title h2{font-size:16px;font-weight:700;color:var(--dark-navy)}.quote-clear{background:none;border:none;font-size:12px;font-weight:600;color:var(--muted-text);cursor:pointer;padding:4px 8px;border-radius:6px;font-family:var(--font-body);transition:var(--transition-fast)}.quote-clear:hover{background:#fee2e2;color:#dc2626}.quote-empty{display:grid;place-items:center;min-height:120px;text-align:center;color:var(--muted-text)}.quote-empty-icon{margin:0 auto 8px;color:#d1d5db}.quote-empty p{font-size:13px;color:var(--muted-text);margin:0}.store-quote .quote-items{display:flex;flex-direction:column;gap:10px;flex:1}.store-quote .quote-item{display:grid;grid-template-columns:52px 1fr;gap:10px;background:var(--white);border:1.5px solid var(--border-color);border-radius:var(--radius-sm);padding:10px}.store-quote .qi-img{width:52px;height:52px;border-radius:6px;object-fit:contain;background:var(--off-white)}.store-quote .qi-body{min-width:0}.store-quote .qi-name{font-size:12px;font-weight:600;color:var(--dark-navy);line-height:1.3;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-quote .qi-unit-price{font-size:11px;color:var(--muted-text);margin-bottom:6px}.store-quote .qi-controls{display:flex;align-items:center;justify-content:space-between;gap:8px}.store-quote .qi-stepper{display:flex;align-items:center;gap:6px}.store-quote .qi-stepper-btn{width:24px;height:24px;border:1.5px solid var(--border-color);border-radius:6px;background:var(--white);cursor:pointer;font-size:14px;font-weight:700;display:grid;place-items:center;transition:var(--transition-fast);font-family:var(--font-body)}.store-quote .qi-stepper-btn:hover{border-color:var(--brand-green);color:var(--brand-green)}.store-quote .qi-qty{font-size:13px;font-weight:700;color:var(--dark-navy);min-width:20px;text-align:center}.store-quote .qi-total{font-size:12px;font-weight:700;color:var(--brand-green)}.quote-subtotal{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:var(--white);border:1.5px solid var(--border-color);border-radius:var(--radius-sm);font-size:13px}.quote-subtotal-label{font-weight:600;color:var(--text)}.quote-subtotal-amount{font-weight:700;color:var(--brand-green);font-size:15px}.quote-actions{display:none;flex-direction:column;gap:8px}.quote-actions.active{display:flex}.checkout-form{display:none;flex-direction:column;gap:10px;padding-top:12px;border-top:1px solid var(--border-color)}.checkout-form.active{display:flex}.checkout-form input,.checkout-form select,.checkout-form textarea{width:100%;padding:10px 12px;border:1.5px solid var(--border-color);border-radius:var(--radius-sm);font-size:13px;font-family:var(--font-body);color:var(--text);background:var(--white);transition:var(--transition-fast);outline:none}.checkout-form input:focus,.checkout-form select:focus,.checkout-form textarea:focus{border-color:var(--brand-green);box-shadow:0 0 0 3px #0f8a4b1a}.checkout-form textarea{resize:vertical;min-height:72px}@media(max-width:1100px){.store-shell{grid-template-columns:200px 1fr 280px}}@media(max-width:900px){.store-shell{grid-template-columns:1fr}.store-sidebar{position:static;max-height:none;border-right:none;border-bottom:1px solid var(--border-color);padding:16px}.category-list{flex-direction:row;flex-wrap:wrap}.store-main{padding:16px}.store-quote{position:static;max-height:none;border-left:none;border-top:1px solid var(--border-color)}.store-search{width:100%}}@media(max-width:600px){.product-row{grid-template-columns:80px 1fr}.product-buy{grid-column:1 / -1;flex-direction:row;align-items:center;justify-content:space-between}}.quote-item{display:flex;align-items:flex-start;gap:12px;padding:14px 22px;border-bottom:1px solid var(--border-color)}.quote-item:last-child{border-bottom:none}.quote-item-img{width:60px;height:60px;object-fit:contain;background-color:var(--off-white);border-radius:var(--radius-sm);padding:6px;flex-shrink:0}.quote-item-body{flex:1;min-width:0}.quote-item-name{font-family:var(--font-headings);font-size:13.5px;font-weight:600;color:var(--dark-navy);line-height:1.3;margin-bottom:3px}.quote-item-unit-price{font-size:12px;color:var(--muted-text);margin-bottom:10px}.quote-item-controls{display:flex;align-items:center;justify-content:space-between;gap:8px}.qty-stepper{display:inline-flex;align-items:center;border:1px solid var(--border-color);border-radius:var(--radius-sm);overflow:hidden}.qty-stepper-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;font-size:17px;color:var(--text);transition:var(--transition-fast);flex-shrink:0}.qty-stepper-btn:hover{background-color:var(--light-green);color:var(--brand-green)}.qty-stepper-value{min-width:40px;height:28px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:var(--text);border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);padding:0 4px}.quote-item-line-total{font-family:var(--font-headings);font-size:14px;font-weight:700;color:var(--dark-navy);white-space:nowrap}.quote-empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;text-align:center;color:var(--muted-text)}.quote-empty-icon{width:60px;height:60px;margin-bottom:16px;opacity:.25}.quote-empty-state p{font-size:14px;line-height:1.6}.quote-panel-footer{padding:18px 22px;border-top:1px solid var(--border-color);background-color:var(--off-white);flex-shrink:0}.quote-subtotal-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.quote-subtotal-label{font-size:13px;color:var(--muted-text);font-weight:500}.quote-subtotal-amount{font-family:var(--font-headings);font-size:18px;font-weight:700;color:var(--brand-green)}.quote-checkout-btn{width:100%;padding:13px 20px;font-size:15px;border-radius:var(--radius-sm)}.quote-cart-btn{position:relative}.quote-cart-badge{position:absolute;top:-7px;right:-7px;background-color:var(--brand-green);color:var(--white);font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1;pointer-events:none}.product-price-tag{font-family:var(--font-headings);font-size:13px;font-weight:600;color:var(--brand-green);margin-bottom:8px;display:block}.product-quote-row{display:flex;align-items:center;gap:8px;margin-top:6px}.product-qty-control{display:inline-flex;align-items:center;border:1px solid var(--border-color);border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0}.product-qty-btn{width:30px;height:36px;display:flex;align-items:center;justify-content:center;background-color:var(--off-white);border:none;cursor:pointer;font-size:18px;color:var(--text);transition:var(--transition-fast)}.product-qty-btn:hover{background-color:var(--light-green);color:var(--brand-green)}.product-qty-input{width:44px;height:36px;text-align:center;border:none;border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);font-family:var(--font-body);font-size:14px;font-weight:600;color:var(--text);background-color:var(--white);outline:none;-moz-appearance:textfield}.product-qty-input::-webkit-inner-spin-button,.product-qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.add-to-quote-btn{flex:1;height:36px;padding:0 10px;font-size:13px;min-width:0}.add-to-quote-btn.added{background-color:var(--light-green);color:var(--brand-green);border:1px solid rgba(15,138,75,.3)}@media(max-width:479px){.quote-panel-content{width:100%}}.float-quote{background-color:var(--brand-green);display:none}@media(max-width:991px){.float-quote{display:flex}}.store-chip-mobile{width:100%;justify-content:center;background:var(--light-green)}.mobile-nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-nav-toggle.active span:nth-child(2){opacity:0}.mobile-nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-8px)}html,body,#root{max-width:100%}main,section,.container,.hero-content,.store-main-column,.store-main,.content-grid,.lead-grid,.products-grid,.advantages-grid,.blog-grid{min-width:0}h1,h2,h3,p,li,a,button,span,strong,small{overflow-wrap:anywhere}input,select,textarea,button{max-width:100%}@media(max-width:767px){html,body{width:100%;overflow-x:clip}body.mobile-nav-active{overflow:hidden}.container{padding-left:18px;padding-right:18px}.header-container{position:relative;justify-content:space-between;width:100%;max-width:100%!important}.mobile-nav-toggle{position:static;transform:none;right:auto;top:auto;flex:0 0 auto;min-width:36px;padding:4px 6px}.hero-slider{margin-top:var(--header-height);min-height:calc(100svh - var(--header-height));height:calc(100svh - var(--header-height))}.hero-slides-container{position:absolute;top:0;left:0;width:100%;height:100%}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:flex-start;padding-top:36px;padding-bottom:70px}.hero-slide:before{background-position:center center;background-size:cover}.hero-slide:after{background:linear-gradient(160deg,#030e08e0,#0523129e,#00000026)}.hero-content{width:100%;max-width:100%;min-width:0}.hero-tag-glow{font-size:11px;padding:5px 12px;margin-bottom:14px}.hero-title{font-size:clamp(22px,6.5vw,30px);line-height:1.18;margin-bottom:12px;text-shadow:0 2px 16px rgba(0,0,0,.6)}.hero-subtitle{font-size:13.5px;line-height:1.55;margin-bottom:18px;color:#ffffffe0;text-shadow:0 1px 8px rgba(0,0,0,.5)}.hero-proof-row{gap:7px;margin-bottom:20px}.hero-proof-row span{flex:0 0 auto;font-size:11px;padding:5px 10px}.hero-buttons{flex-direction:column;gap:10px;width:100%}.hero-buttons .btn{width:100%;min-height:48px;font-size:15px;font-weight:700;justify-content:center;border-radius:10px}.hero-store-showcase{display:none!important}.dots-container-absolute{bottom:18px}.hero-store-showcase,.home-trust-item,.product-card,.advantage-card,.lead-form-box,.sidebar-card,.blog-card,.store-filter-card,.store-quick-quote-card,.store-cart-card{border-radius:8px}.section-title,.inner-hero h1{font-size:clamp(25px,7vw,30px)}.inner-hero{padding-top:calc(var(--header-height) + 52px);padding-bottom:46px}.cta-banner{padding-left:18px;padding-right:18px}.cta-banner .btn,.lead-form-box .btn,.product-card .btn{width:100%}.modal-box{width:calc(100% - 24px);padding:24px 18px}.quote-panel-content{width:min(100%,390px)}.quote-panel-header{padding:16px;gap:12px}.quote-item{padding:12px 16px}}@media(max-width:640px){.store-page-section{padding-top:calc(var(--header-current-height, var(--header-height)) + 18px);padding-bottom:36px}.store-page-layout,.store-checkout-card{width:calc(100% - 32px);gap:16px}.store-left-column,.store-cart-column,.store-cart-card{position:static;max-height:none;overflow:visible}.store-filter-card,.store-quick-quote-card,.store-cart-card,.store-product-card{padding:14px 16px}.store-checkout-summary,.store-checkout-form{padding:20px 16px}.store-category-list{max-height:none;flex-direction:row;overflow-x:auto;padding:0 0 4px;scroll-snap-type:x proximity}.store-category-list li{flex:0 0 auto;scroll-snap-align:start}.store-category-btn{white-space:nowrap}.store-search-bar{padding:12px}.store-page-heading{margin-bottom:14px;padding:18px}.store-page-heading h1{font-size:26px}.store-page-heading p{font-size:14px}.store-search-input-wrap .store-search-input{min-height:46px;padding-right:58px}.store-search-clear{padding:6px 8px}.store-product-media{height:132px}.store-product-title,.store-product-desc{min-height:0}.store-checkout-item{align-items:flex-start}.store-checkout-item-right strong{text-align:right}.co-item-name{white-space:normal}.checkout-back-to-store{width:100%;justify-content:center}.store-shell{width:100%}.store-toolbar{align-items:stretch}.store-toolbar h1,.store-search{width:100%}.product-row{grid-template-columns:82px minmax(0,1fr);gap:12px;padding:12px}.product-media{width:82px;height:82px}.product-buy{gap:12px}.product-price{text-align:left}.add-quote{white-space:normal;text-align:center}}@media(max-width:480px){.container{padding-left:16px;padding-right:16px}.logo-img{max-width:min(150px,56vw)}.hero-slides-container,.hero-slide{min-height:690px}.hero-title{font-size:clamp(25px,7.6vw,29px)}.hero-tag-glow{letter-spacing:.5px}.hero-proof-row span{flex-basis:100%}.store-photo-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.home-trust-strip{padding-bottom:24px}.product-card-body,.lead-form-box,.sidebar-card{padding:18px}.footer-copyright-links{flex-direction:column;gap:8px}.mobile-menu-overlay{padding:24px 16px}.mobile-nav-list{gap:14px;margin-bottom:24px}}.hero-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background-color:#0006;border:1px solid rgba(255,255,255,.25);color:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:var(--transition-smooth);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-nav-btn:hover{background-color:var(--brand-green);border-color:var(--brand-green);transform:translateY(-50%) scale(1.1);box-shadow:0 0 15px #7c3aed80}.hero-nav-btn svg{width:24px;height:24px;transition:transform .2s ease}.hero-nav-btn.prev{left:24px}.hero-nav-btn.next{right:24px}.hero-nav-btn.prev:hover svg{transform:translate(-2px)}.hero-nav-btn.next:hover svg{transform:translate(2px)}@media(max-width:768px){.hero-nav-btn{width:40px;height:40px}.hero-nav-btn.prev{left:12px}.hero-nav-btn.next{right:12px}}#products-anchor{padding:32px 0!important}#products-anchor .section-header{margin-bottom:16px!important}#products-anchor .section-tag{margin-bottom:4px!important}#products-anchor .section-title{font-size:28px!important;margin-bottom:6px!important}#products-anchor .section-subtitle{font-size:13.5px!important}#products-anchor .product-card{box-shadow:0 4px 16px #7c3aed08}#products-anchor .product-image-container{height:135px!important;padding:10px!important}#products-anchor .product-svg-img{max-width:135px!important;max-height:100%!important;object-fit:contain!important}#products-anchor .product-card-body{padding:12px!important}#products-anchor .product-card-title{font-size:15px!important;margin-bottom:4px!important}#products-anchor .product-card-desc{font-size:12px!important;margin-bottom:8px!important;line-height:1.35!important}#products-anchor .product-apps-label{font-size:9px!important;margin-bottom:6px!important}#products-anchor .product-apps-list{margin-bottom:12px!important;gap:3px!important}#products-anchor .product-apps-list li{font-size:9px!important;padding:2px 6px!important}#products-anchor .product-card .btn{padding:8px 12px!important;font-size:12px!important;border-radius:6px!important}.advantage-icon-wrapper{width:100px!important;height:100px!important;margin-left:auto!important;margin-right:auto!important;margin-bottom:20px!important;background-color:var(--light-green)!important;border-radius:var(--radius-md)!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:var(--transition-smooth);border:1.5px solid rgba(124,58,237,.15);box-shadow:0 4px 10px #7c3aed0d}.advantage-cartoon-img{width:100%;height:100%;object-fit:contain;border-radius:inherit;padding:2px}.advantages-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.advantage-card{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1),border-color .3s ease,box-shadow .3s ease;align-items:center!important;text-align:center!important}.advantage-card.revealed{opacity:1;transform:translateY(0)}.advantage-card:nth-child(4n+1){transition-delay:.05s}.advantage-card:nth-child(4n+2){transition-delay:.15s}.advantage-card:nth-child(4n+3){transition-delay:.25s}.advantage-card:nth-child(4n+4){transition-delay:.35s}.advantage-card:hover{transform:translateY(-8px) scale(1.02);border-color:var(--brand-green)!important;box-shadow:0 16px 32px #7c3aed26!important;background:linear-gradient(135deg,var(--white) 0%,var(--off-white) 100%)}.advantage-card:hover .advantage-icon-wrapper{transform:scale(1.1) rotate(4deg);border-color:var(--brand-green);box-shadow:0 6px 14px #7c3aed33}@media(max-width:767px){.advantages-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.advantage-card:nth-child(odd){transition-delay:.05s}.advantage-card:nth-child(2n+2){transition-delay:.15s}.hero-content{min-height:auto}}@media(max-width:480px){.advantages-grid{grid-template-columns:1fr!important;gap:16px!important}.advantage-card{transition-delay:.05s!important}}.hero-slider .btn-accent{background:linear-gradient(135deg,#ff681f,#ff8008)!important;border:1.5px solid #ff9d47!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.5px!important;box-shadow:0 0 15px #ff681f99!important;transition:var(--transition-smooth)!important}.hero-slider .btn-accent:hover{transform:translateY(-3px) scale(1.05)!important;background:linear-gradient(135deg,#ff8008,#ff681f)!important;box-shadow:0 0 25px #ff681fe6,0 8px 20px #0000004d!important}.hero-store-showcase{border:2px solid #ff681f!important;background:#ff681f26!important;box-shadow:0 0 20px #ff681f66,0 22px 46px #0000004d!important;animation:storeGlowPulse 3s infinite ease-in-out!important;transition:var(--transition-smooth)!important}.hero-store-showcase:hover{transform:translateY(-4px) scale(1.02)!important;background:#ff681f38!important;border-color:#25d366!important;box-shadow:0 0 30px #25d366a6,0 22px 46px #0000004d!important}@keyframes storeGlowPulse{0%{border-color:#ff681f;box-shadow:0 0 12px #ff681f59,0 22px 46px #0000004d}50%{border-color:#25d366;box-shadow:0 0 22px #25d3668c,0 22px 46px #0000004d}to{border-color:#ff681f;box-shadow:0 0 12px #ff681f59,0 22px 46px #0000004d}}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:60px}.gallery-item{position:relative;overflow:hidden;border-radius:var(--radius-md);border:1px solid rgba(124,58,237,.1);box-shadow:var(--shadow-sm);aspect-ratio:16 / 10;background-color:var(--off-white)}.gallery-img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,1,.5,1)}.gallery-item:hover .gallery-img{transform:scale(1.15)}.gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(30,27,75,.4) 100%);opacity:0;transition:opacity .3s ease;pointer-events:none}.gallery-item:hover:after{opacity:1}@media(max-width:767px){.floating-widgets{display:none!important}.gallery-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important;margin-bottom:40px!important}}@media(max-width:480px){.gallery-grid{grid-template-columns:1fr!important;gap:12px!important}}@media(max-width:991px){.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:900px){.store-category-list{max-height:none!important;flex-direction:row!important;overflow-x:auto!important;padding:4px 0 8px!important;scroll-snap-type:x proximity!important}.store-category-list li{flex:0 0 auto!important;scroll-snap-align:start!important}.store-category-btn{white-space:nowrap!important}}@media(max-width:768px){.store-detail-grid{grid-template-columns:1fr!important;gap:24px!important}.store-detail-main-image{min-height:300px!important}.store-detail-main-image img{max-height:300px!important;padding:16px!important}.store-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.store-hero-copy{display:none!important}.store-hero-copy strong{font-size:14px!important;line-height:1.3!important;display:block!important;text-align:center!important}}@media(max-width:480px){.store-product-grid{grid-template-columns:1fr!important}.store-detail-thumbs{gap:8px!important}.store-detail-thumb{height:70px!important;padding:4px!important}.store-related-grid{grid-template-columns:1fr!important}}.industries-grid{grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:991px){.industries-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:479px){.industries-grid{grid-template-columns:1fr!important}}@media(max-width:767px){.cta-title{font-size:clamp(22px,6.5vw,30px);line-height:1.2;margin-bottom:12px}.cta-subtitle{font-size:14px;margin-bottom:22px}.cta-buttons{flex-direction:column;align-items:stretch;gap:12px}.cta-buttons .btn,.cta-buttons .btn-outline{width:100%;justify-content:center;min-height:48px}}@media(max-width:640px){.store-detail-info h1{font-size:22px!important;line-height:1.25}.store-detail-price{font-size:20px!important}.store-detail-cart-btn{width:100%!important}}@media(max-width:479px){.about-grid,.lead-grid{gap:24px}}@media(max-width:479px){.inner-hero{padding-top:calc(var(--header-height) + 36px);padding-bottom:32px}.inner-hero h1{font-size:clamp(22px,7vw,28px)!important}.inner-hero .lead-text{font-size:14px}}@media(max-width:479px){.blog-card-title{font-size:16px}.blog-card-image{height:160px}}@media(max-width:767px){.btn,.btn-outline,.store-add-cart-btn,.store-place-order-btn{min-height:48px}.form-control,select.form-control{min-height:48px;font-size:16px}textarea.form-control{font-size:16px;min-height:auto}}@media(max-width:479px){.store-checkout-card{gap:14px!important}.store-checkout-summary,.store-checkout-form{padding:16px 14px!important;border-radius:12px}.store-checkout-form{gap:10px}.store-checkout-item{grid-template-columns:44px minmax(0,1fr);gap:12px}.store-checkout-item-right{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center;margin-left:56px}.checkout-qty-control{grid-template-columns:34px minmax(44px,58px) 34px}.checkout-qty-btn,.checkout-qty-input{min-height:34px}}.store-product-list{display:flex;flex-direction:column;gap:18px;width:100%;max-width:100%;min-width:0}.store-load-more-indicator{display:flex;align-items:center;justify-content:center;gap:10px;padding:24px 0;font-size:14px;color:var(--muted-text)}.store-load-more-spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(15,138,75,.2);border-top-color:var(--brand-green);border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.store-hero-product-media img.loaded{opacity:1}.store-all-loaded{text-align:center;padding:20px 0 8px;font-size:13px;color:var(--muted-text)}.store-category-group{width:100%;max-width:100%;min-width:0;border:1px solid rgba(15,138,75,.12);border-radius:10px;background:#fff;overflow:hidden;box-shadow:0 4px 14px #0b1f330d}.store-category-group-header{padding:11px 16px;font-size:12px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;color:var(--dark-navy);background:var(--off-white);border-bottom:1px solid rgba(15,138,75,.1)}.store-product-row{display:grid;grid-template-columns:82px minmax(0,1fr) max-content;gap:14px;align-items:center;width:100%;max-width:100%;min-width:0;padding:14px 16px;border-bottom:1px solid rgba(15,138,75,.07);transition:background .15s ease}.store-product-row:last-child{border-bottom:none}.store-product-row:hover{background:#7fd8570a}.store-product-row.is-unavailable{opacity:.55}.store-product-row-thumb{display:flex;align-items:center;justify-content:center;width:82px;height:72px;border-radius:8px;background:var(--off-white);overflow:hidden;flex-shrink:0;text-decoration:none}.store-product-row-thumb img{width:100%;height:100%;object-fit:contain;padding:6px;display:block}.store-product-row-info{min-width:0;max-width:100%;display:flex;flex-direction:column;gap:5px}.store-product-row-name{display:block;font-size:14px;font-weight:700;color:var(--dark-navy);line-height:1.3;text-decoration:none;word-break:normal;overflow-wrap:anywhere;white-space:normal}.store-product-row-name:hover{color:var(--brand-green)}.store-product-row.is-unavailable .store-product-row-name{color:var(--muted-text)}.store-product-row-meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:3px 10px;min-width:0;max-width:260px;font-size:12px;color:var(--muted-text)}.store-product-row-meta span:last-child{font-weight:700;color:var(--text)}.store-product-row-price{font-size:14px;font-weight:800;color:var(--brand-green);font-family:var(--font-headings)}.store-product-row-unit{font-size:11px;font-weight:500;color:var(--muted-text);margin-left:2px}.store-product-row-action{min-width:0;max-width:100%;flex-shrink:0;justify-self:end}.store-out-of-stock-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border:1.5px solid var(--border-color);border-radius:7px;background:transparent;color:var(--muted-text);font-size:12px;font-weight:700;cursor:default;white-space:nowrap}.store-qty-wrap{position:relative;display:inline-flex;flex-direction:column;align-items:center;overflow:visible}.store-qty-popup{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);display:flex;align-items:flex-start;gap:10px;width:min(320px,calc(100vw - 32px));padding:12px 14px;border:1px solid rgba(245,158,11,.28);border-radius:14px;background:linear-gradient(180deg,#fffaf0,#fff3d9);color:#3f2a09;font-size:12px;font-weight:600;line-height:1.5;white-space:normal;z-index:120;pointer-events:none;box-shadow:0 14px 30px #94650829;text-align:left;animation:qty-popup-in .18s ease}@keyframes qty-popup-in{0%{opacity:0;transform:translate(-50%) translateY(-4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.store-qty-popup:before{content:"";position:absolute;top:-9px;left:50%;transform:translate(-50%);width:16px;height:16px;border-top:1px solid rgba(245,158,11,.28);border-left:1px solid rgba(245,158,11,.28);background:#fff8e8;rotate:45deg;border-radius:3px 0 0}.store-qty-popup-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#f59e0b;color:#fff;font-size:13px;font-weight:900;line-height:1;flex-shrink:0;box-shadow:0 6px 14px #f59e0b3d}.store-qty-popup-copy{min-width:0}.store-product-card,.store-product-row,.category-product-card,.store-product-row-action{overflow:visible!important}.store-product-row-action{position:relative;z-index:4}@media(max-width:480px){.store-qty-popup{width:min(280px,calc(100vw - 28px));font-size:11.5px;padding:11px 12px;gap:8px}.store-qty-popup-icon{width:20px;height:20px;font-size:12px}}@media(max-width:767px){.store-qty-wrap{align-items:flex-start}.store-qty-popup{left:0;transform:translate(0)}.store-qty-popup:before{left:26px;transform:none}}.store-qty-controls{display:inline-flex;align-items:center;border:1.5px solid var(--brand-green);border-radius:8px;overflow:hidden}.store-qty-controls button{display:grid;place-items:center;width:34px;height:38px;background:transparent;border:none;color:var(--brand-green);font-size:20px;font-weight:700;line-height:1;cursor:pointer;transition:background .12s ease}.store-qty-controls button:hover{background:var(--light-green)}.store-qty-controls input[type=number]{width:58px;height:38px;border:none;border-left:1px solid rgba(15,138,75,.3);border-right:1px solid rgba(15,138,75,.3);text-align:center;font-size:14px;font-weight:700;color:var(--dark-navy);background:#fff;outline:none;-moz-appearance:textfield}.store-qty-controls input[type=number]::-webkit-inner-spin-button,.store-qty-controls input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.store-product-row .store-add-cart-btn{width:auto!important;font-size:13px;font-weight:700;padding:7px 16px;min-height:34px!important;border-radius:7px;white-space:nowrap}@media(max-width:768px){.store-product-row{grid-template-columns:70px minmax(0,1fr) max-content;gap:12px;padding:12px 18px 12px 14px}.store-product-row-thumb{width:70px;height:62px}}@media(max-width:640px){.store-product-row{grid-template-columns:64px minmax(0,1fr);grid-template-rows:auto auto;align-items:start;gap:6px 10px;padding:10px 12px}.store-product-row-thumb{width:64px;height:60px;grid-row:1 / 3;align-self:start}.store-product-row-info{grid-column:2;grid-row:1;gap:4px}.store-product-row-action{grid-column:2;grid-row:2;display:flex;align-items:center;justify-self:start;width:100%}.store-product-row-name{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:13px;line-height:1.3;word-break:normal;overflow-wrap:anywhere;white-space:normal}.store-product-row-meta{max-width:none;font-size:11px}.store-product-row-price{font-size:13px}.store-qty-controls{flex-shrink:0}.store-qty-controls button{width:30px;height:34px;font-size:18px}.store-qty-controls input[type=number]{width:48px;height:34px;font-size:13px}.store-out-of-stock-btn{font-size:11px;padding:6px 10px}.store-product-row .store-add-cart-btn{width:auto!important;font-size:12px!important;padding:6px 14px!important;min-height:32px!important}}@media(min-width:361px)and (max-width:480px){.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.store-product-media{height:100px!important}.store-product-card{padding:10px!important}.store-product-title{min-height:0!important;font-size:12px!important}.store-product-price{font-size:14px!important;margin-bottom:6px!important}.store-add-cart-btn{font-size:12px!important;min-height:38px!important;padding:6px 8px!important}}.store-hero-nav--hidden{opacity:0;pointer-events:none;visibility:hidden}.store-hero-nav-mobile-only{display:none!important}.store-hero-nav-desktop-only{display:grid!important}@media(max-width:991px){.store-hero-viewport{padding-inline:48px}.store-hero-product{width:clamp(124px,20vw,148px)}}@media(max-width:768px){.store-hero-marquee{margin-bottom:16px}.store-hero-marquee>.store-hero-cat-grid-btn{display:none!important}.store-search-bar{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:stretch;gap:10px;margin-bottom:16px;padding:12px 12px 14px;border-radius:16px}.store-search-copy{display:none!important}.store-search-mobile-grid-btn.store-hero-cat-grid-btn{position:static!important;left:auto!important;z-index:1!important;transform:none!important;flex:0 0 auto!important;width:54px!important;height:54px!important;border-radius:16px!important;background:#fff!important;border:1px solid #E9DFFF!important;box-shadow:0 12px 26px #0b1f3314!important;color:#8b5cf6!important;align-self:center!important}.store-search-mobile-grid-btn.store-hero-cat-grid-btn svg{width:18px;height:18px}.store-search-input-wrap{min-width:0;width:100%}.store-search-input-wrap .store-search-input{min-height:54px;padding-left:44px;padding-right:54px;border-color:#e9dfff;border-radius:15px}.store-search-icon{left:16px;color:#8b5cf6;font-size:18px}.store-search-clear{right:8px;padding:6px 9px}.store-cart-summary-btn{display:none!important}.store-search-input-wrap{flex:1}}@media(max-width:640px){.store-hero-nav-mobile-only{display:none!important}.store-hero-nav-desktop-only{display:grid!important}.store-hero-nav{width:30px;height:30px;font-size:24px;box-shadow:0 4px 14px #0b1f3333}.store-hero-nav-left{left:6px}.store-hero-nav-right{right:6px}.store-hero-copy{padding:10px 14px 6px!important}.store-hero-viewport{padding:8px 40px 12px!important;-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)}.store-hero-track{gap:8px}.store-hero-product{width:clamp(104px,31vw,124px);min-height:118px;padding:7px 6px 9px}.store-hero-product-media{height:64px}.store-hero-product-info strong{font-size:11px;line-height:1.25}.store-search-bar{padding:12px 12px 14px!important}.store-search-input-wrap .store-search-input{min-height:54px!important;padding-right:54px!important}.store-page-section{overflow-x:hidden}}@media(max-width:360px){.store-page-layout,.store-checkout-card{width:calc(100% - 24px)!important}.store-filter-card,.store-cart-card,.store-product-card{padding:12px!important}.store-search-bar{padding:12px 12px 14px!important}.store-product-media{height:110px!important}.store-search-copy strong{font-size:13px!important}.store-search-input-wrap .store-search-input{min-height:54px!important;padding-right:54px!important}.store-cart-summary-btn{font-size:13px!important;padding-inline:12px!important}.store-product-row{grid-template-columns:56px minmax(0,1fr)!important;gap:5px 8px!important;padding:8px 10px!important}.store-product-row-thumb{width:56px!important;height:52px!important}.store-product-row-name,.store-product-row-price{font-size:12px!important}.store-qty-controls button{width:28px!important;height:30px!important;font-size:16px!important}.store-qty-controls input[type=number]{width:42px!important;height:30px!important;font-size:12px!important}.store-product-row .store-add-cart-btn{font-size:11px!important;padding:5px 10px!important;min-height:30px!important}}.store-float-quote{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:400;pointer-events:none;display:none}.store-float-quote-btn{display:inline-flex;align-items:center;gap:9px;padding:12px 26px;background:linear-gradient(135deg,#20c96f,#16a34a);color:var(--white);border:none;border-radius:999px;font-family:var(--font-headings);font-size:15px;font-weight:700;cursor:pointer;pointer-events:auto;white-space:nowrap;box-shadow:0 8px 24px #16a34a59;transition:transform .18s ease,box-shadow .18s ease}.store-float-quote-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #16a34a7a}.store-float-quote-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.store-float-quote-icon{width:20px;height:20px;flex-shrink:0;color:var(--white)}.store-float-quote-label{color:var(--white);letter-spacing:.2px}@media(max-width:640px){.store-cart-summary-btn{display:none!important}.store-float-quote{display:block;bottom:18px}.store-float-quote-btn{font-size:14px;padding:11px 22px;gap:8px}.store-page-section{padding-bottom:80px}}@media(min-width:641px){.store-float-quote{display:none}}.store-page-section{background:radial-gradient(circle at 8% 4%,rgba(124,58,237,.08),transparent 28%),radial-gradient(circle at 92% 0%,rgba(34,197,94,.12),transparent 30%),linear-gradient(180deg,#f8fbf9,#fff 46%,#f7fff9)}.store-page-layout{grid-template-columns:260px minmax(0,1fr) 320px;gap:26px}.store-filter-card,.store-cart-card{border-radius:20px;background:#fffffff5;border:1px solid rgba(124,58,237,.09);box-shadow:0 18px 45px #1e1b4b14;overflow:hidden}.store-left-column .store-filter-card{padding:18px}.store-filter-card .sidebar-card-title,.store-cart-card .sidebar-card-title{margin-bottom:14px;color:var(--dark-navy);font-size:17px;font-weight:900}.store-category-list{gap:8px;padding-right:8px}.store-category-btn{min-height:48px;padding:9px 10px;border-radius:14px}.store-category-btn.active{background:linear-gradient(135deg,#7c3aed,#6d28d9);border-color:#7c3aed;box-shadow:0 12px 24px #7c3aed3d}.store-category-photo{width:34px;height:34px;flex-basis:34px;border-radius:10px;background:#fff}.store-products-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px;padding:20px 22px;border:1px solid rgba(124,58,237,.1);border-radius:22px;background:radial-gradient(circle at top right,rgba(34,197,94,.1),transparent 32%),#fff;box-shadow:0 18px 44px #1e1b4b12}.store-breadcrumb{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin-bottom:9px;color:var(--muted-text);font-size:12px;font-weight:700}.store-breadcrumb strong{color:#7c3aed}.store-products-title-row h1{margin:0 0 5px;color:var(--dark-navy);font-size:clamp(24px,3vw,36px);line-height:1}.store-products-title-row p{margin:0;color:var(--muted-text);font-size:13px;font-weight:600}.store-products-controls{display:flex;align-items:center;gap:12px;flex:0 0 auto}.store-sort-control{display:flex;align-items:center;gap:8px;color:var(--muted-text);font-size:12px;font-weight:800}.store-sort-control select{min-height:42px;padding:0 38px 0 14px;border:1px solid rgba(124,58,237,.18);border-radius:13px;background:#fff;color:var(--dark-navy);font:inherit;cursor:pointer}.store-view-toggle{display:inline-flex;gap:6px;padding:5px;border-radius:14px;background:#f3f0ff}.store-view-toggle button{display:grid;place-items:center;width:34px;height:32px;border:0;border-radius:10px;background:transparent;color:#7c3aed;cursor:pointer;font-size:16px}.store-view-toggle button.active{background:#fff;box-shadow:0 8px 18px #7c3aed24}.store-search-bar{border-radius:20px;padding:15px;border-color:#7c3aed1a;box-shadow:0 16px 38px #1e1b4b0f}.store-search-input-wrap .store-search-input{min-height:54px;border-radius:16px;border-color:#7c3aed29}.store-search-icon{color:#7c3aed}.store-product-list{gap:16px}.store-category-group{display:flex;flex-direction:column;gap:14px;border:0;background:transparent;box-shadow:none;overflow:visible}.store-category-group-header{position:sticky;top:calc(var(--header-current-height, var(--header-height)) + 8px);z-index:1;width:fit-content;padding:8px 13px;border:1px solid rgba(124,58,237,.12);border-radius:999px;background:#fffffff2;color:#7c3aed;box-shadow:0 10px 22px #1e1b4b0f}.store-product-row{grid-template-columns:92px minmax(0,1fr) minmax(100px,auto) minmax(120px,auto) 44px;gap:18px;padding:16px;border:1px solid rgba(124,58,237,.1);border-radius:18px;background:#fff;box-shadow:0 14px 34px #1e1b4b12;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.store-product-row:hover{background:#fff;border-color:#7c3aed38;box-shadow:0 22px 46px #1e1b4b1c;transform:translateY(-3px)}.store-product-row-thumb{width:90px;height:90px;border-radius:12px;background:#fff;border:1px solid rgba(124,58,237,.1);box-shadow:inset 0 0 0 1px #22c55e0d}.store-product-row-thumb img{padding:9px;transition:transform .22s ease}.store-product-row:hover .store-product-row-thumb img{transform:scale(1.08)}.store-product-row-name{display:-webkit-box;color:var(--dark-navy);font-size:15px;font-weight:900;line-height:1.32;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.store-product-row-meta{justify-content:flex-start;gap:8px;max-width:none}.store-product-row-meta span:first-child{padding:4px 8px;border-radius:999px;background:#f3f0ff;color:#6d28d9;font-size:11px;font-weight:800}.store-product-row-meta span:last-child{color:var(--dark-navy);font-size:13px}.store-product-row-sku{color:var(--muted-text);font-size:12px;font-weight:700}.store-product-row-info>.store-product-row-price{display:none}.store-product-row-price-cell{display:flex;align-items:center;justify-content:flex-end}.store-product-row-price{color:#7c3aed;font-size:21px;font-weight:950;line-height:1.1}.store-product-row-unit{display:block;margin:3px 0 0;color:var(--muted-text);font-size:11px;letter-spacing:.04em}.store-product-quote-price{color:#7c3aed;font-size:16px;font-weight:900}.store-product-row-action{display:flex;align-items:center;justify-content:flex-end}.store-qty-controls{border-color:#7c3aed;border-radius:14px;background:#fff;box-shadow:0 8px 18px #7c3aed14}.store-qty-controls button{width:38px;color:#7c3aed}.store-qty-controls input[type=number]{width:64px;border-color:#7c3aed2e}.store-product-row .store-add-cart-btn{min-height:42px!important;padding:10px 15px;border-radius:14px;background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 12px 24px #16a34a38}.store-product-row .store-add-cart-btn:hover{background:linear-gradient(135deg,#16a34a,#15803d);transform:translateY(-2px)}.store-wishlist-btn{display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(124,58,237,.12);border-radius:999px;background:#fff;color:#7c3aed;cursor:pointer;font-size:18px;box-shadow:0 10px 22px #1e1b4b14;transition:transform .18s ease,color .18s ease}.store-wishlist-btn:hover{color:#dc2626;transform:translateY(-2px) scale(1.04)}.store-empty-cart-panel{text-align:center;color:var(--muted-text)}.store-empty-cart-illustration{display:grid;place-items:center;width:92px;height:92px;margin:8px auto 14px;border-radius:26px;background:linear-gradient(135deg,#f3f0ff,#ecfdf5);color:#7c3aed;font-size:42px;box-shadow:inset 0 0 0 1px #7c3aed14}.store-empty-cart-panel h4{margin:0 0 8px;color:var(--dark-navy);font-size:21px}.store-empty-cart-panel p{margin:0 0 16px;font-size:14px;line-height:1.5}.store-view-cart-btn{width:100%;min-height:44px;border:0;border-radius:14px;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-weight:900;cursor:default;opacity:.72}.store-shop-benefits{display:flex;flex-direction:column;gap:10px;margin-top:18px;padding-top:18px;border-top:1px solid rgba(124,58,237,.1);text-align:left}.store-shop-benefits strong{color:var(--dark-navy);font-size:14px}.store-shop-benefits span{color:var(--text);font-size:13px;font-weight:700}.store-product-row{min-height:118px;padding:13px 15px;gap:15px}.store-product-row-thumb{width:84px;height:84px}.store-product-row-info{gap:6px}.store-product-row-name{font-size:14.5px;line-height:1.25}.store-product-row-meta{margin-top:0}.store-product-row-sku{display:none!important}.store-product-row-price{font-size:20px}.store-qty-controls button,.store-qty-controls input[type=number]{height:36px}.store-product-row .store-add-cart-btn{min-height:38px!important;padding:8px 14px}@media(max-width:1180px){.store-page-layout{grid-template-columns:240px minmax(0,1fr)}}@media(max-width:900px){.store-products-toolbar{align-items:flex-start;flex-direction:column}.store-products-controls{width:100%;justify-content:space-between}}@media(max-width:640px){.store-products-toolbar{border-radius:18px;padding:16px}.store-products-controls{flex-direction:column;align-items:stretch}.store-sort-control,.store-sort-control select,.store-view-toggle{width:100%}.store-view-toggle{justify-content:center}.store-search-bar{border-radius:18px}.store-product-row{grid-template-columns:76px minmax(0,1fr) auto;grid-template-rows:auto auto auto;gap:8px 11px;padding:11px;border-radius:16px}.store-product-row-thumb{grid-row:1 / 3;width:72px;height:72px}.store-product-row-info{grid-column:2;grid-row:1}.store-product-row-price-cell{grid-column:3;grid-row:1;align-self:start}.store-product-row-price{font-size:15px;text-align:right}.store-product-row-action{grid-column:2 / 4;grid-row:2;justify-content:stretch}.store-product-row .store-add-cart-btn,.store-qty-controls{width:100%!important}.store-qty-controls{justify-content:space-between}.store-wishlist-btn{grid-column:1;grid-row:3;width:34px;height:34px}}.mobile-category-drawer-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#1e1b4b66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-category-drawer-overlay.open{opacity:1;visibility:visible}.mobile-category-drawer-panel{position:absolute;bottom:0;left:0;width:100%;max-height:75vh;background-color:var(--white);border-top-left-radius:24px;border-top-right-radius:24px;box-shadow:0 -8px 32px #0b1f332e;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.mobile-category-drawer-overlay.open .mobile-category-drawer-panel{transform:translateY(0)}.mobile-category-drawer-header{padding:18px 24px;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.mobile-category-drawer-header h3{font-family:var(--font-headings);font-size:18px;font-weight:700;margin:0;color:var(--dark-navy)}.mobile-category-drawer-close{background:none;border:none;font-size:28px;font-weight:300;color:var(--muted-text);cursor:pointer;padding:4px;line-height:1;transition:var(--transition-fast)}.mobile-category-drawer-close:hover{color:var(--brand-green)}.mobile-category-drawer-content{overflow-y:auto;padding:20px;flex-grow:1}.mobile-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.mobile-category-item{display:flex;flex-direction:column;align-items:center;gap:10px;background:none;border:1px solid transparent;border-radius:var(--radius-md);padding:12px 6px;cursor:pointer;transition:var(--transition-fast);outline:none}.mobile-category-item:hover,.mobile-category-item.active{background-color:var(--off-white);border-color:var(--border-color)}.mobile-category-item-image{width:68px;height:68px;border-radius:50%;overflow:hidden;border:1.5px solid var(--border-color);background:var(--white);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);transition:var(--transition-fast)}.mobile-category-item:hover .mobile-category-item-image,.mobile-category-item.active .mobile-category-item-image{border-color:var(--brand-green);transform:scale(1.05)}.mobile-category-item-image img{width:100%;height:100%;object-fit:cover}.mobile-category-item-name{font-family:var(--font-body);font-size:11px;font-weight:600;text-align:center;color:var(--text);word-break:break-word;line-height:1.25}.store-product-row{display:grid!important;grid-template-columns:90px minmax(0,1fr) max-content max-content 42px!important;align-items:center!important;gap:16px!important;min-height:116px!important;padding:14px 16px!important;border-radius:18px!important;background:#fff!important;overflow:hidden!important}.store-product-row-thumb{width:90px!important;height:90px!important;min-width:90px!important;border-radius:12px!important}.store-product-row-thumb img{width:100%!important;height:100%!important;object-fit:contain!important}.store-product-row-info{min-width:0!important;gap:7px!important}.store-product-row-name{min-width:0!important;max-width:100%!important;font-size:15px!important;line-height:1.3!important;overflow-wrap:anywhere!important}.store-product-row-meta{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;min-width:0!important}.store-product-row-price-cell{min-width:88px!important;justify-content:flex-end!important}.store-product-row-price{display:inline-flex!important;align-items:baseline!important;justify-content:flex-end!important;gap:3px!important;color:#7c3aed!important;font-size:0!important;line-height:1!important;white-space:nowrap!important}.store-product-row-info>.store-product-row-price{display:none!important}.store-price-display{display:inline-flex!important;align-items:baseline!important;color:#7c3aed!important;font-size:21px!important;font-weight:950!important;line-height:1!important}.store-price-currency{margin-right:1px!important}.store-product-row-unit{display:inline!important;margin:0!important;color:#6b7280!important;font-size:11px!important;font-weight:800!important;letter-spacing:0!important}.store-product-row-action{min-width:118px!important;justify-self:end!important}.store-qty-controls{min-width:132px!important;height:40px!important;border:1.5px solid #7c3aed!important;border-radius:13px!important;background:#fff!important}.store-qty-controls button{width:36px!important;height:38px!important}.store-qty-controls input[type=number]{width:58px!important;height:38px!important}.store-product-row .store-add-cart-btn{min-height:42px!important;padding:9px 16px!important;border-radius:14px!important}.store-product-row .store-add-cart-btn span[aria-hidden=true]{font-size:0!important}.store-product-row .store-add-cart-btn span[aria-hidden=true]:before{content:"🛒";font-size:14px}.store-wishlist-btn{justify-self:end!important;width:40px!important;height:40px!important;font-size:0!important}.store-wishlist-btn:before{content:"♥";font-size:17px}@media(max-width:900px){.store-product-row{grid-template-columns:84px minmax(0,1fr) max-content!important;grid-template-rows:auto auto!important;gap:10px 14px!important}.store-product-row-thumb{width:84px!important;height:84px!important;min-width:84px!important;grid-row:1 / 3!important}.store-product-row-info{grid-column:2!important;grid-row:1!important}.store-product-row-price-cell{grid-column:3!important;grid-row:1!important;align-self:start!important}.store-product-row-action{grid-column:2!important;grid-row:2!important;width:100%!important;justify-content:flex-start!important}.store-wishlist-btn{grid-column:3!important;grid-row:2!important;align-self:center!important}}@media(max-width:640px){.store-product-row{grid-template-columns:64px minmax(0,1fr) minmax(58px,max-content)!important;grid-template-rows:auto auto!important;gap:10px 10px!important;width:100%!important;min-height:0!important;padding:12px!important;border:1px solid rgba(124,58,237,.1)!important;border-radius:16px!important;box-shadow:0 12px 28px #1e1b4b14!important;overflow:hidden!important}.store-product-row-thumb{grid-column:1!important;grid-row:1!important;width:64px!important;height:64px!important;min-width:64px!important;align-self:start!important;border-radius:12px!important}.store-product-row-thumb img{object-fit:contain!important;padding:7px!important}.store-product-row-name{font-size:12px!important;line-height:1.25!important;-webkit-line-clamp:2!important}.store-product-row-meta{gap:7px!important;flex-wrap:nowrap!important}.store-product-row-meta span:first-child{padding:3px 7px!important;font-size:9.5px!important;white-space:nowrap!important}.store-product-row-meta span:last-child{font-size:11.5px!important;font-weight:900!important}.store-product-row-price-cell{grid-column:3!important;grid-row:1!important;min-width:58px!important;align-self:start!important;justify-self:end!important}.store-price-display{font-size:15px!important}.store-product-row-unit{font-size:9px!important;font-weight:800!important}.store-product-row-action{display:flex!important;grid-column:1 / 3!important;grid-row:2!important;width:100%!important;gap:8px!important;align-items:center!important;justify-content:stretch!important;padding-left:52px!important;min-width:0!important}.store-product-row .store-add-cart-btn{flex:1 1 auto!important;width:100%!important;min-height:42px!important;font-size:12px!important;justify-content:center!important}.store-qty-controls{flex:1 1 auto!important;min-width:0!important;width:100%!important;max-width:152px!important;margin:0 auto!important}.store-wishlist-btn{grid-column:3!important;grid-row:2!important;justify-self:end!important;align-self:center!important;width:38px!important;height:38px!important;flex:0 0 38px!important}}@media(max-width:380px){.store-product-row{grid-template-columns:60px minmax(0,1fr) minmax(54px,max-content)!important;gap:8px!important;padding:10px!important}.store-product-row-thumb{width:60px!important;height:60px!important;min-width:60px!important}.store-product-row-action{padding-left:48px!important}.store-price-display{font-size:14px!important}}.store-mobile-qty-preview,.store-mobile-card-price{display:none}@media(max-width:640px){.store-product-row{display:block!important;position:relative!important;min-height:164px!important;padding:12px!important}.store-product-row-thumb{position:absolute!important;top:12px!important;left:12px!important}.store-product-row-info{display:flex!important;flex-direction:column!important;min-height:64px!important;margin-left:74px!important;padding-right:78px!important}.store-mobile-card-price{position:absolute!important;top:38px!important;right:12px!important;z-index:20!important;display:inline-flex!important;align-items:baseline!important;gap:2px!important;white-space:nowrap!important}.store-mobile-card-price-value{color:#7c3aed!important;font-size:15px!important;font-weight:950!important;line-height:1!important}.store-mobile-card-price-unit{color:#6b7280!important;font-size:8.5px!important;font-weight:900!important;line-height:1!important}.store-product-row-info>.store-product-row-price,.store-mobile-card-price{display:none!important}.store-product-row-price-cell{position:absolute!important;top:40px!important;left:280px!important;right:auto!important;z-index:40!important;display:flex!important;justify-content:flex-start!important;align-items:baseline!important;min-width:72px!important;max-width:80px!important}.store-mobile-qty-preview{position:relative!important;z-index:2!important;margin:10px auto 44px!important}.store-product-row-action{display:block!important;min-width:0!important;width:auto!important;padding:0!important}.store-product-row .store-add-cart-btn{position:absolute!important;left:86px!important;right:58px!important;bottom:12px!important;z-index:8!important;width:auto!important}.store-wishlist-btn{position:absolute!important;right:12px!important;bottom:12px!important;z-index:14!important}}@media(max-width:380px){.store-product-row-info{margin-left:70px!important;padding-right:72px!important}.store-product-row .store-add-cart-btn{left:82px!important;right:55px!important}}@media(max-width:640px){.store-product-list,.store-category-group{width:100%!important;max-width:100%!important;min-width:0!important}.store-product-list,.store-category-group{gap:12px!important}.store-product-row{display:grid!important;grid-template-columns:64px minmax(0,1fr)!important;grid-template-rows:auto auto auto!important;position:relative!important;align-items:start!important;gap:9px 10px!important;width:100%!important;max-width:100%!important;min-width:0!important;min-height:0!important;padding:12px!important;overflow:hidden!important;border:1px solid rgba(124,58,237,.09)!important;border-radius:16px!important;background:#fff!important;box-shadow:0 10px 28px #1e1b4b14!important;transform:none!important}.store-product-row:hover{transform:none!important}.store-product-row-thumb{grid-column:1!important;grid-row:1!important;width:64px!important;height:64px!important;min-width:64px!important;align-self:start!important;border-radius:12px!important;background:#fff!important;border:1px solid rgba(124,58,237,.12)!important;box-shadow:0 6px 18px #1e1b4b0d!important}.store-product-row-thumb img{width:100%!important;height:100%!important;padding:7px!important;object-fit:contain!important}.store-product-row-info{grid-column:2!important;grid-row:1!important;min-width:0!important;max-width:100%!important;gap:5px!important;padding-top:1px!important;padding-right:78px!important}.store-product-row-info>.store-product-row-price{position:absolute!important;top:38px!important;right:12px!important;z-index:12!important;display:inline-flex!important;align-items:baseline!important;justify-content:flex-end!important;gap:2px!important;color:#7c3aed!important;font-size:15px!important;font-weight:950!important;line-height:1!important;white-space:nowrap!important}.store-product-row-name{display:-webkit-box!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow-wrap:anywhere!important;color:#10194a!important;font-size:11.7px!important;font-weight:900!important;line-height:1.24!important;letter-spacing:0!important}.store-product-row-meta{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:nowrap!important;gap:7px!important;min-width:0!important;margin:0!important;line-height:1!important}.store-product-row-meta span:first-child{flex:0 0 auto!important;padding:3px 7px!important;border-radius:999px!important;background:#f3efff!important;color:#7c3aed!important;font-size:8.8px!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important}.store-product-row-meta span:last-child{flex:0 0 auto!important;color:#11184a!important;font-size:10.5px!important;font-weight:950!important;line-height:1!important}.store-product-row-price-cell{display:none!important}.store-product-row-price{display:inline-flex!important;align-items:baseline!important;justify-content:flex-end!important;gap:2px!important;width:100%!important;color:#7c3aed!important;font-size:0!important;line-height:1!important;white-space:nowrap!important;text-align:right!important}.store-price-display{display:inline-flex!important;align-items:baseline!important;color:#7c3aed!important;font-size:15px!important;font-weight:950!important;line-height:1!important}.store-price-currency{margin-right:0!important}.store-product-row-unit{display:inline!important;margin:0!important;color:#6b7280!important;font-size:8.5px!important;font-weight:900!important;letter-spacing:0!important;line-height:1!important}.store-mobile-qty-preview{grid-column:2!important;grid-row:2!important;display:grid!important;grid-template-columns:40px minmax(54px,1fr) 40px!important;align-items:center!important;justify-self:center!important;width:min(150px,100%)!important;height:34px!important;overflow:hidden!important;border:1.5px solid #8b5cf6!important;border-radius:7px!important;background:#fff!important;color:#11184a!important}.store-mobile-qty-preview span,.store-mobile-qty-preview strong{display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;height:100%!important;font-size:12px!important;font-weight:950!important;line-height:1!important}.store-mobile-qty-preview span{color:#7c3aed!important}.store-mobile-qty-preview strong{border-left:1px solid rgba(139,92,246,.35)!important;border-right:1px solid rgba(139,92,246,.35)!important}.store-product-row-action{grid-column:2!important;grid-row:3!important;display:flex!important;align-items:center!important;justify-content:stretch!important;width:100%!important;min-width:0!important;padding:0 45px 0 0!important}.store-qty-controls{width:min(150px,100%)!important;min-width:0!important;max-width:150px!important;height:34px!important;margin:0 auto!important;border:1.5px solid #8b5cf6!important;border-radius:7px!important;background:#fff!important}.store-qty-controls button{width:40px!important;height:32px!important;color:#7c3aed!important;font-size:12px!important;font-weight:950!important}.store-qty-controls input[type=number]{width:58px!important;height:32px!important;font-size:11px!important;font-weight:950!important}.store-product-row .store-add-cart-btn{position:absolute!important;left:103px!important;right:58px!important;bottom:12px!important;z-index:8!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;width:auto!important;min-width:0!important;min-height:35px!important;padding:8px 12px!important;border-radius:7px!important;background:linear-gradient(135deg,#22c55e,#16a34a)!important;color:#fff!important;font-size:11px!important;font-weight:900!important;line-height:1!important;box-shadow:0 9px 18px #16a34a2e!important}.store-product-row .store-add-cart-btn .store-add-cart-icon:before,.store-product-row .store-add-cart-btn span[aria-hidden=true]:before{content:"🛒"!important;font-size:12px!important;line-height:1!important}.store-wishlist-btn{position:absolute!important;right:12px!important;bottom:12px!important;z-index:14!important;width:35px!important;height:35px!important;min-width:35px!important;border-radius:50%!important;background:#fff!important;border:1px solid rgba(124,58,237,.14)!important;color:#10194a!important;box-shadow:0 7px 18px #1e1b4b14!important;font-size:0!important}.store-wishlist-btn:before{content:"♡"!important;color:#10194a!important;font-size:17px!important;font-weight:900!important;line-height:1!important}.store-float-quote{display:block!important;position:fixed!important;left:50%!important;right:auto!important;bottom:18px!important;width:min(260px,calc(100vw - 48px))!important;transform:translate(-50%)!important;z-index:600!important;pointer-events:none!important}.store-float-quote-btn{width:100%!important;min-height:40px!important;justify-content:center!important;gap:8px!important;padding:10px 18px!important;border-radius:999px!important;background:#f2ecff!important;color:#7c3aed!important;box-shadow:0 10px 24px #7c3aed1a!important;pointer-events:auto!important}.store-float-quote-btn:disabled{opacity:1!important}.store-float-quote-icon,.store-float-quote-label{color:#7c3aed!important}}@media(max-width:380px){.store-product-row{grid-template-columns:60px minmax(0,1fr)!important;gap:8px 9px!important;padding:10px!important}.store-product-row-thumb{width:60px!important;height:60px!important;min-width:60px!important}.store-product-row-name{font-size:11px!important}.store-product-row-info{padding-right:72px!important}.store-product-row-price-cell{right:10px!important}.store-product-row-action{padding-right:42px!important}.store-product-row .store-add-cart-btn{left:97px!important;right:55px!important}.store-price-display{font-size:14px!important}.store-product-row-unit{font-size:8px!important}.store-mobile-qty-preview,.store-qty-controls{width:min(142px,100%)!important}}@media(max-width:640px){.store-page-layout{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;max-width:100%!important;min-width:0!important;gap:0!important;margin:0!important;padding:0 16px!important}.store-page-layout>.store-left-column,.store-page-layout>.store-cart-column{display:none!important}.store-page-layout>.store-main-column{grid-column:1!important}.store-main-column{width:100%!important;max-width:100%!important;min-width:0!important;padding-bottom:86px!important}.store-products-toolbar{display:none!important}.store-search-bar{width:100%!important;max-width:none!important;margin:16px 0 14px!important;padding:14px!important;border-radius:14px!important;background:#fff!important;box-shadow:0 10px 26px #1e1b4b14!important}.store-search-copy{margin-bottom:9px!important}.store-search-eyebrow{font-size:10px!important;letter-spacing:.08em!important}.store-search-input-wrap{height:44px!important;border-radius:12px!important}.store-search-input{height:44px!important;font-size:13px!important}.store-category-group-header{position:static!important;margin:4px 0 8px!important;padding:9px 14px!important;border-radius:999px!important;font-size:11px!important;background:#fff!important;box-shadow:0 8px 18px #1e1b4b14!important}.store-category-group{padding-bottom:78px!important}.store-product-row{margin:0!important}.store-float-quote{bottom:14px!important}}@media(max-width:640px){.store-product-row{display:block!important;position:relative!important;width:100%!important;max-width:100%!important;min-width:0!important;min-height:164px!important;padding:12px!important;overflow:hidden!important}.store-product-row:after{content:none!important;display:none!important}.store-product-row:before{content:none!important;display:none!important}.store-product-row-thumb{position:absolute!important;top:12px!important;left:12px!important;width:64px!important;height:64px!important;min-width:64px!important}.store-product-row-info{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;align-items:center!important;min-width:0!important;min-height:64px!important;margin-left:74px!important;padding-right:0!important;gap:5px!important}.store-product-row-name{grid-column:1!important;grid-row:1!important;padding-right:6px!important;max-width:190px!important}.store-product-row-meta{grid-column:1!important;grid-row:2!important}.store-mobile-card-price{position:static!important;grid-column:2!important;grid-row:1 / 3!important;justify-self:end!important;align-self:center!important;z-index:20!important;display:inline-flex!important;align-items:baseline!important;gap:2px!important;white-space:nowrap!important}.store-mobile-card-price-value{color:#7c3aed!important;font-size:15px!important;font-weight:950!important;line-height:1!important}.store-mobile-card-price-unit{color:#6b7280!important;font-size:8.5px!important;font-weight:900!important;line-height:1!important}.store-product-row-info>.store-product-row-price,.store-mobile-card-price{display:none!important}.store-product-row-price-cell{position:absolute!important;top:40px!important;left:auto!important;right:105px!important;z-index:40!important;display:flex!important;align-items:baseline!important;justify-content:flex-end!important;width:72px!important;min-width:72px!important;max-width:72px!important;overflow:visible!important}.store-product-row-price-cell .store-product-row-price{display:inline-flex!important;align-items:baseline!important;justify-content:flex-end!important;gap:2px!important;width:100%!important;color:#7c3aed!important;font-size:0!important;line-height:1!important;white-space:nowrap!important}.store-product-row-price-cell .store-price-display{color:#7c3aed!important;font-size:15px!important;font-weight:950!important;line-height:1!important}.store-product-row-price-cell .store-product-row-unit{color:#6b7280!important;font-size:8.5px!important;font-weight:900!important;line-height:1!important;margin:0!important}.store-mobile-card-price{position:absolute!important;top:40px!important;left:auto!important;right:16px!important;z-index:60!important;display:inline-flex!important;align-items:baseline!important;justify-content:flex-start!important;gap:2px!important;white-space:nowrap!important}.store-product-row-price-cell{display:none!important}.store-mobile-qty-preview{position:relative!important;z-index:2!important;display:grid!important;margin:10px auto 44px!important}.store-product-row-action{display:block!important;min-width:0!important;width:auto!important;padding:0!important}.store-product-row .store-add-cart-btn{position:absolute!important;left:86px!important;right:12px!important;width:auto!important;bottom:12px!important;z-index:8!important;max-width:none!important;min-height:35px!important}.store-wishlist-btn{position:absolute!important;left:auto!important;right:12px!important;bottom:12px!important;z-index:40!important;display:grid!important;place-items:center!important}}@media(max-width:380px){.store-product-row-info{margin-left:70px!important;padding-right:0!important}.store-product-row .store-add-cart-btn{left:82px!important;right:10px!important;width:auto!important}}@media(max-width:640px){.store-product-row:after,.store-mobile-card-price,.store-product-row-info>.store-product-row-price{content:none!important;display:none!important}.store-product-row-price-cell{position:absolute!important;top:40px!important;right:auto!important;left:292px!important;z-index:80!important;display:flex!important;align-items:baseline!important;justify-content:flex-end!important;width:72px!important;min-width:72px!important;max-width:72px!important;height:auto!important;overflow:visible!important;pointer-events:none!important}.store-product-row-price-cell .store-product-row-price{display:inline-flex!important;align-items:baseline!important;justify-content:flex-end!important;gap:2px!important;width:100%!important;color:#7c3aed!important;font-size:0!important;line-height:1!important;white-space:nowrap!important;text-align:right!important}.store-product-row-price-cell .store-price-display{display:inline-flex!important;align-items:baseline!important;color:#7c3aed!important;font-size:15px!important;font-weight:950!important;line-height:1!important}.store-product-row-price-cell .store-product-row-unit{display:inline!important;margin:0!important;color:#6b7280!important;font-size:8.5px!important;font-weight:900!important;line-height:1!important;letter-spacing:0!important}}@media(max-width:640px){.store-float-quote{bottom:14px!important;width:min(260px,calc(100vw - 48px))!important;filter:drop-shadow(0 12px 22px rgba(22,163,74,.22))!important}.store-float-quote-btn{width:100%!important;min-height:42px!important;padding:10px 20px!important;border:1px solid rgba(255,255,255,.38)!important;border-radius:999px!important;background:linear-gradient(135deg,#22c55e,#16a34a 58%,#0f9f5a)!important;color:#fff!important;box-shadow:0 10px 22px #16a34a57,inset 0 1px #ffffff47!important}.store-float-quote-btn:disabled{opacity:1!important;background:linear-gradient(135deg,#22c55e,#16a34a)!important}.store-float-quote-icon,.store-float-quote-label{color:#fff!important}.store-float-quote-icon{width:18px!important;height:18px!important}.store-float-quote-label{font-weight:900!important;letter-spacing:0!important}}.store-hero-product.active{border-color:#7c3aed73!important;box-shadow:0 14px 30px #7c3aed29,inset 0 0 0 2px #7c3aed29!important}.store-hero-product.active .store-hero-product-info strong{color:#7c3aed!important}@media(max-width:640px){.store-product-list,.store-category-group,.store-product-row{width:100%!important;max-width:100%!important;min-width:0!important}.store-product-row{display:grid!important;grid-template-columns:64px minmax(0,1fr) max-content!important;grid-template-rows:auto auto auto!important;column-gap:10px!important;row-gap:10px!important;align-items:center!important;min-height:164px!important;padding:12px!important;overflow:hidden!important}.store-product-row-thumb{position:static!important;grid-column:1!important;grid-row:1!important;width:64px!important;height:64px!important;min-width:64px!important;align-self:start!important}.store-product-row-info{display:flex!important;grid-column:2!important;grid-row:1!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;min-height:64px!important;margin-left:0!important;padding-right:0!important;gap:5px!important}.store-product-row-name{max-width:none!important;min-width:0!important;padding-right:0!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important}.store-product-row-meta{min-width:0!important}.store-mobile-card-price,.store-product-row-info>.store-product-row-price,.store-product-row:after{content:none!important;display:none!important}.store-product-row-price-cell{position:static!important;grid-column:3!important;grid-row:1!important;z-index:2!important;display:flex!important;align-self:center!important;justify-self:end!important;width:auto!important;min-width:max-content!important;max-width:none!important;height:auto!important;overflow:visible!important;pointer-events:none!important}.store-product-row-price-cell .store-product-row-price{display:inline-flex!important;align-items:baseline!important;justify-content:flex-end!important;gap:3px!important;width:auto!important;min-width:max-content!important;color:#7c3aed!important;font-size:0!important;line-height:1!important;white-space:nowrap!important;text-align:right!important}.store-product-row-price-cell .store-price-display{display:inline-flex!important;align-items:baseline!important;color:#7c3aed!important;font-size:15px!important;font-weight:950!important;line-height:1!important;white-space:nowrap!important}.store-product-row-price-cell .store-product-row-unit{display:inline!important;margin:0!important;color:#6b7280!important;font-size:8.5px!important;font-weight:800!important;line-height:1!important;letter-spacing:0!important;white-space:nowrap!important}.store-mobile-qty-preview{grid-column:2 / 4!important;grid-row:2!important;justify-self:center!important;width:min(150px,100%)!important;margin:0 auto 34px!important}.store-product-row-action{grid-column:2 / 4!important;grid-row:3!important;min-width:0!important}}@media(max-width:380px){.store-product-row{grid-template-columns:60px minmax(0,1fr) max-content!important;column-gap:8px!important;padding:10px!important}.store-product-row-thumb{width:60px!important;height:60px!important;min-width:60px!important}.store-product-row-price-cell .store-price-display{font-size:14px!important}.store-product-row-price-cell .store-product-row-unit{font-size:8px!important}}@media(max-width:640px){.store-product-list,.store-category-group{gap:12px!important}.store-product-row,.category-product-card{display:grid!important;grid-template-columns:72px minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;column-gap:12px!important;row-gap:12px!important;align-items:start!important;min-height:0!important;padding:14px!important;border:1px solid rgba(15,138,75,.12)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 28px #0f172a14!important;overflow:hidden!important}.store-product-row-thumb,.category-product-card .store-product-row-thumb{position:static!important;grid-column:1!important;grid-row:1 / span 2!important;width:72px!important;height:72px!important;min-width:72px!important;border:1px solid rgba(124,58,237,.1)!important;border-radius:14px!important;background:linear-gradient(180deg,#fff,#f9fafb)!important;box-shadow:inset 0 1px #fffc!important}.store-product-row-thumb img,.category-product-card .store-product-row-thumb img{width:100%!important;height:100%!important;object-fit:contain!important;padding:8px!important}.store-product-row-info,.category-product-card .store-product-row-info{display:flex!important;grid-column:2!important;grid-row:1!important;min-width:0!important;min-height:auto!important;margin-left:0!important;padding-right:0!important;flex-direction:column!important;gap:7px!important;align-self:center!important}.store-product-row-name,.category-product-card .store-product-row-name{display:-webkit-box!important;margin:0!important;color:#0f172a!important;font-size:14px!important;font-weight:800!important;line-height:1.35!important;white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}.store-product-row-meta{display:inline-flex!important;align-items:center!important;gap:6px!important;flex-wrap:wrap!important;min-width:0!important}.store-product-row-meta span:first-child{padding:3px 8px!important;border-radius:999px!important;background:#7c3aed14!important;color:#7c3aed!important;font-size:10px!important;font-weight:800!important;line-height:1.2!important}.store-product-row-meta span:last-child{color:#0f172a!important;font-size:12px!important;font-weight:800!important}.store-mobile-card-price,.store-product-row-info>.store-product-row-price,.store-product-row:after{display:none!important;content:none!important}.store-product-row-price-cell{position:static!important;grid-column:3!important;grid-row:1!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;align-self:center!important;justify-self:end!important;width:auto!important;min-width:max-content!important;max-width:none!important;height:auto!important;overflow:visible!important;pointer-events:none!important}.store-product-row-price-cell .store-product-row-price{display:inline-flex!important;align-items:baseline!important;gap:3px!important;color:#7c3aed!important;line-height:1!important;white-space:nowrap!important;text-align:right!important}.store-product-row-price-cell .store-price-display{color:#7c3aed!important;font-size:15px!important;font-weight:900!important;line-height:1!important}.store-product-row-price-cell .store-product-row-unit{margin:0!important;color:#64748b!important;font-size:9px!important;font-weight:800!important;letter-spacing:0!important;line-height:1!important}.store-mobile-qty-preview{display:none!important}.store-product-row-action{grid-column:2 / 4!important;grid-row:2!important;display:flex!important;align-items:center!important;min-width:0!important;width:100%!important;padding:0!important}.store-product-row-action .category-card-buybox{display:flex!important;align-items:center!important;gap:10px!important;width:100%!important;flex-direction:row!important}.store-qty-controls,.category-card-stepper{display:inline-grid!important;grid-template-columns:34px 44px 34px!important;align-items:center!important;width:112px!important;min-width:112px!important;border:1px solid rgba(15,138,75,.16)!important;border-radius:12px!important;background:#fff!important;overflow:hidden!important;box-shadow:none!important}.store-qty-controls button,.category-card-stepper button{width:34px!important;height:38px!important;border:0!important;border-radius:0!important;background:#fff!important;color:#64748b!important;font-size:16px!important;font-weight:800!important}.store-qty-controls input[type=number],.category-card-stepper input[type=number]{width:44px!important;height:38px!important;border:0!important;border-left:1px solid rgba(15,138,75,.12)!important;border-right:1px solid rgba(15,138,75,.12)!important;border-radius:0!important;padding:0!important;color:#0f172a!important;font-size:13px!important;font-weight:800!important;text-align:center!important;background:#fff!important}.store-product-row .store-add-cart-btn,.category-card-add-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;min-height:38px!important;height:38px!important;margin:0!important;padding:0 14px!important;border-radius:12px!important;flex:1 1 auto!important;font-size:13px!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important;box-shadow:0 10px 20px #16a34a2e!important}.store-out-of-stock-btn{width:100%!important;min-height:38px!important;border-radius:12px!important}}.store-hero-cat-grid-btn{display:none!important}@media(max-width:768px){.store-hero-cat-grid-btn{display:grid!important}}.store-hero-cat-grid-btn{position:absolute!important;left:8px!important;z-index:3!important;display:grid!important;width:38px!important;height:38px!important;border-radius:10px!important;background:#fff!important;border:1.5px solid rgba(15,138,75,.22)!important;box-shadow:0 4px 14px #0b1f3321!important;color:var(--brand-green)!important;font-size:0!important;transition:background .18s,box-shadow .18s,transform .15s!important}.store-hero-cat-grid-btn:hover{background:var(--brand-green)!important;color:#fff!important;box-shadow:0 6px 20px #0f8a4b47!important;transform:translateY(-50%) scale(1.08)!important}.store-hero-cat-grid-btn:hover svg{stroke:#fff}.store-hero-cat-grid-btn svg{transition:stroke .18s}.mobile-category-drawer-overlay{position:fixed;inset:0;z-index:9999;background:#0b1f3373;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;pointer-events:none;transition:opacity .28s ease;display:flex;align-items:flex-start;justify-content:center;padding-top:70px}.mobile-category-drawer-overlay.open{opacity:1;pointer-events:all}.mobile-category-drawer-panel{width:min(560px,calc(100vw - 24px));max-height:70vh;background:#fff;border-radius:20px;box-shadow:0 24px 60px #0b1f3338;overflow:hidden;display:flex;flex-direction:column;transform:translateY(-24px) scale(.96);opacity:0;transition:transform .32s cubic-bezier(.34,1.56,.64,1),opacity .28s ease}.mobile-category-drawer-overlay.open .mobile-category-drawer-panel{transform:translateY(0) scale(1);opacity:1}.mobile-category-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 14px;border-bottom:1px solid rgba(15,138,75,.12);background:linear-gradient(135deg,#f0fff6,#fff);flex-shrink:0}.mobile-category-drawer-header h3{font-size:17px;font-weight:700;color:var(--dark-navy, #0b1f33);margin:0;letter-spacing:-.3px}.mobile-category-drawer-close{display:grid;place-items:center;width:32px;height:32px;border:none;border-radius:50%;background:#0b1f3312;color:var(--dark-navy, #0b1f33);font-size:20px;cursor:pointer;line-height:1;transition:background .15s;flex-shrink:0}.mobile-category-drawer-close:hover{background:#dc26261f;color:#dc2626}.mobile-category-drawer-content{overflow-y:auto;padding:16px;flex:1;overscroll-behavior:contain}.mobile-category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.mobile-category-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 8px 10px;border:1.5px solid rgba(15,138,75,.13);border-radius:14px;background:#f8fff9;cursor:pointer;transition:border-color .18s,background .18s,transform .18s,box-shadow .18s;animation:catItemFadeIn .36s ease both}.mobile-category-item:nth-child(1){animation-delay:.04s}.mobile-category-item:nth-child(2){animation-delay:.08s}.mobile-category-item:nth-child(3){animation-delay:.12s}.mobile-category-item:nth-child(4){animation-delay:.16s}.mobile-category-item:nth-child(5){animation-delay:.2s}.mobile-category-item:nth-child(6){animation-delay:.24s}.mobile-category-item:nth-child(7){animation-delay:.28s}.mobile-category-item:nth-child(8){animation-delay:.32s}.mobile-category-item:nth-child(n+9){animation-delay:.36s}@keyframes catItemFadeIn{0%{opacity:0;transform:translateY(12px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}.mobile-category-item:hover{border-color:var(--brand-green, #0f8a4b);background:#f0fff6;transform:translateY(-2px);box-shadow:0 8px 20px #0f8a4b24}.mobile-category-item.active{border-color:#7c3aed80;background:#7c3aed0d;box-shadow:0 6px 18px #7c3aed24}.mobile-category-item.active .mobile-category-item-name{color:#7c3aed;font-weight:700}.mobile-category-item-image{width:62px;height:62px;border-radius:10px;overflow:hidden;background:#e9f8ee;flex-shrink:0}.mobile-category-item-image img{width:100%;height:100%;object-fit:cover;display:block}.mobile-category-item-name{font-size:12px;font-weight:600;color:var(--dark-navy, #0b1f33);text-align:center;line-height:1.3;word-break:break-word}@media(max-width:480px){.mobile-category-grid{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:10px}.mobile-category-item-image{width:52px;height:52px}.mobile-category-item{padding:10px 6px 8px}}.category-store-layout{grid-template-columns:260px minmax(0,1fr) 320px}.category-store-page .store-main-column{min-width:0}.category-store-page .store-product-list{gap:14px}.category-store-page .store-category-group{border:0;background:transparent;box-shadow:none}.category-store-page .store-category-group-header{margin-bottom:2px}.category-product-card{grid-template-columns:108px minmax(0,1fr) minmax(180px,260px);gap:18px;padding:16px 18px;border:1px solid rgba(15,138,75,.12);border-radius:22px;background:linear-gradient(180deg,#fff,#fbfffc);box-shadow:0 18px 38px #0b1f3314}.category-product-card:hover{transform:translateY(-2px);background:linear-gradient(180deg,#fff,#f7fff8);box-shadow:0 26px 54px #0b1f331f}.category-product-card .store-product-row-thumb{width:108px;height:108px;border-radius:18px;background:#f8fff9}.category-product-card .store-product-row-thumb img{padding:10px}.category-product-card .store-product-row-info{gap:8px}.category-product-card .store-product-row-name{font-size:16px;line-height:1.28}.category-card-buybox{display:flex;flex-direction:column;gap:12px;justify-self:stretch}.category-card-stepper{width:100%}.category-card-stepper button{width:40px}.category-card-stepper input[type=number]{width:74px}.category-card-add-btn{width:100%;min-height:46px!important;justify-content:center}.category-price-filter-card .store-price-filter-details{display:block}.category-back-store-btn{display:inline-flex;align-items:center;gap:10px;width:100%;margin-bottom:16px;padding:12px 16px;border:1px solid rgba(124,58,237,.18);border-radius:18px;background:linear-gradient(135deg,#0f8a4b1a,#7c3aed1a),#fff;color:#1f7a46;font-size:14px;font-weight:800;letter-spacing:.01em;cursor:pointer;box-shadow:0 14px 32px #4666d81f;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,color .22s ease}.category-back-store-btn:hover{transform:translateY(-2px);color:#6d28d9;border-color:#0f8a4b42;box-shadow:0 18px 36px #4666d829}.category-back-store-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:linear-gradient(135deg,#18b45b,#7c3aed);color:#fff;flex-shrink:0}.category-back-store-btn-icon svg{width:16px;height:16px}.category-mobile-filter-shell{display:none}.category-price-filter-card summary{cursor:pointer;list-style:none;font-size:13px;font-weight:800;color:var(--dark-navy)}.category-price-filter-card summary::-webkit-details-marker{display:none}.store-price-filter-body{display:flex;flex-direction:column;gap:14px;padding-top:14px}.store-price-filter-ranges{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.store-price-filter-ranges label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:700;color:var(--muted-text)}.store-price-filter-ranges input[type=number]{width:100%;border:1px solid rgba(15,138,75,.15);border-radius:12px;padding:10px 12px;font-size:14px}.store-price-filter-body input[type=range]{width:100%}.store-price-filter-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;color:var(--muted-text)}.store-price-reset-btn{border:1px solid rgba(15,138,75,.16);border-radius:999px;background:#fff;color:var(--brand-green);font-size:12px;font-weight:800;padding:7px 12px;cursor:pointer}.store-empty-state{display:flex;flex-direction:column;align-items:center;gap:12px;padding:56px 28px;border:1px solid rgba(15,138,75,.1);border-radius:28px;background:radial-gradient(circle at top left,rgba(127,216,87,.12),transparent 34%),linear-gradient(180deg,#fff,#f8fff9);text-align:center;color:var(--muted-text);box-shadow:0 22px 48px #0b1f3314}.store-empty-state-badge{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;background:#7c3aed14;color:#7c3aed;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.store-empty-state h2{margin:0;color:var(--dark-navy);font-size:clamp(24px,2.4vw,34px);line-height:1.1}.store-empty-state p{max-width:560px;margin:0;font-size:14px;line-height:1.7}.store-empty-state-actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:6px}.category-empty-state{min-height:340px}.category-mobile-cart-bar,.category-store-page .store-float-quote{display:none}@media(max-width:1199px){.category-store-layout{grid-template-columns:230px minmax(0,1fr) 290px}}@media(max-width:991px){.category-store-layout{grid-template-columns:minmax(0,1fr)}.category-store-page .store-cart-column{display:none}.category-store-page .store-left-column{position:static;top:auto;max-height:none}.category-mobile-filter-shell{display:block;margin:0 0 16px;padding:18px;border:1px solid rgba(15,138,75,.1);border-radius:24px;background:#fffffff0;box-shadow:0 18px 40px #0b1f3314}.category-back-store-btn{margin-bottom:12px}.category-mobile-filter-details summary{font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#7c3aed}.category-product-card{grid-template-columns:94px minmax(0,1fr);grid-template-areas:"thumb info" "thumb buybox";gap:14px 16px}.category-product-card .store-product-row-thumb{grid-area:thumb;width:94px;height:94px}.category-product-card .store-product-row-info{grid-area:info}.category-card-buybox{grid-area:buybox}.category-mobile-cart-bar{position:sticky;bottom:12px;z-index:25;width:min(100% - 24px,560px);margin:14px auto 0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid rgba(15,138,75,.12);border-radius:18px;background:#fffffff5;box-shadow:0 14px 28px #0b1f331f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.category-mobile-cart-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.category-mobile-cart-copy strong{font-size:13px;color:var(--dark-navy)}.category-mobile-cart-copy span{font-size:12px;color:var(--muted-text)}.category-mobile-cart-btn{flex-shrink:0}}@media(max-width:767px){.category-price-filter-card{position:relative}.category-price-filter-card .sidebar-card-title{margin-bottom:12px}.store-price-filter-body{gap:12px}.store-price-filter-ranges{grid-template-columns:1fr}.store-empty-state{padding:42px 18px;border-radius:22px}.category-product-card{padding:14px}.category-product-card .store-product-row-name{font-size:15px}}.store-product-row,.category-product-card,.store-product-row-action,.store-tile-stepper{overflow:visible!important}.store-product-row,.category-product-card{display:grid!important;grid-template-columns:82px minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;column-gap:12px!important;row-gap:10px!important;align-items:start!important;padding:14px 16px!important;border-radius:16px!important;background:#fff!important;border:1px solid rgba(15,138,75,.1)!important;box-shadow:0 3px 14px #0b1f3312!important;transition:transform .18s ease,box-shadow .18s ease!important;overflow:visible!important}.store-product-row:hover,.category-product-card:hover{transform:translateY(-2px)!important;box-shadow:0 8px 28px #0b1f331c!important}.store-product-row-thumb,.category-product-card .store-product-row-thumb{grid-column:1!important;grid-row:1 / span 2!important;width:82px!important;height:82px!important;min-width:82px!important;border-radius:12px!important;background:#f4fbf6!important;border:1px solid rgba(15,138,75,.1)!important;align-self:center!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important}.store-product-row-thumb img,.category-product-card .store-product-row-thumb img{padding:7px!important;width:100%!important;height:100%!important;object-fit:contain!important}.store-product-row-info,.category-product-card .store-product-row-info{grid-column:2!important;grid-row:1!important;display:flex!important;flex-direction:column!important;gap:5px!important;min-width:0!important;align-self:start!important}.store-product-row-name,.category-product-card .store-product-row-name{font-size:13.5px!important;font-weight:700!important;line-height:1.32!important;color:#1f2a44!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;white-space:normal!important;text-decoration:none!important}.store-product-row-meta{display:inline-flex!important;align-items:center!important;gap:4px!important;margin:0 0 0 -1px!important;align-self:flex-start!important}.store-product-row-meta span:first-child{font-size:11px!important;font-weight:600!important;color:#7c3aed!important}.store-product-row-meta span:last-child{font-size:12px!important;font-weight:800!important;color:#374151!important}.store-product-price-col{grid-column:3!important;grid-row:1!important;display:flex!important;flex-direction:column!important;align-items:flex-end!important;justify-content:flex-start!important;gap:1px!important;white-space:nowrap!important;align-self:start!important;padding-top:8px!important}.store-tile-price{font-size:16px!important;font-weight:900!important;color:#7c3aed!important;line-height:1.1!important}.store-tile-price-unit{font-size:10px!important;font-weight:700!important;color:#94a3b8!important;text-align:right!important}.store-product-row-action{grid-column:2 / span 2!important;grid-row:2!important;display:flex!important;align-items:center!important;gap:8px!important;width:100%!important;padding:0!important;position:static!important}.store-tile-stepper{flex:0 0 auto!important;display:flex!important;flex-direction:column!important;gap:4px!important;overflow:visible!important}.store-qty-controls{display:flex!important;align-items:center!important;height:36px!important;border:1.5px solid rgba(15,138,75,.25)!important;border-radius:10px!important;overflow:hidden!important;width:auto!important;min-width:0!important}.store-qty-controls button{width:32px!important;min-width:32px!important;height:36px!important;font-size:18px!important;font-weight:700!important;background:#f7fdf9!important;color:#0f8a4b!important;border:none!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.store-qty-controls button:hover{background:#e6f9ee!important}.store-qty-controls input[type=number]{width:48px!important;height:36px!important;text-align:center!important;font-size:13px!important;font-weight:800!important;border:none!important;border-left:1px solid rgba(15,138,75,.15)!important;border-right:1px solid rgba(15,138,75,.15)!important;outline:none!important;background:#fff!important;color:#1f2a44!important;-moz-appearance:textfield!important}.store-qty-controls input[type=number]::-webkit-outer-spin-button,.store-qty-controls input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none!important}.store-tile-cart-btn{flex:1!important;height:36px!important;min-height:36px!important;border-radius:10px!important;font-size:12.5px!important;font-weight:800!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;padding:0 10px!important;box-shadow:0 3px 10px #22c55e40!important;position:static!important;margin:0!important;white-space:nowrap!important}.store-tile-heart-btn{flex:0 0 36px!important;width:36px!important;height:36px!important;border-radius:10px!important;border:1.5px solid rgba(15,138,75,.18)!important;background:#fff!important;color:#7c3aed!important;font-size:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:background .15s,border-color .15s!important;padding:0!important}.store-tile-heart-btn:hover{background:#fdf4ff!important;border-color:#7c3aed!important}.store-qty-popup{position:static!important;transform:none!important;display:flex!important;align-items:flex-start!important;gap:5px!important;width:100%!important;margin-top:2px!important;padding:6px 8px!important;border-radius:7px!important;box-sizing:border-box!important;white-space:normal!important;line-height:1.4!important;z-index:10!important;overflow:visible!important}.store-qty-popup:before{display:none!important}.store-qty-popup-icon{width:14px!important;height:14px!important;font-size:9px!important;flex-shrink:0!important;box-shadow:none!important}.store-qty-popup-copy{font-size:10.5px!important;font-weight:600!important;line-height:1.4!important;overflow-wrap:anywhere!important}.store-out-of-stock-btn{flex:1!important;height:36px!important;border-radius:10px!important;font-size:12px!important}.store-mobile-card-price,.store-product-row-price-cell,.store-mobile-qty-preview,.category-card-buybox,.store-product-row:after,.store-product-row:before,.store-product-row-info>.store-product-row-price,.store-product-row-info>.store-product-row-unit{display:none!important;content:none!important}@media(max-width:640px){.store-product-row,.category-product-card{grid-template-columns:72px minmax(0,1fr) auto!important;column-gap:10px!important;row-gap:8px!important;padding:12px 13px!important;border-radius:14px!important}.store-product-row-thumb,.category-product-card .store-product-row-thumb{width:72px!important;height:72px!important;min-width:72px!important;border-radius:10px!important}.store-product-row-name,.category-product-card .store-product-row-name{font-size:12.5px!important}.store-tile-price{font-size:14px!important}.store-qty-controls{height:34px!important}.store-qty-controls button{height:34px!important;width:30px!important;min-width:30px!important;font-size:16px!important}.store-qty-controls input[type=number]{height:34px!important;width:42px!important;font-size:12px!important}.store-tile-cart-btn{height:34px!important;min-height:34px!important;font-size:12px!important}.store-tile-heart-btn{width:34px!important;height:34px!important;flex:0 0 34px!important;font-size:16px!important}}@media(max-width:380px){.store-product-row,.category-product-card{grid-template-columns:62px minmax(0,1fr) auto!important;column-gap:9px!important;padding:10px 11px!important;border-radius:12px!important}.store-product-row-thumb,.category-product-card .store-product-row-thumb{width:62px!important;height:62px!important;min-width:62px!important}.store-tile-price{font-size:13px!important}.store-tile-cart-btn{font-size:11px!important;padding:0 7px!important}.store-tile-heart-btn{width:30px!important;height:32px!important;flex:0 0 30px!important;font-size:14px!important}.store-qty-controls button{width:27px!important;min-width:27px!important}.store-qty-controls input[type=number]{width:36px!important;font-size:11px!important}}@media(max-width:768px){.store-search-bar{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;align-items:flex-start!important;justify-content:flex-start!important;gap:10px 12px!important;padding:12px!important;border-radius:16px!important;background:#fffffff5!important;box-shadow:0 12px 26px #0b1f3314!important}.store-search-copy{display:flex!important;order:2!important;flex:1 1 calc(100% - 66px)!important;min-width:0!important;padding-top:2px!important}.store-search-eyebrow{display:block!important;font-size:11px!important;line-height:1!important;color:#8b5cf6!important}.store-search-mobile-grid-btn.store-hero-cat-grid-btn{order:1!important;align-self:flex-start!important;width:54px!important;height:54px!important;border-radius:16px!important;flex:0 0 54px!important;margin:0!important}.store-search-input-wrap{order:3!important;width:100%!important;flex:1 0 100%!important}.store-search-input-wrap .store-search-input{min-height:46px!important;padding-left:42px!important;padding-right:52px!important;border-radius:14px!important}.store-search-icon{left:14px!important;font-size:17px!important}.store-search-clear{right:7px!important}}.store-page-section .store-main-column{min-width:0}.store-page-section .store-search-bar{width:100%;max-width:none;margin-bottom:16px;padding:14px 14px 15px;border-radius:18px;border:1px solid rgba(124,58,237,.08);background:#fffffff5;box-shadow:0 14px 32px #0b1f3312}.store-page-section .store-search-copy{min-width:0}.store-page-section .store-search-eyebrow{color:#8b5cf6}.store-page-section .store-search-input-wrap{min-width:0}.store-page-section .store-search-input-wrap .store-search-input{width:100%;min-height:52px;border-radius:16px;border-color:#e9dfff;box-shadow:inset 0 1px #8b5cf60d}.store-page-section .store-search-input-wrap .store-search-input::placeholder{color:#8b8b9c}.store-page-section .store-search-icon{color:#8b5cf6}.store-page-section .store-search-clear{background:#f4edff;color:#7c3aed}.store-page-section .store-product-list{gap:24px}.store-page-section .store-category-group{border-radius:18px;border:1px solid rgba(15,138,75,.1);box-shadow:0 10px 24px #0b1f330d}.store-page-section .store-category-group-header{padding:12px 16px;background:#f8fbf9eb}.store-page-section .store-product-row{align-items:center;gap:16px;padding:16px}.store-page-section .store-product-row-thumb{width:88px;height:80px;border-radius:12px;background:linear-gradient(135deg,#f7fff9,#fff)}.store-page-section .store-product-row:hover{background:#7fd8570b}.store-page-section .store-product-row-action{gap:10px}.store-page-section .store-product-row:hover,.store-page-section .category-product-card:hover,.store-page-section .store-product-card:hover{transform:translateY(-2px);box-shadow:0 18px 42px #0b1f331f}.store-page-section .store-product-card{border-radius:16px;border:1px solid rgba(15,138,75,.1);box-shadow:0 12px 28px #0b1f3312}@media(min-width:769px){.store-page-section .store-search-bar{margin-left:0;margin-right:auto}}@media(max-width:768px){.store-page-section .store-search-bar{display:grid;grid-template-columns:54px minmax(0,1fr);grid-template-areas:"grid label" "input input";align-items:start;column-gap:12px;row-gap:10px;padding:12px;border-radius:16px}.store-page-section .store-search-mobile-grid-btn.store-hero-cat-grid-btn{grid-area:grid;position:static!important;left:auto!important;top:auto!important;transform:none!important;z-index:1!important;display:flex!important;align-items:center;justify-content:center;width:54px;height:54px;border-radius:16px;align-self:start}.store-page-section .store-search-copy{grid-area:label;display:flex!important;align-items:flex-start;justify-content:flex-start;padding-top:2px;min-width:0}.store-page-section .store-search-input-wrap{grid-area:input;width:100%;min-width:0}.store-page-section .store-search-input-wrap .store-search-input{min-height:48px;height:48px;padding:0 52px 0 42px;border-radius:14px;line-height:48px}.store-page-section .store-search-icon{top:50%;transform:translateY(-50%);left:14px}.store-page-section .store-search-clear{top:50%;transform:translateY(-50%)}.store-page-section .store-product-list{gap:16px}.store-page-section .store-product-row,.store-page-section .category-product-card{grid-template-columns:72px minmax(0,1fr) auto;gap:10px;padding:12px 13px}}@media(max-width:768px){.store-page-section .store-search-bar{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:14px!important;width:100%!important;margin:16px 0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.store-page-section .store-search-copy{display:none!important}.store-page-section .store-search-mobile-grid-btn.store-hero-cat-grid-btn{position:static!important;inset:auto!important;z-index:1!important;display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 64px!important;width:64px!important;height:64px!important;margin:0!important;border-radius:16px!important;border:1.5px solid #CDB8FF!important;background:#fff!important;color:#8b5cf6!important;box-shadow:0 12px 28px #7c3aed2e!important;transform:none!important}.store-page-section .store-search-mobile-grid-btn.store-hero-cat-grid-btn svg{width:24px!important;height:24px!important;stroke:currentColor!important}.store-page-section .store-search-input-wrap{position:relative!important;display:flex!important;align-items:center!important;flex:1 1 auto!important;width:auto!important;min-width:0!important}.store-page-section .store-search-input-wrap .store-search-input{width:100%!important;min-height:56px!important;height:56px!important;padding:0 48px 0 56px!important;border:1px solid #E9DFFF!important;border-radius:15px!important;background:#fff!important;color:#111827!important;font-size:16px!important;line-height:56px!important;box-shadow:0 12px 28px #0b1f3317!important}.store-page-section .store-search-input-wrap .store-search-input::placeholder{color:#8b8b9c!important;opacity:1!important}.store-page-section .store-search-icon{position:absolute!important;left:22px!important;top:50%!important;transform:translateY(-50%)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:18px!important;height:18px!important;color:#7c3aed!important;font-size:20px!important;line-height:1!important}.store-page-section .store-search-icon svg{width:20px!important;height:20px!important;display:block!important}.store-page-section .store-search-clear{top:50%!important;right:10px!important;transform:translateY(-50%)!important}.store-page-section .store-cart-summary-btn{display:none!important}}@media(min-width:769px){.store-page-section .store-search-bar{display:flex!important;align-items:center!important;gap:18px!important;width:100%!important;margin:0 0 18px!important;padding:14px 16px!important;border:1px solid rgba(124,58,237,.08)!important;border-radius:18px!important;background:#fffffff5!important;box-shadow:0 16px 36px #0b1f330f!important}.store-page-section .store-search-copy{display:flex!important;flex:0 0 130px!important;min-width:130px!important}.store-page-section .store-search-eyebrow{color:#7c3aed!important;font-size:11px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important}.store-page-section .store-search-mobile-grid-btn{display:none!important}.store-page-section .store-search-input-wrap{flex:1 1 auto!important;min-width:0!important}.store-page-section .store-search-input-wrap .store-search-input{min-height:50px!important;height:50px!important;padding:0 64px 0 46px!important;border:1px solid #e9dfff!important;border-radius:14px!important;background:#fff!important;line-height:50px!important;box-shadow:none!important}.store-page-section .store-search-icon{left:18px!important;top:50%!important;transform:translateY(-50%)!important;color:#7c3aed!important}.store-page-section .store-search-icon svg{width:17px!important;height:17px!important;display:block!important}.store-page-section .store-category-group{border:1px solid rgba(15,138,75,.1)!important;border-radius:18px!important;background:#ffffff94!important;box-shadow:none!important;overflow:visible!important}.store-page-section .store-product-list{gap:14px!important}.store-page-section .store-product-row,.store-page-section .category-product-card{display:grid!important;grid-template-columns:92px minmax(0,1fr) 150px!important;grid-template-rows:auto auto!important;align-items:center!important;column-gap:18px!important;row-gap:8px!important;min-height:108px!important;padding:16px 18px!important;border:1px solid rgba(15,138,75,.09)!important;border-radius:16px!important;background:#fff!important;box-shadow:0 10px 24px #0b1f330f!important;transform:none!important}.store-page-section .store-product-row:hover,.store-page-section .category-product-card:hover{transform:translateY(-2px)!important;box-shadow:0 16px 34px #0b1f3317!important}.store-page-section .store-product-row-thumb,.store-page-section .category-product-card .store-product-row-thumb{grid-column:1!important;grid-row:1 / span 2!important;width:82px!important;height:82px!important;min-width:82px!important;border-radius:10px!important;background:#f8fff9!important;border:1px solid rgba(15,138,75,.12)!important;align-self:center!important}.store-page-section .store-product-row-info,.store-page-section .category-product-card .store-product-row-info{grid-column:2!important;grid-row:1 / span 2!important;align-self:center!important;gap:8px!important}.store-page-section .store-product-row-name,.store-page-section .category-product-card .store-product-row-name{color:#08133f!important;font-size:14px!important;font-weight:900!important;line-height:1.28!important;-webkit-line-clamp:2!important}.store-page-section .store-product-row-meta{display:inline-flex!important;width:fit-content!important;padding:4px 8px!important;border-radius:999px!important;background:#f3edff!important;color:#7c3aed!important;gap:8px!important}.store-page-section .store-product-row-meta span:first-child,.store-page-section .store-product-row-meta span:last-child{font-size:11px!important}.store-page-section .store-product-price-col{grid-column:3!important;grid-row:1!important;align-self:end!important;align-items:flex-end!important;padding-top:0!important}.store-page-section .store-tile-price{color:#7c3aed!important;font-size:18px!important;font-weight:900!important}.store-page-section .store-product-row-action{grid-column:3!important;grid-row:2!important;width:100%!important;align-self:start!important;justify-content:flex-end!important;padding:0!important}.store-page-section .store-tile-stepper{display:none!important}.store-page-section .store-tile-cart-btn{flex:0 0 auto!important;width:122px!important;height:40px!important;min-height:40px!important;border-radius:10px!important;background:linear-gradient(135deg,#21c466,#16a34a)!important;border:0!important;color:#fff!important;font-size:12px!important;font-weight:900!important;box-shadow:0 14px 24px #16a34a47!important}}
