:root{--footer-hue: 27;--footer-sat: 69%;--footer-white: hsl(0, 0%, 100%);--footer-forest-primary: #00563f;--footer-forest-light: rgba(0, 86, 63, .2);--footer-forest-border: rgba(0, 86, 63, .6);--footer-border-color: #333333;--footer-background-dark: #0a0a0a;--footer-card-background: #1a1a1a;--footer-text-primary: rgba(255, 255, 255, .95);--footer-text-secondary: rgba(255, 255, 255, .7);--footer-link-hover: #00563f}.footer-bento{background:#0a0a0a;background:linear-gradient(180deg,#0a0a0af2,#141414cc 30%,#0f0f0fe6 50%,#0a0a0a);padding:3rem 0 1rem;position:relative;overflow:hidden;min-height:400px}.footer-bento:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,var(--footer-emerald-border) 50%,transparent 100%);opacity:.3}.footer-bento-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:0 1.5rem;max-width:1400px;margin:0 auto;font-size:clamp(1.225rem,1.155rem + .35vw,1.4rem)}.footer-card{display:flex;flex-direction:column;position:relative;padding:2rem;border-radius:20px;background:#1a1a1a;color:#fffffff2;border:1px solid rgba(51,51,51,1);border:1px solid var(--footer-border-color);background:var(--footer-card-background);color:var(--footer-text-primary);font-weight:300;overflow:hidden;transition:all .3s ease;min-height:280px;--glow-x: 50%;--glow-y: 50%;--glow-intensity: 0;--glow-radius: 200px}.footer-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026;border-color:var(--footer-forest-primary)}.footer-card__header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,128,83,.1)}.footer-card__title{font-size:1.75rem;font-weight:400;color:var(--footer-white);margin:0;display:flex;align-items:center;gap:.5rem}.footer-card__icon{width:24px;height:24px;fill:var(--footer-emerald-primary)}.footer-card--brand{min-height:420px;padding:2rem;display:flex;flex-direction:column;overflow:visible}.footer-card--brand .footer-card__header{margin-bottom:1rem;padding-bottom:.75rem}.footer-card--brand .brand-logo{max-width:160px;margin-bottom:1rem;filter:brightness(0) invert(1);opacity:.9;transition:opacity .3s ease}.footer-card--brand:hover .brand-logo{opacity:1}.footer-card--brand .brand-description{font-size:1.225rem;line-height:1.5;color:var(--footer-text-secondary);margin-bottom:1rem}.footer-quick-stats{display:flex;justify-content:space-between;padding:.75rem 0;margin-bottom:1rem;border-top:1px solid rgba(0,128,83,.1);border-bottom:1px solid rgba(0,128,83,.1)}.footer-stat-item{display:flex;align-items:center;gap:.5rem;font-size:1.1375rem;color:var(--footer-text-primary)}.footer-stat-icon{width:20px;height:20px;fill:var(--footer-emerald-primary)}.footer-value-props{display:grid;grid-template-columns:1fr;gap:.5rem;margin-bottom:1rem}.footer-value-item{display:flex;align-items:center;gap:.5rem;font-size:1.1375rem;color:var(--footer-text-secondary);padding:.25rem 0}.footer-value-check{color:var(--footer-emerald-primary);font-weight:600;font-size:1.4rem}.footer-trust-badges{display:flex;gap:.75rem;justify-content:center;margin-bottom:1rem;padding:.75rem 0;border-bottom:1px solid rgba(0,128,83,.1)}.footer-badge{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#0080530d;border:1px solid rgba(0,128,83,.1);transition:all .3s ease}.footer-badge:hover{background:#00805326;border-color:var(--footer-emerald-border);transform:scale(1.1)}.footer-badge svg{width:24px;height:24px;fill:var(--footer-emerald-primary)}.footer-payment-ship{display:flex;flex-direction:column;gap:.5rem;margin-bottom:0;font-size:1.1375rem;color:var(--footer-text-secondary)}.footer-payment-social-row{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,128,83,.1)}.footer-payment-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.footer-payment-icons{display:flex;justify-content:flex-start;gap:20px;flex:1}.footer-payment-mini{width:28px;height:18px;opacity:.8}.footer-track-order{margin-bottom:1.5rem}.footer-track-btn{width:100%;padding:.75rem 1rem;border-radius:10px;border:1px solid var(--footer-emerald-border);background:#0080531a;color:var(--footer-white);font-size:1.225rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.footer-track-btn:hover{background:var(--footer-emerald-primary);border-color:var(--footer-emerald-primary);transform:translateY(-2px);box-shadow:0 4px 12px #0080534d}.footer-card--collections{overflow:visible}.footer-card--collections .collections-grid{display:grid;gap:.75rem;position:relative;z-index:2}.footer-card--collections .collection-link{display:flex;align-items:center;padding:.75rem 1rem;border-radius:10px;background:#0080530d;border:1px solid transparent;color:var(--footer-text-primary);text-decoration:none;transition:all .3s ease;font-size:1.3125rem}.footer-card--collections .collection-link:hover{background:#00805326;border-color:var(--footer-emerald-border);transform:translate(4px);color:var(--footer-white)}.footer-card--collections .collection-link:before{content:"\2192";margin-right:.5rem;color:var(--footer-emerald-primary);font-weight:600}.footer-card--links .links-list{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.footer-card--links .link-item{margin:0}.footer-card--links .link-item a{display:inline-flex;align-items:center;padding:.5rem 0;color:var(--footer-text-secondary);text-decoration:none;transition:all .3s ease;font-size:1.3125rem;position:relative}.footer-card--links .link-item a:hover{color:var(--footer-white);transform:translate(4px)}.footer-card--links .link-item a:before{content:"";position:absolute;left:-1rem;top:50%;transform:translateY(-50%);width:4px;height:4px;background:var(--footer-emerald-primary);border-radius:50%;opacity:0;transition:opacity .3s ease}.footer-card--links .link-item a:hover:before{opacity:1}.footer-card--border-glow:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;padding:6px;background:radial-gradient(var(--glow-radius) circle at var(--glow-x) var(--glow-y),rgba(0,128,83,calc(var(--glow-intensity) * .8)) 0%,rgba(0,128,83,calc(var(--glow-intensity) * .4)) 30%,transparent 60%);border-radius:inherit;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:subtract;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;pointer-events:none;transition:opacity .3s ease;z-index:1;opacity:0}.footer-card--border-glow:hover:after{opacity:1;--glow-intensity: .6}.footer-card--border-glow:hover{box-shadow:0 4px 20px #2e184e66,0 0 30px var(--footer-emerald-glow)}.footer-newsletter{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(0,128,83,.1)}.footer-newsletter__title{font-size:1.225rem;font-weight:400;color:var(--footer-text-primary);margin-bottom:.75rem}.footer-newsletter__form{display:flex;gap:.5rem}.footer-newsletter__input{flex:1;padding:.625rem 1rem;border-radius:10px;border:1px solid var(--footer-border-color);background:#0080530d;color:var(--footer-white);font-size:1.225rem;transition:all .3s ease}.footer-newsletter__input:focus{outline:none;border-color:var(--footer-emerald-primary);background:#0080531a}.footer-newsletter__button{padding:.625rem 1.25rem;border-radius:10px;border:1px solid var(--footer-emerald-border);background:var(--footer-emerald-primary);color:var(--footer-white);font-size:1.225rem;font-weight:500;cursor:pointer;transition:all .3s ease}.footer-newsletter__button:hover{background:var(--footer-emerald-border);transform:translateY(-1px);box-shadow:0 4px 12px #0080534d}.footer-bottom-bar{margin-top:3rem;padding:1.5rem;border-top:1px solid rgba(0,86,63,.1);background:#050505cc}.footer-bottom-wrapper{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright{font-size:1.1375rem;color:var(--footer-text-secondary)}.footer-copyright a{color:var(--footer-text-secondary);text-decoration:none;transition:color .3s ease}.footer-copyright a:hover{color:var(--footer-white)}.footer-policies{margin-left:.5rem}.footer-policies a{color:var(--footer-text-secondary);text-decoration:none;transition:color .3s ease}.footer-policies a:hover{color:var(--footer-emerald-primary)}.footer-payment-methods{display:flex;gap:.5rem;align-items:center}.footer-payment-icon{width:32px;height:20px;opacity:.7;transition:opacity .3s ease}.footer-payment-icon:hover{opacity:1}@media (max-width: 599px){.footer-bento-grid{grid-template-columns:1fr;padding:0 1rem;gap:1rem}.footer-card{min-height:auto;padding:1.5rem}.footer-bottom-wrapper{flex-direction:column;text-align:center}.footer-newsletter__form{flex-direction:column}.footer-newsletter__button{width:100%}.footer-quick-stats{flex-direction:column;gap:.5rem;text-align:center}.footer-payment-social-row{flex-direction:column;gap:1rem}.footer-payment-icons{justify-content:center}}@media (min-width: 600px) and (max-width: 1023px){.footer-bento-grid{grid-template-columns:repeat(2,1fr)}.footer-card--brand{grid-column:span 2}}@media (min-width: 1024px){.footer-bento-grid{grid-template-columns:repeat(3,1fr)}}@keyframes glow-pulse{0%{--glow-intensity: .3}50%{--glow-intensity: .6}to{--glow-intensity: .3}}.footer-card--glow-animated:hover:after{animation:glow-pulse 2s ease-in-out infinite}.footer-card a:focus-visible,.footer-newsletter__input:focus-visible,.footer-newsletter__button:focus-visible,.footer-track-btn:focus-visible{outline:2px solid var(--footer-emerald-primary);outline-offset:2px}.footer-social-glow{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(0,86,63,.1)}.social-glow-icon{display:flex;justify-content:center;align-items:center;width:60px;height:60px;background:#050505e6;color:#fff;box-shadow:inset 2px 2px 8px #000c,inset -2px -2px 8px #ffffff0d,0 0 20px var(--footer-forest-primary),0 0 40px var(--footer-forest-primary),0 0 60px var(--footer-forest-primary),0 0 80px var(--footer-forest-primary),0 0 5px #00ff7fcc,0 0 10px #00ff7f99,0 0 15px #00ff7f66;border-radius:29px;border:1px solid rgba(0,255,127,.3);padding:11px;animation:animate-glow 3s linear infinite;text-shadow:0 0 5px #ffffff,0 0 10px var(--footer-forest-primary),0 0 20px var(--footer-forest-primary),0 0 40px var(--footer-forest-primary),0 0 60px var(--footer-forest-primary),0 0 80px var(--footer-forest-primary),0 0 3px rgba(0,255,127,1),0 0 6px rgba(0,255,127,.8),0 0 12px rgba(0,255,127,.6);transition:all .3s ease}.social-glow-icon svg{width:28px;height:28px;fill:#fff;filter:drop-shadow(0 0 5px rgba(0,255,127,1)) drop-shadow(0 0 10px var(--footer-forest-primary)) drop-shadow(0 0 15px var(--footer-forest-primary)) drop-shadow(0 0 20px var(--footer-forest-primary));position:relative;z-index:12}.social-glow-icon:hover{transform:scale(1.15);box-shadow:inset 2px 2px 8px #000c,inset -2px -2px 8px #ffffff1a,0 0 30px var(--footer-forest-primary),0 0 60px var(--footer-forest-primary),0 0 90px var(--footer-forest-primary),0 0 120px var(--footer-forest-primary),0 0 8px #00ff7f,0 0 15px #00ff7fcc,0 0 25px #00ff7f99;border-color:#00ff7f99}#instagram{animation-delay:0s}#twitter{animation-delay:.3s}#facebook{animation-delay:.7s}#tiktok{animation-delay:.1s}@keyframes animate-glow{0%{filter:hue-rotate(0deg) brightness(1.2) saturate(1.5)}25%{filter:hue-rotate(90deg) brightness(1.4) saturate(1.8)}50%{filter:hue-rotate(180deg) brightness(1.6) saturate(2)}75%{filter:hue-rotate(270deg) brightness(1.4) saturate(1.8)}to{filter:hue-rotate(360deg) brightness(1.2) saturate(1.5)}}@media (max-width: 599px){.footer-social-glow{gap:1rem;margin-top:1.5rem;padding-top:1.5rem}.social-glow-icon{width:50px;height:50px;padding:9px}.social-glow-icon svg{width:24px;height:24px}}@media (prefers-reduced-motion: reduce){.footer-card,.footer-card--border-glow:after,.collection-link,.link-item a,.social-icon,.social-glow-icon{transition:none}.footer-card--glow-animated:hover:after{animation:none}.social-glow-icon{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/63/assets/footer-bento-grid.css.map */
