*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}:root{--primary-color: #2C5530;--secondary-color: #4A7C59;--accent-color: #FF6B35;--fresh-orange: #FF8C42;--vibrant-orange: #FF6B35;--soft-yellow: #FFD93D;--fresh-green: #6BCB77;--dark-green: #2C5530;--text-dark: #1a1a1a;--text-light: #666;--bg-light: #fafafa;--white: #ffffff;--border-color: #e8e8e8;--shadow: 0 2px 12px rgba(0,0,0,.08);--shadow-lg: 0 8px 32px rgba(0,0,0,.12);--button-shadow: 0 4px 16px rgba(255, 107, 53, .25);--button-hover-shadow: 0 8px 28px rgba(255, 107, 53, .35);--green-shadow: 0 4px 16px rgba(107, 203, 119, .25);--green-hover-shadow: 0 8px 28px rgba(107, 203, 119, .35)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--white)}.container{max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.container{padding:0 16px}}@media (max-width: 480px){.container{padding:0 12px}}.navbar{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000000f;position:sticky;position:relative;top:0;z-index:1000;padding:.5rem 0;transition:all .3s ease;border-bottom:1px solid rgba(0,0,0,.05);min-height:60px;display:flex;align-items:center;overflow:visible}.nav-container{position:relative}.navbar.scrolled{padding:.5rem 0;box-shadow:0 4px 24px #0000001a;min-height:50px}@media (max-width: 768px){.navbar{padding:.5rem 0;min-height:50px}}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;gap:1rem;height:100%;min-height:inherit}@media (max-width: 768px){.navbar{padding:.5rem 0;min-height:60px;overflow-x:hidden!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.nav-container{padding:0 16px!important;gap:.75rem!important;min-height:60px;max-width:100%!important;width:100%!important;box-sizing:border-box!important;overflow-x:hidden!important;display:flex!important;justify-content:space-between!important;align-items:center!important}.desktop-only{display:none!important}.nav-logo{flex:0 0 auto!important;max-width:none;overflow:hidden!important;min-width:0!important}.nav-logo h1{font-size:1.2rem!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2;max-width:100%}.logo-wrapper{gap:.5rem!important;display:flex!important;align-items:center!important;overflow:hidden!important;max-width:100%!important}.main-logo{height:70px!important;max-height:70px!important;width:auto!important;object-fit:contain;margin:0;overflow:visible;flex-shrink:0!important}.right-logo{height:60px!important;max-height:60px!important;flex-shrink:0!important}.logo-emoji{font-size:1.4rem;flex-shrink:0!important}.nav-actions{gap:.5rem!important;flex:0 0 auto!important;display:flex!important;align-items:center!important;flex-shrink:0!important}.nav-link{display:none}.cart-icon{font-size:1.3rem;padding:.25rem;flex-shrink:0!important}.cart-count{width:18px;height:18px;font-size:.65rem;top:-5px;right:-5px}.hamburger{display:flex;flex-direction:column;gap:4px;padding:.25rem;flex-shrink:0!important}.hamburger span{width:24px;height:2.5px}}.nav-logo h1{color:var(--primary-color);font-size:1.75rem;font-weight:700;letter-spacing:-.3px;margin:0;line-height:1.2;white-space:nowrap}.nav-logo a{text-decoration:none}.main-logo{height:120px!important;max-height:120px!important;width:auto;display:block;object-fit:contain;margin:0;overflow:visible}.right-logo{height:100px;width:auto;max-height:none}.logo-wrapper{display:flex;align-items:center;gap:10px}.logo-emoji-wrapper{position:static;display:flex;align-items:center}.nav-logo{flex-shrink:0;display:flex;align-items:center}.nav-logo{flex-shrink:0;display:flex;align-items:center;height:100%}.logo-wrapper{display:flex;align-items:center;gap:.75rem;flex-wrap:nowrap;line-height:1;height:100%}.logo-emoji{font-size:1.5rem;line-height:1;display:inline-block}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center;margin:0;padding:0;height:100%}.nav-menu a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .3s;font-size:.95rem}.nav-menu a{position:relative}.nav-menu a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(90deg,#6bcb77,#4a7c59);transition:width .3s ease}.nav-menu a:hover{color:var(--primary-color)}.nav-menu a:hover:after{width:100%}.nav-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0;height:100%}.nav-link{text-decoration:none;color:var(--text-dark);font-weight:500;display:flex;align-items:center;gap:.5rem;font-size:.95rem}.nav-link:hover{color:var(--primary-color)}.btn-nav{background:linear-gradient(135deg,#dc2626,#ef4444);color:var(--white);padding:.875rem 2rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:.95rem;transition:all .35s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer;box-shadow:0 4px 16px #dc26264d;display:inline-block;white-space:nowrap;position:relative;overflow:hidden;letter-spacing:.02em}.btn-nav:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn-nav:hover{background:linear-gradient(135deg,#ef4444,#dc2626);transform:translateY(-3px);box-shadow:0 8px 28px #dc262666}.btn-nav:hover:before{width:300px;height:300px}.btn-nav:active{transform:translateY(-1px)}.cart-icon{position:relative;cursor:pointer;font-size:1.5rem;color:var(--text-dark);text-decoration:none;transition:color .3s}.cart-icon:hover{color:var(--primary-color)}.cart-count{position:absolute;top:-8px;right:-8px;background:var(--accent-color);color:var(--white);border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:4px}.hamburger span{width:25px;height:3px;background:var(--text-dark);transition:all .3s}.hero-modern{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#1a1a1a,#2d2d2d)}.hero-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-background-image{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#00000080,#0000004d);z-index:1}.hero-gradient-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#2c5530,#4a7c59);z-index:0}.hero-content-modern{position:relative;z-index:2;text-align:center;max-width:800px;padding:4rem 2rem;color:var(--white)}.hero-badge{display:inline-block;padding:.5rem 1.25rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:2rem;color:var(--white)}.hero-title-modern{font-size:4.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em;color:var(--white);text-shadow:0 2px 20px rgba(0,0,0,.3)}.hero-subtitle-modern{font-size:1.25rem;line-height:1.7;margin-bottom:3rem;color:#fffffff2;max-width:600px;margin-left:auto;margin-right:auto}.hero-cta-modern{display:flex;gap:1.25rem;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:3rem}.btn-hero-primary-modern{display:inline-flex;align-items:center;justify-content:center;padding:1.25rem 3rem;background:linear-gradient(135deg,#6bcb77,#4a7c59);color:var(--white);font-size:1.125rem;font-weight:700;text-decoration:none;border-radius:50px;box-shadow:0 8px 32px #6bcb7766;transition:all .35s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer;letter-spacing:.02em;min-width:200px}.btn-hero-primary-modern:hover{transform:translateY(-4px);box-shadow:0 12px 40px #6bcb7780;background:linear-gradient(135deg,#4a7c59,#6bcb77)}.btn-hero-secondary-modern{display:inline-flex;align-items:center;justify-content:center;padding:1.25rem 3rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--white);font-size:1.125rem;font-weight:700;text-decoration:none;border-radius:50px;border:2px solid rgba(255,255,255,.3);transition:all .35s cubic-bezier(.4,0,.2,1);cursor:pointer;letter-spacing:.02em;min-width:200px}.btn-hero-secondary-modern:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-4px)}.hero-trust-badges{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.trust-badge-item{display:flex;align-items:center;gap:.75rem;color:#fffffff2;font-size:.95rem;font-weight:500}.trust-icon{font-size:1.25rem}@media (max-width: 768px){.hero-modern{min-height:85vh}.hero-content-modern{padding:3rem 1.5rem}.hero-title-modern{font-size:2.75rem;margin-bottom:1.25rem}.hero-subtitle-modern{font-size:1.1rem;margin-bottom:2.5rem}.hero-cta-modern{flex-direction:column;gap:1rem;width:100%}.btn-hero-primary-modern,.btn-hero-secondary-modern{width:100%;padding:1.125rem 2rem;font-size:1rem}.hero-trust-badges{gap:1.5rem;flex-direction:column;align-items:center}}.hero{background:#000;color:var(--white);text-align:center;position:relative;overflow:hidden;animation:fadeIn .8s ease-out}.juice-background-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden}@media (max-width: 768px){.juice-background-animation{opacity:.4}.juice-background-animation>*{opacity:.6}}.juice-drop{position:absolute;width:8px;height:8px;background:linear-gradient(135deg,#ff6b35,#ff8c42);border-radius:50% 50% 50% 0;transform:rotate(-45deg);opacity:.7;animation:dropFall 8s infinite ease-in}.juice-drop-1{left:10%;animation-delay:0s;animation-duration:6s}.juice-drop-2{left:25%;animation-delay:1s;animation-duration:7s}.juice-drop-3{left:40%;animation-delay:2s;animation-duration:6.5s}.juice-drop-4{left:55%;animation-delay:1.5s;animation-duration:7.5s}.juice-drop-5{left:70%;animation-delay:.5s;animation-duration:6.8s}.juice-drop-6{left:85%;animation-delay:2.5s;animation-duration:7.2s}@keyframes dropFall{0%{top:-10px;opacity:.7;transform:rotate(-45deg) scale(1)}50%{opacity:.9;transform:rotate(-45deg) scale(1.2)}to{top:100%;opacity:0;transform:rotate(-45deg) scale(.8)}}.fruit-particle{position:absolute;font-size:2rem;opacity:.3;animation:floatAround 15s infinite ease-in-out}.fruit-1{left:5%;top:20%;animation-delay:0s;animation-duration:12s}.fruit-2{left:20%;top:60%;animation-delay:2s;animation-duration:14s}.fruit-3{left:50%;top:30%;animation-delay:4s;animation-duration:13s}.fruit-4{left:70%;top:50%;animation-delay:1s;animation-duration:15s}.fruit-5{left:85%;top:15%;animation-delay:3s;animation-duration:11s}.fruit-6{left:35%;top:75%;animation-delay:5s;animation-duration:14s}@keyframes floatAround{0%,to{transform:translate(0) rotate(0);opacity:.3}25%{transform:translate(30px,-30px) rotate(90deg);opacity:.5}50%{transform:translate(-20px,-50px) rotate(180deg);opacity:.4}75%{transform:translate(-30px,20px) rotate(270deg);opacity:.5}}.juice-splash{position:absolute;width:40px;height:40px;border-radius:50%;background:radial-gradient(circle,#ff6b3599,#ff6b3500 70%);animation:splash 3s infinite ease-out}.splash-1{left:15%;top:40%;animation-delay:0s}.splash-2{left:60%;top:65%;animation-delay:1.5s}.splash-3{left:80%;top:35%;animation-delay:3s}@keyframes splash{0%{transform:scale(0);opacity:.8}50%{transform:scale(1.5);opacity:.4}to{transform:scale(2.5);opacity:0}}.glass-pour{position:absolute;right:10%;top:10%;width:60px;height:80px;animation:glassPour 4s infinite ease-in-out}.glass{position:absolute;width:40px;height:50px;border:3px solid rgba(255,255,255,.3);border-top:none;border-radius:0 0 20px 20px;bottom:0;left:50%;transform:translate(-50%)}.glass:before{content:"";position:absolute;top:-5px;left:-3px;width:46px;height:8px;border:3px solid rgba(255,255,255,.3);border-bottom:none;border-radius:20px 20px 0 0}.pouring-juice{position:absolute;top:-20px;left:50%;transform:translate(-50%);width:8px;height:30px;background:linear-gradient(to bottom,#ff6b35,#ff8c42);border-radius:4px;animation:pourJuice 4s infinite ease-in-out;opacity:.8}.pouring-juice:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:12px;height:12px;background:radial-gradient(circle,#FF6B35 0%,transparent 70%);border-radius:50%;animation:dropSplash 4s infinite ease-in-out}@keyframes glassPour{0%,to{transform:rotate(0)}25%{transform:rotate(-15deg)}75%{transform:rotate(15deg)}}@keyframes pourJuice{0%{height:0;opacity:0}20%{height:30px;opacity:.8}80%{height:30px;opacity:.8}to{height:0;opacity:0}}@keyframes dropSplash{0%,20%{transform:translate(-50%) scale(0);opacity:0}25%{transform:translate(-50%) scale(1);opacity:1}30%{transform:translate(-50%) translateY(10px) scale(1.5);opacity:.5}to{transform:translate(-50%) translateY(50px) scale(2);opacity:0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:0}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:2}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-1px;line-height:1.1;animation:fadeInUp 1s ease-out .2s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{font-size:1.3rem;margin-bottom:2rem;opacity:.95;font-weight:300;animation:fadeInUp 1s ease-out .4s both}.hero-cta{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:stretch;margin-bottom:2.5rem;animation:fadeInUp 1s ease-out .6s both;max-width:400px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.hero-cta{margin-bottom:2rem;gap:.75rem;padding:0 10px}}.btn-hero{padding:1.125rem 2.75rem;border-radius:50px;position:relative;overflow:hidden;transition:all .35s cubic-bezier(.4,0,.2,1);text-decoration:none;font-weight:700;font-size:1.05rem;border:2px solid transparent;display:flex;align-items:center;justify-content:center;text-align:center;letter-spacing:.02em;min-height:56px;cursor:pointer}@media (max-width: 768px){.btn-hero{padding:1.05rem 2.25rem;font-size:1rem;min-height:54px;width:100%}}.btn-hero:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff40;transform:translate(-50%,-50%);transition:width .6s cubic-bezier(.4,0,.2,1),height .6s cubic-bezier(.4,0,.2,1);z-index:0}.btn-hero>*{position:relative;z-index:1}.btn-hero:hover:before{width:400px;height:400px}.btn-hero-primary{background:linear-gradient(135deg,#fff,#fafafa);color:#1a1a1a;box-shadow:0 4px 20px #00000026}.btn-hero-primary:hover,.btn-hero-primary:focus{background:linear-gradient(135deg,#fafafa,#fff);transform:translateY(-4px) scale(1.02);box-shadow:0 8px 32px #0003;outline:none}.btn-hero-primary:active{transform:translateY(-2px) scale(1.01)}.btn-hero-secondary{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--white);border:2px solid rgba(255,255,255,.4);box-shadow:0 4px 16px #0000001a}.btn-hero-secondary:hover,.btn-hero-secondary:focus{background:#ffffff40;border-color:#fff9;transform:translateY(-4px) scale(1.02);box-shadow:0 8px 28px #fff3;outline:none}.btn-hero-secondary:active{transform:translateY(-2px) scale(1.01)}.trust-badges{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-top:0;padding-top:2rem;animation:fadeInUp 1s ease-out .8s both}@media (max-width: 768px){.trust-badges{gap:1rem;padding-top:1.5rem;justify-content:center}}.trust-badge{display:inline-flex;align-items:center;gap:.6rem;font-size:.9rem;font-weight:600;padding:.6rem 1.2rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:25px;border:1px solid rgba(255,255,255,.3);transition:all .3s ease;color:var(--white)}@media (max-width: 768px){.trust-badge{font-size:.8rem;padding:.5rem 1rem;gap:.5rem}}.trust-badge:hover{transform:translateY(-2px);background:#ffffff4d;border-color:#ffffff80}.trust-badge i{font-size:1rem;flex-shrink:0}@media (max-width: 768px){.trust-badge i{font-size:.9rem}}.how-it-works{padding:4rem 0;background:var(--bg-light);position:relative;overflow:hidden}@media (max-width: 768px){.how-it-works{padding:3rem 0}}.how-it-works .section-background-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden}.how-it-works .juice-particle{position:absolute;width:4px;height:4px;background:radial-gradient(circle,#6bcb771f,#6bcb7700 70%);border-radius:50%;opacity:0;animation:floatParticle 20s infinite ease-in-out}.how-it-works .juice-particle-1{left:10%;top:20%;animation-delay:0s;animation-duration:18s}.how-it-works .juice-particle-2{left:30%;top:60%;animation-delay:3s;animation-duration:22s}.how-it-works .juice-particle-3{left:60%;top:30%;animation-delay:6s;animation-duration:20s}.how-it-works .juice-particle-4{left:80%;top:70%;animation-delay:9s;animation-duration:19s}.how-it-works .juice-particle-5{left:45%;top:15%;animation-delay:12s;animation-duration:21s}.how-it-works .juice-particle-6{left:20%;top:80%;animation-delay:15s;animation-duration:23s}@keyframes floatParticle{0%{transform:translateY(100vh) translate(0) scale(0);opacity:0}10%{opacity:.3}50%{transform:translateY(0) translate(20px) scale(1);opacity:.15}90%{opacity:.2}to{transform:translateY(-100vh) translate(-20px) scale(.5);opacity:0}}@media (prefers-reduced-motion: reduce){.how-it-works .juice-particle{animation:none;opacity:0}}.section-title{text-align:center;font-size:2.75rem;margin-bottom:1.25rem;color:#1a1a1a;font-weight:700;animation:fadeInUp .8s ease-out;position:relative;letter-spacing:-.02em;line-height:1.2}@media (max-width: 768px){.section-title{font-size:2rem;margin-bottom:1rem}}.section-title:after{content:"";display:block;width:80px;height:4px;background:linear-gradient(90deg,var(--fresh-green),var(--vibrant-orange));margin:1.5rem auto 0;animation:expandWidth .8s ease-out .5s both;border-radius:2px}@keyframes expandWidth{0%{width:0}to{width:60px}}.weekly-cycle-section .section-title:after{background:linear-gradient(90deg,var(--fresh-green),var(--vibrant-orange));animation:expandWidth .8s ease-out .5s both,breatheUnderline 3s ease-in-out 1.5s infinite}@keyframes breatheUnderline{0%,to{opacity:1;transform:scaleX(1)}50%{opacity:.7;transform:scaleX(1.1)}}@media (prefers-reduced-motion: reduce){.weekly-cycle-section .section-title:after{animation:expandWidth .8s ease-out .5s both}}.section-subtitle{text-align:center;color:#666;margin-bottom:3rem;font-size:1.15rem;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.section-subtitle{font-size:1rem;margin-bottom:2.5rem;padding:0 1rem}}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-top:3rem}.step-card{text-align:center;padding:2rem;opacity:0;transform:translateY(30px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1),box-shadow .3s ease}.step-card.visible{opacity:1;transform:translateY(0)}.step-card:nth-child(1){transition-delay:.1s}.step-card:nth-child(2){transition-delay:.2s}.step-card:nth-child(3){transition-delay:.3s}.step-card:nth-child(4){transition-delay:.4s}.step-card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 8px 25px #2c55301a}@media (prefers-reduced-motion: reduce){.step-card{opacity:1;transform:translateY(0)}}.step-number{width:60px;height:60px;background:var(--primary-color);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.step-card:hover .step-number{transform:scale(1.08);box-shadow:0 4px 15px #2c553040}@media (prefers-reduced-motion: reduce){.step-card:hover .step-number{transform:scale(1)}}@keyframes pulse{0%,to{box-shadow:0 0 #2c5530b3}50%{box-shadow:0 0 0 10px #2c553000}}.step-card h3{font-size:1.3rem;margin-bottom:1rem;color:var(--text-dark)}.step-card p{color:var(--text-light);line-height:1.8}.products-section{padding:5rem 0;background:var(--white)}.juices-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:3rem}.juice-card{background:var(--white);border:1px solid var(--border-color);border-radius:20px;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;display:flex;flex-direction:column;height:100%;box-shadow:0 2px 12px #0000000f;animation:fadeInScale .6s ease-out both}.juice-card:nth-child(1){animation-delay:.1s}.juice-card:nth-child(2){animation-delay:.2s}.juice-card:nth-child(3){animation-delay:.3s}.juice-card:nth-child(4){animation-delay:.4s}.juice-card:nth-child(5){animation-delay:.5s}.juice-card:nth-child(6){animation-delay:.6s}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.juice-card:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-8px);border-color:#6bcb7733}.juice-icon{font-size:3rem;margin-bottom:1rem}.juice-image{width:100%;margin-bottom:1.5rem;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#f8f9fa,#e9ecef);aspect-ratio:1;display:flex;align-items:center;justify-content:center}.juice-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s cubic-bezier(.4,0,.2,1)}.juice-card:hover .juice-image img{transform:scale(1.05)}.juice-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.juice-info{margin-bottom:1rem}.juice-info h4{font-size:.9rem;color:var(--text-light);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.juice-info p{color:var(--text-dark);line-height:1.6;margin-bottom:1rem}.shelf-life{display:inline-block;background:var(--bg-light);padding:.5rem 1rem;border-radius:20px;font-size:.85rem;color:var(--text-dark);margin-top:1rem}.packs-section{padding:4rem 0;background:var(--bg-light)}@media (max-width: 768px){.packs-section{padding:3rem 0}}.pack-category{margin-bottom:5rem}.pack-category h2{font-size:2.25rem;margin-bottom:.75rem;color:var(--text-dark);font-weight:800;letter-spacing:-.5px}.pack-category>p{font-size:1.1rem;color:var(--text-light);margin-bottom:2.5rem}@media (max-width: 768px){.pack-category{margin-bottom:3.5rem}.pack-category h2{font-size:1.75rem;margin-bottom:.5rem}.pack-category>p{font-size:1rem;margin-bottom:2rem}}.pack-category p{color:var(--text-light);margin-bottom:2rem}.packs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem}@media (max-width: 768px){.packs-grid{grid-template-columns:1fr;gap:2rem}}.pack-card{background:var(--white);border-radius:20px;padding:2.5rem;box-shadow:0 2px 12px #0000000f;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;display:flex;flex-direction:column;height:100%;border:1px solid var(--border-color);animation:fadeInScale .6s ease-out both}.pack-card:nth-child(1){animation-delay:.1s}.pack-card:nth-child(2){animation-delay:.2s}.pack-card:nth-child(3){animation-delay:.3s}.pack-card:nth-child(4){animation-delay:.4s}.pack-card:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-8px);border-color:#ff6b3533}.pack-icon{font-size:2.5rem;margin-bottom:1.5rem}.pack-image{width:100%;margin-bottom:1.5rem;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#f8f9fa,#e9ecef);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}.pack-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s cubic-bezier(.4,0,.2,1)}.pack-card:hover .pack-image img{transform:scale(1.05)}.pack-card h3{font-size:1.75rem;margin-bottom:1.25rem;color:#1a1a1a;font-weight:600;line-height:1.3;letter-spacing:-.01em}.pack-features{list-style:none;margin-bottom:2rem;padding:0;flex:1}.pack-features li{padding:.625rem 0;color:#1a1a1a;display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.6}.pack-features li i{color:var(--fresh-green);margin-top:.25rem;font-size:.85rem}.pack-price{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:1.75rem;letter-spacing:-.02em}.pack-price span{font-size:1.1rem;color:#666;font-weight:400}.btn-pack{width:100%;padding:1.125rem 2rem;background:linear-gradient(135deg,#ff6b35,#ff8c42);color:var(--white);border:none;border-radius:14px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 18px #ff6b354d;position:relative;overflow:hidden;letter-spacing:.02em;min-height:54px;display:flex;align-items:center;justify-content:center;margin-top:auto;text-transform:none}@media (max-width: 768px){.btn-pack{min-height:56px;font-size:.95rem;padding:1.05rem 1.75rem}}.btn-pack:focus{outline:3px solid rgba(255,107,53,.4);outline-offset:2px}.btn-pack:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn-pack:hover{background:linear-gradient(135deg,#ff8c42,#ff6b35);transform:translateY(-4px);box-shadow:0 8px 32px #ff6b3566}.btn-pack:hover:before{width:300px;height:300px}.btn-pack:active{transform:translateY(-2px)}.btn-juice{width:100%;padding:1.125rem 2rem;background:linear-gradient(135deg,#6bcb77,#4a7c59);color:var(--white);border:none;border-radius:14px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 18px #6bcb774d;position:relative;overflow:hidden;letter-spacing:.02em;margin-top:auto;min-height:54px;display:flex;align-items:center;justify-content:center;text-transform:none}@media (max-width: 768px){.btn-juice{min-height:56px;font-size:.95rem;padding:1.05rem 1.75rem}}.btn-juice:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn-juice:focus{outline:3px solid rgba(107,203,119,.4);outline-offset:2px}.btn-juice:after{content:"\2192";margin-left:.75rem;display:inline-block;transition:transform .35s cubic-bezier(.4,0,.2,1);font-size:1.1em;position:relative;z-index:1}.btn-juice:hover{background:linear-gradient(135deg,#4a7c59,#6bcb77);transform:translateY(-4px);box-shadow:0 8px 32px #6bcb7766}.btn-juice:hover:before{width:300px;height:300px}.btn-juice:hover:after{transform:translate(6px)}.btn-juice:active{transform:translateY(-2px)}.juice-add-to-cart{margin-top:auto;padding-top:1.5rem}.weekly-cycle-section{padding:5rem 0;background:var(--bg-light);position:relative}@media (max-width: 768px){.weekly-cycle-section{padding:3rem 0}}.section-note{text-align:center;color:var(--text-light);font-style:italic;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.weekly-juices-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.juice-day-card{background:var(--white);border:1px solid var(--border-color);border-radius:15px;padding:2rem;transition:all .3s}.juice-day-card{animation:fadeInScale .6s ease-out both}.juice-day-card:nth-child(1){animation-delay:.1s}.juice-day-card:nth-child(2){animation-delay:.2s}.juice-day-card:nth-child(3){animation-delay:.3s}.juice-day-card:nth-child(4){animation-delay:.4s}.juice-day-card:nth-child(5){animation-delay:.5s}.juice-day-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px) scale(1.02);transition:all .3s ease}.day-header{text-align:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid var(--primary-color)}.day-emoji{font-size:2.5rem;display:block;margin-bottom:.5rem}.day-name{font-size:.9rem;font-weight:700;letter-spacing:2px;color:var(--text-light);margin-bottom:.5rem;text-transform:uppercase}.juice-name{font-size:1.5rem;font-weight:700;color:var(--primary-color);margin:0}.juice-ingredients{text-align:center;margin-bottom:1.5rem;color:var(--text-dark);font-weight:500}.why-today{margin-bottom:1.5rem}.why-today h5{font-size:.9rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.why-today p{color:var(--text-light);line-height:1.6}.benefits-list{margin-top:1.5rem}.benefits-list h5{font-size:.9rem;font-weight:700;color:var(--primary-color);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:1px}.benefits-list ul{list-style:none;padding:0;margin:0}.benefits-list ul li{color:var(--text-dark);padding:.4rem 0 .4rem 1.5rem;position:relative;line-height:1.6}.benefits-list ul li:before{content:"\2713";position:absolute;left:0;color:var(--primary-color);font-weight:700}.gym-day-section{margin-top:4rem;padding:2rem;background:var(--white);border-radius:15px;border:2px solid var(--primary-color)}.subsection-title{font-size:1.5rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem;text-align:center}.gym-day-ingredients{text-align:center;font-weight:500;color:var(--text-dark);margin-bottom:1rem}.gym-day-why{text-align:center;color:var(--text-light);margin-bottom:1.5rem;font-style:italic}.shots-section{padding:5rem 0;background:var(--white)}.shots-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem}@media (max-width: 768px){.shots-grid{grid-template-columns:1fr;gap:2rem}}.shot-card{background:var(--white);border-radius:20px;padding:2rem;box-shadow:0 2px 12px #0000000f;transition:all .4s cubic-bezier(.4,0,.2,1);text-align:center;border:1px solid var(--border-color);animation:fadeInScale .6s ease-out both;display:flex;flex-direction:column;height:100%;position:relative}@media (max-width: 768px){.shot-card{padding:1.75rem;border-radius:16px}}.shot-card:nth-child(1){animation-delay:.1s}.shot-card:nth-child(2){animation-delay:.2s}.shot-card:nth-child(3){animation-delay:.3s}.shot-card:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-8px);border-color:#ffd93d4d}.shot-icon{font-size:3rem;margin-bottom:1rem}.shot-image{width:100%;margin-bottom:1.5rem;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#f8f9fa,#e9ecef);aspect-ratio:1;display:flex;align-items:center;justify-content:center}.shot-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s cubic-bezier(.4,0,.2,1)}.shot-card:hover .shot-image img{transform:scale(1.05)}.shot-card h3{font-size:1.4rem;margin-bottom:1rem;color:#1a1a1a;font-weight:600;line-height:1.3;letter-spacing:-.01em}.shot-card h3 a{color:inherit;text-decoration:none;transition:color .3s ease}.shot-card h3 a:hover{color:#ff8c42}.shot-ingredients{color:#666;font-size:.85rem;margin-bottom:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.shot-description{color:#1a1a1a;line-height:1.7;margin-bottom:1.5rem;font-size:.95rem;flex:1}.shot-price{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;letter-spacing:-.02em}.btn-shot{width:100%;padding:1.125rem 2rem;background:linear-gradient(135deg,#ffd93d,#ff8c42);color:#1a1a1a;border:none;border-radius:14px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 18px #ffd93d4d;position:relative;overflow:hidden;letter-spacing:.02em;min-height:54px;display:flex;align-items:center;justify-content:center;text-transform:none}@media (max-width: 768px){.btn-shot{min-height:56px;font-size:.95rem;padding:1.05rem 1.75rem}}.btn-shot:focus{outline:3px solid rgba(255,217,61,.4);outline-offset:2px}.btn-shot:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn-shot:hover{background:linear-gradient(135deg,#ff8c42,#ffd93d);transform:translateY(-4px);box-shadow:0 8px 32px #ffd93d66}.btn-shot:hover:before{width:300px;height:300px}.btn-shot:active{transform:translateY(-2px)}.shot-add-to-cart{margin-top:auto;padding-top:1.5rem}.section-background-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden;opacity:.15}.floating-bubble{position:absolute;border-radius:50%;background:linear-gradient(135deg,#2c55301a,#4a7c5926);border:2px solid rgba(44,85,48,.2);animation:floatBubble 20s infinite ease-in-out}.bubble-1{width:60px;height:60px;left:5%;top:10%;animation-delay:0s;animation-duration:18s}.bubble-2{width:40px;height:40px;left:15%;top:60%;animation-delay:2s;animation-duration:22s}.bubble-3{width:80px;height:80px;left:70%;top:20%;animation-delay:4s;animation-duration:20s}.bubble-4{width:50px;height:50px;left:85%;top:70%;animation-delay:1s;animation-duration:24s}.bubble-5{width:35px;height:35px;left:50%;top:80%;animation-delay:3s;animation-duration:19s}.bubble-6{width:45px;height:45px;left:30%;top:30%;animation-delay:5s;animation-duration:21s}@keyframes floatBubble{0%,to{transform:translate(0) scale(1);opacity:.3}25%{transform:translate(30px,-40px) scale(1.1);opacity:.5}50%{transform:translate(-20px,-60px) scale(.9);opacity:.4}75%{transform:translate(-30px,30px) scale(1.05);opacity:.5}}.fruit-silhouette{position:absolute;font-size:4rem;opacity:.08;animation:floatSilhouette 25s infinite ease-in-out;filter:blur(1px)}.fruit-sil-1{left:8%;top:15%;animation-delay:0s;animation-duration:20s}.fruit-sil-2{left:75%;top:50%;animation-delay:5s;animation-duration:25s}.fruit-sil-3{left:45%;top:75%;animation-delay:10s;animation-duration:22s}@keyframes floatSilhouette{0%,to{transform:translate(0) rotate(0) scale(1);opacity:.08}33%{transform:translate(50px,-50px) rotate(120deg) scale(1.1);opacity:.12}66%{transform:translate(-40px,-70px) rotate(240deg) scale(.9);opacity:.1}}.juice-wave{position:absolute;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(44,85,48,.05) 0%,transparent 70%);animation:wavePulse 8s infinite ease-in-out}.wave-1{left:-50px;top:20%;animation-delay:0s}.wave-2{right:-50px;bottom:20%;animation-delay:4s}@keyframes wavePulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.5);opacity:.1}}.juice-splash-light{position:absolute;width:30px;height:30px;border-radius:50%;background:radial-gradient(circle,#ff6b351a,#ff6b3500 70%);animation:splashLight 4s infinite ease-out}.splash-1{left:20%;top:40%;animation-delay:0s}.splash-2{left:80%;top:60%;animation-delay:2s}@keyframes splashLight{0%{transform:scale(0);opacity:.4}50%{transform:scale(1.5);opacity:.2}to{transform:scale(2.5);opacity:0}}.how-it-works,.products-section,.weekly-cycle-section,.packs-section,.shots-section{position:relative}.how-it-works .container,.products-section .container,.weekly-cycle-section .container,.packs-section .container,.shots-section .container{position:relative;z-index:1}.subscription-badge{position:absolute;top:1rem;right:1rem;background:var(--accent-color);color:var(--white);padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:700}.delivery-section{padding:5rem 0;background:var(--white)}.delivery-info{max-width:800px;margin:0 auto;text-align:center}.delivery-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.delivery-card{padding:2rem;background:var(--bg-light);border-radius:15px;text-align:left}.delivery-card h3{font-size:1.3rem;margin-bottom:1rem;color:var(--text-dark)}.delivery-card p{color:var(--text-light);line-height:1.8}.delivery-time{font-size:1.5rem;font-weight:700;color:var(--primary-color);margin:1rem 0}.delivery-areas{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.area-tag{background:var(--primary-color);color:var(--white);padding:.5rem 1rem;border-radius:20px;font-size:.9rem}.delivery-note{margin-top:1rem;font-size:.9rem;color:var(--text-light)}.delivery-notes p{margin-bottom:.5rem}.faq-section{padding:5rem 0;background:var(--bg-light)}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:var(--white);border-radius:10px;margin-bottom:1rem;overflow:hidden;box-shadow:var(--shadow)}.faq-question{padding:1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;transition:background .3s}.faq-question:hover{background:var(--bg-light)}.faq-question i{transition:transform .3s}.faq-item.active .faq-question i{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s;padding:0 1.5rem}.faq-item.active .faq-answer{max-height:500px;padding:0 1.5rem 1.5rem}.faq-answer p{color:var(--text-light);line-height:1.8}.footer{background:var(--text-dark);color:var(--white);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-column h3{margin-bottom:1.5rem;font-size:1.2rem}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:.8rem}.footer-column ul li a{color:#fffc;text-decoration:none;transition:color .3s;font-size:.95rem}.footer-column ul li a:hover{color:var(--white)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#fff9}.modal{display:none;position:fixed;z-index:3000;left:0;top:0;width:100%;height:100%;background:#00000080;align-items:center;justify-content:center}.modal.active{display:flex}.modal-content{background:var(--white);padding:3rem;border-radius:15px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;position:relative}.close-modal{position:absolute;top:1rem;right:1.5rem;font-size:2rem;cursor:pointer;background:none;border:none;color:var(--text-light)}.close-modal:hover{color:var(--text-dark)}.modal-content h2{margin-bottom:2rem;color:var(--text-dark)}.modal-content form label{display:block;margin-bottom:.5rem;font-weight:600}.modal-content form input,.modal-content form textarea{width:100%;padding:.8rem;margin-bottom:1rem;border:1px solid var(--border-color);border-radius:8px;font-size:1rem}.modal-content form input:focus,.modal-content form textarea:focus{outline:none;border-color:var(--primary-color)}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}.skip-to-content-link{position:absolute;z-index:9999;padding:1rem;background:var(--primary-color);color:#fff;text-decoration:none;transform:translateY(-100%)}.skip-to-content-link:focus{transform:translateY(0)}@media (max-width: 768px){.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:var(--white);width:100%;text-align:center;transition:left .3s;box-shadow:var(--shadow);padding:2rem 0;z-index:999}.nav-menu.active{left:0}.hamburger{display:flex}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-cta{flex-direction:column}.btn-hero{width:100%}.trust-badges{flex-direction:column;gap:1rem}.steps-grid,.juices-grid,.packs-grid{grid-template-columns:1fr}}.subscription-page-wrapper{min-height:100vh;position:relative;overflow:hidden;background:#fff}.subscription-banner{width:100%;height:500px;position:relative;overflow:hidden;background:linear-gradient(135deg,#ff6b35,#ff4757,#6bcb77);display:flex;align-items:center;justify-content:center;margin-bottom:3rem}.subscription-banner-image{width:100%;height:100%;object-fit:cover;object-position:center;opacity:1}.subscription-banner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0006,#0009);display:flex;align-items:center;justify-content:center;flex-direction:column;padding:3rem;text-align:center}.subscription-banner-overlay h1{font-size:4rem;font-weight:900;color:var(--white);margin-bottom:1.5rem;text-shadow:0 4px 20px rgba(0,0,0,.5),0 2px 10px rgba(0,0,0,.3);letter-spacing:-1px;line-height:1.1}.subscription-banner-overlay p{font-size:1.5rem;color:var(--white);font-weight:700;text-shadow:0 2px 15px rgba(0,0,0,.5),0 1px 5px rgba(0,0,0,.3);letter-spacing:.5px}.subscription-page-wrapper .weekly-subscription-section{padding:5rem 0;position:relative;z-index:2;background:#fafafa;background:transparent;margin:0;border-radius:0;box-shadow:none}.subscription-page-wrapper .weekly-subscription-section .section-title{font-size:2.5rem;font-weight:700;color:var(--text-dark);text-align:center;margin-bottom:1rem}.subscription-page-wrapper .weekly-subscription-section .section-subtitle{font-size:1.2rem;text-align:center;color:var(--text-light);margin-bottom:3rem;font-weight:400}.subscription-page-wrapper .day-card{background:var(--white);border:2px solid #e8e8e0;box-shadow:0 2px 8px #00000014,0 1px 3px #0000000d;transition:all .3s ease}.subscription-page-wrapper .day-card:hover{transform:translateY(-3px);box-shadow:0 4px 15px #0000001f,0 2px 5px #00000014;border-color:var(--fresh-green)}.subscription-page-wrapper .day-card.has-selection{border-color:var(--fresh-green);background:linear-gradient(135deg,#f8fdf8,#fff)}.subscription-page-wrapper .summary-card{background:var(--white);border-radius:20px;padding:2.5rem;box-shadow:0 4px 24px #00000014;border:1px solid rgba(0,0,0,.06);position:sticky;top:2rem;transition:box-shadow .3s ease}.subscription-page-wrapper .summary-card:hover{box-shadow:0 8px 32px #0000001f}.subscription-page-wrapper .addons-card{background:var(--white);border:2px solid #e8e8e0;box-shadow:0 4px 15px #0000001a,0 2px 5px #0000000d}.subscription-page-wrapper .btn-subscribe{width:100%;padding:1.125rem 2rem;background:#1a1a1a;color:var(--white);border:none;border-radius:12px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000001a;letter-spacing:.02em;text-transform:uppercase}.subscription-page-wrapper .btn-subscribe:hover:not(:disabled){background:var(--fresh-green);transform:translateY(-2px);box-shadow:0 4px 16px #6bcb774d}.subscription-page-wrapper .btn-subscribe:active:not(:disabled){transform:translateY(0)}.subscription-page-wrapper .btn-subscribe:disabled{background:#d0d0d0;cursor:not-allowed;opacity:.7;transform:none}.subscription-page-wrapper .addon-qty-btn{background:var(--fresh-green)}.subscription-page-wrapper .addon-qty-btn:hover{background:var(--primary-color)}.subscription-page-wrapper .day-count{background:var(--fresh-green)}.subscription-page-wrapper .day-count.zero{background:#d0d0d0}@media (max-width: 1024px){.subscription-banner{height:400px}.subscription-banner-overlay h1{font-size:3rem}.subscription-banner-overlay p{font-size:1.3rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem}}@media (max-width: 768px){.subscription-page-wrapper .weekly-subscription-section{padding:2rem 0}.subscription-banner{height:350px;margin-bottom:2rem}.subscription-banner-overlay{padding:2rem 1.5rem}.subscription-banner-overlay h1{font-size:2.5rem;margin-bottom:1rem;letter-spacing:-.5px}.subscription-banner-overlay p{font-size:1.2rem}.subscription-page-wrapper .weekly-subscription-section .section-title{font-size:2rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.day-section-title{font-size:1.5rem}.product-info{padding:1rem}.product-name{font-size:1rem}.product-description{font-size:.8rem}}@media (max-width: 480px){.products-grid{grid-template-columns:1fr 1fr;gap:.75rem}.product-qty-btn{width:32px;height:32px;font-size:1rem}.product-qty-display{font-size:1rem}}@media (max-width: 480px){.subscription-banner{height:300px}.subscription-banner-overlay h1{font-size:2rem}.subscription-banner-overlay p{font-size:1rem}}.weekly-subscription-section{padding:5rem 0;position:relative;background:#fafafa;min-height:100vh}.weekly-subscription-wrapper{display:grid;grid-template-columns:1.8fr 1fr;gap:3rem;align-items:start;margin-top:2rem}.days-selection-container{background:var(--white);border-radius:20px;padding:2rem;box-shadow:var(--shadow-lg)}.days-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--border-color)}.days-header h3{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.02em;line-height:1.2}.summary-card h3{font-size:1.875rem;font-weight:700;color:#1a1a1a;margin-bottom:2rem;text-align:left;letter-spacing:-.02em;line-height:1.2}.add-product-label{display:block;font-size:1.125rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;letter-spacing:-.01em}.total-drinks-counter{display:flex;align-items:baseline;gap:.5rem;font-size:1rem;font-weight:600;color:#666}.total-label{font-size:1rem;font-weight:600;color:#666;letter-spacing:.01em}.total-count{font-size:1.75rem;color:#1a1a1a;font-weight:700;letter-spacing:-.02em}.min-requirement{color:#999;font-size:.95rem;font-weight:500}.days-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.day-card{background:var(--bg-light);border-radius:12px;padding:1.5rem;border:2px solid transparent;transition:all .3s ease}.day-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow)}.day-card.has-selection{border-color:var(--fresh-green);background:linear-gradient(135deg,#f0f9f4,#fff)}.day-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.day-name{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin:0}.day-count{background:var(--primary-color);color:var(--white);padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600;min-width:30px;text-align:center}.day-count.zero{background:var(--text-light)}.day-selection{display:flex;flex-direction:column;gap:1rem}.drink-selector{width:100%}.drink-select{width:100%;padding:.75rem;border:2px solid var(--border-color);border-radius:8px;font-size:.95rem;background:var(--white);color:var(--text-dark);cursor:pointer;transition:all .3s ease}.drink-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2c55301a}.quantity-controls{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.5rem;background:var(--white);border-radius:8px;border:1px solid var(--border-color)}.qty-btn{width:32px;height:32px;border:none;background:var(--primary-color);color:var(--white);border-radius:50%;font-size:1.2rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.qty-btn:hover{background:var(--secondary-color);transform:scale(1.1)}.qty-btn:active{transform:scale(.95)}.qty-display{font-size:1.1rem;font-weight:600;color:var(--text-dark);min-width:30px;text-align:center}.day-drinks-list{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-color)}.add-product-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e8e8e8}.product-selector-dropdown{width:100%;padding:1.125rem 3.5rem 1.125rem 1.5rem;border:2px solid #e8e8e8;border-radius:14px;font-size:1rem;font-weight:600;color:#1a1a1a;background:linear-gradient(135deg,#fafafa,#fff);cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);-webkit-appearance:none;appearance:none;box-shadow:0 2px 8px #0000000a;background-image:url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.25rem center;min-height:54px;letter-spacing:.01em}.product-selector-dropdown:hover{border-color:#6bcb77;background:linear-gradient(135deg,#fff,#f8fdf8);box-shadow:0 4px 16px #6bcb7726;transform:translateY(-1px)}.product-selector-dropdown:focus{outline:none;border-color:#6bcb77;background:linear-gradient(135deg,#fff,#f8fdf8);box-shadow:0 0 0 4px #6bcb771f,0 4px 20px #6bcb7726;transform:translateY(-1px)}.product-selector-dropdown option{padding:.75rem;font-weight:500}.selected-products-list{display:flex;flex-direction:column;gap:1.5rem}.selected-product-card{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000f;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.04);position:relative}.selected-product-card.has-selection{border:2px solid var(--fresh-green);box-shadow:0 8px 24px #6bcb7733}.selected-product-card .product-image{width:100%;aspect-ratio:1;overflow:hidden;background:linear-gradient(135deg,#f8f9fa,#e9ecef);position:relative;padding:1.5rem}.selected-product-card .product-image img{width:100%;height:100%;object-fit:contain;transition:transform .4s cubic-bezier(.4,0,.2,1)}.selected-product-card .product-image-placeholder{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;align-items:center;justify-content:center;padding:2rem}.selected-product-card .product-info{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;flex:1;position:relative}.selected-product-card .remove-product-btn{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border:1px solid #e0e0e0;background:var(--white);color:#666;border-radius:50%;font-size:1.5rem;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;line-height:1;padding:0;z-index:10}.selected-product-card .remove-product-btn:hover{background:#fee;border-color:#f44;color:#f44;transform:scale(1.08)}.no-products-message{text-align:center;padding:3rem;color:#999;font-style:italic}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:2rem;margin-bottom:3rem}.product-card{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000f;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.04);position:relative}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--fresh-green),transparent);opacity:0;transition:opacity .3s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001f;border-color:#6bcb7733}.product-card:hover:before{opacity:1}.product-card.has-selection{border:2px solid var(--fresh-green);box-shadow:0 8px 24px #6bcb7733}.product-card.has-selection:before{opacity:1}.product-image{width:100%;aspect-ratio:1;overflow:hidden;background:linear-gradient(135deg,#f8f9fa,#e9ecef);position:relative;padding:1.5rem}.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .4s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-image img{transform:scale(1.08)}.product-image-placeholder{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;align-items:center;justify-content:center;padding:2rem}.product-emoji{font-size:4rem;line-height:1}.product-info{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;flex:1}.product-name{font-size:1.15rem;font-weight:600;color:#1a1a1a;margin:0;line-height:1.4;letter-spacing:-.01em}.product-description{font-size:.875rem;color:#666;line-height:1.6;margin:0;flex:1;font-weight:400}.product-qty-controls{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.875rem;background:#f8f9fa;border-radius:12px;margin-top:auto;border:1px solid rgba(0,0,0,.04)}.product-qty-btn{width:38px;height:38px;border:none;background:#1a1a1a;color:var(--white);border-radius:50%;font-size:1.25rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);line-height:1}.product-qty-btn:hover{background:var(--fresh-green);transform:scale(1.08)}.product-qty-btn:active{transform:scale(.95)}.product-qty-display{font-size:1.2rem;font-weight:600;color:var(--text-dark);min-width:30px;text-align:center}.summary-item{padding:1.25rem;margin-bottom:1rem;background:#fafafa;border-radius:12px;border:1px solid rgba(0,0,0,.06);transition:all .3s ease}.summary-item:hover{background:#f5f5f5;border-color:#6bcb7733}.summary-item-controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.summary-select-group{display:flex;gap:.75rem;flex:1;min-width:250px}.summary-product-select,.summary-day-select{flex:1;padding:.875rem 2.75rem .875rem 1rem;border:2px solid #e8e8e8;border-radius:12px;font-size:.9rem;font-weight:600;color:#1a1a1a;background:linear-gradient(135deg,#fafafa,#fff);cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);-webkit-appearance:none;appearance:none;box-shadow:0 2px 6px #0000000a;background-image:url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;min-height:46px;letter-spacing:.01em}.summary-product-select:hover,.summary-day-select:hover{border-color:#6bcb77;background:linear-gradient(135deg,#fff,#f8fdf8);box-shadow:0 4px 14px #6bcb7726;transform:translateY(-1px)}.summary-product-select:focus,.summary-day-select:focus{outline:none;border-color:#6bcb77;background:linear-gradient(135deg,#fff,#f8fdf8);box-shadow:0 0 0 4px #6bcb771f,0 4px 18px #6bcb7726;transform:translateY(-1px)}.summary-qty-group{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:var(--white);border-radius:8px;border:1px solid var(--border-color)}.summary-qty-btn{width:34px;height:34px;border:none;background:#1a1a1a;color:var(--white);border-radius:50%;font-size:1.1rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);line-height:1}.summary-qty-btn:hover{background:var(--fresh-green);transform:scale(1.08)}.summary-qty-btn:active{transform:scale(.95)}.summary-qty-display{font-size:1.1rem;font-weight:600;color:var(--text-dark);min-width:25px;text-align:center}.summary-remove-btn{width:32px;height:32px;border:1px solid #e0e0e0;background:var(--white);color:#666;border-radius:50%;font-size:1.5rem;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;line-height:1;padding:0}.summary-remove-btn:hover{background:#fee;border-color:#f44;color:#f44;transform:scale(1.08)}.summary-remove-btn:active{transform:scale(.95)}@media (max-width: 768px){.summary-item-controls{flex-direction:column;align-items:stretch}.summary-select-group{flex-direction:column;min-width:100%}.summary-qty-group{justify-content:center}}.product-day-selector{margin-top:.75rem;margin-bottom:.75rem}.product-day-select{width:100%;padding:1rem 3rem 1rem 1.25rem;border:2px solid #e8e8e8;border-radius:14px;font-size:.95rem;font-weight:600;color:#1a1a1a;background:linear-gradient(135deg,#fafafa,#fff);cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);-webkit-appearance:none;appearance:none;box-shadow:0 2px 8px #0000000a;background-image:url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;min-height:50px;letter-spacing:.01em}.product-day-select:hover{border-color:#6bcb77;background:linear-gradient(135deg,#fff,#f8fdf8);box-shadow:0 4px 16px #6bcb7726;transform:translateY(-1px)}.product-day-select:focus{outline:none;border-color:#6bcb77;background:linear-gradient(135deg,#fff,#f8fdf8);box-shadow:0 0 0 4px #6bcb771f,0 4px 20px #6bcb7726;transform:translateY(-1px)}.product-day-quantity-wrapper{margin-top:1rem;padding-top:1rem;border-top:2px solid var(--fresh-green)}.product-day-selected{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:.5rem;background:var(--bg-light);border-radius:6px}.selected-day-text{font-size:.85rem;color:var(--text-dark)}.selected-day-name{color:var(--fresh-green);font-weight:600}.change-day-btn{padding:.4rem .75rem;border:1px solid var(--border-color);border-radius:6px;background:var(--white);color:var(--text-dark);font-size:.8rem;font-weight:500;cursor:pointer;transition:all .3s ease}.change-day-btn:hover{border-color:var(--fresh-green);color:var(--fresh-green);background:var(--bg-light)}.day-addons{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid var(--fresh-green)}.day-addons-header{margin-bottom:1rem}.day-addons-title{font-size:.95rem;font-weight:600;color:var(--primary-color);display:block}.day-addons-list{display:flex;flex-direction:column;gap:.75rem;max-height:300px;overflow-y:auto;padding-right:.5rem}.day-addon-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:var(--bg-light);border-radius:8px;border:1px solid transparent;transition:all .3s ease}.day-addon-item:hover{border-color:var(--fresh-green);background:#f8fdf8}.day-addon-item.has-selection{border-color:var(--fresh-green);background:linear-gradient(135deg,#f0f9f4,#fff)}.day-addon-info{display:flex;align-items:center;gap:.75rem;flex:1}.day-addon-emoji{font-size:1.5rem;line-height:1}.day-addon-details{display:flex;flex-direction:column;gap:.2rem}.day-addon-name{font-weight:600;color:var(--text-dark);font-size:.9rem}.day-addon-desc{font-size:.75rem;color:var(--text-light);font-style:italic}.day-addon-controls{display:flex;align-items:center;gap:.75rem;padding:.4rem;background:var(--white);border-radius:8px;border:1px solid var(--border-color)}.day-addon-qty-btn{width:28px;height:28px;border:none;background:var(--fresh-green);color:var(--white);border-radius:50%;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.day-addon-qty-btn:hover{background:var(--primary-color);transform:scale(1.1)}.day-addon-qty-btn:active{transform:scale(.95)}.day-addon-qty{font-size:1rem;font-weight:600;color:var(--text-dark);min-width:25px;text-align:center}.day-drink-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.9rem;color:var(--text-dark)}.day-drink-item .drink-name{flex:1}.day-drink-item .drink-qty{color:var(--primary-color);font-weight:600}.subscription-summary{position:sticky;top:100px;height:fit-content}.summary-card{background:var(--white);border-radius:20px;padding:2.5rem;box-shadow:0 4px 24px #00000014;border:1px solid rgba(0,0,0,.06);position:sticky;top:2rem;transition:box-shadow .3s ease}.summary-card:hover{box-shadow:0 8px 32px #0000001f}.summary-content{min-height:200px;max-height:400px;overflow-y:auto;margin-bottom:1.5rem}.summary-empty{text-align:center;color:var(--text-light);font-style:italic;padding:2rem 0}.summary-day-item{padding:.75rem 0;border-bottom:1px solid var(--border-color)}.summary-day-item:last-child{border-bottom:none}.summary-day-name{font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.summary-day-drinks{font-size:.9rem;color:var(--text-light);margin-left:1rem}.summary-total{display:flex;justify-content:space-between;align-items:baseline;padding:1.75rem 0;border-top:2px solid #e8e8e8;margin-top:1rem;gap:1rem}.summary-total .total-label{font-size:1.125rem;font-weight:600;color:#666;letter-spacing:.01em}.summary-total .total-price{font-size:2rem;font-weight:700;color:#1a1a1a;letter-spacing:-.02em}.validation-message{padding:1rem;border-radius:8px;margin-bottom:1rem;text-align:center}.validation-message.error{background:#fee;border:1px solid #fcc;color:#c33}.validation-message.success{background:#efe;border:1px solid #cfc;color:#3c3}.validation-text{font-weight:600}.btn-subscribe{width:100%;padding:1.125rem 2rem;background:#1a1a1a;color:var(--white);border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000001a;letter-spacing:.02em;text-transform:uppercase;font-size:.875rem}.btn-subscribe:hover:not(:disabled){background:var(--fresh-green);transform:translateY(-2px);box-shadow:0 4px 16px #6bcb774d}.btn-subscribe:active:not(:disabled){transform:translateY(0)}.btn-subscribe:disabled{background:#d0d0d0;cursor:not-allowed;opacity:.7;transform:none}@media (max-width: 1024px){.weekly-subscription-wrapper{grid-template-columns:1fr}.subscription-summary{position:relative;top:0}}.addons-card{background:var(--white);border-radius:20px;padding:2rem;box-shadow:var(--shadow-lg);margin-top:2rem;border:2px solid var(--fresh-green)}.addons-card h3{font-size:1.5rem;color:var(--text-dark);margin-bottom:.5rem;text-align:center}.addons-subtitle{text-align:center;color:var(--text-light);font-size:.9rem;margin-bottom:1.5rem;font-style:italic}.addons-list{display:flex;flex-direction:column;gap:1rem;max-height:500px;overflow-y:auto;padding-right:.5rem}.addon-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--bg-light);border-radius:12px;border:2px solid transparent;transition:all .3s ease}.addon-item:hover{border-color:var(--primary-color);box-shadow:var(--shadow)}.addon-item.has-selection{border-color:var(--fresh-green);background:linear-gradient(135deg,#f0f9f4,#fff)}.addon-info{display:flex;align-items:center;gap:1rem;flex:1}.addon-emoji{font-size:2rem;line-height:1}.addon-details{display:flex;flex-direction:column;gap:.25rem}.addon-name{font-weight:600;color:var(--text-dark);font-size:1rem}.addon-description{font-size:.85rem;color:var(--text-light);font-style:italic}.addon-controls{display:flex;align-items:center;gap:1rem;padding:.5rem;background:var(--white);border-radius:8px;border:1px solid var(--border-color)}.addon-qty-btn{width:32px;height:32px;border:none;background:var(--fresh-green);color:var(--white);border-radius:50%;font-size:1.2rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.addon-qty-btn:hover{background:var(--primary-color);transform:scale(1.1)}.addon-qty-btn:active{transform:scale(.95)}.addon-qty{font-size:1.1rem;font-weight:600;color:var(--text-dark);min-width:30px;text-align:center}@media (max-width: 768px){.weekly-subscription-section{padding:2rem 0}.days-selection-container,.summary-card,.addons-card{padding:1.5rem}.days-grid{grid-template-columns:1fr}.days-header{flex-direction:column;align-items:flex-start;gap:1rem}.total-drinks-counter{width:100%;justify-content:space-between}.addon-item{flex-direction:column;align-items:flex-start;gap:1rem}.addon-controls{width:100%;justify-content:center}.subscription-banner{height:250px;margin-bottom:2rem}.subscription-banner-overlay{padding:1.5rem}.subscription-banner-overlay h1{font-size:1.8rem;margin-bottom:.5rem}.subscription-banner-overlay p{font-size:1rem}.subscription-page-wrapper .weekly-subscription-section .section-title{font-size:2rem}}@media (max-width: 1024px){.subscription-banner{height:300px}.subscription-banner-overlay h1{font-size:2rem}.subscription-banner-overlay p{font-size:1.1rem}}.featured-products-section{padding:6rem 0;background:var(--white);position:relative}.section-header-modern{text-align:center;max-width:700px;margin:0 auto 4rem}.section-title-modern{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;letter-spacing:-.02em;line-height:1.2}.section-subtitle-modern{font-size:1.125rem;color:#666;line-height:1.7}.products-grid-modern{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2.5rem;margin-bottom:4rem}.product-card-modern{background:var(--white);border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 12px #0000000f;border:1px solid var(--border-color);display:flex;flex-direction:column;height:100%;position:relative}.product-card-modern:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f;border-color:#6bcb7733}.product-link-wrapper{text-decoration:none;color:inherit;display:flex;flex-direction:column;flex:1}.product-image-modern{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.product-img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.product-card-modern:hover .product-img{transform:scale(1.08)}.product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.placeholder-icon{font-size:4rem;opacity:.3}.product-badge-sale{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#ff6b35,#ef4444);color:var(--white);padding:.5rem 1rem;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 12px #ff6b354d;z-index:2}.product-info-modern{padding:1.75rem;flex:1;display:flex;flex-direction:column}.product-title-modern{font-size:1.375rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem;line-height:1.3;letter-spacing:-.01em}.product-description-modern{font-size:.95rem;color:#666;line-height:1.6;margin-bottom:1rem;flex:1}.product-rating-modern{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.stars{display:flex;gap:.15rem}.star{color:gold;font-size:1rem}.star.filled{color:gold}.review-count{font-size:.875rem;color:#999}.product-price-modern{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem}.price-current{font-size:1.75rem;font-weight:700;color:#1a1a1a;letter-spacing:-.02em}.price-compare{font-size:1.125rem;color:#999;text-decoration:line-through}.product-form-modern{padding:0 1.75rem 1.75rem;margin-top:auto}.btn-add-to-cart-modern{width:100%;padding:1.125rem 2rem;background:linear-gradient(135deg,#6bcb77,#4a7c59);color:var(--white);border:none;border-radius:14px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 18px #6bcb774d;letter-spacing:.02em;display:flex;align-items:center;justify-content:center;min-height:54px;text-decoration:none}.btn-add-to-cart-modern:hover{background:linear-gradient(135deg,#4a7c59,#6bcb77);transform:translateY(-2px);box-shadow:0 8px 32px #6bcb7766;color:var(--white)}.btn-add-to-cart-modern:active{transform:translateY(0)}.view-all-wrapper{text-align:center;margin-top:3rem}.btn-view-all-modern{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;background:transparent;color:#1a1a1a;border:2px solid #1a1a1a;border-radius:50px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);letter-spacing:.02em}.btn-view-all-modern:hover{background:#1a1a1a;color:var(--white);transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.no-products-message{text-align:center;padding:4rem 2rem;color:#666}@media (max-width: 1024px){.products-grid-modern{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:2rem}}@media (max-width: 768px){.featured-products-section{padding:4rem 0}.section-header-modern{margin-bottom:3rem}.section-title-modern{font-size:2.25rem}.section-subtitle-modern{font-size:1rem}.products-grid-modern{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.5rem}.product-info-modern{padding:1.5rem}.product-title-modern{font-size:1.25rem}.product-form-modern{padding:0 1.5rem 1.5rem}.btn-add-to-cart-modern{font-size:.95rem;padding:1rem 1.75rem;min-height:52px}}@media (max-width: 480px){.products-grid-modern{grid-template-columns:1fr}}.testimonials-section{padding:6rem 0;background:#fafafa;position:relative}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-bottom:4rem}.testimonial-card{background:var(--white);padding:2.5rem;border-radius:20px;box-shadow:0 2px 12px #0000000f;border:1px solid var(--border-color);transition:all .3s ease}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001a}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1.5rem}.testimonial-rating .star{font-size:1.25rem;color:#ddd}.testimonial-rating .star.filled{color:gold}.testimonial-text{font-size:1.125rem;line-height:1.7;color:#1a1a1a;font-style:italic;margin-bottom:2rem;border:none;padding:0;quotes:'"' '"' '"' '"'}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-image{width:60px;height:60px;border-radius:50%;overflow:hidden;flex-shrink:0}.author-image img{width:100%;height:100%;object-fit:cover}.author-info{flex:1}.author-name{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.author-title{font-size:.875rem;color:#666}.trust-stats{display:flex;justify-content:center;align-items:center;gap:4rem;padding-top:3rem;border-top:1px solid var(--border-color)}.trust-stat-item{text-align:center}.stat-value{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem;line-height:1}.stat-stars{display:flex;justify-content:center;gap:.25rem;margin-bottom:.75rem}.stat-stars .star{font-size:1.5rem;color:gold}.stat-label{font-size:.95rem;color:#666}@media (max-width: 768px){.testimonials-section{padding:4rem 0}.testimonials-grid{grid-template-columns:1fr;gap:2rem}.testimonial-card{padding:2rem}.trust-stats{flex-direction:column;gap:2.5rem}.stat-value{font-size:2.5rem}}.footer-modern{background:#1a1a1a;color:#fffc;padding:4rem 0 2rem;margin-top:6rem}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:3rem}.footer-column{display:flex;flex-direction:column}.footer-logo{margin-bottom:1.5rem}.footer-logo img{max-width:150px;height:auto;filter:brightness(0) invert(1)}.footer-logo-text{font-size:1.5rem;font-weight:700;color:var(--white);margin-bottom:1.5rem}.footer-description{font-size:.95rem;line-height:1.7;color:#ffffffb3;margin-bottom:2rem}.footer-social{display:flex;gap:1rem}.social-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff1a;color:var(--white);text-decoration:none;transition:all .3s ease;font-size:.875rem}.social-link:hover{background:#fff3;transform:translateY(-2px)}.social-link span{display:none}.footer-title{font-size:1.125rem;font-weight:700;color:var(--white);margin-bottom:1.5rem;letter-spacing:.02em}.footer-menu{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer-menu li a{color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-menu li a:hover{color:var(--white)}.footer-newsletter-desc{font-size:.95rem;line-height:1.7;color:#ffffffb3;margin-bottom:1.5rem}.footer-newsletter-form{display:flex;flex-direction:column;gap:.75rem}.newsletter-input{padding:1rem 1.25rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d;color:var(--white);font-size:.95rem;transition:all .3s ease}.newsletter-input::placeholder{color:#ffffff80}.newsletter-input:focus{outline:none;border-color:#fff6;background:#ffffff1a}.newsletter-submit{padding:1rem 1.5rem;background:linear-gradient(135deg,#6bcb77,#4a7c59);color:var(--white);border:none;border-radius:8px;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .3s ease}.newsletter-submit:hover{background:linear-gradient(135deg,#4a7c59,#6bcb77);transform:translateY(-2px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-copyright{font-size:.875rem;color:#fff9}.footer-payments{display:flex;align-items:center;gap:1rem}.payment-label{font-size:.875rem;color:#fff9}.payment-icons{display:flex;gap:.75rem}.payment-icon{font-size:.75rem;color:#ffffff80;padding:.5rem .75rem;background:#ffffff0d;border-radius:4px}@media (max-width: 1024px){.footer-main{grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width: 768px){.footer-modern{padding:3rem 0 1.5rem}.footer-main{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.footer-payments{flex-direction:column;gap:.75rem}}.subscription-page-new{padding:3rem 0 4rem;min-height:100vh;background:#fafafa}.sub-hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;padding:4rem 0;text-align:center;margin-bottom:3rem}.sub-hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.sub-hero-text{font-size:1.2rem;opacity:.95;max-width:600px;margin:0 auto}.sub-layout{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start}.sub-side-banner{margin-bottom:2rem;border-radius:12px;overflow:hidden}.sub-side-banner img{width:100%;height:auto;display:block}.sub-products-area{background:var(--white);border-radius:8px;padding:2.5rem;box-shadow:0 1px 3px #0000000d;border:1px solid #e8e8e8}.sub-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e8e8e8}.sub-header h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.02em}.sub-counter{display:flex;align-items:baseline;gap:.25rem;font-size:.9375rem;font-weight:500;color:#666}.sub-counter-num{color:#1a1a1a;font-size:1.125rem;font-weight:600}.sub-counter-text{color:#666;font-weight:400}.sub-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}@media (max-width: 768px){.sub-products-area{overflow:visible!important}.sub-products-grid{display:flex!important;flex-direction:row!important;grid-template-columns:unset!important;grid-template-rows:unset!important;overflow-x:auto!important;overflow-y:hidden!important;gap:1.25rem!important;margin:0 -1.25rem!important;padding:.75rem 1.25rem 1.5rem!important;-webkit-overflow-scrolling:touch!important;scroll-snap-type:x mandatory!important;scrollbar-width:thin!important;scrollbar-color:#d0d0d0 #fafafa!important;scroll-padding-left:1.25rem!important;scroll-padding-right:1.25rem!important}.sub-products-grid::-webkit-scrollbar{height:8px!important}.sub-products-grid::-webkit-scrollbar-track{background:#fafafa!important;border-radius:4px!important;margin:0 1.25rem!important}.sub-products-grid::-webkit-scrollbar-thumb{background:#d0d0d0!important;border-radius:4px!important}.sub-products-grid::-webkit-scrollbar-thumb:hover{background:#b0b0b0!important}.sub-product-card{flex:0 0 280px!important;min-width:280px!important;max-width:280px!important;width:280px!important;scroll-snap-align:start!important;margin:0!important;flex-shrink:0!important;flex-grow:0!important}}.sub-product-card{background:#fff;border-radius:8px;padding:1.5rem;transition:all .2s ease;border:1px solid #e8e8e8;position:relative;display:flex;flex-direction:column}.sub-product-card:hover{border-color:#d0d0d0;box-shadow:0 2px 8px #00000014}.sub-product-card.product-added{border-color:var(--primary-color);background:#f8fff9}.sub-product-card.product-added:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--primary-color);border-radius:8px 8px 0 0}.sub-product-image{width:100%;aspect-ratio:1;border-radius:6px;overflow:hidden;margin-bottom:1.25rem;background:#fafafa;display:flex;align-items:center;justify-content:center;border:1px solid #f0f0f0}.sub-product-image img{width:100%;height:100%;object-fit:cover}.sub-product-placeholder{font-size:3rem;opacity:.5}.sub-product-info{margin-bottom:1rem;flex:1;display:flex;flex-direction:column;gap:.5rem}.sub-product-name{font-size:1.0625rem;font-weight:600;color:#1a1a1a;line-height:1.3;letter-spacing:-.01em;margin:0}.sub-product-price{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0}.sub-product-add-btn,.sub-purchase-btn,.sub-qty-btn,.sub-day-select{border-radius:6px;font-weight:500;transition:all .2s ease;cursor:pointer;font-family:inherit;box-sizing:border-box}.sub-product-add-btn:hover,.sub-purchase-btn:hover:not(:disabled),.sub-qty-btn:hover,.sub-day-select:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001f}.sub-product-add-btn:active,.sub-purchase-btn:active:not(:disabled),.sub-qty-btn:active,.sub-day-select:active{transform:translateY(0);box-shadow:0 1px 3px #00000014}.sub-product-add-btn:focus,.sub-purchase-btn:focus:not(:disabled),.sub-qty-btn:focus,.sub-day-select:focus{outline:none;box-shadow:0 0 0 3px #1a1a1a1a,0 2px 8px #0000001f}.sub-product-add-btn{width:100%;padding:.875rem 1.25rem;background:#1a1a1a;color:#fff;border:none;font-size:.9375rem;margin-top:auto;position:relative;overflow:hidden}.sub-product-add-btn:hover{background:#333;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.sub-product-add-btn:active{transform:translateY(0)}.sub-product-card.product-added .sub-product-add-btn{background:var(--primary-color)}.sub-product-added-feedback{position:absolute;top:1.5rem;right:1.5rem;background:var(--primary-color);color:#fff;padding:.5rem .75rem;border-radius:6px;font-size:.8125rem;font-weight:500;display:flex;align-items:center;gap:.375rem;animation:slideInRight .3s ease;z-index:10}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.sub-selection-area{position:sticky;top:120px}.sub-purchase-box{background:#fff;border-radius:8px;padding:0;box-shadow:0 1px 3px #0000000d;border:1px solid #e8e8e8;overflow:hidden}.sub-purchase-header{padding:1.5rem;border-bottom:1px solid #e8e8e8;background:#fafafa}.sub-purchase-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 .75rem;letter-spacing:-.02em}.sub-purchase-counter{display:flex;align-items:baseline;gap:.25rem;font-size:.9375rem;color:#666}.sub-counter-value{font-size:1.125rem;font-weight:600;color:#1a1a1a}.sub-counter-min{color:#666;font-weight:400}.sub-selected-items{min-height:200px;max-height:none;overflow-y:visible;padding:1.5rem}.sub-selected-items::-webkit-scrollbar{width:6px}.sub-selected-items::-webkit-scrollbar-track{background:#fafafa}.sub-selected-items::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px}.sub-selected-items::-webkit-scrollbar-thumb:hover{background:#b0b0b0}.sub-empty-state{text-align:center;padding:3rem 1.5rem;color:#999}.sub-empty-title{font-size:1rem;font-weight:500;margin-bottom:.5rem;color:#666}.sub-empty-text{font-size:.875rem;line-height:1.5;color:#999}.sub-selected-item{display:flex;gap:1.25rem;padding:1.5rem;background:#fff;border:1px solid #e8e8e8;border-radius:6px;margin-bottom:1rem;align-items:flex-start;transition:all .2s ease}.sub-selected-item:hover{border-color:#d0d0d0;box-shadow:0 2px 8px #00000014}.sub-selected-item:last-child{margin-bottom:0}.sub-selected-image{width:80px;height:80px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#fafafa;display:flex;align-items:center;justify-content:center;border:1px solid #f0f0f0}.sub-selected-image img{width:100%;height:100%;object-fit:cover}.sub-selected-info{flex:1;min-width:0}.sub-selected-name{font-size:.9375rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem;line-height:1.3}.sub-selected-desc-full{font-size:.875rem;color:#666;margin-bottom:1.5rem;line-height:1.75;max-height:none;overflow:visible;padding:0;word-wrap:break-word;word-break:normal;white-space:normal;display:block;width:100%;text-align:left;font-family:inherit;overflow-wrap:break-word}.sub-selected-desc-full{display:block;width:100%}.sub-selected-desc-full p,.sub-selected-desc-full div{display:block;width:100%;margin:0 0 1rem;line-height:1.75}.sub-selected-desc-full p:last-child{margin-bottom:0}.sub-selected-desc-full strong,.sub-selected-desc-full b,.sub-selected-desc-full em,.sub-selected-desc-full i,.sub-selected-desc-full span{display:inline;width:auto}.sub-selected-desc-full strong,.sub-selected-desc-full b{font-weight:600;color:#1a1a1a}.sub-selected-desc-full ul,.sub-selected-desc-full ol{margin:1rem 0;padding-left:1.5rem;display:block;width:100%}.sub-selected-desc-full li{margin-bottom:.5rem;line-height:1.7;display:list-item}.sub-selected-desc-full br{display:block;content:"";margin:.5rem 0}.sub-selected-price{font-size:.9375rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.sub-day-selector{margin-top:1.25rem;width:100%}.sub-day-selector label{display:block;font-size:.8125rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem;letter-spacing:.01em}.sub-day-select{width:100%!important;min-height:60px!important;height:60px!important;padding:1.125rem 4rem 1.125rem 1.75rem!important;border:2px solid #d0d0d0!important;border-radius:8px!important;font-size:1.0625rem!important;font-weight:500!important;color:#1a1a1a!important;background:#fff!important;background-image:url("data:image/svg+xml,%3Csvg width='24' height='14' viewBox='0 0 24 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L12 12L22 2' stroke='%231a1a1a' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 1.5rem center!important;background-size:24px!important;cursor:pointer!important;transition:all .2s ease!important;font-family:inherit!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;box-shadow:0 3px 8px #0000001f!important;display:block!important;line-height:1.5!important}.sub-day-select:hover{border-color:#1a1a1a!important;box-shadow:0 6px 16px #0000002e!important;transform:translateY(-2px)!important;background-color:#fafafa!important}.sub-day-select:focus{outline:none!important;border-color:#1a1a1a!important;box-shadow:0 0 0 4px #1a1a1a33,0 6px 16px #0000002e!important;transform:translateY(-2px)!important;background-color:#fff!important}.sub-day-select:active{transform:translateY(0)!important;box-shadow:0 3px 8px #0000001f!important}.sub-selected-controls{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;flex-shrink:0}.sub-qty-controls{display:flex;align-items:center;gap:.5rem;border:1px solid #e8e8e8;border-radius:6px;padding:.25rem;background:#fafafa}.sub-qty-btn{width:32px;height:32px;border:none;background:#fff;border-radius:6px;cursor:pointer;font-size:1.125rem;display:flex;align-items:center;justify-content:center;color:#1a1a1a;font-weight:500;box-shadow:0 1px 2px #0000000d}.sub-qty-btn:hover{background:#f0f0f0}.sub-qty-btn:active{background:#e8e8e8}.sub-qty-value{min-width:32px;text-align:center;font-weight:500;font-size:.875rem;color:#1a1a1a}.sub-remove-btn{width:28px;height:28px;border:1px solid #e8e8e8;background:#fff;color:#666;border-radius:4px;cursor:pointer;font-size:1.125rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .2s;padding:0}.sub-remove-btn:hover{background:#fee;border-color:#fcc;color:#c33}.sub-purchase-summary{padding:1.5rem;border-top:1px solid #e8e8e8;background:#fafafa}.sub-summary-total-line{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.75rem}.sub-summary-label{font-size:.9375rem;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.05em}.sub-summary-price{font-size:1.5rem;font-weight:700;color:#1a1a1a;letter-spacing:-.02em}.sub-summary-note{font-size:.8125rem;color:#999;margin:0;font-style:italic}.sub-purchase-actions{margin-top:1.5rem}.sub-purchase-actions{padding:1.5rem;border-top:1px solid #e8e8e8;background:#fff}.sub-validation-message{margin-bottom:1rem;padding:.75rem 1rem;border-radius:4px;background:#fff8e1;border:1px solid #ffc107;font-size:.875rem;line-height:1.5}.sub-validation-message.error{background:#ffebee;border-color:#ef5350}.sub-validation-text{color:#856404;margin:0}.sub-validation-message.error .sub-validation-text{color:#c62828}.sub-purchase-btn{width:100%;padding:1rem 1.5rem;background:#1a1a1a;color:#fff;border:none;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;letter-spacing:.02em;text-transform:uppercase}.sub-purchase-btn:hover:not(:disabled){background:#333}.sub-purchase-btn:disabled{background:#e8e8e8;color:#999;cursor:not-allowed;transform:none!important;box-shadow:none!important}.sub-trust{background:var(--bg-light);padding:3rem 0;margin-top:4rem}.sub-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.sub-trust-item{text-align:center}.sub-trust-item h4{font-size:1rem;color:var(--text-dark);font-weight:600}.sub-no-products{text-align:center;padding:3rem;color:var(--text-light)}@media (max-width: 1024px){.sub-layout{grid-template-columns:1fr;gap:2rem}.sub-selection-area{position:static}.sub-purchase-box{position:sticky;bottom:0;border-radius:8px 8px 0 0;box-shadow:0 -2px 12px #0000001a}.sub-trust-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.subscription-page-new{padding:0;background:#fff}.sub-hero{padding:2rem 1.25rem;margin-bottom:0;border-radius:0}.sub-hero-title{font-size:1.5rem;line-height:1.2}.sub-hero-text{font-size:.875rem;margin-top:.75rem}.container{padding:0}.sub-layout{display:flex;flex-direction:column;gap:0}.sub-products-area{padding:1.5rem 0!important;border-radius:0;border:none;border-bottom:1px solid #e8e8e8;box-shadow:none;background:#fff;overflow:visible!important}.sub-header{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e8e8e8}.sub-header h2{font-size:1.125rem;margin:0}.sub-counter{font-size:.875rem}.sub-counter-num{font-size:1rem}.sub-product-card{padding:1.25rem;border:1px solid #e8e8e8}.sub-product-image{margin-bottom:1rem;border-radius:6px}.sub-product-info{margin-bottom:1rem}.sub-product-name{font-size:1rem;margin-bottom:.5rem}.sub-product-price{font-size:1.0625rem}.sub-product-add-btn{width:100%;padding:1rem;font-size:.9375rem;margin-top:0}.sub-selection-area{position:sticky;bottom:0;z-index:100;background:#fff;border-top:2px solid #1a1a1a;box-shadow:0 -4px 20px #0000001a}.sub-purchase-box{border-radius:0;border:none;box-shadow:none;max-height:80vh;display:flex;flex-direction:column}.sub-purchase-header{padding:1.25rem;border-bottom:1px solid #e8e8e8;flex-shrink:0}.sub-purchase-title{font-size:1.125rem;margin-bottom:.75rem}.sub-purchase-counter{font-size:.875rem}.sub-counter-value{font-size:1rem}.sub-selected-items{padding:1.25rem;max-height:45vh;overflow-y:auto;-webkit-overflow-scrolling:touch;flex:1}.sub-selected-items::-webkit-scrollbar{width:6px}.sub-selected-items::-webkit-scrollbar-track{background:#fafafa}.sub-selected-items::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px}.sub-selected-item{flex-direction:column;align-items:stretch;gap:1.25rem;padding:1.5rem;margin-bottom:1.25rem}.sub-selected-item:last-child{margin-bottom:0}.sub-selected-image{width:100%;height:220px;border-radius:6px;align-self:center;object-fit:cover}.sub-selected-info{width:100%;display:flex;flex-direction:column;gap:.75rem}.sub-selected-name{font-size:1.0625rem;margin-bottom:0;line-height:1.3}.sub-selected-desc-full{font-size:.875rem;line-height:1.75;margin-bottom:1.5rem;padding:0;word-wrap:break-word;word-break:normal;white-space:normal;display:block;width:100%;overflow-wrap:break-word}.sub-selected-desc-full p,.sub-selected-desc-full div{display:block;width:100%;margin:0 0 1rem;line-height:1.75}.sub-selected-desc-full strong,.sub-selected-desc-full b,.sub-selected-desc-full em,.sub-selected-desc-full i,.sub-selected-desc-full span{display:inline;width:auto}.sub-selected-desc-full br{display:block;margin:.5rem 0}.sub-selected-price{font-size:.9375rem;margin-bottom:1rem}.sub-day-selector{margin-top:1rem;margin-bottom:1.25rem}.sub-day-selector label{font-size:.8125rem;margin-bottom:.75rem}.sub-day-select{width:100%!important;padding:1.125rem 4rem 1.125rem 1.5rem!important;font-size:1rem!important;min-height:60px!important;height:60px!important;border-width:2px!important;border-radius:8px!important}.sub-selected-controls{flex-direction:row;justify-content:space-between;align-items:center;width:100%;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #f0f0f0}.sub-qty-controls{flex:1;justify-content:center;max-width:220px}.sub-qty-btn{width:48px;height:48px;font-size:1.25rem;min-width:48px;border-radius:6px}.sub-qty-value{min-width:48px;font-size:1.0625rem;font-weight:500}.sub-remove-btn{width:48px;height:48px;font-size:1.5rem;min-width:48px;border-radius:6px}.sub-purchase-summary{padding:1.25rem;border-top:1px solid #e8e8e8;flex-shrink:0}.sub-summary-total-line{margin-bottom:.5rem}.sub-summary-label{font-size:.875rem}.sub-summary-price{font-size:1.5rem}.sub-summary-note{font-size:.75rem;margin-top:.5rem}.sub-purchase-actions{padding:1.25rem;border-top:1px solid #e8e8e8;flex-shrink:0;background:#fafafa}.sub-validation-message{margin-bottom:1rem;padding:.875rem 1rem;font-size:.875rem}.sub-purchase-btn{width:100%;padding:1.125rem 1.5rem;font-size:.9375rem;min-height:52px}.sub-trust{padding:2rem 1.25rem;margin-top:2rem}.sub-trust-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.sub-trust-icon{font-size:2rem}.sub-trust-item h4{font-size:.875rem}.sub-side-banner{display:none}}.subscription-builder-premium{padding:0;min-height:100vh;background:#fff}.sub-hero-premium{background:linear-gradient(135deg,#2d5016,#1a3a0a);color:#fff;padding:2rem 0;text-align:center;background-size:cover;background-position:center;position:relative}.sub-hero-premium:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d}.sub-hero-premium .container{position:relative;z-index:1}.sub-hero-title-premium{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#fff;letter-spacing:-.02em}.sub-hero-text-premium{font-size:1rem;opacity:.95;max-width:600px;margin:0 auto}.sub-layout-premium{display:grid;grid-template-columns:1fr 480px;gap:2rem;padding:1.5rem 0;align-items:start}.sub-products-section{padding:1rem 0}.sub-products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #f0f0f0}.sub-products-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.02em}.sub-counter-premium{display:flex;align-items:baseline;gap:.5rem;font-size:1rem}.sub-counter-number{font-size:1.5rem;font-weight:700;color:#2d5016}.sub-counter-text{color:#666;font-weight:500}.sub-products-grid-premium{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.sub-product-card-premium{background:#fff;border:2px solid #f0f0f0;border-radius:12px;padding:1.25rem;transition:all .3s ease;position:relative;display:flex;flex-direction:column;cursor:pointer}.sub-product-card-premium:hover{border-color:#2d5016;box-shadow:0 4px 12px #2d501626;transform:translateY(-2px)}.sub-product-card-premium.product-added{border-color:#2d5016;background:#f8fff9;box-shadow:0 0 0 3px #2d50161a}.sub-product-image-wrapper{position:relative;width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;margin-bottom:1rem;background:#fafafa;display:flex;align-items:center;justify-content:center}.sub-product-image-wrapper img{width:100%;height:100%;object-fit:cover}.sub-product-placeholder{font-size:4rem;opacity:.3}.sub-product-badge{position:absolute;top:.75rem;right:.75rem;background:#2d5016;color:#fff;padding:.375rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.sub-product-info-premium{margin-bottom:1rem;flex:1}.sub-product-name-premium{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem;line-height:1.3}.sub-product-details-premium{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.5rem}.sub-product-price-premium{font-size:1.25rem;font-weight:700;color:#2d5016}.sub-product-volume-premium{font-size:.875rem;font-weight:500;color:#666;background:linear-gradient(135deg,#f8f9fa,#fff);padding:.375rem .75rem;border-radius:20px;border:1px solid #e8e8e8;white-space:nowrap;letter-spacing:.02em}.sub-product-add-btn-premium{width:100%;padding:.875rem 1.25rem;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:auto}.sub-product-add-btn-premium:hover{background:#2d5016;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.sub-product-card-premium.product-added .sub-product-add-btn-premium{background:#2d5016}.sub-product-added-feedback{position:absolute;top:1rem;left:1rem;background:#2d5016;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;display:none;align-items:center;gap:.5rem;z-index:10}.sub-product-added-feedback .check-icon{font-size:1rem}.sub-selection-panel-premium{position:sticky;top:2rem;background:#fff;border:2px solid #f0f0f0;border-radius:16px;padding:1rem;box-shadow:0 4px 20px #00000014;max-height:none;display:flex;flex-direction:column}.sub-selection-header-premium{margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid #f0f0f0}.sub-selection-title-premium{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.25rem;letter-spacing:-.02em}.sub-selection-counter{display:flex;align-items:baseline;gap:.5rem;font-size:.9375rem}.sub-selection-count{font-size:1.25rem;font-weight:700;color:#2d5016}.sub-selection-min{color:#666}.sub-selected-items-container{flex:none;overflow-y:visible;overflow-x:hidden;margin-bottom:1rem;min-height:auto;max-height:none}.sub-empty-state-premium{text-align:center;padding:2rem 1rem;color:#999}.sub-empty-title-premium{font-size:1.125rem;font-weight:600;color:#666;margin-bottom:.5rem}.sub-empty-text-premium{font-size:.875rem;line-height:1.6}.sub-selected-item-premium{background:linear-gradient(135deg,#fff,#fafbfc);border:1px solid #e8e8e8;border-radius:16px;padding:1.25rem;margin-bottom:1rem;display:flex;gap:1.25rem;box-shadow:0 4px 20px #00000014,0 1px 3px #0000000d;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:visible}.sub-selected-item-premium:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#2d5016,#4a7c59);opacity:0;transition:opacity .4s ease}.sub-selected-item-premium:hover{border-color:#2d5016;box-shadow:0 8px 32px #2d501626,0 4px 12px #0000001a;transform:translateY(-4px)}.sub-selected-item-premium:hover:before{opacity:1}.sub-selected-item-image-wrapper-premium{position:relative;flex-shrink:0;width:110px;height:110px;border-radius:14px;overflow:hidden;background:linear-gradient(135deg,#f8f9fa,#fff);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0000001a,inset 0 1px #fffc;border:1px solid rgba(45,80,22,.1);transition:all .4s cubic-bezier(.4,0,.2,1)}.sub-selected-item-premium:hover .sub-selected-item-image-wrapper-premium{transform:scale(1.05) rotate(2deg);box-shadow:0 6px 24px #2d501633,inset 0 1px #ffffffe6;border-color:#2d501633}.sub-selected-item-image-wrapper-premium img{width:90%;height:90%;object-fit:contain;object-position:center;transition:transform .4s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 2px 8px rgba(0,0,0,.1))}.sub-selected-item-premium:hover .sub-selected-item-image-wrapper-premium img{transform:scale(1.08)}.sub-selected-item-volume-badge-premium{position:absolute;bottom:6px;right:6px;font-size:.6875rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#2d5016,#4a7c59);padding:.25rem .5rem;border-radius:12px;box-shadow:0 2px 8px #2d50164d;letter-spacing:.05em;text-transform:uppercase;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sub-selected-item-content-premium{flex:1;display:flex;flex-direction:column;gap:.625rem;min-width:0;overflow:visible}.sub-selected-item-top-premium{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.sub-selected-item-title-section-premium{flex:1;min-width:0}.sub-selected-item-name-premium{font-size:1.125rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem;line-height:1.3;letter-spacing:-.01em}.sub-selected-item-price-premium{font-size:1.5rem;font-weight:800;color:#2d5016;margin:0;line-height:1;letter-spacing:-.02em;background:linear-gradient(135deg,#2d5016,#4a7c59);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sub-selected-item-desc-compact-premium{font-size:.75rem;color:#666;line-height:1.6;margin:0;word-wrap:break-word;white-space:normal;overflow-wrap:break-word;text-align:left;padding:.625rem .875rem .625rem 2.25rem;background:linear-gradient(135deg,#2d501608,#ffffff80);border-radius:10px;border:1px solid rgba(45,80,22,.08);display:block;overflow:visible;box-shadow:inset 0 1px 2px #00000008;letter-spacing:.01em;position:relative;max-height:none;min-height:auto}.sub-selected-item-desc-compact-premium:before{content:'"';position:absolute;top:.5rem;left:.875rem;font-size:1.75rem;color:#2d501640;font-family:Georgia,serif;line-height:1;font-weight:700}.sub-selected-item-desc-premium p{margin:0 0 .75rem;line-height:1.7}.sub-selected-item-desc-premium p:last-child{margin-bottom:0}.sub-day-selector-premium{margin-bottom:1rem}.sub-day-selector-premium label{display:block;font-size:.75rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.1em;text-align:center}.sub-day-select-premium{width:100%;min-height:56px;padding:1rem 3.5rem 1rem 1.5rem;border:2px solid #e8e8e8;border-radius:8px;font-size:1rem;font-weight:500;color:#1a1a1a;background:#fff;background-image:url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L10 10L18 2' stroke='%231a1a1a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.25rem center;background-size:20px;cursor:pointer;transition:all .2s ease;appearance:none;-webkit-appearance:none;-moz-appearance:none}.sub-day-select-premium.error-state{border-color:#dc2626!important;border-width:2px!important;background-color:#fef2f2!important;box-shadow:0 0 0 3px #dc26261a!important}.sub-day-select-premium.error-state:focus{border-color:#dc2626!important;box-shadow:0 0 0 3px #dc262633!important}.sub-day-select-premium:hover{border-color:#2d5016;box-shadow:0 2px 8px #2d501626}.sub-day-select-premium:focus{outline:none;border-color:#2d5016;box-shadow:0 0 0 3px #2d50161a}.sub-qty-controls-premium{display:flex;align-items:center;gap:1rem;border:2px solid #e8e8e8;border-radius:10px;padding:.625rem;background:#fff;justify-content:center;box-shadow:0 2px 4px #0000000d}.sub-qty-btn-premium{width:40px;height:40px;border:none;background:#f0f0f0;border-radius:8px;cursor:pointer;font-size:1.375rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#1a1a1a;font-weight:700;box-shadow:0 2px 4px #0000000d}.sub-qty-btn-premium:hover{background:#2d5016;color:#fff;transform:translateY(-1px);box-shadow:0 4px 8px #2d501633}.sub-qty-btn-premium:active{transform:translateY(0)}.sub-qty-value-premium{min-width:50px;text-align:center;font-size:1.125rem;font-weight:700;color:#1a1a1a}.sub-remove-btn-premium{width:32px;height:32px;border:none;background:#dc26261a;color:#dc2626;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0;padding:0;box-shadow:0 2px 4px #dc26261a}.sub-remove-btn-premium:hover{background:#dc2626;color:#fff;transform:scale(1.1) rotate(90deg);box-shadow:0 4px 12px #dc26264d}.sub-remove-btn-premium svg{width:14px;height:14px}.sub-remove-btn-premium:hover{background:#fcc;transform:translateY(-1px);box-shadow:0 4px 8px #c003}.sub-day-selectors-section-premium{padding:1.5rem 0;border-top:2px solid #f0f0f0;margin-bottom:0}.sub-day-section-title{font-size:1.125rem;font-weight:700;color:#1a1a1a;margin-bottom:1.25rem;text-align:center;letter-spacing:.02em}.sub-day-selectors-list-premium{display:flex;flex-direction:column;gap:1rem}.sub-day-selector-item-premium{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;background:#fafafa;border:2px solid #e8e8e8;border-radius:12px;transition:all .2s ease}.sub-day-selector-item-premium:hover{background:#f5f5f5;border-color:#2d5016;box-shadow:0 2px 8px #2d50161a}.sub-day-product-info-premium{display:flex;align-items:center;gap:.5rem}.sub-day-product-name-premium{font-size:1rem;font-weight:600;color:#1a1a1a}.sub-quantity-controls-section-premium{padding:1.5rem 0;border-top:2px solid #f0f0f0;margin-bottom:0}.sub-quantity-section-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;text-align:center;letter-spacing:.02em}.sub-quantity-controls-list-premium{display:flex;flex-direction:column;gap:.75rem}.sub-quantity-control-item-premium{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;background:#fafafa;border:1px solid #e8e8e8;border-radius:10px;transition:all .2s ease}.sub-quantity-control-item-premium:hover{background:#f5f5f5;border-color:#2d5016}.sub-quantity-product-info{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.sub-quantity-product-name{font-size:.9375rem;font-weight:600;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sub-quantity-product-price{font-size:.8125rem;color:#666;font-weight:500}.sub-summary-premium{padding:.75rem 0;border-top:2px solid #f0f0f0;margin-bottom:.75rem;margin-top:0}.sub-summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.sub-summary-row:last-child{margin-bottom:0}.sub-summary-label{font-size:.9375rem;color:#666;font-weight:500}.sub-summary-value{font-size:1.125rem;font-weight:600;color:#1a1a1a}.sub-summary-total{padding-top:1rem;border-top:1px solid #e8e8e8;margin-top:.75rem}.sub-summary-price{font-size:1.5rem;font-weight:700;color:#2d5016}.sub-checkout-section-premium{margin-top:auto}.sub-validation-message-premium{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:1rem;margin-bottom:1rem;font-size:.875rem;color:#856404;text-align:center}.sub-checkout-btn-premium{width:100%;padding:1.25rem 1.5rem;background:#1a1a1a;color:#fff;border:none;border-radius:10px;font-size:1.0625rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}.sub-checkout-btn-premium:hover:not(:disabled){background:#2d5016;transform:translateY(-2px);box-shadow:0 6px 20px #2d50164d}.sub-checkout-btn-premium:disabled{background:#e8e8e8;color:#999;cursor:not-allowed;transform:none;box-shadow:none}.sub-trust-badges-premium{background:#fafafa;padding:2rem 0;margin-top:2rem}.sub-trust-grid-premium{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.sub-trust-item-premium{text-align:center}.sub-trust-icon{font-size:2.5rem;margin-bottom:.75rem}.sub-trust-item-premium h4{font-size:1rem;font-weight:600;color:#1a1a1a}@media (max-width: 1024px){.sub-layout-premium{grid-template-columns:1fr;gap:2rem}.sub-selection-panel-premium{position:static;max-height:none}.sub-products-grid-premium{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 749px){.sub-hero-premium{padding:2.5rem 1rem}.sub-hero-title-premium{font-size:1.75rem;line-height:1.2;margin-bottom:.75rem}.sub-hero-text-premium{font-size:.9375rem;line-height:1.5}.sub-layout-premium{grid-template-columns:1fr;gap:0;padding:0}.sub-products-section{padding:1.5rem 1rem 2rem!important;background:#fff;overflow-x:hidden!important;overflow-y:visible!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.sub-products-header{margin-bottom:1.5rem;padding:0!important;padding-bottom:1rem!important;width:100%!important;box-sizing:border-box!important}.sub-products-title{font-size:1.75rem!important;margin-bottom:.75rem!important;font-weight:700!important}.sub-counter-premium{font-size:1rem!important}.sub-counter-number{font-size:1.5rem!important}.sub-products-grid-premium{display:grid!important;grid-template-columns:repeat(2,1fr)!important;grid-template-rows:auto!important;gap:1rem!important;overflow-x:hidden!important;overflow-y:visible!important;padding:0!important;margin:0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.sub-product-card-premium{width:100%!important;max-width:100%!important;min-width:0!important;padding:1rem!important;margin:0!important;border:2px solid #e8e8e8!important;border-radius:12px!important;box-shadow:0 2px 8px #00000014!important;display:flex!important;flex-direction:column!important;box-sizing:border-box!important;background:#fff!important}.sub-product-image-wrapper{width:100%!important;max-width:100%!important;margin-bottom:.75rem!important;border-radius:10px!important;overflow:hidden!important;aspect-ratio:1!important;flex-shrink:0!important;box-sizing:border-box!important}.sub-product-image-wrapper img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.sub-product-name-premium{font-size:.875rem!important;line-height:1.4!important;margin-bottom:.5rem!important;word-wrap:break-word!important;overflow-wrap:break-word!important;font-weight:600!important;color:#1a1a1a!important;min-height:2.45rem!important;display:-webkit-box!important;-webkit-line-clamp:2!important;line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important}.sub-product-details-premium{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:.5rem!important;margin-top:.25rem!important;margin-bottom:.75rem!important}.sub-product-price-premium{font-size:.9375rem!important;margin-bottom:0!important;font-weight:700!important;color:#2d5016!important}.sub-product-volume-premium{font-size:.75rem!important;font-weight:500!important;color:#666!important;background:linear-gradient(135deg,#f8f9fa,#fff)!important;padding:.25rem .625rem!important;border-radius:16px!important;border:1px solid #e8e8e8!important;white-space:nowrap!important;letter-spacing:.02em!important}.sub-product-add-btn-premium{width:100%!important;padding:.625rem .75rem!important;font-size:.8125rem!important;min-height:36px!important;border-radius:8px!important;margin-top:auto!important;box-sizing:border-box!important;font-weight:600!important;border:none!important;background:#1a1a1a!important;color:#fff!important;cursor:pointer!important}.sub-selection-panel-premium{position:sticky!important;top:0!important;width:100%!important;max-width:100%!important;min-width:0!important;max-height:none!important;min-height:auto!important;border-radius:0 0 20px 20px!important;box-shadow:0 6px 24px #0003!important;border:none!important;border-bottom:4px solid #2d5016!important;padding:1.5rem 1rem!important;margin:0!important;margin-bottom:1.5rem!important;background:#fff!important;box-sizing:border-box!important;z-index:100!important;overflow-y:visible!important;overflow-x:hidden!important;display:flex!important;flex-direction:column!important}.sub-selection-panel-premium::-webkit-scrollbar{width:8px!important;display:block!important}.sub-selection-panel-premium::-webkit-scrollbar-track{background:#f5f5f5!important;border-radius:4px!important}.sub-selection-panel-premium::-webkit-scrollbar-thumb{background:#2d5016!important;border-radius:4px!important}.sub-selection-panel-premium::-webkit-scrollbar-thumb:hover{background:#1a3a0a!important}.sub-selection-header-premium{margin-bottom:1.25rem!important;padding-bottom:1rem!important;border-bottom:3px solid #f0f0f0!important;flex-shrink:0!important}.sub-selection-title-premium{font-size:1.5rem!important;line-height:1.3!important;margin-bottom:.75rem!important;word-wrap:break-word;overflow-wrap:break-word;font-weight:700!important}.sub-selection-counter{font-size:.9375rem!important;display:flex!important;align-items:baseline!important;gap:.5rem!important}.sub-selection-count{font-size:1.25rem!important;font-weight:700!important}.sub-selected-items-container{margin-bottom:1.5rem!important;overflow-x:hidden!important;overflow-y:visible!important;width:100%!important;padding:0!important;display:flex!important;flex-direction:column!important;gap:1rem!important;box-sizing:border-box!important}.sub-selected-item-premium{width:100%!important;max-width:100%!important;min-width:0!important;padding:1rem!important;margin:0 0 1rem!important;border-radius:16px!important;box-shadow:0 4px 20px #00000014,0 1px 3px #0000000d!important;display:flex!important;flex-direction:row!important;gap:1rem!important;align-items:flex-start!important;box-sizing:border-box!important;background:linear-gradient(135deg,#fff,#fafbfc)!important;border:1px solid #e8e8e8!important;flex-shrink:0!important;position:relative!important}.sub-selected-item-premium:before{width:3px!important}.sub-selected-item-image-wrapper-premium{width:90px!important;height:90px!important;flex-shrink:0!important;border-radius:12px!important}.sub-selected-item-image-wrapper-premium img{width:90%!important;height:90%!important}.sub-selected-item-volume-badge-premium{bottom:4px!important;right:4px!important;font-size:.625rem!important;padding:.2rem .4rem!important;border-radius:10px!important}.sub-selected-item-content-premium{flex:1!important;min-width:0!important;display:flex!important;flex-direction:column!important;gap:.625rem!important}.sub-selected-item-top-premium{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:.5rem!important}.sub-selected-item-title-section-premium{flex:1!important;min-width:0!important}.sub-selected-item-name-premium{font-size:1rem!important;font-weight:700!important;margin-bottom:.375rem!important;line-height:1.3!important}.sub-selected-item-price-premium{font-size:1.375rem!important;font-weight:800!important;line-height:1!important}.sub-remove-btn-premium{width:28px!important;height:28px!important}.sub-remove-btn-premium svg{width:12px!important;height:12px!important}.sub-selected-item-header-premium{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:.5rem!important;margin-bottom:.75rem!important;flex-wrap:wrap!important;width:100%!important}.sub-selected-item-name-premium{font-size:1.125rem!important;line-height:1.4!important;margin:0!important;font-weight:600!important;color:#1a1a1a!important;word-wrap:break-word!important;overflow-wrap:break-word!important;white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2!important;line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;flex:1!important;min-width:0!important}.sub-selected-item-volume-premium{font-size:.75rem!important;font-weight:600!important;color:#2d5016!important;background:linear-gradient(135deg,#f0f9f2,#e8f5e9)!important;padding:.3125rem .75rem!important;border-radius:14px!important;border:1.5px solid #c8e6c9!important;display:inline-block!important;margin:0!important;letter-spacing:.03em!important;text-transform:uppercase!important;box-shadow:0 2px 4px #2d501614!important;white-space:nowrap!important;flex-shrink:0!important}.sub-selected-item-price-premium{font-size:1.375rem!important;font-weight:700!important;color:#2d5016!important;margin:0!important;padding:.5rem 0!important}.sub-selected-item-desc-compact-premium{padding:.5rem .75rem .5rem 2rem!important;margin:0!important;font-size:.6875rem!important;line-height:1.5!important;background:linear-gradient(135deg,#2d501608,#ffffff80)!important;border-radius:10px!important;border:1px solid rgba(45,80,22,.08)!important;max-height:none!important;min-height:auto!important;overflow-y:visible!important;overflow:visible!important;word-wrap:break-word!important;overflow-wrap:break-word!important;white-space:normal!important;box-sizing:border-box!important;display:block!important;box-shadow:inset 0 1px 2px #00000008!important;letter-spacing:.01em!important;color:#666!important}.sub-selected-item-desc-compact-premium:before{top:.375rem!important;left:.75rem!important;font-size:1.5rem!important}.sub-selected-item-content-premium,.sub-selected-item-premium{overflow:visible!important}.sub-selected-item-desc-premium p{margin:0 0 .5rem!important;line-height:1.6!important;font-size:.8125rem!important;white-space:normal!important;word-break:normal!important}.sub-selected-item-desc-premium p:last-child{margin-bottom:0!important}.sub-day-selector-premium{width:100%!important;margin:0 0 .75rem!important}.sub-day-selector-premium label{display:block!important;font-size:.75rem!important;font-weight:600!important;margin-bottom:.5rem!important;color:#1a1a1a!important;text-transform:uppercase!important;letter-spacing:.05em!important}.sub-day-select-premium{width:100%!important;min-height:48px!important;padding:.75rem 2.75rem .75rem 1rem!important;font-size:.9375rem!important;border-radius:10px!important;box-sizing:border-box!important;border:2px solid #e8e8e8!important;font-weight:500!important;background:#fff!important}.sub-day-select-premium.error-state{border-color:#dc2626!important;background-color:#fef2f2!important;box-shadow:0 0 0 3px #dc26261a!important}.sub-item-controls-premium{width:100%!important;padding:1rem 0 0!important;margin:0!important;border-top:2px solid #f0f0f0!important;display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:1rem!important;box-sizing:border-box!important}.sub-qty-controls-premium{flex:0 0 auto!important;gap:1rem!important;padding:.5rem!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;background:#fafafa!important;border:2px solid #e8e8e8!important}.sub-qty-btn-premium{width:44px!important;height:44px!important;font-size:1.375rem!important;border-radius:8px!important;flex-shrink:0!important;box-sizing:border-box!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}.sub-qty-value-premium{min-width:44px!important;font-size:1.125rem!important;text-align:center!important;flex-shrink:0!important;font-weight:700!important}.sub-remove-btn-premium{position:absolute!important;top:1rem!important;right:1rem!important;width:40px!important;height:40px!important;font-size:1.5rem!important;border-radius:50%!important;flex-shrink:0!important;box-sizing:border-box!important;padding:0!important;line-height:1!important;background:#fff!important;border:2px solid #e8e8e8!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:10!important;box-shadow:0 2px 8px #0000001a!important}.sub-remove-btn-premium:hover{background:#fee!important;border-color:#f44!important;color:#f44!important}.sub-quantity-controls-section-premium{width:100%!important;padding:1rem 0!important;margin-bottom:0!important;border-top:2px solid #f0f0f0!important;box-sizing:border-box!important}.sub-quantity-section-title{font-size:.9375rem!important;font-weight:600!important;margin-bottom:.875rem!important;text-align:center!important}.sub-quantity-controls-list-premium{display:flex!important;flex-direction:column!important;gap:.625rem!important}.sub-quantity-control-item-premium{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:.75rem!important;padding:.75rem!important;background:#fafafa!important;border:1px solid #e8e8e8!important;border-radius:10px!important;box-sizing:border-box!important}.sub-quantity-product-info{display:flex!important;flex-direction:column!important;gap:.25rem!important;flex:1!important;min-width:0!important}.sub-quantity-product-name{font-size:.875rem!important;font-weight:600!important;color:#1a1a1a!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.sub-quantity-product-price{font-size:.75rem!important;color:#666!important;font-weight:500!important}.sub-day-selectors-section-premium{width:100%!important;padding:1.25rem 0!important;margin-bottom:0!important;border-top:2px solid #f0f0f0!important;box-sizing:border-box!important}.sub-day-section-title{font-size:1rem!important;font-weight:700!important;margin-bottom:1rem!important;text-align:center!important}.sub-day-selectors-list-premium{display:flex!important;flex-direction:column!important;gap:.875rem!important}.sub-day-selector-item-premium{display:flex!important;flex-direction:column!important;gap:.625rem!important;padding:1rem!important;background:#fafafa!important;border:2px solid #e8e8e8!important;border-radius:12px!important;box-sizing:border-box!important}.sub-day-product-info-premium{display:flex!important;align-items:center!important;gap:.5rem!important}.sub-day-product-name-premium{font-size:.9375rem!important;font-weight:600!important;color:#1a1a1a!important}.sub-day-selector-premium{margin-bottom:0!important}.sub-day-selector-premium label{font-size:.6875rem!important;margin-bottom:.625rem!important}.sub-day-select-premium{min-height:52px!important;padding:.875rem 2.75rem .875rem 1.25rem!important;font-size:.9375rem!important}.sub-selected-item-price-wrapper-premium{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:.5rem!important;margin-top:.75rem!important;margin-bottom:.5rem!important}.sub-selected-item-price-premium{flex:1!important;font-size:1.25rem!important;padding:.5rem .75rem!important}.sub-remove-btn-premium{width:32px!important;height:32px!important;font-size:1.125rem!important;border:2px solid #fee!important;background:#fee!important;color:#c00!important;border-radius:8px!important;flex-shrink:0!important}.sub-summary-premium{width:100%!important;padding:1.25rem 0!important;margin-bottom:1.25rem!important;border-top:3px solid #f0f0f0!important;box-sizing:border-box!important;flex-shrink:0!important;margin-top:0!important}.sub-summary-row{width:100%!important;display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:.875rem!important;box-sizing:border-box!important}.sub-summary-label{font-size:.9375rem!important;font-weight:600!important}.sub-summary-value{font-size:1rem!important;font-weight:600!important}.sub-summary-price{font-size:1.5rem!important;font-weight:700!important;color:#2d5016!important}.sub-checkout-section-premium{width:100%!important;padding-top:0!important;border-top:3px solid #f0f0f0!important;box-sizing:border-box!important;position:sticky!important;bottom:0!important;background:#fff!important;padding-bottom:.75rem!important;margin-top:1.25rem!important;flex-shrink:0!important}.sub-validation-message-premium{width:100%!important;margin-bottom:1rem!important;box-sizing:border-box!important;font-size:.875rem!important;padding:1rem!important;border-radius:10px!important;background:#fff3cd!important;border:2px solid #ffc107!important;color:#856404!important;text-align:center!important;font-weight:500!important}.sub-checkout-btn-premium{width:100%!important;padding:1.125rem 1.5rem!important;font-size:1rem!important;min-height:52px!important;border-radius:12px!important;box-sizing:border-box!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.05em!important}.sub-trust-badges-premium{padding:2rem 1rem!important;margin-top:2rem!important;box-sizing:border-box!important}.sub-trust-grid-premium{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important;padding:0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.sub-trust-item-premium{width:100%!important;box-sizing:border-box!important}.sub-trust-icon{font-size:2rem!important}.sub-trust-item-premium h4{font-size:.875rem!important;word-wrap:break-word;overflow-wrap:break-word}.container{padding:0 1rem!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.sub-hero-premium{padding:2.5rem 1rem!important;box-sizing:border-box!important}.sub-hero-premium .container{padding:0!important}.sub-layout-premium{width:100%!important;max-width:100%!important;padding:0!important;margin:0!important;box-sizing:border-box!important}.sub-products-section{width:100%!important;padding:1.5rem 1rem 2rem!important;box-sizing:border-box!important}.as-group img,.as-products img{max-height:140px!important;height:auto!important;width:100%!important;object-fit:contain!important;margin-bottom:.75rem!important}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/theme.css.map */
