@charset "UTF-8";@font-face{font-family:Chillax;src:url(/assets/Chillax-Variable-3OGwrkmm.woff2) format("woff2"),url(/assets/Chillax-Variable-DJzWk0KB.woff) format("woff");font-weight:200 700;font-style:normal;font-display:swap}@font-face{font-family:Chillax;src:url(/assets/Chillax-Regular-DCEovDrN.woff2) format("woff2"),url(/assets/Chillax-Regular-WYnASVe4.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Chillax;src:url(/assets/Chillax-Medium-BmL3CiFe.woff2) format("woff2"),url(/assets/Chillax-Medium-CS_sKsD0.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Chillax;src:url(/assets/Chillax-Semibold-BeOZ2uPm.woff2) format("woff2"),url(/assets/Chillax-Semibold-DsOt7cUk.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/assets/Satoshi-Variable-CFg-z2ne.woff2) format("woff2"),url(/assets/Satoshi-Variable-B5cVmYQo.woff) format("woff");font-weight:300 900;font-style:normal;font-display:swap}:root{--font-heading: "Chillax", sans-serif;--font-body: "Satoshi", sans-serif}.App{min-height:100vh;display:flex;flex-direction:column;position:relative;overflow-x:hidden}.App .nav-wrapper{position:fixed;top:0;left:0;width:100%;z-index:100}.App .overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:90;opacity:0;animation:fadeIn .3s ease forwards}.App section{width:100%;position:relative}.App .container{width:100%;max-width:var(--section-max-width);margin:0 auto;position:relative}@media screen and (max-width: 430px){.App .container{padding:0 var(--section-padding-mobile)}}.App .not-yet{display:flex;align-items:center;justify-content:center;width:100%;height:100vh;color:var(--dark-green-7);font-size:24px;text-align:center;padding:0 var(--section-padding)}@media screen and (max-width: 430px){.App .not-yet{font-size:20px;padding:0 var(--section-padding-mobile)}}@media (prefers-reduced-motion: reduce){.App .overlay{animation:none;opacity:1}}.hero-section,.products-section,.about-section,.contact-section,.footer-section{width:100%;position:relative;display:flex;flex-direction:column;align-items:center}.hero-section:not(.footer-section),.products-section:not(.footer-section),.about-section:not(.footer-section),.contact-section:not(.footer-section),.footer-section:not(.footer-section){min-height:80vh}@media screen and (max-width: 1010px){.hero-section:not(.footer-section),.products-section:not(.footer-section),.about-section:not(.footer-section),.contact-section:not(.footer-section),.footer-section:not(.footer-section){padding:calc(var(--navbar-height-mobile) + 24px) var(--section-padding) 24px}}@media screen and (max-width: 430px){.hero-section:not(.footer-section),.products-section:not(.footer-section),.about-section:not(.footer-section),.contact-section:not(.footer-section),.footer-section:not(.footer-section){padding:calc(var(--navbar-height-mobile) + 16px) var(--section-padding-mobile) 16px}}:root{--navbar-height: 80px;--navbar-height-mobile: 72px;--navbar-padding: 16px;--navbar-padding-mobile: 12px;--scrollbar-width: 0px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media print{.App .overlay{display:none}}.nav-wrapper{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .3s ease}.nav-wrapper.scrolled .nav-bar-container{padding:16px var(--section-padding)}@media screen and (max-width: 1010px){.nav-wrapper.scrolled .nav-bar-container{padding:12px var(--section-padding)}}@media screen and (max-width: 430px){.nav-wrapper.scrolled .nav-bar-container{padding:12px var(--section-padding-mobile)}}.section-spacing-top{padding-top:calc(var(--navbar-height) + 32px)}@media screen and (max-width: 1010px){.section-spacing-top{padding-top:calc(var(--navbar-height-mobile) + 24px)}}@media screen and (max-width: 430px){.section-spacing-top{padding-top:calc(var(--navbar-height-mobile) + 16px)}}.section-spacing-bottom{padding-bottom:32px}@media screen and (max-width: 1010px){.section-spacing-bottom{padding-bottom:24px}}@media screen and (max-width: 430px){.section-spacing-bottom{padding-bottom:16px}}:root{--dark-green-1: #0A5C25;--dark-green-2: #0D732F;--dark-green-3: #0F8A38;--dark-green-4: #12A141;--dark-green-5: #006622;--dark-green-6: #226600;--dark-green-7: #08451C;--dark-green-8: #339900;--light-green-1: #E8FCEF;--light-green-2: #D1FADF;--light-green-3: #BAF7CF;--light-green-4: #A3F5BE;--light-green-5: #DDFFCC;--light-green-6: #E2F0DB;--dark-purple-1: #410A5C;--dark-purple-2: #410A5C;--dark-purple-3: #610F8A;--dark-purple-4: #7112A1;--dark-purple-5: #440066;--light-purple-1: #F6E8FC;--light-purple-2: #ECD1FA;--light-purple-3: #E3BAF7;--light-purple-4: #DAA3F5;--light-purple-5: #F6E5FF;--light-purple-6: #FBF5FF;--orange: #E5801A;--dark-yellow-1: #EBEB47;--dark-yellow-1-rgb: 235, 235, 71;--light-yellow-1: #FCFCE8;--light-yellow-2: #FAFAD1;--light-yellow-3: #F9F9D2;--light-yellow-4: #F5F5A3;--error: #DC2626;--error-rgb: 220, 38, 38;--error-light: #FEE2E2;--error-light-rgb: 254, 226, 226;--error-dark: #B91C1C;--error-dark-rgb: 185, 28, 28;--leaf-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23084520' d='M128 26a102 102 0 1 0 102 102A102.12 102.12 0 0 0 128 26Zm0 192a90 90 0 1 1 90-90a90.1 90.1 0 0 1-90 90Zm38-92.5l-64 32a6 6 0 0 1-5.33-10.77L144 125.5l-47.33-23.23a6 6 0 0 1 5.33-10.77l64 32a6 6 0 0 1 0 10.77Z' opacity='0.2'/%3E%3C/svg%3E");--section-max-width: 1440px;--section-padding: 24px;--section-padding-mobile: 16px;--color-text-primary: #1C1C1C;--navbar-height: 80px;--navbar-height-laptop: 72px;--navbar-height-tablet: 68px;--navbar-height-mobile: 64px;--navbar-height-small: 60px;--navbar-padding: 24px;--navbar-padding-mobile: 16px}@layer base{:root{--background: 0 0% 100%;--foreground: 0 0% 3.9%;--card: 0 0% 100%;--card-foreground: 0 0% 3.9%;--popover: 0 0% 100%;--popover-foreground: 0 0% 3.9%;--primary: 0 0% 9%;--primary-foreground: 0 0% 98%;--secondary: 0 0% 96.1%;--secondary-foreground: 0 0% 9%;--muted: 0 0% 96.1%;--muted-foreground: 0 0% 45.1%;--accent: 0 0% 96.1%;--accent-foreground: 0 0% 9%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 0 0% 89.8%;--input: 0 0% 89.8%;--ring: 0 0% 3.9%;--chart-1: 12 76% 61%;--chart-2: 173 58% 39%;--chart-3: 197 37% 24%;--chart-4: 43 74% 66%;--chart-5: 27 87% 67%;--radius: .5rem}.dark{--background: 0 0% 3.9%;--foreground: 0 0% 98%;--card: 0 0% 3.9%;--card-foreground: 0 0% 98%;--popover: 0 0% 3.9%;--popover-foreground: 0 0% 98%;--primary: 0 0% 98%;--primary-foreground: 0 0% 9%;--secondary: 0 0% 14.9%;--secondary-foreground: 0 0% 98%;--muted: 0 0% 14.9%;--muted-foreground: 0 0% 63.9%;--accent: 0 0% 14.9%;--accent-foreground: 0 0% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 0% 98%;--border: 0 0% 14.9%;--input: 0 0% 14.9%;--ring: 0 0% 83.1%;--chart-1: 220 70% 50%;--chart-2: 160 60% 45%;--chart-3: 30 80% 55%;--chart-4: 280 65% 60%;--chart-5: 340 75% 55%}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}}*{margin:0;padding:0;box-sizing:border-box;font-variant-numeric:lining-nums proportional-nums}body{display:flex;justify-content:center;font-family:var(--font-heading);font-weight:500}#root{display:flex;align-self:center;justify-content:center;width:100%}p,span,a,button,input,textarea,label,li{font-family:var(--font-heading);font-weight:500}button,input,textarea{font-family:var(--font-heading);font-weight:600}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}form{margin:0;padding:0}img{border:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;font-family:var(--font-heading)}a{text-decoration:none}button{cursor:pointer}.title-large{font-size:48px;font-weight:600;line-height:120%}.title-medium{font-size:40px;font-weight:600;line-height:120%}.title-small{font-size:32px;font-weight:500;line-height:120%}.body-large{font-size:24px;font-weight:400;line-height:150%;letter-spacing:.2px}.body-medium{font-size:20px;letter-spacing:.2px;font-weight:400;line-height:150%}.body-small{font-size:16px;letter-spacing:.2px;font-weight:300;line-height:150%}:root{--navbar-height: 80px;--navbar-height-laptop: 72px;--navbar-height-tablet: 68px;--navbar-height-mobile: 64px;--section-padding-mobile: 16px}@media screen and (max-width: 1024px){:root{--navbar-height: 72px}}@media screen and (max-width: 768px){:root{--navbar-height: 68px}}@media screen and (max-width: 576px){:root{--navbar-height: 64px}}.nav-bar-container{position:relative;z-index:50;width:100%;padding:16px var(--section-padding);position:fixed;top:0;left:0;display:flex;justify-content:center;pointer-events:none;transition:all .3s cubic-bezier(.4,0,.2,1)}@media screen and (max-width: 768px){.nav-bar-container{padding:12px var(--section-padding)}}@media screen and (max-width: 576px){.nav-bar-container{padding:8px var(--section-padding-mobile, 16px)}}.nav-bar-container .nav-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:40;opacity:0;transition:opacity .3s ease;pointer-events:auto}.nav-bar-container .nav-overlay.active{opacity:1}@media screen and (max-width: 768px){.nav-bar-container .nav-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}}.nav-bar-container .nav-bar{max-width:var(--section-max-width);width:100%;height:80px;display:flex;justify-content:space-between;align-items:center;padding:0 32px;border-radius:40px;pointer-events:auto;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:#08441cf2;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 30px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}@media screen and (max-width: 1024px){.nav-bar-container .nav-bar{height:72px;padding:0 28px;border-radius:36px}}@media screen and (max-width: 768px){.nav-bar-container .nav-bar{height:68px;padding:0 24px;border-radius:32px}}@media screen and (max-width: 576px){.nav-bar-container .nav-bar{height:64px;padding:0 20px;border-radius:28px}}.nav-bar-container .nav-bar .mobile-container{display:none;width:100%;justify-content:space-between;align-items:center;position:relative}@media screen and (max-width: 1200px){.nav-bar-container .nav-bar .mobile-container{display:flex}}.nav-bar-container .nav-bar .mobile-container:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:60%;width:1px;background-color:#ffffff26;display:none}@media screen and (max-width: 1200px){.nav-bar-container .nav-bar .mobile-container:after{display:block}}.nav-bar-container .nav-bar .mobile-container .mobile-left-container{display:flex;align-items:center;justify-content:flex-start;gap:16px;padding-right:24px}.nav-bar-container .nav-bar .mobile-container .mobile-left-container .favicon{display:flex;align-items:center;height:100%;margin-left:4px}.nav-bar-container .nav-bar .mobile-container .mobile-left-container .favicon a{display:flex;align-items:center}.nav-bar-container .nav-bar .mobile-container .mobile-left-container .favicon a img{width:28px;height:28px;object-fit:contain}.nav-bar-container .nav-bar .mobile-container .mobile-left-container .menu-phone{display:block;position:relative}.nav-bar-container .nav-bar .mobile-container .mobile-left-container .menu-phone>span{display:flex;align-items:center;justify-content:center;gap:8px;width:42px;height:42px;padding:8px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .3s ease}@media screen and (max-width: 768px){.nav-bar-container .nav-bar .mobile-container .mobile-left-container .menu-phone>span{width:40px;height:40px}}@media screen and (max-width: 576px){.nav-bar-container .nav-bar .mobile-container .mobile-left-container .menu-phone>span{width:38px;height:38px}}.nav-bar-container .nav-bar .mobile-container .mobile-left-container .menu-phone>span svg{color:var(--light-yellow-1);width:24px;height:24px}@media screen and (max-width: 576px){.nav-bar-container .nav-bar .mobile-container .mobile-left-container .menu-phone>span svg{width:22px;height:22px}}.nav-bar-container .nav-bar .mobile-container .mobile-left-container .menu-phone>span .menu-arrow{color:var(--light-yellow-1);transition:transform .2s ease;position:absolute;right:2px;bottom:4px;background-color:var(--logo-lime);color:var(--dark-green-7);width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.nav-bar-container .nav-bar .mobile-container .mobile-left-container .menu-phone>span .menu-arrow.open{transform:rotate(180deg)}.nav-bar-container .nav-bar .mobile-container .mobile-left-container .menu-phone>span:hover{background:#ffffff26}.nav-bar-container .nav-bar .mobile-container .mobile-left-container .menu-phone>span:active{transform:scale(.95)}.nav-bar-container .nav-bar .mobile-container .mobile-right-container{display:flex;align-items:center;justify-content:flex-end;padding-left:24px;margin-right:4px}.nav-bar-container .nav-bar .mobile-container .mobile-right-container .mobile-actions{display:flex;align-items:center;gap:16px}.nav-bar-container .nav-bar .mobile-container .mobile-right-container .mobile-actions .user-button,.nav-bar-container .nav-bar .mobile-container .mobile-right-container .mobile-actions .cart-button{position:relative}.nav-bar-container .nav-bar .mobile-container .mobile-right-container .mobile-actions .user-button .dropdown-trigger,.nav-bar-container .nav-bar .mobile-container .mobile-right-container .mobile-actions .cart-button .dropdown-trigger{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);padding:0;color:var(--light-yellow-1);transition:all .3s ease}.nav-bar-container .nav-bar .mobile-container .mobile-right-container .mobile-actions .user-button .dropdown-trigger svg,.nav-bar-container .nav-bar .mobile-container .mobile-right-container .mobile-actions .cart-button .dropdown-trigger svg{color:var(--light-yellow-1);width:20px;height:20px}.nav-bar-container .nav-bar .mobile-container .mobile-right-container .mobile-actions .user-button .dropdown-trigger:hover,.nav-bar-container .nav-bar .mobile-container .mobile-right-container .mobile-actions .cart-button .dropdown-trigger:hover{background:#ffffff26}.nav-bar-container .nav-bar .mobile-container .mobile-right-container .mobile-actions .user-button .dropdown-trigger:active,.nav-bar-container .nav-bar .mobile-container .mobile-right-container .mobile-actions .cart-button .dropdown-trigger:active{transform:scale(.95)}.nav-bar-container .nav-bar .mobile-container .mobile-right-container .mobile-actions .user-button .dropdown-trigger .cart-count,.nav-bar-container .nav-bar .mobile-container .mobile-right-container .mobile-actions .cart-button .dropdown-trigger .cart-count{position:absolute;top:-3px;right:-3px;width:18px;height:18px;background-color:var(--dark-yellow-1);color:var(--dark-green-7);font-size:10px;font-weight:600;border-radius:50%;display:flex;align-items:center;justify-content:center}.nav-bar-container .nav-bar .mobile-container .mobile-right-container .mobile-actions .user-button .dropdown-trigger .dropdown-arrow,.nav-bar-container .nav-bar .mobile-container .mobile-right-container .mobile-actions .cart-button .dropdown-trigger .dropdown-arrow{position:absolute;right:-4px;bottom:-2px;width:14px;height:14px;background-color:var(--logo-lime);color:var(--dark-green-7);font-size:10px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.nav-bar-container .nav-bar .mobile-container .mobile-right-container .mobile-actions .user-button .dropdown-trigger .dropdown-arrow.open,.nav-bar-container .nav-bar .mobile-container .mobile-right-container .mobile-actions .cart-button .dropdown-trigger .dropdown-arrow.open{transform:rotate(180deg)}.nav-bar-container .nav-bar .desktop-container{display:flex;width:100%;justify-content:space-between;align-items:center}@media screen and (max-width: 1200px){.nav-bar-container .nav-bar .desktop-container{display:none}}.nav-bar-container .nav-bar .logo{height:100%;display:flex;align-items:center;padding:12px 0;flex-shrink:0;margin-right:0;min-width:140px}@media screen and (max-width: 1024px){.nav-bar-container .nav-bar .logo{min-width:120px;padding:10px 0}}@media screen and (max-width: 768px){.nav-bar-container .nav-bar .logo{min-width:100px;padding:8px 0}}@media screen and (max-width: 576px){.nav-bar-container .nav-bar .logo{min-width:auto;padding:8px 0}}.nav-bar-container .nav-bar .logo a{display:flex;align-items:center;height:100%}.nav-bar-container .nav-bar .logo a img{height:100%;width:auto;max-width:160px;object-fit:contain;transition:all .3s ease}@media screen and (max-width: 1024px){.nav-bar-container .nav-bar .logo a img{max-width:140px}}@media screen and (max-width: 768px){.nav-bar-container .nav-bar .logo a img{max-width:120px}}@media screen and (max-width: 576px){.nav-bar-container .nav-bar .logo a img{max-width:100px}}.nav-bar-container .nav-bar .menu{display:flex;align-items:center;gap:0;padding:0;margin:0;justify-content:center;flex:1;min-width:0;max-width:480px;background:#ffffff1a;border:1px solid rgba(255,255,255,.05);border-radius:50px;overflow:hidden;box-shadow:0 2px 8px #0000001a}@media screen and (max-width: 1024px){.nav-bar-container .nav-bar .menu{max-width:400px}}@media screen and (max-width: 1200px){.nav-bar-container .nav-bar .menu{display:none}}.nav-bar-container .nav-bar .menu button{flex:1;height:40px;border-radius:0;padding:0 16px;color:var(--light-yellow-1);background:transparent;border:none;transition:all .2s ease;font-size:14px;white-space:nowrap;position:relative}@media screen and (max-width: 1024px){.nav-bar-container .nav-bar .menu button{padding:0 12px;font-size:13px}}.nav-bar-container .nav-bar .menu button:hover{background:#ffffff26}.nav-bar-container .nav-bar .menu button.active{background:#ffffff26;color:var(--dark-yellow-1)}.nav-bar-container .nav-bar .menu button svg{width:18px;height:18px;margin-right:8px;color:currentColor}@media screen and (max-width: 1024px){.nav-bar-container .nav-bar .menu button svg{width:16px;height:16px;margin-right:6px}}.nav-bar-container .nav-bar .menu button:not(:last-child):after{content:"";position:absolute;right:0;top:25%;bottom:25%;width:1px;background-color:#ffffff26}.nav-bar-container .nav-bar .menu button:first-child{border-radius:50px 8px 8px 50px}.nav-bar-container .nav-bar .menu button:last-child{border-radius:8px 50px 50px 8px}.nav-bar-container .nav-bar .cta{height:100%;display:flex;gap:8px;align-items:center;padding:12px 0;flex-shrink:0;margin-left:0;min-width:280px}@media screen and (max-width: 1024px){.nav-bar-container .nav-bar .cta{min-width:220px;padding:10px 0;gap:6px}}@media screen and (max-width: 1200px){.nav-bar-container .nav-bar .cta{display:none}}.nav-bar-container .nav-bar .cta .action-buttons{display:flex;align-items:center;gap:0;margin-left:8px;border-radius:50px;background:#ffffff1a;border:1px solid rgba(255,255,255,.05);box-shadow:0 2px 8px #0000001a;overflow:visible;position:relative;z-index:100}@media screen and (max-width: 1024px){.nav-bar-container .nav-bar .cta .action-buttons{margin-left:6px}}.nav-bar-container .nav-bar .cta .action-buttons .user-button,.nav-bar-container .nav-bar .cta .action-buttons .cart-button{position:relative;height:40px;display:flex}@media screen and (max-width: 1024px){.nav-bar-container .nav-bar .cta .action-buttons .user-button,.nav-bar-container .nav-bar .cta .action-buttons .cart-button{height:36px}}.nav-bar-container .nav-bar .cta .action-buttons .user-button .dropdown-trigger{background:transparent!important;color:var(--light-yellow-1)!important;padding:8px 12px 8px 16px;border:none;box-shadow:none;border-radius:50px 8px 8px 50px;height:100%;display:flex;align-items:center}@media screen and (max-width: 1024px){.nav-bar-container .nav-bar .cta .action-buttons .user-button .dropdown-trigger{padding:6px 10px 6px 12px}}.nav-bar-container .nav-bar .cta .action-buttons .user-button .dropdown-trigger:hover{background:#ffffff26!important;transform:translateY(0)}.nav-bar-container .nav-bar .cta .action-buttons .user-button .dropdown-trigger svg{color:var(--light-yellow-1)!important}.nav-bar-container .nav-bar .cta .action-buttons .cart-button .dropdown-trigger{background:transparent!important;border:none;box-shadow:none;padding:8px 16px 8px 12px;border-radius:8px 50px 50px 8px;height:100%;display:flex;align-items:center}@media screen and (max-width: 1024px){.nav-bar-container .nav-bar .cta .action-buttons .cart-button .dropdown-trigger{padding:6px 12px 6px 10px}}.nav-bar-container .nav-bar .cta .action-buttons .cart-button .dropdown-trigger:hover{background:#ffffff26!important;transform:translateY(0)}.nav-bar-container .nav-bar .cta .action-buttons .cart-button .dropdown-trigger .cart-icon,.nav-bar-container .nav-bar .cta .action-buttons .cart-button .dropdown-trigger .dropdown-arrow{color:var(--light-yellow-1)!important}.nav-bar-container .nav-bar .cta .action-buttons .user-button:after{content:"";position:absolute;right:0;top:25%;bottom:25%;width:1px;background-color:#ffffff26}.nav-bar-container .nav-bar .menu-phone{display:none;position:relative;z-index:51}@media screen and (max-width: 1200px){.nav-bar-container .nav-bar .menu-phone{display:block}}.nav-bar-container .mobile-menu{position:fixed;top:calc(var(--navbar-height) + 12px);left:50%;transform:translate(-50%) translateY(-10px);width:calc(100% - 32px);max-width:420px;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:49;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:#08441cf2;border:1px solid rgba(255,255,255,.1);background-color:#08441cfa;border-radius:20px;box-shadow:0 12px 28px #00000040,0 8px 10px #00000026}@media screen and (max-width: 768px){.nav-bar-container .mobile-menu{top:calc(var(--navbar-height-tablet) + 10px)}}@media screen and (max-width: 576px){.nav-bar-container .mobile-menu{top:calc(var(--navbar-height-mobile) + 8px);max-width:calc(100% - 20px);width:calc(100% - 20px);border-radius:16px}}.nav-bar-container .mobile-menu.active{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.nav-bar-container .mobile-menu .mobile-menu-content{padding:20px;display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 576px){.nav-bar-container .mobile-menu .mobile-menu-content{padding:16px;gap:16px}}.nav-bar-container .mobile-menu .mobile-menu-content .mobile-links{display:flex;flex-direction:column;gap:12px}.nav-bar-container .mobile-menu .mobile-menu-content .mobile-links button{width:100%;height:48px;display:flex;align-items:center;justify-content:flex-start;padding:0 16px;font-size:16px;border-radius:12px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:var(--light-yellow-1);transition:all .2s ease;text-align:left}@media screen and (max-width: 576px){.nav-bar-container .mobile-menu .mobile-menu-content .mobile-links button{height:44px;font-size:15px;padding:0 14px}}.nav-bar-container .mobile-menu .mobile-menu-content .mobile-links button svg{width:20px;height:20px;margin-right:12px;color:currentColor}@media screen and (max-width: 576px){.nav-bar-container .mobile-menu .mobile-menu-content .mobile-links button svg{width:18px;height:18px;margin-right:10px}}.nav-bar-container .mobile-menu .mobile-menu-content .mobile-links button:hover{background:#ffffff1f;transform:translateY(-1px)}.nav-bar-container .mobile-menu .mobile-menu-content .mobile-links button:active{transform:scale(.98)}.nav-bar-container .mobile-menu .mobile-menu-content .mobile-links button.active{background:var(--dark-yellow-1);border-color:var(--dark-yellow-1);color:var(--dark-green-7)}.nav-bar-container .mobile-menu .mobile-menu-content .mobile-user-actions{display:none}.nav-bar-container .mobile-menu .mobile-menu-content .mobile-cta{margin-top:8px}.nav-bar-container .mobile-menu .mobile-menu-content .mobile-cta button{width:100%;height:48px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;background:var(--dark-yellow-1);color:var(--dark-green-7);font-size:16px;font-weight:600;border:none;transition:all .2s ease}@media screen and (max-width: 576px){.nav-bar-container .mobile-menu .mobile-menu-content .mobile-cta button{height:44px;font-size:15px}}.nav-bar-container .mobile-menu .mobile-menu-content .mobile-cta button svg{width:20px;height:20px}@media screen and (max-width: 576px){.nav-bar-container .mobile-menu .mobile-menu-content .mobile-cta button svg{width:18px;height:18px}}.nav-bar-container .mobile-menu .mobile-menu-content .mobile-cta button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.nav-bar-container .mobile-menu .mobile-menu-content .mobile-cta button:active{transform:scale(.98)}.button-comp{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;outline:none;cursor:pointer;text-decoration:none;white-space:nowrap;transition:all .2s ease;font-weight:500;padding:0;background:transparent}.button-comp.button-comp-small{height:40px;padding:0 16px;font-size:14px;border-radius:20px}.button-comp.button-comp-small svg{width:18px;height:18px}.button-comp.button-comp-medium{height:48px;padding:0 24px;font-size:15px;border-radius:24px}.button-comp.button-comp-medium svg{width:20px;height:20px}.button-comp.button-comp-large{height:56px;padding:0 32px;font-size:16px;border-radius:28px}.button-comp.button-comp-large svg{width:24px;height:24px}.button-comp.button-comp-primary{background:var(--dark-yellow-1);color:var(--dark-green-7);box-shadow:0 2px 4px #0000001a,0 1px 2px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1)}.button-comp.button-comp-primary:hover{background:var(--light-yellow-4);transform:translateY(-2px);box-shadow:0 8px 16px #0000001a,0 4px 8px #0000000f}.button-comp.button-comp-primary:active{transform:translateY(1px);box-shadow:0 1px 2px #0000001a,0 1px 1px #0000000f}.button-comp.button-comp-secondary{background:transparent;color:var(--dark-green-7);border:1.5px solid var(--dark-yellow-1);transition:all .3s cubic-bezier(.4,0,.2,1)}.button-comp.button-comp-secondary:hover{background:var(--dark-yellow-1);color:var(--dark-green-7);transform:translateY(-2px)}.button-comp.button-comp-secondary:active{transform:translateY(1px)}.button-comp.button-comp-secondary-white-bg{background:#ffffff1a;color:var(--light-yellow-1);border:1px solid rgba(255,255,255,.2);transition:all .3s cubic-bezier(.4,0,.2,1)}.button-comp.button-comp-secondary-white-bg:hover{background:#ffffff26;color:var(--dark-yellow-1);border-color:#ffffff4d;transform:translateY(-2px)}.button-comp.button-comp-secondary-white-bg:active{transform:translateY(1px)}.button-comp.button-comp-link{background:transparent;padding:0;height:auto;color:var(--dark-green-7);transition:all .3s cubic-bezier(.4,0,.2,1)}.button-comp.button-comp-link:hover{color:var(--dark-yellow-1);transform:translate(2px)}.button-comp.button-comp-link:active{transform:translate(0)}.button-comp.button-comp-link.active{color:var(--dark-yellow-1)}.button-comp.button-comp-link.green{color:var(--dark-green-6)}.button-comp.button-comp-link.green:hover{color:var(--dark-green-7)}.button-comp.button-comp-cta-hero{position:relative;height:72px;padding:0 48px;background:var(--dark-yellow-1);color:var(--dark-green-7);font-size:20px;font-weight:600;border:none;border-radius:36px;display:flex;align-items:center;justify-content:center;gap:20px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014,0 0 0 4px #ebeb471a}.button-comp.button-comp-cta-hero svg{width:28px;height:28px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.button-comp.button-comp-cta-hero:hover{transform:translateY(-2px);background:var(--light-yellow-4);box-shadow:0 8px 12px #00000026,0 3px 6px #0000001a,0 0 0 4px #ebeb4733}.button-comp.button-comp-cta-hero:hover svg{transform:translate(4px)}.button-comp.button-comp-cta-hero:active{transform:translateY(1px);box-shadow:0 2px 4px #0000001a,0 1px 2px #0000000f,0 0 0 4px #ebeb4726}@media screen and (max-width: 768px){.button-comp.button-comp-cta-hero{height:64px;padding:0 40px;font-size:18px;border-radius:32px;gap:16px}.button-comp.button-comp-cta-hero svg{width:24px;height:24px}}@media screen and (max-width: 480px){.button-comp.button-comp-cta-hero{height:64px;padding:0 36px;font-size:18px;border-radius:32px;gap:16px}.button-comp.button-comp-cta-hero svg{width:24px;height:24px}}@media screen and (max-width: 375px){.button-comp.button-comp-cta-hero{height:56px;padding:0 32px;font-size:16px;border-radius:28px;gap:14px}.button-comp.button-comp-cta-hero svg{width:22px;height:22px}.button-comp.button-comp-cta-hero:before{content:"";position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px}}@media screen and (max-height: 667px) and (max-width: 375px){.button-comp.button-comp-cta-hero{height:48px;padding:0 28px;font-size:15px;border-radius:24px;gap:12px}.button-comp.button-comp-cta-hero svg{width:20px;height:20px}}.button-comp a{display:flex;align-items:center;justify-content:center;gap:inherit;width:100%;height:100%;padding:inherit;color:inherit;text-decoration:none;border-radius:inherit}.button-comp.nav{height:40px;padding:0 16px;border-radius:8px;font-size:15px;font-weight:500;color:var(--dark-green-7);background:transparent;border:none;transition:all .2s ease}.button-comp.nav:hover{background:var(--light-yellow-1);color:var(--dark-green-7)}.button-comp.nav:active{background:var(--light-yellow-2)}.button-comp.nav.active{background:var(--light-yellow-2);color:var(--dark-green-7);font-weight:600}.button-comp.nav-mobile{width:100%;height:48px;padding:0 16px;border-radius:12px;font-size:16px;font-weight:500;color:var(--dark-green-7);background:transparent;border:none;text-align:left;transition:all .2s ease}.button-comp.nav-mobile:hover{background:var(--light-yellow-1)}.button-comp.nav-mobile:active{background:var(--light-yellow-2)}.button-comp.nav-mobile.active{background:var(--light-yellow-2);font-weight:600}@media (max-width: 768px){.button-comp.nav{height:36px;padding:0 12px;font-size:14px}}.nav-bar .button-comp.button-comp-link{height:40px;border-radius:20px;padding:0 16px}.nav-bar .button-comp.button-comp-link:hover{background:#ffffff1a}.nav-bar .button-comp.button-comp-link.active{background:#ffffff26;transform:none}.nav-bar .button-comp.button-comp-secondary-white-bg,.nav-bar .button-comp.button-comp-primary{border-width:1.5px}.hero-section .button-comp.button-comp-primary{height:56px;padding:0 32px;font-size:16px;border-width:1.5px;box-shadow:0 4px 8px rgba(var(--dark-green-7-rgb),.08),0 2px 4px rgba(var(--dark-green-7-rgb),.04)}.hero-section .button-comp.button-comp-secondary-white-bg{height:56px;padding:0 32px;font-size:16px;background:#fff;color:var(--dark-green-7);border:1.5px solid var(--dark-yellow-1);box-shadow:0 4px 8px rgba(var(--dark-green-7-rgb),.08),0 2px 4px rgba(var(--dark-green-7-rgb),.04)}.hero-section .button-comp.button-comp-secondary-white-bg svg{--phosphor-color: var(--dark-green-7);--phosphor-color-secondary: rgba(var(--dark-green-7-rgb), .3)}.hero-section .button-comp.button-comp-secondary-white-bg:hover{background:var(--light-yellow-1);color:var(--dark-green-7);transform:translateY(-2px);box-shadow:0 6px 12px rgba(var(--dark-green-7-rgb),.1),0 3px 6px rgba(var(--dark-green-7-rgb),.06)}.hero-section .button-comp.button-comp-secondary-white-bg:hover svg{--phosphor-color: var(--dark-green-7);--phosphor-color-secondary: rgba(var(--dark-green-7-rgb), .4)}.hero-section .button-comp.button-comp-secondary-white-bg:active{transform:translateY(1px);box-shadow:0 2px 4px rgba(var(--dark-green-7-rgb),.06),0 1px 2px rgba(var(--dark-green-7-rgb),.04)}@media screen and (max-width: 768px){.button-comp.button-comp-small{height:36px;padding:0 14px;font-size:13px;border-radius:18px}.button-comp.button-comp-small svg{width:16px;height:16px}.button-comp.button-comp-medium{height:44px;padding:0 20px;font-size:14px;border-radius:22px}.button-comp.button-comp-medium svg{width:18px;height:18px}.button-comp.button-comp-large{height:52px;padding:0 28px;font-size:15px;border-radius:26px}.button-comp.button-comp-large svg{width:22px;height:22px}}@media (prefers-reduced-motion: reduce){.button-comp{transition:none!important}}@media screen and (max-width: 375px){.button-comp.button-comp-cta-hero{font-size:14px!important;padding:12px 24px!important;gap:10px!important;height:40px!important;box-shadow:0 2px 4px #0000001a,0 1px 2px #0000000f,0 0 0 2px #ebeb471a}.button-comp.button-comp-cta-hero svg{width:16px!important;height:16px!important}}@media screen and (max-height: 667px) and (max-width: 375px){.button-comp.button-comp-cta-hero{height:36px!important;padding:10px 20px!important;font-size:13px!important;gap:8px!important}.button-comp.button-comp-cta-hero svg{width:14px!important;height:14px!important}}.footer-section{width:100%;padding:80px var(--section-padding) 40px;background:linear-gradient(135deg,var(--dark-green-7) 0%,var(--dark-green-6) 50%,var(--dark-green-7) 100%);color:#fff;position:relative;overflow:hidden}.footer-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(255,255,255,.05) 0%,transparent 70%);pointer-events:none;opacity:.8}.footer-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.1) 100%);pointer-events:none}.footer-section .footer-container{max-width:var(--section-max-width);margin:0 auto;display:grid;grid-template-columns:minmax(300px,1fr) 2fr;gap:64px;position:relative;z-index:1}.footer-section .footer-container .brand-section{display:flex;flex-direction:column;gap:24px;min-width:0}.footer-section .footer-container .brand-section .logo-wrapper{width:160px;flex-shrink:0}.footer-section .footer-container .brand-section .logo-wrapper .footer-logo{width:100%;height:auto;display:block;object-fit:contain}.footer-section .footer-container .brand-section p{font-size:16px;line-height:1.6;color:var(--light-green-1);max-width:480px;margin:0}.footer-section .footer-container .sitemap-section{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;min-width:0}.footer-section .footer-container .sitemap-section .sitemap-category h3{font-size:18px;font-weight:600;color:var(--light-yellow-1);margin:0 0 20px}.footer-section .footer-container .sitemap-section .sitemap-category ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.footer-section .footer-container .sitemap-section .sitemap-category ul li a{display:inline-block;color:var(--light-green-1);text-decoration:none;font-size:15px;transition:all .2s ease;padding:4px 0}.footer-section .footer-container .sitemap-section .sitemap-category ul li a:hover{color:var(--light-yellow-1);transform:translate(4px)}.footer-section .copyright{width:100%;padding:24px var(--section-padding);border-top:1px solid rgba(255,255,255,.1);margin-top:48px;background:#0000001a}.footer-section .copyright .copyright-content{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;color:var(--light-yellow-1);font-size:14px}.footer-section .copyright .copyright-content p{margin:0;opacity:.8}.footer-section .copyright .copyright-content .legal-links{display:flex;align-items:center;gap:12px}.footer-section .copyright .copyright-content .legal-links a{color:var(--light-yellow-1);text-decoration:none;opacity:.8;transition:opacity .2s ease}.footer-section .copyright .copyright-content .legal-links a:hover{opacity:1}.footer-section .copyright .copyright-content .legal-links .separator{opacity:.4;font-size:12px}@media screen and (max-width: 768px){.footer-section .copyright{padding:20px var(--section-padding);margin-top:40px}.footer-section .copyright .copyright-content{font-size:13px;gap:20px}}@media screen and (max-width: 480px){.footer-section .copyright{padding:16px var(--section-padding-mobile);margin-top:32px}.footer-section .copyright .copyright-content{flex-direction:column;gap:12px;text-align:center;font-size:12px}.footer-section .copyright .copyright-content .legal-links{justify-content:center}}@media screen and (max-width: 1024px){.footer-section{padding:64px var(--section-padding) 32px}.footer-section .footer-container{grid-template-columns:minmax(260px,1fr) 2fr;gap:48px}.footer-section .copyright{margin-top:48px;padding-top:24px}}@media screen and (max-width: 768px){.footer-section{padding:48px var(--section-padding-mobile) 32px}.footer-section .footer-container{grid-template-columns:1fr;gap:48px}.footer-section .footer-container .brand-section{text-align:center;align-items:center}.footer-section .footer-container .brand-section .logo-wrapper{width:140px}.footer-section .footer-container .brand-section p{font-size:15px;line-height:1.5}.footer-section .footer-container .sitemap-section{grid-template-columns:repeat(2,1fr);gap:32px 24px}.footer-section .footer-container .sitemap-section .sitemap-category h3{font-size:16px;margin-bottom:16px;text-align:center}.footer-section .footer-container .sitemap-section .sitemap-category ul{gap:12px;display:grid;grid-template-columns:repeat(2,1fr)}.footer-section .footer-container .sitemap-section .sitemap-category ul li a{font-size:15px;padding:12px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:10px;text-align:center;min-height:48px}.footer-section .footer-container .sitemap-section .sitemap-category ul li a:hover{transform:translateY(-2px);background:#ffffff1a}.footer-section .copyright{margin-top:40px;padding-top:20px;font-size:13px}}@media screen and (max-width: 480px){.footer-section{padding:40px var(--section-padding-mobile) 24px}.footer-section .footer-container{gap:40px}.footer-section .footer-container .brand-section .logo-wrapper{width:120px}.footer-section .footer-container .brand-section p{font-size:14px;line-height:1.4}.footer-section .footer-container .sitemap-section{grid-template-columns:1fr;gap:32px}.footer-section .footer-container .sitemap-section .sitemap-category h3{font-size:16px;margin-bottom:16px}.footer-section .footer-container .sitemap-section .sitemap-category ul{grid-template-columns:repeat(2,1fr);gap:12px}.footer-section .footer-container .sitemap-section .sitemap-category ul li a{font-size:14px;padding:12px 8px;min-height:44px;border-radius:8px;line-height:1.3}.footer-section .copyright{margin-top:32px;padding:16px var(--section-padding-mobile)}.footer-section .copyright .copyright-content{flex-direction:column;align-items:center;gap:12px;text-align:center}.footer-section .copyright .copyright-content p{font-size:12px}.footer-section .copyright .copyright-content .legal-links{gap:10px;justify-content:center}.footer-section .copyright .copyright-content .legal-links a{font-size:12px}.footer-section .copyright .copyright-content .legal-links .separator{font-size:10px}}@media screen and (max-width: 375px){.footer-section{padding:32px var(--section-padding-mobile) 20px}.footer-section .footer-container{gap:32px}.footer-section .footer-container .brand-section .logo-wrapper{width:110px}.footer-section .footer-container .brand-section p{font-size:13px}.footer-section .footer-container .sitemap-section{gap:24px}.footer-section .footer-container .sitemap-section .sitemap-category h3{font-size:15px;margin-bottom:12px}.footer-section .footer-container .sitemap-section .sitemap-category ul{gap:8px}.footer-section .footer-container .sitemap-section .sitemap-category ul li a{font-size:13px;padding:10px 8px;min-height:40px;border-radius:8px}.footer-section .copyright{margin-top:24px;padding:12px var(--section-padding-mobile)}.footer-section .copyright .copyright-content{gap:8px}.footer-section .copyright .copyright-content p{font-size:11px}.footer-section .copyright .copyright-content .legal-links{gap:8px}.footer-section .copyright .copyright-content .legal-links a{font-size:11px}.footer-section .copyright .copyright-content .legal-links .separator{font-size:9px}}@media (prefers-reduced-motion: reduce){.footer-section *{transition:none!important}}:root{--text-color: #1C1C1C;--text-light: #6e6e6e;--heading-color: #08451C;--bg-color: #ffffff;--hover-bg: rgba(0, 0, 0, .04);--border-color: #e0e0e0;--input-bg: #f9f9f9;--logo-green: #0A5C26;--logo-lime: #AACC00;--dark-green-7: #064018;--light-yellow-1: #FFFBE6}.dark{--text-color: #F8F8F8;--text-light: #A0A0A0;--heading-color: #FCFCE8;--bg-color: #1A1A1A;--hover-bg: rgba(255, 255, 255, .08);--border-color: #333333;--input-bg: #2A2A2A}.auth-dropdown{position:relative;display:inline-block;z-index:1000}.auth-dropdown.mobile{width:100%}.auth-dropdown.mobile .dropdown-trigger{width:100%;justify-content:center}.auth-dropdown.mobile .dropdown-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:360px;max-height:90vh;overflow-y:auto;border-radius:16px;box-shadow:0 10px 25px #0003;z-index:1001}.auth-dropdown .dropdown-trigger{display:flex;align-items:center;gap:6px;background:transparent;color:var(--light-yellow-1);border:none;padding:8px 12px;font-size:14px;cursor:pointer;transition:all .2s ease;border-radius:4px}.auth-dropdown .dropdown-trigger.mobile{border-radius:12px;padding:8px 12px;background:#ffffff14;border:1px solid rgba(255,255,255,.1)}.auth-dropdown .dropdown-trigger.mobile:hover,.auth-dropdown .dropdown-trigger.mobile.active{background:#ffffff1f}.auth-dropdown .dropdown-trigger .btn-text{font-size:14px;font-weight:500}.auth-dropdown .dropdown-trigger .dropdown-arrow{transition:transform .2s ease;margin-left:2px}.auth-dropdown .dropdown-trigger .dropdown-arrow.open{transform:rotate(180deg)}.auth-dropdown .dropdown-trigger:hover,.auth-dropdown .dropdown-trigger.active{background:#ffffff26}.auth-dropdown .dropdown-container{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;width:320px;overflow:hidden;z-index:1000}.auth-dropdown .dropdown-container.mobile{width:100%;right:auto;left:50%;transform:translate(-50%);max-width:360px}@media screen and (max-width: 576px){.auth-dropdown .dropdown-container{width:300px}}.auth-dropdown .dropdown-header{padding:24px 16px 16px;margin-bottom:16px;position:relative;border-bottom:1px solid var(--logo-lime);background-color:#ffffff80}.auth-dropdown .dropdown-header .back-button{position:absolute;left:16px;top:24px;background:transparent;border:none;cursor:pointer;color:var(--logo-green);padding:4px;display:flex;align-items:center;justify-content:center;border-radius:50%}.auth-dropdown .dropdown-header .back-button:hover{background-color:#ffffffb3;color:var(--logo-green)}.auth-dropdown .dropdown-header h3{font-size:18px;font-weight:600;margin:0 0 4px;color:var(--logo-green);text-align:center}.auth-dropdown .dropdown-header p{margin:0;font-size:13px;color:var(--text-light);text-align:center}.auth-dropdown .dropdown-header .user-name{font-size:16px;font-weight:600;color:var(--logo-green);text-align:center}.auth-dropdown .dropdown-error{display:flex;align-items:center;gap:8px;background-color:#dc26261a;color:#dc2626;padding:10px 12px;border-radius:8px;margin-bottom:16px;font-size:13px}.auth-dropdown .dropdown-error svg{color:#dc2626;flex-shrink:0}.auth-dropdown .dropdown-form{padding:16px}.auth-dropdown .dropdown-form .form-row{display:flex;gap:8px;margin-bottom:16px}.auth-dropdown .dropdown-form .form-row .form-group{flex:1;margin-bottom:0}@media (max-width: 400px){.auth-dropdown .dropdown-form .form-row{flex-direction:column;gap:16px}}.auth-dropdown .dropdown-form .form-group{margin-bottom:16px}.auth-dropdown .dropdown-form .form-group .input-with-icon{position:relative}.auth-dropdown .dropdown-form .form-group .input-with-icon svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--logo-green);z-index:1}.auth-dropdown .dropdown-form .form-group .input-with-icon input{width:100%;padding:10px 40px 10px 36px;border:1px solid var(--logo-lime);border-radius:50px;font-size:14px;font-weight:400;background-color:#ffffffb3;color:var(--text-color);transition:border-color .3s ease,box-shadow .3s ease}.auth-dropdown .dropdown-form .form-group .input-with-icon input:focus{outline:none;border-color:var(--logo-green);box-shadow:0 0 0 3px #aacc001a;background-color:#ffffffe6}.auth-dropdown .dropdown-form .form-group .input-with-icon input.error{border-color:#dc2626}.auth-dropdown .dropdown-form .form-group .input-with-icon .toggle-password{position:absolute;right:40px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;color:var(--logo-green);z-index:1}.auth-dropdown .dropdown-form .form-group .input-with-icon .toggle-password:hover{color:#052e13}.auth-dropdown .dropdown-form .form-group .error-text{font-size:12px;color:#dc2626;margin-top:6px;padding-left:12px}.auth-dropdown .dropdown-form .form-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.auth-dropdown .dropdown-form .form-actions .remember-me{display:flex;align-items:center;gap:6px}.auth-dropdown .dropdown-form .form-actions .remember-me input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:var(--logo-green)}.auth-dropdown .dropdown-form .form-actions .remember-me label{font-size:13px;cursor:pointer;color:var(--text-color)}.auth-dropdown .dropdown-form .form-actions .forgot-password{font-size:13px;color:var(--logo-green);text-decoration:none;cursor:pointer;background:none;border:none;padding:0}.auth-dropdown .dropdown-form .form-actions .forgot-password:hover{text-decoration:underline}.auth-dropdown .dropdown-form .dropdown-btn{width:100%;padding:12px;border-radius:50px;border:none;font-size:14px;font-weight:500;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.auth-dropdown .dropdown-form .dropdown-btn.primary{background-color:var(--logo-green);color:#fff}.auth-dropdown .dropdown-form .dropdown-btn.primary:hover{background-color:#08451d;transform:translateY(-1px)}.auth-dropdown .dropdown-form .dropdown-btn.primary:active{transform:translateY(0)}.auth-dropdown .dropdown-form .dropdown-btn.secondary{background-color:var(--logo-lime);color:var(--dark-green-7)}.auth-dropdown .dropdown-form .dropdown-btn.secondary:hover{background-color:#95b300;transform:translateY(-1px)}.auth-dropdown .dropdown-form .dropdown-btn.secondary:active{transform:translateY(0)}.auth-dropdown .dropdown-form .dropdown-btn.loading{opacity:.8;cursor:wait}.auth-dropdown .dropdown-form .dropdown-footer{margin-top:16px;text-align:center;font-size:13px;color:var(--text-light)}.auth-dropdown .dropdown-form .dropdown-footer .dropdown-link{color:var(--logo-green);text-decoration:none;font-weight:500;background:none;border:none;padding:0;cursor:pointer}.auth-dropdown .dropdown-form .dropdown-footer .dropdown-link:hover{text-decoration:underline}.auth-dropdown .profile-menu{padding:20px}.auth-dropdown .profile-menu .profile-header{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.1)}.auth-dropdown .profile-menu .profile-header .profile-info{display:flex;align-items:center;gap:12px}.auth-dropdown .profile-menu .profile-header .profile-info .profile-avatar{width:40px;height:40px;border-radius:50%;background:#aacc001a;display:flex;align-items:center;justify-content:center;color:var(--logo-lime)}.auth-dropdown .profile-menu .profile-header .profile-info .profile-name{display:flex;flex-direction:column}.auth-dropdown .profile-menu .profile-header .profile-info .profile-name .name{font-size:16px;font-weight:600;color:var(--dark-green-7)}.auth-dropdown .profile-menu .profile-header .profile-info .profile-name .email{font-size:13px;color:var(--dark-green-6)}.auth-dropdown .profile-menu .profile-actions{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.auth-dropdown .profile-menu .profile-actions .profile-action{display:flex;align-items:center;gap:12px;padding:10px 12px;background:none;border:none;border-radius:8px;text-align:left;font-size:14px;color:var(--dark-green-7);transition:background .2s ease}.auth-dropdown .profile-menu .profile-actions .profile-action svg{color:var(--logo-lime)}.auth-dropdown .profile-menu .profile-actions .profile-action:hover{background:#aacc0014}.auth-dropdown .profile-menu .logout-action{border-top:1px solid rgba(0,0,0,.1);padding-top:16px}.auth-dropdown .profile-menu .logout-action .logout-button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;background:#aacc001a;border:1px solid rgba(170,204,0,.2);border-radius:8px;color:var(--dark-green-7);font-size:14px;transition:all .2s ease}.auth-dropdown .profile-menu .logout-action .logout-button svg{color:var(--logo-lime)}.auth-dropdown .profile-menu .logout-action .logout-button:hover{background:#aacc0026}.forgot-password-form{padding:24px}.forgot-password-form .form-header{margin-bottom:20px}.forgot-password-form .form-header .back-button{display:flex;align-items:center;gap:4px;background:none;border:none;color:var(--logo-lime);font-size:14px;cursor:pointer;margin-bottom:16px;padding:0}.forgot-password-form .form-header .back-button:hover{text-decoration:underline}.forgot-password-form .form-header h3{font-size:20px;color:var(--dark-green-7);margin:0 0 8px}.forgot-password-form .form-header p{color:var(--dark-green-6);font-size:14px;margin:0}.reset-sent{padding:24px;text-align:center}.reset-sent .icon-container{margin-bottom:16px}.reset-sent .icon-container svg{color:var(--logo-lime);width:48px;height:48px}.reset-sent h3{font-size:20px;color:var(--dark-green-7);margin:0 0 12px}.reset-sent p{font-size:14px;color:var(--dark-green-6);margin:0 0 20px}.reset-sent .back-to-login{background:none;border:none;color:var(--logo-lime);font-size:14px;font-weight:500;cursor:pointer}.reset-sent .back-to-login:hover{text-decoration:underline}.general-error{background-color:#e74c3c1a;color:#e74c3c;padding:10px;border-radius:8px;margin-bottom:16px;font-size:13px;display:flex;align-items:center;gap:8px}.general-error svg{flex-shrink:0}.auth-dropdown.mobile .dropdown-container{top:calc(100% + 8px);right:0;width:280px;max-width:90vw}@media screen and (max-width: 1200px){.auth-dropdown.mobile .dropdown-container.navbar-mobile{position:fixed;top:calc(var(--navbar-height-mobile) + 8px);right:var(--section-padding-mobile, 16px)}}.modal-overlay{position:fixed!important;width:100vw!important;height:100vh!important;min-width:100vw!important;min-height:100vh!important;background-color:#00000080;display:flex!important;align-items:center!important;justify-content:center!important;z-index:9999!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out;overflow:hidden!important;box-sizing:border-box!important;margin:0!important;padding:0!important;isolation:isolate!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.modal-container{background-color:var(--light-yellow-1);border-radius:16px;width:90%!important;max-width:650px!important;max-height:85vh!important;margin:auto!important;overflow-y:auto;box-shadow:0 10px 35px #0003;border:1px solid var(--logo-lime);animation:slideIn .3s ease-out;display:flex!important;flex-direction:column!important;position:relative!important;transform:translate(0)!important}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;border-bottom:1px solid var(--logo-lime);background-color:#ffffff80}.modal-header h3{margin:0;color:var(--logo-green);font-size:20px;font-weight:600}.modal-header .close-button{background:transparent;border:none;color:var(--logo-green);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:50%;transition:background-color .2s ease}.modal-header .close-button:hover{background-color:#ffffffb3}.modal-content{padding:24px;flex:1}body.modal-open{overflow:hidden!important;position:relative!important;height:100%!important;width:100%!important;padding-right:var(--scrollbar-width, 0)!important}@media (max-width: 768px){.modal-container{width:95%!important;max-width:600px!important;max-height:85vh!important}.modal-header{padding:16px 20px}.modal-content{padding:20px}}@media (max-width: 576px){.modal-container{width:95%!important;max-height:80vh!important;max-width:none!important}.modal-header{padding:12px 16px}.modal-content{padding:16px}}:root{--logo-green: #0A5C26;--logo-lime: #AACC00;--dark-green-7: #064018;--light-yellow-1: #FFFBE6;--error-color: #DC2626;--success-color: #10B981}.profile-modal,.orders-modal,.payment-modal,.settings-modal{color:var(--text-color);min-height:400px;display:flex;flex-direction:column;width:100%;height:fit-content;box-sizing:border-box}.error-message{background-color:#dc26261a;color:var(--error-color);padding:12px;border-radius:8px;margin-bottom:20px;font-size:14px;display:flex;align-items:center;gap:8px}.success-message{background-color:#10b9811a;color:var(--success-color);padding:12px;border-radius:8px;margin-bottom:20px;font-size:14px;display:flex;align-items:center;gap:8px}.profile-form .form-group,.password-form .form-group,.add-payment-form .form-group{margin-bottom:20px}.profile-form .form-group label,.password-form .form-group label,.add-payment-form .form-group label{display:block;margin-bottom:8px;font-size:15px;color:var(--text-color);font-weight:500}.profile-form .form-group .input-with-icon,.password-form .form-group .input-with-icon,.add-payment-form .form-group .input-with-icon{position:relative}.profile-form .form-group .input-with-icon svg,.password-form .form-group .input-with-icon svg,.add-payment-form .form-group .input-with-icon svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--logo-green)}.profile-form .form-group .input-with-icon input,.password-form .form-group .input-with-icon input,.add-payment-form .form-group .input-with-icon input{width:100%;padding:12px 14px 12px 42px;border:1px solid var(--logo-lime);border-radius:50px;font-size:15px;font-weight:400;background-color:#ffffffb3}.profile-form .form-group .input-with-icon input:focus,.password-form .form-group .input-with-icon input:focus,.add-payment-form .form-group .input-with-icon input:focus{outline:none;border-color:var(--logo-green);box-shadow:0 0 0 3px #aacc001a;background-color:#ffffffe6}.profile-form .form-group .input-with-icon input.error,.password-form .form-group .input-with-icon input.error,.add-payment-form .form-group .input-with-icon input.error{border-color:var(--error-color)}.profile-form .form-group input,.profile-form .form-group select,.password-form .form-group input,.password-form .form-group select,.add-payment-form .form-group input,.add-payment-form .form-group select{width:100%;padding:12px 14px;border:1px solid var(--logo-lime);border-radius:50px;font-size:15px;font-weight:400;background-color:#ffffffb3}.profile-form .form-group input:focus,.profile-form .form-group select:focus,.password-form .form-group input:focus,.password-form .form-group select:focus,.add-payment-form .form-group input:focus,.add-payment-form .form-group select:focus{outline:none;border-color:var(--logo-green);box-shadow:0 0 0 3px #aacc001a;background-color:#ffffffe6}.profile-form .form-group input.error,.profile-form .form-group select.error,.password-form .form-group input.error,.password-form .form-group select.error,.add-payment-form .form-group input.error,.add-payment-form .form-group select.error{border-color:var(--error-color)}.profile-form .form-group .error-text,.password-form .form-group .error-text,.add-payment-form .form-group .error-text{color:var(--error-color);font-size:13px;margin-top:6px;padding-left:14px;display:flex;align-items:center;gap:5px}.profile-form .form-row,.password-form .form-row,.add-payment-form .form-row{display:flex;gap:16px}.profile-form .form-row .form-group,.password-form .form-row .form-group,.add-payment-form .form-row .form-group{flex:1}@media (max-width: 500px){.profile-form .form-row,.password-form .form-row,.add-payment-form .form-row{flex-direction:column;gap:16px}}.profile-form .form-actions,.password-form .form-actions,.add-payment-form .form-actions{display:flex;justify-content:flex-end;gap:16px;margin-top:30px}.btn-primary,.btn-secondary{padding:12px 20px;border-radius:50px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;min-width:120px}.btn-primary{background-color:var(--logo-green);color:#fff}.btn-primary:hover{background-color:#08451d;transform:translateY(-1px)}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.btn-secondary{background-color:#ffffff80;color:var(--logo-green);border:1px solid var(--logo-lime)}.btn-secondary:hover{background-color:#ffffffb3}.btn-secondary:disabled{opacity:.7;cursor:not-allowed}.profile-details .profile-avatar{display:flex;flex-direction:column;align-items:center;margin-bottom:32px}.profile-details .profile-avatar .avatar-placeholder{width:100px;height:100px;border-radius:50%;background-color:var(--logo-green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:600;margin-bottom:16px}.profile-details .profile-avatar h4{margin:0;font-size:20px;color:var(--logo-green)}.profile-details .profile-info{margin-bottom:32px}.profile-details .profile-info .info-item{padding:16px 0;border-bottom:1px solid rgba(170,204,0,.3)}.profile-details .profile-info .info-item:last-child{border-bottom:none}.profile-details .profile-info .info-item .info-label{display:flex;align-items:center;gap:10px;margin-bottom:6px;color:var(--text-light);font-size:15px}.profile-details .profile-info .info-item .info-label svg{color:var(--logo-green)}.profile-details .profile-info .info-item .info-value{font-size:16px;color:var(--text-color);padding-left:30px}.profile-details .edit-profile-btn{width:100%;padding:12px;background-color:#ffffff80;color:var(--logo-green);border:1px solid var(--logo-lime);border-radius:50px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.profile-details .edit-profile-btn:hover{background-color:#ffffffb3}.orders-modal .no-orders{text-align:center;padding:30px 0}.orders-modal .no-orders svg{color:var(--logo-green);opacity:.8;margin-bottom:16px}.orders-modal .no-orders p{margin-bottom:20px;color:var(--text-light)}.orders-modal .orders-list{display:flex;flex-direction:column;gap:16px}.orders-modal .order-card{background-color:#ffffff80;border:1px solid var(--logo-lime);border-radius:12px;padding:16px}.orders-modal .order-card .order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.orders-modal .order-card .order-header .order-title{display:flex;align-items:center;gap:8px;font-weight:600;color:var(--logo-green)}.orders-modal .order-card .order-header .order-title svg{color:var(--logo-green)}.orders-modal .order-card .order-header .order-status{padding:4px 10px;border-radius:50px;font-size:12px;font-weight:500}.orders-modal .order-card .order-header .order-status.delivered{background-color:#10b9811a;color:var(--success-color)}.orders-modal .order-card .order-header .order-status.processing{background-color:#f59e0b1a;color:#f59e0b}.orders-modal .order-card .order-header .order-status.shipped{background-color:#3b82f61a;color:#3b82f6}.orders-modal .order-card .order-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:16px}.orders-modal .order-card .order-details .order-detail-item{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-color)}.orders-modal .order-card .order-details .order-detail-item svg{color:var(--logo-green)}.orders-modal .order-card .view-order-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:8px 0;background-color:transparent;color:var(--logo-green);border:none;border-top:1px solid rgba(170,204,0,.3);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.orders-modal .order-card .view-order-btn:hover{background-color:#ffffff80}.payment-modal .no-payment-methods{text-align:center;padding:30px 0}.payment-modal .no-payment-methods svg{color:var(--logo-green);opacity:.8;margin-bottom:16px}.payment-modal .no-payment-methods p{color:var(--text-light)}.payment-modal .payment-methods-list{margin-bottom:20px}.payment-modal .payment-methods-list .payment-method-card{display:flex;justify-content:space-between;align-items:center;padding:14px;border:1px solid var(--logo-lime);border-radius:12px;background-color:#ffffff80;margin-bottom:12px}.payment-modal .payment-methods-list .payment-method-card .payment-method-info{display:flex;align-items:center;gap:12px}.payment-modal .payment-methods-list .payment-method-card .payment-method-info .card-icon{color:var(--logo-green)}.payment-modal .payment-methods-list .payment-method-card .payment-method-info .card-details .card-brand{font-weight:500;display:flex;align-items:center;gap:8px}.payment-modal .payment-methods-list .payment-method-card .payment-method-info .card-details .card-brand .default-badge{display:inline-flex;align-items:center;gap:4px;background-color:#ac03;color:var(--logo-green);font-size:12px;padding:2px 8px;border-radius:50px}.payment-modal .payment-methods-list .payment-method-card .payment-method-info .card-details .card-expiry{font-size:13px;color:var(--text-light)}.payment-modal .payment-methods-list .payment-method-card .payment-method-actions{display:flex;align-items:center;gap:12px}.payment-modal .payment-methods-list .payment-method-card .payment-method-actions .set-default-btn{background:none;border:none;color:var(--logo-green);font-size:13px;cursor:pointer;padding:0;text-decoration:underline}.payment-modal .payment-methods-list .payment-method-card .payment-method-actions .delete-btn{background:none;border:none;color:var(--error-color);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:6px;border-radius:50%}.payment-modal .payment-methods-list .payment-method-card .payment-method-actions .delete-btn:hover{background-color:#dc26261a}.payment-modal .add-payment-btn{width:100%;padding:10px;background-color:#ffffff80;color:var(--logo-green);border:1px solid var(--logo-lime);border-radius:50px;font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s ease}.payment-modal .add-payment-btn:hover{background-color:#ffffffb3}.payment-modal .add-payment-form h4{color:var(--logo-green);margin-top:0;margin-bottom:16px}.settings-modal .settings-section{margin-bottom:24px}.settings-modal .settings-section:last-child{margin-bottom:0}.settings-modal .settings-section h4{display:flex;align-items:center;gap:8px;color:var(--logo-green);margin-top:0;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid rgba(170,204,0,.3)}.settings-modal .settings-options .setting-option{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(170,204,0,.2)}.settings-modal .settings-options .setting-option:last-child{border-bottom:none}.settings-modal .settings-options .setting-option .setting-text{display:flex;flex-direction:column}.settings-modal .settings-options .setting-option .setting-text span{font-weight:500;margin-bottom:2px}.settings-modal .settings-options .setting-option .setting-text small{font-size:12px;color:var(--text-light)}.settings-modal .settings-options .setting-option .toggle-btn{background:none;border:none;padding:0;cursor:pointer;display:flex}.settings-modal .settings-options .setting-option .toggle-btn .toggle-on{color:var(--logo-green)}.settings-modal .settings-options .setting-option .toggle-btn .toggle-off{color:var(--text-light)}.modal-with-sidebar{display:flex;width:100%;height:100%;min-height:400px}@media (max-width: 600px){.modal-with-sidebar{flex-direction:column}}.modal-nav-sidebar{background-color:#fff6;border-right:1px solid var(--logo-lime);padding:20px 0}@media (max-width: 600px){.modal-nav-sidebar{flex:0 0 auto;border-right:none;border-bottom:1px solid var(--logo-lime);padding:10px 0;overflow-x:auto}}.modal-nav-sidebar .nav-items{list-style:none;padding:0;margin:0}@media (max-width: 600px){.modal-nav-sidebar .nav-items{display:flex;width:100%}}.modal-nav-sidebar .nav-items li{display:flex;align-items:center;padding:12px 20px;cursor:pointer;transition:all .2s ease;color:var(--dark-green-1)}@media (max-width: 600px){.modal-nav-sidebar .nav-items li{flex:1;justify-content:center;padding:10px 0}}.modal-nav-sidebar .nav-items li:hover{background-color:#ffffffb3}.modal-nav-sidebar .nav-items li.active{background-color:var(--light-yellow-3);color:var(--dark-green-3);font-weight:500;border-left:3px solid var(--logo-lime);padding-left:17px}@media (max-width: 600px){.modal-nav-sidebar .nav-items li.active{border-left:none;border-bottom:3px solid var(--logo-lime);padding-left:initial;padding-bottom:7px}}.modal-nav-sidebar .nav-items li svg{margin-right:12px;color:inherit}@media (max-width: 600px){.modal-nav-sidebar .nav-items li svg{margin-right:0}}@media (max-width: 600px){.modal-nav-sidebar .nav-items li span{display:none}}.modal-content-with-sidebar{flex:1;padding:20px;overflow-y:auto}@media (max-width: 600px){.modal-content-with-sidebar{padding:15px}}.cart-dropdown{position:relative;display:flex;align-items:center;z-index:1000}.cart-dropdown.mobile{width:100%}.cart-dropdown.mobile .dropdown-trigger{width:100%;justify-content:center}.cart-dropdown.mobile .dropdown-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:360px;max-height:90vh;overflow-y:auto;border-radius:16px;box-shadow:0 10px 25px #0003;z-index:1001}.cart-dropdown .dropdown-trigger{position:relative;display:flex;align-items:center;background:transparent;color:var(--light-yellow-1);border:none;padding:8px 12px;font-size:14px;cursor:pointer;transition:all .2s ease;border-radius:4px;gap:8px}.cart-dropdown .dropdown-trigger.mobile{border-radius:12px;padding:8px 12px;background:#ffffff14;border:1px solid rgba(255,255,255,.1)}.cart-dropdown .dropdown-trigger.mobile:hover,.cart-dropdown .dropdown-trigger.mobile.active{background:#ffffff1f}.cart-dropdown .dropdown-trigger .cart-icon{color:var(--light-yellow-1);font-size:22px;position:relative;display:flex;align-items:center;justify-content:center}.cart-dropdown .dropdown-trigger .dropdown-arrow{color:var(--light-yellow-1);transition:transform .2s ease;margin-left:2px;display:flex;align-items:center;justify-content:center}.cart-dropdown .dropdown-trigger .dropdown-arrow.open{transform:rotate(180deg)}.cart-dropdown .dropdown-trigger .cart-count{position:absolute;top:-8px;right:-8px;background-color:var(--logo-lime);color:var(--dark-green-7);font-size:10px;font-weight:600;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.cart-dropdown .dropdown-trigger .btn-text{font-size:14px;font-weight:500}@media (max-width: 768px){.cart-dropdown .dropdown-trigger{padding:6px 10px}.cart-dropdown .dropdown-trigger .cart-icon{font-size:20px}.cart-dropdown .dropdown-trigger .dropdown-arrow{font-size:14px}.cart-dropdown .dropdown-trigger .cart-count{min-width:16px;height:16px;font-size:10px;top:-5px;right:-5px;border-width:1px}}@keyframes pulse{0%{transform:scale(.8);opacity:.8}50%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:1}}.cart-dropdown .dropdown-container{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;width:360px;overflow:hidden;z-index:1000}.cart-dropdown .dropdown-container.mobile{width:100%;right:auto;left:50%;transform:translate(-50%);max-width:360px}@media screen and (max-width: 576px){.cart-dropdown .dropdown-container{width:320px}}.cart-dropdown .dropdown-container .cart-dropdown-content{display:flex;flex-direction:column;max-height:500px}@media screen and (max-width: 576px){.cart-dropdown .dropdown-container .cart-dropdown-content{max-height:400px}}.cart-dropdown .dropdown-container .cart-dropdown-content .dropdown-header{padding:16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(0,0,0,.1);background-color:#ffffff80}.cart-dropdown .dropdown-container .cart-dropdown-content .dropdown-header h3{margin:0;font-size:16px;color:var(--dark-green-7);font-weight:600}.cart-dropdown .dropdown-container .cart-dropdown-content .dropdown-header .close-button{background:none;border:none;color:var(--dark-green-6);cursor:pointer;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center}.cart-dropdown .dropdown-container .cart-dropdown-content .dropdown-header .close-button:hover{background:#0000000d;color:var(--dark-green-7)}.cart-dropdown .dropdown-container .cart-dropdown-content .empty-cart{padding:40px 20px;text-align:center}.cart-dropdown .dropdown-container .cart-dropdown-content .empty-cart .empty-cart-icon{margin-bottom:16px;color:var(--logo-lime);opacity:.7}.cart-dropdown .dropdown-container .cart-dropdown-content .empty-cart p{font-size:15px;color:var(--dark-green-6);margin:0 0 20px}.cart-dropdown .dropdown-container .cart-dropdown-content .empty-cart .shop-link{display:inline-block;padding:10px 20px;background:var(--logo-lime);color:var(--dark-green-7);border-radius:8px;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease}.cart-dropdown .dropdown-container .cart-dropdown-content .empty-cart .shop-link:hover{background:#95b300;transform:translateY(-2px)}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-items{padding:8px;overflow-y:auto;max-height:320px}@media screen and (max-width: 576px){.cart-dropdown .dropdown-container .cart-dropdown-content .cart-items{max-height:240px}}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-items::-webkit-scrollbar{width:6px}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-items::-webkit-scrollbar-track{background-color:var(--light-yellow-1)}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-items::-webkit-scrollbar-thumb{background-color:var(--logo-lime);border-radius:3px}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-item{display:flex;padding:12px;border-radius:8px;margin-bottom:8px;transition:background .2s ease}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-item:hover{background:#00000005}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-item .item-image{width:60px;height:60px;border-radius:8px;overflow:hidden;margin-right:12px;background:#00000008;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-item .item-image.no-image{color:var(--logo-lime)}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-item .item-image img{width:100%;height:100%;object-fit:cover}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-item .item-details{flex:1;min-width:0;display:flex;flex-direction:column}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-item .item-details .item-name{font-size:14px;font-weight:500;color:var(--dark-green-7);margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-item .item-details .item-price{font-size:13px;color:var(--dark-green-6);margin-bottom:8px}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-item .item-details .item-quantity{display:flex;align-items:center;gap:8px}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-item .item-details .item-quantity .quantity-btn{width:22px;height:22px;border-radius:4px;background:#aacc001a;border:1px solid rgba(170,204,0,.2);display:flex;align-items:center;justify-content:center;color:var(--dark-green-7);cursor:pointer;transition:all .2s ease}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-item .item-details .item-quantity .quantity-btn:hover{background:#ac03}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-item .item-details .item-quantity span{font-size:13px;color:var(--dark-green-7);min-width:12px;text-align:center}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-item .remove-item{background:none;border:none;color:var(--dark-green-6);cursor:pointer;padding:4px;border-radius:50%;height:24px;width:24px;display:flex;align-items:center;justify-content:center;margin-left:8px}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-item .remove-item:hover{background:#0000000d;color:#e74c3c}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-summary{padding:16px;border-top:1px solid rgba(0,0,0,.1)}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-summary .subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:14px;color:var(--dark-green-7)}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-summary .subtotal .amount{font-weight:600;font-size:16px}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-summary .cart-actions{display:flex;gap:10px}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-summary .cart-actions .continue-shopping{flex:1;padding:10px;background:#aacc001a;color:var(--dark-green-7);border:1px solid rgba(170,204,0,.2);border-radius:8px;text-align:center;text-decoration:none;font-size:14px;transition:all .2s ease}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-summary .cart-actions .continue-shopping:hover{background:#ac03}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-summary .cart-actions .checkout-button{flex:2;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;background:var(--logo-lime);color:var(--dark-green-7);border-radius:8px;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease}.cart-dropdown .dropdown-container .cart-dropdown-content .cart-summary .cart-actions .checkout-button:hover{background:#95b300;transform:translateY(-2px)}.cart-dropdown.mobile .dropdown-container{top:calc(100% + 8px);right:0;width:320px;max-width:90vw}@media screen and (max-width: 1200px){.cart-dropdown.mobile .dropdown-container.navbar-mobile{position:fixed;top:calc(var(--navbar-height-mobile) + 8px);right:var(--section-padding-mobile, 16px)}}.floating-buttons{position:fixed;bottom:24px;right:24px;display:flex;flex-direction:column;gap:16px;z-index:999;pointer-events:none;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease}.floating-buttons.visible{opacity:1;visibility:visible;transform:translateY(0)}@media (max-width: 768px){.floating-buttons.hidden{opacity:0;visibility:hidden;transform:translateY(20px);pointer-events:none}}.floating-buttons .floating-button{pointer-events:auto;width:48px;height:48px;border-radius:50%;background:#fff;border:2px solid var(--dark-green-7);color:var(--dark-green-7);display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px rgba(var(--dark-green-7-rgb),.1),0 2px 4px rgba(var(--dark-green-7-rgb),.06)}.floating-buttons .floating-button svg{width:24px;height:24px;transition:transform .2s cubic-bezier(.4,0,.2,1)}.floating-buttons .floating-button .tooltip{position:absolute;right:calc(100% + 12px);top:50%;transform:translateY(-50%) translate(10px);background:var(--dark-green-7);color:#fff;padding:8px 12px;border-radius:6px;font-size:13px;white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;transition:all .2s ease;z-index:1001}.floating-buttons .floating-button .tooltip:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);border-left:6px solid var(--dark-green-7);border-top:6px solid transparent;border-bottom:6px solid transparent}.floating-buttons .floating-button:hover{background:var(--light-yellow-1);transform:translateY(-2px);border-color:var(--dark-yellow-1);box-shadow:0 8px 12px rgba(var(--dark-green-7-rgb),.15),0 3px 6px rgba(var(--dark-green-7-rgb),.1)}.floating-buttons .floating-button:hover svg{color:var(--dark-green-7);transform:scale(1.1)}.floating-buttons .floating-button:hover .tooltip{opacity:1;visibility:visible;transform:translateY(-50%) translate(0)}.floating-buttons .floating-button:active{transform:translateY(0);box-shadow:0 2px 4px rgba(var(--dark-green-7-rgb),.1),0 1px 2px rgba(var(--dark-green-7-rgb),.06)}.floating-buttons .floating-button.support{background:var(--dark-yellow-1);border-color:var(--dark-green-7)}.floating-buttons .floating-button.support svg{color:var(--dark-green-7)}.floating-buttons .floating-button.support:hover{background:var(--light-yellow-4);border-color:var(--dark-yellow-1)}@media screen and (max-width: 768px){.floating-buttons{bottom:24px;right:24px;gap:16px}.floating-buttons .floating-button{width:56px;height:56px;border-width:2px}.floating-buttons .floating-button svg{width:28px;height:28px}.floating-buttons .floating-button .tooltip{display:none}.floating-buttons .floating-button:hover{transform:none}.floating-buttons .floating-button:active{transform:scale(.95)}.floating-buttons .floating-button:before{content:"";position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px}}@media screen and (max-width: 480px){.floating-buttons{bottom:20px;right:20px;gap:20px}.floating-buttons .floating-button{width:60px;height:60px;border-width:2px;box-shadow:0 6px 12px rgba(var(--dark-green-7-rgb),.15),0 3px 6px rgba(var(--dark-green-7-rgb),.1)}.floating-buttons .floating-button svg{width:32px;height:32px}}@media (prefers-reduced-motion: reduce){.floating-buttons,.floating-button{transition:none!important}.floating-buttons svg,.floating-button svg{transition:none!important}.floating-buttons .tooltip,.floating-button .tooltip{transition:none!important}}.hero-section{padding-top:160px;padding-bottom:80px;position:relative;width:100%;overflow:hidden;display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - var(--navbar-height))}.hero-section .hero-container{position:relative;width:100%;max-width:var(--max-width);margin:0 auto;z-index:2;display:flex;flex-direction:column;justify-content:center;gap:32px;padding:0 var(--section-padding)}.hero-section .content-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;width:100%}.hero-section .hero-carousel{margin-top:40px;width:100%}@media (max-width: 1024px){.hero-section{padding:calc(64px + var(--navbar-height)) 0 64px}.hero-section .hero-container{padding:0 var(--section-padding);gap:24px}.hero-section .hero-carousel{margin-top:32px}}@media (max-width: 430px){.hero-section{padding:calc(40px + var(--navbar-height)) 0 40px}.hero-section .hero-container{padding:0;gap:16px}.hero-section .content-wrapper{gap:16px;padding:20px 0}.hero-section .hero-carousel{margin-top:24px}}@media screen and (max-width: 1024px){.hero-section{padding:calc(64px + var(--navbar-height)) 0 64px}.hero-section .hero-container{gap:clamp(28px,3.5%,40px)}.hero-section .content-wrapper{gap:clamp(40px,5%,56px)}}@media screen and (max-width: 768px){.hero-section{padding:calc(64px + var(--navbar-height)) 0 64px}.hero-section .hero-container{width:100%;gap:clamp(24px,3%,32px)}.hero-section .content-wrapper{gap:clamp(36px,4.5%,48px);padding:clamp(20px,2.5%,28px) 0}}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-image:url(/assets/hero-background-BezKED4o.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;pointer-events:none;image-rendering:-webkit-optimize-contrast;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);will-change:transform}.hero-background .overlay-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#00000059,#0000004d,#0006);mix-blend-mode:multiply}.hero-background .overlay-vignette{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,transparent 0%,rgba(0,0,0,.08) 100%);mix-blend-mode:multiply}@media screen and (max-width: 375px){.hero-background{background-position:70% center}.hero-background .overlay-gradient{background:linear-gradient(135deg,#00000080,#00000073,#0000008c)}.hero-background .overlay-vignette{background:radial-gradient(circle at center,transparent 0%,rgba(0,0,0,.12) 100%)}}@media screen and (max-height: 667px) and (max-width: 375px){.hero-background{background-position:75% center}.hero-background .overlay-gradient{background:linear-gradient(135deg,#0000008c,#00000080,#0009)}}@media screen and (max-width: 768px){.hero-background{background-position:60% center}.hero-background .overlay-gradient{background:linear-gradient(135deg,#0006,#00000059,#00000073)}}@media screen and (max-width: 480px){.hero-background{background-position:65% center}.hero-background .overlay-gradient{background:linear-gradient(135deg,#00000073,#0006,#00000080)}}@media (prefers-reduced-motion: reduce){.hero-background{transition:none;will-change:auto}}.hero-content{text-align:center;display:flex;flex-direction:column;gap:40px;align-items:center;width:100%}.hero-content h1{font-family:var(--font-heading);font-size:clamp(40px,5.5vw,72px);line-height:1.1;font-weight:500;color:var(--light-yellow-1);letter-spacing:-.02em;width:100%;max-width:1000px;margin:0}.hero-content h1 .highlight{color:var(--dark-yellow-1);position:relative;white-space:nowrap}.hero-content p{font-size:clamp(1rem,2vw,1.25rem);line-height:1.5;color:var(--dark-green-6);max-width:540px}.hero-content .cta-wrapper{display:flex;gap:clamp(16px,2vw,24px);justify-content:center;margin-top:clamp(8px,1vh,16px);width:100%;max-width:480px}@media (max-width: 768px){.hero-content{gap:24px}.hero-content h1{font-size:clamp(36px,4.5vw,48px);max-width:800px}}@media (max-width: 430px){.hero-content{gap:16px;padding:0 var(--container-padding, 12px)}.hero-content h1{font-size:clamp(28px,7vw,36px);line-height:1.2;max-width:480px}.hero-content .cta-wrapper{width:100%;max-width:320px}}@media screen and (max-width: 1920px){.hero-content h1{font-size:clamp(40px,5.5vw,72px)}}@media screen and (max-width: 1440px){.hero-content h1{font-size:clamp(40px,5vw,64px);max-width:900px}}@media screen and (max-width: 1200px){.hero-content h1{font-size:clamp(40px,4.5vw,56px);max-width:900px}}@media screen and (max-width: 768px){.hero-content{gap:clamp(32px,4vw,48px)}.hero-content h1{font-size:clamp(36px,4.5vw,40px);line-height:1.2;max-width:800px}.hero-content .cta-wrapper{gap:clamp(16px,1.5vw,20px)}}.embla{display:flex;width:100%;justify-content:center;position:relative}.embla__viewport{padding-top:16px;padding-bottom:16px;overflow:hidden;cursor:grab}.embla__viewport:active{cursor:grabbing}.embla__container{display:flex;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;gap:clamp(16px,2vw,24px)}.embla__slide{position:relative;flex:0 0 auto;padding:0;display:flex;justify-content:center;align-items:center;transition:opacity .2s ease;width:clamp(240px,25%,280px)}.embla__slide .product-card{width:100%;height:100%;margin:0;box-shadow:0 2px 6px #00000008}.embla__slide[data-active=true]{z-index:1}.embla__button{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#fff;border:2px solid var(--dark-green-7);color:var(--dark-green-7);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);z-index:90;box-shadow:0 4px 6px rgba(var(--dark-green-7-rgb),.1),0 2px 4px rgba(var(--dark-green-7-rgb),.06)}.embla__button svg{width:24px;height:24px;transition:transform .2s cubic-bezier(.4,0,.2,1)}.embla__button:hover{background:var(--light-yellow-1);transform:translateY(-50%) translate(var(--translate-x, 0)) scale(1.05);border-color:var(--dark-yellow-1);box-shadow:0 8px 12px rgba(var(--dark-green-7-rgb),.15),0 3px 6px rgba(var(--dark-green-7-rgb),.1)}.embla__button:hover svg{transform:scale(1.1)}.embla__button:active{transform:translateY(-50%) translate(var(--translate-x, 0)) scale(.95);box-shadow:0 2px 4px rgba(var(--dark-green-7-rgb),.1),0 1px 2px rgba(var(--dark-green-7-rgb),.06)}.embla__button:disabled{opacity:0;pointer-events:none;transform:translateY(-50%) translate(var(--translate-x, 0)) scale(.9)}.embla__button--prev{--translate-x: 4px;left:var(--section-padding, 24px)}.embla__button--prev:hover{--translate-x: -4px}.embla__button--next{--translate-x: -4px;right:var(--section-padding, 24px)}.embla__button--next:hover{--translate-x: 4px}@media screen and (max-width: 375px){.embla{position:relative;--section-padding: 12px;margin:0 calc(var(--section-padding) * -1);width:calc(100% + var(--section-padding) * 2);padding:0 var(--section-padding)}.embla__viewport{overflow:hidden;width:100%;padding:0}.embla__container{display:flex;gap:8px;padding:4px 0;width:100%;margin:0;justify-content:flex-start;align-items:center}.embla__slide{min-width:calc(100% - 32px);width:calc(100% - 32px);padding:0;margin:0}.embla__slide .product-card{width:fit-content;height:fit-content;margin:0 auto;max-width:280px}.embla__button{width:32px;height:32px;border-width:1px;box-shadow:0 2px 8px #0000001a;opacity:.85;background:#fff;z-index:100}.embla__button svg{width:16px;height:16px}.embla__button:hover{transform:translateY(-50%);--translate-x: 0;background:var(--light-yellow-1)}.embla__button:active{transform:translateY(-50%) scale(.95)}.embla__button--prev{left:var(--section-padding)}.embla__button--next{right:var(--section-padding)}.embla__button:before{content:"";position:absolute;top:-6px;left:-6px;right:-6px;bottom:-6px}}@media screen and (max-height: 667px) and (max-width: 375px){.embla__button{top:45%;width:28px;height:28px}.embla__button svg{width:14px;height:14px}.embla__button--prev{left:0}.embla__button--next{right:0}.embla__container{gap:10px;padding-left:6px}}@media screen and (max-width: 1024px){.embla__button{width:44px;height:44px}.embla__button svg{width:22px;height:22px}}@media screen and (max-width: 768px){.embla{--section-padding: 16px}.embla__button{width:40px;height:40px}.embla__button svg{width:20px;height:20px}}@media screen and (max-width: 430px){.embla{--section-padding: 12px;margin:0 -12px;width:calc(100% + 24px)}.embla__container{gap:12px;padding-left:12px}.embla__button{width:32px;height:32px}.embla__button svg{width:16px;height:16px}.embla__button--prev{left:4px}.embla__button--next{right:4px}}@media (prefers-reduced-motion: reduce){.embla__slide,.embla__button{transition:none!important}}.product-card{position:relative;width:100%;display:flex;flex-direction:column;background:linear-gradient(135deg,var(--light-yellow-1) 0%,white 100%);overflow:hidden;cursor:pointer;transition:all .3s ease;text-decoration:none}.product-card:hover{transform:translateY(-4px)}.product-card:hover .arrow-icon{transform:translate(4px)}.product-card:active{transform:translateY(-2px)}@media (max-width: 1440px){.product-card{max-width:280px}}@media (max-width: 1024px){.product-card{max-width:240px}}@media (max-width: 768px){.product-card{max-width:240px}}@media (max-width: 430px){.product-card{width:280px;height:420px;min-height:unset;max-width:unset;margin:0 auto;display:flex;flex-direction:column}.product-card .card-body{flex:1;display:flex;flex-direction:column;overflow:hidden}.product-card .product-image{padding:10px;width:100%;height:220px;min-height:220px;display:flex;align-items:center;justify-content:center}.product-card .product-image img{max-width:90%;max-height:90%;width:auto;height:auto;object-fit:contain;object-position:center}.product-card .product-content{padding:8px 16px;height:90px;overflow:hidden;display:flex;flex-direction:column}.product-card .product-content .product-name{max-height:60px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card .product-footer{height:60px;padding:10px 16px}}.product-card .variant-selector{position:absolute;top:16px;right:16px;display:flex;flex-direction:column;gap:6px;z-index:10;background:#fffffff2;padding:8px;border-radius:16px;border:1px solid var(--dark-yellow-1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 12px rgba(var(--dark-yellow-1-rgb),.12),0 2px 4px rgba(var(--dark-yellow-1-rgb),.08),inset 0 0 0 1px #ffffff80}.product-card .variant-selector .variant-btn{min-width:44px;height:44px;padding:0 12px;border-radius:22px;border:1.5px solid var(--dark-yellow-1);background:var(--light-yellow-1);color:var(--dark-green-7);font-weight:600;font-size:13px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;white-space:nowrap}.product-card .variant-selector .variant-btn:hover{background:var(--light-yellow-2);border-color:var(--dark-yellow-1)}.product-card .variant-selector .variant-btn.active{background:var(--dark-yellow-1);color:var(--dark-green-7);border-color:var(--dark-yellow-1);font-weight:700}@media (max-width: 430px){.product-card .variant-selector{top:8px;right:8px;padding:4px;gap:3px;border-radius:12px}.product-card .variant-selector .variant-btn{min-width:32px;height:32px;padding:0 8px;font-size:11px;border-width:1px}}.product-card .product-image{position:relative;width:100%;padding:20px;display:flex;align-items:center;justify-content:center;aspect-ratio:1}.product-card .product-image img{max-width:90%;max-height:90%;width:auto;height:auto;object-fit:contain;object-position:center;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.product-card .product-content{padding:16px 16px 8px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;background:transparent}@media (max-width: 430px){.product-card .product-content{padding:8px 16px;height:90px;overflow:hidden;display:flex;flex-direction:column}.product-card .product-content .product-name{max-height:60px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}}.product-card .product-content .brand-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:var(--dark-yellow-1);border:1px solid var(--dark-green-6);border-radius:20px;color:var(--dark-green-7);font-size:13px;font-weight:500}@media (max-width: 430px){.product-card .product-content .brand-tag{padding:3px 8px;font-size:11px;border-radius:12px;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90%}}.product-card .product-content .brand-tag svg{width:16px;height:16px;color:var(--dark-green-6);--phosphor-color: var(--dark-green-6);--phosphor-color-secondary: rgba(var(--dark-green-6-rgb), .3)}@media (max-width: 430px){.product-card .product-content .brand-tag svg{width:12px;height:12px;flex-shrink:0}}.product-card .product-content .product-name{font-size:18px;font-weight:600;color:var(--dark-green-7);margin:0;line-height:1.4}@media (max-width: 430px){.product-card .product-content .product-name{font-size:15px;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}}.product-card .product-footer{margin-top:auto;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;background:var(--dark-yellow-1);position:relative;z-index:5}@media (max-width: 430px){.product-card .product-footer{padding:10px 16px;height:60px}}.product-card .product-footer .price-tag{display:flex;align-items:baseline;gap:8px;color:var(--dark-green-7)}.product-card .product-footer .price-tag svg{width:24px;height:24px;color:var(--dark-green-6);--phosphor-color: var(--dark-green-6);--phosphor-color-secondary: rgba(var(--dark-green-6-rgb), .3)}@media (max-width: 430px){.product-card .product-footer .price-tag svg{width:20px;height:20px}}.product-card .product-footer .price-tag .amount{font-size:24px;font-weight:500;color:var(--dark-green-7)}@media (max-width: 430px){.product-card .product-footer .price-tag .amount{font-size:20px}}.product-card .product-footer .price-tag .currency{font-size:16px;font-weight:500;color:var(--dark-green-6)}@media (max-width: 430px){.product-card .product-footer .price-tag .currency{font-size:14px}}.product-card .product-footer .arrow-icon{width:24px;height:24px;color:var(--dark-green-7);transition:transform .3s ease}@media (max-width: 430px){.product-card .product-footer .arrow-icon{width:20px;height:20px}}@media screen and (max-width: 480px){.product-card{width:240px!important;height:380px!important;min-height:unset!important;max-width:unset!important}.product-card .variant-selector{top:6px!important;right:6px!important;padding:4px!important;gap:2px!important}.product-card .variant-selector .variant-btn{min-width:28px!important;height:28px!important;padding:0 6px!important;font-size:10px!important}.product-card .product-image{height:200px!important;min-height:200px!important;padding:8px!important}.product-card .product-image img{max-width:95%!important;max-height:95%!important}.product-card .product-content{height:80px!important;padding:6px 14px!important}.product-card .product-content .brand-tag{padding:2px 6px!important;font-size:10px!important;margin-bottom:3px!important}.product-card .product-content .brand-tag svg{width:10px!important;height:10px!important}.product-card .product-content .product-name{font-size:14px!important;max-height:54px!important;line-height:1.25!important}.product-card .product-footer{height:50px!important;padding:8px 14px!important}.product-card .product-footer .price-tag{gap:5px!important}.product-card .product-footer .price-tag svg{width:18px!important;height:18px!important}.product-card .product-footer .price-tag .amount{font-size:18px!important}.product-card .product-footer .price-tag .currency{font-size:13px!important}.product-card .product-footer .arrow-icon{width:18px!important;height:18px!important}}@media (prefers-reduced-motion: reduce){.product-card,.product-card .product-image img,.product-card .arrow-icon{transition:none}}.hero-carousel{width:100%;position:relative;overflow:visible;display:flex;justify-content:center;max-width:var(--max-width);margin:0 auto}.hero-carousel .embla__button{position:absolute;top:50%;transform:translateY(-50%);border-radius:50%;background:#fff;border:1px solid var(--dark-yellow-1);color:var(--dark-green-7);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10;box-shadow:0 4px 12px #0000001a;opacity:.9}.hero-carousel .embla__button:hover{background:var(--light-yellow-1);border-color:var(--dark-yellow-2);transform:translateY(-50%) scale(1.05);opacity:1}.hero-carousel .embla__button:active{transform:translateY(-50%) scale(.95)}.hero-carousel .embla__button:disabled{opacity:0;pointer-events:none}.hero-carousel.desktop .products-carousel{width:100%;position:relative;padding:0}.hero-carousel.desktop .products-carousel .embla__viewport{overflow:visible;cursor:grab}.hero-carousel.desktop .products-carousel .embla__viewport:active{cursor:grabbing}.hero-carousel.desktop .products-carousel .embla__container{display:flex;gap:24px;padding:16px 8px;backface-visibility:hidden;touch-action:pan-y;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;align-items:center;justify-content:center}.hero-carousel.desktop .products-carousel .embla__container.transform-fixed{transform:none!important;margin:0 auto;justify-content:center}.hero-carousel.desktop .products-carousel .embla__slide{flex:0 0 auto;padding:0;position:relative;display:flex;justify-content:center;align-items:center;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.hero-carousel.desktop .products-carousel .product-slide{width:100%;height:fit-content;transition:all .3s ease}.hero-carousel.desktop .products-carousel .product-slide .product-card{width:100%;height:fit-content;margin:0;min-height:450px;box-shadow:0 4px 16px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero-carousel.desktop .products-carousel .product-slide .product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.hero-carousel.desktop .products-carousel .embla__button{width:48px;height:48px}.hero-carousel.desktop .products-carousel .embla__button--prev{left:-24px}.hero-carousel.desktop .products-carousel .embla__button--next{right:-24px}.hero-carousel.desktop .products-carousel .embla__button svg{width:24px;height:24px}@media (max-width: 1280px){.hero-carousel.desktop .products-carousel .embla__button--prev{left:-12px}.hero-carousel.desktop .products-carousel .embla__button--next{right:-12px}}.hero-carousel.tablet{width:100%}.hero-carousel.tablet .tablet-carousel-wrapper{position:relative;width:100%;overflow:visible}.hero-carousel.tablet .tablet-products-carousel{width:100%;padding:0}.hero-carousel.tablet .tablet-products-carousel .embla__viewport{overflow:hidden;cursor:grab;padding:0}.hero-carousel.tablet .tablet-products-carousel .embla__container{display:flex;gap:20px;padding:12px 8px;backface-visibility:hidden;touch-action:pan-y;align-items:center;justify-content:center}.hero-carousel.tablet .tablet-products-carousel .embla__container.transform-fixed{transform:none!important;margin:0 auto;justify-content:center}.hero-carousel.tablet .tablet-products-carousel .embla__slide{flex:0 0 auto;position:relative;display:flex;justify-content:center;align-items:center}.hero-carousel.tablet .tablet-products-carousel .product-slide{width:100%;height:fit-content}.hero-carousel.tablet .tablet-products-carousel .product-slide .product-card{width:100%;height:fit-content;margin:0;min-height:380px;box-shadow:0 4px 12px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero-carousel.tablet .tablet-products-carousel .product-slide .product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.hero-carousel.tablet .tablet-products-carousel .embla__button{width:40px;height:40px}.hero-carousel.tablet .tablet-products-carousel .embla__button svg{width:20px;height:20px}.hero-carousel.tablet .tablet-products-carousel .embla__button--prev{left:-12px}.hero-carousel.tablet .tablet-products-carousel .embla__button--next{right:-12px}.hero-carousel.mobile{width:100vw;margin-left:calc(-1 * var(--section-padding));margin-right:calc(-1 * var(--section-padding))}.hero-carousel.mobile .mobile-carousel-wrapper{display:flex;justify-content:center;position:relative;width:100%;overflow:visible}.hero-carousel.mobile .mobile-products-carousel{width:100%;padding:0 var(--section-padding)}.hero-carousel.mobile .mobile-products-carousel .embla__viewport{overflow:hidden;cursor:grab;padding:0}.hero-carousel.mobile .mobile-products-carousel .embla__container{display:flex;gap:16px;padding:12px 8px;backface-visibility:hidden;touch-action:pan-y;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;align-items:center;justify-content:flex-start}.hero-carousel.mobile .mobile-products-carousel .embla__slide{flex:0 0 auto;min-width:85%;width:85%;padding:0;position:relative;display:flex;justify-content:center;align-items:center;height:420px}.hero-carousel.mobile .mobile-products-carousel .embla__slide .product-slide.mobile{height:420px;width:280px}.hero-carousel.mobile .mobile-products-carousel .embla__slide .product-slide.mobile .product-card{height:420px;width:280px;min-height:unset;max-width:unset;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column}.hero-carousel.mobile .mobile-products-carousel .embla__slide .product-slide.mobile .product-card .product-image{display:flex;align-items:center;justify-content:center;height:220px}.hero-carousel.mobile .mobile-products-carousel .embla__slide .product-slide.mobile .product-card .product-image img{max-width:90%;max-height:90%;object-fit:contain;object-position:center}.hero-carousel.mobile .mobile-products-carousel .embla__button{width:40px;height:40px;background:#fff;box-shadow:0 4px 16px #00000026;z-index:20}.hero-carousel.mobile .mobile-products-carousel .embla__button svg{width:20px;height:20px}.hero-carousel.mobile .mobile-products-carousel .embla__button--prev{left:calc(var(--section-padding) - 20px)}.hero-carousel.mobile .mobile-products-carousel .embla__button--next{right:calc(var(--section-padding) - 20px)}@media screen and (max-width: 480px){.hero-carousel.mobile .mobile-products-carousel .embla__slide{min-width:90%;width:90%;height:380px}.hero-carousel.mobile .mobile-products-carousel .embla__slide .product-slide.mobile{height:380px;width:240px}.hero-carousel.mobile .mobile-products-carousel .embla__slide .product-slide.mobile .product-card{height:380px;width:240px;min-height:unset!important;max-width:unset!important}.hero-carousel.mobile .mobile-products-carousel .embla__slide .product-slide.mobile .product-card .product-image{height:200px!important}.hero-carousel.mobile .mobile-products-carousel .embla__slide .product-slide.mobile .product-card .product-image img{max-width:95%!important;max-height:95%!important}.hero-carousel.mobile .mobile-products-carousel .embla__button{width:36px;height:36px}.hero-carousel.mobile .mobile-products-carousel .embla__button svg{width:18px;height:18px}.hero-carousel.mobile .mobile-products-carousel .embla__button--prev{left:4px}.hero-carousel.mobile .mobile-products-carousel .embla__button--next{right:4px}}@media (prefers-reduced-motion: reduce){.hero-carousel .product-slide,.hero-carousel .product-card,.hero-carousel .embla__button{transition:none!important}}.new-benefits{padding:80px 0;width:100%;background:linear-gradient(135deg,var(--dark-green-7) 0%,var(--dark-green-6) 100%);position:relative;color:#fff;overflow:hidden}.new-benefits:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--leaf-pattern);opacity:.03;pointer-events:none}.new-benefits:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(var(--dark-yellow-1-rgb),.08) 0%,transparent 70%);pointer-events:none}.new-benefits .container{width:100%;max-width:var(--section-max-width);padding:0 var(--section-padding);margin:0 auto;position:relative;z-index:1}.new-benefits .container .benefits-grid{margin:48px auto 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:1200px;position:relative}.new-benefits .container .benefits-grid .benefit-card{position:relative;border:1px solid rgba(var(--dark-yellow-1-rgb),.2);border-radius:24px;padding:32px;transition:all .5s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:hidden;z-index:1;box-shadow:0 4px 24px #0000001a,inset 0 0 0 1px #ffffff0d;transform:translateY(0)}.new-benefits .container .benefits-grid .benefit-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.1);transition:all .5s cubic-bezier(.4,0,.2,1);z-index:-2}.new-benefits .container .benefits-grid .benefit-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:1;transition:all .5s cubic-bezier(.4,0,.2,1);z-index:-1}.new-benefits .container .benefits-grid .benefit-card:nth-child(1):before{background-image:url(/assets/qualite-D1e6yOI7.jpg)}.new-benefits .container .benefits-grid .benefit-card:nth-child(2):before{background-image:url(/assets/pressage-DDm4UJ8H.jpg)}.new-benefits .container .benefits-grid .benefit-card:nth-child(3):before{background-image:url(/assets/qualite-D1e6yOI7.jpg)}.new-benefits .container .benefits-grid .benefit-card:nth-child(4):before{background-image:url(/assets/recolte-13yNKOic.jpg)}.new-benefits .container .benefits-grid .benefit-card:hover{transform:translateY(-4px);border-color:var(--dark-yellow-1);box-shadow:0 20px 40px #0000004d,0 0 0 1px rgba(var(--dark-yellow-1-rgb),.3),inset 0 0 0 1px #ffffff1a}.new-benefits .container .benefits-grid .benefit-card:hover:before{opacity:.15;transform:scale(1)}.new-benefits .container .benefits-grid .benefit-card:hover .content .icon-wrapper{transform:scale(1.1);background:var(--dark-yellow-1);box-shadow:0 0 20px rgba(var(--dark-yellow-1-rgb),.3),0 0 0 1px rgba(var(--dark-yellow-1-rgb),.4)}.new-benefits .container .benefits-grid .benefit-card:hover .content .icon-wrapper svg{color:var(--dark-green-7);transform:rotate(-8deg)}.new-benefits .container .benefits-grid .benefit-card:hover .content .text-content h3{transform:translateY(-2px);color:var(--light-yellow-1)}.new-benefits .container .benefits-grid .benefit-card:hover .content .text-content p{opacity:1}.new-benefits .container .benefits-grid .benefit-card .content{position:relative;z-index:1;display:flex;flex-direction:column;gap:20px;height:100%}.new-benefits .container .benefits-grid .benefit-card .content .icon-wrapper{width:56px;height:56px;background:rgba(var(--dark-yellow-1-rgb),.1);border-radius:16px;display:flex;align-items:center;justify-content:center;transition:all .5s cubic-bezier(.4,0,.2,1);transform:scale(1)}.new-benefits .container .benefits-grid .benefit-card .content .icon-wrapper svg{width:28px;height:28px;color:var(--dark-yellow-1);transition:all .5s cubic-bezier(.4,0,.2,1);transform:rotate(0)}.new-benefits .container .benefits-grid .benefit-card .content .text-content{flex:1;display:flex;flex-direction:column;gap:12px}.new-benefits .container .benefits-grid .benefit-card .content .text-content h3{font-size:20px;font-weight:600;color:var(--dark-yellow-1);margin:0;transition:all .5s cubic-bezier(.4,0,.2,1);transform:translateY(0)}.new-benefits .container .benefits-grid .benefit-card .content .text-content p{font-size:15px;line-height:1.6;color:var(--light-yellow-1);margin:0;opacity:.9;transition:all .5s cubic-bezier(.4,0,.2,1)}.new-benefits.mobile{padding:60px 0}.new-benefits.mobile .container{padding:0 16px}.new-benefits.mobile .container .benefits-grid{margin-top:32px;gap:16px;grid-template-columns:1fr;max-width:400px}.new-benefits.mobile .container .benefits-grid .benefit-card{padding:24px;border-radius:20px}.new-benefits.mobile .container .benefits-grid .benefit-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0003,0 0 0 1px rgba(var(--dark-yellow-1-rgb),.2),inset 0 0 0 1px #ffffff14}.new-benefits.mobile .container .benefits-grid .benefit-card:hover .content .icon-wrapper{transform:scale(1.05)}.new-benefits.mobile .container .benefits-grid .benefit-card .content{gap:16px}.new-benefits.mobile .container .benefits-grid .benefit-card .content .icon-wrapper{width:48px;height:48px;border-radius:14px}.new-benefits.mobile .container .benefits-grid .benefit-card .content .icon-wrapper svg{width:24px;height:24px}.new-benefits.mobile .container .benefits-grid .benefit-card .content .text-content{gap:8px}.new-benefits.mobile .container .benefits-grid .benefit-card .content .text-content h3{font-size:18px}.new-benefits.mobile .container .benefits-grid .benefit-card .content .text-content p{font-size:14px;line-height:1.5}@media screen and (max-width: 375px){.new-benefits.mobile{padding:48px 0}.new-benefits.mobile .container .benefits-grid{margin-top:24px;gap:12px}.new-benefits.mobile .container .benefits-grid .benefit-card{padding:20px;border-radius:16px}.new-benefits.mobile .container .benefits-grid .benefit-card .content{gap:12px}.new-benefits.mobile .container .benefits-grid .benefit-card .content .icon-wrapper{width:40px;height:40px;border-radius:12px}.new-benefits.mobile .container .benefits-grid .benefit-card .content .icon-wrapper svg{width:20px;height:20px}.new-benefits.mobile .container .benefits-grid .benefit-card .content .text-content{gap:6px}.new-benefits.mobile .container .benefits-grid .benefit-card .content .text-content h3{font-size:16px}.new-benefits.mobile .container .benefits-grid .benefit-card .content .text-content p{font-size:13px;line-height:1.4}}@media screen and (max-height: 667px) and (max-width: 375px){.new-benefits.mobile{padding:40px 0}.new-benefits.mobile .container .benefits-grid{margin-top:20px;gap:10px}.new-benefits.mobile .container .benefits-grid .benefit-card{padding:16px;border-radius:14px}.new-benefits.mobile .container .benefits-grid .benefit-card .content{gap:10px}.new-benefits.mobile .container .benefits-grid .benefit-card .content .icon-wrapper{width:36px;height:36px;border-radius:10px}.new-benefits.mobile .container .benefits-grid .benefit-card .content .icon-wrapper svg{width:18px;height:18px}.new-benefits.mobile .container .benefits-grid .benefit-card .content .text-content{gap:4px}.new-benefits.mobile .container .benefits-grid .benefit-card .content .text-content h3{font-size:15px}.new-benefits.mobile .container .benefits-grid .benefit-card .content .text-content p{font-size:12px;line-height:1.3}}@media (prefers-reduced-motion: reduce){.new-benefits .benefit-card{transition:none!important}.new-benefits .benefit-card:before{transition:none!important}.new-benefits .benefit-card:after{transition:none!important}.new-benefits .benefit-card .content .icon-wrapper{transition:none!important}.new-benefits .benefit-card .content .icon-wrapper svg{transition:none!important}}.benefit-card{position:relative;background:#ffffff14;border:1px solid rgba(var(--dark-yellow-1-rgb),.2);border-radius:24px;padding:32px;transition:all .5s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:hidden;z-index:1;box-shadow:0 4px 24px #0000001a,inset 0 0 0 1px #ffffff0d;transform:translateY(0)}.benefit-card .content{position:relative;z-index:1;display:flex;flex-direction:column;gap:20px;height:100%}.benefit-card .content .icon-wrapper{width:56px;height:56px;background:rgba(var(--dark-yellow-1-rgb),.1);border-radius:16px;display:flex;align-items:center;justify-content:center;transition:all .5s cubic-bezier(.4,0,.2,1);transform:scale(1)}.benefit-card .content .icon-wrapper svg{width:28px;height:28px;color:var(--dark-yellow-1);transition:all .5s cubic-bezier(.4,0,.2,1);transform:rotate(0)}.benefit-card .content .text-content{flex:1;display:flex;flex-direction:column;gap:12px}.benefit-card .content .text-content h3{font-size:20px;font-weight:600;color:var(--dark-yellow-1);margin:0;transition:all .5s cubic-bezier(.4,0,.2,1);transform:translateY(0)}.benefit-card .content .text-content p{font-size:15px;line-height:1.6;color:var(--light-yellow-1);margin:0;opacity:.9;transition:all .5s cubic-bezier(.4,0,.2,1)}.benefit-card.mobile{padding:24px;border-radius:20px}.benefit-card.mobile .content{gap:16px}.benefit-card.mobile .content .icon-wrapper{width:48px;height:48px;border-radius:14px}.benefit-card.mobile .content .icon-wrapper svg{width:24px;height:24px}.benefit-card.mobile .content .text-content{gap:8px}.benefit-card.mobile .content .text-content h3{font-size:18px}.benefit-card.mobile .content .text-content p{font-size:14px;line-height:1.5}.section-header{text-align:center;margin-bottom:64px}.section-header .title-container{position:relative;width:100%;display:flex;justify-content:center;align-items:center;padding:0 40px}.section-header .title-container:before,.section-header .title-container:after{content:"";position:absolute;top:calc(50% + 32px);transform:translateY(-50%);height:2px;width:25vw;z-index:1;pointer-events:none}.section-header .title-container:before{right:calc(50% + 200px);--direction: left}.section-header .title-container:after{left:calc(50% + 200px);--direction: right}.section-header .title-container .title-content{padding:0 32px;z-index:2;display:flex;flex-direction:column;align-items:center;gap:16px;position:relative;min-width:400px}.section-header .title-container .title-content .title-wrapper{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.section-header .title-container .title-content .title-wrapper .title-icon{flex-shrink:0;width:40px;height:40px;transition:all .3s ease}.section-header .title-container .title-content .title-wrapper h2{font-size:36px;font-weight:600;margin:0;text-align:center;line-height:1.2;transition:all .3s ease}.section-header .title-container .title-content p{font-size:18px;line-height:1.5;max-width:600px;margin:0;text-align:center;font-weight:400;transition:all .3s ease}.section-header.light .title-container:before,.section-header.light .title-container:after{background:linear-gradient(to var(--direction, right),transparent,var(--dark-yellow-1) 15%,var(--dark-yellow-1) 85%,transparent);opacity:.4}.section-header.light .title-container .title-content .title-wrapper .title-icon{color:var(--dark-yellow-1);--phosphor-color: var(--dark-yellow-1);--phosphor-color-secondary: rgba(var(--dark-yellow-1-rgb), .3)}.section-header.light .title-container .title-content .title-wrapper h2{color:var(--dark-green-7)}.section-header.light .title-container .title-content p{color:var(--dark-green-6)}.section-header.dark .title-container:before,.section-header.dark .title-container:after{background:linear-gradient(to var(--direction, right),transparent,var(--light-yellow-1) 15%,var(--light-yellow-1) 85%,transparent);opacity:.25}.section-header.dark .title-container .title-content .title-wrapper .title-icon{color:var(--light-yellow-1);--phosphor-color: var(--light-yellow-1);--phosphor-color-secondary: rgba(255, 255, 255, .3)}.section-header.dark .title-container .title-content .title-wrapper h2{color:#fff}.section-header.dark .title-container .title-content p{color:#fffc}.section-header.mobile{margin-bottom:40px}.section-header.mobile .title-container{padding:0 16px}.section-header.mobile .title-container:before,.section-header.mobile .title-container:after{width:25vw;top:calc(50% + 32px);height:1.5px;opacity:.3}.section-header.mobile .title-container:before{right:calc(50% + 80px)}.section-header.mobile .title-container:after{left:calc(50% + 80px)}.section-header.mobile .title-container .title-content{max-width:320px;margin:0 auto}.section-header.mobile .title-container .title-content .title-wrapper .title-icon{width:64px;height:64px;padding:12px;border-radius:16px;background:rgba(var(--dark-yellow-1-rgb),.15);box-shadow:0 4px 12px rgba(var(--dark-yellow-1-rgb),.1),0 2px 4px rgba(var(--dark-yellow-1-rgb),.05)}.section-header.mobile .title-container .title-content .title-wrapper h2{font-size:28px;margin-top:8px}.section-header.mobile .title-container .title-content p{font-size:15px;line-height:1.5;max-width:280px;margin:0 auto}.section-header.mobile.dark .title-container .title-wrapper .title-icon{background:#ffffff1a;box-shadow:0 4px 12px #ffffff1a,0 2px 4px #ffffff0d}@media screen and (max-width: 480px){.section-header.mobile{margin-bottom:32px}.section-header.mobile .title-container{padding:0 12px}.section-header.mobile .title-container:before,.section-header.mobile .title-container:after{width:20vw;top:calc(50% + 28px)}.section-header.mobile .title-container:before{right:calc(50% + 70px)}.section-header.mobile .title-container:after{left:calc(50% + 70px)}.section-header.mobile .title-container .title-content{max-width:280px;padding:0}.section-header.mobile .title-container .title-content .title-wrapper .title-icon{width:56px;height:56px;padding:10px}.section-header.mobile .title-container .title-content .title-wrapper h2{font-size:24px;margin-top:6px}.section-header.mobile .title-container .title-content p{font-size:14px;max-width:240px}}@media (prefers-reduced-motion: reduce){.section-header .title-content,.section-header .title-wrapper,.section-header .title-icon,.section-header h2,.section-header p{transition:none!important}}@media screen and (max-width: 768px){.section-header{margin-bottom:48px}.section-header .title-container{padding:0 20px}.section-header .title-container:before,.section-header .title-container:after{width:15vw;top:calc(50% + 24px)}.section-header .title-container .title-content{min-width:unset;padding:0 16px;gap:12px}.section-header .title-container .title-content .title-wrapper{gap:8px}.section-header .title-container .title-content .title-wrapper h2{font-size:32px}.section-header .title-container .title-content p{font-size:16px}}.brand-tooltip-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1050;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.brand-tooltip-backdrop[data-active=true]{opacity:1;visibility:visible}.brand-tooltip{background-color:var(--light-yellow-2);border:1px solid var(--dark-yellow-1);border-radius:16px;padding:24px;z-index:999;box-shadow:0 8px 24px #00000014}.brand-tooltip.desktop{position:fixed;width:320px;transform:translate(-50%,-100%);pointer-events:none;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;will-change:transform}.brand-tooltip.desktop[style]{opacity:1;visibility:visible}.brand-tooltip.desktop:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid var(--light-yellow-2)}.brand-tooltip.mobile{position:fixed;left:0;right:0;bottom:0;width:100%;max-height:85vh;overflow-y:auto;border-radius:20px 20px 0 0;padding:24px 16px;transform:translateY(100%);transition:transform .3s cubic-bezier(.16,1,.3,1);-webkit-overflow-scrolling:touch;background-color:#fff;box-shadow:0 -4px 24px #0000001a;will-change:transform;z-index:1100}.brand-tooltip.mobile[data-active=true]{transform:translateY(0)}.brand-tooltip.mobile .tooltip-content{max-width:480px;margin:0 auto;padding:0 8px;opacity:0;transform:translateY(20px);transition:all .3s cubic-bezier(.16,1,.3,1);transition-delay:.1s}.brand-tooltip.mobile[data-active=true] .tooltip-content{opacity:1;transform:translateY(0)}.brand-tooltip.mobile .brand-header{padding-right:40px}.brand-tooltip.mobile .close-button{position:absolute;top:24px;right:16px;width:32px;height:32px;border-radius:50%;background:var(--light-yellow-1);border:1px solid var(--dark-yellow-1);color:var(--dark-green-7);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;opacity:0;transform:scale(.8);transition-delay:.2s}.brand-tooltip.mobile .close-button:hover{background:var(--light-yellow-2);transform:scale(1.05)}.brand-tooltip.mobile .close-button:active{transform:scale(.95)}.brand-tooltip.mobile .close-button svg{width:20px;height:20px}.brand-tooltip.mobile[data-active=true] .close-button{opacity:1;transform:scale(1)}.brand-tooltip .brand-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px;position:relative}.brand-tooltip .brand-header .icon-wrapper{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:var(--light-yellow-3);border-radius:8px}.brand-tooltip .brand-header .icon-wrapper svg{color:var(--dark-yellow-1)}.brand-tooltip .brand-header .brand-title{flex:1;min-width:0}.brand-tooltip .brand-header .brand-title h3{font-size:24px;color:var(--dark-green-7);margin-bottom:4px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-tooltip .brand-header .brand-title .brand-type{font-size:15px;color:var(--dark-green-6);font-style:italic;display:block;line-height:1.4}.brand-tooltip .description>p{font-size:15px;line-height:1.6;color:var(--dark-green-6);margin-bottom:16px}.brand-tooltip .description .specs{display:flex;flex-direction:column;gap:12px}.brand-tooltip .description .specs .spec-badge{background:#fff;border:1px solid var(--dark-yellow-1);border-radius:12px;padding:12px 16px}.brand-tooltip .description .specs .spec-badge .badge-label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--dark-green-7);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.brand-tooltip .description .specs .spec-badge .badge-value{font-size:14px;color:var(--dark-green-6);line-height:1.5}@media (prefers-reduced-motion: reduce){.brand-tooltip-backdrop,.brand-tooltip,.brand-tooltip-backdrop.mobile .tooltip-content,.brand-tooltip-backdrop.mobile .close-button,.brand-tooltip.mobile .tooltip-content,.brand-tooltip.mobile .close-button{transition:none!important}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-33.3333333333%)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.brands-section{height:fit-content;padding:80px 0;width:100%;background:linear-gradient(135deg,white 0%,var(--light-yellow-1) 50%,white 100%);position:relative;overflow:hidden}.brands-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--leaf-pattern);opacity:.03;pointer-events:none}.brands-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(var(--dark-yellow-1-rgb),.1) 0%,transparent 70%);pointer-events:none}.brands-section .container{max-width:var(--section-max-width);margin:0 auto;padding:0 16px;position:relative}.brands-section .brands-grid,.brands-section .brands-carousel{margin-top:48px}.brands-section .brands-grid .brand-card,.brands-section .brands-carousel .brand-card{width:260px;height:180px;background:#fff;border:1px solid var(--dark-yellow-1);border-radius:20px;padding:28px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}.brands-section .brands-grid .brand-card:hover,.brands-section .brands-carousel .brand-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a;border-color:var(--dark-yellow-2)}.brands-section .brands-grid .brand-card .brand-image,.brands-section .brands-carousel .brand-card .brand-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.brands-section .brands-grid .brand-card .brand-image img,.brands-section .brands-carousel .brand-card .brand-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.brands-section .brands-grid{display:flex;gap:16px;justify-content:center;align-items:center;overflow-x:auto;padding:8px 4px;scrollbar-width:none;-ms-overflow-style:none}.brands-section .brands-grid::-webkit-scrollbar{display:none}.brands-section .brands-carousel{margin:48px -24px;padding:0 24px;width:calc(100% + 48px);position:relative}.brands-section .brands-carousel :global .carousel__viewport{overflow:visible;cursor:grab}.brands-section .brands-carousel :global .carousel__viewport:active{cursor:grabbing}.brands-section .brands-carousel :global .carousel__container{display:flex;gap:16px;padding:8px 4px;backface-visibility:hidden;touch-action:pan-y;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.brands-section .brands-carousel :global .carousel__slide{flex:0 0 auto;min-width:min-content;width:min-content;padding:0;position:relative;display:flex;justify-content:center;align-items:center;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.brands-section .brands-carousel :global .carousel__slide[data-active=true] .brand-card{transform:scale(1.02);box-shadow:0 12px 32px #0000001a;border-color:var(--dark-yellow-2)}.brands-section .brands-carousel :global .carousel__button{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#fff;border:1px solid var(--dark-yellow-1);color:var(--dark-green-7);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10;box-shadow:0 4px 12px #0000001a;opacity:.9}.brands-section .brands-carousel :global .carousel__button:hover{background:var(--light-yellow-1);border-color:var(--dark-yellow-2);transform:translateY(-50%) scale(1.05);opacity:1}.brands-section .brands-carousel :global .carousel__button:active{transform:translateY(-50%) scale(.95)}.brands-section .brands-carousel :global .carousel__button[data-disabled=true]{opacity:0;pointer-events:none}.brands-section .brands-carousel :global .carousel__button--prev{left:-8px}.brands-section .brands-carousel :global .carousel__button--next{right:-8px}.brands-section .brands-carousel :global .carousel__button svg{width:24px;height:24px}@media screen and (max-width: 768px){.brands-section{padding:60px 0}.brands-section .container{padding:0 16px}.brands-section .brands-grid,.brands-section .brands-carousel{margin-top:32px}.brands-section .brands-grid .brand-card,.brands-section .brands-carousel .brand-card{width:240px;height:180px;padding:24px}.brands-section .brands-carousel{margin:32px -16px;padding:0 16px;width:calc(100% + 32px)}.brands-section .brands-carousel :global .carousel__container{gap:20px}.brands-section .brands-carousel :global .carousel__slide{min-width:min-content;width:min-content}.brands-section .brands-carousel :global .carousel__button{width:56px;height:56px;background:#fff;box-shadow:0 4px 16px #00000026}.brands-section .brands-carousel :global .carousel__button svg{width:28px;height:28px}.brands-section .brands-carousel :global .carousel__button--prev{left:-4px}.brands-section .brands-carousel :global .carousel__button--next{right:-4px}}@media screen and (max-width: 480px){.brands-section{padding:48px 0}.brands-section .container{padding:0 12px}.brands-section .brands-grid,.brands-section .brands-carousel{margin-top:24px}.brands-section .brands-grid .brand-card,.brands-section .brands-carousel .brand-card{width:280px;height:200px;padding:24px;border-radius:20px}.brands-section .brands-carousel{margin:24px -12px;padding:0 12px;width:calc(100% + 24px)}.brands-section .brands-carousel :global .carousel__container{gap:24px;padding:8px 4px}.brands-section .brands-carousel :global .carousel__slide{min-width:min-content;width:min-content}.brands-section .brands-carousel :global .carousel__button{width:64px;height:64px;background:#fff;box-shadow:0 4px 20px #0003}.brands-section .brands-carousel :global .carousel__button svg{width:32px;height:32px}.brands-section .brands-carousel :global .carousel__button--prev{left:0}.brands-section .brands-carousel :global .carousel__button--next{right:0}}@media (prefers-reduced-motion: reduce){.brands-section .brand-card,.brands-section .brand-image img{transition:none!important}}.card-review-container{width:360px;height:420px;background:#fff;border-radius:20px;border:1px solid var(--dark-yellow-1);transition:all .3s cubic-bezier(.4,0,.2,1)}.card-review-container.expanded{height:auto;max-height:600px}.card-review-container.expanded .review-text{max-height:none;-webkit-line-clamp:unset;mask-image:none;-webkit-mask-image:none}.card-review-container.expanded .expand-button .rotated{transform:rotate(180deg)}@media (max-width: 1024px){.card-review-container{width:340px;height:400px}.card-review-container.expanded{height:auto;max-height:580px}}@media (max-width: 768px){.card-review-container{width:calc(100% - 32px);height:380px;margin:0 auto}.card-review-container.expanded{height:auto;max-height:560px}}@media (max-width: 480px){.card-review-container{width:calc(100% - 24px);height:360px}.card-review-container.expanded{height:auto;max-height:540px}}.card-review-container:hover{transform:translateY(-4px);border-color:var(--dark-green-7);background:#fffffff2}.card-review-container.dark{--border-color: rgba(255, 255, 255, .1);--card-bg: rgba(0, 0, 0, .5);color:#fff}.card-review-container .card-review{display:flex;flex-direction:column;height:100%;position:relative;overflow:hidden}.card-review-container .card-review .review-header{padding:24px;background:linear-gradient(135deg,var(--light-yellow-1) 0%,var(--light-yellow-2) 100%);border-bottom:2px solid var(--dark-yellow-1);border-radius:20px 20px 0 0;flex-shrink:0;position:relative;z-index:2}.card-review-container .card-review .review-header .author-info .author-details{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.card-review-container .card-review .review-header .author-info .author-details .author-name-location h3{font-size:18px;font-weight:600;color:var(--dark-green-7);margin:0 0 4px;letter-spacing:-.2px}.card-review-container .card-review .review-header .author-info .author-details .author-name-location p{font-size:14px;color:var(--dark-green-5);margin:0}.card-review-container .card-review .review-header .author-info .author-details .rating{display:flex;gap:3px;flex-shrink:0}.card-review-container .card-review .review-header .author-info .author-details .rating svg{width:18px;height:18px;color:var(--light-yellow-2);stroke:var(--dark-green-6);stroke-width:1.5}.card-review-container .card-review .review-header .author-info .author-details .rating svg.filled{color:var(--dark-yellow-1);stroke:var(--dark-green-6)}.card-review-container .card-review .review-header .author-info .verified-badge{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:var(--dark-green-7);margin-top:8px;padding:4px 12px;background:#fff;border:1px solid var(--dark-yellow-1);border-radius:16px;font-weight:600}.card-review-container .card-review .review-header .author-info .verified-badge svg{color:var(--dark-green-7);width:14px;height:14px}.card-review-container .card-review .review-header .author-info .rating-time{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.card-review-container .card-review .review-header .author-info .rating-time time{font-size:13px;color:var(--dark-green-7);font-weight:500}.card-review-container .card-review .review-content{flex-grow:1;display:flex;flex-direction:column;position:relative;z-index:2;padding:24px;gap:12px}.card-review-container .card-review .review-content .product-info{margin-bottom:8px;padding:10px 14px;background:var(--light-yellow-1);border-radius:10px;border:1px solid var(--light-yellow-2)}.card-review-container .card-review .review-content .product-info .review-context{font-size:13px;color:var(--dark-green-6);margin:0 0 4px}.card-review-container .card-review .review-content .product-info .product-link{text-decoration:none;display:flex;align-items:center;justify-content:space-between;gap:10px;transition:all .2s ease;padding:4px 0}.card-review-container .card-review .review-content .product-info .product-link .product-details{flex:1;min-width:0}.card-review-container .card-review .review-content .product-info .product-link .forward-icon{width:18px;height:18px;color:var(--dark-green-7);opacity:0;transform:translate(-8px);transition:all .2s ease}.card-review-container .card-review .review-content .product-info .product-link:hover .product-name{color:var(--dark-green-7);text-decoration:underline;text-decoration-color:var(--dark-green-7)}.card-review-container .card-review .review-content .product-info .product-link:hover .forward-icon{opacity:1;transform:translate(0)}.card-review-container .card-review .review-content .product-info .product-link .product-name{font-weight:600;color:var(--dark-green-7);margin:0;font-size:14px;transition:color .2s ease}.card-review-container .card-review .review-content .product-info .product-link .product-variant{font-size:13px;color:var(--dark-green-6);margin:2px 0 0}.card-review-container .card-review .review-content .review-text{font-size:14px;line-height:1.5;color:var(--dark-green-6);margin:0;padding:0 6px;font-style:italic;position:relative;flex-grow:1;overflow-y:hidden}.card-review-container .card-review .review-content .review-text.truncated{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;mask-image:linear-gradient(to bottom,black 70%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 70%,transparent 100%)}.card-review-container .card-review .review-content .expand-button{display:flex;align-items:center;gap:8px;background:none;border:none;color:var(--dark-yellow-1);font-size:14px;font-weight:500;padding:8px;cursor:pointer;margin:0 auto;transition:all .2s ease}.card-review-container .card-review .review-content .expand-button svg{width:16px;height:16px;transition:transform .2s ease}.card-review-container .card-review .review-content .expand-button:hover{color:var(--dark-green-7)}@media (prefers-reduced-motion: reduce){.card-review-container{transition:none!important}.card-review-container .card-review .review-content .product-link,.card-review-container .card-review .review-content .forward-icon,.card-review-container .card-review .review-content .expand-button,.card-review-container .card-review .review-content .expand-button svg{transition:none!important}}.reviews-div-container{width:100%;display:flex;justify-content:center;padding:80px var(--section-padding)}.reviews-div-container .reviews{width:100%;max-width:var(--section-max-width);display:flex;flex-direction:column;gap:48px;align-items:center}.reviews-div-container .reviews>.container{max-width:var(--section-max-width);width:100%;display:flex;flex-direction:column;gap:48px}.reviews-div-container .reviews>.container>.reviews-header{display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center}.reviews-div-container .reviews>.container>.reviews-header>h2{color:var(--dark-green-7)}.reviews-div-container .reviews>.container>.reviews-header>span{width:48px;height:48px;border-radius:8px;background-color:var(--light-yellow-2);display:flex;align-items:center;justify-content:center}.reviews-div-container .reviews>.container>.reviews-container{overflow:hidden;width:100%;border-radius:4px;display:flex;gap:20px;position:relative;height:380px}.reviews-div-container .reviews>.container>.reviews-container>.reviews-wrapper{display:flex;width:100%;gap:20px;animation:scroll-left 15s linear infinite;min-width:fit-content;position:absolute}.reviews-div-container .reviews>.container>.reviews-container>.reviews-wrapper.paused{animation-play-state:paused}.reviews-div-container .reviews>.container>.reviews-container>.reviews-wrapper2{position:absolute;display:flex;width:100%;gap:20px;animation:scroll-loop 15s linear infinite;min-width:fit-content}@keyframes scroll-left{0%{transform:translate(calc(0% + 20px))}to{transform:translate(calc(-100% - 20px))}}@keyframes scroll-loop{0%{transform:translate(calc(100% + 20px))}to{transform:translate(calc(0% + 20px))}}.reviews-section{padding:80px 0;background:linear-gradient(135deg,white 0%,var(--light-yellow-2) 30%,var(--light-yellow-1) 70%,white 100%);overflow:hidden;position:relative}.reviews-section:before,.reviews-section:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:80%;height:1px;background:linear-gradient(to right,transparent,var(--dark-yellow-1),transparent);opacity:.2;z-index:1}.reviews-section:before{top:0}.reviews-section:after{bottom:0}.reviews-section .container{max-width:var(--section-max-width);margin:0 auto 48px;padding:0 var(--section-padding)}.reviews-section .reviews-carousel{margin-top:48px;padding:0 var(--section-padding);position:relative}.reviews-section .reviews-carousel .carousel{width:100%;max-width:var(--section-max-width);margin:0 auto;padding:0;position:relative}.reviews-section .reviews-carousel .carousel__viewport{overflow:visible;width:100%;padding:20px 0}.reviews-section .reviews-carousel .carousel__container{display:flex;gap:32px;padding:8px 0;margin:0;justify-content:flex-start;align-items:stretch}.reviews-section .reviews-carousel .carousel__slide{flex:0 0 auto;min-width:0;width:360px;max-width:360px;padding:0;margin:0;opacity:.5;transform:scale(.95);transition:all .4s cubic-bezier(.4,0,.2,1);height:420px}.reviews-section .reviews-carousel .carousel__slide[data-active=true]{opacity:1;transform:scale(1)}.reviews-section .reviews-carousel .carousel__slide[data-active=true] .card-review{transform:translateY(-8px);border-color:var(--dark-green-7);background:#fffffff2;box-shadow:0 20px 40px #0000001a,0 8px 16px #0000000d}.reviews-section .reviews-carousel .carousel__slide .card-review{width:100%;height:100%;min-height:420px;max-height:420px;transition:all .4s cubic-bezier(.4,0,.2,1)}.reviews-section .reviews-carousel .carousel__button{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border:2px solid var(--dark-yellow-1);border-radius:50%;background:#fff;color:var(--dark-green-7);box-shadow:0 8px 24px #0000001a,0 0 0 1px rgba(var(--dark-yellow-1-rgb),.1);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10;opacity:.9}.reviews-section .reviews-carousel .carousel__button svg{width:28px;height:28px}.reviews-section .reviews-carousel .carousel__button:hover{transform:translateY(-50%) scale(1.05);background:var(--light-yellow-1);border-color:var(--dark-green-7);opacity:1}.reviews-section .reviews-carousel .carousel__button:active{transform:translateY(-50%) scale(.95)}.reviews-section .reviews-carousel .carousel__button[data-disabled=true]{opacity:0;pointer-events:none}.reviews-section .reviews-carousel .carousel__button--prev{left:calc(var(--section-padding) - 12px)}.reviews-section .reviews-carousel .carousel__button--next{right:calc(var(--section-padding) - 12px)}@media screen and (min-width: 1200px){.reviews-section .reviews-carousel .carousel__container{gap:40px;padding:12px 0}.reviews-section .reviews-carousel .carousel__slide{max-width:380px}.reviews-section .reviews-carousel .carousel__button{width:64px;height:64px}.reviews-section .reviews-carousel .carousel__button svg{width:32px;height:32px}.reviews-section .reviews-carousel .carousel__button--prev{left:calc(var(--section-padding) - 16px)}.reviews-section .reviews-carousel .carousel__button--next{right:calc(var(--section-padding) - 16px)}}.reviews-section.mobile{padding:60px 0}.reviews-section.mobile .container{margin-bottom:32px;padding:0 var(--section-padding-mobile, 16px)}.reviews-section.mobile .reviews-carousel{margin-top:32px;padding:0 var(--section-padding-mobile, 16px)}.reviews-section.mobile .reviews-carousel .carousel__viewport{padding:12px 0;touch-action:pan-y pinch-zoom}.reviews-section.mobile .reviews-carousel .carousel__container{gap:20px;padding:4px 0;-webkit-overflow-scrolling:touch}.reviews-section.mobile .reviews-carousel .carousel__slide{width:calc(100% - 48px);max-width:320px;margin:0 auto;opacity:.5;transform:scale(.95);will-change:transform,opacity;height:420px}.reviews-section.mobile .reviews-carousel .carousel__slide[data-active=true]{opacity:1;transform:scale(1)}.reviews-section.mobile .reviews-carousel .carousel__slide[data-active=true] .card-review{transform:translateY(-4px)}.reviews-section.mobile .reviews-carousel .carousel__slide .card-review{min-height:420px;max-height:420px;-webkit-tap-highlight-color:transparent}.reviews-section.mobile .reviews-carousel .carousel__button{width:44px;height:44px;border-width:1.5px;background:#fff;box-shadow:0 8px 16px #0000001a,0 4px 8px #0000000d}.reviews-section.mobile .reviews-carousel .carousel__button svg{width:24px;height:24px}.reviews-section.mobile .reviews-carousel .carousel__button--prev{left:4px}.reviews-section.mobile .reviews-carousel .carousel__button--next{right:4px}.reviews-section.mobile .reviews-carousel .carousel__button:before{content:"";position:absolute;top:-12px;left:-12px;right:-12px;bottom:-12px;border-radius:50%}.reviews-section.mobile .reviews-carousel .carousel__button:active{transform:translateY(-50%) scale(.92);transition:transform .1s ease}@media screen and (max-width: 480px){.reviews-section.mobile{padding:48px 0}.reviews-section.mobile .container{margin-bottom:24px}.reviews-section.mobile .reviews-carousel{margin-top:24px}.reviews-section.mobile .reviews-carousel .carousel__slide{width:calc(100% - 32px);max-width:300px}.reviews-section.mobile .reviews-carousel .carousel__button{width:40px;height:40px}.reviews-section.mobile .reviews-carousel .carousel__button svg{width:20px;height:20px}}@media screen and (max-width: 375px){.reviews-section.mobile .reviews-carousel .carousel__button{width:40px;height:40px}.reviews-section.mobile .reviews-carousel .carousel__button svg{width:20px;height:20px}.reviews-section.mobile .reviews-carousel .carousel__button--prev{left:0}.reviews-section.mobile .reviews-carousel .carousel__button--next{right:0}}@media screen and (max-height: 667px) and (max-width: 375px){.reviews-section.mobile .reviews-carousel .carousel__button{width:36px;height:36px}.reviews-section.mobile .reviews-carousel .carousel__button svg{width:18px;height:18px}}@media (prefers-reduced-motion: reduce){.reviews-section .carousel__slide,.reviews-section .carousel__slide .card-review,.reviews-section .carousel__button{transition:none!important}}@media (prefers-reduced-motion: reduce){.reviews-section .reviews-track{scroll-behavior:auto}.reviews-section .review-slide,.reviews-section .carousel-control{transition:none!important}}@media screen and (min-width: 0px) and (max-width: 430px){.reviews-div-container{padding:60px var(--section-padding)}.reviews-div-container .reviews{padding:0}.reviews-div-container .reviews-container{padding-top:0;overflow:hidden;height:420px}}.card-review-container{width:100%;min-width:280px;max-width:360px;height:420px;min-height:420px;max-height:420px;background:#fff;border-radius:20px;border:1px solid var(--dark-yellow-1);transition:all .3s cubic-bezier(.4,0,.2,1);margin:0 auto}.card-review-container.expanded{height:auto;max-height:none}@media (max-width: 1024px){.card-review-container{height:420px;min-height:420px;max-height:420px}}@media (max-width: 768px){.card-review-container{height:420px;min-height:420px;max-height:420px}}@media (max-width: 480px){.card-review-container{height:420px;min-height:420px;max-height:420px;min-width:260px}}.field{position:relative;display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--dark-yellow-1);border-radius:12px;padding:0 16px;height:56px;transition:all .2s ease;box-shadow:0 1px 2px rgba(var(--dark-green-7-rgb),.03);margin-bottom:16px}.field:last-child{margin-bottom:0}.field:hover{border-color:var(--dark-yellow-1);background:var(--light-yellow-1)}.field:hover .field-icon{color:var(--dark-green-7)}.field:focus-within{border-color:var(--dark-yellow-1);background:#fff;box-shadow:0 1px 2px rgba(var(--dark-green-7-rgb),.05),0 0 0 4px rgba(var(--dark-yellow-1-rgb),.15)}.field:focus-within .field-icon{color:var(--dark-green-7)}.field:focus-within input::placeholder{color:var(--dark-green-6);opacity:.8}.field .field-icon{display:flex;align-items:center;justify-content:center;color:var(--dark-green-7);transition:all .2s ease}.field .field-icon svg{width:20px;height:20px;--phosphor-color: currentColor;--phosphor-color-secondary: rgba(var(--dark-green-7-rgb), .3)}.field input{width:100%;height:100%;border:none;background:none;outline:none;padding:0;font-size:15px;font-weight:500;color:var(--dark-green-7);letter-spacing:.01em}.field input::placeholder{color:var(--dark-green-6);opacity:.6;font-weight:400}.field .error-message{position:absolute;left:0;bottom:-24px;color:var(--error);font-size:13px;font-weight:500;line-height:1.2;white-space:normal;max-width:calc(100% - 16px);padding:1px 0;animation:slideIn .3s cubic-bezier(.4,0,.2,1);z-index:1;display:flex;align-items:center;gap:6px;opacity:0;visibility:hidden;pointer-events:none}.field .error-message:before{content:"";width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23DC2626' viewBox='0 0 256 256'%3E%3Cpath d='M236.8,188.09,149.12,36.22a32.12,32.12,0,0,0-42.24,0L19.2,188.09a31.79,31.79,0,0,0,0,31.89A32.14,32.14,0,0,0,40.32,232h175.36a32.14,32.14,0,0,0,21.12-12,31.79,31.79,0,0,0,0-31.89ZM128,204a12,12,0,1,1,12-12A12,12,0,0,1,128,204Zm12-60a12,12,0,0,1-24,0V96a12,12,0,0,1,24,0Z' opacity='.2'%3E%3C/path%3E%3Cpath d='M128,180a12,12,0,1,1-12,12A12,12,0,0,1,128,180Zm-12-84v48a12,12,0,0,0,24,0V96a12,12,0,0,0-24,0Zm121.45,92.21a32.15,32.15,0,0,1-21.77,12.69A8,8,0,0,1,216,200h-176a8,8,0,0,1-.32,0,32.05,32.05,0,0,1-21.77-12.69,31.84,31.84,0,0,1-.09-31.83l87.67-151.88a32.16,32.16,0,0,1,42.24,0l87.67,151.88A31.84,31.84,0,0,1,237.45,188.21ZM224.43,180.06,136.76,28.18a16.13,16.13,0,0,0-21.11,0L28,180.06a15.94,15.94,0,0,0,0,15.87,16.07,16.07,0,0,0,13.91,8.07h168.61a16.07,16.07,0,0,0,13.91-8.07A15.94,15.94,0,0,0,224.43,180.06Z'%3E%3C/path%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;flex-shrink:0}.field.has-error{border-color:#dc2626;background-color:#fee2e280}.field.has-error:hover{background-color:#fee2e2b3;border-color:#b91c1c}.field.has-error:focus-within{background-color:#fff;border-color:#dc2626;box-shadow:0 1px 2px #dc26261a,0 0 0 4px #dc262626}.field.has-error .field-icon{color:#dc2626;opacity:1}.field.has-error .field-icon svg{--phosphor-color: #DC2626;--phosphor-color-secondary: rgba(220, 38, 38, .3)}.field.has-error input{color:#b91c1c}.field.has-error input::placeholder{color:#dc2626;opacity:.7}.field.has-error .error-message{opacity:1;visibility:visible;pointer-events:auto;color:#dc2626}@media screen and (max-width: 768px){.field{height:52px;padding:0 14px;gap:10px;margin-bottom:14px}.field input{font-size:14px}.field .field-icon svg{width:18px;height:18px}.field .error-message{bottom:-22px;font-size:12px}.field .error-message:before{width:14px;height:14px}}@media screen and (max-width: 480px){.field{height:48px;padding:0 14px;gap:10px;margin-bottom:12px;border-radius:10px}.field input{font-size:14px}.field .field-icon svg{width:18px;height:18px}.field .error-message{bottom:-20px;font-size:11px}.field .error-message:before{width:13px;height:13px}}@media (prefers-reduced-motion: reduce){.field{transition:none!important}.field .field-icon,.field input,.field .error-message{transition:none!important;animation:none!important}}.catalog-cover-section{width:100%;max-width:720px;margin:32px auto;aspect-ratio:210/297;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,var(--light-yellow-1) 0%,var(--light-green-6) 50%,var(--light-yellow-2) 100%);background-size:cover;background-position:center;position:relative;overflow:hidden;box-shadow:0 40px 80px rgba(var(--dark-green-7-rgb),.07),0 0 0 1px rgba(var(--dark-green-7-rgb),.02);border-radius:4px;padding:32px;transition:transform .4s ease}.catalog-cover-section:before,.catalog-cover-section:after,.catalog-cover-section .corner-top,.catalog-cover-section .corner-bottom{content:"";position:absolute;width:80px;height:80px;pointer-events:none;border:2px solid var(--dark-green-7);opacity:.15;transition:all .4s ease}.catalog-cover-section:before{top:20px;left:20px;border-right:none;border-bottom:none}.catalog-cover-section:after{top:20px;right:20px;border-left:none;border-bottom:none}.catalog-cover-section .corner-top:before,.catalog-cover-section .corner-bottom:before{content:"";position:absolute;bottom:20px;left:20px;border-right:none;border-top:none}.catalog-cover-section .corner-top:after,.catalog-cover-section .corner-bottom:after{content:"";position:absolute;bottom:20px;right:20px;border-left:none;border-top:none}.catalog-cover-section .background-pattern{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.catalog-cover-section .background-pattern .leaf-icon{position:absolute;width:12.5%;height:auto;opacity:.15;transition:all .6s cubic-bezier(.4,0,.2,1);filter:saturate(1.2);aspect-ratio:1/1}.catalog-cover-section .background-pattern .leaf-icon.primary{color:var(--dark-green-7);fill:var(--light-green-6)}.catalog-cover-section .background-pattern .leaf-icon.primary:hover{color:var(--dark-green-6);fill:var(--light-green-5)}.catalog-cover-section .background-pattern .leaf-icon.secondary{color:var(--light-green-6);fill:var(--dark-green-7)}.catalog-cover-section .background-pattern .leaf-icon.secondary:hover{color:var(--light-green-5);fill:var(--dark-green-6)}.catalog-cover-section .background-pattern .leaf-icon.leaf-1{top:5%;left:-5%;transform:rotate(45deg);width:12.5%}.catalog-cover-section .background-pattern .leaf-icon.leaf-2{top:15%;right:-5%;transform:rotate(-30deg);width:12.5%}.catalog-cover-section .background-pattern .leaf-icon.leaf-3{bottom:10%;left:10%;transform:rotate(15deg);width:12.5%}.catalog-cover-section .background-pattern .leaf-icon.leaf-4{top:30%;left:75%;transform:rotate(-45deg);width:12.5%}.catalog-cover-section .background-pattern .leaf-icon.leaf-5{bottom:20%;right:15%;transform:rotate(60deg);width:12.5%}.catalog-cover-section .background-pattern .leaf-icon.leaf-6{top:50%;left:5%;transform:rotate(-15deg);width:12.5%}.catalog-cover-section .background-pattern .leaf-icon.leaf-7{top:65%;right:0%;transform:rotate(30deg);width:12.5%}.catalog-cover-section .background-pattern .leaf-icon.leaf-8{bottom:5%;left:40%;transform:rotate(-60deg);width:12.5%}.catalog-cover-section .background-pattern .leaf-icon.leaf-9{top:25%;left:25%;transform:rotate(75deg);width:12.5%}.catalog-cover-section .background-pattern .leaf-icon.leaf-10{top:40%;right:30%;transform:rotate(-25deg);width:12.5%}.catalog-cover-section .background-pattern .leaf-icon.leaf-11{bottom:35%;left:60%;transform:rotate(20deg);width:12.5%}.catalog-cover-section .background-pattern .leaf-icon.leaf-12{top:70%;left:35%;transform:rotate(-50deg);width:12.5%}.catalog-cover-section .background-pattern .leaf-icon.leaf-13{bottom:15%;right:45%;transform:rotate(40deg);width:12.5%}.catalog-cover-section .background-pattern .leaf-icon.leaf-14{top:20%;left:55%;transform:rotate(-35deg);width:12.5%}.catalog-cover-section .background-pattern .leaf-icon.leaf-15{top:45%;right:55%;transform:rotate(55deg);width:12.5%}.catalog-cover-section .background-pattern .leaf-icon.leaf-16{bottom:25%;left:30%;transform:rotate(-20deg);width:12.5%}.catalog-cover-section .background-pattern .leaf-icon.leaf-17{top:35%;left:45%;transform:rotate(65deg);width:12.5%}.catalog-cover-section .background-pattern .leaf-icon.leaf-18{bottom:40%;right:25%;transform:rotate(-40deg);width:12.5%}.catalog-cover-section .background-pattern .leaf-icon.leaf-19{top:55%;left:20%;transform:rotate(25deg);width:12.5%}.catalog-cover-section .background-pattern .leaf-icon.leaf-20{bottom:50%;right:40%;transform:rotate(-55deg);width:12.5%}.catalog-cover-section .background-pattern .leaf-icon:hover{transform:scale(1.15) rotate(var(--rotation));opacity:.3;filter:saturate(1.5) brightness(1.2)}@media screen and (max-width: 768px){.catalog-cover-section .background-pattern .leaf-icon{width:14.2857142857%;opacity:.12}}@media screen and (max-width: 480px){.catalog-cover-section .background-pattern .leaf-icon{width:16.6666666667%;opacity:.1}.catalog-cover-section .background-pattern .leaf-icon:nth-child(odd){opacity:.1}.catalog-cover-section .background-pattern .leaf-icon:nth-child(2n){opacity:.08}}@media screen and (max-width: 375px){.catalog-cover-section .background-pattern .leaf-icon{width:20%;opacity:.08}.catalog-cover-section .background-pattern .leaf-icon:nth-child(odd){opacity:.08}.catalog-cover-section .background-pattern .leaf-icon:nth-child(2n){opacity:.06}}.catalog-cover-section .catalog-cover-container{position:relative;z-index:2;width:100%;height:100%;padding:48px 40px}.catalog-cover-section .catalog-cover-container .cover-content{height:100%;display:flex;flex-direction:column;justify-content:space-between;position:relative}.catalog-cover-section .catalog-cover-container .cover-content .brand-area{display:flex;justify-content:center;padding:0 0 24px;position:relative}.catalog-cover-section .catalog-cover-container .cover-content .brand-area:before{content:"";position:absolute;width:140px;height:140px;border:2px solid rgba(var(--dark-green-7-rgb),.1);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.catalog-cover-section .catalog-cover-container .cover-content .brand-area:after{content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(var(--dark-green-7-rgb),.08);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.catalog-cover-section .catalog-cover-container .cover-content .brand-area .brand-logo{width:200px;height:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.05));transition:transform .4s ease}.catalog-cover-section .catalog-cover-container .cover-content .title-area{text-align:center;margin:0;position:relative;padding:32px 0}.catalog-cover-section .catalog-cover-container .cover-content .title-area .year{font-size:24px;color:var(--dark-green-7);opacity:.8;font-weight:500;letter-spacing:.2em;text-transform:uppercase;transition:all .4s ease}.catalog-cover-section .catalog-cover-container .cover-content .title-area .catalog-title{font-size:64px;line-height:1.1;background:linear-gradient(90deg,var(--dark-green-7),var(--dark-green-5));-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:24px 0;font-weight:400;letter-spacing:-.02em;text-shadow:2px 2px 4px rgba(0,0,0,.1);transition:all .4s ease}.catalog-cover-section .catalog-cover-container .cover-content .title-area .catalog-title .catalog-highlight{color:var(--dark-yellow-1);position:relative;display:inline-block}.catalog-cover-section .catalog-cover-container .cover-content .title-area .catalog-title .catalog-highlight:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:var(--dark-yellow-1);transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.catalog-cover-section .catalog-cover-container .cover-content .title-area .subtitle{font-size:24px;color:var(--dark-green-7);font-weight:500;letter-spacing:.15em;text-transform:uppercase;opacity:.85;transition:all .4s ease}.catalog-cover-section .catalog-cover-container .cover-content .title-area .subtitle:after{position:absolute;right:40px;bottom:30px;font-size:14px;font-weight:500;color:var(--dark-green-7);opacity:.5;letter-spacing:.2em}.catalog-cover-section .catalog-cover-container .cover-content .product-image{margin:0 -48px;padding:48px;height:auto;min-height:260px;max-height:300px;overflow:visible;position:relative}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row{display:flex;align-items:flex-end;justify-content:center;gap:-25px;height:100%;padding:16px 32px}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row .product{height:auto;min-height:150px;max-height:190px;width:auto;margin:0 -15px;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row .product:hover{z-index:2;transform:scale(1.1)}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(odd){min-height:160px;max-height:200px}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(3n){min-height:140px;max-height:180px}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(4n){min-height:155px;max-height:195px}.catalog-cover-section .catalog-cover-container .cover-content .features-grid{display:flex;justify-content:center;gap:32px;margin-top:20px}.catalog-cover-section .catalog-cover-container .cover-content .features-grid .feature-card{display:flex;flex-direction:column;align-items:center;gap:8px;background-color:var(--light-green-6);padding:20px;border-radius:20px;border:2px solid var(--dark-green-7);color:var(--dark-green-7);font-size:16px;font-weight:600;letter-spacing:.05em}.catalog-cover-section .catalog-cover-container .cover-content .features-grid .feature-card svg{color:var(--dark-green-7);fill:var(--dark-green-7);opacity:1}.catalog-cover-section .catalog-cover-container .cover-content .decorative-images{display:flex;justify-content:space-around;margin-top:40px}.catalog-cover-section .catalog-cover-container .cover-content .decorative-images .decorative{width:100px;height:auto;opacity:.8}@media (max-width: 880px){.catalog-cover-section{margin:20px;width:calc(100% - 40px);padding:24px}.catalog-cover-section .catalog-cover-container{padding:24px 16px}.catalog-cover-section .catalog-cover-container .cover-content .brand-area{padding:0 0 24px}.catalog-cover-section .catalog-cover-container .cover-content .brand-area .brand-logo{width:200px}.catalog-cover-section .catalog-cover-container .cover-content .brand-area:before{width:140px;height:140px}.catalog-cover-section .catalog-cover-container .cover-content .brand-area:after{width:180px;height:180px}.catalog-cover-section .catalog-cover-container .cover-content .title-area{padding:32px 0}.catalog-cover-section .catalog-cover-container .cover-content .title-area .year{font-size:20px}.catalog-cover-section .catalog-cover-container .cover-content .title-area .catalog-title{font-size:56px;margin:20px 0}.catalog-cover-section .catalog-cover-container .cover-content .title-area .subtitle{font-size:20px}.catalog-cover-section .catalog-cover-container .cover-content .product-image{margin:0 -40px;padding:40px}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row{padding:16px 24px;gap:-20px}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row .product{height:160px;margin:0 -12px}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(odd){height:170px}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(3n){height:150px}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(4n){height:165px}}@media screen and (max-width: 768px){.catalog-cover-section .catalog-cover-container{width:100%;max-width:560px;margin:0 auto;padding:32px}.catalog-cover-section .catalog-cover-container .cover-content{gap:32px}.catalog-cover-section .catalog-cover-container .cover-content .brand-area .brand-logo{width:180px;height:auto}.catalog-cover-section .catalog-cover-container .cover-content .brand-area:before{width:160px;height:160px}.catalog-cover-section .catalog-cover-container .cover-content .brand-area:after{width:200px;height:200px}.catalog-cover-section .catalog-cover-container .cover-content .title-area{gap:16px;padding:0 24px}.catalog-cover-section .catalog-cover-container .cover-content .title-area h2{font-size:42px}.catalog-cover-section .catalog-cover-container .cover-content .title-area p{font-size:20px;max-width:480px}.catalog-cover-section .catalog-cover-container .cover-content .product-image{margin:0 -48px;padding:48px;min-height:260px;max-height:300px}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row .product{min-height:150px;max-height:190px}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(odd){min-height:160px;max-height:200px}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(3n){min-height:140px;max-height:180px}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(4n){min-height:155px;max-height:195px}}@media screen and (max-width: 480px){.catalog-cover-section{margin:16px;width:calc(100% - 32px);padding:24px}.catalog-cover-section .catalog-cover-container{max-width:480px;padding:24px}.catalog-cover-section .catalog-cover-container .cover-content{gap:24px}.catalog-cover-section .catalog-cover-container .cover-content .brand-area{padding:0 0 20px}.catalog-cover-section .catalog-cover-container .cover-content .brand-area .brand-logo{width:160px}.catalog-cover-section .catalog-cover-container .cover-content .brand-area:before{width:140px;height:140px}.catalog-cover-section .catalog-cover-container .cover-content .brand-area:after{width:180px;height:180px}.catalog-cover-section .catalog-cover-container .cover-content .title-area{padding:0 16px}.catalog-cover-section .catalog-cover-container .cover-content .title-area h2{font-size:32px}.catalog-cover-section .catalog-cover-container .cover-content .title-area p{font-size:16px;max-width:320px}.catalog-cover-section .catalog-cover-container .cover-content .product-image{margin:0 -32px;padding:32px;min-height:280px;max-height:320px}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row .product{min-height:160px;max-height:200px}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(odd){min-height:170px;max-height:210px}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(3n){min-height:150px;max-height:190px}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(4n){min-height:165px;max-height:205px}.catalog-cover-section .background-pattern .leaf-icon:nth-child(odd){opacity:.1}.catalog-cover-section .background-pattern .leaf-icon:nth-child(2n){opacity:.08}}@media screen and (max-width: 375px){.catalog-cover-section{margin:12px;width:calc(100% - 24px);padding:16px}.catalog-cover-section .catalog-cover-container{padding:16px}.catalog-cover-section .catalog-cover-container .cover-content{gap:16px}.catalog-cover-section .catalog-cover-container .cover-content .brand-area{padding:0 0 16px}.catalog-cover-section .catalog-cover-container .cover-content .brand-area .brand-logo{width:140px}.catalog-cover-section .catalog-cover-container .cover-content .brand-area:before{width:120px;height:120px}.catalog-cover-section .catalog-cover-container .cover-content .brand-area:after{width:160px;height:160px}.catalog-cover-section .catalog-cover-container .cover-content .title-area{padding:0 12px}.catalog-cover-section .catalog-cover-container .cover-content .title-area h2{font-size:28px}.catalog-cover-section .catalog-cover-container .cover-content .title-area p{font-size:15px;max-width:280px}.catalog-cover-section .catalog-cover-container .cover-content .product-image{margin:0 -16px;padding:16px;min-height:240px;max-height:280px}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row .product{min-height:140px;max-height:180px}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(odd){min-height:150px;max-height:190px}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(3n){min-height:130px;max-height:170px}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(4n){min-height:145px;max-height:185px}}@media (max-height: 667px) and (max-width: 375px){.catalog-cover-section .catalog-cover-container .cover-content .title-area{padding:16px 0}.catalog-cover-section .catalog-cover-container .cover-content .title-area .year{font-size:14px}.catalog-cover-section .catalog-cover-container .cover-content .title-area .catalog-title{font-size:28px;margin:10px 0}.catalog-cover-section .catalog-cover-container .cover-content .title-area .subtitle{font-size:14px}.catalog-cover-section .catalog-cover-container .cover-content .product-image{height:180px}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row .product{height:100px}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(odd){height:110px}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(3n){height:90px}.catalog-cover-section .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(4n){height:105px}}.catalog-cover-section:hover{transform:scale(1.02)}.catalog-cover-section:hover .background-pattern .leaf-icon.leaf-1{transform:translate(10px,5px) rotate(50deg)}.catalog-cover-section:hover .background-pattern .leaf-icon.leaf-2{transform:translate(-10px,-5px) rotate(-35deg)}.catalog-cover-section:hover .background-pattern .leaf-icon.leaf-3{transform:translate(8px,-8px) rotate(20deg)}.catalog-cover-section:hover .background-pattern .leaf-icon.leaf-4{transform:translate(-12px,6px) rotate(-50deg)}.catalog-cover-section:hover .background-pattern .leaf-icon.leaf-5{transform:translate(15px,-10px) rotate(65deg)}.catalog-cover-section:hover .background-pattern .leaf-icon.leaf-6{transform:translate(-8px,12px) rotate(-20deg)}.catalog-cover-section:hover .background-pattern .leaf-icon.leaf-7{transform:translate(12px,-6px) rotate(35deg)}.catalog-cover-section:hover .background-pattern .leaf-icon.leaf-8{transform:translate(-15px,-8px) rotate(-65deg)}.catalog-cover-section:hover .background-pattern .leaf-icon.leaf-9{transform:translate(10px,10px) rotate(80deg)}.catalog-cover-section:hover .background-pattern .leaf-icon.leaf-10{transform:translate(-10px,-12px) rotate(-30deg)}.catalog-cover-section:hover .background-pattern .leaf-icon.leaf-11{transform:translate(8px,15px) rotate(25deg)}.catalog-cover-section:hover .background-pattern .leaf-icon.leaf-12{transform:translate(-12px,-10px) rotate(-55deg)}.catalog-cover-section:hover .background-pattern .leaf-icon.leaf-13{transform:translate(15px,8px) rotate(45deg)}.catalog-cover-section:hover .background-pattern .leaf-icon.leaf-14{transform:translate(-8px,-15px) rotate(-40deg)}.catalog-cover-section:hover .background-pattern .leaf-icon.leaf-15{transform:translate(12px,12px) rotate(60deg)}.catalog-cover-section:hover .background-pattern .leaf-icon.leaf-16{transform:translate(-15px,-6px) rotate(-25deg)}.catalog-cover-section:hover .background-pattern .leaf-icon.leaf-17{transform:translate(10px,-12px) rotate(70deg)}.catalog-cover-section:hover .background-pattern .leaf-icon.leaf-18{transform:translate(-10px,15px) rotate(-45deg)}.catalog-cover-section:hover .background-pattern .leaf-icon.leaf-19{transform:translate(8px,-8px) rotate(30deg)}.catalog-cover-section:hover .background-pattern .leaf-icon.leaf-20{transform:translate(-12px,10px) rotate(-60deg)}.catalog-cover-section:hover .catalog-cover-container .cover-content .brand-area .brand-logo{transform:scale(1.05)}.catalog-cover-section:hover .catalog-cover-container .cover-content .title-area{transform:translateY(-5px)}.catalog-cover-section:hover .catalog-cover-container .cover-content .title-area .year{transform:scale(1.1)}.catalog-cover-section:hover .catalog-cover-container .cover-content .title-area .catalog-title{transform:scale(1.05);letter-spacing:.02em}.catalog-cover-section:hover .catalog-cover-container .cover-content .title-area .subtitle{transform:scale(1.05);letter-spacing:.03em}.catalog-cover-section:hover .catalog-cover-container .cover-content .product-image .product-team .product-row .product{transform:translateY(-10px) scale(1.15);filter:drop-shadow(0 20px 30px rgba(0,0,0,.15))}.catalog-cover-section:hover .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(1){transition-delay:.05s}.catalog-cover-section:hover .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(2){transition-delay:.1s}.catalog-cover-section:hover .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(3){transition-delay:.15s}.catalog-cover-section:hover .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(4){transition-delay:.2s}.catalog-cover-section:hover .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(5){transition-delay:.25s}.catalog-cover-section:hover .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(6){transition-delay:.3s}.catalog-cover-section:hover .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(7){transition-delay:.35s}.catalog-cover-section:hover .catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(8){transition-delay:.4s}.catalog-cover-section:hover:before,.catalog-cover-section:hover:after,.catalog-cover-section:hover .corner-top,.catalog-cover-section:hover .corner-bottom{opacity:.5;width:100px;height:100px}.catalog-cover-section:hover .catalog-title .catalog-highlight:after{transform:scaleX(1);transform-origin:left}.background-pattern .leaf-icon{transition:all .6s cubic-bezier(.4,0,.2,1)}.catalog-cover-container .cover-content .brand-area .brand-logo{transition:transform .4s ease}.catalog-cover-container .cover-content .title-area{transition:transform .4s ease;margin-bottom:40px}.catalog-cover-container .cover-content .title-area .year,.catalog-cover-container .cover-content .title-area .catalog-title,.catalog-cover-container .cover-content .title-area .subtitle{transition:all .4s ease}.catalog-cover-container .cover-content .product-image{margin:0 -48px;padding:48px;height:auto;min-height:260px;max-height:300px;overflow:visible;position:relative}.catalog-cover-container .cover-content .product-image .product-team .product-row{display:flex;align-items:flex-end;justify-content:center;gap:-25px;height:100%;padding:16px 32px}.catalog-cover-container .cover-content .product-image .product-team .product-row .product{height:auto;min-height:150px;max-height:190px;width:auto;margin:0 -15px;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.catalog-cover-container .cover-content .product-image .product-team .product-row .product:hover{z-index:2;transform:scale(1.1)}.catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(odd){min-height:160px;max-height:200px}.catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(3n){min-height:140px;max-height:180px}.catalog-cover-container .cover-content .product-image .product-team .product-row .product:nth-child(4n){min-height:155px;max-height:195px}@keyframes shine{0%{background-position:0% center}50%{background-position:100% center}to{background-position:0% center}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;animation:fadeIn .3s ease}.catalog-download-modal{background:#fff;border-radius:24px;padding:40px;width:100%;max-width:480px;position:relative;box-shadow:0 20px 40px -10px #0003,0 10px 20px -10px #0000001a;border:1px solid var(--dark-yellow-1);animation:slideUp .3s ease}.catalog-download-modal.mobile{padding:32px 24px;max-width:360px}.catalog-download-modal .close-button{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:12px;background:var(--light-yellow-1);border:1px solid var(--dark-yellow-1);color:var(--dark-green-7);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.catalog-download-modal .close-button:hover{background:var(--light-yellow-2);transform:translateY(-2px)}.catalog-download-modal .close-button:active{transform:translateY(0)}.catalog-download-modal .modal-content{text-align:center}.catalog-download-modal .modal-content h3{color:var(--dark-green-7);font-size:24px;font-weight:600;margin-bottom:12px}.catalog-download-modal .modal-content p{color:var(--dark-green-6);font-size:16px;margin-bottom:32px}.catalog-download-modal .modal-content .error-message{display:flex;align-items:center;gap:8px;background:var(--error-light);color:var(--error);padding:12px 16px;border-radius:12px;margin-bottom:24px;font-size:14px;border:1px solid var(--error);animation:shake .5s ease}.catalog-download-modal .modal-content .error-message svg{flex-shrink:0}.catalog-download-modal .modal-content .download-options{display:flex;flex-direction:column;gap:16px}.catalog-download-modal .modal-content .download-options .download-button{width:100%;padding:16px 24px;border-radius:14px;background:#fff;border:1px solid var(--dark-yellow-1);color:var(--dark-green-7);display:flex;align-items:center;justify-content:center;gap:12px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.catalog-download-modal .modal-content .download-options .download-button svg{width:24px;height:24px;transition:all .3s ease}.catalog-download-modal .modal-content .download-options .download-button:hover:not(:disabled){background:var(--light-yellow-1);transform:translateY(-2px);box-shadow:0 4px 12px -2px rgba(var(--dark-yellow-1-rgb),.3)}.catalog-download-modal .modal-content .download-options .download-button:active:not(:disabled){transform:translateY(0);box-shadow:none}.catalog-download-modal .modal-content .download-options .download-button:disabled{opacity:.7;cursor:not-allowed}.catalog-download-modal .modal-content .download-options .download-button.loading{background:var(--light-yellow-1);border-color:var(--dark-yellow-1);color:var(--dark-green-7)}.catalog-download-modal .modal-content .download-options .download-button.loading svg{animation:spin 1s linear infinite;color:var(--dark-green-7)}.catalog-download-modal .modal-content .download-options .download-button.success{background:var(--light-yellow-2);border-color:var(--dark-yellow-1);color:var(--dark-green-7);pointer-events:none;overflow:hidden}.catalog-download-modal .modal-content .download-options .download-button.success svg{color:var(--dark-green-7)}.catalog-download-modal .modal-content .download-options .download-button.success:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;border:1px solid var(--dark-yellow-1);background:linear-gradient(135deg,var(--light-yellow-1) 0%,var(--light-yellow-2) 100%);z-index:1;opacity:.5}.catalog-download-modal .modal-content .download-options .download-button.success:before{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:shine 1s ease forwards;z-index:2}.catalog-download-modal .modal-content .download-options .download-button.success>*{position:relative;z-index:3}.catalog-download-modal .modal-content .download-options .download-button.success[lang=ar]{font-family:Noto Kufi Arabic,sans-serif;letter-spacing:0}.catalog-download-modal .modal-content .download-options .download-button.success[lang=ar] span{font-size:15px;font-weight:500}.catalog-download-modal .modal-content .download-options .download-button.success[lang=ar] span{font-weight:600}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}@keyframes shine{to{left:200%}}@media (prefers-reduced-motion: reduce){.modal-overlay,.catalog-download-modal,.error-message{animation:none!important}.download-button{transition:none!important}.download-button.loading svg{animation:none!important}}@media screen and (max-width: 480px){.catalog-download-modal{width:calc(100% - 24px);margin:0}.catalog-download-modal .modal-content{padding:20px}.catalog-download-modal .modal-content .success-message{margin-bottom:20px}.catalog-download-modal .modal-content .success-message .icon-wrapper{width:48px;height:48px}.catalog-download-modal .modal-content .success-message .icon-wrapper svg{width:24px;height:24px}.catalog-download-modal .modal-content .success-message h3{font-size:18px}.catalog-download-modal .modal-content .download-options .download-button{height:44px;font-size:14px}}.form-section{width:100%;min-height:100vh;padding:80px var(--section-padding);display:flex;justify-content:center;align-items:center;background:var(--light-yellow-1);position:relative;overflow:hidden;border-top:1px solid var(--dark-yellow-1);border-bottom:1px solid var(--dark-yellow-1)}.form-section:before,.form-section:after{content:none}@keyframes patternFloat{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(.5deg)}to{transform:translateY(0) rotate(0)}}.form-section .form-container{display:flex;width:100%;max-width:var(--section-max-width);background:linear-gradient(135deg,white 0%,var(--light-yellow-1) 100%);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:32px;border:1px solid var(--dark-yellow-1);overflow:hidden;position:relative;z-index:1}.form-section .form-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/images/leaf-pattern.svg);background-size:48px 48px;background-repeat:repeat;opacity:.15;pointer-events:none;z-index:0}.form-section .form-container .hero-side{flex:1;min-width:640px;padding:48px 60px;background:#fffdf4fa;position:relative;display:flex;justify-content:center;align-items:center;border-right:none;z-index:1}.form-section .form-container .hero-side:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(var(--light-yellow-1-rgb),.3),rgba(var(--light-yellow-2-rgb),.3));pointer-events:none}.form-section .form-container .hero-side .catalog-preview{position:relative;width:100%;height:600px;perspective:2000px;margin:0;display:flex;justify-content:center;align-items:center}.form-section .form-container .hero-side .catalog-preview .catalog-wrapper{position:relative;width:auto;height:auto;margin:0 auto;transform-style:preserve-3d;transform:rotateY(-15deg) rotateX(4deg);transition:transform .6s ease}.form-section .form-container .hero-side .catalog-preview .catalog-wrapper:before{content:"";position:absolute;left:0;top:0;width:40px;height:100%;transform:rotateY(90deg) translate(-20px);transform-origin:left;border-radius:2px}.form-section .form-container .hero-side .catalog-preview .catalog-wrapper:after{content:"";position:absolute;right:0;top:0;width:100%;height:100%;background:transparent;transform:translateZ(-40px);box-shadow:1px 1px #fffc,2px 2px #ffffffb3,3px 3px #fff9,4px 4px #ffffff80,5px 5px #fff6;border-radius:4px}.form-section .form-container .hero-side .catalog-preview .catalog-wrapper:hover{transform:rotateY(-12deg) rotateX(2deg) translateY(-15px)}.form-section .form-container .hero-side .catalog-preview .catalog-wrapper>:first-child{transform:scale(.65);transform-origin:center;border-radius:8px;box-shadow:0 40px 80px -20px #0000004d,0 0 20px #0000001a,-1px 0 2px #0000000d}.form-section .form-container .hero-side .catalog-preview .catalog-wrapper .catalog-reflection{position:absolute;bottom:-40px;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#ffffff1a,#ffffff0d);transform:rotateX(180deg) translateY(85%);transform-origin:bottom;filter:blur(8px);opacity:.4;pointer-events:none}.form-section .form-container .form-side{width:480px;padding:48px;background:linear-gradient(135deg,var(--light-yellow-2) 0%,var(--light-yellow-1) 100%);position:relative;z-index:2;border-radius:0;border:1px solid var(--dark-yellow-1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.form-section .form-container .form-side:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(255,255,255,.4) 0%,transparent 70%);pointer-events:none;opacity:.6}.form-section .form-container .form-side .form-wrapper{position:relative;z-index:2;width:100%}.form-section .form-container .form-side .form-wrapper .form-header{margin-bottom:32px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.form-section .form-container .form-side .form-wrapper .form-header .icon-wrapper{width:48px;height:48px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;color:var(--dark-green-7);border:1px solid var(--dark-yellow-1);box-shadow:0 2px 4px rgba(var(--dark-green-7-rgb),.04),0 1px 2px rgba(var(--dark-green-7-rgb),.02)}.form-section .form-container .form-side .form-wrapper .form-header .icon-wrapper svg{width:24px;height:24px;--phosphor-color: var(--dark-green-7);--phosphor-color-secondary: rgba(var(--dark-green-7-rgb), .3)}.form-section .form-container .form-side .form-wrapper .form-header h3{font-size:24px;color:var(--dark-green-7);margin:0;font-weight:600}.form-section .form-container .form-side .form-wrapper .form-header p{font-size:15px;color:var(--dark-green-6);line-height:1.5;margin:0}.form-section .form-container .form-side .form-wrapper .download-form{display:flex;flex-direction:column;gap:24px;margin-top:32px;width:100%}.form-section .form-container .form-side .form-wrapper .download-form .fields-container{display:flex;flex-direction:column;gap:12px}.form-section .form-container .form-side .form-wrapper .download-form .submit-error{display:flex;align-items:center;gap:8px;padding:12px 16px;background:var(--light-yellow-1);border:1px solid var(--dark-yellow-2);border-radius:8px;color:var(--dark-yellow-2);font-size:14px;font-weight:500;animation:slideIn .3s ease}.form-section .form-container .form-side .form-wrapper .download-form .submit-error svg{flex-shrink:0;color:var(--dark-yellow-2)}.form-section .form-container .form-side .form-wrapper .download-form .submit-button{margin-top:24px;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--dark-yellow-1);color:var(--dark-green-7);border:none;border-radius:12px;padding:16px 32px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;position:relative;overflow:hidden}.form-section .form-container .form-side .form-wrapper .download-form .submit-button:hover{background:var(--light-yellow-4);transform:translateY(-2px)}.form-section .form-container .form-side .form-wrapper .download-form .submit-button:active{transform:translateY(0)}.form-section .form-container .form-side .form-wrapper .download-form .submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.form-section .form-container .form-side .form-wrapper .download-form .submit-button.submitting{background:var(--dark-yellow-1);cursor:wait}.form-section .form-container .form-side .form-wrapper .download-form .submit-button.submitting:after{content:"";position:absolute;top:0;left:-100%;width:200%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);animation:loading 1.5s infinite}.form-section .form-container .form-side .form-wrapper .download-form .submit-button.submitting svg{animation:spin 1s linear infinite}.form-section .form-container .form-side .form-wrapper .download-form .submit-button svg{flex-shrink:0;color:currentColor}.form-section .form-container .form-side .form-wrapper .download-form .submit-button span{line-height:1}.form-section .form-container .form-side .form-wrapper .download-form .submit-button .spinning{animation:spin 1s linear infinite}@media (max-width: 1200px){.form-section{padding:60px var(--section-padding)}.form-section .form-container .hero-side{min-width:560px;padding:40px 50px}.form-section .form-container .hero-side .catalog-preview{height:540px}.form-section .form-container .hero-side .catalog-preview .catalog-wrapper>:first-child{transform:scale(.55)}.form-section .form-container .form-side{width:440px;padding:40px}}@media (max-width: 992px){.form-section{padding:40px 24px}.form-section .form-container{flex-direction:column;max-width:600px}.form-section .form-container .hero-side{min-width:unset;padding:40px;border-right:none;border-bottom:2px solid var(--dark-yellow-1)}.form-section .form-container .hero-side .catalog-preview{height:500px}.form-section .form-container .hero-side .catalog-preview .catalog-wrapper>:first-child{transform:scale(.55)}.form-section .form-container .form-side{width:100%;padding:40px;border-left:none;border-top:1px solid rgba(var(--dark-yellow-1-rgb),.1)}.form-section .form-container .form-side .form-wrapper{max-width:400px;margin:0 auto}}@media (max-width: 768px){.form-section .form-container .hero-side .catalog-preview .catalog-wrapper{transform:scale(.7)}.form-section .form-container .download-form{gap:20px;margin-top:24px}.form-section .form-container .download-form .fields-container{gap:12px}.form-section .form-container .download-form .submit-error{padding:10px 14px;font-size:13px}.form-section .form-container .download-form .submit-button{padding:14px 24px;font-size:15px;border-radius:10px}}@media (max-width: 480px){.form-section{padding:20px 16px;min-height:unset}.form-section .form-container{border-radius:24px}.form-section .form-container .hero-side{padding:32px 24px}.form-section .form-container .hero-side .catalog-preview{height:360px}.form-section .form-container .hero-side .catalog-preview .catalog-wrapper>:first-child{transform:scale(.45)}.form-section .form-container .form-side{padding:32px 24px}.form-section .form-container .form-side .form-wrapper .form-header{margin-bottom:24px}.form-section .form-container .form-side .form-wrapper .form-header h3{font-size:20px;margin-bottom:8px}.form-section .form-container .form-side .form-wrapper .form-header p{font-size:14px}.form-section .form-container .form-side .form-wrapper .download-form{gap:16px;margin-top:20px}.form-section .form-container .form-side .form-wrapper .download-form .fields-container{gap:12px}.form-section .form-container .form-side .form-wrapper .download-form .submit-error{padding:8px 12px;font-size:12px;gap:6px}.form-section .form-container .form-side .form-wrapper .download-form .submit-error svg{width:14px;height:14px}.form-section .form-container .form-side .form-wrapper .download-form .submit-button{padding:12px 20px;font-size:14px;border-radius:8px}}.catalog-form{flex:1;min-width:300px;max-width:500px;display:grid;grid-template-columns:repeat(2,1fr);gap:24px;background:linear-gradient(135deg,var(--light-yellow-2) 0%,var(--light-yellow-1) 100%);padding:32px;border-radius:24px;border:1px solid var(--dark-yellow-1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}@keyframes loading{0%{transform:translate(0)}to{transform:translate(50%)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.form-section .download-form .submit-error,.form-section .download-form .submit-button{transition:none!important;animation:none!important}.form-section .download-form .submit-error:after,.form-section .download-form .submit-button:after{animation:none!important}}.accordion{display:flex;flex-direction:column;gap:20px;width:100%}.accordion .accordion-item{background:#ffffff14;border-radius:16px;overflow:hidden;transition:all .3s ease;border:1px solid rgba(255,255,255,.12)}.accordion .accordion-item:hover{transform:translateY(-2px);border-color:#fff3;background:#ffffff1a}.accordion .accordion-item.active{background:#ffffff1a;border-color:#fff3}.accordion .accordion-item.active .accordion-trigger{border-bottom:1px solid rgba(255,255,255,.12)}.accordion .accordion-item.active .accordion-content{max-height:500px;padding:28px}.accordion .accordion-trigger{width:100%;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:none;border:none;cursor:pointer;transition:all .3s ease}.accordion .accordion-trigger:hover{background:#ffffff0d}.accordion .accordion-trigger:focus-visible{outline:2px solid var(--light-green-6);outline-offset:-2px}.accordion .accordion-trigger .accordion-title{flex:1;text-align:left;font-size:18px;font-weight:500;color:var(--light-green-6)}.accordion .accordion-trigger .accordion-icon{color:var(--light-green-6);transition:all .3s ease}.accordion .accordion-content{max-height:0;padding:0 28px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.accordion .accordion-content .accordion-content-inner{color:var(--light-green-6);font-size:17px;line-height:1.7;opacity:.9}.accordion .accordion-content .accordion-content-inner b{color:#fff;font-weight:500}@media (max-width: 768px){.accordion{gap:16px}.accordion .accordion-trigger{padding:24px}.accordion .accordion-trigger .accordion-title{font-size:17px}.accordion .accordion-content{padding:0 24px}.accordion .accordion-content.active{padding:24px}}@media (max-width: 480px){.accordion{gap:8px}.accordion .accordion-item{border-radius:8px}.accordion .accordion-trigger{padding:16px}.accordion .accordion-trigger .accordion-title{font-size:14px}.accordion .accordion-content{padding:0 16px}.accordion .accordion-content.active{padding:16px}.accordion .accordion-content .accordion-content-inner{font-size:14px}}.faq-container{width:100%;padding:80px var(--section-padding);display:flex;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(180deg,var(--dark-green-6) 0%,var(--dark-green-7) 100%)}.faq-container:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:80%;height:1px;background:linear-gradient(to right,transparent,rgba(var(--light-green-1-rgb),.15),transparent)}.faq-container:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80%;height:1px;background:linear-gradient(to right,transparent,rgba(var(--light-green-1-rgb),.15),transparent)}.faq-container .faq{position:relative;display:flex;width:100%;max-width:var(--section-max-width);flex-direction:column;gap:48px;z-index:1}.faq-container .faq>.p{font-size:20px;line-height:2}.faq-container .faq>.faq-text{width:500px;display:flex;flex-direction:column;gap:32px;justify-content:flex-start;align-items:flex-start;text-align:left;color:var(--dark-green-1)}@media screen and (max-width: 768px){.faq-container{padding:60px var(--section-padding)}.faq-container .faq{gap:32px}}@media screen and (max-width: 480px){.faq-container{padding:40px 24px}.faq-container .faq{gap:24px}}@media screen and (min-width: 0px) and (max-width: 430px){.faq{overflow:hidden}}.message-field{position:relative;display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:12px;background:#fff;border:1px solid var(--dark-yellow-1);transition:all .2s ease;margin-bottom:16px}.message-field:focus-within{border-color:var(--dark-yellow-2);box-shadow:0 0 0 4px rgba(var(--dark-yellow-1-rgb),.15)}.message-field .field-icon{display:flex;align-items:center;justify-content:center;color:var(--dark-green-7);flex-shrink:0;margin-top:4px}.message-field .field-icon svg{width:20px;height:20px}.message-field textarea{flex:1;min-width:0;border:none;background:none;padding:0;margin:0;font-size:15px;line-height:1.5;color:var(--dark-green-7);resize:vertical;height:120px;min-height:120px;max-height:240px}.message-field textarea::placeholder{color:var(--dark-green-6);opacity:.6;font-weight:400}.message-field textarea:focus{outline:none}.message-field.has-error{border-color:var(--error);background-color:var(--error-light)}.message-field.has-error:focus-within{box-shadow:0 0 0 4px rgba(var(--error-rgb),.15)}.message-field.has-error .field-icon,.message-field.has-error textarea{color:var(--error)}.message-field.has-error textarea::placeholder{color:var(--error);opacity:.8}.message-field .error-message{position:absolute;left:0;bottom:-24px;font-size:13px;color:var(--error);padding:0 16px;display:flex;align-items:center;gap:6px}.message-field .error-message:before{content:"";width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23DC2626' viewBox='0 0 256 256'%3E%3Cpath d='M236.8,188.09,149.12,36.22a32.12,32.12,0,0,0-42.24,0L19.2,188.09a31.79,31.79,0,0,0,0,31.89A32.14,32.14,0,0,0,40.32,232h175.36a32.14,32.14,0,0,0,21.12-12,31.79,31.79,0,0,0,0-31.89ZM128,204a12,12,0,1,1,12-12A12,12,0,0,1,128,204Zm12-60a12,12,0,0,1-24,0V96a12,12,0,0,1,24,0Z' opacity='.2'%3E%3C/path%3E%3Cpath d='M128,180a12,12,0,1,1-12,12A12,12,0,0,1,128,180Zm-12-84v48a12,12,0,0,0,24,0V96a12,12,0,0,0-24,0Zm121.45,92.21a32.15,32.15,0,0,1-21.77,12.69A8,8,0,0,1,216,200h-176a8,8,0,0,1-.32,0,32.05,32.05,0,0,1-21.77-12.69,31.84,31.84,0,0,1-.09-31.83l87.67-151.88a32.16,32.16,0,0,1,42.24,0l87.67,151.88A31.84,31.84,0,0,1,237.45,188.21ZM224.43,180.06,136.76,28.18a16.13,16.13,0,0,0-21.11,0L28,180.06a15.94,15.94,0,0,0,0,15.87,16.07,16.07,0,0,0,13.91,8.07h168.61a16.07,16.07,0,0,0,13.91-8.07A15.94,15.94,0,0,0,224.43,180.06Z'%3E%3C/path%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;flex-shrink:0}@media screen and (max-width: 768px){.message-field{padding:14px;gap:10px;margin-bottom:14px}.message-field .field-icon svg{width:18px;height:18px}.message-field textarea{font-size:14px;height:100px;min-height:100px;max-height:200px}.message-field .error-message{bottom:-22px;font-size:12px;padding:0 14px}.message-field .error-message:before{width:14px;height:14px}}@media screen and (max-width: 480px){.message-field{padding:14px;gap:10px;margin-bottom:12px;border-radius:10px}.message-field textarea{font-size:14px;height:80px;min-height:80px;max-height:160px}.message-field .error-message{bottom:-20px;font-size:11px;padding:0 14px}.message-field .error-message:before{width:13px;height:13px}}.contact-section{position:relative;padding:80px var(--section-padding);background:#fff;overflow:hidden}.contact-section.mobile{padding:48px 24px}.contact-section.mobile .container{padding:0;width:100%}.contact-section.mobile .contact-content{grid-template-columns:1fr;gap:24px;margin-top:24px;width:100%}.contact-section.mobile .contact-info,.contact-section.mobile .contact-form{padding:24px;border-radius:20px;width:100%}.contact-section.mobile .contact-info .info-header,.contact-section.mobile .contact-info .form-header,.contact-section.mobile .contact-form .info-header,.contact-section.mobile .contact-form .form-header{background:linear-gradient(135deg,var(--light-yellow-2) 0%,var(--light-yellow-1) 100%);margin:-24px -24px 24px;padding:24px;border-radius:20px 20px 0 0;border-bottom:1px solid var(--dark-yellow-1)}.contact-section.mobile .contact-info .info-header .icon-wrapper,.contact-section.mobile .contact-info .form-header .icon-wrapper,.contact-section.mobile .contact-form .info-header .icon-wrapper,.contact-section.mobile .contact-form .form-header .icon-wrapper{width:48px;height:48px;margin-bottom:12px;border-radius:12px}.contact-section.mobile .contact-info .info-header h3,.contact-section.mobile .contact-info .form-header h3,.contact-section.mobile .contact-form .info-header h3,.contact-section.mobile .contact-form .form-header h3{font-size:20px;margin-bottom:6px}.contact-section.mobile .contact-info .info-header p,.contact-section.mobile .contact-info .form-header p,.contact-section.mobile .contact-form .info-header p,.contact-section.mobile .contact-form .form-header p{font-size:14px}.contact-section.mobile .contact-form .form-fields{gap:20px}.contact-section.mobile .contact-form .form-fields .fields-row{grid-template-columns:1fr;gap:12px}.contact-section.mobile .contact-form .form-fields .submit-button{height:48px;font-size:15px;border-radius:12px;gap:10px;width:fit-content}.contact-section.mobile .contact-form .form-fields .submit-button svg{width:20px;height:20px}.contact-section .container{position:relative;z-index:2}.contact-section .contact-content{display:grid;grid-template-columns:320px 1fr;gap:40px;margin-top:40px;align-items:stretch}.contact-section .contact-content.mobile{grid-template-columns:1fr;gap:32px;margin-top:32px}.contact-section .contact-content .contact-info,.contact-section .contact-content .contact-form{display:flex;flex-direction:column;height:100%}.contact-section .contact-content .contact-info .info-list{flex:1;display:flex;flex-direction:column;gap:16px;padding-bottom:16px;justify-content:flex-start}.contact-section .contact-content .contact-form .form-fields{flex:1;display:flex;flex-direction:column;gap:24px;justify-content:space-between}.contact-section .contact-info{background:#fff;border:1px solid var(--dark-yellow-1);border-radius:24px;padding:32px;height:fit-content}.contact-section .contact-info .info-header{text-align:center;margin:-32px -32px 32px;padding:32px;border-radius:24px 24px 0 0;background:linear-gradient(135deg,var(--light-yellow-2) 0%,var(--light-yellow-1) 100%);border-bottom:1px solid var(--dark-yellow-1)}.contact-section .contact-info .info-header .icon-wrapper{width:56px;height:56px;margin:0 auto 16px;background:#fff;border:2px solid var(--dark-yellow-1);border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--dark-green-7)}.contact-section .contact-info .info-header h3{font-size:24px;color:var(--dark-green-7);margin-bottom:8px;font-weight:600}.contact-section .contact-info .info-header p{font-size:15px;color:var(--dark-green-6);margin:0}.contact-section .contact-info .info-list{display:flex;flex-direction:column;gap:16px}.contact-section .contact-info .info-item{display:flex;gap:16px;align-items:flex-start;padding:16px;background:linear-gradient(135deg,var(--light-yellow-2) 0%,var(--light-yellow-1) 100%);border:1px solid var(--dark-yellow-1);border-radius:14px;transition:all .2s ease}.contact-section .contact-info .info-item:hover{transform:none;box-shadow:none}.contact-section .contact-info .info-item svg{color:var(--dark-green-7);flex-shrink:0;margin-top:4px;width:24px;height:24px}.contact-section .contact-info .info-item .item-content{display:flex;flex-direction:column;gap:4px}.contact-section .contact-info .info-item .item-content .label{font-size:13px;font-weight:600;color:var(--dark-green-7);text-transform:uppercase;letter-spacing:.5px}.contact-section .contact-info .info-item .item-content a{color:var(--dark-green-6);font-size:15px;line-height:1.4;transition:color .2s ease}.contact-section .contact-info .info-item .item-content a:hover{color:var(--dark-green-7)}.contact-section .contact-info.mobile{padding:24px;border-radius:20px}.contact-section .contact-info.mobile .info-header{margin:-24px -24px 24px;padding:24px;border-radius:20px 20px 0 0}.contact-section .contact-info.mobile .info-header .icon-wrapper{width:48px;height:48px;margin-bottom:12px;border-radius:12px}.contact-section .contact-info.mobile .info-header h3{font-size:20px;margin-bottom:6px}.contact-section .contact-info.mobile .info-header p{font-size:14px}.contact-section .contact-info.mobile .info-list{gap:12px;padding-bottom:12px}.contact-section .contact-info.mobile .info-item{padding:14px;border-radius:12px;gap:12px}.contact-section .contact-info.mobile .info-item svg{width:20px;height:20px}.contact-section .contact-info.mobile .info-item .item-content{gap:2px}.contact-section .contact-info.mobile .info-item .item-content .label{font-size:12px}.contact-section .contact-info.mobile .info-item .item-content a{font-size:14px}.contact-section .contact-form{background:#fff;border:1px solid var(--dark-yellow-1);border-radius:24px;padding:32px}.contact-section .contact-form .form-header{text-align:center;margin:-32px -32px 32px;padding:32px;border-radius:24px 24px 0 0;background:linear-gradient(135deg,var(--light-yellow-2) 0%,var(--light-yellow-1) 100%);border-bottom:1px solid var(--dark-yellow-1)}.contact-section .contact-form .form-header .icon-wrapper{width:56px;height:56px;margin:0 auto 16px;background:#fff;border:2px solid var(--dark-yellow-1);border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--dark-green-7)}.contact-section .contact-form .form-header h3{font-size:24px;color:var(--dark-green-7);margin-bottom:8px;font-weight:600}.contact-section .contact-form .form-header p{font-size:15px;color:var(--dark-green-6);margin:0}.contact-section .contact-form .form-fields{display:flex;flex-direction:column;gap:24px}.contact-section .contact-form .form-fields .submit-success{display:flex;align-items:center;gap:12px;padding:16px;background:linear-gradient(135deg,var(--light-green-2) 0%,var(--light-green-1) 100%);border:1px solid var(--dark-green-3);border-radius:14px;animation:slideIn .3s ease}.contact-section .contact-form .form-fields .submit-success svg{width:24px;height:24px;color:var(--dark-green-7);flex-shrink:0}.contact-section .contact-form .form-fields .submit-success p{color:var(--dark-green-7);font-size:15px;line-height:1.4;margin:0;font-weight:500}@media screen and (max-width: 480px){.contact-section .contact-form .form-fields .submit-success{padding:14px;gap:10px;border-radius:12px}.contact-section .contact-form .form-fields .submit-success svg{width:20px;height:20px}.contact-section .contact-form .form-fields .submit-success p{font-size:14px}}@media screen and (max-width: 375px){.contact-section .contact-form .form-fields .submit-success{padding:12px;gap:8px;border-radius:10px}.contact-section .contact-form .form-fields .submit-success svg{width:18px;height:18px}.contact-section .contact-form .form-fields .submit-success p{font-size:13px}}.contact-section .contact-form .form-fields .submit-error{display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:8px;background:var(--error-light);color:var(--error);font-size:14px;margin-top:-8px}.contact-section .contact-form .form-fields .submit-error svg{flex-shrink:0}.contact-section .contact-form .form-fields .fields-row{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.contact-section .contact-form .form-fields .submit-button{display:flex;align-items:center;justify-content:center;padding:0 24px;align-self:flex-end;gap:12px;width:fit-content;height:52px;background:var(--dark-yellow-1);border:1px solid var(--dark-yellow-1);border-radius:12px;color:var(--dark-green-7);font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.contact-section .contact-form .form-fields .submit-button svg{width:24px;height:24px;color:var(--dark-green-7)}.contact-section .contact-form .form-fields .submit-button:hover:not(:disabled){background:var(--light-yellow-4);transform:translateY(-2px)}.contact-section .contact-form .form-fields .submit-button:active:not(:disabled){transform:translateY(0)}.contact-section .contact-form .form-fields .submit-button:disabled{opacity:.7;cursor:not-allowed}.contact-section .contact-form .form-fields .submit-button.submitting{background:var(--light-yellow-4);cursor:wait}.contact-section .contact-form .form-fields .submit-button.success{background:linear-gradient(135deg,var(--success) 0%,var(--success-dark) 100%);border-color:var(--success-dark);color:#fff;pointer-events:none}.contact-section .contact-form .form-fields .submit-button.success svg{color:#fff}.contact-section .contact-form .form-fields .submit-button.success:hover{transform:none}@media screen and (max-width: 768px){.contact-section .contact-form .form-fields .submit-button{height:48px;font-size:15px;border-radius:12px;gap:10px;width:fit-content}.contact-section .contact-form .form-fields .submit-button svg{width:20px;height:20px}.contact-section .contact-form .form-fields .submit-success{padding:14px;gap:10px;border-radius:12px}.contact-section .contact-form .form-fields .submit-success svg{width:20px;height:20px}.contact-section .contact-form .form-fields .submit-success p{font-size:14px}}@media screen and (max-width: 480px){.contact-section .contact-form .form-fields .submit-button{height:44px;font-size:14px;border-radius:10px;gap:8px;width:fit-content}.contact-section .contact-form .form-fields .submit-button svg{width:18px;height:18px}}@media screen and (max-width: 375px){.contact-section .contact-form .form-fields .submit-button{height:40px;font-size:13px;border-radius:8px;gap:6px;width:fit-content}.contact-section .contact-form .form-fields .submit-button svg{width:16px;height:16px}}.contact-section .contact-form.mobile{padding:24px;border-radius:20px}.contact-section .contact-form.mobile .form-header{margin:-24px -24px 24px;padding:24px;border-radius:20px 20px 0 0}.contact-section .contact-form.mobile .form-header .icon-wrapper{width:48px;height:48px;margin-bottom:12px;border-radius:12px}.contact-section .contact-form.mobile .form-header h3{font-size:20px;margin-bottom:6px}.contact-section .contact-form.mobile .form-header p{font-size:14px}.contact-section .contact-form.mobile .form-fields{gap:24px}.contact-section .contact-form.mobile .form-fields .fields-row{grid-template-columns:1fr;gap:20px}.contact-section .contact-form.mobile .form-fields .submit-error{font-size:13px;padding:10px 14px}.contact-section .contact-form.mobile .form-fields .submit-button{height:48px;font-size:15px;border-radius:12px;gap:10px;width:fit-content}.contact-section .contact-form.mobile .form-fields .submit-button svg{width:20px;height:20px}.contact-section.mobile .contact-content{grid-template-columns:1fr;gap:24px;padding:0;width:100%}.contact-section.mobile .contact-content .contact-info,.contact-section.mobile .contact-content .contact-form{width:100%;max-width:none;margin:0;border-radius:20px}.contact-section.mobile .contact-content .contact-info .info-header,.contact-section.mobile .contact-content .contact-info .form-header,.contact-section.mobile .contact-content .contact-form .info-header,.contact-section.mobile .contact-content .contact-form .form-header{background:linear-gradient(135deg,var(--light-yellow-2) 0%,var(--light-yellow-1) 100%);margin:-24px -24px 24px;padding:24px;border-radius:20px 20px 0 0;border-bottom:1px solid var(--dark-yellow-1)}@media screen and (max-width: 480px){.contact-section.mobile .contact-content{gap:20px}.contact-section.mobile .contact-content .contact-info,.contact-section.mobile .contact-content .contact-form{padding:20px;border-radius:16px}.contact-section.mobile .contact-content .contact-info .info-header,.contact-section.mobile .contact-content .contact-info .form-header,.contact-section.mobile .contact-content .contact-form .info-header,.contact-section.mobile .contact-content .contact-form .form-header{margin:-20px -20px 20px;padding:20px;border-radius:16px 16px 0 0}}@media screen and (max-width: 375px){.contact-section.mobile .contact-content{gap:16px}.contact-section.mobile .contact-content .contact-info,.contact-section.mobile .contact-content .contact-form{padding:16px;border-radius:14px}.contact-section.mobile .contact-content .contact-info .info-header,.contact-section.mobile .contact-content .contact-info .form-header,.contact-section.mobile .contact-content .contact-form .info-header,.contact-section.mobile .contact-content .contact-form .form-header{margin:-16px -16px 16px;padding:16px;border-radius:14px 14px 0 0}}@media screen and (max-width: 480px){.contact-section{padding:40px var(--section-padding)}.contact-section .contact-content{gap:20px;margin-top:20px}.contact-section .contact-content .contact-info,.contact-section .contact-content .contact-form{padding:20px;border-radius:16px}.contact-section .contact-content .contact-info .info-header,.contact-section .contact-content .contact-info .form-header,.contact-section .contact-content .contact-form .info-header,.contact-section .contact-content .contact-form .form-header{margin:-20px -20px 20px;padding:20px;border-radius:16px 16px 0 0}.contact-section .contact-content .contact-info .info-header .icon-wrapper,.contact-section .contact-content .contact-info .form-header .icon-wrapper,.contact-section .contact-content .contact-form .info-header .icon-wrapper,.contact-section .contact-content .contact-form .form-header .icon-wrapper{width:44px;height:44px;margin-bottom:10px;border-radius:10px;border-width:1px}.contact-section .contact-content .contact-info .info-header .icon-wrapper svg,.contact-section .contact-content .contact-info .form-header .icon-wrapper svg,.contact-section .contact-content .contact-form .info-header .icon-wrapper svg,.contact-section .contact-content .contact-form .form-header .icon-wrapper svg{width:20px;height:20px}.contact-section .contact-content .contact-info .info-header h3,.contact-section .contact-content .contact-info .form-header h3,.contact-section .contact-content .contact-form .info-header h3,.contact-section .contact-content .contact-form .form-header h3{font-size:18px;margin-bottom:4px}.contact-section .contact-content .contact-info .info-header p,.contact-section .contact-content .contact-info .form-header p,.contact-section .contact-content .contact-form .info-header p,.contact-section .contact-content .contact-form .form-header p{font-size:13px;line-height:1.4}.contact-section .contact-info .info-list{gap:10px;padding-bottom:6px}.contact-section .contact-info .info-item{padding:14px;border-radius:10px;gap:10px}.contact-section .contact-info .info-item svg{width:18px;height:18px;margin-top:2px}.contact-section .contact-info .info-item .item-content{gap:2px}.contact-section .contact-info .info-item .item-content .label{font-size:11px;letter-spacing:.3px}.contact-section .contact-info .info-item .item-content a{font-size:13px;line-height:1.4}.contact-section .contact-form .form-fields{gap:16px}.contact-section .contact-form .form-fields .fields-row{gap:14px}.contact-section .contact-form .form-fields .submit-button{height:48px;font-size:14px;border-radius:12px;margin-top:2px;width:fit-content}.contact-section .contact-form .form-fields .submit-button svg{width:18px;height:18px}}@media screen and (max-width: 375px){.contact-section{padding:32px var(--section-padding)}.contact-section .contact-content{gap:16px;margin-top:16px}.contact-section .contact-content .contact-info,.contact-section .contact-content .contact-form{padding:16px;border-radius:14px}.contact-section .contact-content .contact-info .info-header,.contact-section .contact-content .contact-info .form-header,.contact-section .contact-content .contact-form .info-header,.contact-section .contact-content .contact-form .form-header{margin:-16px -16px 16px;padding:16px;border-radius:14px 14px 0 0}.contact-section .contact-content .contact-info .info-header .icon-wrapper,.contact-section .contact-content .contact-info .form-header .icon-wrapper,.contact-section .contact-content .contact-form .info-header .icon-wrapper,.contact-section .contact-content .contact-form .form-header .icon-wrapper{width:40px;height:40px;margin-bottom:8px;border-radius:8px}.contact-section .contact-content .contact-info .info-header .icon-wrapper svg,.contact-section .contact-content .contact-info .form-header .icon-wrapper svg,.contact-section .contact-content .contact-form .info-header .icon-wrapper svg,.contact-section .contact-content .contact-form .form-header .icon-wrapper svg{width:18px;height:18px}.contact-section .contact-content .contact-info .info-header h3,.contact-section .contact-content .contact-info .form-header h3,.contact-section .contact-content .contact-form .info-header h3,.contact-section .contact-content .contact-form .form-header h3{font-size:17px;margin-bottom:4px}.contact-section .contact-content .contact-info .info-header p,.contact-section .contact-content .contact-info .form-header p,.contact-section .contact-content .contact-form .info-header p,.contact-section .contact-content .contact-form .form-header p{font-size:12px;line-height:1.35}.contact-section .contact-info .info-list{gap:8px;padding-bottom:4px}.contact-section .contact-info .info-item{padding:12px;border-radius:8px;gap:8px}.contact-section .contact-info .info-item svg{width:16px;height:16px;margin-top:1px}.contact-section .contact-info .info-item .item-content{gap:2px}.contact-section .contact-info .info-item .item-content .label{font-size:10px;letter-spacing:.2px}.contact-section .contact-info .info-item .item-content a{font-size:12px;line-height:1.35}.contact-section .contact-form .form-fields{gap:14px}.contact-section .contact-form .form-fields .fields-row{gap:12px}.contact-section .contact-form .form-fields .submit-button{height:44px;font-size:13px;border-radius:10px;margin-top:0;width:fit-content}.contact-section .contact-form .form-fields .submit-button svg{width:16px;height:16px}}@media (prefers-reduced-motion: reduce){.contact-section .contact-info,.contact-section .contact-form,.contact-section .submit-button{transition:none!important;width:fit-content}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.shop-filters .filter-section .filter-options .filter-option.checkbox-option.active:before{background-color:var(--logo-lime);border-color:var(--logo-lime);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230A5C26' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:14px}.about-page .about-hero{padding:80px 0;background:linear-gradient(to bottom,white 0%,var(--light-yellow-1) 30%,white 100%);position:relative;overflow:hidden}.about-page .about-hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--leaf-pattern);opacity:.03;pointer-events:none}.about-page .about-hero .about-content{max-width:800px;margin:0 auto;padding:48px 0;display:flex;flex-direction:column;gap:48px}.about-page .about-hero .about-content .text-section{background:#fff;padding:32px;border-radius:24px;box-shadow:0 4px 6px rgba(var(--dark-green-7-rgb),.05),0 1px 3px rgba(var(--dark-green-7-rgb),.1);border:1px solid rgba(var(--dark-yellow-1-rgb),.1);transition:all .3s ease}.about-page .about-hero .about-content .text-section:hover{transform:translateY(-4px);box-shadow:0 12px 16px rgba(var(--dark-green-7-rgb),.1),0 4px 6px rgba(var(--dark-green-7-rgb),.05)}.about-page .about-hero .about-content .text-section h2{color:var(--dark-green-7);font-size:24px;font-weight:600;margin-bottom:16px;display:flex;align-items:center;gap:12px}.about-page .about-hero .about-content .text-section p{color:var(--dark-green-6);font-size:16px;line-height:1.6;margin:0}@media screen and (max-width: 768px){.about-page .about-hero{padding:60px 0}.about-page .about-hero .about-content{padding:32px 0;gap:32px}.about-page .about-hero .about-content .text-section{padding:24px}.about-page .about-hero .about-content .text-section h2{font-size:20px;margin-bottom:12px}.about-page .about-hero .about-content .text-section p{font-size:15px}}@media screen and (max-width: 480px){.about-page .about-hero{padding:40px 0}.about-page .about-hero .about-content{padding:24px 0;gap:24px}.about-page .about-hero .about-content .text-section{padding:20px;border-radius:20px}.about-page .about-hero .about-content .text-section h2{font-size:18px;margin-bottom:10px}.about-page .about-hero .about-content .text-section p{font-size:14px}}.history-page .history-hero{padding:80px 0;background:linear-gradient(to bottom,white 0%,var(--light-yellow-1) 30%,white 100%);position:relative;overflow:hidden}.history-page .history-hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--leaf-pattern);opacity:.03;pointer-events:none}.history-page .history-hero .history-content{max-width:800px;margin:0 auto;padding:48px 0;display:flex;flex-direction:column;gap:48px}.history-page .history-hero .history-content .text-section{background:#fff;padding:32px;border-radius:24px;box-shadow:0 4px 6px rgba(var(--dark-green-7-rgb),.05),0 1px 3px rgba(var(--dark-green-7-rgb),.1);border:1px solid rgba(var(--dark-yellow-1-rgb),.1);transition:all .3s ease}.history-page .history-hero .history-content .text-section:hover{transform:translateY(-4px);box-shadow:0 12px 16px rgba(var(--dark-green-7-rgb),.1),0 4px 6px rgba(var(--dark-green-7-rgb),.05)}.history-page .history-hero .history-content .text-section h2{color:var(--dark-green-7);font-size:24px;font-weight:600;margin-bottom:16px;display:flex;align-items:center;gap:12px}.history-page .history-hero .history-content .text-section h2 svg{color:var(--dark-yellow-1);--phosphor-color: var(--dark-yellow-1);--phosphor-color-secondary: rgba(var(--dark-yellow-1-rgb), .3)}.history-page .history-hero .history-content .text-section p{color:var(--dark-green-6);font-size:16px;line-height:1.6;margin:0}@media screen and (max-width: 768px){.history-page .history-hero{padding:60px 0}.history-page .history-hero .history-content{padding:32px 0;gap:32px}.history-page .history-hero .history-content .text-section{padding:24px}.history-page .history-hero .history-content .text-section h2{font-size:20px;margin-bottom:12px}.history-page .history-hero .history-content .text-section p{font-size:15px}}@media screen and (max-width: 480px){.history-page .history-hero{padding:40px 0}.history-page .history-hero .history-content{padding:24px 0;gap:24px}.history-page .history-hero .history-content .text-section{padding:20px;border-radius:20px}.history-page .history-hero .history-content .text-section h2{font-size:18px;margin-bottom:10px}.history-page .history-hero .history-content .text-section p{font-size:14px}}.values-page .values-hero{padding:80px 0;background:linear-gradient(to bottom,white 0%,var(--light-yellow-1) 30%,white 100%);position:relative;overflow:hidden}.values-page .values-hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--leaf-pattern);opacity:.03;pointer-events:none}.values-page .values-hero .values-content{max-width:800px;margin:0 auto;padding:48px 0;display:flex;flex-direction:column;gap:48px}.values-page .values-hero .values-content .text-section{background:#fff;padding:32px;border-radius:24px;box-shadow:0 4px 6px rgba(var(--dark-green-7-rgb),.05),0 1px 3px rgba(var(--dark-green-7-rgb),.1);border:1px solid rgba(var(--dark-yellow-1-rgb),.1);transition:all .3s ease}.values-page .values-hero .values-content .text-section:hover{transform:translateY(-4px);box-shadow:0 12px 16px rgba(var(--dark-green-7-rgb),.1),0 4px 6px rgba(var(--dark-green-7-rgb),.05)}.values-page .values-hero .values-content .text-section h2{color:var(--dark-green-7);font-size:24px;font-weight:600;margin-bottom:16px;display:flex;align-items:center;gap:12px}.values-page .values-hero .values-content .text-section h2 svg{color:var(--dark-yellow-1);--phosphor-color: var(--dark-yellow-1);--phosphor-color-secondary: rgba(var(--dark-yellow-1-rgb), .3)}.values-page .values-hero .values-content .text-section p{color:var(--dark-green-6);font-size:16px;line-height:1.6;margin:0}@media screen and (max-width: 768px){.values-page .values-hero{padding:60px 0}.values-page .values-hero .values-content{padding:32px 0;gap:32px}.values-page .values-hero .values-content .text-section{padding:24px}.values-page .values-hero .values-content .text-section h2{font-size:20px;margin-bottom:12px}.values-page .values-hero .values-content .text-section p{font-size:15px}}@media screen and (max-width: 480px){.values-page .values-hero{padding:40px 0}.values-page .values-hero .values-content{padding:24px 0;gap:24px}.values-page .values-hero .values-content .text-section{padding:20px;border-radius:20px}.values-page .values-hero .values-content .text-section h2{font-size:18px;margin-bottom:10px}.values-page .values-hero .values-content .text-section p{font-size:14px}}:root{--logo-green: #0A5C26;--logo-lime: #AACC00;--dark-green-2: #0B6E2E;--dark-green-3: #0D7F34;--dark-green-7: #064018;--dark-green-soft: rgba(10, 92, 38, .85);--light-green-6: #F0F8E8;--dark-yellow-1: #EBEB47;--light-yellow-1: #FFFBE6;--neutral-100: #F8F7F5;--neutral-200: #F0EFED;--neutral-300: #E5E4E2;--neutral-600: #8A8884;--text-primary: #1C1C1C;--text-secondary: #505050;--border-light: rgba(10, 92, 38, .1);--border-medium: rgba(10, 92, 38, .2);--radius-full: 9999px;--radius-large: 16px;--radius-medium: 12px;--radius-small: 8px}.blog-page{position:relative;min-height:100vh;display:flex;flex-direction:column;color:var(--text-primary);font-family:var(--font-family, "Inter", sans-serif);background-color:#fff}.blog-page.full-width{width:100vw;max-width:100%;margin:0;padding:0}.blog-container{width:100%;max-width:100%;padding:0;margin-top:0}.blog-hero{position:relative;height:75vh;min-height:500px;width:100%;margin-bottom:0;overflow:hidden}.blog-hero .hero-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 8s ease;transform-origin:center;animation:subtle-zoom 12s infinite alternate}.blog-hero .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0006,#00000080,#0009);display:flex;align-items:center;padding-top:60px;justify-content:flex-start}.blog-hero .hero-content{max-width:800px;margin:0 0 0 8%;text-align:left;padding:0;align-self:flex-start}.blog-hero .hero-content h2{font-size:4rem;margin-bottom:2.5rem;font-weight:500;color:#fff;text-shadow:none;line-height:1.1;text-align:left}.blog-hero .hero-content .cta-buttons{display:flex;gap:1.5rem;align-items:flex-start;flex-wrap:wrap;justify-content:flex-start;width:100%;text-align:left}.blog-hero .hero-content .hero-cta{background-color:var(--logo-lime);color:var(--dark-green-7);border:none;padding:1rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.7rem}.blog-hero .hero-content .hero-cta:hover{background-color:#ffffffe6;transform:translateY(-3px)}.blog-hero .hero-content .hero-cta svg{width:20px;height:20px}.blog-hero .hero-content .hero-cta-secondary{background-color:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.3);padding:1rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.7rem}.blog-hero .hero-content .hero-cta-secondary:hover{background-color:#ffffff26;transform:translateY(-3px)}.blog-hero .hero-content .hero-cta-secondary svg{width:20px;height:20px}.blog-hero .container{width:100%;display:flex;justify-content:flex-start}@media screen and (max-width: 768px){.blog-hero{height:65vh;min-height:450px}.blog-hero .hero-content{margin:0 0 0 5%}.blog-hero .hero-content h2{font-size:3.2rem}.blog-hero .hero-content .cta-buttons{gap:1rem;align-items:flex-start;justify-content:flex-start}}@media screen and (max-width: 480px){.blog-hero{height:55vh;min-height:350px}.blog-hero .hero-content{margin:0 0 0 1.5rem}.blog-hero .hero-content h2{font-size:2.5rem;margin-bottom:1.5rem}.blog-hero .hero-content .cta-buttons{flex-direction:column;align-items:flex-start;gap:1rem;width:100%}.blog-hero .hero-content .hero-cta,.blog-hero .hero-content .hero-cta-secondary{padding:.75rem 1.5rem;font-size:1rem;width:100%;justify-content:center}}.blog-content{position:relative;display:flex;padding:3rem 0 0;min-height:25vh;max-width:1400px;margin:0 auto;gap:20px}@media screen and (max-width: 768px){.blog-content{flex-direction:column;padding:2rem 1rem;gap:15px}}@media screen and (max-width: 480px){.blog-content{flex-direction:column;padding:2rem 1rem;gap:15px}}.blog-sidebar{width:280px;background:var(--light-yellow-1);color:var(--text-secondary);flex-shrink:0;box-shadow:none;position:sticky;top:70px;left:0;align-self:flex-start;height:auto;display:flex;flex-direction:column;z-index:10;border-radius:25px;border:1px solid var(--logo-lime);padding:0;margin:0}@media screen and (max-width: 480px){.blog-sidebar{position:fixed;width:100%;margin:0;border-radius:0;box-shadow:none;border-bottom:1px solid var(--border-light);border-left:none;border-right:none;border-top:none;height:auto;top:60px;left:0;right:0;bottom:auto;z-index:100;display:none}.blog-sidebar.mobile-open{display:block;height:auto}}.blog-filters{padding:0;height:auto;font-family:Chillax,sans-serif}.blog-filters .filter-section{margin-bottom:0;padding-bottom:0;border-bottom:none}.blog-filters .filter-section:last-child{border-bottom:none;padding-bottom:0}.blog-filters .filter-section .filter-title{font-size:1rem;font-weight:600;display:flex;align-items:center;gap:.5rem;color:var(--logo-green);position:relative;padding:15px 20px;margin-bottom:0;border-bottom:1px solid var(--logo-lime);background-color:#ffffff80;font-family:Chillax,sans-serif}.blog-filters .filter-section .filter-title .icon-container{width:32px;height:32px;border-radius:50%;background-color:var(--light-yellow-1);border:1px solid var(--logo-lime);display:flex;align-items:center;justify-content:center}.blog-filters .filter-section .filter-title .icon-container svg{width:16px;height:16px;color:var(--logo-green)}.blog-filters .filter-section .filter-title svg{width:18px;height:18px;color:var(--logo-green);opacity:.9}.blog-filters .filter-section .filter-options{display:flex;flex-direction:column;gap:8px;padding:15px}.blog-filters .filter-section .filter-options .filter-option{display:flex;align-items:center;cursor:pointer;font-size:.85rem;padding:10px 20px 10px 40px;color:var(--logo-green);transition:background-color .2s;position:relative;border:1px solid var(--logo-lime);font-family:Chillax,sans-serif;border-radius:25px;background-color:#ffffff80}.blog-filters .filter-section .filter-options .filter-option .chevron{position:absolute;left:20px;color:var(--logo-lime);font-size:1.2rem;line-height:.7;font-weight:300}.blog-filters .filter-section .filter-options .filter-option:hover{background-color:#ffffffb3}.blog-filters .filter-section .filter-options .filter-option .count{margin-left:auto;background-color:#fffc;border-radius:15px;min-width:24px;height:24px;padding:0 8px;font-size:.7rem;color:var(--logo-green);font-weight:500;display:flex;align-items:center;justify-content:center}.blog-filters .filter-section .filter-options .filter-option.active{background-color:#ffffffb3;font-weight:500}.blog-filters .filter-section .filter-options .filter-option input[type=radio],.blog-filters .filter-section .filter-options .filter-option input[type=checkbox]{display:none}.blog-filters .clear-filters-button{width:calc(100% - 40px);margin:20px auto;padding:8px 16px;background-color:#fff;border:1px solid var(--logo-green);border-radius:var(--radius-full);cursor:pointer;font-size:.9rem;color:var(--logo-green);transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500;font-family:Chillax,sans-serif}.blog-filters .clear-filters-button svg{width:16px;height:16px;color:var(--logo-green)}.blog-filters .clear-filters-button:hover{background-color:var(--logo-green);color:#fff}.blog-filters .clear-filters-button:hover svg{color:#fff}.blog-main{flex:1;display:flex;flex-direction:column;background-color:#fff;padding:0 20px 40px;margin-left:0;width:100%;max-width:none;gap:20px;position:relative;z-index:5}@media screen and (max-width: 768px){.blog-main{width:100%;max-width:100%;padding:20px;margin-left:0}}@media screen and (max-width: 480px){.blog-main{width:100%;max-width:100%;padding:20px;margin-left:0}}.blog-main .filter-toggle{display:none;align-items:center;justify-content:center;gap:.5rem;background-color:var(--light-yellow-1);color:var(--logo-green);border:1px solid var(--logo-lime);padding:.75rem 1rem;border-radius:25px;margin-bottom:15px;font-weight:500;cursor:pointer;font-family:Chillax,sans-serif}.blog-main .filter-toggle:hover{background-color:#ffffffb3}@media screen and (max-width: 480px){.blog-main .filter-toggle{display:flex}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes zoomOut{0%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes lineReveal{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes patternMove{0%{background-position:0 0,0 10px,10px -10px,-10px 0px}to{background-position:40px 40px,40px 50px,50px 30px,30px 40px}}@media (prefers-reduced-motion: reduce){.blog-hero .hero-image,.blog-hero .hero-content{transform:none!important}}@media (max-width: 768px){.blog .blog-content .container{grid-template-columns:1fr;gap:40px}}@media (max-width: 576px){.blog .blog-hero .container{padding:80px 16px 40px}.blog .blog-hero .container .hero-content .hero-text .overline{font-size:13px;padding:6px 12px;margin-bottom:20px}.blog .blog-hero .container .hero-content .hero-text .title-container h1{font-size:clamp(32px,7vw,42px);margin-bottom:16px}.blog .blog-hero .container .hero-content .newsletter-cta{padding:24px 16px}.blog .blog-hero .container .hero-content .newsletter-cta .newsletter-header{margin-bottom:20px}.blog .blog-hero .container .hero-content .newsletter-cta .newsletter-header svg{width:32px;height:32px;margin-bottom:12px}.blog .blog-hero .container .hero-content .newsletter-cta .newsletter-header h3{font-size:24px}.blog .blog-hero .container .hero-content .newsletter-cta .input-group{gap:12px}.blog .blog-hero .container .hero-content .newsletter-cta .input-group input{padding:14px 16px;font-size:14px}.blog .blog-content{padding:40px 0;margin-top:-20px}.blog .blog-content .container{padding:0 16px}.blog .blog-content .container .articles-section{padding:16px}.blog .blog-content .container .articles-section .articles-header{padding:20px 16px;margin:-16px -16px 20px}.blog .blog-content .container .articles-section .articles-header .section-header .icon-wrapper{width:36px;height:36px}.blog .blog-content .container .articles-section .articles-header .section-header .icon-wrapper svg{width:18px;height:18px}.blog .blog-content .container .articles-section .articles-header .section-header h2{font-size:18px}.blog .blog-content .container .articles-section .articles-header .filters{gap:8px}.blog .blog-content .container .articles-section .articles-header .filters .button-comp{padding:8px 12px;font-size:13px}.blog .blog-content .container .articles-section .articles-grid{display:flex;flex-direction:column;padding:0 16px 24px;gap:24px}.blog .blog-content .container .articles-section .articles-grid .article-card{width:100%}.blog .blog-content .container .articles-section .articles-grid .article-card .article-image{height:200px}.blog .blog-content .container .articles-section .articles-grid .article-card .article-image .category-tag{top:12px;left:12px;padding:6px 12px;font-size:12px}.blog .blog-content .container .articles-section .articles-grid .article-card .article-content{padding:16px}.blog .blog-content .container .articles-section .articles-grid .article-card .article-content h3{font-size:16px;margin-bottom:8px}.blog .blog-content .container .articles-section .articles-grid .article-card .article-content p{font-size:13px;margin-bottom:12px}.blog .blog-content .container .articles-section .articles-grid .article-card .article-content .article-meta{gap:12px;margin-bottom:12px;flex-wrap:wrap}.blog .blog-content .container .articles-section .articles-grid .article-card .article-content .article-meta span{font-size:12px}.blog .blog-content .container .articles-section .articles-grid .article-card .article-content .article-meta span svg{width:14px;height:14px}.blog .blog-content .container .articles-section .articles-grid .article-card .article-content .button-comp{padding:6px 12px;font-size:13px;min-height:36px}.blog .blog-content .container .articles-section .pagination{padding:16px;flex-direction:column;gap:16px}.blog .blog-content .container .articles-section .pagination .page-numbers{display:flex;flex-wrap:wrap;justify-content:center;gap:6px}.blog .blog-content .container .articles-section .pagination .page-numbers .page-number{width:32px;height:32px;font-size:13px;min-width:36px;min-height:36px}.blog .blog-content .container .articles-section .pagination .pagination-controls{display:flex;justify-content:center;gap:8px;width:100%}.blog .blog-content .container .articles-section .pagination .pagination-controls .button-comp{flex:1;max-width:120px;justify-content:center}.blog .blog-content .container .blog-sidebar{position:static;margin-top:24px}.blog .blog-content .container .blog-sidebar .sidebar-section{padding:16px}.blog .blog-content .container .blog-sidebar .sidebar-section .section-header{margin:-16px -16px 16px;padding:12px}.blog .blog-content .container .blog-sidebar .sidebar-section .section-header .icon-wrapper{width:32px;height:32px}.blog .blog-content .container .blog-sidebar .sidebar-section .section-header .icon-wrapper svg{width:16px;height:16px}.blog .blog-content .container .blog-sidebar .sidebar-section .section-header .header-text h3{font-size:16px}.blog .blog-content .container .blog-sidebar .sidebar-section.search .search-input{height:48px;padding:0 12px}.blog .blog-content .container .blog-sidebar .sidebar-section.search .search-input .search-icon svg{width:18px;height:18px}.blog .blog-content .container .blog-sidebar .sidebar-section.search .search-input input{font-size:14px}.blog .blog-content .container .blog-sidebar .sidebar-section.categories .categories-list li .category-item{padding:10px 12px;font-size:14px;min-height:44px}.blog .blog-content .container .blog-sidebar .sidebar-section.categories .categories-list li .category-item .count{padding:3px 6px;font-size:12px}.blog .blog-content .container .blog-sidebar .sidebar-section.recent-posts ul li{padding:12px 0}.blog .blog-content .container .blog-sidebar .sidebar-section.recent-posts ul li .post-image{width:60px;height:60px}.blog .blog-content .container .blog-sidebar .sidebar-section.recent-posts ul li .post-info h4{font-size:14px;margin-bottom:6px}.blog .blog-content .container .blog-sidebar .sidebar-section.recent-posts ul li .post-info span{font-size:12px}.blog .blog-content .container .blog-sidebar .sidebar-section.recent-posts ul li .post-info span svg{width:12px;height:12px}.blog .blog-content .container .blog-sidebar .sidebar-section.tags .tags-cloud .tag{padding:6px 10px;font-size:13px;min-height:36px}.blog .blog-content .container .blog-sidebar .sidebar-section.tags .tags-cloud .tag svg{width:14px;height:14px}.blog .blog-content .container .blog-sidebar .sidebar-section.social .social-links a{width:40px;height:40px;min-width:44px;min-height:44px}.blog .blog-content .container .blog-sidebar .sidebar-section.social .social-links a svg{width:18px;height:18px}.blog .featured-carousel{padding:40px 0}.blog .featured-carousel .container .section-header{margin-bottom:24px;padding-bottom:16px}.blog .featured-carousel .container .section-header .header-left{gap:12px}.blog .featured-carousel .container .section-header .header-left .icon-wrapper{width:40px;height:40px}.blog .featured-carousel .container .section-header .header-left .icon-wrapper svg{width:20px;height:20px}.blog .featured-carousel .container .section-header .header-left h2{font-size:22px}.blog .featured-carousel .container .section-header .carousel-controls{gap:16px}.blog .featured-carousel .container .section-header .carousel-controls .indicators .indicator{width:6px;height:6px;min-width:10px;min-height:10px}.blog .featured-carousel .container .carousel-container{border-radius:16px}.blog .featured-carousel .container .carousel-container .carousel-track .carousel-card{height:auto;flex-direction:column}.blog .featured-carousel .container .carousel-container .carousel-track .carousel-card .article-image{height:240px}.blog .featured-carousel .container .carousel-container .carousel-track .carousel-card .article-image:after{display:none}.blog .featured-carousel .container .carousel-container .carousel-track .carousel-card .article-content{padding:24px}.blog .featured-carousel .container .carousel-container .carousel-track .carousel-card .article-content .category-tag{padding:6px 12px;font-size:13px;margin-bottom:16px}.blog .featured-carousel .container .carousel-container .carousel-track .carousel-card .article-content h3{font-size:22px;margin-bottom:12px}.blog .featured-carousel .container .carousel-container .carousel-track .carousel-card .article-content p{font-size:14px;margin-bottom:20px}.blog .featured-carousel .container .carousel-container .carousel-track .carousel-card .article-content .article-meta{gap:16px;margin-bottom:20px;flex-wrap:wrap}.blog .featured-carousel .container .carousel-container .carousel-track .carousel-card .article-content .article-meta span{font-size:13px}.blog .featured-carousel .container .carousel-container .carousel-track .carousel-card .article-content .article-meta span svg{width:16px;height:16px}.blog .featured-carousel .container .carousel-container .carousel-track .carousel-card .article-content .button-comp{min-height:40px}}@media (max-width: 420px){.blog .blog-hero .container{padding:60px 12px 30px}.blog .blog-hero .container .hero-content .hero-text .overline{font-size:12px;padding:5px 10px}.blog .blog-hero .container .hero-content .hero-text .title-container h1{font-size:clamp(28px,6vw,36px)}.blog .blog-hero .container .hero-content .newsletter-cta{padding:20px 14px}.blog .blog-hero .container .hero-content .newsletter-cta .newsletter-header{margin-bottom:16px}.blog .blog-hero .container .hero-content .newsletter-cta .newsletter-header svg{width:28px;height:28px;margin-bottom:10px}.blog .blog-hero .container .hero-content .newsletter-cta .newsletter-header h3{font-size:20px}.blog .blog-content .container{padding:0 12px}.blog .blog-content .container .articles-section{padding:12px}.blog .blog-content .container .articles-section .articles-header{padding:16px 12px;margin:-12px -12px 16px}.blog .blog-content .container .articles-section .articles-grid{padding:0 12px 20px;gap:20px}.blog .blog-content .container .articles-section .articles-grid .article-card .article-image{height:180px}.blog .blog-content .container .articles-section .pagination{padding:12px}.blog .blog-content .container .articles-section .pagination .page-numbers{gap:4px}.blog .blog-content .container .articles-section .pagination .page-numbers .page-number{width:28px;height:28px;font-size:12px;min-width:32px;min-height:32px}.blog .blog-content .container .articles-section .pagination .pagination-controls{gap:6px}.blog .blog-content .container .articles-section .pagination .pagination-controls .button-comp{max-width:100px;padding:6px 10px;font-size:12px}.blog .featured-carousel{padding:30px 0}.blog .featured-carousel .container .section-header{margin-bottom:20px}.blog .featured-carousel .container .section-header .header-left h2{font-size:20px}.blog .featured-carousel .container .carousel-container .carousel-track .carousel-card .article-image{height:200px}.blog .featured-carousel .container .carousel-container .carousel-track .carousel-card .article-content{padding:20px}.blog .featured-carousel .container .carousel-container .carousel-track .carousel-card .article-content h3{font-size:20px}}@supports (-webkit-touch-callout: none){.blog .blog-hero{min-height:-webkit-fill-available}}@media (max-width: 576px){.blog .featured-carousel .carousel-container{-webkit-overflow-scrolling:touch}}@media (max-width: 420px){.blog .featured-carousel{padding:30px 0}.blog .featured-carousel .section-header{margin-bottom:20px}.blog .featured-carousel .section-header .header-left h2{font-size:20px}.blog .featured-carousel .carousel-wrapper .embla__slide .carousel-card .article-image{height:200px}.blog .featured-carousel .carousel-wrapper .embla__slide .carousel-card .article-content{padding:20px}.blog .featured-carousel .carousel-wrapper .embla__slide .carousel-card .article-content h3{font-size:20px}.blog .featured-carousel .carousel-wrapper .embla__button{width:36px;height:36px}.blog .featured-carousel .carousel-wrapper .embla__button svg{width:18px;height:18px}}.article-card-link{display:block;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease}.article-card-link:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.article-card-link:hover .article-card{border-color:var(--dark-green-3)}.article-card-link:hover h3{color:var(--dark-green-3)}.article-card-link:hover .btn{background-color:var(--dark-green-3);color:#fff}.article-card-link .article-card{height:100%}.blog-controls{display:flex;align-items:center;gap:1rem;padding:15px 20px;background:var(--light-yellow-1);border:1px solid var(--logo-lime);border-radius:25px;flex-wrap:wrap;font-family:Chillax,sans-serif;margin-bottom:1rem;position:relative;z-index:20}@media screen and (max-width: 768px){.blog-controls{flex-direction:column;align-items:stretch;gap:.75rem}}@media screen and (max-width: 480px){.blog-controls{flex-direction:column;align-items:stretch;gap:.75rem;padding:12px 15px}}.blog-controls .blog-search{flex:1;min-width:300px;position:relative}.blog-controls .blog-search input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:1px solid var(--logo-lime);border-radius:25px;font-size:.95rem;transition:border-color .2s;background-color:#ffffff80;font-family:Chillax,sans-serif}.blog-controls .blog-search input:focus{outline:none;border-color:var(--logo-green);background-color:#ffffffb3}.blog-controls .blog-search input::placeholder{font-weight:300;color:var(--text-secondary);font-size:.9rem;font-family:Chillax,sans-serif}.blog-controls .blog-search .search-icon-container{position:absolute;left:15px;top:50%;transform:translateY(-50%);width:24px;height:24px}.blog-controls .blog-search .search-icon-container svg{width:18px;height:18px;color:var(--logo-green)}.blog-controls .blog-search .clear-search{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--logo-green);cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;min-width:24px;min-height:24px;border-radius:50%;background-color:#fffc;padding:0;margin:0;border:1px solid var(--logo-lime)}.blog-controls .blog-search .clear-search:hover{background-color:#fff}.featured-article{display:grid;grid-template-columns:1fr 1fr;gap:30px;background:var(--light-yellow-1);border:1px solid var(--logo-lime);border-radius:25px;overflow:hidden;margin-bottom:30px}@media screen and (max-width: 768px){.featured-article{grid-template-columns:1fr}}.featured-article .featured-image{height:450px;position:relative;overflow:hidden}@media screen and (max-width: 768px){.featured-article .featured-image{height:300px}}.featured-article .featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.featured-article .featured-image .category-badge{position:absolute;top:20px;left:20px;background-color:var(--logo-lime);color:var(--dark-green-7);padding:8px 16px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.featured-article .featured-content{padding:40px;display:flex;flex-direction:column}@media screen and (max-width: 768px){.featured-article .featured-content{padding:30px}}.featured-article .featured-content h2{font-size:2.2rem;color:var(--logo-green);margin-bottom:20px;line-height:1.2;font-weight:600;font-family:Chillax,sans-serif}@media screen and (max-width: 768px){.featured-article .featured-content h2{font-size:1.8rem}}.featured-article .featured-content p{font-size:1.1rem;color:var(--text-secondary);margin-bottom:25px;line-height:1.6}.featured-article .featured-content .article-meta{display:flex;gap:20px;margin-bottom:30px}.featured-article .featured-content .article-meta span{display:flex;align-items:center;gap:6px;font-size:.9rem;color:var(--text-secondary)}.featured-article .featured-content .article-meta span svg{color:var(--logo-green)}.featured-article .featured-content .read-more-btn{display:inline-flex;align-items:center;gap:8px;background-color:var(--logo-lime);color:var(--dark-green-7);padding:12px 24px;border-radius:25px;font-weight:500;font-size:.95rem;text-decoration:none;transition:all .3s;align-self:flex-start;margin-top:auto}.featured-article .featured-content .read-more-btn:hover{background-color:#c0e500;transform:translateY(-2px)}.featured-article:hover .featured-image img{transform:scale(1.05)}.blog-results{margin-bottom:25px;font-size:.95rem;display:flex;align-items:center;justify-content:space-between;background-color:var(--light-yellow-1);border-radius:var(--radius-medium);padding:14px 20px;border:1px solid var(--logo-lime)}.blog-results .results-count{display:flex;align-items:center;gap:8px;color:var(--logo-green)}.blog-results .results-count svg{color:var(--logo-lime)}.blog-results .results-count span{font-weight:600;color:var(--dark-green-3)}.blog-results .pagination-info{display:flex;align-items:center;font-size:.9rem;color:var(--logo-green)}.blog-results .pagination-info .page-indicator .current-page{font-weight:600;background-color:var(--logo-lime);color:var(--dark-green-7);padding:2px 8px;border-radius:var(--radius-small)}.blog-results .pagination-info .page-indicator span:not(.current-page){font-weight:500}@media screen and (max-width: 480px){.blog-results{flex-direction:column;gap:10px;align-items:flex-start}}.pagination-controls{margin:30px 0;display:flex;flex-direction:column;align-items:center;gap:20px}.pagination-controls .load-more-btn{background-color:var(--light-yellow-1);color:var(--logo-green);border:1px solid var(--logo-lime);border-radius:25px;padding:12px 24px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px}.pagination-controls .load-more-btn:hover{background-color:#ffffffb3;transform:translateY(-2px)}.pagination-controls .load-more-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.pagination-controls .load-more-btn .load-more-icon{transition:transform .3s}.pagination-controls .load-more-btn:hover .load-more-icon{transform:translateY(3px)}.pagination-controls .page-numbers{display:flex;align-items:center;gap:8px;margin-top:5px}.pagination-controls .page-numbers .page-number{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--border-light);background-color:#fff;color:var(--text-secondary);font-weight:500;cursor:pointer;transition:all .2s}.pagination-controls .page-numbers .page-number:hover{border-color:var(--logo-lime);color:var(--logo-green)}.pagination-controls .page-numbers .page-number.active{background-color:var(--logo-lime);color:var(--dark-green-7);border-color:var(--logo-lime);font-weight:600}svg[weight=duotone]{opacity:.9;color:var(--logo-green)}svg[weight=duotone] .icon-fill-primary{color:var(--logo-green)}svg[weight=duotone] .icon-fill-secondary{color:var(--logo-lime);opacity:.5}.newsletter-section{margin-top:40px}.newsletter-section .newsletter-container{background:var(--light-yellow-1);border:1px solid var(--logo-lime);border-radius:25px;padding:40px;text-align:center}@media screen and (max-width: 480px){.newsletter-section .newsletter-container{padding:30px 20px}}.newsletter-section .newsletter-content{max-width:600px;margin:0 auto}.newsletter-section .newsletter-content h3{font-size:2rem;color:var(--logo-green);margin-bottom:15px;font-weight:600;font-family:Chillax,sans-serif}.newsletter-section .newsletter-content p{font-size:1.1rem;color:var(--text-secondary);margin-bottom:30px}.newsletter-section .newsletter-content .newsletter-input{position:relative;display:flex;align-items:center;margin-bottom:15px}.newsletter-section .newsletter-content .newsletter-input svg{position:absolute;left:15px;color:var(--logo-green)}.newsletter-section .newsletter-content .newsletter-input input{flex:1;padding:.9rem .9rem .9rem 2.5rem;border:1px solid var(--logo-lime);border-radius:25px;font-size:1rem;transition:all .2s;background-color:#fff}.newsletter-section .newsletter-content .newsletter-input input:focus{outline:none;border-color:var(--logo-green)}.newsletter-section .newsletter-content .newsletter-input input::placeholder{color:var(--text-secondary);font-size:.95rem}.newsletter-section .newsletter-content .newsletter-input input:disabled{background-color:var(--neutral-200);cursor:not-allowed}.newsletter-section .newsletter-content .newsletter-input .submit-btn{position:absolute;right:5px;width:40px;height:40px;background-color:var(--logo-lime);color:var(--dark-green-7);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.newsletter-section .newsletter-content .newsletter-input .submit-btn:hover{background-color:var(--logo-green);color:#fff}.newsletter-section .newsletter-content .newsletter-input .submit-btn:disabled{background-color:var(--neutral-300);cursor:not-allowed}.newsletter-section .newsletter-content .newsletter-input .submit-btn.submitting,.newsletter-section .newsletter-content .newsletter-input .submit-btn.success{background-color:var(--logo-green);color:#fff}.newsletter-section .newsletter-content .newsletter-input .submit-btn .loading-icon{animation:spin 1s linear infinite}.newsletter-section .newsletter-content .success-message,.newsletter-section .newsletter-content .error-message{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.9rem;margin-top:10px;padding:8px 16px;border-radius:25px;font-weight:500}.newsletter-section .newsletter-content .success-message{color:var(--logo-green);background-color:#aacc001a}.newsletter-section .newsletter-content .error-message{color:#e74c3c;background-color:#e74c3c1a}.mobile-sidebar-header{display:none;align-items:center;justify-content:space-between;padding:15px 20px;border-bottom:1px solid var(--border-light)}.mobile-sidebar-header h3{margin:0;font-size:1.1rem;font-weight:500}.mobile-sidebar-header .close-sidebar{background:none;border:none;color:var(--neutral-600);cursor:pointer}.mobile-sidebar-header .close-sidebar:hover{color:var(--text-primary)}@keyframes subtle-zoom{0%{transform:scale(1)}to{transform:scale(1.1)}}.newsletter-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fade-in .3s ease-in-out}.newsletter-popup{background-color:#fff;border-radius:var(--radius-large);width:90%;max-width:500px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 10px 25px #0000001a;animation:scale-in .3s ease-in-out;border:1px solid var(--logo-lime)}.close-popup{position:absolute;top:15px;right:15px;background:var(--light-yellow-1);border:1px solid var(--logo-lime);color:var(--logo-green);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:1}.close-popup:hover{background-color:var(--logo-lime);color:var(--dark-green-7)}.newsletter-popup-content{padding:40px;text-align:center}@media screen and (max-width: 480px){.newsletter-popup-content{padding:30px 20px}}.newsletter-popup-content h3{font-size:1.8rem;color:var(--logo-green);margin-bottom:15px;font-weight:600;font-family:Chillax,sans-serif}.newsletter-popup-content p{font-size:1rem;color:var(--text-secondary);margin-bottom:25px;line-height:1.5}.newsletter-popup-content .newsletter-input{position:relative;display:flex;align-items:center;margin-bottom:15px}.newsletter-popup-content .newsletter-input svg{position:absolute;left:15px;color:var(--logo-green)}.newsletter-popup-content .newsletter-input input{flex:1;padding:.9rem .9rem .9rem 2.5rem;border:1px solid var(--logo-lime);border-radius:25px;font-size:1rem;transition:all .2s;background-color:var(--light-yellow-1)}.newsletter-popup-content .newsletter-input input:focus{outline:none;border-color:var(--logo-green);background-color:#fff}.newsletter-popup-content .newsletter-input input::placeholder{color:var(--text-secondary);font-size:.95rem}.newsletter-popup-content .newsletter-input input:disabled{background-color:var(--neutral-200);cursor:not-allowed}.newsletter-popup-content .newsletter-input .submit-btn{position:absolute;right:5px;width:40px;height:40px;background-color:var(--logo-lime);color:var(--dark-green-7);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.newsletter-popup-content .newsletter-input .submit-btn:hover{background-color:var(--logo-green);color:#fff}.newsletter-popup-content .newsletter-input .submit-btn:disabled{background-color:var(--neutral-300);cursor:not-allowed}.newsletter-popup-content .newsletter-input .submit-btn.submitting,.newsletter-popup-content .newsletter-input .submit-btn.success{background-color:var(--logo-green);color:#fff}.newsletter-popup-content .newsletter-input .submit-btn .loading-icon{animation:spin 1s linear infinite}.newsletter-popup-content .success-message,.newsletter-popup-content .error-message{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.9rem;margin-top:10px;padding:8px 16px;border-radius:25px;font-weight:500}.newsletter-popup-content .success-message{color:var(--logo-green);background-color:#aacc001a}.newsletter-popup-content .error-message{color:#e74c3c;background-color:#e74c3c1a}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-in{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:25px;margin-bottom:30px}@media screen and (max-width: 768px){.articles-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media screen and (max-width: 480px){.articles-grid{grid-template-columns:1fr;gap:20px}}.articles-grid .article-card{background-color:#fff;border-radius:var(--radius-medium);overflow:hidden;height:100%;display:flex;flex-direction:column;position:relative;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 2px 8px #00000008;border:1px solid #e5e5e5}.articles-grid .article-card:hover{transform:translateY(-5px);border-color:var(--logo-lime)}.articles-grid .article-card:hover .article-image img{transform:scale(1.05)}.articles-grid .article-card:hover .article-title a{color:var(--logo-green)}.articles-grid .article-card .article-image{height:200px;background-color:var(--neutral-200);position:relative;border-bottom:1px solid #e5e5e5;overflow:hidden}.articles-grid .article-card .article-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.articles-grid .article-card .article-image .category-badge{position:absolute;top:15px;left:15px;background-color:var(--logo-lime);color:var(--dark-green-7);padding:5px 12px;border-radius:15px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.articles-grid .article-card .article-info{padding:20px;display:flex;flex-direction:column;flex:1}.articles-grid .article-card .article-info .article-title{margin:0 0 12px;font-size:1.2rem;font-weight:600;line-height:1.3;font-family:Chillax,sans-serif}.articles-grid .article-card .article-info .article-title a{text-decoration:none;color:var(--text-primary);transition:color .2s}.articles-grid .article-card .article-info .article-title a:hover{color:var(--logo-green)}.articles-grid .article-card .article-info .article-meta{display:flex;gap:15px;margin-bottom:12px}.articles-grid .article-card .article-info .article-meta span{display:flex;align-items:center;gap:5px;font-size:.8rem;color:var(--text-secondary)}.articles-grid .article-card .article-info .article-meta span svg{color:var(--logo-green)}.articles-grid .article-card .article-info .article-excerpt{font-size:.9rem;color:var(--text-secondary);margin-bottom:20px;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.articles-grid .article-card .article-info .article-actions{margin-top:auto}.articles-grid .article-card .article-info .article-actions .read-article-btn{display:inline-flex;align-items:center;gap:6px;background-color:var(--light-yellow-1);color:var(--logo-green);border:1px solid var(--logo-lime);padding:8px 16px;border-radius:20px;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s}.articles-grid .article-card .article-info .article-actions .read-article-btn:hover{background-color:var(--logo-lime);color:var(--dark-green-7);transform:translateY(-2px)}.blog-skeleton{width:100%;position:relative}.blog-skeleton .skeleton-element,.blog-skeleton .blog-content-skeleton .sidebar-skeleton .sidebar-widget-skeleton .recent-posts-skeleton .recent-post-skeleton .post-info-skeleton .post-meta-skeleton,.blog-skeleton .blog-content-skeleton .sidebar-skeleton .sidebar-widget-skeleton .recent-posts-skeleton .recent-post-skeleton .post-info-skeleton .post-title-skeleton,.blog-skeleton .blog-content-skeleton .sidebar-skeleton .sidebar-widget-skeleton .recent-posts-skeleton .recent-post-skeleton .post-image-skeleton,.blog-skeleton .blog-content-skeleton .sidebar-skeleton .sidebar-widget-skeleton .categories-skeleton .category-item-skeleton,.blog-skeleton .blog-content-skeleton .sidebar-skeleton .sidebar-widget-skeleton .widget-title-skeleton,.blog-skeleton .blog-content-skeleton .main-content-skeleton .pagination-skeleton,.blog-skeleton .blog-content-skeleton .main-content-skeleton .posts-grid-skeleton .post-skeleton .content-skeleton .meta-skeleton,.blog-skeleton .blog-content-skeleton .main-content-skeleton .posts-grid-skeleton .post-skeleton .content-skeleton .excerpt-skeleton,.blog-skeleton .blog-content-skeleton .main-content-skeleton .posts-grid-skeleton .post-skeleton .content-skeleton .title-skeleton,.blog-skeleton .blog-content-skeleton .main-content-skeleton .posts-grid-skeleton .post-skeleton .content-skeleton .category-skeleton,.blog-skeleton .blog-content-skeleton .main-content-skeleton .posts-grid-skeleton .post-skeleton .image-skeleton,.blog-skeleton .blog-content-skeleton .main-content-skeleton .filters-skeleton,.blog-skeleton .hero-skeleton,.blog-skeleton .header-skeleton .nav-skeleton,.blog-skeleton .header-skeleton .logo-skeleton{background-color:#aacc0014;border-radius:8px;position:relative;overflow:hidden}.blog-skeleton .skeleton-element:after,.blog-skeleton .blog-content-skeleton .sidebar-skeleton .sidebar-widget-skeleton .recent-posts-skeleton .recent-post-skeleton .post-info-skeleton .post-meta-skeleton:after,.blog-skeleton .blog-content-skeleton .sidebar-skeleton .sidebar-widget-skeleton .recent-posts-skeleton .recent-post-skeleton .post-info-skeleton .post-title-skeleton:after,.blog-skeleton .blog-content-skeleton .sidebar-skeleton .sidebar-widget-skeleton .recent-posts-skeleton .recent-post-skeleton .post-image-skeleton:after,.blog-skeleton .blog-content-skeleton .sidebar-skeleton .sidebar-widget-skeleton .categories-skeleton .category-item-skeleton:after,.blog-skeleton .blog-content-skeleton .sidebar-skeleton .sidebar-widget-skeleton .widget-title-skeleton:after,.blog-skeleton .blog-content-skeleton .main-content-skeleton .pagination-skeleton:after,.blog-skeleton .blog-content-skeleton .main-content-skeleton .posts-grid-skeleton .post-skeleton .content-skeleton .meta-skeleton:after,.blog-skeleton .blog-content-skeleton .main-content-skeleton .posts-grid-skeleton .post-skeleton .content-skeleton .excerpt-skeleton:after,.blog-skeleton .blog-content-skeleton .main-content-skeleton .posts-grid-skeleton .post-skeleton .content-skeleton .title-skeleton:after,.blog-skeleton .blog-content-skeleton .main-content-skeleton .posts-grid-skeleton .post-skeleton .content-skeleton .category-skeleton:after,.blog-skeleton .blog-content-skeleton .main-content-skeleton .posts-grid-skeleton .post-skeleton .image-skeleton:after,.blog-skeleton .blog-content-skeleton .main-content-skeleton .filters-skeleton:after,.blog-skeleton .hero-skeleton:after,.blog-skeleton .header-skeleton .nav-skeleton:after,.blog-skeleton .header-skeleton .logo-skeleton:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#fff0,#ffffff80,#fff0);background-size:200% 100%;animation:shimmer 1.5s infinite;animation-delay:var(--animation-delay, 0s)}.blog-skeleton .header-skeleton{height:60px;width:100%;margin-bottom:2rem;display:flex;align-items:center;justify-content:space-between}.blog-skeleton .header-skeleton .logo-skeleton{height:40px;width:120px}.blog-skeleton .header-skeleton .nav-skeleton{height:40px;width:60%}@media screen and (max-width: 480px){.blog-skeleton .header-skeleton .nav-skeleton{width:40px}}.blog-skeleton .hero-skeleton{height:75vh;min-height:500px;width:100%;margin-bottom:3rem}@media screen and (max-width: 768px){.blog-skeleton .hero-skeleton{height:65vh;min-height:450px}}@media screen and (max-width: 480px){.blog-skeleton .hero-skeleton{height:55vh;min-height:350px}}.blog-skeleton .blog-content-skeleton{display:flex;max-width:1400px;margin:0 auto;padding:0 2rem;gap:20px}@media screen and (max-width: 768px){.blog-skeleton .blog-content-skeleton{flex-direction:column;padding:0 1rem}}.blog-skeleton .blog-content-skeleton .main-content-skeleton{flex:3}.blog-skeleton .blog-content-skeleton .main-content-skeleton .filters-skeleton{height:50px;width:100%;margin-bottom:2rem}.blog-skeleton .blog-content-skeleton .main-content-skeleton .posts-grid-skeleton{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}@media screen and (max-width: 768px){.blog-skeleton .blog-content-skeleton .main-content-skeleton .posts-grid-skeleton{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media screen and (max-width: 480px){.blog-skeleton .blog-content-skeleton .main-content-skeleton .posts-grid-skeleton{grid-template-columns:1fr;gap:1rem}}.blog-skeleton .blog-content-skeleton .main-content-skeleton .posts-grid-skeleton .post-skeleton{height:350px;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;border:.5px solid rgba(170,204,0,.3);background-color:#fff}.blog-skeleton .blog-content-skeleton .main-content-skeleton .posts-grid-skeleton .post-skeleton .image-skeleton{height:180px;width:100%}.blog-skeleton .blog-content-skeleton .main-content-skeleton .posts-grid-skeleton .post-skeleton .content-skeleton{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.blog-skeleton .blog-content-skeleton .main-content-skeleton .posts-grid-skeleton .post-skeleton .content-skeleton .category-skeleton{height:24px;width:30%;margin-bottom:.75rem}.blog-skeleton .blog-content-skeleton .main-content-skeleton .posts-grid-skeleton .post-skeleton .content-skeleton .title-skeleton{height:48px;width:90%;margin-bottom:1rem}.blog-skeleton .blog-content-skeleton .main-content-skeleton .posts-grid-skeleton .post-skeleton .content-skeleton .excerpt-skeleton{height:16px;width:100%;margin-bottom:.5rem}.blog-skeleton .blog-content-skeleton .main-content-skeleton .posts-grid-skeleton .post-skeleton .content-skeleton .excerpt-skeleton:last-of-type{width:80%}.blog-skeleton .blog-content-skeleton .main-content-skeleton .posts-grid-skeleton .post-skeleton .content-skeleton .meta-skeleton{margin-top:auto;height:20px;width:70%}.blog-skeleton .blog-content-skeleton .main-content-skeleton .posts-grid-skeleton .post-skeleton:nth-child(odd){--animation-delay: .3s}.blog-skeleton .blog-content-skeleton .main-content-skeleton .posts-grid-skeleton .post-skeleton:nth-child(2n){--animation-delay: .6s}.blog-skeleton .blog-content-skeleton .main-content-skeleton .pagination-skeleton{height:40px;width:200px;margin:2rem auto}.blog-skeleton .blog-content-skeleton .sidebar-skeleton{flex:1}@media screen and (max-width: 768px){.blog-skeleton .blog-content-skeleton .sidebar-skeleton{display:flex;flex-wrap:wrap;gap:2rem}}.blog-skeleton .blog-content-skeleton .sidebar-skeleton .sidebar-widget-skeleton{margin-bottom:2rem;background-color:#fff;border-radius:12px;padding:1.5rem;border:.5px solid rgba(170,204,0,.2)}@media screen and (max-width: 768px){.blog-skeleton .blog-content-skeleton .sidebar-skeleton .sidebar-widget-skeleton{flex:1;min-width:300px}}.blog-skeleton .blog-content-skeleton .sidebar-skeleton .sidebar-widget-skeleton .widget-title-skeleton{height:30px;width:60%;margin-bottom:1.5rem}.blog-skeleton .blog-content-skeleton .sidebar-skeleton .sidebar-widget-skeleton .categories-skeleton .category-item-skeleton{height:24px;width:100%;margin-bottom:1rem}.blog-skeleton .blog-content-skeleton .sidebar-skeleton .sidebar-widget-skeleton .categories-skeleton .category-item-skeleton:last-child{width:80%;margin-bottom:0}.blog-skeleton .blog-content-skeleton .sidebar-skeleton .sidebar-widget-skeleton .recent-posts-skeleton .recent-post-skeleton{display:flex;margin-bottom:1rem}.blog-skeleton .blog-content-skeleton .sidebar-skeleton .sidebar-widget-skeleton .recent-posts-skeleton .recent-post-skeleton .post-image-skeleton{height:60px;width:60px;flex-shrink:0}.blog-skeleton .blog-content-skeleton .sidebar-skeleton .sidebar-widget-skeleton .recent-posts-skeleton .recent-post-skeleton .post-info-skeleton{margin-left:1rem;flex-grow:1}.blog-skeleton .blog-content-skeleton .sidebar-skeleton .sidebar-widget-skeleton .recent-posts-skeleton .recent-post-skeleton .post-info-skeleton .post-title-skeleton{height:16px;width:100%;margin-bottom:.5rem}.blog-skeleton .blog-content-skeleton .sidebar-skeleton .sidebar-widget-skeleton .recent-posts-skeleton .recent-post-skeleton .post-info-skeleton .post-meta-skeleton{height:14px;width:60%}.article-page{padding-top:var(--navbar-height)}.article-page .article-hero{padding:80px 0;background:linear-gradient(135deg,var(--light-yellow-1) 0%,var(--light-yellow-2) 100%);position:relative}.article-page .article-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--leaf-pattern);opacity:.05}.article-page .article-hero .container{position:relative;z-index:1;max-width:800px;margin:0 auto;padding:0 24px}.article-page .article-hero .hero-content{text-align:center}.article-page .article-hero .hero-content .category{display:inline-block;padding:8px 16px;background:var(--dark-yellow-1);color:var(--dark-green-7);border-radius:20px;font-size:14px;font-weight:500;margin-bottom:24px}.article-page .article-hero .hero-content h1{font-size:clamp(32px,5vw,48px);color:var(--dark-green-7);line-height:1.2;margin-bottom:32px}.article-page .article-hero .hero-content .article-meta{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.article-page .article-hero .hero-content .article-meta .meta-item{display:flex;align-items:center;gap:8px;padding:8px 16px;background:var(--light-yellow-1);border:1px solid var(--light-yellow-2);border-radius:20px;color:var(--dark-green-7);font-weight:500;font-size:14px}.article-page .article-hero .hero-content .article-meta .meta-item svg{color:var(--dark-green-7);opacity:.9;--phosphor-color: var(--dark-green-7);--phosphor-color-secondary: rgba(var(--dark-green-7-rgb), .3)}.article-page .article-hero .hero-content .article-meta .meta-item.author{background:#fff}.article-page .article-content{padding:60px 0;background:#fff}.article-page .article-content .container{max-width:800px;margin:0 auto;padding:0 24px}.article-page .article-content .featured-image{margin:-120px auto 48px;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.article-page .article-content .featured-image img{width:100%;height:auto;display:block}.article-page .article-content .content-wrapper .article-text{font-size:18px;line-height:1.8;color:var(--dark-green-7)}.article-page .article-content .content-wrapper .article-text p{margin-bottom:24px}.article-page .article-content .content-wrapper .article-text h2{font-size:28px;margin:48px 0 24px;color:var(--dark-green-7)}.article-page .article-content .content-wrapper .article-text h3{font-size:24px;margin:32px 0 20px;color:var(--dark-green-7)}.article-page .article-content .content-wrapper .article-text ul,.article-page .article-content .content-wrapper .article-text ol{margin:24px 0;padding-left:24px}.article-page .article-content .content-wrapper .article-text ul li,.article-page .article-content .content-wrapper .article-text ol li{margin-bottom:12px}.article-page .article-content .content-wrapper .article-footer{margin-top:48px;padding-top:32px;border-top:1px solid var(--light-yellow-2);display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.article-page{padding-top:var(--navbar-height-mobile)}.article-page .article-hero{padding:60px 0}.article-page .article-hero .hero-content h1{font-size:28px;margin-bottom:24px}.article-page .article-hero .hero-content .article-meta{gap:16px}.article-page .article-hero .hero-content .article-meta .meta-item{padding:6px 12px;font-size:13px}.article-page .article-hero .hero-content .article-meta .meta-item svg{width:16px;height:16px}.article-page .article-content{padding:40px 0}.article-page .article-content .featured-image{margin:-80px auto 32px;border-radius:20px}.article-page .article-content .content-wrapper .article-text{font-size:16px}.article-page .article-content .content-wrapper .article-text h2{font-size:24px}.article-page .article-content .content-wrapper .article-text h3{font-size:20px}.article-page .article-content .content-wrapper .article-footer{margin-top:32px;padding-top:24px;flex-direction:column;gap:20px}}.loading-state,.error-state{text-align:center;padding:6rem 0;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.loading-state h2,.error-state h2{font-size:2rem;margin-bottom:.5rem}.loading-state p,.error-state p{color:var(--text-secondary);margin-bottom:1.5rem}.error-actions{display:flex;gap:1rem;justify-content:center}.loading-spinner{width:60px;height:60px;border:4px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.related-articles:empty{display:none}.related-articles .related-grid:empty{min-height:200px;display:grid;place-items:center}.related-articles .related-grid:empty:after{content:"Aucun article similaire trouvé";color:var(--text-secondary)}.article{max-width:800px;margin:0 auto;padding:var(--section-padding);padding-top:calc(var(--navbar-height) + 2rem)}.article .back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--dark-green-6);margin-bottom:2rem;text-decoration:none;padding:8px 16px;background:var(--light-yellow-1);border:1px solid var(--light-yellow-2);border-radius:20px;font-weight:500;transition:all .2s ease}.article .back-link:hover{background:var(--light-yellow-2);color:var(--dark-green-7)}.article .article-content .article-image{width:100%;height:auto;border-radius:24px;margin-bottom:2rem;box-shadow:0 4px 24px #0000000f,0 2px 8px #0000000a}.article .article-content .article-header{margin-bottom:3rem}.article .article-content .article-header .category{display:inline-block;padding:8px 16px;background:var(--light-yellow-1);color:var(--dark-green-7);border-radius:20px;font-size:14px;font-weight:500;margin-bottom:1rem}.article .article-content .article-header h1{font-size:clamp(32px,5vw,48px);color:var(--dark-green-7);margin-bottom:1.5rem;line-height:1.2}.article .article-content .article-header .article-meta{display:flex;gap:1rem;flex-wrap:wrap}.article .article-content .article-header .article-meta span{display:flex;align-items:center;gap:.5rem;padding:8px 16px;background:var(--light-yellow-1);border:1px solid var(--light-yellow-2);border-radius:20px;color:var(--dark-green-7);font-weight:500;font-size:14px}.article .article-content .article-header .article-meta span svg{color:var(--dark-green-7)}.article .article-content .article-text{line-height:1.8;color:var(--dark-green-7)}.article .article-content .article-text h2{font-size:1.75rem;margin:2.5rem 0 1rem;color:var(--dark-green-7)}.article .article-content .article-text h3{font-size:1.5rem;margin:2rem 0 1rem;color:var(--dark-green-7)}.article .article-content .article-text p{margin-bottom:1.5rem;color:var(--dark-green-6)}.article .article-content .article-text ul,.article .article-content .article-text ol{margin:1.5rem 0;padding-left:2rem;color:var(--dark-green-6)}.article .article-content .article-text img{max-width:100%;height:auto;border-radius:24px;margin:2.5rem 0;box-shadow:0 4px 24px #0000000f,0 2px 8px #0000000a}.article .article-content .article-text a{color:var(--dark-green-3);text-decoration:none;border-bottom:2px solid var(--light-green-3);transition:all .2s ease}.article .article-content .article-text a:hover{color:var(--dark-green-4);border-color:var(--dark-green-4)}.article .article-content .article-text blockquote{margin:2rem 0;padding:1.5rem;background:var(--light-yellow-1);border-left:4px solid var(--dark-yellow-1);border-radius:12px;font-style:italic;color:var(--dark-green-7)}.article-loading,.article-error{min-height:60vh;display:flex;align-items:center;justify-content:center;color:var(--dark-green-6);font-size:1.125rem}.back-to-home{position:fixed;top:2rem;left:2rem;z-index:100}.back-to-home .back-button.button-comp{background:#fff;border:1px solid var(--dark-green-6)}.back-to-home .back-button.button-comp:hover{background:var(--light-yellow-0);border-color:var(--dark-green-7);transform:translateY(-1px)}.back-to-home .back-button.button-comp:hover svg{transform:translate(-4px)}.back-to-home .back-button.button-comp:active{transform:translateY(0)}@media (max-width: 768px){.back-to-home{top:1rem;left:1rem}.back-to-home .button-comp{padding:.5rem}.back-to-home .button-comp span{display:none}.back-to-home .button-comp svg{margin:0}}.legal-page{min-height:100vh;padding-top:2rem;background:linear-gradient(135deg,white 0%,var(--light-yellow-0) 50%,var(--light-yellow-1) 100%)}.legal-page .legal-content{max-width:800px;margin:0 auto;padding:2rem;background:#fff;border-radius:12px;border:1px solid var(--light-yellow-2);box-shadow:0 4px 6px rgba(var(--dark-yellow-1-rgb),.05),0 1px 3px rgba(var(--dark-yellow-1-rgb),.1)}.legal-page .legal-content section{margin-bottom:2.5rem}.legal-page .legal-content section:last-child{margin-bottom:0}.legal-page .legal-content section h2{color:var(--dark-green-7);font-size:1.5rem;margin-bottom:1rem;font-weight:600}.legal-page .legal-content section p{color:var(--dark-green-6);line-height:1.6;margin-bottom:1rem;font-size:1rem}.legal-page .legal-content section p:last-child{margin-bottom:0}.legal-page .legal-content section ul{list-style:disc;margin-left:1.5rem;margin-bottom:1rem;color:var(--dark-green-6)}.legal-page .legal-content section ul li{margin-bottom:.5rem;line-height:1.6}.legal-page .legal-content section ul li:last-child{margin-bottom:0}@media (max-width: 768px){.legal-page .legal-content{margin:1rem;padding:1.5rem}.legal-page .legal-content section{margin-bottom:2rem}.legal-page .legal-content section h2{font-size:1.25rem}}.not-found-page{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:calc(var(--navbar-height) + 32px) var(--section-padding) 32px;background:linear-gradient(135deg,var(--light-yellow-2) 0%,var(--light-yellow-1) 100%);position:relative;overflow:hidden}.not-found-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 5.5C17 5.5 19.5 0.5 26 0.5C32.5 0.5 35 5.5 35 5.5M26 25.5V5.5M20.5 8.5C20.5 8.5 22 5.5 26 5.5C30 5.5 31.5 8.5 31.5 8.5M23 12.5C23 12.5 24 10.5 26 10.5C28 10.5 29 12.5 29 12.5' stroke='rgba(0,0,0,0.03)' stroke-width='1.2'/%3E%3C/svg%3E");opacity:.5;pointer-events:none;background-size:52px 26px;transform:rotate(15deg);background-repeat:repeat}.not-found-page .content{max-width:600px;width:100%;padding:48px;border-radius:32px;background:#fff;border:1px solid var(--dark-yellow-1);box-shadow:0 20px 40px rgba(var(--dark-green-7-rgb),.08),0 8px 16px rgba(var(--dark-green-7-rgb),.04);text-align:center;position:relative;z-index:1}.not-found-page .content .icon-wrapper{width:80px;height:80px;margin:0 auto 24px;background:var(--dark-yellow-1);border-radius:24px;display:flex;align-items:center;justify-content:center;border:2px solid var(--dark-yellow-1)}.not-found-page .content .icon-wrapper svg{width:48px;height:48px;color:var(--dark-green-7)}.not-found-page .content h1{font-size:120px;font-weight:700;margin:0;line-height:1;background:linear-gradient(135deg,var(--dark-green-6) 0%,var(--dark-green-7) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.not-found-page .content h2{font-size:32px;margin:16px 0;font-weight:600;color:var(--dark-green-7)}.not-found-page .content p{font-size:16px;color:var(--dark-green-6);line-height:1.6;max-width:440px;margin:16px auto 32px}.not-found-page .content .actions{display:flex;gap:16px;justify-content:center;margin-top:32px}.not-found-page .content .actions button{min-width:160px}@media screen and (max-width: 768px){.not-found-page{padding:calc(var(--navbar-height-mobile) + 24px) var(--section-padding) 24px}.not-found-page .content{padding:32px;border-radius:24px}.not-found-page .content .icon-wrapper{width:72px;height:72px;margin-bottom:20px;border-radius:20px}.not-found-page .content .icon-wrapper svg{width:40px;height:40px}.not-found-page .content h1{font-size:96px}.not-found-page .content h2{font-size:28px}.not-found-page .content p{font-size:15px;margin:12px auto 24px}}@media screen and (max-width: 480px){.not-found-page{padding:calc(var(--navbar-height-mobile) + 16px) var(--section-padding-mobile) 16px}.not-found-page .content{padding:24px;border-radius:20px}.not-found-page .content .icon-wrapper{width:64px;height:64px;margin-bottom:16px;border-radius:16px}.not-found-page .content .icon-wrapper svg{width:36px;height:36px}.not-found-page .content h1{font-size:72px}.not-found-page .content h2{font-size:24px;margin:12px 0}.not-found-page .content p{font-size:14px;margin:12px auto 24px}.not-found-page .content .actions{flex-direction:column;gap:12px}.not-found-page .content .actions button{width:100%}}@media (prefers-reduced-motion: reduce){.not-found-page *{transition:none!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}:root{--breadcrumb-height-desktop: 56px;--breadcrumb-height-mobile: 48px}body,.product-detail-page{padding-top:0}.product-breadcrumb{padding:0;justify-self:center;width:fit-content;position:fixed;top:120px;left:0;right:0;min-height:56px;background-color:#fffdeb;border:1px solid rgba(170,204,0,.3);border-radius:28px;transition:all .3s ease;z-index:50;animation:fadeIn .3s ease-in-out;display:flex;align-items:center}@media screen and (max-width: 480px){.product-breadcrumb{top:80px;padding:0}}.product-breadcrumb.scrolled{box-shadow:none}.product-breadcrumb .breadcrumb-container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;display:flex;padding:12px 20px;align-items:center;justify-content:space-between}@media (max-width: 480px){.product-breadcrumb .breadcrumb-container{padding:0}}.product-breadcrumb .breadcrumb-content{width:100%}.product-breadcrumb .breadcrumb-content.desktop{display:flex;flex-direction:row;gap:4px}.product-breadcrumb .breadcrumb-content.desktop .breadcrumb-links{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.product-breadcrumb .breadcrumb-content.desktop .breadcrumb-product-title{margin-top:6px;margin-left:12px}.product-breadcrumb .breadcrumb-content.desktop .breadcrumb-product-title .breadcrumb-current{font-weight:500;font-size:1.1rem;color:var(--dark-green-7)}.product-breadcrumb .breadcrumb-content.mobile{display:flex;justify-content:center;padding:8px 0}.product-breadcrumb .breadcrumb-content.mobile .back-link{font-weight:500;font-size:.95rem;padding:8px 16px}.product-breadcrumb .breadcrumb-link{display:inline-flex;align-items:center;gap:6px;color:var(--dark-green-6);text-decoration:none;font-size:.9rem;padding:6px 12px;border-radius:50px;transition:all .2s ease;background-color:#ac03;border:1px solid rgba(170,204,0,.4);box-shadow:0 1px 2px #0000000a}.product-breadcrumb .breadcrumb-link:hover{color:var(--logo-green);background-color:#aacc004d;border-color:#ac09;box-shadow:0 2px 4px #0000000f}.product-breadcrumb .breadcrumb-link:active{transform:scale(.98);box-shadow:none}.product-breadcrumb .breadcrumb-link.back-link{font-weight:500}.product-breadcrumb .breadcrumb-link.home-link,.product-breadcrumb .breadcrumb-link.shop-link,.product-breadcrumb .breadcrumb-link.category-link{position:relative}.product-breadcrumb .breadcrumb-separator{display:inline-flex;align-items:center;color:#0a5c264d}.product-breadcrumb .breadcrumb-text{white-space:nowrap}@media screen and (max-width: 480px){.product-breadcrumb .breadcrumb-text{font-size:.85rem}}.product-breadcrumb .breadcrumb-current{display:block;color:var(--dark-green-7);font-weight:600}@media screen and (max-width: 480px){.product-breadcrumb .breadcrumb-current{white-space:normal;line-height:1.4}}@media screen and (max-width: 768px){.product-breadcrumb{min-height:56px}}@media screen and (max-width: 480px){.product-breadcrumb{height:fit-content;padding:8px 16px;border-radius:36px}}.product-gallery{display:flex;flex-direction:column;width:100%;gap:20px}.product-gallery .product-gallery-desktop{display:flex;flex-direction:column;gap:16px}.product-gallery .product-gallery-desktop .main-image{width:100%;position:relative;aspect-ratio:1/1;border-radius:12px;overflow:hidden;border:1px solid rgba(170,204,0,.3);background-color:#fff;box-shadow:0 4px 12px #0000000d;transition:all .3s ease}.product-gallery .product-gallery-desktop .main-image:hover{box-shadow:0 6px 20px #00000014}.product-gallery .product-gallery-desktop .main-image img{width:100%;height:100%;object-fit:contain;padding:4px;transition:transform .3s ease}.product-gallery .product-gallery-desktop .thumbnails{display:flex;gap:8px;padding:0 4px;flex-wrap:wrap}.product-gallery .product-gallery-desktop .thumbnails .thumbnail{width:80px;height:80px;border-radius:8px;overflow:hidden;border:2px solid transparent;background-color:#fff;cursor:pointer;transition:all .2s ease;padding:3px}.product-gallery .product-gallery-desktop .thumbnails .thumbnail.active{border-color:var(--logo-lime)}.product-gallery .product-gallery-desktop .thumbnails .thumbnail:hover:not(.active){transform:translateY(-2px);border-color:var(--light-green-4)}.product-gallery .product-gallery-desktop .thumbnails .thumbnail img{width:100%;height:100%;object-fit:contain}@media (max-width: 768px){.product-gallery .product-gallery-desktop .thumbnails{justify-content:center}}.product-gallery .product-gallery-mobile{display:flex;flex-direction:column;gap:16px}.product-gallery .product-gallery-mobile .main-image-container{position:relative;width:100%;border-radius:12px;overflow:hidden;cursor:zoom-in;transition:all .3s ease}.product-gallery .product-gallery-mobile .main-image-container.zoomed{cursor:zoom-out}.product-gallery .product-gallery-mobile .main-image-container.zoomed .main-image img{transform:scale(1.5)}.product-gallery .product-gallery-mobile .main-image-container.zoomed .main-image .zoom-indicator{opacity:0}.product-gallery .product-gallery-mobile .main-image-container .main-image{width:100%;aspect-ratio:3/4;border:1px solid rgba(170,204,0,.3);background-color:#fff;box-shadow:0 4px 12px #0000000d;transition:all .3s ease;position:relative;overflow:hidden;border-radius:12px;display:flex;align-items:center;justify-content:center}.product-gallery .product-gallery-mobile .main-image-container .main-image:hover{box-shadow:0 6px 20px #00000014}.product-gallery .product-gallery-mobile .main-image-container .main-image img{width:100%;height:100%;object-fit:contain;padding:8px;transition:transform .5s ease}.product-gallery .product-gallery-mobile .main-image-container .main-image .zoom-indicator{position:absolute;bottom:10px;right:10px;width:36px;height:36px;background-color:#fffc;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#0a5c26;box-shadow:0 2px 8px #0000001a;opacity:.7;transition:all .3s ease}.product-gallery .product-gallery-mobile .main-image-container .main-image .zoom-indicator:hover{opacity:1}.product-gallery .product-gallery-mobile .thumbnails-container{display:flex;align-items:center;width:100%;position:relative;padding:0 8px;margin-top:8px}.product-gallery .product-gallery-mobile .thumbnails-container .carousel-button{width:40px;height:40px;border-radius:50%;background-color:#fffdebe6;border:1px solid rgba(170,204,0,.3);color:#0a5c26;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;transition:all .2s ease;box-shadow:0 2px 8px #00000014;flex-shrink:0;margin:0 4px}.product-gallery .product-gallery-mobile .thumbnails-container .carousel-button svg{width:20px;height:20px}.product-gallery .product-gallery-mobile .thumbnails-container .carousel-button:hover{background-color:#0a5c26;color:#fff;border-color:#0a5c26}.product-gallery .product-gallery-mobile .thumbnails-container .carousel-button:active{transform:scale(.95)}.product-gallery .product-gallery-mobile .thumbnails-container .carousel-button:focus{outline:none;box-shadow:0 0 0 2px #0a5c264d}.product-gallery .product-gallery-mobile .thumbnails-container .carousel-button.disabled{opacity:.4;cursor:not-allowed;background-color:#fff9}.product-gallery .product-gallery-mobile .thumbnails-container .carousel-button.disabled:hover{background-color:#fff;color:#0a5c26;border-color:#aacc004d}.product-gallery .product-gallery-mobile .thumbnails-container .prev{margin-right:4px}.product-gallery .product-gallery-mobile .thumbnails-container .next{margin-left:4px}.product-gallery .product-gallery-mobile .thumbnails-container .embla{overflow:hidden;flex:1;margin:0 2px;--slide-spacing: 10px;--slide-size: 80px;--slide-height: 80px}.product-gallery .product-gallery-mobile .thumbnails-container .embla .embla__container{display:flex;backface-visibility:hidden;touch-action:pan-y;-webkit-overflow-scrolling:touch;transition-property:transform;transition-timing-function:ease-out}.product-gallery .product-gallery-mobile .thumbnails-container .embla .embla__slide{flex:0 0 auto;min-width:0;position:relative;padding:0 5px;width:var(--slide-size);scroll-snap-align:center}.product-gallery .product-gallery-mobile .thumbnails-container .embla .embla__slide.thumbnail .thumbnail-inner{border:2px solid transparent;border-radius:10px;overflow:hidden;transition:all .2s ease;height:var(--slide-height);background-color:#fff;padding:3px;box-shadow:0 2px 5px #0000000d}.product-gallery .product-gallery-mobile .thumbnails-container .embla .embla__slide.thumbnail .thumbnail-inner img{width:100%;height:100%;object-fit:contain;transition:transform .2s ease}.product-gallery .product-gallery-mobile .thumbnails-container .embla .embla__slide.thumbnail.active .thumbnail-inner{border-color:var(--logo-lime);background-color:rgba(var(--logo-lime-rgb),.1);transform:scale(1.05)}.product-gallery .product-gallery-mobile .thumbnails-container .embla .embla__slide.thumbnail:hover:not(.active) .thumbnail-inner{border-color:var(--light-green-4);transform:translateY(-2px)}.product-gallery.mobile .product-gallery-mobile .main-image-container .main-image{aspect-ratio:1/1.5;border-radius:8px}.product-gallery.mobile .product-gallery-mobile .thumbnails-container .carousel-button{width:32px;height:32px}.product-gallery.mobile .product-gallery-mobile .thumbnails-container .carousel-button svg{width:16px;height:16px}.product-gallery.mobile .product-gallery-mobile .thumbnails-container .embla{--slide-spacing: 6px;--slide-size: 65px;--slide-height: 65px}.product-gallery.mobile .product-gallery-mobile .thumbnails-container .thumbnails .thumbnail{min-width:60px;height:60px;border-radius:6px}.product-gallery.mobile .product-gallery-mobile .thumbnails-container .thumbnails .thumbnail .thumbnail-inner{border-radius:6px}.product-gallery.tablet .product-gallery-mobile .main-image-container .main-image{aspect-ratio:3/4}.product-gallery.tablet .product-gallery-mobile .thumbnails-container .embla{--slide-spacing: 8px;--slide-size: 75px;--slide-height: 75px}.product-gallery.tablet .product-gallery-mobile .thumbnails-container .thumbnails .thumbnail{min-width:70px;height:70px}@media (max-width: 480px){.product-gallery.mobile .product-gallery-mobile .thumbnails-container .embla{--slide-size: 60px;--slide-height: 60px;--slide-spacing: 5px}.product-gallery.mobile .product-gallery-mobile .thumbnails-container .carousel-button{width:28px;height:28px}}@media (min-width: 481px) and (max-width: 768px){.product-gallery.mobile .product-gallery-mobile .thumbnails-container .embla{--slide-size: 70px;--slide-height: 70px}}@media (min-width: 1200px){.product-gallery .main-image-container .main-image{aspect-ratio:3/4}}.product-detail-page{background-color:var(--light-yellow-1);color:var(--text-primary);font-family:Chillax,sans-serif;width:100vw;min-height:100vh;display:flex;flex-direction:column;opacity:0;animation:pageLoad .3s ease-in-out forwards}.product-detail-page .product-container-wrapper{width:100%;background-color:#fffdebb3;display:flex;justify-content:center;padding:0}.product-detail-page .product-container-wrapper .container{max-width:100%;width:100%;margin:0 auto;padding:0}@media (max-width: 1440px){.product-detail-page .product-container-wrapper .container{padding:0 160px}}@media (max-width: 1200px){.product-detail-page .product-container-wrapper .container{padding:0 100px}}@media (max-width: 992px){.product-detail-page .product-container-wrapper .container{padding:0 60px}}@media (max-width: 768px){.product-detail-page .product-container-wrapper .container{padding:0}}@media (max-width: 576px){.product-detail-page .product-container-wrapper .container{padding:0}}.product-detail-page .product-container-wrapper .container .reviews-container{max-width:100%;margin:30px 0 20px;padding:0}.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section{margin-bottom:20px}.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-header{margin-bottom:12px}.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-header .header-title{gap:8px}.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-header .header-title .reviews-title{margin:0}.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel{position:relative}.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .embla.custom-carousel{margin:0}.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .embla.custom-carousel .embla__viewport{padding:5px 0}.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .embla.custom-carousel .embla__container{gap:15px}.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .embla.custom-carousel .embla__slide{padding:0;height:250px}.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .embla.custom-carousel .embla__slide .review-item{margin:0;height:100%;display:flex;flex-direction:column}.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .embla.custom-carousel .embla__slide .review-item .review-header{margin-bottom:0;padding:15px}.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .embla.custom-carousel .embla__slide .review-item .review-content{padding:16px 20px;background-color:#ffffffd9;border-bottom-left-radius:15px;border-bottom-right-radius:15px;flex-grow:1;display:flex;flex-direction:column}.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .embla.custom-carousel .embla__slide .review-item .review-content .review-title{font-size:18px;font-weight:600;margin-bottom:12px;color:var(--dark-green-7);font-family:Chillax,sans-serif;position:relative;padding-bottom:10px}.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .embla.custom-carousel .embla__slide .review-item .review-content .review-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background-color:var(--logo-lime);border-radius:2px}.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .embla.custom-carousel .embla__slide .review-item .review-content .review-text{font-size:15px;line-height:1.6;color:var(--dark-green-6);font-family:Chillax,sans-serif;flex-grow:1}.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .reviews-embla-carousel{padding:0;margin-bottom:24px;position:relative}.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .reviews-embla-carousel .carousel-button{position:absolute;z-index:5;width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(170,204,0,.4);background-color:#ffffffd9;color:var(--dark-green-6);cursor:pointer;transition:all .2s ease;box-shadow:0 2px 5px #0000001a;top:50%;transform:translateY(-50%)}.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .reviews-embla-carousel .carousel-button.prev{left:-15px}@media (max-width: 768px){.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .reviews-embla-carousel .carousel-button.prev{left:5px}}.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .reviews-embla-carousel .carousel-button.next{right:-15px}@media (max-width: 768px){.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .reviews-embla-carousel .carousel-button.next{right:5px}}.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .reviews-embla-carousel .carousel-button:hover:not(.disabled){background-color:#ac03;color:var(--dark-green-7);border-color:#ac09}.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .reviews-embla-carousel .carousel-button:active:not(.disabled){transform:translateY(-50%) scale(.95)}.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .reviews-embla-carousel .carousel-button.disabled{opacity:.4;cursor:not-allowed}@media (max-width: 576px){.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .reviews-embla-carousel .carousel-button{width:36px;height:36px}.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .reviews-embla-carousel .carousel-button svg{width:16px;height:16px}}.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .reviews-embla-carousel .embla__container{display:flex;padding-bottom:8px;height:fit-content}.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .reviews-embla-carousel .review-slide{min-width:100%;height:fit-content}@media (min-width: 640px){.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .reviews-embla-carousel .review-slide{min-width:calc(50% - 12px)}}@media (min-width: 1024px){.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .reviews-embla-carousel .review-slide{min-width:calc(33.333% - 16px)}}@media (min-width: 1280px){.product-detail-page .product-container-wrapper .container .reviews-container .product-reviews-section .reviews-content .reviews-carousel .reviews-embla-carousel .review-slide{min-width:calc(25% - 18px);height:fit-content}}.product-detail-page .product-container-wrapper .container .recommended-products-container{max-width:100%;margin:30px auto 40px;padding:0 10px;display:flex;justify-content:center}@media (max-width: 576px){.product-detail-page .product-container-wrapper .container .recommended-products-container{width:100%}}.product-detail-page .unified-product-container{padding-top:200px;background-color:#ffffff80;border-radius:0;box-shadow:none;overflow:hidden;animation:fadeIn .3s ease-in-out;border-bottom:1px solid rgba(170,204,0,.3)}.product-detail-page .unified-product-container .main-sections{border-top:1px solid rgba(170,204,0,.3);padding-left:260px;padding-right:260px;width:100%;display:flex;flex-direction:row;justify-content:center;align-items:flex-start}@media (max-width: 1440px){.product-detail-page .unified-product-container .main-sections{padding-left:160px;padding-right:160px}}@media (max-width: 1200px){.product-detail-page .unified-product-container .main-sections{padding-left:100px;padding-right:100px}}@media (max-width: 992px){.product-detail-page .unified-product-container .main-sections{flex-direction:column;padding-left:60px;padding-right:60px}}@media (max-width: 768px){.product-detail-page .unified-product-container .main-sections{padding-left:20px;padding-right:20px}}.product-detail-page .unified-product-container .main-sections .gallery-section{flex:1}@media (max-width: 992px){.product-detail-page .unified-product-container .main-sections .gallery-section{width:100%}}@media (max-width: 768px){.product-detail-page .unified-product-container .main-sections .gallery-section{width:100%}}.product-detail-page .unified-product-container .main-sections .product-section{flex:1}@media (max-width: 1440px){.product-detail-page .unified-product-container{padding-left:160px;padding-right:160px}}@media (max-width: 992px){.product-detail-page .unified-product-container{grid-template-columns:1fr;grid-template-rows:auto auto}}@media (max-width: 576px){.product-detail-page .unified-product-container{padding:160px 0 0;display:flex;flex-direction:column}}.product-detail-page .unified-product-container .mobile-product-header{grid-column:1/-1;padding:10px 20px 5px;border-radius:16px 16px 0 0;margin-bottom:-5px;z-index:2;width:100%;display:block;position:relative}.product-detail-page .unified-product-container .mobile-product-header .product-header{padding:0;margin-bottom:5px}.product-detail-page .unified-product-container .mobile-product-header .product-header.mobile-header{display:flex;flex-direction:column}.product-detail-page .unified-product-container .mobile-product-header .product-header.mobile-header .mobile-product-category{font-size:.85rem;color:var(--dark-green-6);margin-bottom:2px;font-weight:500}.product-detail-page .unified-product-container .mobile-product-header .product-header .product-title{font-size:1.2rem;margin:0;line-height:1.3;color:var(--dark-green-7);font-weight:500}.product-detail-page .unified-product-container .product-section{padding:30px;position:relative}@media (max-width: 992px){.product-detail-page .unified-product-container .product-section{padding:20px}}@media (max-width: 576px){.product-detail-page .unified-product-container .product-section{padding:15px}}.product-detail-page .unified-product-container .product-section .section-title{color:var(--dark-green-7);font-family:Chillax,sans-serif}.product-detail-page .unified-product-container .gallery-section{grid-column:1;grid-row:1;height:auto;display:flex;flex-direction:column;gap:24px}@media (max-width: 992px){.product-detail-page .unified-product-container .gallery-section{grid-column:1;grid-row:1;border-right:none}}.product-detail-page .unified-product-container .gallery-section .product-gallery .product-gallery-desktop .main-image{border:1px solid var(--logo-lime);background:linear-gradient(135deg,#fffdebe6,#ebeb471a);padding:12px;display:flex;align-items:center;justify-content:center}.product-detail-page .unified-product-container .gallery-section .product-gallery .product-gallery-desktop .main-image img{width:auto;height:80%;max-width:100%;max-height:calc(100% - 40px);object-fit:contain}.product-detail-page .unified-product-container .gallery-section .product-gallery .product-gallery-desktop .thumbnails .thumbnail{border:1px solid var(--logo-lime);background:linear-gradient(135deg,#fffdebe6,#ebeb471a);display:flex;align-items:center;justify-content:center}.product-detail-page .unified-product-container .gallery-section .product-gallery .product-gallery-desktop .thumbnails .thumbnail.active{border-color:var(--logo-lime);background:linear-gradient(135deg,#ebeb4733,#fffdebe6);border-width:2px}.product-detail-page .unified-product-container .gallery-section .product-gallery .product-gallery-desktop .thumbnails .thumbnail:hover:not(.active){border-color:var(--logo-lime)}.product-detail-page .unified-product-container .gallery-section .product-gallery .product-gallery-desktop .thumbnails .thumbnail img{width:auto;height:85%;max-width:100%;object-fit:contain}.product-detail-page .unified-product-container .gallery-section .product-gallery .product-gallery-mobile{width:55%;align-self:center;gap:12px}.product-detail-page .unified-product-container .gallery-section .product-gallery .product-gallery-mobile .main-image-container{border:1px solid var(--logo-lime);border-radius:15px;background:linear-gradient(135deg,#fffdebe6,#ebeb471a)}.product-detail-page .unified-product-container .gallery-section .product-gallery .product-gallery-mobile .main-image-container .main-image{border:none;box-shadow:none;background:transparent}.product-detail-page .unified-product-container .gallery-section .product-gallery .product-gallery-mobile .main-image-container .main-image img{padding:16px}.product-detail-page .unified-product-container .gallery-section .product-gallery .product-gallery-mobile .thumbnails-container{margin-top:0;padding:0}.product-detail-page .unified-product-container .gallery-section .product-gallery .product-gallery-mobile .thumbnails-container .embla__container.thumbnails{padding:0;height:fit-content}.product-detail-page .unified-product-container .gallery-section .product-gallery .product-gallery-mobile .thumbnails-container .embla__container.thumbnails .thumbnail{height:95px}.product-detail-page .unified-product-container .gallery-section .product-gallery .product-gallery-mobile .thumbnails-container .embla__container.thumbnails .thumbnail .thumbnail-inner{padding:12px;border:1px solid var(--logo-lime);background:linear-gradient(135deg,#fffdebe6,#ebeb471a)}.product-detail-page .unified-product-container .gallery-section .product-gallery .product-gallery-mobile .thumbnails-container .embla__container.thumbnails .thumbnail .thumbnail-inner:hover{border-color:var(--logo-lime)}.product-detail-page .unified-product-container .gallery-section .product-gallery .product-gallery-mobile .thumbnails-container .embla__container.thumbnails .thumbnail.active .thumbnail-inner{border-color:var(--logo-lime);border-width:2px;background:linear-gradient(135deg,#ebeb4733,#fffdebe6)}.product-detail-page .unified-product-container .gallery-section .product-gallery .skeleton-gallery,.product-detail-page .unified-product-container .gallery-section .product-gallery .skeleton-gallery .skeleton-desktop{display:flex;flex-direction:column;gap:16px}@media (max-width: 768px){.product-detail-page .unified-product-container .gallery-section .product-gallery .skeleton-gallery .skeleton-desktop{display:none}}.product-detail-page .unified-product-container .gallery-section .product-gallery .skeleton-gallery .skeleton-desktop .main-image.skeleton-loader{aspect-ratio:1/1;border-radius:15px;background-color:#ffffffb3;overflow:hidden;position:relative}.product-detail-page .unified-product-container .gallery-section .product-gallery .skeleton-gallery .skeleton-desktop .main-image.skeleton-loader .skeleton-image{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#fff0,#fff9,#fff0);background-size:200% 100%;animation:shimmer 1.5s infinite}.product-detail-page .unified-product-container .gallery-section .product-gallery .skeleton-gallery .skeleton-mobile{display:none;flex-direction:column;gap:16px}@media (max-width: 768px){.product-detail-page .unified-product-container .gallery-section .product-gallery .skeleton-gallery .skeleton-mobile{display:flex}}.product-detail-page .unified-product-container .gallery-section .product-gallery .skeleton-gallery .skeleton-mobile .main-image-container .main-image.skeleton-loader{aspect-ratio:3/4;border-radius:15px;background-color:#ffffffb3;overflow:hidden;position:relative}.product-detail-page .unified-product-container .gallery-section .product-gallery .skeleton-gallery .skeleton-mobile .main-image-container .main-image.skeleton-loader .skeleton-image{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#fff0,#fff9,#fff0);background-size:200% 100%;animation:shimmer 1.5s infinite}.product-detail-page .unified-product-container .gallery-section .product-gallery .skeleton-gallery .skeleton-mobile .thumbnails-container{display:flex;align-items:center;gap:10px;padding:0 8px;overflow:hidden}.product-detail-page .unified-product-container .gallery-section .product-gallery .skeleton-gallery .skeleton-mobile .thumbnails-container .embla__container.thumbnails{display:flex;gap:10px}.product-detail-page .unified-product-container .gallery-section .product-gallery .skeleton-gallery .skeleton-mobile .thumbnails-container .embla__container.thumbnails .thumbnail.skeleton-loader{min-width:70px;height:70px;flex:0 0 auto;border-radius:8px;overflow:hidden;background-color:#ffffffb3;position:relative}.product-detail-page .unified-product-container .gallery-section .product-gallery .skeleton-gallery .skeleton-mobile .thumbnails-container .embla__container.thumbnails .thumbnail.skeleton-loader .thumbnail-inner{height:100%;width:100%;padding:3px;border-radius:8px;position:relative;overflow:hidden}.product-detail-page .unified-product-container .gallery-section .product-gallery .skeleton-gallery .skeleton-mobile .thumbnails-container .embla__container.thumbnails .thumbnail.skeleton-loader .thumbnail-inner .skeleton-thumb{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#fff0,#fff9,#fff0);background-size:200% 100%;animation:shimmer 1.5s infinite}@media (max-width: 576px){.product-detail-page .unified-product-container .gallery-section .product-gallery .skeleton-gallery .skeleton-mobile .main-image-container .main-image.skeleton-loader{aspect-ratio:1/1.5}.product-detail-page .unified-product-container .gallery-section .product-gallery .skeleton-gallery .skeleton-mobile .thumbnails-container .embla__container.thumbnails .thumbnail.skeleton-loader{min-width:60px;height:60px}}.product-detail-page .unified-product-container .gallery-section .reviews-summary-container{margin-top:10px;margin-bottom:0}.product-detail-page .unified-product-container .gallery-section .reviews-summary-container .reviews-header{margin-bottom:0;padding:10px 15px}.product-detail-page .unified-product-container .gallery-section .reviews-summary-container .reviews-header .header-title{display:flex;align-items:center;gap:6px}.product-detail-page .unified-product-container .gallery-section .reviews-summary-container .reviews-header .reviews-title{font-family:Chillax,sans-serif;font-size:15px;margin:0;color:var(--dark-green-7)}.product-detail-page .unified-product-container .gallery-section .reviews-summary-container .reviews-summary{display:flex;flex-direction:column;padding:10px;background-color:#fff9;border-radius:8px;border:1px solid rgba(170,204,0,.2);margin:0 4px;gap:12px}.product-detail-page .unified-product-container .gallery-section .reviews-summary-container .reviews-summary .rating-overall{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:10px 10px 16px;background-color:#ffffff80;margin-bottom:0;border-bottom:1px solid rgba(170,204,0,.3)}.product-detail-page .unified-product-container .gallery-section .reviews-summary-container .reviews-summary .rating-overall .rating-value{font-size:36px;font-weight:600;color:var(--dark-green-7);line-height:1;margin-bottom:4px;font-family:Chillax,sans-serif}.product-detail-page .unified-product-container .gallery-section .reviews-summary-container .reviews-summary .rating-overall .stars{display:flex;margin-bottom:6px;font-size:16px}.product-detail-page .unified-product-container .gallery-section .reviews-summary-container .reviews-summary .rating-overall .stars svg{--ph-color-primary: var(--logo-lime);--ph-color-secondary: rgba(170, 204, 0, .3);color:var(--logo-lime)}.product-detail-page .unified-product-container .gallery-section .reviews-summary-container .reviews-summary .rating-overall .stars svg.star-empty{--ph-color-primary: rgba(170, 204, 0, .3);--ph-color-secondary: rgba(170, 204, 0, .1);color:#aacc004d}.product-detail-page .unified-product-container .gallery-section .reviews-summary-container .reviews-summary .rating-overall .review-count{font-size:12px;color:var(--dark-green-6);font-family:Chillax,sans-serif}.product-detail-page .unified-product-container .gallery-section .reviews-summary-container .reviews-summary .rating-breakdown{width:100%;display:flex;flex-direction:column;gap:6px;justify-content:center;padding:0 10px}.product-detail-page .unified-product-container .gallery-section .reviews-summary-container .reviews-summary .rating-breakdown .rating-bar{display:flex;align-items:center;gap:8px}.product-detail-page .unified-product-container .gallery-section .reviews-summary-container .reviews-summary .rating-breakdown .rating-bar .star-label{width:70px;font-size:12px;color:var(--dark-green-6);font-family:Chillax,sans-serif}.product-detail-page .unified-product-container .gallery-section .reviews-summary-container .reviews-summary .rating-breakdown .rating-bar .progress{flex:1;height:8px;background-color:#aacc0026;border-radius:4px;overflow:hidden;border:1px solid rgba(170,204,0,.2)}.product-detail-page .unified-product-container .gallery-section .reviews-summary-container .reviews-summary .rating-breakdown .rating-bar .progress .progress-fill{height:100%;background-color:var(--logo-lime);border-radius:4px;box-shadow:0 0 4px #aacc004d inset}.product-detail-page .unified-product-container .gallery-section .reviews-summary-container .reviews-summary .rating-breakdown .rating-bar .count{width:25px;text-align:right;font-size:12px;color:var(--dark-green-6);font-family:Chillax,sans-serif}.product-detail-page .unified-product-container .gallery-section .reviews-summary-container .reviews-summary .rating-breakdown .write-review-button.soft{margin-top:10px;display:flex;align-items:center;justify-content:center;gap:8px;background-color:#aacc0026;color:var(--dark-green-7);border:1px solid rgba(170,204,0,.3);border-radius:50px;padding:16px 24px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden;width:fit-content;align-self:center}.product-detail-page .unified-product-container .gallery-section .reviews-summary-container .reviews-summary .rating-breakdown .write-review-button.soft svg{font-size:24px}.product-detail-page .unified-product-container .gallery-section .reviews-summary-container .reviews-summary .rating-breakdown .write-review-button.soft:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:#ffffff80;opacity:0;border-radius:100%;transform:scale(1) translate(-50%,-50%);transform-origin:50% 50%}.product-detail-page .unified-product-container .gallery-section .reviews-summary-container .reviews-summary .rating-breakdown .write-review-button.soft:hover{background-color:#aacc0040;transform:translateY(-2px)}.product-detail-page .unified-product-container .gallery-section .reviews-summary-container .reviews-summary .rating-breakdown .write-review-button.soft:active{transform:scale(.98)}.product-detail-page .unified-product-container .gallery-section .reviews-summary-container .reviews-summary .rating-breakdown .write-review-button.soft:active:after{animation:ripple .6s ease-out}.product-detail-page .unified-product-container .info-section{border-left:1px solid rgba(170,204,0,.3);grid-column:2;grid-row:1;display:flex;flex-direction:column;gap:24px}@media (max-width: 992px){.product-detail-page .unified-product-container .info-section{grid-column:1;grid-row:2}}.product-detail-page .unified-product-container .info-section .purchase-options{margin-top:0;padding-top:0;border-top:none;order:1}.product-detail-page .unified-product-container .info-section .purchase-options .product-options-container,.product-detail-page .unified-product-container .info-section .purchase-options .product-actions{animation:fadeIn .3s ease}.product-detail-page .unified-product-container .info-section .product-short-description{margin:0;order:2}.product-detail-page .unified-product-container .info-section .product-short-description .description-header .description-title{font-family:Chillax,sans-serif}.product-detail-page .unified-product-container .info-section .product-short-description .description-content{background-color:#fffdebcc;border-radius:8px 8px 15px 15px;border:1px solid rgba(170,204,0,.3);padding:16px;animation:fadeIn .3s ease;margin-top:2px}.product-detail-page .unified-product-container .info-section .product-short-description .description-content p{font-size:15px;line-height:1.6;color:var(--dark-green-6);margin:0;font-weight:400;font-family:Chillax,sans-serif}.product-detail-page .unified-product-container .info-section .product-details-table{margin-top:0;order:3}.product-detail-page .unified-product-container .info-section .product-details-table .details-header .details-title{font-family:Chillax,sans-serif}.product-detail-page .unified-product-container .info-section .product-details-table .details-content{background-color:#fffdebcc;border-radius:8px 8px 15px 15px;border:1px solid rgba(170,204,0,.3);overflow:hidden;animation:fadeIn .3s ease;margin-top:2px}.product-detail-page .unified-product-container .info-section .product-details-table .details-content .detail-row{display:flex;justify-content:space-between;padding:12px 15px;border-bottom:1px solid rgba(170,204,0,.2)}.product-detail-page .unified-product-container .info-section .product-details-table .details-content .detail-row:last-child{border-bottom:none}.product-detail-page .unified-product-container .info-section .product-details-table .details-content .detail-row:nth-child(odd){background-color:#ffffff4d}.product-detail-page .unified-product-container .info-section .product-details-table .details-content .detail-row .detail-label{font-size:14px;color:var(--dark-green-6);font-weight:400;font-family:Chillax,sans-serif}.product-detail-page .unified-product-container .info-section .product-details-table .details-content .detail-row .detail-value{font-size:14px;color:var(--dark-green-7);font-weight:500;display:flex;align-items:center;font-family:Chillax,sans-serif}.product-detail-page .unified-product-container .info-section .product-details-table .details-content .detail-row .detail-value svg{color:var(--logo-green)}.product-detail-page .unified-product-container .info-section .product-details-table .details-content .detail-row .detail-value .country-flag{margin-right:8px;transform:translateY(-1px);box-shadow:0 0 0 1px #00000026;border-radius:2px;transition:all .2s ease}.product-detail-page .unified-product-container .info-section .product-details-table .details-content .detail-row .detail-value .country-flag:hover{transform:translateY(-1px) scale(1.1);box-shadow:0 2px 4px #00000026}.product-detail-page .unified-product-container .info-section .product-details-table .details-content .detail-row.brand-row{display:flex;flex-direction:column;gap:12px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px dashed rgba(170,204,0,.3)}.product-detail-page .unified-product-container .info-section .product-details-table .details-content .detail-row.brand-row .detail-label{margin-bottom:4px}.product-detail-page .unified-product-container .info-section .product-details-table .details-content .detail-row.brand-row .brand-detail-value{display:flex;flex-direction:column;gap:10px;width:100%}.product-detail-page .unified-product-container .info-section .product-details-table .details-content .detail-row.brand-row .brand-detail-value .brand-name-value{font-weight:500}.product-detail-page .unified-product-container .info-section .product-details-table .details-content .detail-row.brand-row .brand-detail-value .brand-card{width:100%;padding:10px;margin-top:8px;border:1px solid rgba(170,204,0,.4);border-radius:8px;background:linear-gradient(135deg,#fffdebe6,#fffffff2)}.product-detail-page .unified-product-container .info-section .product-details-table .details-content .detail-row.brand-row .brand-detail-value .brand-card .brand-logo-container{display:flex;justify-content:center;align-items:center;height:60px}.product-detail-page .unified-product-container .info-section .product-details-table .details-content .detail-row.brand-row .brand-detail-value .brand-card .brand-logo-container img.brand-logo{max-width:100%;max-height:100%;object-fit:contain}.product-detail-page .unified-product-container .info-section .product-details-table .details-content .detail-row.brand-row .brand-detail-value .brand-card .brand-logo-container svg{color:var(--logo-green);opacity:.7}.product-detail-page .unified-product-container .product-header{display:flex;flex-direction:column;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(170,204,0,.3)}@media (max-width: 768px){.product-detail-page .unified-product-container .product-header{margin-bottom:20px;border-bottom:none}}@media (max-width: 576px){.product-detail-page .unified-product-container .product-header{border-bottom:none}}.product-detail-page .unified-product-container .product-header .product-title{font-size:32px;font-weight:500;color:var(--dark-green-7);margin:0;line-height:1.2;font-family:Chillax,sans-serif}@media (max-width: 768px){.product-detail-page .unified-product-container .product-header .product-title{font-size:20px}}@media (max-width: 576px){.product-detail-page .unified-product-container .product-header .product-title{font-size:20px}}.product-detail-page .unified-product-container .product-price-section{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}@media (max-width: 768px){.product-detail-page .unified-product-container .product-price-section{flex-direction:column;align-items:flex-start;gap:15px}}.product-detail-page .unified-product-container .product-price-section .product-price-container{display:inline-flex;align-items:center;gap:12px;position:relative}.product-detail-page .unified-product-container .product-price-section .product-price-container .current-price{display:inline-block;font-size:30px;font-weight:500;color:var(--dark-green-7);background-color:#aacc004d;padding:8px 20px;border-radius:10px;margin-right:4px;position:relative}.product-detail-page .unified-product-container .product-price-section .product-price-container .current-price:after{content:"";position:absolute;right:-10px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid rgba(170,204,0,.3)}.product-detail-page .unified-product-container .product-price-section .product-price-container .old-price{font-size:20px;color:var(--dark-green-4);text-decoration:line-through;margin-left:12px}.product-detail-page .unified-product-container .product-price-section .product-price-container .discount-badge{display:flex;align-items:center;gap:6px;background-color:#0a5c261a;color:var(--dark-green-7);font-size:14px;font-weight:500;padding:6px 12px;border-radius:25px}.product-detail-page .unified-product-container .product-price-section .product-price-container .discount-badge svg{color:var(--logo-lime)}@media (max-width: 576px){.product-detail-page .unified-product-container .product-price-section .product-price-container{flex-wrap:wrap;gap:8px}.product-detail-page .unified-product-container .product-price-section .product-price-container .current-price{font-size:24px;padding:6px 15px}.product-detail-page .unified-product-container .product-price-section .product-price-container .old-price{font-size:16px;margin-left:8px}}.product-detail-page .unified-product-container .product-price-section .brand-card{display:flex;height:fit-content;width:35%;flex-direction:column;align-items:center;padding:12px 16px;background:linear-gradient(135deg,#fffdebe6,#fffffff2);background-color:var(--light-yellow-1);border:1px solid var(--logo-lime);border-radius:12px}@media (max-width: 768px){.product-detail-page .unified-product-container .product-price-section .brand-card{flex-direction:row;gap:12px;align-self:flex-end}}.product-detail-page .unified-product-container .product-price-section .brand-card .brand-logo-container{width:fit-content;height:fit-content;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.product-detail-page .unified-product-container .product-price-section .brand-card .brand-logo-container{width:50px;height:40px;margin-bottom:0}}.product-detail-page .unified-product-container .product-price-section .brand-card .brand-logo-container img.brand-logo{max-width:100%;max-height:100%;object-fit:contain}.product-detail-page .unified-product-container .product-price-section .brand-card .brand-logo-container svg{color:var(--logo-green);opacity:.7}.product-detail-page .unified-product-container .product-price-section .brand-card .brand-name{font-size:14px;font-weight:500;color:var(--dark-green-7);text-align:center;font-family:Chillax,sans-serif}@media (max-width: 768px){.product-detail-page .unified-product-container .product-price-section .brand-card .brand-name{font-size:12px}}.product-detail-page .unified-product-container .product-options-container{display:flex;flex-direction:column;gap:16px;background-color:transparent;border-radius:0;border:none;margin-bottom:6px}.product-detail-page .unified-product-container .product-options-container .options-wrapper{display:flex;flex-direction:column;gap:6px;width:100%}.product-detail-page .unified-product-container .product-options-container .sub-container{background-color:#fffdebcc;border:1px solid rgba(170,204,0,.3);border-radius:8px;overflow:hidden}.product-detail-page .unified-product-container .product-options-container .sub-container .sub-header{padding:10px 15px;background:linear-gradient(135deg,#fffdebe6,#ebeb4733);border-bottom:1px solid rgba(170,204,0,.2);border-radius:15px 15px 8px 8px}.product-detail-page .unified-product-container .product-options-container .sub-container .sub-header .header-title{display:flex;align-items:center;gap:8px}.product-detail-page .unified-product-container .product-options-container .sub-container .sub-header .header-title svg{color:var(--logo-green)}.product-detail-page .unified-product-container .product-options-container .sub-container .sub-header .header-title .variant-label,.product-detail-page .unified-product-container .product-options-container .sub-container .sub-header .header-title .quantity-label{font-size:16px;font-weight:500;margin:0;padding:0;color:var(--dark-green-7);font-family:Chillax,sans-serif}.product-detail-page .unified-product-container .product-options-container .sub-container .sub-content{padding:15px;border-radius:8px 8px 15px 15px}.product-detail-page .unified-product-container .product-options-container .variant-container .product-variants{width:100%}.product-detail-page .unified-product-container .product-options-container .variant-container .product-variants .variant-options{display:flex;gap:8px;flex-wrap:wrap}.product-detail-page .unified-product-container .product-options-container .variant-container .product-variants .variant-options .variant-button{height:40px;padding:0 16px;background-color:#fff9;border:1px solid var(--logo-lime);border-radius:25px;color:var(--dark-green-6);font-size:14px;font-weight:400;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.product-detail-page .unified-product-container .product-options-container .variant-container .product-variants .variant-options .variant-button:hover:not(.active){border-color:var(--logo-lime);background-color:#fffc}.product-detail-page .unified-product-container .product-options-container .variant-container .product-variants .variant-options .variant-button.active{background-color:#ac03;color:var(--dark-green-7);border-color:var(--logo-lime);font-weight:500}.product-detail-page .unified-product-container .product-options-container .quantity-container .quantity-selector{display:flex;flex-direction:column;gap:8px}.product-detail-page .unified-product-container .product-options-container .quantity-container .quantity-selector .quantity-row{display:flex;align-items:center;justify-content:flex-start}.product-detail-page .unified-product-container .product-options-container .quantity-container .quantity-selector .quantity-row .quantity-controls{display:inline-flex;align-items:center;border:1px solid var(--logo-lime);border-radius:25px;overflow:hidden;background-color:#fff9}.product-detail-page .unified-product-container .product-options-container .quantity-container .quantity-selector .quantity-row .quantity-controls .quantity-button{width:40px;height:40px;background-color:#aacc001a;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--dark-green-7);transition:all .2s ease}.product-detail-page .unified-product-container .product-options-container .quantity-container .quantity-selector .quantity-row .quantity-controls .quantity-button svg{font-size:16px}.product-detail-page .unified-product-container .product-options-container .quantity-container .quantity-selector .quantity-row .quantity-controls .quantity-button:hover:not(:disabled){background-color:#ac03}.product-detail-page .unified-product-container .product-options-container .quantity-container .quantity-selector .quantity-row .quantity-controls .quantity-button:disabled{opacity:.5;cursor:not-allowed}.product-detail-page .unified-product-container .product-options-container .quantity-container .quantity-selector .quantity-row .quantity-controls .quantity-value{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:var(--dark-green-7);background-color:#fffc}@media (min-width: 768px){.product-detail-page .unified-product-container .product-options-container .options-wrapper{flex-direction:row}.product-detail-page .unified-product-container .product-options-container .options-wrapper .variant-container{flex:1}.product-detail-page .unified-product-container .product-options-container .options-wrapper .quantity-container{width:30%;min-width:180px}}@media (max-width: 768px){.product-detail-page .unified-product-container .product-options-container .options-wrapper .quantity-container .quantity-row{justify-content:flex-start}}.product-detail-page .product-actions{width:100%;display:flex;gap:8px;margin-top:0;flex-direction:row;border-radius:8px 8px 16px;overflow:hidden}@media (max-width: 768px){.product-detail-page .product-actions{flex-direction:column;border-radius:15px;overflow:hidden}}.product-detail-page .product-actions .add-to-cart-button,.product-detail-page .product-actions .secondary-button{overflow:hidden;text-overflow:ellipsis;flex:1;transition:all .2s ease;width:fit-content;border-radius:0;height:fit-content}@media (max-width: 1200px){.product-detail-page .product-actions .add-to-cart-button,.product-detail-page .product-actions .secondary-button{font-size:13px}.product-detail-page .product-actions .add-to-cart-button svg,.product-detail-page .product-actions .secondary-button svg{font-size:16px}}@media (max-width: 992px){.product-detail-page .product-actions .add-to-cart-button,.product-detail-page .product-actions .secondary-button{padding:16px 24px}}@media (max-width: 768px){.product-detail-page .product-actions .add-to-cart-button,.product-detail-page .product-actions .secondary-button{border-radius:0}}.product-detail-page .product-actions .add-to-cart-button{padding:16px 24px;background-color:var(--logo-lime);color:var(--dark-green-7);border:none;font-size:14px;font-weight:500;width:fit-content;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;margin:0;border-radius:25px}.product-detail-page .product-actions .add-to-cart-button svg{color:var(--dark-green-7)}.product-detail-page .product-actions .add-to-cart-button:hover{background-color:#95b300}.product-detail-page .product-actions .add-to-cart-button:active{transform:scale(.98)}.product-detail-page .product-actions .add-to-cart-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.product-detail-page .product-actions .add-to-cart-button{border-radius:0}}.product-detail-page .product-actions .secondary-button{width:fit-content;padding:16px 24px;border:none;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;margin:0}.product-detail-page .product-actions .secondary-button.add-to-cart-secondary{background-color:#aacc001a;color:var(--dark-green-6);border-radius:25px;height:fit-content;border:1px solid rgba(170,204,0,.3)}.product-detail-page .product-actions .secondary-button.add-to-cart-secondary svg{color:var(--dark-green-6)}.product-detail-page .product-actions .secondary-button.add-to-cart-secondary:hover{background-color:#ac03}.product-detail-page .product-actions .secondary-button.add-to-cart-secondary:active{transform:scale(.98)}.product-detail-page .product-actions .secondary-button.add-to-cart-secondary:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.product-detail-page .product-actions .secondary-button.add-to-cart-secondary{border-radius:0;border-left:none;border-top:1px solid rgba(170,204,0,.3)}}.product-detail-page .loading-spinner{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:18px;color:var(--dark-green-5);font-weight:400}.product-detail-page .product-not-found{text-align:center;padding:60px 20px}.product-detail-page .product-not-found h1{font-size:28px;margin-bottom:16px;color:var(--dark-green-7);font-weight:500}.product-detail-page .product-not-found p{font-size:16px;margin-bottom:24px;color:var(--dark-green-6);font-weight:400}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes pageLoad{0%{opacity:0}to{opacity:1}}.product-detail-page .product-section-container,.product-detail-page .reviews-summary-container,.product-detail-page .purchase-options,.product-detail-page .product-details-table,.product-detail-page .product-short-description{margin-bottom:20px}.product-detail-page .product-section-container .collapsible-header,.product-detail-page .reviews-summary-container .collapsible-header,.product-detail-page .purchase-options .collapsible-header,.product-detail-page .purchase-options .purchase-header,.product-detail-page .product-details-table .collapsible-header,.product-detail-page .product-details-table .details-header,.product-detail-page .product-short-description .collapsible-header,.product-detail-page .product-short-description .description-header{margin-bottom:6px;border-radius:15px 15px 8px 8px}.product-detail-page .product-section-container .collapsible-header.expanded+.section-content,.product-detail-page .reviews-summary-container .collapsible-header.expanded+.section-content,.product-detail-page .purchase-options .collapsible-header.expanded+.section-content,.product-detail-page .purchase-options .expanded.purchase-header+.section-content,.product-detail-page .product-details-table .collapsible-header.expanded+.section-content,.product-detail-page .product-details-table .expanded.details-header+.section-content,.product-detail-page .product-short-description .collapsible-header.expanded+.section-content,.product-detail-page .product-short-description .expanded.description-header+.section-content{border-radius:8px 8px 15px 15px;border-top-width:0;margin-top:0}.product-detail-page .product-section-container .section-content,.product-detail-page .reviews-summary-container .section-content,.product-detail-page .purchase-options .section-content,.product-detail-page .product-details-table .section-content,.product-detail-page .product-short-description .section-content{border-radius:8px 8px 15px 15px}.product-detail-page .collapsible-header,.product-detail-page .purchase-options .purchase-header,.product-detail-page .product-details-table .details-header,.product-detail-page .product-short-description .description-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;padding:10px 15px;background:linear-gradient(135deg,#fffdebe6,#ebeb4733);border-radius:15px 15px 8px 8px;border:1px solid rgba(170,204,0,.3);cursor:pointer;transition:all .2s ease}.product-detail-page .collapsible-header:hover,.product-detail-page .purchase-options .purchase-header:hover,.product-detail-page .product-details-table .details-header:hover,.product-detail-page .product-short-description .description-header:hover{background:linear-gradient(135deg,#fffdeb,#ebeb474d)}.product-detail-page .collapsible-header .header-title,.product-detail-page .purchase-options .purchase-header .header-title,.product-detail-page .product-details-table .details-header .header-title,.product-detail-page .product-short-description .description-header .header-title{display:flex;align-items:center;gap:10px}.product-detail-page .collapsible-header .header-title svg,.product-detail-page .purchase-options .purchase-header .header-title svg,.product-detail-page .product-details-table .details-header .header-title svg,.product-detail-page .product-short-description .description-header .header-title svg{color:var(--logo-green);flex-shrink:0}.product-detail-page .collapsible-header .section-title,.product-detail-page .purchase-options .purchase-header .section-title,.product-detail-page .product-details-table .details-header .section-title,.product-detail-page .product-short-description .description-header .section-title,.product-detail-page .collapsible-header .details-title,.product-detail-page .purchase-options .purchase-header .details-title,.product-detail-page .product-details-table .details-header .details-title,.product-detail-page .product-short-description .description-header .details-title,.product-detail-page .collapsible-header .description-title,.product-detail-page .purchase-options .purchase-header .description-title,.product-detail-page .product-details-table .details-header .description-title,.product-detail-page .product-short-description .description-header .description-title,.product-detail-page .collapsible-header .reviews-title,.product-detail-page .purchase-options .purchase-header .reviews-title,.product-detail-page .product-details-table .details-header .reviews-title,.product-detail-page .product-short-description .description-header .reviews-title{font-size:16px;font-weight:400;color:var(--dark-green-7);margin:0;font-family:Chillax,sans-serif;line-height:1}.product-detail-page .collapsible-header .toggle-icon,.product-detail-page .purchase-options .purchase-header .toggle-icon,.product-detail-page .product-details-table .details-header .toggle-icon,.product-detail-page .product-short-description .description-header .toggle-icon{color:var(--dark-green-7);transition:transform .3s ease;flex-shrink:0}.product-detail-page .collapsible-header .toggle-icon.expanded,.product-detail-page .purchase-options .purchase-header .toggle-icon.expanded,.product-detail-page .product-details-table .details-header .toggle-icon.expanded,.product-detail-page .product-short-description .description-header .toggle-icon.expanded{transform:rotate(90deg)}.product-detail-page .product-short-description .description-header{border-radius:15px 15px 8px 8px}.product-detail-page .product-short-description .description-content{background-color:#fffdebcc;border-radius:8px 8px 15px 15px;border:1px solid rgba(170,204,0,.3);padding:16px;animation:fadeIn .3s ease;margin-top:2px}.product-detail-page .product-short-description .description-content p{font-size:15px;line-height:1.6;color:var(--dark-green-6);margin:0;font-weight:400;font-family:Chillax,sans-serif}.product-detail-page .product-details-table .details-header{border-radius:15px 15px 8px 8px}.product-detail-page .product-details-table .details-content{background-color:#fffdebcc;border-radius:8px 8px 15px 15px;border:1px solid rgba(170,204,0,.3);overflow:hidden;animation:fadeIn .3s ease;margin-top:2px}.product-detail-page .product-details-table .details-content .detail-row{display:flex;justify-content:space-between;padding:12px 15px;border-bottom:1px solid rgba(170,204,0,.2)}.product-detail-page .product-details-table .details-content .detail-row:last-child{border-bottom:none}.product-detail-page .product-details-table .details-content .detail-row:nth-child(odd){background-color:#ffffff4d}.product-detail-page .product-details-table .details-content .detail-row .detail-label{font-size:14px;color:var(--dark-green-6);font-weight:400;font-family:Chillax,sans-serif}.product-detail-page .product-details-table .details-content .detail-row .detail-value{font-size:14px;color:var(--dark-green-7);font-weight:500;display:flex;align-items:center;font-family:Chillax,sans-serif}.product-detail-page .product-details-table .details-content .detail-row .detail-value svg{color:var(--logo-green)}.product-detail-page .product-details-table .details-content .detail-row .detail-value .country-flag{margin-right:8px;transform:translateY(-1px);box-shadow:0 0 0 1px #00000026;border-radius:2px;transition:all .2s ease}.product-detail-page .product-details-table .details-content .detail-row .detail-value .country-flag:hover{transform:translateY(-1px) scale(1.1);box-shadow:0 2px 4px #00000026}.product-detail-page .product-details-table .details-content .detail-row.brand-row{display:flex;flex-direction:column;gap:12px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px dashed rgba(170,204,0,.3)}.product-detail-page .product-details-table .details-content .detail-row.brand-row .detail-label{margin-bottom:4px}.product-detail-page .product-details-table .details-content .detail-row.brand-row .brand-detail-value{display:flex;flex-direction:column;gap:10px;width:100%}.product-detail-page .product-details-table .details-content .detail-row.brand-row .brand-detail-value .brand-name-value{font-weight:500}.product-detail-page .product-details-table .details-content .detail-row.brand-row .brand-detail-value .brand-card{width:100%;padding:10px;margin-top:8px;border:1px solid rgba(170,204,0,.4);border-radius:8px;background:linear-gradient(135deg,#fffdebe6,#fffffff2)}.product-detail-page .product-details-table .details-content .detail-row.brand-row .brand-detail-value .brand-card .brand-logo-container{display:flex;justify-content:center;align-items:center;height:60px}.product-detail-page .product-details-table .details-content .detail-row.brand-row .brand-detail-value .brand-card .brand-logo-container img.brand-logo{max-width:100%;max-height:100%;object-fit:contain}.product-detail-page .product-details-table .details-content .detail-row.brand-row .brand-detail-value .brand-card .brand-logo-container svg{color:var(--logo-green);opacity:.7}.product-detail-page .purchase-options .purchase-header{border-radius:15px 15px 8px 8px}.product-detail-page .purchase-options .product-options-container{background-color:transparent;border-radius:8px 8px 15px 15px;border:none}.product-detail-page .reviews-summary-container .reviews-header{border-radius:15px 15px 8px 8px;margin-bottom:2px}.product-detail-page .reviews-summary-container .reviews-summary{background-color:#fffdebcc;border-radius:8px 8px 15px 15px;border:1px solid rgba(170,204,0,.3);padding:16px}.product-detail-page .skeleton-loader{background:#fffdeb80;border-radius:15px;overflow:hidden;position:relative}.product-detail-page .skeleton-loader:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#fff0,#ffffff80,#fff0);background-size:200% 100%;animation:shimmer 1.5s infinite}.product-detail-page .skeleton-image,.product-detail-page .skeleton-thumb{width:100%;height:100%;background-color:#aacc001a;border-radius:8px}.product-detail-page .skeleton-title{height:24px;width:150px;background-color:#aacc001a;border-radius:4px}.product-detail-page .skeleton-header{height:80px;width:100%;background-color:#aacc001a;border-radius:8px;margin-bottom:16px}.product-detail-page .skeleton-price{height:40px;width:120px;background-color:#aacc001a;border-radius:8px;margin-bottom:16px}.product-detail-page .skeleton-purchase-header,.product-detail-page .skeleton-description-header,.product-detail-page .skeleton-details-header{height:45px;width:100%;background-color:#aacc001a;border-radius:15px;margin-bottom:12px}.product-detail-page .skeleton-options{height:100px;width:100%;background-color:#aacc001a;border-radius:8px;margin-bottom:16px}.product-detail-page .skeleton-description{height:120px;width:100%;background-color:#aacc001a;border-radius:8px;margin-bottom:24px}.product-detail-page .skeleton-details{height:150px;width:100%;background-color:#aacc001a;border-radius:8px;margin-bottom:16px}.product-detail-page .skeleton-actions{height:60px;width:100%;background-color:#aacc001a;border-radius:8px}.product-detail-page .skeleton-reviews-summary{height:120px;width:100%;background-color:#aacc001a;border-radius:15px;animation:shimmer 1.5s infinite}.product-detail-page .skeleton-rating{height:100%;width:100%;background-color:#aacc001a;border-radius:12px}.product-detail-page .skeleton-reviews-content{margin-top:15px;padding:0 15px}.product-detail-page .skeleton-reviews-content .skeleton-carousel{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:15px;padding:8px 0;scrollbar-width:none;-ms-overflow-style:none}.product-detail-page .skeleton-reviews-content .skeleton-carousel::-webkit-scrollbar{display:none}.product-detail-page .skeleton-reviews-content .skeleton-review-item{height:180px;min-width:280px;flex:0 0 auto;background-color:#fffdebcc;border-radius:15px;margin-bottom:0;border:1px solid rgba(170,204,0,.3);overflow:hidden;display:flex;flex-direction:column}.product-detail-page .skeleton-reviews-content .skeleton-review-item:before{content:"";height:70px;width:100%;background:linear-gradient(135deg,#fffdeb99,#ebeb471a);display:block;animation:shimmer 1.5s infinite}.product-detail-page .skeleton-reviews-content .skeleton-review-item:after{content:"";flex-grow:1;background-color:#ffffffd9;display:block;animation:shimmer 1.5s infinite;animation-delay:.2s}@media (min-width: 640px){.product-detail-page .skeleton-reviews-content .skeleton-review-item{min-width:calc(50% - 8px)}}@media (min-width: 1024px){.product-detail-page .skeleton-reviews-content .skeleton-review-item{min-width:calc(33.333% - 10px)}}.product-detail-page .skeleton-reviews-content .skeleton-review-item:nth-child(2n){animation-delay:.3s}.product-detail-page .skeleton-reviews-content .skeleton-review-item:nth-child(3n){animation-delay:.6s}.product-detail-page .skeleton-reviews-content .skeleton-review-item:nth-child(4n){animation-delay:.9s}.product-detail-page .custom-carousel{position:relative;width:100%;margin:0 calc(var(--section-padding, 24px) * -1);width:calc(100% + var(--section-padding, 24px) * 2);padding:0 var(--section-padding, 24px)}.product-detail-page .custom-carousel .embla__viewport{overflow:hidden;width:100%;cursor:grab}.product-detail-page .custom-carousel .embla__viewport:active{cursor:grabbing}.product-detail-page .custom-carousel .embla__container{display:flex;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;gap:clamp(16px,2vw,24px);padding:8px 4px;padding-left:max(16px,2vw)}.product-detail-page .custom-carousel .embla__slide{position:relative;flex:0 0 auto;min-width:min-content;padding:0;display:flex;justify-content:center;align-items:center;transition:opacity .2s ease}.product-detail-page .product-reviews-section{margin-bottom:30px;position:relative}.product-detail-page .product-reviews-section .reviews-content{animation:fadeIn .3s ease}.product-detail-page .product-reviews-section .reviews-carousel{margin-bottom:20px;position:relative}.product-detail-page .product-reviews-section .reviews-carousel .reviews-embla-carousel{margin-bottom:24px;position:relative;overflow:visible}.product-detail-page .product-reviews-section .reviews-carousel .reviews-embla-carousel .embla__container{display:flex;padding-bottom:8px;height:fit-content;margin-bottom:10px}.product-detail-page .product-reviews-section .reviews-carousel .reviews-embla-carousel .review-slide{min-width:100%;height:fit-content;padding:0 5px}@media (min-width: 640px){.product-detail-page .product-reviews-section .reviews-carousel .reviews-embla-carousel .review-slide{min-width:calc(50% - 12px)}}@media (min-width: 1024px){.product-detail-page .product-reviews-section .reviews-carousel .reviews-embla-carousel .review-slide{min-width:calc(33.333% - 16px)}}@media (min-width: 1280px){.product-detail-page .product-reviews-section .reviews-carousel .reviews-embla-carousel .review-slide{min-width:calc(25% - 18px);height:fit-content}}.product-detail-page .product-reviews-section .reviews-carousel .reviews-embla-carousel .carousel-button{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:36px;height:36px;border-radius:50%;background-color:#fff;border:1px solid rgba(170,204,0,.3);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 3px 8px #0000001a;transition:all .2s ease}.product-detail-page .product-reviews-section .reviews-carousel .reviews-embla-carousel .carousel-button:hover{background-color:var(--logo-lime);color:#fff}.product-detail-page .product-reviews-section .reviews-carousel .reviews-embla-carousel .carousel-button.disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.product-detail-page .product-reviews-section .reviews-carousel .reviews-embla-carousel .carousel-button.prev{left:-10px}@media (max-width: 640px){.product-detail-page .product-reviews-section .reviews-carousel .reviews-embla-carousel .carousel-button.prev{left:5px}}.product-detail-page .product-reviews-section .reviews-carousel .reviews-embla-carousel .carousel-button.next{right:-10px}@media (max-width: 640px){.product-detail-page .product-reviews-section .reviews-carousel .reviews-embla-carousel .carousel-button.next{right:5px}}@media (max-width: 480px){.product-detail-page .product-reviews-section .reviews-carousel .reviews-embla-carousel .carousel-button{width:32px;height:32px}.product-detail-page .product-reviews-section .reviews-carousel .reviews-embla-carousel .carousel-button svg{width:18px;height:18px}}.product-detail-page .product-reviews-section .reviews-carousel .review-item{background-color:#fffdebcc;border-radius:15px;border:1px solid rgba(170,204,0,.3);padding:0;margin:6px;transition:transform .2s ease;min-height:260px;display:flex;flex-direction:column}.product-detail-page .product-reviews-section .reviews-carousel .review-item:hover{transform:translateY(-2px)}.product-detail-page .product-reviews-section .reviews-carousel .review-item .review-header{display:flex;justify-content:space-between;align-items:flex-start;margin:0;padding:20px;border-bottom:1px dashed rgba(170,204,0,.3);background:linear-gradient(135deg,#fffdeb99,#ebeb471a);border-top-left-radius:15px;border-top-right-radius:15px}@media (max-width: 576px){.product-detail-page .product-reviews-section .reviews-carousel .review-item .review-header{flex-direction:column;gap:10px;padding:15px}}.product-detail-page .product-reviews-section .reviews-carousel .review-item .review-header .reviewer-info{display:flex;flex-direction:column}.product-detail-page .product-reviews-section .reviews-carousel .review-item .review-header .reviewer-info .reviewer-name{font-weight:600;font-size:16px;color:var(--dark-green-7);font-family:Chillax,sans-serif}.product-detail-page .product-reviews-section .reviews-carousel .review-item .review-header .reviewer-info .review-date{font-size:14px;color:var(--dark-green-6);font-family:Chillax,sans-serif;margin-top:4px}.product-detail-page .product-reviews-section .reviews-carousel .review-item .review-header .review-rating{display:flex;font-size:16px;gap:2px}.product-detail-page .product-reviews-section .reviews-carousel .review-item .review-header .review-rating .star-filled,.product-detail-page .product-reviews-section .reviews-carousel .review-item .review-header .review-rating .star-empty{color:var(--logo-lime)}.product-detail-page .product-reviews-section .reviews-carousel .review-item .review-header .review-rating .star-filled.duotone,.product-detail-page .product-reviews-section .reviews-carousel .review-item .review-header .review-rating .star-empty.duotone{--ph-color-primary: var(--logo-lime);--ph-color-secondary: rgba(170, 204, 0, .3)}.product-detail-page .product-reviews-section .reviews-carousel .review-item .review-header .review-rating .star-empty{color:#ac03}.product-detail-page .product-reviews-section .reviews-carousel .review-item .review-header .review-rating .star-empty.duotone{--ph-color-primary: rgba(170, 204, 0, .3);--ph-color-secondary: rgba(170, 204, 0, .1)}.product-detail-page .product-reviews-section .reviews-carousel .review-item .review-content{padding:16px 20px;background-color:#ffffffd9;border-bottom-left-radius:15px;border-bottom-right-radius:15px;flex-grow:1;display:flex;flex-direction:column}@media (max-width: 576px){.product-detail-page .product-reviews-section .reviews-carousel .review-item .review-content{padding:15px}}.product-detail-page .product-reviews-section .reviews-carousel .review-item .review-content .review-title{font-size:18px;font-weight:600;margin-bottom:12px;color:var(--dark-green-7);font-family:Chillax,sans-serif;position:relative;padding-bottom:10px}.product-detail-page .product-reviews-section .reviews-carousel .review-item .review-content .review-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background-color:var(--logo-lime);border-radius:2px}.product-detail-page .product-reviews-section .reviews-carousel .review-item .review-content .review-text{font-size:15px;line-height:1.6;color:var(--dark-green-6);font-family:Chillax,sans-serif;flex-grow:1}@media (max-width: 480px){.product-detail-page .product-reviews-section .reviews-carousel{margin:0 -10px}.product-detail-page .product-reviews-section .reviews-carousel .reviews-embla-carousel{padding:0 20px}.product-detail-page .product-reviews-section .reviews-carousel .reviews-embla-carousel .embla__viewport{overflow:visible}.product-detail-page .product-reviews-section .reviews-carousel .reviews-embla-carousel .carousel-button{top:calc(50% - 15px)}}.product-detail-page .write-review-button{display:flex;align-items:center;gap:8px;background-color:var(--logo-lime);color:var(--dark-green-7);border:none;border-radius:50px;padding:12px 24px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease}.product-detail-page .write-review-button:hover{background-color:#95b300;transform:translateY(-2px)}.product-detail-page .write-review-button:active{transform:scale(.98)}.product-detail-page .write-review-button.soft{background-color:#ac03;border:1px solid rgba(170,204,0,.4)}.product-detail-page .write-review-button.soft:hover{background-color:#aacc004d}.product-detail-page .recommended-products-container{width:fit-content;max-width:100%;margin:30px auto 40px;padding:0 10px;display:flex;justify-content:center}@media (max-width: 576px){.product-detail-page .recommended-products-container{width:100%}}.product-detail-page .recommended-products-section{background-color:#aacc000d;border-radius:15px;padding:24px;border:.3px solid var(--logo-lime);box-shadow:none;width:fit-content;max-width:100%;overflow:hidden}@media (max-width: 576px){.product-detail-page .recommended-products-section{width:100%;padding:20px 15px}}.product-detail-page .recommended-products-section .section-title{font-size:20px;font-weight:500;color:var(--dark-green-7);margin-bottom:20px;font-family:Chillax,sans-serif;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px}.product-detail-page .recommended-products-section .section-title:after{display:none}.product-detail-page .recommended-products-section .products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width: 992px){.product-detail-page .recommended-products-section .products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.product-detail-page .recommended-products-section .products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.product-detail-page .recommended-products-section .products-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.product-detail-page .recommended-products-section.skeleton-loader{padding:30px;background-color:#aacc000d;border:.3px solid var(--logo-lime);box-shadow:none}.product-detail-page .recommended-products-section.skeleton-loader .skeleton-section-title{height:28px;width:220px;background-color:#aacc001a;border-radius:4px;margin-bottom:32px;position:relative}.product-detail-page .recommended-products-section.skeleton-loader .skeleton-section-title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:3px;background-color:#ac03;border-radius:2px}.product-detail-page .description-header,.product-detail-page .details-header,.product-detail-page .purchase-header,.product-detail-page .reviews-header,.product-detail-page .collapsible-header,.product-detail-page .product-short-description .description-header,.product-detail-page .product-details-table .details-header,.product-detail-page .purchase-options .purchase-header{margin-bottom:6px!important;border-radius:15px 15px 8px 8px!important}.product-detail-page .description-content,.product-detail-page .details-content,.product-detail-page .product-options-container,.product-detail-page .reviews-summary{border-radius:8px 8px 15px 15px!important;margin-top:0!important}.product-detail-page .description-header.expanded+.description-content,.product-detail-page .description-header.expanded+.details-content,.product-detail-page .description-header.expanded+.product-options-container,.product-detail-page .description-header.expanded+.reviews-summary,.product-detail-page .details-header.expanded+.description-content,.product-detail-page .details-header.expanded+.details-content,.product-detail-page .details-header.expanded+.product-options-container,.product-detail-page .details-header.expanded+.reviews-summary,.product-detail-page .purchase-header.expanded+.description-content,.product-detail-page .purchase-header.expanded+.details-content,.product-detail-page .purchase-header.expanded+.product-options-container,.product-detail-page .purchase-header.expanded+.reviews-summary,.product-detail-page .reviews-header.expanded+.description-content,.product-detail-page .reviews-header.expanded+.details-content,.product-detail-page .reviews-header.expanded+.product-options-container,.product-detail-page .reviews-header.expanded+.reviews-summary,.product-detail-page .collapsible-header.expanded+.description-content,.product-detail-page .collapsible-header.expanded+.details-content,.product-detail-page .collapsible-header.expanded+.product-options-container,.product-detail-page .collapsible-header.expanded+.reviews-summary{border-top-width:0}.product-detail-page .reviews-header{border-radius:15px 15px 8px 8px;margin-bottom:6px;background:linear-gradient(135deg,#fffdebe6,#ebeb4733)}.product-detail-page .review-item.new-review{animation:highlightNew 1.5s ease;border:2px solid var(--logo-lime)}.product-detail-page .review-success-notification{position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#fffdebf2,#fffffff2);border-radius:12px;padding:15px 20px;box-shadow:0 5px 15px #0003;display:flex;align-items:center;gap:12px;border-left:4px solid var(--logo-lime);z-index:1000;max-width:400px;animation:slideInRight .4s ease,fadeOut .4s ease 4s forwards}.product-detail-page .review-success-notification .notification-icon{color:var(--logo-lime);flex-shrink:0}.product-detail-page .review-success-notification .notification-content{flex:1}.product-detail-page .review-success-notification .notification-content h4{margin:0 0 5px;font-size:16px;font-weight:600;color:var(--dark-green-7);font-family:Chillax,sans-serif}.product-detail-page .review-success-notification .notification-content p{margin:0;font-size:14px;color:var(--dark-green-6);font-family:Chillax,sans-serif}.product-detail-page .review-success-notification .close-notification{background:none;border:none;color:var(--dark-green-6);cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;border-radius:50%}.product-detail-page .review-success-notification .close-notification:hover{background-color:#aacc001a;color:var(--dark-green-7)}@keyframes ripple{0%{transform:scale(0);opacity:1}20%{transform:scale(25);opacity:1}to{opacity:0;transform:scale(40)}}@keyframes highlightNew{0%,to{background-color:#fffdebcc}20%,80%{background-color:#aacc0026}}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0;transform:translateY(10px)}}.product-detail-page .mobile-purchase-actions-container{position:fixed;bottom:0;left:0;width:100%;background-color:#fffdebf2;z-index:100;border-top:1px solid rgba(170,204,0,.3);padding-bottom:env(safe-area-inset-bottom,0);transition:all .3s ease}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary{display:flex;flex-direction:column;border-radius:18px 18px 0 0;background:linear-gradient(135deg,#fffdebe6,#ebeb4726)}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-summary-content{display:flex;justify-content:space-between;align-items:center;padding:12px 16px}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-product-info{display:flex;flex-direction:column;flex:1;cursor:pointer;padding-right:10px}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-product-info .mobile-product-price{font-weight:600;font-size:1.3rem;color:var(--dark-green-7)}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-product-info .mobile-product-quantity{font-size:1rem;color:var(--dark-green-6);margin-top:4px}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-summary-actions{display:flex;align-items:center;gap:10px}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-summary-actions .mobile-action-button{display:flex;align-items:center;justify-content:center;border:none;transition:all .2s ease;color:var(--dark-green-7);border-radius:14px;height:40px}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-summary-actions .mobile-action-button.add{width:auto;padding:0 12px;background-color:#ac03;border:1px solid rgba(170,204,0,.3)}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-summary-actions .mobile-action-button.add:active{background-color:#aacc004d;transform:scale(.95)}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-summary-actions .mobile-action-button.add svg{width:16px;height:16px}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-summary-actions .mobile-action-button.add .cart-plus-icon{display:flex;align-items:center;position:relative}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-summary-actions .mobile-action-button.add .cart-plus-icon svg:first-child{width:20px;height:20px}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-summary-actions .mobile-action-button.add .cart-plus-icon .plus-icon{position:absolute;top:-6px;right:-6px;background-color:var(--logo-lime);color:var(--dark-green-7);border-radius:50%;width:14px;height:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0000001a;border:1px solid rgba(255,255,255,.5)}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-summary-actions .mobile-action-button.buy{background-color:var(--logo-lime);padding:8px 16px;font-weight:500;font-size:.9rem;gap:8px}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-summary-actions .mobile-action-button.buy span{display:inline-block;margin-left:6px}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-summary-actions .mobile-action-button.buy:active{background-color:#95b300;transform:scale(.95)}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-summary-actions .mobile-action-button.buy svg{width:18px;height:18px}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-expand-toggle{width:100%;display:flex;align-items:center;justify-content:center;height:36px;background-color:#aacc001a;color:var(--dark-green-7);transition:all .2s ease;border:none;border-top:1px solid rgba(170,204,0,.2);padding:0;font-size:.85rem;font-weight:500;gap:8px}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-expand-toggle .rotate{transform:rotate(90deg)}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-expand-toggle:active{background-color:#ac03}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-expand-toggle svg{width:16px;height:16px}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-expanded{padding:16px 16px 18px;border-top:1px solid rgba(170,204,0,.15);background-color:#fffae1f2}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-expanded .mobile-purchase-options .mobile-options-row{display:flex;flex-direction:row;gap:15px;flex-wrap:wrap}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-expanded .mobile-purchase-options .mobile-variants,.product-detail-page .mobile-purchase-actions-container .mobile-purchase-expanded .mobile-purchase-options .mobile-quantity{margin-top:0}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-expanded .mobile-purchase-options .mobile-variants label,.product-detail-page .mobile-purchase-actions-container .mobile-purchase-expanded .mobile-purchase-options .mobile-quantity label{display:block;font-size:.9rem;font-weight:500;margin-bottom:12px;color:var(--dark-green-7)}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-expanded .mobile-purchase-options .mobile-variants{flex:1.5}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-expanded .mobile-purchase-options .mobile-quantity{flex:1}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-expanded .mobile-purchase-options .mobile-variant-buttons{display:flex;flex-wrap:wrap;gap:10px}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-expanded .mobile-purchase-options .mobile-variant-buttons .mobile-variant-button{padding:8px 14px;border:1px solid rgba(170,204,0,.4);border-radius:24px;background-color:#fffdebcc;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;color:var(--dark-green-6);min-width:70px;min-height:40px;display:flex;align-items:center;justify-content:center}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-expanded .mobile-purchase-options .mobile-variant-buttons .mobile-variant-button.active{background-color:#ac03;color:var(--dark-green-7);border-color:var(--logo-lime);font-weight:500}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-expanded .mobile-purchase-options .mobile-variant-buttons .mobile-variant-button:hover:not(.active){border-color:var(--logo-lime);background-color:#aacc001a}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-expanded .mobile-purchase-options .mobile-variant-buttons .mobile-variant-button:active{transform:scale(.98)}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-expanded .mobile-purchase-options .mobile-quantity-controls{display:flex;align-items:center;width:fit-content;border:1px solid rgba(170,204,0,.4);border-radius:24px;overflow:hidden;background-color:#fffdebcc}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-expanded .mobile-purchase-options .mobile-quantity-controls button{width:fit-content;height:fit-content;padding:8px 14px;border-radius:24px;display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;cursor:pointer;color:var(--dark-green-6)}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-expanded .mobile-purchase-options .mobile-quantity-controls button:disabled{opacity:.5;cursor:not-allowed}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-expanded .mobile-purchase-options .mobile-quantity-controls button:active:not(:disabled){background-color:#ac03}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-expanded .mobile-purchase-options .mobile-quantity-controls button svg{width:16px;height:16px}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-expanded .mobile-purchase-options .mobile-quantity-controls span{width:40px;text-align:center;font-weight:600;font-size:.9rem;color:var(--dark-green-7)}@media (max-width: 768px){.product-detail-page .product-detail-page{margin-bottom:110px}.product-detail-page .product-detail-page.expanded-purchase{margin-bottom:220px}.product-detail-page .product-detail-page .product-breadcrumbs{position:fixed;top:var(--navbar-height-mobile);z-index:50}.product-detail-page .product-detail-page .product-container-wrapper .container{padding:0 10px}.product-detail-page .product-detail-page .unified-product-container{grid-gap:0;display:flex;flex-direction:column}.product-detail-page .product-detail-page .unified-product-container .mobile-product-header{order:1;margin-bottom:0;padding:15px 15px 12px;border-radius:12px 12px 0 0}.product-detail-page .product-detail-page .unified-product-container .mobile-product-header .product-title{font-size:1rem;font-weight:500}.product-detail-page .product-detail-page .unified-product-container .product-section.gallery-section{order:2;padding-top:5px}.product-detail-page .product-detail-page .unified-product-container .product-section.info-section{order:3;padding-top:15px}.product-detail-page .product-detail-page .reviews-container{margin-top:15px}.product-detail-page .product-detail-page .reviews-container .product-reviews-section{margin-bottom:15px}.product-detail-page .product-detail-page .recommended-products-container{margin-top:15px}.product-detail-page .product-detail-page .recommended-products-container .recommended-products-section .section-title{font-size:1.2rem;padding:10px 0}.product-detail-page .product-detail-page .recommended-products-container .recommended-products-section .products-grid{gap:10px}.product-detail-page .purchase-options{display:none}}@media (max-width: 420px){.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-summary-content{padding:10px 14px}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-summary-actions{gap:8px}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-summary-actions .mobile-action-button{height:36px}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-summary-actions .mobile-action-button.add{width:auto;padding:0 10px}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-summary-actions .mobile-action-button.add .cart-plus-icon svg:first-child{width:18px;height:18px}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-summary-actions .mobile-action-button.add .cart-plus-icon .plus-icon{width:12px;height:12px;top:-5px;right:-5px}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-summary-actions .mobile-action-button.buy{padding:6px 12px;font-size:.85rem}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-summary .mobile-expand-toggle{height:32px;font-size:.8rem}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-expanded{padding:12px}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-expanded .mobile-variant-buttons .mobile-variant-button{padding:6px 12px;font-size:.85rem;min-height:36px}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-expanded .mobile-quantity-controls button{padding:8px 12px}.product-detail-page .mobile-purchase-actions-container .mobile-purchase-expanded .mobile-quantity-controls span{width:36px;font-size:.85rem}.product-detail-page .product-detail-page .unified-product-container{display:flex;flex-direction:column}.product-detail-page .product-detail-page .unified-product-container .mobile-product-header{order:1;margin-bottom:0;padding:15px 15px 12px;border-radius:12px 12px 0 0}.product-detail-page .product-detail-page .unified-product-container .gallery-section{order:2;padding-top:5px}.product-detail-page .product-detail-page .unified-product-container .info-section{order:3}}.product-detail-page .recommended-products-section{margin-top:40px;padding:0 0 40px}@media (max-width: 768px){.product-detail-page .recommended-products-section{margin-top:30px;padding:0 0 20px}}.product-detail-page .recommended-products-section .section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}@media (max-width: 768px){.product-detail-page .recommended-products-section .section-header{margin-bottom:16px}}.product-detail-page .recommended-products-section .section-title{font-size:24px;font-weight:500;display:flex;align-items:center;color:var(--dark-green-7);font-family:Chillax,sans-serif;margin:0}@media (max-width: 768px){.product-detail-page .recommended-products-section .section-title{font-size:20px}}.product-detail-page .recommended-products-section .products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width: 1200px){.product-detail-page .recommended-products-section .products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 992px){.product-detail-page .recommended-products-section .products-grid{grid-template-columns:repeat(2,1fr)}}.product-detail-page .recommended-products-mobile{margin:30px 0;padding:20px 0;background-color:#aacc000d;border-top:1px solid rgba(170,204,0,.2);border-bottom:1px solid rgba(170,204,0,.2);position:relative;overflow:visible}.product-detail-page .recommended-products-mobile .section-header{text-align:center;margin-bottom:20px}.product-detail-page .recommended-products-mobile .section-header .section-title{font-size:18px;font-weight:500;color:var(--dark-green-7);margin:0 0 10px;font-family:Chillax,sans-serif;display:flex;align-items:center;justify-content:center;gap:8px}.product-detail-page .recommended-products-mobile .recommended-products-carousel{position:relative;margin:0 -10px;padding:0 20px}.product-detail-page .recommended-products-mobile .recommended-products-carousel .embla{overflow:visible}.product-detail-page .recommended-products-mobile .recommended-products-carousel .embla .embla__viewport{overflow:visible;padding:10px 0}.product-detail-page .recommended-products-mobile .recommended-products-carousel .embla .embla__container{display:flex;gap:12px;padding:0 5px}.product-detail-page .recommended-products-mobile .recommended-products-carousel .embla .embla__slide{min-width:160px;max-width:200px;flex:0 0 auto}@media (max-width: 480px){.product-detail-page .recommended-products-mobile .recommended-products-carousel .embla .embla__slide{min-width:140px}}.product-detail-page .recommended-products-mobile .recommended-products-carousel .carousel-button{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:36px;height:36px;border-radius:50%;background-color:#fff;border:1px solid rgba(170,204,0,.3);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 3px 8px #0000001a;transition:all .2s ease}.product-detail-page .recommended-products-mobile .recommended-products-carousel .carousel-button:hover{background-color:var(--logo-lime);color:#fff}.product-detail-page .recommended-products-mobile .recommended-products-carousel .carousel-button.disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.product-detail-page .recommended-products-mobile .recommended-products-carousel .carousel-button.prev{left:-10px}@media (max-width: 640px){.product-detail-page .recommended-products-mobile .recommended-products-carousel .carousel-button.prev{left:5px}}.product-detail-page .recommended-products-mobile .recommended-products-carousel .carousel-button.next{right:-10px}@media (max-width: 640px){.product-detail-page .recommended-products-mobile .recommended-products-carousel .carousel-button.next{right:5px}}@media (max-width: 480px){.product-detail-page .recommended-products-mobile .recommended-products-carousel .carousel-button{width:32px;height:32px}.product-detail-page .recommended-products-mobile .recommended-products-carousel .carousel-button svg{width:18px;height:18px}}.product-card{background-color:#fff;border-radius:15px;display:flex;flex-direction:column;text-decoration:none;position:relative;height:100%;width:100%;overflow:hidden}.product-card:hover{transform:translateY(-5px)}.product-card:hover .product-image img{transform:scale(1.05)}.product-card:hover .product-info .arrow-icon{opacity:1;transform:translate(0)}.product-card .product-image{width:100%;height:75%;background:#fafaf5cc;position:relative;overflow:hidden}.product-card .product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;padding:12px 16px;transition:transform .3s ease}.product-card .product-info{padding:12px 16px;position:relative;height:25%;background-color:#fff;display:grid;grid-template-rows:auto auto 1fr;gap:4px}.product-card .product-info .brand-badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:12px;background-color:#aacc0026;margin-bottom:4px;height:24px;width:fit-content}.product-card .product-info .brand-badge .badge-text{font-size:12px;font-weight:500;color:#0a5c26cc}.product-card .product-info .brand-badge .badge-icon{margin-right:4px;color:#0a5c26cc}.product-card .product-info .product-name{font-size:15px;font-weight:400;color:var(--dark-green-7);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding-right:20px;max-height:40px;margin:0}.product-card .product-info .product-price{font-size:18px;font-weight:600;color:var(--dark-green-7);align-self:end;margin-top:auto}.product-card .product-info .arrow-icon{position:absolute;top:16px;right:16px;color:#aacc00b3;opacity:0;transform:translate(8px);transition:opacity .2s ease,transform .2s ease}.brand-badge-placeholder{height:24px;margin-bottom:4px;width:100%;display:block}.product-card-skeleton{height:300px;border-radius:12px;background-color:#ffffff80;overflow:hidden;display:flex;flex-direction:column;border:.5px solid rgba(170,204,0,.3);box-shadow:none;animation:fadeIn .5s ease-in-out}.product-card-skeleton .image-skeleton{padding-bottom:100%;width:100%;background-color:#aacc0014;position:relative}.product-card-skeleton .image-skeleton:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#fff0,#ffffff80,#fff0);background-size:200% 100%;animation:shimmer 1.5s infinite;animation-delay:var(--animation-delay, 0s)}.product-card-skeleton .content-skeleton{padding:16px;flex-grow:1;background-color:#fffffff2;display:flex;flex-direction:column}.product-card-skeleton .content-skeleton .title-skeleton{height:16px;width:70%;background-color:#aacc001a;border-radius:4px;margin-bottom:12px;position:relative}.product-card-skeleton .content-skeleton .title-skeleton:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#fff0,#ffffff80,#fff0);background-size:200% 100%;animation:shimmer 1.5s infinite;animation-delay:var(--animation-delay, 0s)}.product-card-skeleton .content-skeleton .price-skeleton{height:20px;width:40%;background-color:#aacc001a;border-radius:4px;margin-top:auto;position:relative}.product-card-skeleton .content-skeleton .price-skeleton:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#fff0,#ffffff80,#fff0);background-size:200% 100%;animation:shimmer 1.5s infinite;animation-delay:var(--animation-delay, 0s)}.product-card-skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}@media (max-width: 576px){.product-card-skeleton-grid{grid-template-columns:repeat(2,1fr);gap:15px}}.recommended-product-card{background-color:#fff;border-radius:12px;overflow:hidden;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #0000000a;transition:all .2s ease;display:flex;flex-direction:column;text-decoration:none;position:relative;height:fit-content}.recommended-product-card:hover{transform:translateY(-5px);border-color:var(--logo-lime);background-color:#fff;box-shadow:0 4px 12px #0000000f}.recommended-product-card:hover .product-info .arrow-icon{opacity:1;right:16px}.recommended-product-card:hover .product-image{background-color:#fff}.recommended-product-card:hover .product-image img{transform:scale(1.05)}.recommended-product-card .product-image{width:100%;padding-bottom:100%;background:#fff;position:relative;overflow:hidden;transition:background-color .3s ease}.recommended-product-card .product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;padding:16px;transition:transform .3s ease}.recommended-product-card .product-image .brand-badge{position:absolute;top:16px;left:16px;display:flex;align-items:center;gap:6px;background-color:#fff;padding:5px 12px;border-radius:16px;border:1px solid var(--logo-lime);font-size:13px;font-weight:500;color:var(--dark-green-7);font-family:Chillax,sans-serif;box-shadow:0 2px 4px #00000014;z-index:5}.recommended-product-card .product-image .brand-badge svg{color:var(--logo-lime);width:16px;height:16px}.recommended-product-card .product-info{padding:16px;position:relative;background:linear-gradient(to bottom,#fff8dc,#fffdf5);border-top:1px solid rgba(0,0,0,.05);flex-grow:1;display:flex;flex-direction:column}.recommended-product-card .product-info .product-name{font-size:16px;font-weight:500;color:var(--dark-green-7);margin-bottom:8px;line-height:1.3;font-family:Chillax,sans-serif;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:42px;padding-right:24px}.recommended-product-card .product-info .product-meta{display:flex;gap:8px;margin-top:auto;flex-wrap:wrap}.recommended-product-card .product-info .product-price{display:inline-flex;align-items:center;gap:6px;background-color:#fff;border:1px solid var(--logo-lime);border-radius:25px;padding:5px 12px;font-size:15px;font-weight:500;color:var(--dark-green-7);font-family:Chillax,sans-serif}.recommended-product-card .product-info .product-price svg{color:var(--dark-green-7)}.recommended-product-card .product-info .product-rating{display:inline-flex;align-items:center;gap:4px;background-color:#fff8dc;border:1px solid var(--dark-yellow-1);border-radius:25px;padding:5px 12px;font-size:14px;font-weight:500;color:#8a8a0f;font-family:Chillax,sans-serif}.recommended-product-card .product-info .product-rating svg{color:#b3b320}.recommended-product-card .product-info .arrow-icon{position:absolute;top:16px;right:24px;color:var(--logo-lime);opacity:0;transition:all .2s ease}.recommended-product-card .variant-selector{position:absolute;top:16px;right:16px;display:flex;flex-direction:column;gap:6px;z-index:10;background:#fff;padding:8px;border-radius:16px;border:1px solid var(--logo-lime);box-shadow:0 4px 12px #aacc001f,0 2px 4px #aacc0014}.recommended-product-card .variant-selector .variant-btn{min-width:44px;height:44px;padding:0 12px;border-radius:22px;border:1.5px solid var(--logo-lime);background:#fff;color:var(--dark-green-7);font-weight:600;font-size:13px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;white-space:nowrap;cursor:pointer;font-family:Chillax,sans-serif}.recommended-product-card .variant-selector .variant-btn:hover{background:#aacc0026}.recommended-product-card .variant-selector .variant-btn.active{background:#aacc004d;color:var(--dark-green-7);font-weight:700;border-color:var(--logo-lime)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.recommended-product-card-skeleton{height:300px;border-radius:12px;background-color:#ffffff80;overflow:hidden;display:flex;flex-direction:column;border:.3px solid var(--logo-lime);box-shadow:none;animation:fadeIn .5s ease-in-out;animation-delay:var(--animation-delay, 0s)}.recommended-product-card-skeleton .image-skeleton{padding-bottom:100%;width:100%;background-color:#aacc0014;position:relative}.recommended-product-card-skeleton .image-skeleton:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#fff0,#ffffff80,#fff0);background-size:200% 100%;animation:shimmer 1.5s infinite;animation-delay:var(--animation-delay, 0s)}.recommended-product-card-skeleton .content-skeleton{padding:16px;flex-grow:1;background:linear-gradient(to bottom,#aacc0040,#aacc001a);border-top:1px solid rgba(170,204,0,.3);display:flex;flex-direction:column}.recommended-product-card-skeleton .content-skeleton .title-skeleton{height:16px;width:70%;background-color:#fff9;border-radius:4px;margin-bottom:12px;position:relative}.recommended-product-card-skeleton .content-skeleton .title-skeleton:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#fff0,#ffffff80,#fff0);background-size:200% 100%;animation:shimmer 1.5s infinite;animation-delay:var(--animation-delay, 0s)}.recommended-product-card-skeleton .content-skeleton .meta-skeleton{display:flex;gap:8px;margin-top:auto;flex-wrap:wrap}.recommended-product-card-skeleton .content-skeleton .price-skeleton{height:26px;width:40%;background-color:#fffc;border-radius:25px;position:relative;border:1px solid rgba(170,204,0,.4)}.recommended-product-card-skeleton .content-skeleton .price-skeleton:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#fff0,#ffffff80,#fff0);background-size:200% 100%;animation:shimmer 1.5s infinite;animation-delay:var(--animation-delay, 0s)}.recommended-product-card-skeleton .content-skeleton .rating-skeleton{height:26px;width:30%;background-color:#fff8dce6;border-radius:25px;position:relative;border:1px solid var(--dark-yellow-1)}.recommended-product-card-skeleton .content-skeleton .rating-skeleton:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#fff0,#ffffff80,#fff0);background-size:200% 100%;animation:shimmer 1.5s infinite;animation-delay:var(--animation-delay, 0s)}.recommended-product-card-skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}@media (max-width: 576px){.recommended-product-card-skeleton-grid{grid-template-columns:repeat(2,1fr);gap:15px}}.review-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;overflow-y:auto;animation:fadeIn .3s ease}.review-modal{background:linear-gradient(135deg,#fffdebf2,#fffffff2);border-radius:20px;width:100%;max-width:550px;height:65vh;position:relative;box-shadow:0 10px 30px #00000026;border:1px solid rgba(170,204,0,.3);animation:slideUp .4s ease;margin:auto;display:flex;flex-direction:column;overflow:hidden}.review-modal::-webkit-scrollbar{width:8px}.review-modal::-webkit-scrollbar-track{background:#aacc001a;border-radius:8px}.review-modal::-webkit-scrollbar-thumb{background:var(--logo-lime);border-radius:8px}.review-modal .close-button{position:absolute;top:15px;right:15px;background:none;border:none;cursor:pointer;color:var(--dark-green-6);padding:5px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.review-modal .close-button:hover{color:var(--dark-green-7);background-color:#aacc001a;transform:scale(1.1)}.review-modal .modal-header{width:100%;padding:25px 25px 12px;margin-bottom:0;border-bottom:1px dashed rgba(170,204,0,.3);background:linear-gradient(135deg,#fffdebfa,#fffffffa);position:sticky;top:0;z-index:5}.review-modal .modal-header h2{font-size:22px;font-weight:600;color:var(--dark-green-7);margin:0 0 6px;font-family:Chillax,sans-serif}.review-modal .modal-header .product-name{font-size:15px;color:var(--dark-green-6);margin:0;font-family:Chillax,sans-serif;font-style:italic;padding-right:30px}.review-modal .scrollable-content{flex:1;overflow-y:auto;padding:20px 25px 80px;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--logo-lime) rgba(170,204,0,.1)}.review-modal .scrollable-content::-webkit-scrollbar{width:6px}.review-modal .scrollable-content::-webkit-scrollbar-track{background:#aacc001a;border-radius:8px;margin:5px 0}.review-modal .scrollable-content::-webkit-scrollbar-thumb{background:var(--logo-lime);border-radius:8px}.review-modal .scrollable-content::-webkit-scrollbar-thumb:hover{background:#95b300}.review-modal form{display:flex;flex-direction:column;gap:16px}.review-modal form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 576px){.review-modal form .form-row{grid-template-columns:1fr;gap:12px}}.review-modal form .form-group{display:flex;flex-direction:column;gap:6px}.review-modal form .form-group label{font-size:14px;font-weight:500;color:var(--dark-green-7);font-family:Chillax,sans-serif}.review-modal form .form-group .input-with-icon{position:relative}.review-modal form .form-group .input-with-icon .input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--dark-green-5);pointer-events:none}.review-modal form .form-group .input-with-icon .textarea-icon{top:14px;transform:none}.review-modal form .form-group .input-with-icon input,.review-modal form .form-group .input-with-icon textarea{padding:10px 12px 10px 40px;border-radius:12px;border:1px solid rgba(170,204,0,.3);background-color:#fff9;font-size:14px;font-weight:400;color:var(--dark-green-7);font-family:Chillax,sans-serif;transition:all .2s ease}.review-modal form .form-group .input-with-icon input:focus,.review-modal form .form-group .input-with-icon textarea:focus{outline:none;border-color:var(--logo-lime);background-color:#fffc;box-shadow:0 0 0 3px #ac03}.review-modal form .form-group .input-with-icon input::placeholder,.review-modal form .form-group .input-with-icon textarea::placeholder{color:var(--dark-green-5);font-weight:400}.review-modal form .form-group textarea{resize:vertical;min-height:80px}.review-modal form .rating-selector{display:flex;flex-direction:column;gap:8px}.review-modal form .rating-selector label{font-size:14px;font-weight:500;color:var(--dark-green-7);font-family:Chillax,sans-serif}.review-modal form .rating-selector .stars-container{display:flex;gap:6px}.review-modal form .rating-selector .stars-container .star{cursor:pointer;transition:transform .2s ease,color .2s ease}.review-modal form .rating-selector .stars-container .star:hover{transform:scale(1.1)}.review-modal form .rating-selector .stars-container .star.star-filled{--ph-color-primary: var(--logo-lime);--ph-color-secondary: rgba(170, 204, 0, .3);color:var(--logo-lime)}.review-modal form .rating-selector .stars-container .star.star-empty{--ph-color-primary: rgba(170, 204, 0, .3);--ph-color-secondary: rgba(170, 204, 0, .1);color:#aacc004d}.review-modal form .error-message{font-size:12px;color:#e74c3c;margin-top:2px}.review-modal form .error-message.submit-error{text-align:center;padding:8px;background-color:#e74c3c1a;border-radius:8px;margin-bottom:0}.review-modal .sticky-footer{position:absolute;bottom:0;left:0;right:0;padding:15px 25px;background:linear-gradient(180deg,#fff0,#fffdebcc 20%,#fffdebf2 50%,#fffffffa);border-top:1px solid rgba(170,204,0,.15);display:flex;justify-content:center;z-index:5;height:80px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.review-modal .sticky-footer .submit-button{padding:12px 24px;width:80%;max-width:350px;background-color:var(--logo-lime);color:var(--dark-green-7);border:none;border-radius:50px;font-size:15px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease;box-shadow:0 2px 10px #0000000d}.review-modal .sticky-footer .submit-button:hover:not(:disabled){background-color:#95b300;transform:translateY(-2px)}.review-modal .sticky-footer .submit-button:active:not(:disabled){transform:scale(.98)}.review-modal .sticky-footer .submit-button:disabled{opacity:.7;cursor:not-allowed}.review-modal .sticky-footer .submit-button.submitting{position:relative;padding-left:36px}.review-modal .sticky-footer .submit-button.submitting:before{content:"";position:absolute;left:16px;width:16px;height:16px;border:2px solid transparent;border-top-color:var(--dark-green-7);border-radius:50%;animation:spin 1s linear infinite}.review-modal .success-message{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:25px 20px;height:100%;animation:fadeIn .4s ease}.review-modal .success-message svg{color:var(--logo-lime);margin-bottom:16px}.review-modal .success-message h3{font-size:22px;font-weight:600;color:var(--dark-green-7);margin:0 0 12px;font-family:Chillax,sans-serif}.review-modal .success-message p{font-size:15px;color:var(--dark-green-6);margin:0;max-width:400px;font-family:Chillax,sans-serif}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.country-flag{display:inline-block;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJcEhZcwAAFiUAABYlAUlSJPAAAADAUExURUdwTACi5ACW0gCY1wCi5P39/f7+/v7+/QCi5ACi5P7+/v3+/vz8/P7+/gCi5P7+/v78+/v8/P7+/v39/QCi5////wCi5P///wCi5ACi5P///wCi5ACi5P7+/v7+/v39/f7+/v79/ACi5ACi5P7+/v39/f3+/gCi5P///wCi5ACi5P7+/v79/QCi5P///wCi5P7+/v///wCi5ACi5ACi5P7+/f///wCi5ACi5ACi5ACi5P///wCi5P7+/v///wCi5ACi5ACi5P///wCg4ZpTp8wAAABAdFJOUwAgC/YTAwEoGQdAEkqQ/g03aMmjtNxdRH5Tdn9xI87Z7UvE15OcqFjsZc20fbpK4eDm1DqnuhStWzmjwmpmTuxAMOsAAAZxSURBVFjD3VdpmqJKEOXtBppuGgpkh0ZQQcEFd3N9/9eaCMBuZ+ae+TVzZk6rLJVZGZGRUfQd/EMUjP/3fcWfv1ZUe/1FURL0/1ygOkQh5XeF/pAA1RYVRX/8XQnq5wRgTwTt7+/y7YcCHOQEpbLJCvxpgvHk5ASqsqPb0wfpZvk4KfhPBThQYFZOk0OT9EClYwBuEA8/SIAgGBTmcHSUJJUOKtukiYPDoeD/QIKibh+fM5O5RqNRCHlmnJ4erYL7EQFqp9HLyzabnZiLsWctLPNsNlsf6/9dAnZS0eFjFbvueDw2DOMPuON4vIrND9dWv60BRVW/Xo7xGmMnCLz5HIIfLgghDGMHu8/r+mvlr0gISirb73gdGydJCCgZ5+RwcpIQh+/X1oFXfoS9xFfV2yXe4Z1zcl3iEIcbk8/fOY6Li73v7CQcvz3aP2AgCeDjtXXjJUFAiB1f9/zd3s8BDsK+lzgkCS4PvvV9RaBKW9W9t5tJhyOjXq97kF40nYkkiQM5yFazhz8lFDWAxMo2VrYniaaeQa+3bTafrGYaYScQ+oLLnhMXORzp/k4EVCXx+nXZpRij2Wg0pGnR8ER8MHSYOycJGLy3S3+nSH1AWbLIRE44KpTpycgYWRMhUYjgkKWbjA/cUECsA0FQFUVTbW9rIuJgFDlbrQizuMKbSBlQM2Kb+DDxmf+2r2U24Ci+E4MHl/vB1mw2IRYuVNRJkZM8aSNgzTQMSzYFjnHb/VyTAjCwtnYpNqgIKyRPT9K0rHLvQ2YcGkYoQRpCRt12JWtQVbS1vYpcSWSU8uoZ/D5JygB5CgGy6VmrQbQWu24lAMcoCbBK3yjEcQokqjC8QNPnfgOd9jQpAL9dxbIVQYAqhNdHlwIyTxTK1H0GhGWHRTY0PU1Gi7/0S3cgmZCbMgIa0SfOUHNz3gME1zOmAcx8PiROk4iBp2rW6xVbPz52xXOVDxERr0/bLZySJlAkUcK0NQ0lbYSkWXOaZjCQs0lMXSrA2vHbO5sSFD7x0bZtScoyxrKlpHkKlmdJmgajWRLkbJLI7aYEoDYvHrsuIZL8hHOMFvMM83kYkXa/vXQF9QQY6m3Z/k6pjzONncgJIUeZgYNqVBkUaYayvhiR11kKrYFEgXYl51D4+NEVYiykJsAZcPkDVa87IiHm1fJiC5OzlJ0dtyMHi6DQIWHgnMw/3ttwTKL5oyzgGmYAdAwLK8i61vXuRYBl0HxhGGa7LW0KpHdv7QoD1RYPbsSIB3NDCMnIBOgcBCxSRpdm0HGwOO3DP8zM+4db0hAU1duAAABD06wUYAVQIRpCrFkgAMhiRbTvXTCozSbvA0jZBSNUU01fhQB06Z1pgKbLgDoN0OuWqe+SeBX4a6eaZjPJQR8LIeaEYpohAGjYVKyZ3HmZyb7S2vGaxzL7HS3SjMuqZQZCzrRAO8/zH9CXF4bE21/v7Tzbr1kf+77c2tlQjGCwCUXXoiAKM2jNCB/9LnX3e5WBl/YS7wCRAJD6IJcf5VVfQMPIMODRHpxDuTZr2c3YBQOpRgGHBKjn14cN8bEbFD4iIgcIAEV5eDgEn1gCQFXy9wDVl0Vwte+h9Xp/s/EXO2+xmHtQ3OvF9y1/HxvgAB6u7G8NUO324+kFm9CxJkADjKu+afK8C0HWbRsECLx1rkbjG1WyYpOuP55aZfP94N7dGH2EQRQ/eeYDXzUEHWtNOvCvG8ORbTqT/Jh9m4X5/bwpU/CXCVJdTbfLNnbvbWfCLW/ORvyaLzyuRebDWl0EB+jb6eFhOrXLuvpxKDL4OQVKKe3e6PnlbbMDcLEOwIsPXrV/Wb/0/Nvr9nXkpNXlbvnb2a+q4qTS6W06vdZptZ7O5YnfXQb0tUZjPlmtro2Hc61Wqw/zK4JR5XKl0Wi21dV1dTWpwZlqaXg/9X+YhypQYKT3x0AYBoNa9/6+e39/aAyGDiHLsqRIvwKBKuKoXo2KvDxaGmX19nCp5oo8zc03lCxXrvJ2Xsirw6EKlCyXTnWVG+V9frpc9uW8PD3mxvl9/lDnfX7IuVEW9UJRr/N7UeTG+VKvl90ix7KqWd9Zx3/jCPwbWfgn9PN/xD+LfwHCMCQiHu8RrAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-size:cover;border-radius:2px;box-shadow:0 0 0 1px #0000001a;position:relative;overflow:hidden;text-indent:-9999px;vertical-align:middle}.country-flag.flag-small{width:16px;height:12px;margin-right:4px}.country-flag.flag-medium{width:20px;height:15px;margin-right:6px}.country-flag.flag-large{width:24px;height:18px;margin-right:8px}.country-flag.flag-unknown{background-image:none;box-shadow:none;text-indent:0}.country-flag.flag-fr{background-position:0 0}.country-flag.flag-be{background-position:-20px 0}.country-flag.flag-ch{background-position:-40px 0}.country-flag.flag-ca{background-position:-60px 0}.country-flag.flag-ma{background-position:-80px 0}.country-flag.flag-dz{background-position:-100px 0}.country-flag.flag-tn{background-position:-120px 0}.country-flag.flag-sn{background-position:-140px 0}.country-flag.flag-ci{background-position:-160px 0}.country-flag.flag-cm{background-position:-180px 0}.country-flag.flag-ml{background-position:0 -15px}.country-flag.flag-cg{background-position:-20px -15px}.country-flag.flag-cd{background-position:-40px -15px}.country-flag.flag-mg{background-position:-60px -15px}.country-flag.flag-ht{background-position:-80px -15px}.country-flag.flag-ne{background-position:-100px -15px}.country-flag.flag-gn{background-position:-120px -15px}.country-flag.flag-ga{background-position:-140px -15px}.country-flag.flag-it{background-position:-160px -15px}.country-flag.flag-es{background-position:-180px -15px}.country-flag.flag-de{background-position:0 -30px}.country-flag.flag-gb{background-position:-20px -30px}.country-flag.flag-nl{background-position:-40px -30px}.country-flag.flag-us{background-position:-60px -30px}.country-flag.flag-br{background-position:-80px -30px}.country-flag.flag-ar{background-position:-100px -30px}.country-flag.flag-mx{background-position:-120px -30px}.country-flag.flag-cn{background-position:-140px -30px}.country-flag.flag-jp{background-position:-160px -30px}.country-flag.flag-kr{background-position:-180px -30px}.country-flag.flag-in{background-position:0 -45px}.country-flag.flag-au{background-position:-20px -45px}.country-flag.flag-nz{background-position:-40px -45px}:root{--dark-green-1: #0A5C25;--dark-green-2: #0D732F;--dark-green-3: #0F8A38;--dark-green-4: #12A141;--dark-green-5: #006622;--dark-green-6: #226600;--dark-green-7: #08451C;--dark-green-8: #339900;--light-green-1: #E8FCEF;--light-green-2: #D1FADF;--light-green-3: #BAF7CF;--light-green-4: #A3F5BE;--light-green-5: #DDFFCC;--light-green-6: #E2F0DB;--dark-purple-1: #410A5C;--dark-purple-2: #410A5C;--dark-purple-3: #610F8A;--dark-purple-4: #7112A1;--dark-purple-5: #440066;--light-purple-1: #F6E8FC;--light-purple-2: #ECD1FA;--light-purple-3: #E3BAF7;--light-purple-4: #DAA3F5;--light-purple-5: #F6E5FF;--light-purple-6: #FBF5FF;--orange: #E5801A;--dark-yellow-1: #EBEB47;--dark-yellow-1-rgb: 235, 235, 71;--light-yellow-1: #FCFCE8;--light-yellow-2: #FAFAD1;--light-yellow-3: #F9F9D2;--light-yellow-4: #F5F5A3;--error: #DC2626;--error-rgb: 220, 38, 38;--error-light: #FEE2E2;--error-light-rgb: 254, 226, 226;--error-dark: #B91C1C;--error-dark-rgb: 185, 28, 28;--leaf-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23084520' d='M128 26a102 102 0 1 0 102 102A102.12 102.12 0 0 0 128 26Zm0 192a90 90 0 1 1 90-90a90.1 90.1 0 0 1-90 90Zm38-92.5l-64 32a6 6 0 0 1-5.33-10.77L144 125.5l-47.33-23.23a6 6 0 0 1 5.33-10.77l64 32a6 6 0 0 1 0 10.77Z' opacity='0.2'/%3E%3C/svg%3E");--section-max-width: 1440px;--section-padding: 24px;--section-padding-mobile: 16px;--color-text-primary: #1C1C1C;--navbar-height: 80px;--navbar-height-laptop: 72px;--navbar-height-tablet: 68px;--navbar-height-mobile: 64px;--navbar-height-small: 60px;--navbar-padding: 24px;--navbar-padding-mobile: 16px}::-webkit-scrollbar{width:12px;height:12px;background-color:var(--light-yellow-1)}::-webkit-scrollbar-track{background-color:var(--light-yellow-1);border-radius:6px}::-webkit-scrollbar-thumb{background:var(--dark-yellow-1);border:3px solid var(--light-yellow-1);border-radius:6px;transition:all .2s ease}::-webkit-scrollbar-thumb:hover{background:var(--dark-yellow-2)}*{scrollbar-width:thin;scrollbar-color:var(--dark-yellow-1) var(--light-yellow-1)}.product-container,.reviews-carousel,.brands-carousel{scrollbar-width:none}.product-container::-webkit-scrollbar,.reviews-carousel::-webkit-scrollbar,.brands-carousel::-webkit-scrollbar{display:none}@layer base{:root{--background: 0 0% 100%;--foreground: 0 0% 3.9%;--card: 0 0% 100%;--card-foreground: 0 0% 3.9%;--popover: 0 0% 100%;--popover-foreground: 0 0% 3.9%;--primary: 0 0% 9%;--primary-foreground: 0 0% 98%;--secondary: 0 0% 96.1%;--secondary-foreground: 0 0% 9%;--muted: 0 0% 96.1%;--muted-foreground: 0 0% 45.1%;--accent: 0 0% 96.1%;--accent-foreground: 0 0% 9%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 0 0% 89.8%;--input: 0 0% 89.8%;--ring: 0 0% 3.9%;--chart-1: 12 76% 61%;--chart-2: 173 58% 39%;--chart-3: 197 37% 24%;--chart-4: 43 74% 66%;--chart-5: 27 87% 67%;--radius: .5rem}.dark{--background: 0 0% 3.9%;--foreground: 0 0% 98%;--card: 0 0% 3.9%;--card-foreground: 0 0% 98%;--popover: 0 0% 3.9%;--popover-foreground: 0 0% 98%;--primary: 0 0% 98%;--primary-foreground: 0 0% 9%;--secondary: 0 0% 14.9%;--secondary-foreground: 0 0% 98%;--muted: 0 0% 14.9%;--muted-foreground: 0 0% 63.9%;--accent: 0 0% 14.9%;--accent-foreground: 0 0% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 0% 98%;--border: 0 0% 14.9%;--input: 0 0% 14.9%;--ring: 0 0% 83.1%;--chart-1: 220 70% 50%;--chart-2: 160 60% 45%;--chart-3: 30 80% 55%;--chart-4: 280 65% 60%;--chart-5: 340 75% 55%}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}}:root{--logo-green: #0A5C26;--logo-green-rgb: 10, 92, 38;--logo-lime: #AACC00;--logo-lime-soft: rgba(170, 204, 0, .2);--logo-lime-softer: rgba(170, 204, 0, .15);--dark-green-2: #0B6E2E;--dark-green-3: #0D7F34;--dark-green-6: #0F8F3A;--dark-green-6-rgb: 15, 143, 58;--dark-green-7: #064018;--dark-green-7-rgb: 6, 64, 24;--dark-green-soft: rgba(10, 92, 38, .85);--light-green-6: #F0F8E8;--light-lime: #E1EAC0;--dark-yellow-1: #EBEB47;--light-yellow-1: #FFFBE6;--neutral-100: #F8F7F5;--neutral-200: #F0EFED;--neutral-300: #E5E4E2;--neutral-600: #8A8884;--text-primary: #1C1C1C;--text-secondary: #505050;--border-light: rgba(10, 92, 38, .1);--border-medium: rgba(10, 92, 38, .2);--radius-full: 9999px;--radius-large: 16px;--radius-medium: 12px;--radius-small: 8px;--sidebar-width: 320px;--checkout-sidebar-width: 380px;--checkout-main-width: calc(100% - 420px) }.checkout-page{position:relative;background-color:var(--light-yellow-1);min-height:100vh;width:100vw;color:var(--text-primary);font-family:var(--font-family, "Inter", sans-serif);display:flex;flex-direction:column}.checkout-page .page-container{width:100%;display:flex;flex-direction:column;align-items:center;padding-top:80px;padding-bottom:80px;background-color:#ffffff80}.checkout-page .checkout-header{display:none}.checkout-page .checkout-content{display:flex;position:relative;justify-content:space-between;align-items:flex-start;gap:2rem;width:100%;max-width:1280px;margin:0 auto 2rem}@media (max-width: 992px){.checkout-page .checkout-content{flex-direction:column;gap:1.5rem;padding:0 1rem}}@media (max-width: 576px){.checkout-page .checkout-content{padding:0 .5rem;gap:1rem}}.checkout-page .checkout-content .checkout-main{flex:0 0 var(--checkout-main-width);width:var(--checkout-main-width);border-radius:var(--radius-large);border:1px solid rgba(170,204,0,.4);overflow:hidden}@media (max-width: 992px){.checkout-page .checkout-content .checkout-main{flex:0 0 100%;width:100%;order:2}}.checkout-page .checkout-content .checkout-main .checkout-section-header{display:flex;color:var(--dark-green-6);padding:1rem;background:linear-gradient(135deg,#fffdebe6,#ebeb4733);border-bottom:1px solid rgba(170,204,0,.2);gap:.5rem}.checkout-page .checkout-content .checkout-main .checkout-section-header svg{height:2rem}.checkout-page .checkout-content .checkout-main .checkout-section-header h2{font-size:1.5rem;font-weight:500;color:var(--dark-green-7);margin:0}.checkout-page .checkout-content .checkout-main .checkout-section-body{padding:1.5rem;background-color:#fffbe633}.checkout-page .checkout-content .checkout-main .cart-items .checkout-section-header,.checkout-page .checkout-content .checkout-main .shipping-form .checkout-section-header,.checkout-page .checkout-content .checkout-main .payment-form .checkout-section-header{padding:1.5rem;background:linear-gradient(to bottom,#fffbe6b3,#fffbe666);border-bottom:1px solid rgba(170,204,0,.2)}.checkout-page .checkout-content .checkout-main .cart-items .checkout-section-body,.checkout-page .checkout-content .checkout-main .shipping-form .checkout-section-body,.checkout-page .checkout-content .checkout-main .payment-form .checkout-section-body{padding:1.5rem;background-color:#fffbe633}.checkout-page .checkout-content .checkout-main .cart-items form,.checkout-page .checkout-content .checkout-main .shipping-form form,.checkout-page .checkout-content .checkout-main .payment-form form{padding:1.5rem}@media (max-width: 768px){.checkout-page .checkout-content .checkout-main{padding:0}}.checkout-page .checkout-content .checkout-sidebar{flex:0 0 var(--checkout-sidebar-width);width:var(--checkout-sidebar-width);position:sticky;top:180px;align-self:flex-start}@media (max-width: 992px){.checkout-page .checkout-content .checkout-sidebar{flex:0 0 100%;width:100%;position:relative;top:0;order:1}}.checkout-page .checkout-content .checkout-sidebar .sidebar-content{box-shadow:0 4px 12px #00000008}.checkout-page .checkout-content .checkout-sidebar .cart-summary{background-color:#fff9;border-radius:var(--radius-large);border:1px solid rgba(170,204,0,.4);overflow:hidden;margin-bottom:20px}.checkout-page .checkout-content .checkout-sidebar .cart-summary .shipping-info-panel{margin:0;background-color:#fffbe699;border-radius:0;padding:1rem;border-top:1px solid rgba(170,204,0,.2);border-left:none;border-right:none;border-bottom:none}.checkout-page .checkout-content .checkout-sidebar .cart-summary .shipping-info-panel h3{font-size:.95rem;font-weight:500;color:var(--dark-green-7);margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:1px dashed rgba(10,92,38,.1)}.checkout-page .checkout-content .checkout-sidebar .cart-summary .shipping-info-panel .info-row{padding:.5rem 0;margin-bottom:.5rem}.checkout-page .checkout-content .checkout-sidebar .cart-summary .shipping-info-panel .info-row:last-child{margin-bottom:0}.checkout-page .checkout-content .checkout-sidebar .cart-summary .shipping-info-panel .info-row svg{color:var(--logo-green)}.checkout-page .checkout-content .checkout-sidebar .cart-summary .shipping-info-panel .info-row div p{font-weight:500;color:var(--dark-green-7)}.checkout-page .checkout-content .checkout-sidebar .summary-card,.checkout-page .checkout-content .checkout-sidebar .order-summary{background-color:#fff9;border-radius:var(--radius-large);border:1px solid rgba(170,204,0,.4);overflow:hidden}.checkout-page .checkout-content .checkout-sidebar .summary-card .summary-header,.checkout-page .checkout-content .checkout-sidebar .order-summary .summary-header{padding:1rem;background:linear-gradient(135deg,#fffdebe6,#ebeb4733);border-bottom:1px solid rgba(170,204,0,.2)}.checkout-page .checkout-content .checkout-sidebar .summary-card .summary-header h3,.checkout-page .checkout-content .checkout-sidebar .order-summary .summary-header h3{font-size:1rem;font-weight:500;color:var(--dark-green-7);margin:0;font-family:Chillax,sans-serif}.checkout-page .checkout-content .checkout-sidebar .summary-card .summary-body,.checkout-page .checkout-content .checkout-sidebar .order-summary .summary-body{padding:1rem}@media (max-width: 992px){.checkout-page .checkout-content .checkout-sidebar .summary-card,.checkout-page .checkout-content .checkout-sidebar .order-summary{margin-bottom:20px}}.checkout-page .checkout-content.confirmation{padding-right:0}.checkout-page .checkout-content.confirmation .checkout-main{margin-right:0;max-width:800px}.checkout-page .cart-items{margin-bottom:1.5rem}.checkout-page .cart-items .cart-item{display:flex;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border-light)}.checkout-page .cart-items .cart-item:last-child{border-bottom:none}.checkout-page .cart-items .cart-item .item-image{width:60px;height:60px;border-radius:var(--radius-small);overflow:hidden;margin-right:1rem;border:1px solid var(--border-light);background-color:#fff;display:flex;align-items:center;justify-content:center}.checkout-page .cart-items .cart-item .item-image img{width:80%;height:80%;object-fit:contain}.checkout-page .cart-items .cart-item .item-details{flex:1}.checkout-page .cart-items .cart-item .item-details h4{font-size:.95rem;font-weight:500;color:var(--text-primary);margin:0 0 .25rem}.checkout-page .cart-items .cart-item .item-details .item-variant{font-size:.85rem;color:var(--text-secondary);margin:0}.checkout-page .shipping-info-panel{margin-top:1rem;background-color:var(--light-lime);border-radius:var(--radius-medium);padding:.75rem}.checkout-page .shipping-info-panel h3{font-size:.9rem;font-weight:500;color:var(--dark-green-7);margin:0 0 .75rem}.checkout-page .shipping-info-panel .info-row{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px dashed rgba(10,92,38,.1)}.checkout-page .shipping-info-panel .info-row:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.checkout-page .shipping-info-panel .info-row svg{color:var(--logo-green);margin-top:.1rem}.checkout-page .shipping-info-panel .info-row div span{font-size:.75rem;color:var(--text-secondary);display:block;margin-bottom:.1rem}.checkout-page .shipping-info-panel .info-row div p{margin:0;font-size:.85rem;font-weight:500;color:var(--dark-green-7)}.checkout-page .confirmation-container{background-color:#fff9;border-radius:var(--radius-large);border:1px solid rgba(170,204,0,.4);overflow:hidden;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;box-shadow:0 4px 12px #00000008}.checkout-page .confirmation-container .confirmation-header{padding:2.5rem 2rem 2rem;background:linear-gradient(to bottom,#fffbe6cc,#fffbe680);border-bottom:1px solid rgba(170,204,0,.2);text-align:center}.checkout-page .confirmation-container .confirmation-header .confirmation-icon{margin:0 auto 1.5rem;padding:12px;width:90px;height:90px;border-radius:50%;background-color:#4caf501a;display:flex;align-items:center;justify-content:center;border:1px solid rgba(76,175,80,.2);box-shadow:0 4px 12px #4caf5026;color:var(--logo-green)}.checkout-page .confirmation-container .confirmation-header h2{font-size:1.75rem;font-weight:600;color:var(--dark-green-7);margin-bottom:1rem}.checkout-page .confirmation-container .confirmation-header .thank-you-message{font-size:1.1rem;color:var(--dark-green-6);margin:0 auto;line-height:1.5;max-width:500px}.checkout-page .confirmation-container .confirmation-header .thank-you-message strong{font-weight:600;color:var(--dark-green-7)}.checkout-page .confirmation-container .confirmation-body{padding:2rem;background-color:#fffbe633}@media screen and (max-width: 768px){.checkout-page .confirmation-container{margin-top:0;padding-bottom:0}}.checkout-page .order-confirmation{text-align:center;max-width:700px;margin:0 auto}.checkout-page .order-confirmation .order-details{margin:2.5rem auto}.checkout-page .order-confirmation .order-details .order-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width: 768px){.checkout-page .order-confirmation .order-details .order-info-grid{grid-template-columns:1fr}}.checkout-page .order-confirmation .order-details .order-info-grid .order-info-item{background-color:#fff;border-radius:var(--radius-medium);padding:1rem;border:1px solid rgba(170,204,0,.15);display:flex;flex-direction:column;gap:.5rem;box-shadow:0 2px 6px rgba(var(--dark-green-7-rgb),.02)}.checkout-page .order-confirmation .order-details .order-info-grid .order-info-item .order-info-label{font-size:.85rem;color:var(--dark-green-6);display:flex;align-items:center;gap:.5rem}.checkout-page .order-confirmation .order-details .order-info-grid .order-info-item .order-info-label svg{color:var(--logo-green)}.checkout-page .order-confirmation .order-details .order-info-grid .order-info-item .order-info-value{font-size:1.1rem;font-weight:600;color:var(--dark-green-7)}.checkout-page .order-confirmation .order-summary{background-color:#fffbe64d;border-radius:var(--radius-medium);padding:1.5rem;margin-bottom:2.5rem;border:1px solid rgba(170,204,0,.2);text-align:left}.checkout-page .order-confirmation .order-summary h3{font-size:1.25rem;font-weight:500;color:var(--dark-green-7);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid rgba(170,204,0,.2)}.checkout-page .order-confirmation .order-summary .order-items{margin-bottom:1.5rem}.checkout-page .order-confirmation .order-summary .order-items .order-item{display:flex;align-items:center;padding:1rem;margin-bottom:1rem;background-color:#fff;border-radius:var(--radius-medium);border:1px solid rgba(170,204,0,.1);box-shadow:0 2px 6px rgba(var(--dark-green-7-rgb),.02)}.checkout-page .order-confirmation .order-summary .order-items .order-item:last-child{margin-bottom:0}.checkout-page .order-confirmation .order-summary .order-items .order-item .item-image{width:70px;height:70px;border-radius:var(--radius-small);overflow:hidden;margin-right:1rem;border:1px solid rgba(170,204,0,.1);background-color:#fff;display:flex;align-items:center;justify-content:center}.checkout-page .order-confirmation .order-summary .order-items .order-item .item-image img{width:85%;height:85%;object-fit:contain}.checkout-page .order-confirmation .order-summary .order-items .order-item .item-details{flex:1}.checkout-page .order-confirmation .order-summary .order-items .order-item .item-details h4{font-size:1rem;font-weight:500;color:var(--dark-green-7);margin:0 0 .5rem}.checkout-page .order-confirmation .order-summary .order-items .order-item .item-details .item-meta{display:flex;flex-wrap:wrap;justify-content:space-between}.checkout-page .order-confirmation .order-summary .order-items .order-item .item-details .item-meta .item-variant{font-size:.85rem;color:var(--dark-green-6)}.checkout-page .order-confirmation .order-summary .order-items .order-item .item-details .item-meta .item-price-row{display:flex;align-items:center;gap:1rem}.checkout-page .order-confirmation .order-summary .order-items .order-item .item-details .item-meta .item-price-row .item-quantity{font-size:.85rem;color:var(--dark-green-6)}.checkout-page .order-confirmation .order-summary .order-items .order-item .item-details .item-meta .item-price-row .item-price{font-weight:500;color:var(--dark-green-7)}.checkout-page .order-confirmation .order-summary .order-items .order-item .item-total{font-weight:600;color:var(--logo-green);margin-left:1rem}@media (max-width: 768px){.checkout-page .order-confirmation .order-summary .order-items .order-item{flex-wrap:wrap}.checkout-page .order-confirmation .order-summary .order-items .order-item .item-image{margin-right:.75rem}.checkout-page .order-confirmation .order-summary .order-items .order-item .item-details{flex:1;min-width:60%}.checkout-page .order-confirmation .order-summary .order-items .order-item .item-total{margin-top:.75rem;margin-left:auto}}.checkout-page .order-confirmation .order-summary .order-totals{background-color:#fff;border-radius:var(--radius-medium);padding:1.25rem;border:1px solid rgba(170,204,0,.1)}.checkout-page .order-confirmation .order-summary .order-totals .totals-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.95rem;color:var(--dark-green-6)}.checkout-page .order-confirmation .order-summary .order-totals .totals-row.total{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(170,204,0,.2);font-size:1.15rem;font-weight:600;color:var(--dark-green-7)}.checkout-page .order-confirmation .order-summary .order-totals .totals-row.total span:last-child{color:var(--logo-green)}.checkout-page .order-confirmation .confirmation-actions{display:flex;justify-content:center;gap:1.5rem;margin-top:2rem}.checkout-page .order-confirmation .confirmation-actions button{min-width:200px}@media (max-width: 768px){.checkout-page .order-confirmation .confirmation-actions button{min-width:auto}}@media screen and (max-width: 768px){.checkout-page .order-confirmation .confirmation-actions{margin-bottom:1.5rem}}.checkout-page .btn-primary{background-color:var(--logo-lime);color:var(--dark-green-7);border:none;padding:.75rem 1.5rem;font-weight:500;border-radius:var(--radius-full);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;justify-content:center}.checkout-page .btn-primary svg{color:var(--dark-green-7);--phosphor-color: var(--dark-green-7);--phosphor-color-secondary: rgba(6, 64, 24, .7)}.checkout-page .btn-primary:hover{background-color:#95b300;transform:translateY(-2px);box-shadow:0 4px 8px rgba(var(--dark-green-7-rgb),.2)}.checkout-page .btn-primary:active{transform:translateY(0);background-color:#809900;box-shadow:0 2px 4px rgba(var(--dark-green-7-rgb),.1)}.checkout-page .btn-secondary{background-color:#fff;color:var(--dark-green-7);border:1px solid rgba(170,204,0,.4);padding:.75rem 1.5rem;font-weight:500;border-radius:var(--radius-full);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;justify-content:center}.checkout-page .btn-secondary svg{color:var(--dark-green-6);--phosphor-color: var(--dark-green-6);--phosphor-color-secondary: rgba(var(--dark-green-6-rgb), .3)}.checkout-page .btn-secondary:hover{background-color:#fffbe680;transform:translateY(-2px);box-shadow:0 4px 8px rgba(var(--dark-green-7-rgb),.1);border-color:var(--logo-lime)}.checkout-page .btn-secondary:active{transform:translateY(0);background-color:#fffbe6cc;box-shadow:0 2px 4px rgba(var(--dark-green-7-rgb),.05)}.checkout-page .checkout-actions{display:flex;justify-content:space-between}.checkout-page .checkout-actions button,.checkout-page .checkout-actions .spacer{min-width:160px}@media screen and (max-width: 480px){.checkout-page .checkout-actions{flex-direction:column;gap:1rem}.checkout-page .checkout-actions button{width:100%}.checkout-page .checkout-actions .spacer{display:none}}.checkout-page .form-row{display:flex;gap:.5rem}.checkout-page .form-row .form-group{flex:1}@media (max-width: 768px){.checkout-page .form-row{flex-direction:column;gap:.75rem}}.checkout-page .form-group label{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem;font-size:.85rem;color:var(--text-secondary);font-weight:400}.checkout-page .form-group label svg{color:var(--logo-green);opacity:.7}.checkout-page .form-group input,.checkout-page .form-group select,.checkout-page .form-group textarea{width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:500;color:var(--dark-green-7);border:1px solid rgba(170,204,0,.3);border-radius:var(--radius-small);background-color:#fff;transition:all .2s ease}.checkout-page .form-group input:focus,.checkout-page .form-group select:focus,.checkout-page .form-group textarea:focus{outline:none;border-color:var(--logo-lime);box-shadow:0 0 0 2px #ac03}.checkout-page .form-group .checkbox-container{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.checkout-page .form-group .checkbox-container input[type=checkbox]{width:auto}.checkout-page .form-group .checkbox-container label{margin-bottom:0}.checkout-page .form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230A5C26' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1em;cursor:pointer;border:1px solid rgba(170,204,0,.3);border-radius:var(--radius-small);transition:all .2s ease}.checkout-page .form-group select:hover{border-color:#aacc0080;background-color:#fffffff2}.checkout-page .form-group select:focus{outline:none;border-color:var(--logo-lime);box-shadow:0 0 0 2px #ac03}.checkout-page .form-group select:disabled{background-color:var(--neutral-200);border-color:var(--neutral-300);color:var(--neutral-600);cursor:not-allowed}.checkout-page .order-details-card{background-color:#fffbe64d;border-radius:var(--radius-medium);padding:1.25rem;margin:2rem 0;border:1px solid rgba(170,204,0,.25)}.checkout-page .order-details-card .order-info-rows{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}@media screen and (max-width: 480px){.checkout-page .order-details-card .order-info-rows{flex-direction:column;gap:.75rem}}.checkout-page .order-details-card .order-info-rows .order-info-item{flex:1;min-width:150px;display:flex;align-items:flex-start;gap:.75rem;padding:.85rem;background-color:#fff;border-radius:var(--radius-small);border:1px solid rgba(170,204,0,.2);box-shadow:0 2px 6px rgba(var(--dark-green-7-rgb),.04)}.checkout-page .order-details-card .order-info-rows .order-info-item .info-content{display:flex;flex-direction:column;gap:.25rem}.checkout-page .order-details-card .order-info-rows .order-info-item .info-content .info-label{font-size:.85rem;color:var(--dark-green-6);font-weight:500}.checkout-page .order-details-card .order-info-rows .order-info-item .info-content .info-value{font-weight:600;font-size:1rem;color:var(--dark-green-7)}.checkout-page .confirmation-message{margin-bottom:2rem;text-align:center}.checkout-page .confirmation-message p{margin:0 0 .5rem;color:var(--dark-green-6);font-size:1.05rem;line-height:1.6}.checkout-page .confirmation-message p strong{color:var(--dark-green-7);font-weight:600}.checkout-page .order-summary-section{background-color:#fffbe64d;border-radius:var(--radius-medium);padding:1.5rem;margin-bottom:2rem;border:1px solid rgba(170,204,0,.25);text-align:left}.checkout-page .order-summary-section h3{font-size:1.25rem;font-weight:500;color:var(--dark-green-7);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid rgba(170,204,0,.2)}.checkout-page .order-summary-section .order-items-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.checkout-page .order-summary-section .order-items-list .summary-item{display:flex;align-items:center;background-color:#fff;border-radius:var(--radius-small);padding:.75rem;border:1px solid rgba(170,204,0,.1);box-shadow:0 2px 6px rgba(var(--dark-green-7-rgb),.04)}@media screen and (max-width: 480px){.checkout-page .order-summary-section .order-items-list .summary-item{flex-wrap:wrap}}.checkout-page .order-summary-section .order-items-list .summary-item .item-image{width:60px;height:60px;border-radius:var(--radius-small);overflow:hidden;margin-right:1rem;border:1px solid rgba(170,204,0,.1)}.checkout-page .order-summary-section .order-items-list .summary-item .item-image img{width:100%;height:100%;object-fit:cover}.checkout-page .order-summary-section .order-items-list .summary-item .item-details{flex:1}.checkout-page .order-summary-section .order-items-list .summary-item .item-details h4{font-size:.95rem;font-weight:500;margin:0 0 .25rem;color:var(--dark-green-7)}.checkout-page .order-summary-section .order-items-list .summary-item .item-details .item-meta{display:flex;justify-content:space-between;flex-wrap:wrap}@media screen and (max-width: 480px){.checkout-page .order-summary-section .order-items-list .summary-item .item-details .item-meta{flex-direction:column;gap:.25rem}}.checkout-page .order-summary-section .order-items-list .summary-item .item-details .item-meta .item-variant{font-size:.85rem;color:var(--dark-green-6);margin-bottom:.5rem}.checkout-page .order-summary-section .order-items-list .summary-item .item-details .item-meta .item-price-row{display:flex;justify-content:space-between;width:100%}.checkout-page .order-summary-section .order-items-list .summary-item .item-details .item-meta .item-price-row .item-quantity{font-size:.85rem;color:var(--dark-green-6)}.checkout-page .order-summary-section .order-items-list .summary-item .item-details .item-meta .item-price-row .item-price{font-weight:600;color:var(--dark-green-7)}.checkout-page .order-summary-section .order-totals{background-color:#fff;border-radius:var(--radius-small);padding:1.25rem;border:1px solid rgba(170,204,0,.1);box-shadow:0 2px 6px rgba(var(--dark-green-7-rgb),.04)}.checkout-page .order-summary-section .order-totals .total-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.95rem;color:var(--dark-green-6)}.checkout-page .order-summary-section .order-totals .total-row.grand-total{margin-top:.5rem;padding-top:.75rem;border-top:1px solid rgba(170,204,0,.2);font-weight:600;font-size:1.1rem}.checkout-content.confirmation+.mobile-bottom-nav{display:none}[weight=duotone]{color:var(--logo-lime)!important;opacity:1}.checkout-steps{display:flex;align-items:center;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.checkout-steps .step{display:flex;align-items:center;padding:.5rem 1rem;margin:.5rem 0;color:var(--dark-green-6);transition:all .3s ease}.checkout-steps .step .step-icon{margin-right:.5rem;display:flex;align-items:center;justify-content:center;color:var(--logo-lime)}.checkout-steps .step .step-text{font-weight:500}.checkout-steps .step.active{color:var(--dark-green-7);font-weight:600}.checkout-steps .step.active .step-icon{color:var(--logo-lime)}.checkout-steps .step.completed{color:var(--dark-green-6)}.checkout-steps .step.completed .step-icon{color:var(--logo-lime)}.checkout-steps .step-divider{margin:0 .5rem;color:var(--border-light);display:flex;align-items:center}@media (max-width: 768px){.checkout-steps .step-text{font-size:.85rem}.checkout-steps .step{padding:.3rem .5rem}.checkout-steps .step-divider{margin:0 .2rem}}.checkout-page .checkout-main,.checkout-page .checkout-sidebar,.checkout-page .confirmation-container{overflow:hidden;box-shadow:none}.checkout-page .checkout-section-header,.checkout-page .confirmation-header{background:linear-gradient(135deg,#fffdebe6,#ebeb4733);border-bottom:1px solid rgba(170,204,0,.2);padding:15px 20px;font-weight:500}.checkout-page .checkout-section-body,.checkout-page .confirmation-body{background-color:#fffdebcc;padding:20px}.shipping-options{margin-top:1.5rem;margin-bottom:1.5rem}.shipping-options h3{font-size:1rem;font-weight:500;color:var(--dark-green-7);margin-bottom:1rem}.shipping-options .shipping-option{margin-bottom:1rem;position:relative}.shipping-options .shipping-option:last-child{margin-bottom:0}.shipping-options .shipping-option input[type=radio]{position:absolute;opacity:0;width:0;height:0}.shipping-options .shipping-option input[type=radio]:checked+label{background-color:#aacc0026;border-color:var(--logo-lime)}.shipping-options .shipping-option label{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid rgba(10,92,38,.1);border-radius:var(--radius-medium);background-color:#fff;cursor:pointer;transition:all .2s ease}.shipping-options .shipping-option label:hover{background-color:#aacc000d}.shipping-options .shipping-option label .option-info{display:flex;flex-direction:column}.shipping-options .shipping-option label .option-info .option-name{font-weight:500;color:var(--dark-green-7);margin-bottom:.25rem}.shipping-options .shipping-option label .option-info .option-description{font-size:.85rem;color:var(--text-secondary)}.shipping-options .shipping-option label .option-price{font-weight:600;color:var(--logo-green)}.contact-form form,.payment-shipping-form form,.recap-form form{display:flex;flex-direction:column;gap:1.5rem;padding:1rem;background-color:#ffffff4d;border-radius:8px}.contact-form .shipping-checkbox,.payment-shipping-form .shipping-checkbox,.recap-form .shipping-checkbox{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.contact-form .shipping-checkbox input[type=checkbox],.payment-shipping-form .shipping-checkbox input[type=checkbox],.recap-form .shipping-checkbox input[type=checkbox]{width:fit-content;margin-right:.5rem}.contact-form .shipping-checkbox label,.payment-shipping-form .shipping-checkbox label,.recap-form .shipping-checkbox label{margin:0}.contact-form .shipping-address-section,.payment-shipping-form .shipping-address-section,.recap-form .shipping-address-section{background-color:var(--color-light-background);border-radius:8px}.payment-shipping-form .options-section,.payment-shipping-form .shipping-options,.payment-shipping-form .payment-options{margin-bottom:1.5rem}.payment-shipping-form .shipping-options h3,.payment-shipping-form .payment-options h3{font-size:1rem;font-weight:500;color:var(--dark-green-7);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.payment-shipping-form .shipping-options h3 svg,.payment-shipping-form .payment-options h3 svg{color:var(--logo-green)}.payment-shipping-form .shipping-options .options-row,.payment-shipping-form .payment-options .options-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.payment-shipping-form .shipping-options .options-row .shipping-option,.payment-shipping-form .shipping-options .options-row .payment-option,.payment-shipping-form .payment-options .options-row .shipping-option,.payment-shipping-form .payment-options .options-row .payment-option{flex:1;min-width:200px;margin-bottom:0}.payment-shipping-form .shipping-options .options-row:last-child,.payment-shipping-form .payment-options .options-row:last-child{gap:.5rem}.payment-shipping-form .shipping-options .options-row:last-child .payment-option label,.payment-shipping-form .payment-options .options-row:last-child .payment-option label{display:flex;flex-direction:column-reverse;gap:.5rem;justify-content:flex-end;align-items:flex-start}@media (max-width: 992px){.payment-shipping-form .shipping-options .options-row,.payment-shipping-form .payment-options .options-row{flex-direction:column}.payment-shipping-form .shipping-options .options-row .shipping-option,.payment-shipping-form .shipping-options .options-row .payment-option,.payment-shipping-form .payment-options .options-row .shipping-option,.payment-shipping-form .payment-options .options-row .payment-option{width:100%;margin-bottom:1rem}}.payment-shipping-form .shipping-options .payment-row .payment-option,.payment-shipping-form .payment-options .payment-row .payment-option{max-width:calc(25% - .75rem)}@media (max-width: 1200px){.payment-shipping-form .shipping-options .payment-row .payment-option,.payment-shipping-form .payment-options .payment-row .payment-option{max-width:calc(50% - .5rem)}}@media (max-width: 992px){.payment-shipping-form .shipping-options .payment-row .payment-option,.payment-shipping-form .payment-options .payment-row .payment-option{max-width:100%}}.payment-shipping-form .shipping-options .payment-row .payment-option .option-description,.payment-shipping-form .payment-options .payment-row .payment-option .option-description{font-size:.75rem}.payment-shipping-form .shipping-info-panel{margin-top:1rem;margin-bottom:1.5rem;background-color:var(--light-lime);border-radius:var(--radius-medium);padding:.75rem;border:1px solid rgba(170,204,0,.2)}.payment-shipping-form .shipping-info-panel h3{font-size:.9rem;font-weight:500;color:var(--dark-green-7);margin:0 0 .75rem}.payment-shipping-form .shipping-info-panel .info-row{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px dashed rgba(10,92,38,.1)}.payment-shipping-form .shipping-info-panel .info-row:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.payment-shipping-form .shipping-info-panel .info-row svg{color:var(--logo-green);margin-top:.1rem}.payment-shipping-form .shipping-info-panel .info-row div span{font-size:.75rem;color:var(--text-secondary);display:block;margin-bottom:.1rem}.payment-shipping-form .shipping-info-panel .info-row div p{margin:0;font-size:.85rem;font-weight:500;color:var(--dark-green-7)}.payment-shipping-form .shipping-option,.payment-shipping-form .payment-option{margin-bottom:1rem;position:relative}.payment-shipping-form .shipping-option:last-child,.payment-shipping-form .payment-option:last-child{margin-bottom:0}.payment-shipping-form .shipping-option input[type=radio],.payment-shipping-form .payment-option input[type=radio]{position:absolute;opacity:0;width:0;height:0}.payment-shipping-form .shipping-option input[type=radio]:checked+label,.payment-shipping-form .payment-option input[type=radio]:checked+label{background-color:#aacc0026;border-color:var(--logo-lime)}.payment-shipping-form .shipping-option label,.payment-shipping-form .payment-option label{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid rgba(10,92,38,.1);border-radius:var(--radius-medium);background-color:#fff;cursor:pointer;transition:all .2s ease;height:100%}.payment-shipping-form .shipping-option label:hover,.payment-shipping-form .payment-option label:hover{background-color:#aacc000d}.payment-shipping-form .shipping-option label .option-info,.payment-shipping-form .payment-option label .option-info{display:flex;flex-direction:column}.payment-shipping-form .shipping-option label .option-info .option-name,.payment-shipping-form .payment-option label .option-info .option-name{font-weight:500;color:var(--dark-green-7);margin-bottom:.25rem}.payment-shipping-form .shipping-option label .option-info .option-description,.payment-shipping-form .payment-option label .option-info .option-description{font-size:.85rem;color:var(--text-secondary)}.payment-shipping-form .shipping-option label .option-price,.payment-shipping-form .payment-option label .option-price{font-weight:600;color:var(--logo-green)}.payment-shipping-form .shipping-option label svg,.payment-shipping-form .payment-option label svg{color:var(--logo-green)}.recap-form .recap-section{margin-bottom:1.5rem}.recap-form .recap-section h3{font-size:1rem;font-weight:500;color:var(--dark-green-7);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.recap-form .recap-section h3 svg{color:var(--logo-green)}.recap-form .recap-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width: 768px){.recap-form .recap-info-grid{grid-template-columns:1fr}}.recap-form .recap-info-row{padding:.75rem;background-color:#fff;border-radius:var(--radius-medium);border:1px solid rgba(170,204,0,.2);box-shadow:0 2px 6px rgba(var(--dark-green-7-rgb),.02)}.recap-form .recap-info-row .info-label{display:block;font-size:.85rem;color:var(--dark-green-6);margin-bottom:.25rem}.recap-form .recap-info-row .info-value{font-weight:600;font-size:.95rem;color:var(--dark-green-7)}.recap-form .order-summary-compact{background-color:#fffbe64d;border-radius:var(--radius-medium);padding:1.5rem;margin:1.5rem 0;border:1px solid rgba(170,204,0,.2)}.recap-form .order-summary-compact h3{font-size:1rem;font-weight:500;color:var(--dark-green-7);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(170,204,0,.2);display:flex;align-items:center;gap:.5rem}.recap-form .order-summary-compact h3 svg{color:var(--logo-green)}.recap-form .order-summary-compact .summary-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.95rem;color:var(--dark-green-6)}.recap-form .order-summary-compact .summary-row.total{margin-top:.5rem;padding-top:.75rem;border-top:1px solid rgba(170,204,0,.2);font-size:1.1rem;font-weight:600;color:var(--dark-green-7)}.recap-form .order-summary-compact .summary-row.total .price{color:var(--logo-green);font-weight:700}.recap-form .order-summary-compact .summary-row .price{font-weight:500}.recap-form .confirm-btn{padding:.75rem 1.5rem;font-size:1rem;font-weight:500}.country-select{position:relative;padding:.75rem 1rem;background-color:#fff}.country-select:has(option:checked:not([value=""])){padding-left:36px!important}.country-select:has(option:checked:not([value=""])):before{content:attr(data-selected-flag);position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:1.2em}.country-select option{font-family:var(--font-family, "Inter", sans-serif);padding:8px 12px;position:relative}.country-select option:before{content:attr(data-flag);margin-right:8px}select#city{padding:.75rem 1rem;background-color:#fff}select#city:disabled{background-color:var(--neutral-200);cursor:not-allowed}select#city:disabled::placeholder{color:var(--neutral-600)}select.country-select:focus,select#city:focus{background-color:#fffbe680}select option{background-color:#fff;padding:10px 15px;font-size:.95rem;color:var(--dark-green-7)}select option:hover,select option:focus{background-color:var(--logo-lime-softer)}select option:checked{background-color:var(--logo-lime-soft);color:var(--dark-green-7);font-weight:500}.shipping-notice{font-size:.8rem;color:var(--dark-green-6);margin-top:.5rem;margin-bottom:.5rem;font-style:italic;padding:.6rem 1rem;background-color:#ffffffb3;border:1px solid rgba(235,235,71,.7);border-radius:var(--radius-full)}.shipping-notice svg{margin-right:.25rem;vertical-align:text-bottom}.expanded-view .expanded-details .expanded-actions{display:flex;justify-content:center;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.expanded-view .expanded-details .expanded-actions .view-article-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:#fffbe699;color:var(--dark-green-7);border:1px solid rgba(235,235,71,.4);border-radius:var(--radius-full);padding:.5rem 1rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s ease}.expanded-view .expanded-details .expanded-actions .view-article-btn:hover{background-color:#ebeb474d;transform:translateY(-2px)}.expanded-view .expanded-details .expanded-actions .edit-expanded-button{margin:0}.payment-details{margin-top:2rem;padding:1.5rem;background-color:#fff9;border-radius:var(--radius-medium);border:1px solid rgba(170,204,0,.2)}.payment-details h3{font-size:1rem;font-weight:500;color:var(--dark-green-7);margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.payment-details h3 svg{color:var(--logo-green)}.payment-details .form-row{margin-bottom:1rem}.payment-details.credit-card-details .card-security-notice{display:flex;align-items:flex-start;gap:.75rem;margin-top:1.5rem;padding:1rem;background-color:#fffbe699;border-radius:var(--radius-medium);border:1px solid rgba(235,235,71,.4)}.payment-details.credit-card-details .card-security-notice svg{color:var(--logo-green);margin-top:.1rem;flex-shrink:0}.payment-details.credit-card-details .card-security-notice p{margin:0;font-size:.85rem;color:var(--dark-green-6);line-height:1.4}.payment-details.bank-transfer-details .bank-info{margin-top:1.5rem}.payment-details.bank-transfer-details .bank-details{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:1.5rem}@media (max-width: 768px){.payment-details.bank-transfer-details .bank-details{flex-direction:column;gap:1.5rem}}.payment-details.bank-transfer-details .bank-details .bank-account-info{flex:1;min-width:300px;background-color:#fff;padding:1.25rem;border-radius:var(--radius-medium);border:1px solid rgba(170,204,0,.2)}.payment-details.bank-transfer-details .bank-details .bank-account-info .bank-logo{margin-bottom:1.5rem;display:flex;justify-content:center}.payment-details.bank-transfer-details .bank-details .bank-account-info .bank-logo img{max-width:150px;max-height:60px;object-fit:contain}.payment-details.bank-transfer-details .bank-details .bank-account-info .info-row{display:flex;flex-direction:column;margin-bottom:1rem}.payment-details.bank-transfer-details .bank-details .bank-account-info .info-row:last-child{margin-bottom:0}.payment-details.bank-transfer-details .bank-details .bank-account-info .info-row .info-label{font-size:.85rem;color:var(--dark-green-6);margin-bottom:.25rem}.payment-details.bank-transfer-details .bank-details .bank-account-info .info-row .info-value{font-size:1rem;font-weight:600;color:var(--dark-green-7);word-break:break-all}.payment-details.bank-transfer-details .bank-details .bank-qr-code{display:flex;flex-direction:column;align-items:center;flex:0 0 200px}.payment-details.bank-transfer-details .bank-details .bank-qr-code .qr-wrapper{padding:1rem;background-color:#fff;border-radius:var(--radius-medium);border:1px solid rgba(170,204,0,.2);margin-bottom:1rem;display:flex;justify-content:center;align-items:center;width:180px;height:180px}.payment-details.bank-transfer-details .bank-details .bank-qr-code .qr-wrapper img{width:150px;height:150px;object-fit:contain}.payment-details.bank-transfer-details .bank-details .bank-qr-code .qr-title{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:var(--dark-green-7);font-weight:500;font-size:.9rem}.payment-details.bank-transfer-details .bank-details .bank-qr-code .qr-title svg{color:var(--logo-green)}.payment-details.bank-transfer-details .bank-details .bank-qr-code p{font-size:.85rem;color:var(--dark-green-6);text-align:center;line-height:1.4;margin:0}.payment-details.bank-transfer-details .bank-transfer-notice{display:flex;align-items:flex-start;gap:.75rem;margin-top:1rem;padding:1rem;background-color:#fffbe699;border-radius:var(--radius-medium);border:1px solid rgba(235,235,71,.4)}.payment-details.bank-transfer-details .bank-transfer-notice svg{color:var(--logo-green);margin-top:.1rem;flex-shrink:0}.payment-details.bank-transfer-details .bank-transfer-notice p{margin:0;font-size:.85rem;color:var(--dark-green-6);line-height:1.4}.mobile-bottom-nav{display:block;position:fixed;bottom:0;left:0;width:100%;background-color:#fffffff2;box-shadow:0 -2px 10px #0000001a;z-index:100;border-top:1px solid rgba(170,204,0,.3);padding:10px 15px}.mobile-bottom-nav .mobile-steps-container{display:flex;justify-content:space-between;align-items:center}.mobile-bottom-nav .mobile-steps-container .mobile-nav-actions{display:flex;gap:8px}.mobile-bottom-nav .mobile-steps-container .mobile-nav-actions .nav-btn{display:flex;align-items:center;justify-content:center;border:none;background-color:var(--light-lime);color:var(--dark-green-7);border-radius:var(--radius-full);width:40px;height:40px;padding:0;cursor:pointer;transition:all .2s ease}.mobile-bottom-nav .mobile-steps-container .mobile-nav-actions .nav-btn:disabled{opacity:.5;cursor:not-allowed}.mobile-bottom-nav .mobile-steps-container .mobile-nav-actions .nav-btn.btn-next{background-color:var(--logo-lime)}.mobile-bottom-nav .mobile-steps-container .mobile-nav-actions .nav-btn.btn-next:hover:not(:disabled){background-color:#c1e600}.mobile-bottom-nav .mobile-steps-container .mobile-nav-actions .nav-btn.btn-back{background-color:#aacc0026}.mobile-bottom-nav .mobile-steps-container .mobile-nav-actions .nav-btn.btn-back:hover:not(:disabled){background-color:#aacc0040}.mobile-bottom-nav .mobile-steps-container .mobile-nav-actions .nav-btn.btn-order{background-color:var(--logo-green);color:#fff}.mobile-bottom-nav .mobile-steps-container .mobile-nav-actions .nav-btn.btn-order:hover{background-color:var(--dark-green-2)}.mobile-bottom-nav .mobile-steps-container .mobile-steps{display:flex;justify-content:center;gap:20px}.mobile-bottom-nav .mobile-steps-container .mobile-steps .mobile-step{display:flex;flex-direction:column;align-items:center;gap:4px}.mobile-bottom-nav .mobile-steps-container .mobile-steps .mobile-step .step-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:#aacc001a;color:var(--dark-green-6);position:relative}.mobile-bottom-nav .mobile-steps-container .mobile-steps .mobile-step .step-icon:after{content:"";position:absolute;width:24px;height:2px;background-color:#ac03;right:-22px;top:50%;transform:translateY(-50%)}.mobile-bottom-nav .mobile-steps-container .mobile-steps .mobile-step:last-child .step-icon:after{display:none}.mobile-bottom-nav .mobile-steps-container .mobile-steps .mobile-step .step-label{font-size:.7rem;color:var(--dark-green-6);font-weight:500}.mobile-bottom-nav .mobile-steps-container .mobile-steps .mobile-step.active .step-icon{background-color:var(--logo-lime);color:var(--dark-green-7)}.mobile-bottom-nav .mobile-steps-container .mobile-steps .mobile-step.completed .step-icon{background-color:var(--light-lime);color:var(--logo-green)}.mobile-bottom-nav .sidebar-toggle{position:absolute;top:-18px;left:50%;transform:translate(-50%);width:50px;height:28px;border-radius:25px 25px 0 0;background-color:var(--logo-lime);border:1px solid rgba(170,204,0,.6);border-bottom:none;display:flex;justify-content:center;align-items:center;box-shadow:0 -3px 8px #0000001a;cursor:pointer;transition:all .2s ease;z-index:99}.mobile-bottom-nav .sidebar-toggle:hover{background-color:#bfe600}.mobile-bottom-nav .sidebar-toggle svg{color:var(--dark-green-7);transition:transform .3s ease}.mobile-bottom-nav .sidebar-toggle:after{content:"";position:absolute;width:100%;height:4px;background-color:var(--logo-lime);bottom:-1px;border-radius:5px 5px 0 0}.mobile-bottom-nav .sidebar-toggle.open{background-color:#fff;border-color:#aacc004d}.mobile-bottom-nav .sidebar-toggle.open:after{background-color:#fff}.mobile-bottom-nav .sidebar-toggle.open svg{transform:rotate(180deg);color:var(--dark-green-6)}.mobile-bottom-nav .sidebar-toggle.open:hover{background-color:var(--light-yellow-1)}.mobile-bottom-nav .mobile-sidebar-container{position:fixed;bottom:65px;left:0;width:100%;background-color:#fff;box-shadow:0 -4px 12px #00000026;border-top:1px solid rgba(170,204,0,.3);border-top-left-radius:16px;border-top-right-radius:16px;transform:translateY(100%);transition:transform .3s cubic-bezier(.23,1,.32,1),max-height .3s ease;overflow:hidden;max-height:0;z-index:98}.mobile-bottom-nav .mobile-sidebar-container.open{transform:translateY(0);max-height:80vh}.mobile-bottom-nav .mobile-sidebar-container.open:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:40px;height:4px;background-color:#aacc004d;border-radius:4px}.mobile-bottom-nav .mobile-sidebar-container .mobile-sidebar-scroll{max-height:70vh;overflow-y:auto;padding:15px;-webkit-overflow-scrolling:touch}.mobile-bottom-nav .mobile-sidebar-container .mobile-sidebar-scroll::-webkit-scrollbar{width:4px}.mobile-bottom-nav .mobile-sidebar-container .mobile-sidebar-scroll::-webkit-scrollbar-track{background-color:#0000000d}.mobile-bottom-nav .mobile-sidebar-container .mobile-sidebar-scroll::-webkit-scrollbar-thumb{background-color:#0a5c2633;border-radius:4px}.mobile-bottom-nav .mobile-sidebar-container .mobile-sidebar-content{padding-bottom:20px}.mobile-bottom-nav .mobile-sidebar-container .cart-summary{margin:0 0 15px;box-shadow:0 2px 8px #00000014;background-color:#fff}.mobile-bottom-nav .mobile-sidebar-container .cart-summary .summary-header,.mobile-bottom-nav .mobile-sidebar-container .cart-summary .summary-totals-header{background:linear-gradient(135deg,#fffdebe6,#ebeb4733)}.mobile-bottom-nav .mobile-sidebar-container .cart-summary .cart-items-list{background-color:#fffc}.mobile-bottom-nav .mobile-sidebar-container .cart-summary .cart-items-list .cart-item{margin:6px}.mobile-bottom-nav .mobile-sidebar-container .cart-summary .summary-totals{background-color:#aacc0014}@media (min-width: 769px){.mobile-bottom-nav{display:none}}@media (max-height: 600px){.mobile-sidebar-container.open{max-height:75vh}.mobile-sidebar-container .mobile-sidebar-scroll{max-height:65vh}}@media screen and (max-width: 768px){.checkout-page .page-container{padding-bottom:80px}.checkout-page .checkout-header{display:none}.checkout-page .mobile-bottom-nav{display:block}}.cart-pill{position:absolute;top:-8px;right:-8px;background-color:var(--logo-green);color:#fff;font-size:.7rem;font-weight:600;min-width:18px;height:18px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 4px;box-shadow:0 2px 4px #0003;z-index:2}.mobile-sidebar-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:97;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-sidebar-backdrop.open{opacity:1;visibility:visible}@media (min-width: 992px){.checkout-page .page-container{padding-top:48px}.checkout-page .checkout-sidebar{display:block}.checkout-page .mobile-sidebar-container,.checkout-page .mobile-bottom-nav .sidebar-toggle{display:none}}@media (max-width: 991px){.checkout-page .page-container{padding-top:100px}.checkout-page .checkout-sidebar{display:none}.checkout-page .checkout-main{flex:0 0 100%;width:100%}.checkout-page .cart-toggle,.checkout-page .back-to-top,.checkout-page .contact-button{display:none!important}.checkout-page .mobile-sidebar-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;z-index:10;opacity:0;pointer-events:none;transition:opacity .3s ease}.checkout-page .mobile-sidebar-backdrop.open{opacity:1;pointer-events:auto}.checkout-page .mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:20;background-color:#fff;box-shadow:0 -2px 10px #0000001a;padding:0}.checkout-page .mobile-bottom-nav .mobile-steps-container{display:flex;width:100%;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid rgba(170,204,0,.2)}.checkout-page .mobile-bottom-nav .toggle-drawer{width:100%;display:flex;justify-content:center;align-items:center;padding:.75rem 0;cursor:pointer;transition:all .2s;border-top:1px solid transparent;position:relative}.checkout-page .mobile-bottom-nav .toggle-drawer.open{background-color:#fffbe666;border-top:1px solid rgba(170,204,0,.1)}.checkout-page .mobile-bottom-nav .toggle-drawer .drawer-icon{display:flex;align-items:center;justify-content:center;background-color:#aacc001a;border-radius:24px;padding:4px 14px}.checkout-page .mobile-bottom-nav .toggle-drawer .drawer-icon svg{transition:transform .3s ease;color:var(--dark-green-6)}.checkout-page .mobile-bottom-nav .toggle-drawer .drawer-icon .cart-count{font-size:.75rem;font-weight:600;color:var(--dark-green-7);margin-left:.5rem}.checkout-page .mobile-bottom-nav .toggle-drawer .drawer-icon.open svg{transform:rotate(180deg)}.checkout-page .mobile-bottom-nav .toggle-drawer .drawer-close{position:absolute;right:12px;height:26px;width:26px;border-radius:50%;background:#aacc0026;border:1px solid rgba(170,204,0,.3);display:flex;align-items:center;justify-content:center}.checkout-page .mobile-bottom-nav .toggle-drawer .drawer-close svg{color:var(--dark-green-7);font-size:14px}.checkout-page .mobile-bottom-nav .toggle-drawer .drawer-close:hover{background:#aacc0040}.checkout-page .mobile-bottom-nav .mobile-nav-actions{flex-shrink:0}.checkout-page .mobile-bottom-nav .mobile-nav-actions .nav-btn{width:2.25rem;height:2.25rem;border-radius:50%;border:none;background-color:var(--light-lime);color:var(--dark-green-7);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.checkout-page .mobile-bottom-nav .mobile-nav-actions .nav-btn:hover:not(:disabled){background-color:var(--logo-lime)}.checkout-page .mobile-bottom-nav .mobile-nav-actions .nav-btn:disabled{opacity:.5;cursor:not-allowed}.checkout-page .mobile-bottom-nav .mobile-nav-actions .nav-btn.btn-next{background-color:var(--logo-lime)}.checkout-page .mobile-bottom-nav .mobile-nav-actions .nav-btn.btn-next:hover:not(:disabled){background-color:#c1e600}.checkout-page .mobile-bottom-nav .mobile-nav-actions .nav-btn.btn-back{background-color:#aacc0026}.checkout-page .mobile-bottom-nav .mobile-nav-actions .nav-btn.btn-back:hover:not(:disabled){background-color:#aacc0040}.checkout-page .mobile-bottom-nav .mobile-nav-actions .nav-btn.btn-order{background-color:var(--logo-green);color:#fff}.checkout-page .mobile-bottom-nav .mobile-nav-actions .nav-btn.btn-order:hover{background-color:var(--dark-green-2)}.checkout-page .mobile-bottom-nav .mobile-steps{display:flex;justify-content:center;gap:1rem;flex-grow:1;max-width:70%;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.checkout-page .mobile-bottom-nav .mobile-steps::-webkit-scrollbar{display:none}.checkout-page .mobile-bottom-nav .mobile-steps .mobile-step{display:flex;flex-direction:column;align-items:center;padding:0 .75rem;opacity:.7;transition:all .2s}.checkout-page .mobile-bottom-nav .mobile-steps .mobile-step.active{opacity:1}.checkout-page .mobile-bottom-nav .mobile-steps .mobile-step.active .step-icon{background-color:var(--logo-lime);color:var(--dark-green-7);border:1px solid var(--logo-lime);box-shadow:0 2px 8px #aacc0040}.checkout-page .mobile-bottom-nav .mobile-steps .mobile-step.active .step-label{color:var(--dark-green-7);font-weight:600}.checkout-page .mobile-bottom-nav .mobile-steps .mobile-step.completed{opacity:.9}.checkout-page .mobile-bottom-nav .mobile-steps .mobile-step.completed .step-icon{background-color:var(--light-lime);color:var(--dark-green-7);border:1px solid var(--logo-lime)}.checkout-page .mobile-bottom-nav .mobile-steps .mobile-step .step-icon{width:2.25rem;height:2.25rem;border-radius:50%;background-color:#aacc001a;display:flex;align-items:center;justify-content:center;margin-bottom:.25rem;transition:all .2s;color:var(--dark-green-6);border:1px solid rgba(170,204,0,.15)}.checkout-page .mobile-bottom-nav .mobile-steps .mobile-step .step-label{font-size:.75rem;white-space:nowrap;color:var(--dark-green-6)}.checkout-page .mobile-sidebar-container{position:fixed;bottom:0;left:0;right:0;z-index:15;height:0;max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1);background-color:#fff;border-top:none;box-shadow:0 -4px 20px #00000026}.checkout-page .mobile-sidebar-container.open{max-height:80vh;height:auto;border-top:1px solid rgba(170,204,0,.2)}.checkout-page .mobile-sidebar-container .mobile-sidebar-scroll{max-height:70vh;overflow-y:auto;padding:1rem;-webkit-overflow-scrolling:touch}.checkout-page .mobile-sidebar-container .mobile-sidebar-scroll::-webkit-scrollbar{width:4px}.checkout-page .mobile-sidebar-container .mobile-sidebar-scroll::-webkit-scrollbar-track{background:#f1f1f1}.checkout-page .mobile-sidebar-container .mobile-sidebar-scroll::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.checkout-page .mobile-sidebar-container .mobile-sidebar-content{padding-bottom:4.5rem}.checkout-page .mobile-sidebar-container .cart-summary{margin:0;background-color:#fff;box-shadow:none;border-radius:0;padding:0}.checkout-page .mobile-sidebar-container .cart-summary .summary-header,.checkout-page .mobile-sidebar-container .cart-summary .summary-totals-header{display:flex;align-items:center;padding:1rem .75rem;border-bottom:1px solid #eee;cursor:pointer;background:#fffbe666}.checkout-page .mobile-sidebar-container .cart-summary .summary-header h3,.checkout-page .mobile-sidebar-container .cart-summary .summary-totals-header h3{flex-grow:1;margin:0 .5rem;font-size:1rem}.checkout-page .mobile-sidebar-container .cart-summary .summary-header.collapsible,.checkout-page .mobile-sidebar-container .cart-summary .summary-totals-header.collapsible{transition:background-color .2s}.checkout-page .mobile-sidebar-container .cart-summary .summary-header.collapsible:hover,.checkout-page .mobile-sidebar-container .cart-summary .summary-totals-header.collapsible:hover{background-color:#fffbe699}.checkout-page .mobile-sidebar-container .cart-summary .summary-header .toggle-icon,.checkout-page .mobile-sidebar-container .cart-summary .summary-totals-header .toggle-icon{transition:transform .3s ease}.checkout-page .mobile-sidebar-container .cart-summary .summary-header .toggle-icon.open,.checkout-page .mobile-sidebar-container .cart-summary .summary-totals-header .toggle-icon.open{transform:rotate(180deg)}.checkout-page .mobile-sidebar-container .cart-summary .cart-items-list{max-height:35vh;overflow-y:auto;padding:.5rem;background-color:#fff}.checkout-page .mobile-sidebar-container .cart-summary .cart-items-list .cart-item{display:flex;padding:.75rem 0;border-bottom:1px solid #eee}.checkout-page .mobile-sidebar-container .cart-summary .cart-items-list .cart-item .item-image{width:4rem;height:4rem;flex-shrink:0;overflow:hidden;border-radius:.5rem;margin-right:.75rem}.checkout-page .mobile-sidebar-container .cart-summary .cart-items-list .cart-item .item-image img{width:100%;height:100%;object-fit:cover}.checkout-page .mobile-sidebar-container .cart-summary .cart-items-list .cart-item .item-content{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.checkout-page .mobile-sidebar-container .cart-summary .cart-items-list .cart-item .item-content .item-title h4{margin:0;font-size:.9rem;font-weight:600}.checkout-page .mobile-sidebar-container .cart-summary .cart-items-list .cart-item .item-content .item-title .item-variant{margin:.2rem 0 0;font-size:.8rem;color:#666}.checkout-page .mobile-sidebar-container .cart-summary .cart-items-list .cart-item .item-content .item-actions{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.checkout-page .mobile-sidebar-container .cart-summary .cart-items-list .cart-item .item-content .item-actions .quantity-controls{display:flex;align-items:center}.checkout-page .mobile-sidebar-container .cart-summary .cart-items-list .cart-item .item-content .item-actions .quantity-controls .quantity-btn{width:1.5rem;height:1.5rem;border-radius:50%;border:1px solid #ddd;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.checkout-page .mobile-sidebar-container .cart-summary .cart-items-list .cart-item .item-content .item-actions .quantity-controls .quantity-btn:hover:not(:disabled){background-color:#f0f0f0}.checkout-page .mobile-sidebar-container .cart-summary .cart-items-list .cart-item .item-content .item-actions .quantity-controls .quantity-btn:disabled{opacity:.5;cursor:not-allowed}.checkout-page .mobile-sidebar-container .cart-summary .cart-items-list .cart-item .item-content .item-actions .quantity-controls .quantity{margin:0 .5rem;font-weight:600;min-width:1.5rem;text-align:center}.checkout-page .mobile-sidebar-container .cart-summary .cart-items-list .cart-item .item-content .item-actions .item-price{font-weight:600;font-size:.9rem}.checkout-page .mobile-sidebar-container .cart-summary .cart-items-list .empty-cart-message{text-align:center;padding:1.5rem 0;color:#666;font-style:italic}.checkout-page .mobile-sidebar-container .cart-summary .summary-totals{padding:1rem .75rem;background-color:#fffbe64d}.checkout-page .mobile-sidebar-container .cart-summary .summary-totals .summary-row{display:flex;justify-content:space-between;margin:.5rem 0;padding:.25rem 0}.checkout-page .mobile-sidebar-container .cart-summary .summary-totals .summary-row.total{margin-top:1rem;padding-top:.5rem;border-top:1px solid rgba(170,204,0,.2);font-weight:700;font-size:1.1rem}.checkout-page .mobile-sidebar-container .shipping-info-panel{margin-top:1.5rem;padding:1rem;background-color:#f9f9f9;border-radius:.75rem;border:1px solid rgba(170,204,0,.15)}.checkout-page .mobile-sidebar-container .shipping-info-panel h3{margin:0 0 1rem;font-size:1rem;font-weight:500;color:var(--dark-green-7)}.checkout-page .mobile-sidebar-container .shipping-info-panel .info-row{display:flex;align-items:center;margin-bottom:.75rem}.checkout-page .mobile-sidebar-container .shipping-info-panel .info-row:last-child{margin-bottom:0}.checkout-page .mobile-sidebar-container .shipping-info-panel .info-row svg{color:var(--logo-lime);margin-right:.75rem}.checkout-page .mobile-sidebar-container .shipping-info-panel .info-row div{flex-grow:1}.checkout-page .mobile-sidebar-container .shipping-info-panel .info-row div span{display:block;font-size:.85rem;color:#666}.checkout-page .mobile-sidebar-container .shipping-info-panel .info-row div p{margin:.2rem 0 0;font-weight:600;color:var(--dark-green-7)}.checkout-page .checkout-container{padding-bottom:5rem}}@media (max-width: 991px) and (max-height: 600px) and (max-width: 991px){.checkout-page .page-container{padding-top:80px}.checkout-page .mobile-sidebar-container.open{max-height:70vh}.checkout-page .mobile-sidebar-container .cart-items-list{max-height:30vh}}.cart-summary{background-color:#fff9;border-radius:var(--radius-large);border:1px solid rgba(170,204,0,.4);overflow:hidden;margin-bottom:20px}@media (max-width: 768px){.cart-summary{margin-bottom:15px}}.cart-summary .summary-header,.cart-summary .summary-totals-header{padding:1rem;background:linear-gradient(135deg,#fffdebe6,#ebeb4733);border-bottom:1px solid rgba(170,204,0,.2);display:flex;align-items:center;gap:8px}@media (max-width: 768px){.cart-summary .summary-header,.cart-summary .summary-totals-header{padding:.75rem}}.cart-summary .summary-header.collapsible,.cart-summary .summary-totals-header.collapsible{cursor:pointer;transition:all .2s ease}.cart-summary .summary-header.collapsible:hover,.cart-summary .summary-totals-header.collapsible:hover{background:linear-gradient(135deg,#fffdeb,#ebeb474d)}.cart-summary .summary-header.collapsible.closed,.cart-summary .summary-totals-header.collapsible.closed{border-bottom:none}.cart-summary .summary-header h3,.cart-summary .summary-totals-header h3{font-size:1rem;font-weight:500;color:var(--dark-green-6);margin:0;font-family:Chillax,sans-serif;flex:1}.cart-summary .summary-header svg,.cart-summary .summary-totals-header svg{color:var(--logo-green)}.cart-summary .summary-header svg.toggle-icon,.cart-summary .summary-totals-header svg.toggle-icon{transition:transform .3s ease}.cart-summary .summary-header svg.toggle-icon.open,.cart-summary .summary-totals-header svg.toggle-icon.open{transform:rotate(180deg)}.cart-summary .summary-header svg.toggle-icon.closed,.cart-summary .summary-totals-header svg.toggle-icon.closed{transform:rotate(0)}.cart-summary .summary-totals-header{border-top:1px solid rgba(170,204,0,.2);border-bottom:none}.cart-summary .summary-totals-header.closed{border-bottom:1px solid rgba(170,204,0,.2)}.cart-summary .cart-items-list{max-height:300px;overflow-y:auto}@media (max-width: 768px){.cart-summary .cart-items-list{max-height:250px}}.cart-summary .cart-items-list::-webkit-scrollbar{width:6px}.cart-summary .cart-items-list::-webkit-scrollbar-track{background-color:#0000000d;border-radius:10px}.cart-summary .cart-items-list::-webkit-scrollbar-thumb{background-color:#0a5c2633;border-radius:10px}.cart-summary .cart-items-list .cart-item{display:flex;align-items:center;padding:.75rem;border-bottom:1px solid rgba(170,204,0,.1);position:relative;transition:all .3s ease;background-color:#fff;border-radius:var(--radius-medium);margin:8px;border:1px solid rgba(170,204,0,.2)}@media (max-width: 576px){.cart-summary .cart-items-list .cart-item{padding:.5rem;margin:6px;flex-wrap:wrap}}.cart-summary .cart-items-list .cart-item:last-child{border-bottom:none}.cart-summary .cart-items-list .cart-item .item-image{width:60px;height:60px;border-radius:var(--radius-small);overflow:hidden;margin-right:.75rem;border:1px solid var(--border-light);background-color:#fff;display:flex;align-items:center;justify-content:center;position:relative;transition:all .2s ease}@media (max-width: 576px){.cart-summary .cart-items-list .cart-item .item-image{width:50px;height:50px;margin-right:.5rem}}.cart-summary .cart-items-list .cart-item .item-image img{width:80%;height:80%;object-fit:contain}.cart-summary .cart-items-list .cart-item .item-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.cart-summary .cart-items-list .cart-item .item-title h4{font-size:.95rem;font-weight:500;color:var(--text-primary);margin:0 0 4px}@media (max-width: 576px){.cart-summary .cart-items-list .cart-item .item-title h4{font-size:.85rem}}.cart-summary .cart-items-list .cart-item .item-title .item-variant{font-size:.85rem;color:var(--text-secondary);margin:0}@media (max-width: 576px){.cart-summary .cart-items-list .cart-item .item-title .item-variant{font-size:.75rem}}.cart-summary .cart-items-list .cart-item .item-actions{display:flex;justify-content:space-between;align-items:center}@media (max-width: 576px){.cart-summary .cart-items-list .cart-item .item-actions{width:100%;margin-top:.5rem}}.cart-summary .cart-items-list .cart-item .item-price{font-family:Chillax,sans-serif;font-size:1rem;font-weight:500;color:var(--logo-green);background-color:var(--light-yellow-1);padding:.2rem .5rem;border-radius:var(--radius-small);border:1px solid rgba(235,235,71,.4)}@media (max-width: 576px){.cart-summary .cart-items-list .cart-item .item-price{font-size:.9rem;padding:.15rem .4rem}}.cart-summary .cart-items-list .cart-item .quantity-controls{display:flex;align-items:center;background-color:var(--neutral-100);border-radius:var(--radius-full);border:1px solid rgba(170,204,0,.3);overflow:hidden;height:32px;box-shadow:0 1px 2px #0000000d}@media (max-width: 576px){.cart-summary .cart-items-list .cart-item .quantity-controls{height:28px}}.cart-summary .cart-items-list .cart-item .quantity-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--dark-green-6);cursor:pointer;padding:4px 8px;transition:all .15s ease;height:100%;width:32px}.cart-summary .cart-items-list .cart-item .quantity-btn:hover{background-color:#ac03;color:var(--dark-green-7)}.cart-summary .cart-items-list .cart-item .quantity-btn:active{background-color:#aacc004d;transform:scale(.95)}.cart-summary .cart-items-list .cart-item .quantity-btn:disabled{opacity:.5;cursor:not-allowed;background:none;transform:none}.cart-summary .cart-items-list .cart-item .quantity-btn.minus{padding-left:8px;border-right:1px solid rgba(170,204,0,.1)}.cart-summary .cart-items-list .cart-item .quantity-btn.plus{padding-right:8px;border-left:1px solid rgba(170,204,0,.1)}.cart-summary .cart-items-list .cart-item .quantity{padding:0 10px;font-weight:600;color:var(--dark-green-7);min-width:28px;text-align:center;display:flex;align-items:center;justify-content:center;height:100%}.cart-summary .cart-items-list .empty-cart-message{padding:1.5rem;text-align:center;color:var(--dark-green-6);font-style:italic;font-size:.95rem;background-color:#fffc}.cart-summary .cart-items-list .cart-items-footer{padding:.75rem;text-align:center;color:var(--dark-green-6);font-size:.9rem;font-weight:500;background-color:#fffbe680;border-top:1px solid rgba(170,204,0,.2)}.cart-summary .summary-totals{border-top:none;background-color:#aacc001a;padding:1rem;display:block!important}@media (max-width: 768px){.cart-summary .summary-totals{padding:.75rem}}.cart-summary .summary-totals .summary-row{display:flex!important;justify-content:space-between!important;margin-bottom:.75rem!important;color:var(--dark-green-6)!important;font-size:1rem!important;line-height:1.2!important}@media (max-width: 576px){.cart-summary .summary-totals .summary-row{font-size:.9rem!important;margin-bottom:.5rem!important}}.cart-summary .summary-totals .summary-row span:first-child{font-weight:400!important}.cart-summary .summary-totals .summary-row span:last-child{font-weight:500!important}.cart-summary .summary-totals .summary-row.total{margin-top:1rem!important;padding-top:.75rem!important;border-top:1px solid rgba(170,204,0,.2)!important;font-size:1.1rem!important;font-weight:600!important;color:var(--dark-green-7)!important}.cart-summary .summary-totals .summary-row.total span:last-child{font-weight:700!important;color:var(--logo-green)!important}.cart-summary .summary-totals .shipping-notice{display:flex!important;align-items:flex-start!important;gap:8px!important;margin:.75rem 0!important;padding:.7rem 1rem!important;font-size:.8rem!important;font-style:italic!important;color:var(--dark-green-6)!important;background-color:#ffffffb3!important;border:1px solid rgba(235,235,71,.7)!important;border-radius:var(--radius-full)!important;line-height:1.3!important}.cart-summary .summary-totals .shipping-notice svg{flex-shrink:0!important;margin-top:2px!important;color:var(--logo-green)!important;display:inline-block!important;vertical-align:text-bottom!important}:root{--auth-border-radius: 8px;--auth-input-height: 46px;--auth-button-height: 48px;--auth-form-spacing: 1.5rem;--auth-input-background: rgba(var(--light-green-1-rgb, 232, 252, 239), .5);--auth-transition-speed: .25s;--auth-container-animation: auth-container-dropdown .6s ease-out forwards}.auth-page{background-color:var(--light-green-1);padding:5rem 0;min-height:calc(100vh - var(--navbar-height) - 300px);position:relative;overflow:hidden}.auth-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:var(--leaf-pattern);background-size:200px;opacity:.05;z-index:0}.auth-page .container{max-width:600px;margin:0 auto;position:relative;z-index:1}.auth-page .auth-container{background-color:#fff;border-radius:var(--auth-border-radius);box-shadow:0 8px 32px #0a5c2514;padding:3rem;position:relative;overflow:hidden;transition:all var(--auth-transition-speed) ease;animation:var(--auth-container-animation);transform-origin:top center;opacity:0}.auth-page .auth-container:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(to right,var(--dark-green-3),var(--dark-green-5))}.auth-page .auth-header{text-align:center;margin-bottom:2rem;animation:auth-content-fade .8s ease-out forwards;animation-delay:.4s;opacity:0}.auth-page .auth-header h1{font-size:2rem;font-weight:600;color:var(--dark-green-3);margin-bottom:.5rem}.auth-page .auth-header p{font-size:1rem;color:var(--color-text-secondary, #666);font-weight:400}.auth-page .auth-form{animation:auth-content-fade .8s ease-out forwards;animation-delay:.6s;opacity:0}.auth-page .auth-form .form-row{display:flex;gap:1rem;margin-bottom:var(--auth-form-spacing)}.auth-page .auth-form .form-row .form-group{flex:1}@media (max-width: 576px){.auth-page .auth-form .form-row{flex-direction:column;gap:0}}.auth-page .auth-form .form-group{margin-bottom:var(--auth-form-spacing)}.auth-page .auth-form .form-group label{display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem;color:var(--color-text-primary, #1C1C1C)}.auth-page .auth-form .form-group .input-with-icon{position:relative}.auth-page .auth-form .form-group .input-with-icon svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--dark-green-3);opacity:.8}.auth-page .auth-form .form-group .input-with-icon input{width:100%;height:var(--auth-input-height);padding:0 1rem 0 3rem;background-color:var(--auth-input-background);border:1px solid transparent;border-radius:var(--auth-border-radius);font-size:.95rem;transition:all var(--auth-transition-speed) ease}.auth-page .auth-form .form-group .input-with-icon input:focus{outline:none;border-color:var(--dark-green-3);background-color:rgba(var(--light-green-1-rgb, 232, 252, 239),.8);box-shadow:0 0 0 3px #0f8a381a}.auth-page .auth-form .form-group .input-with-icon input.error{border-color:var(--error);background-color:rgba(var(--error-light-rgb, 254, 226, 226),.3)}.auth-page .auth-form .form-group .input-with-icon input::placeholder{color:#999}.auth-page .auth-form .form-group .input-with-icon .toggle-password{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;padding:0;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center}.auth-page .auth-form .form-group .input-with-icon .toggle-password:hover{color:var(--dark-green-3)}.auth-page .auth-form .form-group .error-text{color:var(--error);font-size:.8rem;margin-top:.5rem;display:flex;align-items:center;gap:.25rem}.auth-page .auth-form .form-group.checkbox-group{display:flex;align-items:flex-start;gap:.75rem;margin-top:.75rem}.auth-page .auth-form .form-group.checkbox-group input[type=checkbox]{width:18px;height:18px;margin-top:.2rem;accent-color:var(--dark-green-3)}.auth-page .auth-form .form-group.checkbox-group input[type=checkbox].error{outline:2px solid var(--error);outline-offset:2px}.auth-page .auth-form .form-group.checkbox-group label{font-size:.9rem;margin-bottom:0;line-height:1.5}.auth-page .auth-form .form-group.checkbox-group label a{color:var(--dark-green-3);text-decoration:none;font-weight:500}.auth-page .auth-form .form-group.checkbox-group label a:hover{text-decoration:underline}.auth-page .auth-form .form-group.checkbox-group .error-text{margin-left:1.75rem}.auth-page .auth-form .form-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--auth-form-spacing)}.auth-page .auth-form .form-actions .remember-me{display:flex;align-items:center;gap:.5rem}.auth-page .auth-form .form-actions .remember-me input{width:18px;height:18px;accent-color:var(--dark-green-3)}.auth-page .auth-form .form-actions .remember-me label{font-size:.9rem;margin-bottom:0}.auth-page .auth-form .form-actions .forgot-password{font-size:.9rem;color:var(--dark-green-3);text-decoration:none;font-weight:500;transition:all var(--auth-transition-speed) ease}.auth-page .auth-form .form-actions .forgot-password:hover{text-decoration:underline}@media (max-width: 576px){.auth-page .auth-form .form-actions{flex-direction:column;align-items:flex-start;gap:.75rem}}.auth-page .auth-form .auth-button{display:flex;align-items:center;justify-content:center;width:100%;height:var(--auth-button-height);background-color:var(--dark-green-3);color:#fff;border:none;border-radius:24px;font-size:1rem;font-weight:500;cursor:pointer;transition:all var(--auth-transition-speed) ease;gap:.5rem}.auth-page .auth-form .auth-button:hover{background-color:var(--dark-green-4);transform:translateY(-1px);box-shadow:0 4px 12px #0f8a3833}.auth-page .auth-form .auth-button:disabled{background-color:#aaa;cursor:not-allowed;transform:none;box-shadow:none}.auth-page .auth-form .auth-button.loading{position:relative;color:transparent}.auth-page .auth-form .auth-button.loading:after{content:"";position:absolute;left:50%;top:50%;width:24px;height:24px;margin-left:-12px;margin-top:-12px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:auth-loading-spinner .8s linear infinite}.auth-page .social-login{margin-top:2rem;text-align:center;animation:auth-content-fade .8s ease-out forwards;animation-delay:.8s;opacity:0}.auth-page .social-login p{font-size:.9rem;color:var(--color-text-secondary, #666);margin-bottom:1rem;position:relative}.auth-page .social-login p:before,.auth-page .social-login p:after{content:"";position:absolute;top:50%;width:25%;height:1px;background-color:#ddd}.auth-page .social-login p:before{left:0}.auth-page .social-login p:after{right:0}.auth-page .social-login .social-buttons{display:flex;gap:1rem}.auth-page .social-login .social-buttons .social-button{flex:1;display:flex;align-items:center;justify-content:center;gap:.75rem;height:var(--auth-button-height);border:1px solid #eee;border-radius:24px;background-color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;transition:all var(--auth-transition-speed) ease;padding:0 1.5rem}.auth-page .social-login .social-buttons .social-button svg{font-size:1.25rem}.auth-page .social-login .social-buttons .social-button:hover{border-color:#ddd;transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}.auth-page .social-login .social-buttons .social-button.google:hover{background-color:#f8f8f8}.auth-page .social-login .social-buttons .social-button.google svg{color:#db4437}.auth-page .social-login .social-buttons .social-button.facebook:hover{background-color:#f8f9fa}.auth-page .social-login .social-buttons .social-button.facebook svg{color:#1877f2}.auth-page .social-login .social-buttons .social-button:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.auth-page .auth-footer{margin-top:2rem;text-align:center;animation:auth-content-fade .8s ease-out forwards;animation-delay:.9s;opacity:0}.auth-page .auth-footer p{font-size:.95rem;color:var(--color-text-secondary, #666)}.auth-page .auth-footer .auth-link{color:var(--dark-green-3);text-decoration:none;font-weight:500}.auth-page .auth-footer .auth-link:hover{text-decoration:underline}@keyframes auth-loading-spinner{to{transform:rotate(360deg)}}@keyframes auth-container-dropdown{0%{transform:translateY(-30px) scale(.97);opacity:0}60%{transform:translateY(5px) scale(1.01);opacity:1}to{transform:translateY(0) scale(1);opacity:1}}@keyframes auth-content-fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.success-message{display:flex;align-items:center;gap:.75rem;background-color:rgba(var(--success-light-rgb, 231, 244, 228),.5);color:var(--success, #2a9d3f);padding:1rem 1.5rem;border-radius:var(--auth-border-radius);margin-bottom:1.5rem;font-size:.95rem;font-weight:500;border-left:4px solid var(--success, #2a9d3f);animation:auth-message-slide .5s ease-out forwards}.error-message{display:flex;align-items:center;gap:.75rem;background-color:rgba(var(--error-light-rgb, 254, 226, 226),.5);color:var(--error, #DC2626);padding:1rem 1.5rem;border-radius:var(--auth-border-radius);margin-bottom:1.5rem;font-size:.95rem;font-weight:500;border-left:4px solid var(--error, #DC2626);animation:auth-message-slide .5s ease-out forwards}@keyframes auth-message-slide{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.register-page .auth-container,.login-page .auth-container{max-width:100%}.auth-actions{margin-top:1.5rem;animation:auth-content-fade .8s ease-out forwards;animation-delay:.7s;opacity:0}.auth-actions .auth-button{display:block;width:100%;padding:.75rem;background-color:var(--dark-green-3);color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;text-align:center;text-decoration:none}.auth-actions .auth-button:hover{background-color:var(--dark-green-4)}.back-to-login{display:flex;justify-content:center;margin-top:1rem}.back-to-login .auth-link{display:flex;align-items:center;gap:.5rem}.profile-page{padding:4rem 0;background-color:var(--light-green-1);min-height:calc(100vh - var(--navbar-height) - 300px)}.profile-page .container{max-width:1000px;margin:0 auto}.profile-page .profile-container{background-color:#fff;border-radius:10px;box-shadow:0 10px 30px #0000001a;padding:2.5rem}.profile-page .profile-header{margin-bottom:2rem;text-align:center}.profile-page .profile-header h1{font-size:2rem;color:var(--dark-green-3);margin-bottom:.5rem}.profile-page .profile-header p{font-size:1rem;color:var(--color-text-secondary)}.profile-page .profile-content{display:flex;gap:2rem}.profile-page .profile-sidebar{flex:0 0 250px}@media (max-width: 768px){.profile-page .profile-sidebar{flex:1}}.profile-page .profile-tabs{list-style:none;padding:0;margin:0;border:1px solid #eee;border-radius:8px;overflow:hidden}.profile-page .profile-tabs li{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid #eee;cursor:pointer;color:var(--color-text-primary);transition:all .2s ease}.profile-page .profile-tabs li.active{background-color:var(--light-green-2);color:var(--dark-green-3);font-weight:500;border-left:3px solid var(--dark-green-3);padding-left:calc(1.25rem - 3px)}.profile-page .profile-main{flex:1}.profile-page .profile-main h2{font-size:1.5rem;color:var(--dark-green-3);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #eee}.profile-page .profile-form .form-row{display:flex;gap:1rem;margin-bottom:1rem}.profile-page .profile-form .form-group{margin-bottom:1.25rem}.profile-page .profile-button{display:block;width:auto;margin-top:1rem;padding:.75rem 1.5rem;background-color:var(--dark-green-3);color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.profile-page .profile-button:hover{background-color:var(--dark-green-4)}.profile-page .profile-button:disabled{background-color:#aaa;cursor:not-allowed}.profile-page .profile-button.loading:after{content:"";position:absolute;left:50%;top:50%;width:20px;height:20px;margin-left:-10px;margin-top:-10px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:auth-loading-spinner .8s linear infinite}.profile-page .security-settings .settings-section{padding:1.5rem;border:1px solid #eee;border-radius:8px;margin-bottom:1.5rem}.profile-page .security-settings .settings-section h3{font-size:1.1rem;margin-bottom:.5rem;color:var(--dark-green-3)}.profile-page .security-settings .secondary-button{background-color:#f4f4f4;color:var(--color-text-primary);border:1px solid #ddd;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .2s ease}.profile-page .security-settings .secondary-button:hover{background-color:#eaeaea;border-color:#ccc}.profile-page .security-settings .danger-button{background-color:rgba(var(--error-rgb, 255, 76, 76),.1);color:var(--error, #ff4c4c);border:1px solid rgba(var(--error-rgb, 255, 76, 76),.2);padding:.5rem 1rem;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .2s ease}.profile-page .security-settings .danger-button:hover{background-color:rgba(var(--error-rgb, 255, 76, 76),.2)}.order-history .search-bar{margin-bottom:1.5rem}.order-history .search-bar .search-input{position:relative}.order-history .search-bar .search-input svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--color-text-secondary)}.order-history .search-bar .search-input input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #ddd;border-radius:4px;font-size:.95rem;transition:border-color .2s ease}.order-history .search-bar .search-input input:focus{outline:none;border-color:var(--dark-green-3)}.order-history .no-orders{text-align:center;padding:3rem 1rem;background-color:#f9f9f9;border-radius:8px}.order-history .no-orders p{margin-bottom:1rem;color:var(--color-text-secondary)}.order-history .no-orders .shop-link{display:inline-block;padding:.75rem 1.5rem;background-color:var(--dark-green-3);color:#fff;border-radius:4px;text-decoration:none;font-weight:500;transition:background-color .2s ease}.order-history .no-orders .shop-link:hover{background-color:var(--dark-green-4)}.order-history .orders-list{display:flex;flex-direction:column;gap:1rem}.order-history .order-card{border:1px solid #eee;border-radius:8px;overflow:hidden;transition:all .3s ease}.order-history .order-card.expanded{box-shadow:0 4px 12px #0000000d}.order-history .order-card .order-header{display:flex;align-items:center;padding:1.25rem;cursor:pointer;background-color:#fff;transition:background-color .2s ease}.order-history .order-card .order-header:hover{background-color:#f9f9f9}@media (max-width: 768px){.order-history .order-card .order-header{flex-wrap:wrap;gap:1rem}}.order-history .order-card .order-status{display:flex;align-items:center;gap:.5rem;margin-right:1.5rem;min-width:110px}.order-history .order-card .order-status .status-icon.processing{color:#f59e0b}.order-history .order-card .order-status .status-icon.shipped{color:#3b82f6}.order-history .order-card .order-status .status-icon.delivered{color:#10b981}.order-history .order-card .order-status .status-text{font-weight:500;font-size:.9rem}.order-history .order-card .order-status .status-text.processing{color:#f59e0b}.order-history .order-card .order-status .status-text.shipped{color:#3b82f6}.order-history .order-card .order-status .status-text.delivered{color:#10b981}.order-history .order-card .order-info{flex:1;display:flex;flex-direction:column;gap:.25rem;margin-right:1.5rem}.order-history .order-card .order-info .order-id,.order-history .order-card .order-info .order-date{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.order-history .order-card .order-info .order-id .label,.order-history .order-card .order-info .order-date .label{color:var(--color-text-secondary);min-width:70px}.order-history .order-card .order-info .order-id .value,.order-history .order-card .order-info .order-date .value{font-weight:500;color:var(--color-text-primary)}.order-history .order-card .order-summary{display:flex;flex-direction:column;gap:.25rem;margin-right:1.5rem}.order-history .order-card .order-summary .order-total,.order-history .order-card .order-summary .order-items{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.order-history .order-card .order-summary .order-total .label,.order-history .order-card .order-summary .order-items .label{color:var(--color-text-secondary);min-width:50px}.order-history .order-card .order-summary .order-total .value,.order-history .order-card .order-summary .order-items .value{font-weight:500;color:var(--color-text-primary)}.order-history .order-card .order-summary .order-total .value{color:var(--dark-green-3)}.order-history .order-card .expand-button svg{transition:transform .3s ease;color:var(--color-text-secondary)}.order-history .order-card .expand-button svg.expanded{transform:rotate(180deg)}.order-history .order-card .order-details{padding:1.25rem;border-top:1px solid #eee;background-color:#f9f9f9}.order-history .order-card .order-details .order-products{margin-bottom:1.5rem}.order-history .order-card .order-details .order-products h4{margin-bottom:1rem;font-size:1rem;color:var(--dark-green-3)}.order-history .order-card .order-details .order-products .products-table{width:100%;border-collapse:collapse}.order-history .order-card .order-details .order-products .products-table th,.order-history .order-card .order-details .order-products .products-table td{text-align:left;padding:.75rem;font-size:.9rem}.order-history .order-card .order-details .order-products .products-table th{background-color:#f1f1f1;color:var(--color-text-primary);font-weight:500}.order-history .order-card .order-details .order-products .products-table tr{border-bottom:1px solid #eee}.order-history .order-card .order-details .order-products .products-table tr:last-child{border-bottom:none}.order-history .order-card .order-details .order-products .products-table td{color:var(--color-text-primary)}@media (max-width: 576px){.order-history .order-card .order-details .order-products .products-table th,.order-history .order-card .order-details .order-products .products-table td{padding:.5rem;font-size:.8rem}}.order-history .order-card .order-details .order-actions{display:flex;gap:1rem}.order-history .order-card .order-details .order-actions button,.order-history .order-card .order-details .order-actions a{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}.order-history .order-card .order-details .order-actions .secondary-button{background-color:#f4f4f4;color:var(--color-text-primary);border:1px solid #ddd}.order-history .order-card .order-details .order-actions .secondary-button:hover{background-color:#eaeaea;border-color:#ccc}.order-history .order-card .order-details .order-actions .reorder-button{background-color:var(--dark-green-3);color:#fff;border:none}.order-history .order-card .order-details .order-actions .reorder-button:hover{background-color:var(--dark-green-4)}.payment-methods .payment-methods-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.payment-methods .payment-method-card{display:flex;align-items:center;padding:1.25rem;border:1px solid #eee;border-radius:8px;background-color:#fff;transition:all .2s ease;position:relative}.payment-methods .payment-method-card:hover{box-shadow:0 4px 12px #0000000d}.payment-methods .payment-method-card.default{border-color:var(--dark-green-3);background-color:rgba(var(--dark-green-rgb, 42, 157, 63),.05)}.payment-methods .payment-method-card .card-icon{margin-right:1.5rem}.payment-methods .payment-method-card .card-icon .card-logo{font-weight:600;font-size:1rem;padding:4px 8px;border-radius:4px;display:inline-block}.payment-methods .payment-method-card .card-icon .card-logo.visa{background-color:#1a1f71;color:#fff}.payment-methods .payment-method-card .card-icon .card-logo.mastercard{background-color:#eb001b;color:#fff}.payment-methods .payment-method-card .card-icon .card-logo.amex{background-color:#006fcf;color:#fff}.payment-methods .payment-method-card .card-details{flex:1}.payment-methods .payment-method-card .card-details .card-number{font-weight:500;font-size:1.1rem;margin-bottom:.25rem}.payment-methods .payment-method-card .card-details .card-info{display:flex;gap:1.5rem;font-size:.9rem;color:var(--color-text-secondary)}.payment-methods .payment-method-card .card-details .default-badge{position:absolute;top:.5rem;right:.5rem;background-color:var(--dark-green-3);color:#fff;font-size:.7rem;font-weight:500;padding:.25rem .5rem;border-radius:4px}.payment-methods .payment-method-card .card-actions{display:flex;gap:.5rem}.payment-methods .payment-method-card .card-actions .action-button{background:none;border:none;cursor:pointer;color:var(--color-text-secondary);transition:color .2s ease;padding:.5rem}.payment-methods .payment-method-card .card-actions .action-button:hover{color:var(--dark-green-3)}.payment-methods .payment-method-card .card-actions .action-button.delete:hover{color:var(--error)}.payment-methods .no-payment-methods{text-align:center;padding:2rem;background-color:#f9f9f9;border-radius:8px;margin-bottom:1.5rem}.payment-methods .no-payment-methods p{margin-bottom:0;color:var(--color-text-secondary)}.payment-methods .add-payment-method{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background-color:transparent;color:var(--dark-green-3);border:2px dashed var(--dark-green-3);border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%;margin-bottom:1.5rem}.payment-methods .add-payment-method:hover{background-color:rgba(var(--dark-green-rgb, 42, 157, 63),.05)}.payment-methods .payment-method-form{border:1px solid #eee;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.payment-methods .payment-method-form h3{font-size:1.1rem;margin-bottom:1.5rem;color:var(--dark-green-3);padding-bottom:.75rem;border-bottom:1px solid #eee}.payment-methods .payment-method-form .form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}.payment-methods .payment-method-form .form-actions button{padding:.6rem 1.25rem;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.payment-methods .payment-method-form .form-actions .cancel-button{background-color:transparent;border:1px solid #ddd;color:var(--color-text-primary)}.payment-methods .payment-method-form .form-actions .cancel-button:hover{background-color:#f5f5f5}.payment-methods .payment-method-form .form-actions .save-button{background-color:var(--dark-green-3);color:#fff;border:none}.payment-methods .payment-method-form .form-actions .save-button:hover{background-color:var(--dark-green-4)}.payment-methods .payment-info{background-color:#f9f9f9;border-radius:8px;padding:1rem}.payment-methods .payment-info p{font-size:.85rem;color:var(--color-text-secondary);margin:0}.profile-page{padding:5rem 0;background-color:var(--light-green-1);min-height:calc(100vh - var(--navbar-height) - 300px);position:relative;overflow:hidden}.profile-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:var(--leaf-pattern);background-size:200px;opacity:.05;z-index:0}.profile-page .container{max-width:1100px;margin:0 auto;position:relative;z-index:1}.profile-page .profile-container{background-color:#fff;border-radius:var(--auth-border-radius);box-shadow:0 8px 32px #0a5c2514;padding:0;position:relative;overflow:hidden;transition:all var(--auth-transition-speed) ease;display:flex;flex-direction:column;animation:var(--auth-container-animation);transform-origin:top center;opacity:0}.profile-page .profile-container:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(to right,var(--dark-green-3),var(--dark-green-5))}.profile-page .profile-header{padding:2rem 3rem;border-bottom:1px solid #f0f0f0;background-color:rgba(var(--light-green-1-rgb, 232, 252, 239),.3);animation:auth-content-fade .8s ease-out forwards;animation-delay:.4s;opacity:0}.profile-page .profile-header h1{font-size:1.75rem;font-weight:600;color:var(--dark-green-3);margin-bottom:.5rem}.profile-page .profile-header p{font-size:1rem;color:var(--color-text-secondary, #666);font-weight:400}.profile-page .profile-content{display:flex;min-height:500px;animation:auth-content-fade .8s ease-out forwards;animation-delay:.6s;opacity:0}@media (max-width: 768px){.profile-page .profile-content{flex-direction:column}}.profile-page .profile-sidebar{flex:0 0 280px;border-right:1px solid #f0f0f0}@media (max-width: 768px){.profile-page .profile-sidebar{flex:none;border-right:none;border-bottom:1px solid #f0f0f0}}.profile-page .profile-tabs{list-style:none;padding:0;margin:0}.profile-page .profile-tabs li{display:flex;align-items:center;gap:.75rem;padding:1.25rem 2rem;border-bottom:1px solid #f0f0f0;cursor:pointer;color:var(--color-text-primary);transition:all .2s ease;font-size:.95rem}.profile-page .profile-tabs li:last-child{border-bottom:none}.profile-page .profile-tabs li.active{background-color:rgba(var(--light-green-1-rgb, 232, 252, 239),.5);color:var(--dark-green-3);font-weight:500;border-left:4px solid var(--dark-green-3);padding-left:calc(2rem - 4px)}.profile-page .profile-tabs li:hover:not(.active){background-color:#f9f9f9}.profile-page .profile-tabs li svg{color:inherit}@media (max-width: 768px){.profile-page .profile-tabs li{padding:1rem 1.5rem}}.profile-page .profile-main{flex:1;padding:2rem 3rem}@media (max-width: 768px){.profile-page .profile-main{padding:1.5rem}}.profile-page .profile-main h2{font-size:1.5rem;color:var(--dark-green-3);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #f0f0f0;font-weight:600}.profile-page .profile-form .form-row{display:flex;gap:1.5rem;margin-bottom:1.5rem}@media (max-width: 576px){.profile-page .profile-form .form-row{flex-direction:column;gap:0}}.profile-page .profile-form .form-row .form-group{flex:1}.profile-page .profile-form .form-group{margin-bottom:1.5rem}.profile-page .profile-form .form-group label{display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem;color:var(--color-text-primary, #1C1C1C)}.profile-page .profile-form .form-group .input-with-icon{position:relative}.profile-page .profile-form .form-group .input-with-icon svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--dark-green-3);opacity:.8}.profile-page .profile-form .form-group .input-with-icon input{width:100%;height:var(--auth-input-height);padding:0 1rem 0 3rem;background-color:var(--auth-input-background);border:1px solid transparent;border-radius:var(--auth-border-radius);font-size:.95rem;transition:all .2s ease}.profile-page .profile-form .form-group .input-with-icon input:focus{outline:none;border-color:var(--dark-green-3);background-color:rgba(var(--light-green-1-rgb, 232, 252, 239),.8);box-shadow:0 0 0 3px #0f8a381a}.profile-page .profile-form .form-group .input-with-icon input.error{border-color:var(--error);background-color:rgba(var(--error-light-rgb, 254, 226, 226),.3)}.profile-page .profile-form .form-group .error-text{color:var(--error);font-size:.8rem;margin-top:.5rem}.profile-page .profile-button{display:inline-flex;align-items:center;justify-content:center;height:var(--auth-button-height);background-color:var(--dark-green-3);color:#fff;border:none;border-radius:24px;padding:0 2rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;gap:.5rem}.profile-page .profile-button:hover{background-color:var(--dark-green-4);transform:translateY(-1px);box-shadow:0 4px 8px #0f8a3833}.profile-page .profile-button:disabled{background-color:#aaa;cursor:not-allowed;transform:none;box-shadow:none}.profile-page .profile-button.loading{position:relative;color:transparent}.profile-page .profile-button.loading:after{content:"";position:absolute;left:50%;top:50%;width:20px;height:20px;margin-left:-10px;margin-top:-10px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:profile-loading-spinner .8s linear infinite}.profile-page .profile-button.secondary{background-color:transparent;color:var(--dark-green-3);border:1px solid var(--dark-green-3)}.profile-page .profile-button.secondary:hover{background-color:rgba(var(--light-green-1-rgb, 232, 252, 239),.5)}.profile-page .profile-button.danger{background-color:transparent;color:var(--error);border:1px solid var(--error)}.profile-page .profile-button.danger:hover{background-color:rgba(var(--error-light-rgb, 254, 226, 226),.3);box-shadow:0 4px 8px #dc26261a}.profile-page .order-history .search-bar{margin-bottom:1.5rem}.profile-page .order-history .search-bar .search-input{position:relative}.profile-page .order-history .search-bar .search-input svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--dark-green-3);opacity:.7}.profile-page .order-history .search-bar .search-input input{width:100%;height:var(--auth-input-height);padding:0 1rem 0 3rem;background-color:var(--auth-input-background);border:1px solid transparent;border-radius:var(--auth-border-radius);font-size:.95rem;transition:all .2s ease}.profile-page .order-history .search-bar .search-input input:focus{outline:none;border-color:var(--dark-green-3);background-color:rgba(var(--light-green-1-rgb, 232, 252, 239),.8);box-shadow:0 0 0 3px #0f8a381a}.profile-page .order-history .orders-list{display:flex;flex-direction:column;gap:1rem}.profile-page .order-history .order-card{border:1px solid #f0f0f0;border-radius:var(--auth-border-radius);overflow:hidden;transition:all .3s ease}.profile-page .order-history .order-card.expanded{box-shadow:0 4px 12px #0000000d}.profile-page .order-history .order-card .order-header{display:flex;align-items:center;padding:1.25rem;background-color:#fff;cursor:pointer;transition:background-color .2s ease;gap:1.5rem}.profile-page .order-history .order-card .order-header:hover{background-color:#f9f9f9}@media (max-width: 768px){.profile-page .order-history .order-card .order-header{flex-wrap:wrap}}.profile-page .order-history .order-card .order-status{display:flex;align-items:center;gap:.5rem;min-width:120px}.profile-page .order-history .order-card .order-status .status-icon.processing{color:#f59e0b}.profile-page .order-history .order-card .order-status .status-icon.shipped{color:#3b82f6}.profile-page .order-history .order-card .order-status .status-icon.delivered{color:#10b981}.profile-page .order-history .order-card .order-status .status-icon.cancelled{color:#dc2626}.profile-page .order-history .order-card .order-status .status-text{font-weight:500;font-size:.9rem}.profile-page .order-history .no-orders{text-align:center;padding:3rem 1rem;background-color:rgba(var(--light-green-1-rgb, 232, 252, 239),.3);border-radius:var(--auth-border-radius)}.profile-page .order-history .no-orders svg{color:var(--dark-green-3);opacity:.8;margin-bottom:1rem}.profile-page .order-history .no-orders p{margin-bottom:1.5rem;color:var(--color-text-secondary)}.profile-page .order-history .no-orders .shop-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:var(--dark-green-3);color:#fff;border-radius:24px;text-decoration:none;font-weight:500;transition:all .2s ease}.profile-page .order-history .no-orders .shop-link:hover{background-color:var(--dark-green-4);transform:translateY(-1px);box-shadow:0 4px 8px #0f8a3833}.profile-page .security-settings .settings-section{padding:1.5rem;border:1px solid #f0f0f0;border-radius:var(--auth-border-radius);margin-bottom:1.5rem;background-color:rgba(var(--light-green-1-rgb, 232, 252, 239),.2)}.profile-page .security-settings .settings-section h3{font-size:1.1rem;margin-bottom:.5rem;color:var(--dark-green-3);font-weight:600}.profile-page .security-settings .settings-section p{margin-bottom:1rem;color:var(--color-text-secondary);font-size:.9rem}.profile-page .security-settings .button-group{display:flex;gap:1rem}@media (max-width: 576px){.profile-page .security-settings .button-group{flex-direction:column}}.profile-page .payment-methods .payment-card{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;border:1px solid #f0f0f0;border-radius:var(--auth-border-radius);margin-bottom:1.5rem;transition:all .2s ease}.profile-page .payment-methods .payment-card:hover{box-shadow:0 4px 12px #0000000d}.profile-page .payment-methods .payment-card .card-icon{color:#333;background-color:#f9f9f9;padding:.75rem;border-radius:8px}.profile-page .payment-methods .payment-card .card-info{flex:1}.profile-page .payment-methods .payment-card .card-info .card-title{font-weight:500;margin-bottom:.25rem}.profile-page .payment-methods .payment-card .card-info .card-details{font-size:.9rem;color:var(--color-text-secondary)}.profile-page .payment-methods .payment-card .card-actions{display:flex;gap:.5rem}.profile-page .payment-methods .payment-card .card-actions button{background:none;border:none;padding:.5rem;cursor:pointer;color:#666;border-radius:4px;transition:all .2s ease}.profile-page .payment-methods .payment-card .card-actions button:hover{background-color:#f0f0f0;color:#333}.profile-page .payment-methods .add-card-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem;border:1px dashed #ddd;border-radius:var(--auth-border-radius);background-color:#f9f9f9;width:100%;font-size:1rem;font-weight:500;color:var(--dark-green-3);cursor:pointer;transition:all .2s ease}.profile-page .payment-methods .add-card-button:hover{background-color:rgba(var(--light-green-1-rgb, 232, 252, 239),.5);border-color:var(--dark-green-2)}@keyframes profile-loading-spinner{to{transform:rotate(360deg)}}.colors-showcase{padding:80px 0}.colors-showcase .container{max-width:1200px;margin:0 auto;padding:0 20px}.colors-showcase .page-header{margin-bottom:48px;text-align:center}.colors-showcase .page-header h1{font-size:36px;font-weight:700;margin-bottom:12px;color:#0f8a38}.colors-showcase .page-header p{font-size:18px;color:#6e6e6e}.colors-showcase .colors-container{display:flex;flex-direction:column;gap:48px;margin-bottom:64px}.colors-showcase .color-group h3,.colors-showcase .gradient-group h3{font-size:24px;font-weight:600;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #e0e0e0}.colors-showcase .swatches-container,.colors-showcase .gradients-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}@media screen and (max-width: 480px){.colors-showcase .swatches-container,.colors-showcase .gradients-container{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.colors-showcase .color-swatch,.colors-showcase .gradient-swatch{border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.colors-showcase .color-swatch:hover,.colors-showcase .gradient-swatch:hover{transform:translateY(-4px);box-shadow:0 6px 12px #00000026}.colors-showcase .color-sample,.colors-showcase .gradient-sample{height:120px;display:flex;align-items:center;justify-content:center;font-weight:600;padding:16px;text-align:center;word-break:break-word}.colors-showcase .color-details,.colors-showcase .gradient-details{padding:12px;background-color:#fff;border-top:1px solid rgba(0,0,0,.05)}.colors-showcase .color-details .color-value,.colors-showcase .color-details .gradient-value,.colors-showcase .gradient-details .color-value,.colors-showcase .gradient-details .gradient-value{font-family:monospace;font-size:14px;color:#6e6e6e;text-align:center;display:block}.colors-showcase .color-usage-examples{margin-bottom:64px}.colors-showcase .color-usage-examples h2{font-size:32px;font-weight:700;margin-bottom:16px;color:#0f8a38;text-align:center}.colors-showcase .color-usage-examples>p{font-size:18px;color:#6e6e6e;text-align:center;margin-bottom:40px}.colors-showcase .color-usage-example{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:24px}.colors-showcase .color-usage-example h3{font-size:24px;font-weight:600;margin-bottom:24px;color:#08451c;text-align:center}.colors-showcase .color-usage-example .example-container{margin-bottom:32px;border-radius:8px;overflow:hidden;box-shadow:0 8px 24px #00000026}.colors-showcase .color-usage-example .example-container .example-layout{min-height:400px;padding:24px;display:flex;flex-direction:column}.colors-showcase .color-usage-example .example-container .example-layout .example-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:24px}.colors-showcase .color-usage-example .example-container .example-layout .example-header .example-logo{font-size:24px;font-weight:700;color:#fff}.colors-showcase .color-usage-example .example-container .example-layout .example-header .example-nav{display:flex;gap:16px}.colors-showcase .color-usage-example .example-container .example-layout .example-header .example-nav .nav-item{color:#fffc;font-size:14px;cursor:pointer}.colors-showcase .color-usage-example .example-container .example-layout .example-header .example-nav .nav-item.active{color:#fff;font-weight:600}.colors-showcase .color-usage-example .example-container .example-layout .example-content{display:flex;gap:24px;flex:1;margin-bottom:24px}@media screen and (max-width: 768px){.colors-showcase .color-usage-example .example-container .example-layout .example-content{flex-direction:column}}.colors-showcase .color-usage-example .example-container .example-layout .example-content .content-left{flex:1;display:flex;flex-direction:column;justify-content:center;gap:16px}.colors-showcase .color-usage-example .example-container .example-layout .example-content .content-left h4{font-size:28px;font-weight:700;margin:0}.colors-showcase .color-usage-example .example-container .example-layout .example-content .content-left p{margin:0;line-height:1.6;opacity:.9}.colors-showcase .color-usage-example .example-container .example-layout .example-content .content-left button{margin-top:16px;padding:12px 24px;border:none;border-radius:4px;font-weight:600;cursor:pointer;width:fit-content;transition:all .2s ease}.colors-showcase .color-usage-example .example-container .example-layout .example-content .content-left button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.colors-showcase .color-usage-example .example-container .example-layout .example-content .content-right{width:40%;display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 768px){.colors-showcase .color-usage-example .example-container .example-layout .example-content .content-right{width:100%}}.colors-showcase .color-usage-example .example-container .example-layout .example-content .content-right .example-card{padding:16px;border-radius:8px;height:calc(50% - 8px)}.colors-showcase .color-usage-example .example-container .example-layout .example-content .content-right .example-card .card-header{font-weight:600;margin-bottom:8px;font-size:16px}.colors-showcase .color-usage-example .example-container .example-layout .example-content .content-right .example-card .card-body{font-size:14px;opacity:.9}.colors-showcase .color-usage-example .example-container .example-layout .example-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.colors-showcase .color-usage-example .example-container .example-layout .example-footer .footer-text{font-size:14px;opacity:.7}.colors-showcase .color-usage-example .example-container .example-layout .example-footer .accent-elements{display:flex;gap:12px}.colors-showcase .color-usage-example .example-container .example-layout .example-footer .accent-elements .accent-badge,.colors-showcase .color-usage-example .example-container .example-layout .example-footer .accent-elements .accent-icon{padding:4px 8px;border-radius:4px;font-size:14px;font-weight:600}.colors-showcase .color-usage-example .example-explanation .color-distribution{display:flex;gap:16px;margin-bottom:20px}@media screen and (max-width: 480px){.colors-showcase .color-usage-example .example-explanation .color-distribution{flex-direction:column;gap:12px}}.colors-showcase .color-usage-example .example-explanation .color-distribution .color-percentage{flex:1;padding:12px;border-radius:6px;font-size:15px;text-align:center}.colors-showcase .color-usage-example .example-explanation .color-distribution .color-percentage strong{display:block;font-size:18px;margin-bottom:4px}.colors-showcase .color-usage-example .example-explanation p{font-size:16px;line-height:1.6;margin:0;color:#6e6e6e}.colors-showcase .gradients-section{margin-bottom:64px}.colors-showcase .gradients-section h2{font-size:32px;font-weight:700;margin-bottom:16px;color:#0f8a38;text-align:center}.colors-showcase .gradients-section>p{font-size:18px;color:#6e6e6e;text-align:center;margin-bottom:40px}.colors-showcase .gradients-section .gradients-container{display:flex;flex-direction:column;gap:48px}.colors-showcase .gradient-swatch .gradient-sample{position:relative}.colors-showcase .gradient-swatch .gradient-sample span{background-color:#0000004d;padding:6px 12px;border-radius:4px;font-size:14px;line-height:1.2}.colors-showcase .gradient-swatch .gradient-value{white-space:nowrap;overflow:auto;text-overflow:ellipsis;padding-bottom:4px}.colors-showcase .gradient-swatch .gradient-value::-webkit-scrollbar{height:4px;background-color:#0000000d}.colors-showcase .gradient-swatch .gradient-value::-webkit-scrollbar-thumb{background-color:#0003;border-radius:2px}.colors-showcase .usage-section{background-color:#e8fcef;padding:40px;border-radius:12px}.colors-showcase .usage-section h2{font-size:28px;font-weight:700;margin-bottom:32px;color:#0f8a38;text-align:center}.colors-showcase .usage-section .usage-item{margin-bottom:32px}.colors-showcase .usage-section .usage-item:last-child{margin-bottom:0}.colors-showcase .usage-section .usage-item h3{font-size:20px;font-weight:600;margin-bottom:12px;color:#0a5c25}.colors-showcase .usage-section .usage-item p{margin-bottom:16px;line-height:1.6}.colors-showcase .usage-section .usage-item ul{padding-left:20px}.colors-showcase .usage-section .usage-item ul li{margin-bottom:8px;line-height:1.5}.colors-showcase .usage-section .usage-item ul li strong{font-weight:600;color:#610f8a}@media screen and (max-width: 768px){.colors-showcase{padding:60px 0}.colors-showcase .page-header{margin-bottom:36px}.colors-showcase .page-header h1{font-size:32px}.colors-showcase .colors-container,.colors-showcase .gradients-section,.colors-showcase .color-usage-examples{gap:36px;margin-bottom:48px}.colors-showcase .gradients-section h2,.colors-showcase .color-usage-examples h2{font-size:28px}.colors-showcase .gradients-section>p,.colors-showcase .color-usage-examples>p{font-size:16px;margin-bottom:32px}.colors-showcase .usage-section{padding:32px 24px}}@media screen and (max-width: 480px){.colors-showcase{padding:40px 0}.colors-showcase .page-header{margin-bottom:28px}.colors-showcase .page-header h1{font-size:28px}.colors-showcase .page-header p{font-size:16px}.colors-showcase .colors-container,.colors-showcase .gradients-section,.colors-showcase .color-usage-examples{gap:28px;margin-bottom:36px}.colors-showcase .gradients-section h2,.colors-showcase .color-usage-examples h2{font-size:24px}.colors-showcase .gradients-section>p,.colors-showcase .color-usage-examples>p{font-size:15px;margin-bottom:24px}.colors-showcase .usage-section{padding:24px 20px}.colors-showcase .usage-section h2{font-size:24px;margin-bottom:24px}}.lime-color-test{padding:60px 0}.lime-color-test .container{max-width:1200px;margin:0 auto;padding:0 20px}.lime-color-test .page-header{margin-bottom:40px;text-align:center}.lime-color-test .page-header h1{font-size:2.5rem;margin-bottom:10px;color:var(--dark-green-7)}.lime-color-test .page-header p{font-size:1.1rem;color:var(--neutral-600)}.lime-color-test section{margin-bottom:60px}.lime-color-test section h2{font-size:1.8rem;margin-bottom:20px;color:var(--dark-green-7);position:relative}.lime-color-test section h2:after{content:"";display:block;width:60px;height:3px;background-color:var(--logo-lime);margin-top:8px}.lime-color-test .combination-set,.lime-color-test .component-set,.lime-color-test .example-set,.lime-color-test .recommendation-item{margin-bottom:40px}.lime-color-test .combination-set h3,.lime-color-test .component-set h3,.lime-color-test .example-set h3,.lime-color-test .recommendation-item h3{font-size:1.4rem;margin-bottom:20px;color:var(--dark-green-7)}.lime-color-test .color-row{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:30px}.lime-color-test .color-combo{flex:1;min-width:200px}.lime-color-test .color-combo .color-block{height:120px;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px;text-align:center;font-weight:500;box-shadow:0 2px 4px #0000001a;margin-bottom:8px}.lime-color-test .color-combo .color-block span{line-height:1.5}.lime-color-test .color-combo .caption{text-align:center;font-size:.9rem;color:var(--neutral-600)}.lime-color-test .component-row{display:flex;flex-wrap:wrap;gap:30px;margin-bottom:20px}.lime-color-test .component-item{flex:1;min-width:200px;display:flex;flex-direction:column;align-items:center}.lime-color-test .component-item .caption{margin-top:10px;font-size:.9rem;color:var(--neutral-600);text-align:center}.lime-color-test button{padding:6px 14px;border-radius:5px;font-weight:500;border:none;cursor:pointer;transition:all .2s ease;font-family:inherit;font-size:.9rem}.lime-color-test button.small{padding:4px 10px;font-size:.8rem}.lime-color-test .lime-primary-btn{background-color:var(--logo-lime);color:var(--dark-green-7)}.lime-color-test .lime-primary-btn:hover{background-color:#95b300;box-shadow:0 2px 4px #0003}.lime-color-test .lime-outline-btn{background-color:transparent;color:var(--logo-lime);border:2px solid var(--logo-lime)}.lime-color-test .lime-outline-btn:hover{background-color:#aacc001a}.lime-color-test .lime-text-btn{background-color:transparent;color:var(--logo-lime);text-decoration:underline;padding:10px 0}.lime-color-test .lime-text-btn:hover{color:#809900}.lime-color-test .white-btn{background-color:#fff;color:var(--dark-green-7)}.lime-color-test .white-btn:hover{background-color:#ffffffe6}.lime-color-test .cards-row .component-item{min-width:250px}.lime-color-test .lime-card,.lime-color-test .lime-border-card{width:100%;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.lime-color-test .lime-card .card-header,.lime-color-test .lime-border-card .card-header{padding:12px 16px;font-weight:600}.lime-color-test .lime-card .card-body,.lime-color-test .lime-border-card .card-body{padding:16px}.lime-color-test .lime-card .card-body p,.lime-color-test .lime-border-card .card-body p{margin-bottom:12px;color:var(--neutral-700)}.lime-color-test .lime-card .card-header{background-color:var(--logo-lime);color:var(--dark-green-7)}.lime-color-test .lime-border-card{border:2px solid var(--logo-lime)}.lime-color-test .lime-border-card .card-header{color:var(--logo-lime);border-bottom:1px solid var(--neutral-200)}.lime-color-test .lime-gradient-card{width:100%;height:200px;border-radius:8px;background:linear-gradient(135deg,var(--logo-lime) 0%,var(--logo-green) 100%);box-shadow:0 2px 8px #0000001a;padding:24px;display:flex;flex-direction:column;justify-content:center}.lime-color-test .lime-gradient-card .card-content{color:#fff}.lime-color-test .lime-gradient-card .card-content h4{font-size:1.3rem;margin-bottom:10px}.lime-color-test .lime-gradient-card .card-content p{margin-bottom:15px;opacity:.9}.lime-color-test .lime-nav{display:flex;gap:3px;background-color:#fff;padding:3px;border-radius:6px;box-shadow:0 1px 3px #0000001a;width:100%}.lime-color-test .lime-nav .nav-item{padding:6px 12px;cursor:pointer;border-radius:4px;font-weight:500;font-size:.9rem;transition:all .2s ease}.lime-color-test .lime-nav .nav-item:hover{background-color:#aacc001a}.lime-color-test .lime-nav .nav-item.active{background-color:var(--logo-lime);color:var(--dark-green-7)}.lime-color-test .tag-container,.lime-color-test .badge-container{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;width:100%}.lime-color-test .lime-tag{background-color:var(--logo-lime);color:var(--dark-green-7);padding:4px 8px;border-radius:3px;font-size:.75rem;font-weight:500}.lime-color-test .lime-badge{background-color:var(--logo-lime);color:var(--dark-green-7);padding:3px 6px;border-radius:10px;font-size:.75rem;font-weight:600}.lime-color-test .lime-outline-badge{background-color:transparent;color:var(--logo-lime);border:1px solid var(--logo-lime);padding:3px 6px;border-radius:10px;font-size:.75rem;font-weight:600}.lime-color-test .lime-icon-badge{background-color:var(--logo-lime);color:var(--dark-green-7);width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.8rem;font-weight:700}.lime-color-test .example-container{background-color:var(--neutral-50);border-radius:12px;padding:30px;margin-bottom:15px}.lime-color-test .product-showcase .product-header{text-align:center;margin-bottom:30px}.lime-color-test .product-showcase .product-header h2{color:var(--dark-green-7);margin-bottom:10px}.lime-color-test .product-showcase .product-header h2:after{content:none}.lime-color-test .product-showcase .product-header p{color:var(--neutral-600)}.lime-color-test .product-showcase .products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.lime-color-test .product-showcase .product-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.lime-color-test .product-showcase .product-card .product-image{height:180px;background-color:var(--neutral-200)}.lime-color-test .product-showcase .product-card .product-info{padding:16px}.lime-color-test .product-showcase .product-card .product-info .lime-tag,.lime-color-test .product-showcase .product-card .product-info .lime-outline-badge{display:inline-block;margin-bottom:10px}.lime-color-test .product-showcase .product-card .product-info h4{margin-bottom:5px;color:var(--dark-green-7)}.lime-color-test .product-showcase .product-card .product-info p{color:var(--neutral-600);margin-bottom:15px;font-size:.9rem}.lime-color-test .product-showcase .product-card .product-info .price-row{display:flex;justify-content:space-between;align-items:center}.lime-color-test .product-showcase .product-card .product-info .price-row .price{font-weight:600;color:var(--dark-green-7)}.lime-color-test .hero-section{background:linear-gradient(135deg,#0a5c26cc,#08451ce6),url(https://via.placeholder.com/1200x400) center/cover no-repeat;height:300px;border-radius:12px;display:flex;align-items:center;padding:0 40px}.lime-color-test .hero-section .hero-content{max-width:600px}.lime-color-test .hero-section .hero-content h1{font-size:2.5rem;color:#fff;margin-bottom:15px}.lime-color-test .hero-section .hero-content p{color:#ffffffe6;margin-bottom:25px;font-size:1.1rem}.lime-color-test .hero-section .hero-content .hero-cta{display:flex;gap:15px}.lime-color-test .feature-section .section-header{text-align:center;margin-bottom:40px}.lime-color-test .feature-section .section-header h2{color:var(--dark-green-7);margin-bottom:15px}.lime-color-test .feature-section .section-header h2:after{content:none}.lime-color-test .feature-section .section-header .lime-divider{height:3px;width:60px;background-color:var(--logo-lime);margin:0 auto}.lime-color-test .feature-section .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.lime-color-test .feature-section .feature-item{text-align:center}.lime-color-test .feature-section .feature-item .feature-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;font-size:1.5rem}.lime-color-test .feature-section .feature-item .lime-icon{background-color:var(--logo-lime);color:var(--dark-green-7)}.lime-color-test .feature-section .feature-item h4{color:var(--dark-green-7);margin-bottom:10px}.lime-color-test .feature-section .feature-item p{color:var(--neutral-600);font-size:.95rem}.lime-color-test .recommendation-item ul{padding-left:20px}.lime-color-test .recommendation-item ul li{margin-bottom:10px;line-height:1.5;color:var(--neutral-700)}@media (max-width: 768px){.lime-color-test .color-row,.lime-color-test .component-row,.lime-color-test .products-grid,.lime-color-test .features-grid{flex-direction:column}.lime-color-test .color-row .color-combo,.lime-color-test .color-row .component-item,.lime-color-test .component-row .color-combo,.lime-color-test .component-row .component-item,.lime-color-test .products-grid .color-combo,.lime-color-test .products-grid .component-item,.lime-color-test .features-grid .color-combo,.lime-color-test .features-grid .component-item{min-width:100%}.lime-color-test .hero-section{padding:0 20px}.lime-color-test .hero-section .hero-content h1{font-size:2rem}.lime-color-test .products-grid,.lime-color-test .features-grid{grid-template-columns:1fr}}:root{--logo-green: #0A5C26;--logo-lime: #AACC00;--dark-green-2: #0B6E2E;--dark-green-3: #0D7F34;--dark-green-7: #064018;--dark-green-soft: rgba(10, 92, 38, .85);--light-green-6: #F0F8E8;--dark-yellow-1: #EBEB47;--light-yellow-1: #FFFBE6;--neutral-100: #F8F7F5;--neutral-200: #F0EFED;--neutral-300: #E5E4E2;--neutral-600: #8A8884;--text-primary: #1C1C1C;--text-secondary: #505050;--border-light: rgba(10, 92, 38, .1);--border-medium: rgba(10, 92, 38, .2);--glass-blur: 10px;--glass-opacity: .8;--glass-border: 1px solid rgba(255, 255, 255, .2);--gradient-green: linear-gradient(135deg, var(--logo-green) 0%, var(--dark-green-3) 100%);--gradient-green-glass: linear-gradient(135deg, rgba(10, 92, 38, .85) 0%, rgba(13, 127, 52, .85) 100%);--radius-full: 9999px;--radius-large: 16px;--radius-medium: 12px;--radius-small: 8px}.color-system-demo{padding:0;margin:0;color:var(--text-primary);font-family:var(--font-family, "Inter", sans-serif)}.color-system-demo .demo-container{max-width:1400px;margin:0 auto;padding:20px}.color-system-demo .app-container{position:relative;display:flex;min-height:800px;margin-bottom:60px;border-radius:var(--radius-large);overflow:visible;background-color:#fff;border:1px solid var(--border-light)}.color-system-demo .sidebar{width:240px;background:linear-gradient(135deg,white 0%,var(--light-yellow-1) 100%);color:var(--text-secondary);flex-shrink:0;border-radius:var(--radius-large);box-shadow:none;border:1px solid var(--border-light);margin:15px;position:absolute;top:0;bottom:0;left:0;display:flex;flex-direction:column;z-index:10}.color-system-demo .sidebar .sidebar-header{padding:20px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--border-light);background:#fff}.color-system-demo .sidebar .sidebar-header .logo{display:flex;justify-content:center;align-items:center;width:100%;padding:10px;background-color:#fff;border-radius:var(--radius-small)}.color-system-demo .sidebar .sidebar-header .logo svg{max-width:100%;height:auto;width:140px;overflow:visible;filter:none}.color-system-demo .sidebar .sidebar-header .logo svg path{vector-effect:non-scaling-stroke}.color-system-demo .sidebar .sidebar-nav{padding:20px 0;flex-grow:1;overflow-y:auto}.color-system-demo .sidebar .sidebar-nav .nav-item{padding:12px 20px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:all .3s ease;border-radius:var(--radius-full);margin:4px 8px;color:var(--text-secondary)}.color-system-demo .sidebar .sidebar-nav .nav-item:hover{background-color:#fff9}.color-system-demo .sidebar .sidebar-nav .nav-item.active{background-color:var(--light-green-6);color:var(--logo-green);font-weight:500;border:1px solid var(--logo-green)}.color-system-demo .sidebar .sidebar-nav .nav-item.active svg{color:var(--logo-green)}.color-system-demo .sidebar .sidebar-nav .nav-item svg{color:var(--neutral-600)}.color-system-demo .sidebar .sidebar-footer{margin-top:auto;padding:15px;border-top:1px solid var(--border-light)}.color-system-demo .sidebar .sidebar-footer .profile-section{display:flex;align-items:center;gap:12px;padding:8px;border-radius:var(--radius-medium);cursor:pointer;transition:background-color .2s ease}.color-system-demo .sidebar .sidebar-footer .profile-section:hover{background-color:#fff9}.color-system-demo .sidebar .sidebar-footer .profile-section .profile-avatar{width:36px;height:36px;border-radius:var(--radius-full);background-color:var(--light-green-6);display:flex;align-items:center;justify-content:center}.color-system-demo .sidebar .sidebar-footer .profile-section .profile-avatar svg{color:var(--logo-green)}.color-system-demo .sidebar .sidebar-footer .profile-section .profile-info{display:flex;flex-direction:column}.color-system-demo .sidebar .sidebar-footer .profile-section .profile-info .profile-name{font-weight:500;color:var(--text-primary);font-size:.9rem}.color-system-demo .sidebar .sidebar-footer .profile-section .profile-info .profile-email{font-size:.75rem;color:var(--neutral-600)}.color-system-demo .content-area{flex:1;display:flex;flex-direction:column;background-color:#fff;margin-left:270px;width:calc(100% - 300px);padding-top:15px}.color-system-demo .content-area .page-title{font-size:1.2rem;font-weight:500;color:var(--logo-green);margin:15px 20px;padding-bottom:15px;border-bottom:1px solid var(--border-light)}.color-system-demo .content-area .notification{background-color:#fff8e1b3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid var(--border-light);border-left:2px solid var(--dark-yellow-1);padding:15px 20px;margin:20px;border-radius:var(--radius-medium);display:flex;justify-content:space-between;align-items:center}.color-system-demo .content-area .notification .notification-content p{margin:0;font-weight:400}.color-system-demo .content-area .notification .notification-content p strong{color:var(--dark-green-7);font-weight:500}.color-system-demo .content-area .notification .notification-actions{display:flex;gap:10px}.color-system-demo .content-area .notification .notification-actions .primary-cta{background-color:var(--dark-yellow-1);color:var(--dark-green-7);padding:8px 16px;border:none;border-radius:var(--radius-full);font-weight:500;cursor:pointer}.color-system-demo .content-area .notification .notification-actions .primary-cta:hover{background-color:#d6d641}.color-system-demo .content-area .notification .notification-actions .dismiss-btn{background-color:transparent;color:var(--neutral-600);padding:8px 16px;border:none;cursor:pointer;font-weight:400;border-radius:var(--radius-full)}.color-system-demo .content-area .notification .notification-actions .dismiss-btn:hover{background-color:#0000000d}.color-system-demo .content-area .content-wrapper{flex:1;padding:20px;background:#fff;overflow:auto}.color-system-demo .content-area .content-wrapper .content-header-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.color-system-demo .content-area .content-wrapper .content-header-bar h2{font-size:1.5rem;font-weight:500;color:var(--dark-green-7);margin:0}.color-system-demo .content-area .content-wrapper .content-header-bar .add-product-btn{background-color:var(--logo-green);color:#fff;border:none;padding:8px 16px;border-radius:var(--radius-full);font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px}.color-system-demo .content-area .content-wrapper .content-header-bar .add-product-btn:hover{background-color:var(--dark-green-2)}.color-system-demo .content-area .content-wrapper .filter-section{background-color:#fff;border:1px solid var(--border-light);border-radius:var(--radius-medium);padding:15px 20px;display:flex;justify-content:space-between;margin-bottom:25px;flex-wrap:wrap;gap:15px}.color-system-demo .content-area .content-wrapper .filter-section .filter-group{display:flex;align-items:center;gap:10px}.color-system-demo .content-area .content-wrapper .filter-section .filter-group label{font-weight:400;color:var(--text-secondary)}.color-system-demo .content-area .content-wrapper .filter-section .filter-group select{padding:8px 12px;border:1px solid var(--border-light);border-radius:var(--radius-full);background-color:#fff;font-weight:400}.color-system-demo .content-area .content-wrapper .filter-section .filter-group .status-filters{display:flex;gap:5px}.color-system-demo .content-area .content-wrapper .filter-section .filter-group .status-filters .status-filter{padding:6px 12px;border-radius:var(--radius-full);background-color:#fff;border:1px solid var(--border-light);font-size:.9rem;cursor:pointer;font-weight:400}.color-system-demo .content-area .content-wrapper .filter-section .filter-group .status-filters .status-filter.active{background-color:var(--light-green-6);border:1px solid var(--logo-green);color:var(--logo-green);font-weight:500}.color-system-demo .content-area .content-wrapper .filter-section .search-box{display:flex;align-items:center}.color-system-demo .content-area .content-wrapper .filter-section .search-box input{padding:8px 12px;border:1px solid var(--border-light);border-radius:var(--radius-full) 0 0 var(--radius-full);font-size:.9rem;width:200px;background-color:#fff;font-weight:400}.color-system-demo .content-area .content-wrapper .filter-section .search-box .search-btn{background-color:var(--logo-green);color:#fff;border:none;border-radius:0 var(--radius-full) var(--radius-full) 0;padding:8px 12px;cursor:pointer;font-weight:500}.color-system-demo .content-area .content-wrapper .filter-section .search-box .search-btn:hover{background-color:var(--dark-green-2)}.color-system-demo .content-area .content-wrapper .product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:25px;margin-bottom:30px}.color-system-demo .content-area .content-wrapper .product-grid .product-card{background-color:#fff;border:1px solid var(--border-light);border-radius:var(--radius-medium);overflow:hidden;height:100%;display:flex;flex-direction:column;position:relative}.color-system-demo .content-area .content-wrapper .product-grid .product-card.featured{border:1px solid var(--logo-lime)}.color-system-demo .content-area .content-wrapper .product-grid .product-card .featured-badge{position:absolute;top:10px;right:10px;background-color:var(--logo-lime);color:var(--dark-green-7);padding:4px 10px;border-radius:var(--radius-full);font-size:.8rem;font-weight:500;z-index:2}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-image{height:240px;background-color:var(--neutral-200);background-image:url(https://via.placeholder.com/300x400);background-size:cover;background-position:center}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-image.special-offer{position:relative}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-image.special-offer:after{content:"Special Offer";position:absolute;bottom:10px;left:10px;background-color:var(--dark-yellow-1);color:var(--dark-green-7);padding:4px 10px;border-radius:var(--radius-full);font-size:.8rem;font-weight:500}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-image.premium{background-image:url(https://via.placeholder.com/300x400/0A5C26/FFFFFF)}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info{padding:15px;display:flex;flex-direction:column;flex:1}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-tags{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:10px}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-tags .product-tag{font-size:.7rem;padding:2px 8px;border-radius:var(--radius-full);font-weight:400}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-tags .product-tag.bestseller{background-color:var(--logo-lime);color:var(--dark-green-7)}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-tags .product-tag.organic{background-color:var(--light-green-6);color:var(--dark-green-7)}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-tags .product-tag.new{background-color:var(--dark-green-3);color:#fff}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-tags .product-tag.premium{background-color:#f0e6c8;color:#963}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-tags .product-tag.limited,.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-tags .product-tag.sale{background-color:#ffe0e0;color:#c33}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info h3{margin:0 0 8px;font-size:1.1rem;font-weight:500;color:var(--dark-green-7)}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-description{margin:0 0 15px;font-size:.9rem;color:var(--text-secondary);flex-grow:1;font-weight:400}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-meta .product-price{font-size:1.1rem;font-weight:500;color:var(--dark-green-7);display:flex;align-items:center;gap:4px;background-color:#aacc001a;padding:4px 10px;border-radius:var(--radius-full)}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-meta .product-price:before{content:"";display:inline-block;width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%230A5C26' viewBox='0 0 256 256'%3E%3Cpath d='M128,56a72,72,0,0,0,0,144h4.7a71.84,71.84,0,0,0,42-13.61A72,72,0,0,0,200,128c0-1.2,0-2.4-.08-3.6A72.08,72.08,0,0,0,128,56Zm46.31,129.68A68,68,0,0,1,132.7,196H128a68,68,0,0,1-43.65-120.82A67.93,67.93,0,0,1,168,60.37a4,4,0,0,1,2.68,5,36,36,0,0,0,45.07,45.07,4,4,0,0,1,5,2.68A67.76,67.76,0,0,1,221,128,68,68,0,0,1,174.31,185.68ZM172,80a8,8,0,1,1,8,8A8,8,0,0,1,172,80Z'%3E%3C/path%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-meta .product-price:after{content:"MAD";font-size:.7rem;opacity:.7;font-weight:400;margin-left:2px}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-meta .product-status{font-size:.8rem;padding:4px 10px;border-radius:var(--radius-full);font-weight:400}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-meta .product-status.in-stock{background-color:var(--light-green-6);color:var(--dark-green-7)}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-meta .product-status.in-stock:before{content:"";display:inline-block;width:8px;height:8px;background-color:var(--dark-green-3);border-radius:50%;margin-right:4px}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-meta .product-status.low-stock{background-color:#fff4e0;color:#c60}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-meta .product-status.low-stock:before{content:"";display:inline-block;width:8px;height:8px;background-color:#c60;border-radius:50%;margin-right:4px}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-meta .product-status.out-of-stock{background-color:#ffe0e0;color:#c33}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-meta .product-status.out-of-stock:before{content:"";display:inline-block;width:8px;height:8px;background-color:#c33;border-radius:50%;margin-right:4px}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-actions{display:flex;gap:10px}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-actions .product-action-btn{flex:1;padding:8px 12px;border:none;border-radius:var(--radius-full);font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px;font-weight:400}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-actions .product-action-btn.edit{background-color:var(--neutral-200);color:var(--text-secondary);border:1px solid var(--border-light)}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-actions .product-action-btn.edit:before{content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23505050' viewBox='0 0 256 256'%3E%3Cpath d='M227.32,73.37,182.63,28.69a16,16,0,0,0-22.63,0L36.69,152A15.86,15.86,0,0,0,32,163.31V208a16,16,0,0,0,16,16H92.69A15.86,15.86,0,0,0,104,219.31L227.32,96a16,16,0,0,0,0-22.63ZM51.31,160,136,75.31,152.69,92,68,176.69ZM48,179.31,76.69,208H48Zm48,25.38L79.32,188,164,103.31,180.69,120Z'%3E%3C/path%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-actions .product-action-btn.view{background-color:var(--logo-green);color:#fff}.color-system-demo .content-area .content-wrapper .product-grid .product-card .product-info .product-actions .product-action-btn.view:before{content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='white' viewBox='0 0 256 256'%3E%3Cpath d='M247.31,124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57,61.26,162.88,48,128,48S61.43,61.26,36.34,86.35C17.51,105.18,9,124,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208s66.57-13.26,91.66-38.34c18.83-18.83,27.3-37.61,27.65-38.4A8,8,0,0,0,247.31,124.76ZM128,192c-30.78,0-57.67-11.19-79.93-33.25A133.47,133.47,0,0,1,25,128,133.33,133.33,0,0,1,48.07,97.25C70.33,75.19,97.22,64,128,64s57.67,11.19,79.93,33.25A133.46,133.46,0,0,1,231.05,128C223.84,141.46,192.43,192,128,192Zm0-112a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Z'%3E%3C/path%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}.color-system-demo .content-area .content-wrapper .pagination{display:flex;justify-content:center;align-items:center;gap:5px;margin-top:20px}.color-system-demo .content-area .content-wrapper .pagination .pagination-btn{background-color:#fff;border:1px solid var(--border-light);border-radius:var(--radius-full);padding:8px 16px;font-size:.9rem;cursor:pointer;font-weight:400}.color-system-demo .content-area .content-wrapper .pagination .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.color-system-demo .content-area .content-wrapper .pagination .pagination-btn:hover:not(:disabled){background-color:var(--neutral-200)}.color-system-demo .content-area .content-wrapper .pagination .pagination-page{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);font-size:.9rem;cursor:pointer;background-color:#fff;border:1px solid var(--border-light);font-weight:400}.color-system-demo .content-area .content-wrapper .pagination .pagination-page.active{background-color:var(--light-green-6);color:var(--logo-green);border:1px solid var(--logo-green);font-weight:500}.color-system-demo .content-area .content-wrapper .pagination .pagination-page:hover:not(.active){background-color:var(--neutral-200)}.color-system-demo .color-system-explanation{padding:40px 20px;background-color:#fff;border-radius:var(--radius-large);border:1px solid var(--border-light);margin-bottom:60px}.color-system-demo .color-system-explanation h2{font-size:1.8rem;margin-bottom:30px;font-weight:500;color:var(--dark-green-7)}.color-system-demo .color-system-explanation .color-explanation-item{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid var(--border-light);display:flex;flex-direction:column;gap:15px}.color-system-demo .color-system-explanation .color-explanation-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.color-system-demo .color-system-explanation .color-explanation-item h3{font-size:1.3rem;margin:0;font-weight:500}.color-system-demo .color-system-explanation .color-explanation-item .color-sample{height:80px;border-radius:var(--radius-medium);border:1px solid var(--border-light);margin-bottom:10px;overflow:hidden}.color-system-demo .color-system-explanation .color-explanation-item .color-sample.neutral-background{background:linear-gradient(135deg,white 0%,var(--light-yellow-1) 100%)}.color-system-demo .color-system-explanation .color-explanation-item .color-sample.dark-text,.color-system-demo .color-system-explanation .color-explanation-item .color-sample.white-text{display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:400}.color-system-demo .color-system-explanation .color-explanation-item .color-sample.dark-text{color:var(--text-primary);background-color:#fff}.color-system-demo .color-system-explanation .color-explanation-item .color-sample.white-text{color:#fff;background:var(--gradient-green)}.color-system-demo .color-system-explanation .color-explanation-item .color-samples{display:flex;gap:15px}.color-system-demo .color-system-explanation .color-explanation-item .color-samples .color-sample{flex:1}.color-system-demo .color-system-explanation .color-explanation-item p{margin:0;line-height:1.6;font-weight:400}.color-system-demo .color-system-explanation .color-explanation-item p strong{font-weight:500}.color-system-demo .color-system-explanation .color-explanation-item p code{background-color:var(--neutral-200);padding:2px 5px;border-radius:3px;font-size:.9em}@media (max-width: 1024px){.color-system-demo .app-container{flex-direction:column;padding-top:70px}.color-system-demo .sidebar{position:fixed;width:100%;margin:0;border-radius:0;box-shadow:0 2px 5px #0000001a;border-bottom:1px solid var(--border-light);border-left:none;border-right:none;border-top:none;height:auto;top:0;left:0;right:0;bottom:auto;z-index:100}.color-system-demo .content-area{margin-left:0;width:100%;padding-top:0}.color-system-demo .sidebar-nav{display:flex;overflow-x:auto;padding:10px}.color-system-demo .sidebar-nav .nav-item{padding:10px 15px;white-space:nowrap}.color-system-demo .product-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.color-system-demo .filter-section{flex-direction:column;align-items:flex-start}.color-system-demo .filter-section .filter-group,.color-system-demo .filter-section .search-box{width:100%}.color-system-demo .filter-section .search-box input{flex:1}}@media (max-width: 768px){.color-system-demo .content-header{flex-direction:column;gap:15px}.color-system-demo .notification{flex-direction:column;align-items:flex-start}.color-system-demo .notification .notification-actions{margin-top:15px;width:100%}.color-system-demo .filter-section .filter-group,.color-system-demo .filter-section .search-box{width:100%}.color-system-demo .filter-section .search-box input{flex:1}.color-system-demo .product-grid{grid-template-columns:1fr}}:root{--showcase-bg: #F8F7F5;--showcase-border: rgba(170, 204, 0, .2);--showcase-header: #0A5C26;--showcase-text: #1C1C1C;--showcase-code-bg: #f5f5f5;--showcase-tab-active: #AACC00}:root{--container-width: 1200px;--section-max-width: 1440px;--section-padding: 80px;--section-padding-mobile: 20px;--navbar-height: 96px;--navbar-height-mobile: 80px;--navbar-padding: 24px;--navbar-padding-mobile: 16px;--border-radius-sm: 4px;--border-radius: 8px;--border-radius-lg: 12px;--border-radius-xl: 16px;--border-radius-round: 9999px;--dark-green-1: #0A5C25;--dark-green-2: #0D732F;--dark-green-3: #0F8A38;--dark-green-4: #12A141;--dark-green-5: #006622;--dark-green-6: #226600;--dark-green-7: #08451C;--dark-green-8: #339900;--logo-green: #0A5C26;--light-green-1: #E8FCEF;--light-green-2: #D1FADF;--light-green-3: #BAF7CF;--light-green-4: #A3F5BE;--light-green-5: #DDFFCC;--light-green-6: #E2F0DB;--dark-yellow-1: #EBEB47;--logo-lime: #AACC00;--light-yellow-1: #FCFCE8;--light-yellow-2: #FAFAD1;--light-yellow-3: #F9F9D2;--light-yellow-4: #F5F5A3;--text-primary: #1C1C1C;--text-secondary: #6e6e6e;--border-light: rgba(10, 92, 38, .1);--border-color: #e0e0e0}.product-card,.product-card-shop{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;background-color:#fff}.product-card:hover,.product-card-shop:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000014,0 4px 8px #0000000d}.product-card:hover .product-image-container img,.product-card-shop:hover .product-image-container img{transform:scale(1.05)}.product-card .product-image-container,.product-card-shop .product-image-container{position:relative;aspect-ratio:1/1;overflow:hidden}.product-card .product-image-container img,.product-card-shop .product-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card .product-image-container .product-badge,.product-card-shop .product-image-container .product-badge{position:absolute;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:4px}.product-card .product-image-container .product-badge.discount,.product-card-shop .product-image-container .product-badge.discount{top:.75rem;left:.75rem;background-color:#e5801a;color:#fff}.product-card .product-image-container .product-badge.new,.product-card-shop .product-image-container .product-badge.new,.product-card .product-image-container .product-badge.status,.product-card-shop .product-image-container .product-badge.status{top:.75rem;right:.75rem;padding:.25rem .5rem;border-radius:4px}.product-card .product-image-container .product-badge.new,.product-card-shop .product-image-container .product-badge.new{background-color:#0f8a38;color:#fff}.product-card .product-image-container .product-badge.bestseller,.product-card-shop .product-image-container .product-badge.bestseller{background-color:#410a5c;color:#fff}.product-card .product-image-container .favorite-button,.product-card-shop .product-image-container .favorite-button{position:absolute;bottom:.75rem;right:.75rem;background-color:#fff;border:none;width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 5px #0000001a;transition:transform .2s}.product-card .product-image-container .favorite-button:hover,.product-card-shop .product-image-container .favorite-button:hover{transform:scale(1.1)}.product-card .product-image-container .favorite-button.active,.product-card-shop .product-image-container .favorite-button.active{color:#e74c3c}.product-card .product-info,.product-card-shop .product-info{padding:1.25rem}.product-card .product-info .product-category,.product-card-shop .product-info .product-category{font-size:.75rem;color:#6e6e6e;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.product-card .product-info .product-name,.product-card-shop .product-info .product-name{font-size:1rem;font-weight:600;margin-bottom:.5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card .product-info .product-rating,.product-card-shop .product-info .product-rating{display:flex;align-items:center;gap:.25rem;margin-bottom:.75rem;font-size:.75rem}.product-card .product-info .product-rating svg,.product-card-shop .product-info .product-rating svg{color:#f1c40f}.product-card .product-info .product-price,.product-card-shop .product-info .product-price{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.product-card .product-info .product-price .old-price,.product-card-shop .product-info .product-price .old-price{color:#6e6e6e;text-decoration:line-through;font-size:.875rem}.product-card .product-info .product-price .current-price,.product-card-shop .product-info .product-price .current-price{font-size:1.125rem;font-weight:600;color:#0f8a38}.product-card .product-info .product-button,.product-card-shop .product-info .product-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background-color:#0f8a38;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.product-card .product-info .product-button:hover:not(:disabled),.product-card-shop .product-info .product-button:hover:not(:disabled){background-color:#0a5c25}.product-card .product-info .product-button:disabled,.product-card-shop .product-info .product-button:disabled{background-color:#e0e0e0;cursor:not-allowed}.product-card-shop{border:none;box-shadow:none}.cart-sidebar{position:fixed;top:0;right:0;width:400px;height:100vh;background-color:#fff;box-shadow:-5px 0 20px #0000001a;z-index:40;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease}.cart-sidebar.open{transform:translate(0)}@media screen and (max-width: 768px){.cart-sidebar{width:320px}}@media screen and (max-width: 480px){.cart-sidebar{width:100%}}.cart-sidebar .cart-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;border-bottom:1px solid #e0e0e0}.cart-sidebar .cart-header h2{display:flex;align-items:center;gap:.5rem;font-size:1.25rem}.cart-sidebar .cart-header h2 .cart-count{background-color:#0f8a38;color:#fff;font-size:.75rem;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:.25rem}.cart-sidebar .cart-header .close-cart{background:none;border:none;cursor:pointer;color:#1c1c1c;transition:color .15s ease}.cart-sidebar .cart-header .close-cart:hover{color:#0f8a38}.cart-sidebar .cart-items{flex:1;overflow-y:auto;padding:1.25rem}.cart-sidebar .cart-items .empty-cart{display:flex;flex-direction:column;gap:1.5rem;justify-content:center;align-items:center;height:100%;text-align:center;color:#6e6e6e}.cart-sidebar .cart-items .empty-cart svg{opacity:.5}.cart-sidebar .cart-items .empty-cart p{margin-bottom:1rem}.cart-sidebar .cart-items .cart-item{display:grid;grid-template-columns:70px 1fr auto auto;gap:1rem;padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid #e0e0e0;position:relative}.cart-sidebar .cart-items .cart-item:last-child{margin-bottom:0}.cart-sidebar .cart-items .cart-item .item-image{width:70px;height:70px;border-radius:8px;overflow:hidden}.cart-sidebar .cart-items .cart-item .item-image img{width:100%;height:100%;object-fit:cover}.cart-sidebar .cart-items .cart-item .item-details{display:flex;flex-direction:column;gap:.25rem;justify-content:center;align-items:flex-start}.cart-sidebar .cart-items .cart-item .item-details .item-name{font-size:.875rem;font-weight:500;margin-bottom:.25rem}.cart-sidebar .cart-items .cart-item .item-details .item-variant{font-size:.75rem;color:#6e6e6e;margin-bottom:.25rem}.cart-sidebar .cart-items .cart-item .item-details .item-price{font-size:.875rem;color:#0f8a38;font-weight:500}.cart-sidebar .cart-items .cart-item .item-quantity{display:flex;flex-direction:row;gap:.5rem;justify-content:center;align-items:center;height:fit-content;align-self:center}.cart-sidebar .cart-items .cart-item .item-quantity .quantity-button{width:26px;height:26px;display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;font-size:1rem}.cart-sidebar .cart-items .cart-item .item-quantity .quantity-button:hover{background-color:#eaeaea}.cart-sidebar .cart-items .cart-item .item-quantity .quantity{width:22px;text-align:center;font-size:.875rem}.cart-sidebar .cart-items .cart-item .item-subtotal{font-size:.875rem;font-weight:500;align-self:center;text-align:right}.cart-sidebar .cart-items .cart-item .remove-item-button{position:absolute;top:0;right:0;background:none;border:none;cursor:pointer;color:#6e6e6e}.cart-sidebar .cart-items .cart-item .remove-item-button:hover{color:#e74c3c}.cart-sidebar .cart-summary{padding:1.25rem;border-top:1px solid #e0e0e0;background-color:#f9f9f9}.cart-sidebar .cart-summary .summary-title{font-size:1.125rem;margin-bottom:1rem}.cart-sidebar .cart-summary .summary-row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.875rem}.cart-sidebar .cart-summary .summary-row.savings{color:#4caf50}.cart-sidebar .cart-summary .summary-total{display:flex;justify-content:space-between;padding-top:.75rem;margin-top:.75rem;border-top:1px solid #e0e0e0;font-weight:600;font-size:1.125rem}.cart-sidebar .cart-summary .checkout-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none;width:100%;margin-top:1.5rem;background-color:#0f8a38;color:#fff}.cart-sidebar .cart-summary .checkout-button:disabled{opacity:.6;cursor:not-allowed}.cart-sidebar .cart-summary .checkout-button:hover{background-color:#0a5c25}.cart-toggle{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;border-radius:50%;background-color:#0f8a38;color:#fff;border:none;display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 3px 10px #0f8a384d;transition:transform .15s ease,background-color .15s ease;z-index:30}.cart-toggle:hover{transform:scale(1.05);background-color:#0a5c25}.cart-toggle .cart-toggle-count{position:absolute;top:-5px;right:-5px;background-color:#e5801a;color:#fff;font-size:.75rem;width:22px;height:22px;border-radius:50%;display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center}@media screen and (max-width: 480px){.cart-toggle{width:48px;height:48px;bottom:1.5rem;right:1.5rem}.cart-toggle svg{width:20px;height:20px}}.cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:30}.breadcrumb{display:flex;flex-direction:row;gap:.25rem;justify-content:flex-start;align-items:center;margin-bottom:1.5rem;color:#fffc}.breadcrumb .breadcrumb-item{display:flex;flex-direction:row;gap:.25rem;justify-content:flex-start;align-items:center;font-size:.875rem;color:#fffc;text-decoration:none}.breadcrumb .breadcrumb-item:hover{color:#fff;text-decoration:underline}.breadcrumb .breadcrumb-item.active{color:#fff;font-weight:500}.breadcrumb .breadcrumb-separator{margin:0 .5rem;color:#ffffff80}.pagination{display:flex;flex-direction:row;gap:1rem;justify-content:center;align-items:center;margin-top:3rem}.pagination .pagination-button{background-color:transparent;border:1px solid #e0e0e0;border-radius:8px;padding:.5rem 1rem;cursor:pointer;font-size:.875rem;transition:all .15s ease}.pagination .pagination-button:hover:not(:disabled){background-color:#0f8a38;color:#fff;border-color:#0f8a38}.pagination .pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination .pagination-numbers{display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start;align-items:center}.pagination .pagination-numbers .pagination-number{width:2rem;height:2rem;display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;border-radius:50%;border:1px solid #e0e0e0;background-color:transparent;cursor:pointer;transition:all .15s ease}.pagination .pagination-numbers .pagination-number:hover:not(.active){background-color:#e0e0e0}.pagination .pagination-numbers .pagination-number.active{background-color:#0f8a38;color:#fff;border-color:#0f8a38;font-weight:500}@media screen and (max-width: 480px){.pagination{flex-wrap:wrap;gap:.5rem}.pagination .pagination-numbers{order:3;width:100%;justify-content:center;margin-top:.5rem}}.no-products{grid-column:1/-1;text-align:center;padding:3rem 0}.no-products p{margin-bottom:1.5rem;color:#6e6e6e}.shop-controls{display:flex;flex-direction:row;gap:1rem;justify-content:flex-start;align-items:center;flex-wrap:wrap}.shop-controls .shop-search{border-radius:25px;flex:1;min-width:300px;position:relative;height:100%}.shop-controls .shop-search input{height:100%;width:100%;padding:.75rem .75rem .75rem 2.5rem;border:1px solid #e0e0e0;border-radius:25px;font-size:.875rem;transition:border-color .15s ease}.shop-controls .shop-search input:focus{outline:none;border-color:#0f8a38}.shop-controls .shop-search svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#6e6e6e}.shop-controls .shop-search .clear-search{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#6e6e6e;cursor:pointer}.shop-controls .shop-search .clear-search:hover{color:#1c1c1c}@media screen and (max-width: 480px){.shop-controls .shop-search{min-width:100%}}.shop-controls .shop-sort{border-radius:8px;position:relative}.shop-controls .shop-sort label{display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start;align-items:center;font-size:.875rem}.shop-controls .shop-sort label select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.5rem 1.5rem .5rem .5rem;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;cursor:pointer;font-size:.875rem;min-width:150px}.shop-controls .shop-sort label svg{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);pointer-events:none}.shop-controls .shop-results-count{font-size:.875rem;color:#6e6e6e;margin-left:auto}@media screen and (max-width: 480px){.shop-controls .shop-results-count{width:100%;margin-top:.5rem}}@media screen and (max-width: 480px){.shop-sidebar{display:none}.shop-sidebar.mobile-open{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:40;padding:1rem;overflow-y:auto}}.shop-filters{position:sticky;top:2rem}.shop-filters .filter-section .filter-title{font-size:.95rem;font-weight:500}.shop-filters .filter-section .filter-options{display:flex;flex-direction:column;gap:.75rem;justify-content:flex-start;align-items:stretch}.shop-filters .filter-section .filter-options .filter-option{display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start;align-items:center;cursor:pointer;font-size:.875rem}.shop-filters .filter-section .filter-options .filter-option input{cursor:pointer}.shop-filters .filter-section .filter-options .filter-option.active{color:#0f8a38;font-weight:500}.shop-filters .filter-section .filter-options .filter-option .count{color:#6e6e6e;font-size:.75rem;margin-left:.25rem}.shop-filters .price-slider .price-range{margin-bottom:1rem;padding:.5rem 0}.shop-filters .price-slider .price-range .range-track{height:5px;background-color:#e0e0e0;border-radius:3px;position:relative}.shop-filters .price-slider .price-range .range-track .range-fill{position:absolute;height:100%;background-color:#0f8a38;border-radius:3px}.shop-filters .price-slider .price-range .range-track .range-handle{width:16px;height:16px;background-color:#fff;border:2px solid #0F8A38;border-radius:50%;position:absolute;top:50%;transform:translate(-50%,-50%);cursor:pointer}.shop-filters .price-slider .price-range .range-track .range-handle:hover{box-shadow:0 0 0 5px #0f8a3833}.shop-filters .price-slider .price-inputs{display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start;align-items:center}.shop-filters .price-slider .price-inputs input{width:60px;padding:.4rem;border:1px solid #e0e0e0;border-radius:8px;font-size:.75rem}.shop-filters .clear-filters-button{width:100%;padding:.5rem;background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;font-size:.875rem;transition:all .15s ease}.shop-filters .clear-filters-button:hover{background-color:#eee}.filter-toggle{display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start;align-items:center;background-color:#fff3;border:none;color:#fff;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:background-color .15s ease;display:none}.filter-toggle:hover{background-color:#ffffff4d}@media screen and (max-width: 480px){.filter-toggle{display:flex}}.shop-page{position:relative;min-height:100vh;display:flex;flex-direction:column}.shop-header{background-color:#0f8a38;color:#fff;padding:5rem 0 3rem;margin-bottom:3rem}.shop-header h1{font-size:2.25rem;margin-bottom:1rem}@media screen and (max-width: 480px){.shop-header h1{font-size:1.875rem}}.shop-header p{font-size:1.125rem;max-width:600px;margin-bottom:1.5rem}@media screen and (max-width: 480px){.shop-header p{font-size:1rem}}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.shop-content{display:grid;grid-template-columns:250px 1fr;gap:8px}@media screen and (max-width: 768px){.shop-content{grid-template-columns:220px 1fr;gap:8px}}@media screen and (max-width: 480px){.shop-content{grid-template-columns:1fr}}.shop-main{flex:1}.products-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}@media screen and (max-width: 768px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 480px){.products-grid{grid-template-columns:1fr}}.container{width:100%;max-width:1440px;margin-left:auto;margin-right:auto}.title-large{font-size:3rem;font-weight:600;line-height:1.2}@media screen and (max-width: 480px){.title-large{font-size:2.25rem}}.title-medium{font-size:2.25rem;font-weight:600;line-height:1.2}@media screen and (max-width: 480px){.title-medium{font-size:1.875rem}}.title-small{font-size:1.875rem;font-weight:500;line-height:1.2}@media screen and (max-width: 480px){.title-small{font-size:1.5rem}}.body-large{font-size:1.5rem;font-weight:400;line-height:1.5;letter-spacing:.2px}@media screen and (max-width: 480px){.body-large{font-size:1.25rem}}.body-medium{font-size:1.25rem;letter-spacing:.2px;font-weight:400;line-height:1.5}@media screen and (max-width: 480px){.body-medium{font-size:1.125rem}}.body-small{font-size:1rem;letter-spacing:.2px;font-weight:300;line-height:1.5}@media screen and (max-width: 480px){.body-small{font-size:.875rem}}.hidden{display:none!important}@media screen and (min-width: 480px){.mobile-only{display:none!important}}@media screen and (max-width: 480px){.desktop-only{display:none!important}}:root{--logo-green: #0A5C26;--logo-lime: #AACC00;--logo-lime-rgb: 170, 204, 0;--dark-green-1: #0A5C25;--dark-green-2: #0D732F;--dark-green-3: #0F8A38;--dark-green-4: #12A141;--dark-green-5: #006622;--dark-green-6: #226600;--dark-green-7: #08451C;--dark-green-8: #339900;--light-green-1: #E8FCEF;--light-green-2: #D1FADF;--light-green-3: #BAF7CF;--light-green-4: #A3F5BE;--light-green-5: #DDFFCC;--light-green-6: #E2F0DB;--navbar-height: 96px;--section-padding: 80px}.product-card,.product-card-shop{display:flex;flex-direction:column;border-radius:12px;background-color:#fff;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;height:100%;border:1px solid rgba(170,204,0,.1)}.product-card:hover,.product-card-shop:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000000d;border-color:#aacc004d}.product-card:hover .view-product-btn,.product-card-shop:hover .view-product-btn{background-color:var(--logo-lime);color:#fff}.product-card .product-image,.product-card-shop .product-image{position:relative;height:220px;overflow:hidden}.product-card .product-image img,.product-card-shop .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card .product-image .product-badges,.product-card-shop .product-image .product-badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:5px}.product-card .product-image .product-badges .product-badge,.product-card-shop .product-image .product-badges .product-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.product-card .product-image .product-badges .product-badge.discount,.product-card-shop .product-image .product-badges .product-badge.discount{background-color:#ff57331a;color:#ff5733;border:1px solid rgba(255,87,51,.3)}.product-card .product-info,.product-card-shop .product-info{padding:16px;display:flex;flex-direction:column;gap:10px;flex:1}.product-card .product-info .product-title,.product-card-shop .product-info .product-title{font-size:16px;font-weight:600;margin:0;color:var(--dark-green-7);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.product-card .product-info .product-title a,.product-card-shop .product-info .product-title a{color:inherit;text-decoration:none}.product-card .product-info .product-meta-container,.product-card-shop .product-info .product-meta-container{display:flex;justify-content:space-between;align-items:center}.product-card .product-info .product-meta-container .product-price-tag,.product-card-shop .product-info .product-meta-container .product-price-tag{display:flex;align-items:center;gap:5px;color:var(--dark-green-7)}.product-card .product-info .product-meta-container .product-price-tag .current-price,.product-card-shop .product-info .product-meta-container .product-price-tag .current-price{font-weight:600;font-size:16px;color:var(--logo-green)}.product-card .product-info .product-meta-container .product-price-tag .old-price,.product-card-shop .product-info .product-meta-container .product-price-tag .old-price{font-size:14px;text-decoration:line-through;color:var(--text-muted)}.product-card .product-info .product-meta-container .product-rating,.product-card-shop .product-info .product-meta-container .product-rating{display:flex;align-items:center;gap:2px}.product-card .product-info .product-meta-container .product-rating .star-filled,.product-card-shop .product-info .product-meta-container .product-rating .star-filled{color:#ffb800}.product-card .product-info .product-meta-container .product-rating .star-empty,.product-card-shop .product-info .product-meta-container .product-rating .star-empty{color:#d9d9d9}.product-card .product-info .product-meta-container .product-rating .rating-count,.product-card-shop .product-info .product-meta-container .product-rating .rating-count{margin-left:4px;font-size:12px;color:var(--text-muted)}.product-card .product-info .product-actions,.product-card-shop .product-info .product-actions{display:flex;gap:10px;margin-top:auto}.product-card .product-info .product-actions .add-to-cart-btn,.product-card-shop .product-info .product-actions .add-to-cart-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;background-color:var(--logo-lime);color:var(--dark-green-7);border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.product-card .product-info .product-actions .add-to-cart-btn:hover,.product-card-shop .product-info .product-actions .add-to-cart-btn:hover{background-color:var(--logo-green);color:#fff}.product-card .product-info .product-actions .view-product-btn,.product-card-shop .product-info .product-actions .view-product-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background-color:#aacc001a;color:var(--dark-green-7);border:none;border-radius:8px;transition:all .2s ease}.product-card.mobile,.mobile.product-card-shop{border-radius:8px;box-shadow:0 2px 5px #0000000d;width:100%;max-width:100%;margin:0}.product-card.mobile .product-image .product-badges .product-badge,.mobile.product-card-shop .product-image .product-badges .product-badge{padding:3px 6px;font-size:10px;border-radius:3px}.product-card.mobile .product-info,.mobile.product-card-shop .product-info{padding:8px;gap:6px}.product-card.mobile .product-info .product-title,.mobile.product-card-shop .product-info .product-title{font-size:13px;line-height:1.3;-webkit-line-clamp:2;max-height:34px;margin-bottom:0}.product-card.mobile .product-info .product-meta-container,.mobile.product-card-shop .product-info .product-meta-container{flex-direction:column;align-items:flex-start;margin-bottom:0}.product-card.mobile .product-info .product-meta-container .product-price-tag,.mobile.product-card-shop .product-info .product-meta-container .product-price-tag{margin-bottom:2px}.product-card.mobile .product-info .product-meta-container .product-price-tag .current-price,.mobile.product-card-shop .product-info .product-meta-container .product-price-tag .current-price{font-size:14px}.product-card.mobile .product-info .product-meta-container .product-price-tag .current-price:before,.mobile.product-card-shop .product-info .product-meta-container .product-price-tag .current-price:before{content:""}.product-card.mobile .product-info .product-meta-container .product-price-tag .old-price,.mobile.product-card-shop .product-info .product-meta-container .product-price-tag .old-price{font-size:11px}.product-card.mobile .product-info .product-actions,.mobile.product-card-shop .product-info .product-actions{margin-top:4px;gap:6px}.product-card.mobile .product-info .product-actions .add-to-cart-btn,.mobile.product-card-shop .product-info .product-actions .add-to-cart-btn{padding:6px;height:32px;border-radius:6px;font-size:0}.product-card.mobile .product-info .product-actions .add-to-cart-btn svg,.mobile.product-card-shop .product-info .product-actions .add-to-cart-btn svg{margin:0}.product-card.mobile .product-info .product-actions .view-product-btn,.mobile.product-card-shop .product-info .product-actions .view-product-btn{width:32px;height:32px;min-width:32px;border-radius:6px}.product-card.mobile:hover,.mobile.product-card-shop:hover{transform:translateY(-2px)}.mobile-product-grid .product-card.mobile,.mobile-product-grid .mobile.product-card-shop{margin-bottom:0!important}:root{--logo-green: #0A5C26;--logo-lime: #AACC00;--dark-green-2: #0B6E2E;--dark-green-3: #0D7F34;--dark-green-7: #064018;--dark-green-soft: rgba(10, 92, 38, .85);--light-green-6: #F0F8E8;--dark-yellow-1: #EBEB47;--light-yellow-1: #FFFBE6;--header-gradient: linear-gradient(135deg, rgba(255, 253, 200, .8), rgba(255, 251, 180, .4));--neutral-100: #F8F7F5;--neutral-200: #F0EFED;--neutral-300: #E5E4E2;--neutral-600: #8A8884;--text-primary: #1C1C1C;--text-secondary: #505050;--border-light: rgba(10, 92, 38, .1);--border-medium: rgba(10, 92, 38, .2);--radius-full: 9999px;--radius-large: 16px;--radius-medium: 12px;--radius-small: 8px}.shop-page{position:relative;min-height:100vh;display:flex;flex-direction:column;color:var(--text-primary);font-family:var(--font-family, "Inter", sans-serif);background-color:#fff}.shop-page.full-width{width:100vw;max-width:100%;margin:0;padding:0}.shop-container{background-color:var(--light-yellow-1);width:100%;max-width:100%;padding:0;margin-top:0}.shop-header{display:none}.container{padding-top:0}.shop-content{margin:0 auto;max-width:1440px;padding:3rem 2rem;position:relative;display:flex;flex-direction:row;min-height:25vh;gap:2rem}@media (max-width: 1600px){.shop-content{margin:0 2rem}}@media (max-width: 1200px){.shop-content{margin:0 1.5rem;gap:1.5rem;padding:2rem 1.5rem 0}}@media (max-width: 992px){.shop-content{flex-direction:column;margin:0 1rem;gap:1.5rem;padding:2rem 1rem 0}}@media (max-width: 576px){.shop-content{margin:0 .5rem;gap:1rem;padding:1.5rem .5rem 0}}.shop-sidebar{width:280px;background:var(--light-yellow-1);color:var(--text-secondary);flex-shrink:0;position:sticky;top:20px;align-self:flex-start;height:auto;display:flex;flex-direction:column;z-index:10;border-radius:16px 8px 8px 16px;padding:0;margin:0;box-shadow:none;overflow:hidden}@media screen and (max-width: 480px){.shop-sidebar{position:fixed;width:100%;margin:0;border-radius:0;box-shadow:0 2px 10px #0000001a;border:none;height:100vh;top:0;left:0;right:0;bottom:0;z-index:100;display:none;overflow-y:auto}.shop-sidebar.mobile-open{display:block}}.shop-filters{width:100%;padding:0;height:auto;font-family:Chillax,sans-serif;display:flex;flex-direction:column;gap:12px}.shop-filters .filter-section{background-color:var(--light-yellow-1);border:1px solid rgba(170,204,0,.3);border-radius:20px;overflow:hidden}.shop-filters .filter-section.price-range-section{background-color:var(--light-yellow-1);padding:0;border-radius:20px}.shop-filters .filter-section.price-range-section .filter-title{padding:16px;border-bottom:1px solid rgba(170,204,0,.2);color:var(--dark-green-7);font-weight:600}.shop-filters .filter-section.price-range-section .filter-title .icon-container{color:var(--dark-green-7);background:none;border:none;width:auto;height:auto}.shop-filters .filter-section.price-range-section .filter-title .icon-container svg{color:var(--dark-green-7)}.shop-filters .filter-section.price-range-section .price-slider{background-color:var(--light-yellow-1);padding:20px}.shop-filters .filter-section .filter-title{height:fit-content;display:flex;align-items:center;gap:10px;color:var(--dark-green-7);padding:16px;margin:0;background:var(--header-gradient);transition:background-color .2s ease;border-bottom:1px solid rgba(170,204,0,.2)}.shop-filters .filter-section .filter-title .icon-container{width:fit-content;height:fit-content;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.shop-filters .filter-section .filter-title .icon-container svg{width:18px;height:18px;color:var(--logo-green)}.shop-filters .filter-section .filter-options{display:flex;flex-direction:column;padding:15px;background-color:#ffffffb3;gap:6px}.shop-filters .filter-section .filter-options .filter-option{display:flex;align-items:center;cursor:pointer;font-size:.9rem;padding:10px 14px;color:var(--dark-green-7);transition:all .2s ease;position:relative;margin:0;border-radius:8px;background-color:#fff9;border:1px solid transparent}.shop-filters .filter-section .filter-options .filter-option:hover{background-color:#fffffff2;color:var(--logo-green);border-color:#ac03;transform:translateY(-1px);box-shadow:0 2px 4px #00000008}.shop-filters .filter-section .filter-options .filter-option.category-option{padding-left:32px}.shop-filters .filter-section .filter-options .filter-option.category-option .chevron{color:var(--logo-lime);position:absolute;left:12px;font-size:14px;opacity:0;transform:translate(-5px);transition:all .2s ease}.shop-filters .filter-section .filter-options .filter-option.category-option:hover .chevron{opacity:1;transform:translate(0)}.shop-filters .filter-section .filter-options .filter-option.category-option.active .chevron{opacity:1;transform:translate(0);color:var(--logo-green)}.shop-filters .filter-section .filter-options .filter-option .count{margin-left:auto;background-color:#ffffffb3;border-radius:12px;min-width:26px;height:26px;padding:0 8px;font-size:.75rem;color:var(--dark-green-7);font-weight:500;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border:1px solid rgba(170,204,0,.3)}.shop-filters .filter-section .filter-options .filter-option.active{color:var(--dark-green-7);font-weight:500;background-color:#aacc0026;border-color:#aacc004d;transform:translateY(-1px)}.shop-filters .filter-section .filter-options .filter-option.active .count{background-color:#aacc0026;color:var(--dark-green-7);border-color:var(--logo-lime);font-weight:600}.shop-filters .filter-section .filter-options .filter-option.checkbox-option{position:relative;padding-left:40px}.shop-filters .filter-section .filter-options .filter-option.checkbox-option:before{content:"";display:inline-block;width:18px;height:18px;position:absolute;left:14px;top:50%;transform:translateY(-50%);border:1px solid rgba(170,204,0,.5);border-radius:4px;background-color:#fff;transition:all .2s ease}.shop-filters .filter-section .filter-options .filter-option.checkbox-option.active:before{background-color:var(--logo-lime);border-color:var(--logo-lime);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230A5C26' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:14px}.shop-filters .filter-section .filter-options .filter-option input[type=radio],.shop-filters .filter-section .filter-options .filter-option input[type=checkbox]{display:none}.shop-filters .price-slider{padding:16px 20px;background-color:var(--light-yellow-1);border-radius:0 0 20px 20px}.shop-filters .price-slider .price-range{margin-bottom:1.2rem;padding:.8rem 0;position:relative}.shop-filters .price-slider .price-range .range-track{height:8px;background-color:#ac03;border-radius:10px;position:relative;border:none}.shop-filters .price-slider .price-range .range-track .range-fill{position:absolute;background-color:var(--logo-green);border-radius:10px;top:0;height:100%;left:0}.shop-filters .price-slider .price-range .range-track .range-handle{width:24px;height:24px;background-color:#fff;border:2px solid var(--logo-green);border-radius:50%;position:absolute;top:50%;transform:translate(-50%,-50%);cursor:pointer;transition:all .2s ease;box-shadow:0 1px 4px #0000001a;z-index:2}.shop-filters .price-slider .price-range .range-track .range-handle:before{content:"";position:absolute;width:40px;height:40px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1}.shop-filters .price-slider .price-range .range-track .range-handle:hover,.shop-filters .price-slider .price-range .range-track .range-handle:focus{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 0 0 5px #aacc0026}.shop-filters .price-slider .price-range .range-track .range-handle:active{background-color:#aacc001a;transform:translate(-50%,-50%) scale(1.05)}.shop-filters .price-slider .price-inputs{display:flex;align-items:center;gap:10px;justify-content:center;margin-top:15px}.shop-filters .price-slider .price-inputs input{width:80px;padding:10px 12px;border:1px solid rgba(170,204,0,.3);background-color:#fff;border-radius:8px;font-size:.9rem;color:var(--dark-green-7);text-align:center;font-family:Chillax,sans-serif;transition:all .2s ease;font-weight:600}.shop-filters .price-slider .price-inputs input:focus{border-color:var(--logo-lime);outline:none;background-color:#fff;box-shadow:0 2px 4px #0000000d}.shop-filters .price-slider .price-inputs span{font-size:.9rem;color:var(--dark-green-7);font-family:Chillax,sans-serif;font-weight:500}.shop-filters .clear-filters-button{width:100%;margin:12px 0 4px;padding:12px 16px;background-color:#fffc;border:1px solid rgba(170,204,0,.3);border-radius:12px;cursor:pointer;font-size:.95rem;color:var(--dark-green-7);transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500;font-family:Chillax,sans-serif;box-shadow:0 2px 4px #00000008;position:relative}.shop-filters .clear-filters-button svg{color:var(--logo-green);transition:all .3s ease}.shop-filters .clear-filters-button:hover{background-color:#fffffff2;color:var(--logo-green);border-color:var(--logo-lime);transform:translateY(-2px);box-shadow:0 4px 8px #0000000d}.shop-filters .clear-filters-button:hover svg{color:var(--logo-green);transform:rotate(-180deg)}.shop-filters .clear-filters-button:hover .active-filter-count{background-color:var(--logo-lime);color:var(--dark-green-7)}.shop-filters .clear-filters-button:active{transform:scale(.98);background-color:#aacc001a}.shop-filters .clear-filters-button.active{background-color:#fffffff2;border-color:var(--logo-lime);color:var(--logo-green)}.shop-filters .clear-filters-button.active svg{color:var(--logo-green)}.shop-filters .clear-filters-button:disabled{opacity:.5;cursor:not-allowed;background-color:#fff9;border-color:#aacc001a;transform:none;box-shadow:none}.shop-filters .clear-filters-button:disabled:hover{transform:none;box-shadow:none}.shop-filters .clear-filters-button:disabled:hover svg{transform:none}.shop-filters .clear-filters-button .active-filter-count{position:absolute;top:-8px;right:-8px;background-color:var(--dark-green-7);color:#fff;border-radius:50%;width:22px;height:22px;font-size:.75rem;display:flex;align-items:center;justify-content:center;font-weight:600;transition:all .2s ease}.shop-filters .clear-filters-button.filter-reset-animation{animation:filter-reset-pulse .5s ease}@keyframes filter-reset-pulse{0%{transform:scale(1)}50%{transform:scale(1.05);background-color:#ac03}to{transform:scale(1)}}.shop-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:20px}.shop-results{background-color:var(--light-yellow-1);border-radius:20px;border:1px solid rgba(170,204,0,.3);overflow:hidden}.shop-results .results-header{padding:1rem 1.5rem;border-bottom:1px solid rgba(170,204,0,.2);display:flex;justify-content:space-between;align-items:center}@media (max-width: 576px){.shop-results .results-header{padding:.75rem 1rem;flex-direction:column;align-items:flex-start;gap:.5rem}}.shop-results .results-count{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--dark-green-7)}.shop-results .results-count svg{color:var(--logo-green)}.shop-results .results-count span{font-weight:600}.shop-results .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:20px;background-color:#ffffff80}@media (max-width: 1400px){.shop-results .product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 992px){.shop-results .product-grid{grid-template-columns:repeat(2,1fr);gap:16px;padding:16px}}@media (max-width: 576px){.shop-results .product-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:12px}}@media (max-width: 400px){.shop-results .product-grid{grid-template-columns:1fr}}.shop-results .load-more-btn{display:flex;align-items:center;justify-content:center;margin:1.5rem auto;padding:.75rem 1.5rem;background-color:var(--logo-lime);color:var(--dark-green-7);border:none;border-radius:25px;font-weight:600;gap:.5rem;cursor:pointer;transition:all .2s ease}.shop-results .load-more-btn:hover{background-color:#95b300}@media (max-width: 576px){.shop-results .load-more-btn{margin:1rem auto;padding:.625rem 1.25rem;font-size:.875rem}}.product-card,.product-card-shop{background-color:#fffdebcc;border-radius:15px;overflow:hidden;height:100%;display:flex;flex-direction:column;position:relative;border:1px solid rgba(170,204,0,.3);box-shadow:none;transition:transform .3s ease,border-color .3s ease}.product-card:hover,.product-card-shop:hover{transform:translateY(-5px);border-color:var(--logo-lime);box-shadow:none}.product-card:hover .product-image img,.product-card-shop:hover .product-image img{transform:scale(1.05)}.product-card:hover .product-title a,.product-card-shop:hover .product-title a{color:var(--logo-green)}.product-card:hover .product-actions,.product-card-shop:hover .product-actions{opacity:1;transform:translateY(0)}.product-card .product-image,.product-card-shop .product-image{height:auto;background:linear-gradient(135deg,#fffdeb99,#ebeb471a);position:relative;border-bottom:1px dashed rgba(170,204,0,.3);overflow:hidden;display:flex;align-items:center;justify-content:center;padding:20px}.product-card .product-image img,.product-card-shop .product-image img{object-fit:contain;object-position:center;transition:transform .6s ease;z-index:2}.product-card .product-image .product-badges,.product-card-shop .product-image .product-badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:5px;z-index:2}.product-card .product-image .product-badges .product-badge,.product-card-shop .product-image .product-badges .product-badge{font-size:.75rem;padding:4px 10px;border-radius:25px;font-weight:600;display:inline-flex;align-items:center;gap:4px;font-family:Chillax,sans-serif;letter-spacing:.3px;text-transform:uppercase}.product-card .product-image .product-badges .product-badge.bestseller,.product-card-shop .product-image .product-badges .product-badge.bestseller{background-color:var(--logo-lime);color:var(--dark-green-7);border:1px solid var(--logo-lime)}.product-card .product-image .product-badges .product-badge.new,.product-card-shop .product-image .product-badges .product-badge.new{background-color:#ffffffe6;color:var(--logo-green);border:1px solid var(--logo-lime)}.product-card .product-image .product-badges .product-badge.discount,.product-card-shop .product-image .product-badges .product-badge.discount{background-color:#ffffffe6;color:#c33;border:1px solid #CC3333}.product-card .product-info,.product-card-shop .product-info{height:fit-content;padding:12px;display:flex;flex-direction:column;gap:12px;flex-grow:1;background-color:#ffffffd9}.product-card .product-info .product-title,.product-card-shop .product-info .product-title{font-size:16px;font-weight:600;margin:0;line-height:1.4;font-family:Chillax,sans-serif;position:relative;padding-bottom:10px}.product-card .product-info .product-title a,.product-card-shop .product-info .product-title a{color:var(--dark-green-7);text-decoration:none;transition:color .2s ease}.product-card .product-info .product-title a:hover,.product-card-shop .product-info .product-title a:hover{color:var(--logo-green)}.product-card .product-info .product-rating,.product-card-shop .product-info .product-rating{display:flex;align-items:center;gap:2px;font-size:14px;color:#ac0c}.product-card .product-info .product-rating svg,.product-card-shop .product-info .product-rating svg{width:16px;height:16px}.product-card .product-info .product-rating svg.star-filled,.product-card-shop .product-info .product-rating svg.star-filled{color:var(--logo-lime)}.product-card .product-info .product-rating svg.star-filled.duotone,.product-card-shop .product-info .product-rating svg.star-filled.duotone{--ph-color-primary: var(--logo-lime);--ph-color-secondary: rgba(170, 204, 0, .3)}.product-card .product-info .product-rating svg.star-empty,.product-card-shop .product-info .product-rating svg.star-empty{color:#ac03}.product-card .product-info .product-rating svg.star-empty.duotone,.product-card-shop .product-info .product-rating svg.star-empty.duotone{--ph-color-primary: rgba(170, 204, 0, .3);--ph-color-secondary: rgba(170, 204, 0, .1)}.product-card .product-info .product-rating .rating-count,.product-card-shop .product-info .product-rating .rating-count{font-size:12px;color:var(--dark-green-7);margin-left:4px;opacity:.7}.product-card .product-info .product-meta-container,.product-card-shop .product-info .product-meta-container{display:flex;align-items:center;gap:8px;margin-top:auto;margin-bottom:10px;flex-wrap:wrap}.product-card .product-info .product-price-tag,.product-card-shop .product-info .product-price-tag{display:inline-flex;align-items:center;gap:6px;background-color:#aacc0026;border:1px solid var(--logo-lime);border-radius:25px;padding:5px 12px}.product-card .product-info .product-price-tag svg,.product-card-shop .product-info .product-price-tag svg{color:var(--dark-green-7)}.product-card .product-info .product-price-tag .current-price,.product-card-shop .product-info .product-price-tag .current-price{font-size:15px;font-weight:500;color:var(--dark-green-7);font-family:Chillax,sans-serif}.product-card .product-info .product-price-tag .old-price,.product-card-shop .product-info .product-price-tag .old-price{font-size:14px;color:#777;text-decoration:line-through;margin-left:4px}.product-card .product-info .product-actions,.product-card-shop .product-info .product-actions{width:100%;display:flex;gap:4px;justify-content:center;transition:opacity .3s,transform .3s}.product-card .product-info .product-actions .add-to-cart-btn,.product-card-shop .product-info .product-actions .add-to-cart-btn{width:100%;background-color:var(--logo-lime);color:var(--dark-green-7);border:none;border-radius:25px 8px 8px 25px;padding:8px 12px;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;font-weight:500;transition:all .2s ease;font-family:Chillax,sans-serif}.product-card .product-info .product-actions .add-to-cart-btn:hover,.product-card-shop .product-info .product-actions .add-to-cart-btn:hover{background-color:#95b300}.product-card .product-info .product-actions .add-to-cart-btn:after,.product-card-shop .product-info .product-actions .add-to-cart-btn:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:#ffffff80;opacity:0;border-radius:100%;transform:scale(1) translate(-50%,-50%);transform-origin:50% 50%}.product-card .product-info .product-actions .add-to-cart-btn:active:after,.product-card-shop .product-info .product-actions .add-to-cart-btn:active:after{animation:ripple .6s ease-out}.product-card .product-info .product-actions .view-product-btn,.product-card-shop .product-info .product-actions .view-product-btn{background-color:#aacc001a;color:var(--dark-green-7);border:1px solid rgba(170,204,0,.3);border-radius:8px 25px 25px 8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;transition:all .2s ease}.product-card .product-info .product-actions .view-product-btn:hover,.product-card-shop .product-info .product-actions .view-product-btn:hover{background-color:#ac03;color:var(--logo-green)}@media (max-width: 576px){.product-card .product-image,.product-card-shop .product-image{padding:12px}.product-card .product-info,.product-card-shop .product-info{padding:10px;gap:8px}.product-card .product-info .product-title,.product-card-shop .product-info .product-title{font-size:14px;padding-bottom:6px}.product-card .product-info .product-meta-container,.product-card-shop .product-info .product-meta-container{gap:6px;margin-bottom:8px}.product-card .product-info .product-price-tag,.product-card-shop .product-info .product-price-tag{padding:4px 10px}.product-card .product-info .product-price-tag .current-price,.product-card-shop .product-info .product-price-tag .current-price{font-size:14px}.product-card .product-info .product-price-tag .old-price,.product-card-shop .product-info .product-price-tag .old-price{font-size:12px}.product-card .product-info .product-actions .add-to-cart-btn,.product-card-shop .product-info .product-actions .add-to-cart-btn{font-size:12px;padding:6px 10px}.product-card .product-info .product-actions .view-product-btn,.product-card-shop .product-info .product-actions .view-product-btn{width:32px;height:32px}}.load-more-btn{display:flex;align-items:center;justify-content:center;gap:10px;margin:30px auto 0;padding:14px 30px;background-color:#fffdebcc;border:1px solid rgba(170,204,0,.3);border-radius:50px;font-size:15px;font-weight:500;color:var(--dark-green-7);cursor:pointer;transition:all .2s ease;font-family:Chillax,sans-serif;position:relative;overflow:hidden}.load-more-btn .load-more-icon{transition:transform .3s ease}.load-more-btn:hover{background-color:#ffffffb3;border-color:var(--logo-lime);transform:translateY(-2px);box-shadow:0 3px 8px #0000000d}.load-more-btn:hover .load-more-icon{transform:translateY(2px)}.load-more-btn:active{transform:scale(.98)}.load-more-btn:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:#ffffff80;opacity:0;border-radius:100%;transform:scale(1) translate(-50%,-50%);transform-origin:50% 50%}.load-more-btn:active:after{animation:ripple .6s ease-out}@keyframes ripple{0%{transform:scale(0);opacity:.5}20%{transform:scale(25);opacity:.5}to{opacity:0;transform:scale(40)}}.mobile-sidebar-header{display:none;align-items:center;justify-content:space-between;padding:16px 20px;background:var(--header-gradient);border-bottom:1px solid rgba(170,204,0,.3);position:sticky;top:0;z-index:10}.mobile-sidebar-header h3{margin:0;font-size:1.1rem;font-weight:500;color:var(--dark-green-7);font-family:Chillax,sans-serif;display:flex;align-items:center;gap:8px}.mobile-sidebar-header h3 .filter-count{background-color:var(--logo-lime);color:var(--dark-green-7);border-radius:50%;width:24px;height:24px;font-size:.75rem;display:flex;align-items:center;justify-content:center;font-weight:600}.mobile-sidebar-header .close-sidebar{background:none;border:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--dark-green-7);background-color:#ffffffb3;border-radius:50%;border:1px solid rgba(170,204,0,.3);cursor:pointer;transition:all .2s ease}.mobile-sidebar-header .close-sidebar:hover{color:var(--logo-green);border-color:var(--logo-lime);background-color:#fff}@media screen and (max-width: 480px){.mobile-sidebar-header{display:flex}}@media (max-width: 1024px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width: 768px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:15px}.shop-controls{flex-direction:column;align-items:stretch}.shop-controls .shop-search,.shop-controls .shop-sort{border-radius:8px;width:100%;height:100%;min-width:100%}}@media (max-width: 480px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.product-info .product-title{font-size:.95rem}}.shop-hero{position:relative;height:75vh;min-height:500px;width:100%;margin-bottom:0;overflow:hidden}.shop-hero .hero-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 8s ease;transform-origin:center;animation:subtle-zoom 12s infinite alternate}.shop-hero .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0006,#00000080,#0009);display:flex;align-items:center;padding-top:60px;justify-content:flex-start}.shop-hero .hero-content{max-width:800px;margin:0 0 0 8%;text-align:left;padding:0;align-self:flex-start}.shop-hero .hero-content h2{font-size:4rem;margin-bottom:2.5rem;font-weight:500;color:#fff;text-shadow:none;line-height:1.1;text-align:left}.shop-hero .hero-content .cta-buttons{display:flex;gap:1.5rem;align-items:flex-start;flex-wrap:wrap;justify-content:flex-start;width:100%;text-align:left}.shop-hero .hero-content .hero-cta{background-color:var(--logo-lime);color:var(--dark-green-7);border:none;padding:.85rem 2rem;border-radius:var(--radius-full);font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s;box-shadow:none;display:flex;align-items:center;gap:.7rem}.shop-hero .hero-content .hero-cta:hover{transform:translateY(-3px);background-color:#bd1}.shop-hero .hero-content .hero-cta svg{width:20px;height:20px}.shop-hero .hero-content .hero-cta-secondary{background-color:transparent;color:#fff;border:1px solid white;padding:.85rem 2rem;border-radius:var(--radius-full);font-weight:500;font-size:1.1rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:.7rem}.shop-hero .hero-content .hero-cta-secondary:hover{background-color:#ffffff26;transform:translateY(-3px)}.shop-hero .hero-content .hero-cta-secondary svg{width:20px;height:20px}.shop-hero .container{width:100%;display:flex;justify-content:flex-start}@media screen and (max-width: 768px){.shop-hero{height:65vh;min-height:450px}.shop-hero .hero-content{margin:0 0 0 5%}.shop-hero .hero-content h2{font-size:3.2rem}.shop-hero .hero-content .cta-buttons{gap:1rem;align-items:flex-start;justify-content:flex-start}}@media screen and (max-width: 480px){.shop-hero{height:55vh;min-height:350px}.shop-hero .hero-content h2{font-size:2.5rem;margin-bottom:1.5rem}.shop-hero .hero-content .cta-buttons{flex-direction:column;align-items:flex-start;gap:1rem;width:100%}.shop-hero .hero-content .hero-cta,.shop-hero .hero-content .hero-cta-secondary{padding:.75rem 1.5rem;font-size:1rem;width:100%;justify-content:center}}@media screen and (max-width: 480px){.shop-sidebar{background-color:#fff}.shop-sidebar .shop-filters{padding:16px 16px 100px}.shop-sidebar .shop-filters .filter-section{animation:filter-section-enter .3s ease forwards;opacity:0;transform:translateY(10px)}.shop-sidebar .shop-filters .filter-section:nth-child(1){animation-delay:.05s}.shop-sidebar .shop-filters .filter-section:nth-child(2){animation-delay:.1s}.shop-sidebar .shop-filters .filter-section:nth-child(3){animation-delay:.15s}.shop-sidebar .shop-filters .filter-section:nth-child(4){animation-delay:.2s}.shop-sidebar .shop-filters .filter-section:nth-child(5){animation-delay:.25s}@keyframes filter-section-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}}.mobile-view .shop-container{padding:0}.mobile-view .shop-content{margin:0;padding:1rem}.mobile-view .shop-hero{height:65vh;min-height:250px}.mobile-view .shop-hero .hero-content h2{text-align:left;font-size:2rem;margin-bottom:1rem}.mobile-view .shop-hero .hero-content .cta-buttons{flex-direction:column;gap:10px;width:100%}.mobile-view .shop-hero .hero-content .cta-buttons .hero-cta,.mobile-view .shop-hero .hero-content .cta-buttons .hero-cta-secondary{width:fit-content;font-size:1.2rem;height:fit-content}.mobile-view .mobile-filter-bar{display:flex;width:100%;padding:12px 16px;background-color:var(--light-yellow-1);border-radius:var(--radius-medium);box-shadow:0 2px 8px #0000000d;margin-bottom:16px;gap:12px;border:1px solid rgba(170,204,0,.3)}.mobile-view .mobile-filter-bar .mobile-search{flex:1;position:relative;height:44px;border-radius:12px;background-color:#fff;border:1px solid rgba(170,204,0,.3);display:flex;align-items:center;box-shadow:0 2px 4px #00000008}.mobile-view .mobile-filter-bar .mobile-search .search-icon-container{width:44px;display:flex;justify-content:center;align-items:center;color:var(--dark-green-6)}.mobile-view .mobile-filter-bar .mobile-search input{flex:1;height:100%;border:none;background:transparent;color:var(--text-primary);font-size:.95rem;padding:0;font-family:Chillax,sans-serif}.mobile-view .mobile-filter-bar .mobile-search input:focus{outline:none}.mobile-view .mobile-filter-bar .mobile-search input::placeholder{color:var(--neutral-600);opacity:.7}.mobile-view .mobile-filter-bar .mobile-search .clear-search{width:44px;height:100%;display:flex;justify-content:center;align-items:center;border:none;background:transparent;color:var(--neutral-600);cursor:pointer}.mobile-view .mobile-filter-bar .mobile-search .clear-search:hover{color:var(--dark-green-7)}.mobile-view .mobile-filter-bar .mobile-filter-toggle{display:flex;align-items:center;justify-content:center;gap:6px;height:44px;padding:0 16px;border-radius:12px;border:1px solid rgba(170,204,0,.4);background-color:var(--light-green-6);color:var(--dark-green-7);font-weight:500;font-size:.95rem;cursor:pointer;font-family:Chillax,sans-serif;box-shadow:0 2px 4px #00000008;transition:all .2s ease}.mobile-view .mobile-filter-bar .mobile-filter-toggle:hover{background-color:#aacc0026;border-color:#aacc0080}.mobile-view .mobile-filter-bar .mobile-filter-toggle:active{transform:translateY(1px)}.mobile-view .mobile-filter-bar .mobile-filter-toggle .filter-badge{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:var(--logo-lime);color:#fff;font-size:.7rem;font-weight:700;border-radius:50%;margin-left:2px}.mobile-view .mobile-filter-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(170,204,0,.3);background:var(--header-gradient)}.mobile-view .mobile-filter-header h3{font-size:1.2rem;font-weight:600;color:var(--dark-green-7);margin:0;display:flex;align-items:center;font-family:Chillax,sans-serif}.mobile-view .mobile-filter-header h3 .filter-count{margin-left:10px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:var(--logo-lime);color:#fff;font-size:.85rem;font-weight:700;border-radius:50%}.mobile-view .mobile-filter-header .close-filters{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background-color:#fff6;color:var(--dark-green-7);border-radius:50%;cursor:pointer;transition:all .2s ease}.mobile-view .mobile-filter-header .close-filters:hover{background-color:#fff9}.mobile-view .mobile-filter-header .close-filters:active{transform:scale(.95)}.mobile-view .mobile-shop-controls{display:flex;align-items:center;justify-content:flex-end;margin-bottom:16px}.mobile-view .mobile-shop-controls .mobile-sort-button{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:12px;border:1px solid rgba(170,204,0,.3);background-color:#fff;color:var(--dark-green-7);font-size:.95rem;font-weight:500;cursor:pointer;font-family:Chillax,sans-serif;box-shadow:0 2px 4px #00000008;transition:all .2s ease}.mobile-view .mobile-shop-controls .mobile-sort-button:hover{background-color:#aacc000d;border-color:#ac06}.mobile-view .mobile-shop-controls .mobile-sort-button:active{transform:translateY(1px)}.mobile-view .mobile-sort-modal{position:fixed;bottom:0;left:0;right:0;z-index:1000}.mobile-view .mobile-sort-modal .mobile-sort-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:-1}.mobile-view .mobile-sort-modal .mobile-sort-content{background-color:#fff;border-radius:20px 20px 0 0;overflow:hidden}.mobile-view .mobile-sort-modal .mobile-sort-content .mobile-sort-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(170,204,0,.3);background:var(--header-gradient)}.mobile-view .mobile-sort-modal .mobile-sort-content .mobile-sort-header h3{font-size:1.2rem;font-weight:600;color:var(--dark-green-7);margin:0;font-family:Chillax,sans-serif}.mobile-view .mobile-sort-modal .mobile-sort-content .mobile-sort-header .close-sort-modal{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background-color:#fff6;color:var(--dark-green-7);border-radius:50%;cursor:pointer;transition:all .2s ease}.mobile-view .mobile-sort-modal .mobile-sort-content .mobile-sort-header .close-sort-modal:hover{background-color:#fff9}.mobile-view .mobile-sort-modal .mobile-sort-content .mobile-sort-header .close-sort-modal:active{transform:scale(.95)}.mobile-view .mobile-sort-modal .mobile-sort-content .mobile-sort-options{padding:8px}.mobile-view .mobile-sort-modal .mobile-sort-content .mobile-sort-options .mobile-sort-option{display:flex;align-items:center;padding:16px;border:none;background-color:transparent;width:100%;text-align:left;font-size:1rem;color:var(--text-primary);cursor:pointer;font-family:Chillax,sans-serif;border-radius:12px;transition:all .2s ease}.mobile-view .mobile-sort-modal .mobile-sort-content .mobile-sort-options .mobile-sort-option .sort-icon{margin-right:12px;display:flex;align-items:center;color:var(--dark-green-6)}.mobile-view .mobile-sort-modal .mobile-sort-content .mobile-sort-options .mobile-sort-option .check-icon{margin-left:auto;color:var(--logo-lime)}.mobile-view .mobile-sort-modal .mobile-sort-content .mobile-sort-options .mobile-sort-option:hover{background-color:#aacc000d}.mobile-view .mobile-sort-modal .mobile-sort-content .mobile-sort-options .mobile-sort-option.active{background-color:#aacc001a;font-weight:600;color:var(--dark-green-7)}.mobile-view .mobile-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:0 16px;margin-bottom:80px}@media (max-width: 480px){.mobile-view .mobile-product-grid{gap:12px;padding:0 12px}}@media (max-width: 375px){.mobile-view .mobile-product-grid{gap:10px;padding:0 10px}}@media (max-width: 340px){.mobile-view .mobile-product-grid{gap:8px;padding:0 8px}}.mobile-view .mobile-product-grid .product-card,.mobile-view .mobile-product-grid .product-card-shop{margin-bottom:0;display:flex;flex-direction:column;width:100%}.mobile-view .mobile-product-grid .product-card .product-image,.mobile-view .mobile-product-grid .product-card-shop .product-image{aspect-ratio:1/1;width:100%;height:auto;display:flex;align-items:center;justify-content:center}.mobile-view .mobile-product-grid .product-card .product-image img,.mobile-view .mobile-product-grid .product-card-shop .product-image img{max-width:90%;max-height:90%;object-fit:contain}.mobile-view .mobile-product-grid .product-card .product-info,.mobile-view .mobile-product-grid .product-card-shop .product-info{flex:1;display:flex;flex-direction:column}.mobile-view .mobile-product-grid .product-card .product-info .product-title,.mobile-view .mobile-product-grid .product-card-shop .product-info .product-title{min-height:40px;max-height:40px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;margin-bottom:8px}.mobile-view .mobile-product-grid .product-card .product-actions,.mobile-view .mobile-product-grid .product-card-shop .product-actions{margin-top:auto}.mobile-view .mobile-bottom-action-bar{position:fixed;bottom:0;left:0;right:0;background-color:#fff;border-top:1px solid rgba(0,0,0,.08);padding:6px 8px calc(6px + env(safe-area-inset-bottom,10px));display:flex;justify-content:space-around;align-items:center;z-index:50;box-shadow:0 -2px 10px #0000000d}.mobile-view .mobile-bottom-action-bar .bottom-bar-button{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6px 4px;background:none;border:none;color:var(--dark-green-7);font-size:11px;font-weight:500;font-family:Chillax,sans-serif;cursor:pointer;transition:all .2s ease;position:relative}.mobile-view .mobile-bottom-action-bar .bottom-bar-button .icon-container{width:36px;height:36px;border-radius:50%;background-color:var(--light-yellow-1);display:flex;align-items:center;justify-content:center;border:1px solid rgba(170,204,0,.3);transition:all .2s ease;margin-bottom:4px}.mobile-view .mobile-bottom-action-bar .bottom-bar-button:hover,.mobile-view .mobile-bottom-action-bar .bottom-bar-button.active{color:var(--logo-green)}.mobile-view .mobile-bottom-action-bar .bottom-bar-button:hover .icon-container,.mobile-view .mobile-bottom-action-bar .bottom-bar-button.active .icon-container{background-color:#ac03;border-color:var(--logo-lime)}.mobile-view .mobile-bottom-action-bar .bottom-bar-button .filter-badge{position:absolute;top:2px;right:calc(50% - 18px);background-color:var(--logo-lime);color:var(--dark-green-7);border-radius:50%;min-width:16px;height:16px;font-size:10px;display:flex;align-items:center;justify-content:center;font-weight:600;padding:0 2px}.mobile-view .shop-container{padding-bottom:80px}.mobile-view .mobile-bottom-action-bar{display:flex}.mobile-view .mobile-filter-bar{display:none}@media (max-width: 767px){.shop-sidebar{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;z-index:1000;display:none;border-radius:0;background-color:#fff;transform:translateY(100%);transition:transform .3s ease-in-out}.shop-sidebar.mobile-open{display:block;transform:translateY(0)}.shop-sidebar .mobile-filter-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid rgba(0,0,0,.05)}.shop-sidebar .mobile-filter-header h3{font-size:16px;font-weight:600;margin:0;display:flex;align-items:center}.shop-sidebar .mobile-filter-header h3 .filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;background-color:var(--logo-lime);color:var(--dark-green-7);border-radius:50%;margin-left:8px;font-size:12px;padding:0 4px}.shop-sidebar .mobile-filter-header .close-filters{background:none;border:none;cursor:pointer;color:var(--dark-green-6);display:flex;align-items:center;justify-content:center;padding:6px}.shop-sidebar .shop-filters{height:calc(100vh - 70px);overflow-y:auto;padding:16px}.shop-sidebar .shop-filters .filter-section{margin-bottom:20px}.shop-sidebar .shop-filters .clear-filters-button{position:sticky;bottom:0;margin-top:20px}}@media (max-width: 767px){.price-range-section .price-slider{padding:16px}.price-range-section .price-slider .price-range .range-handle{width:24px;height:24px}.price-range-section .price-slider .price-range .range-handle:after{width:24px;height:24px}.price-range-section .price-slider .price-inputs input{max-width:90px;height:40px}}@media (max-width: 767px){.shop-hero{height:65vh;min-height:250px}.shop-hero .hero-content{margin:0;padding:0}.shop-hero .hero-content h2{font-size:1.5rem;text-align:center}}@media (min-width: 768px) and (max-width: 1023px){.product-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 767px){.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media (max-width: 767px) and (max-width: 480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.shop-filters-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;padding:0 16px}@media (max-width: 767px){.shop-filters-tags{padding:0 12px;gap:8px}}.shop-filters-tags .filter-tag{display:flex;align-items:center;gap:8px;background-color:var(--light-yellow-1);border:1px solid rgba(170,204,0,.3);border-radius:50px;padding:6px 12px;font-size:14px;cursor:pointer;transition:all .2s ease}@media (max-width: 767px){.shop-filters-tags .filter-tag{padding:4px 10px;font-size:12px}}.shop-filters-tags .filter-tag:hover{background-color:#fff;border-color:var(--logo-lime)}.shop-filters-tags .filter-tag .tag-text{white-space:nowrap;font-weight:500}.shop-filters-tags .filter-tag .remove-tag{width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#ffffffb3;color:var(--logo-green);transition:all .2s ease}@media (max-width: 767px){.shop-filters-tags .filter-tag .remove-tag{width:16px;height:16px}}.shop-filters-tags .filter-tag .remove-tag:hover{background-color:var(--logo-green);color:#fff}.shop-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:0 16px}@media (max-width: 767px){.shop-controls{padding:0 12px;flex-direction:column;align-items:stretch;gap:12px}}.shop-controls .shop-search{flex:1;display:flex;align-items:center;background-color:#fff;border-radius:50px;padding:6px 16px;border:1px solid rgba(170,204,0,.3);max-width:500px}@media (max-width: 767px){.shop-controls .shop-search{max-width:100%}}.shop-controls .shop-search .search-icon-container{display:flex;align-items:center;margin-right:8px;color:var(--dark-green-6)}.shop-controls .shop-search input{flex:1;border:none;outline:none;background:transparent;font-size:14px;font-family:Chillax,sans-serif}.shop-controls .shop-search input::placeholder{color:var(--text-muted)}.shop-controls .shop-search .clear-search{background:none;border:none;cursor:pointer;color:var(--text-muted);display:flex;align-items:center;justify-content:center;padding:0;margin:0}.shop-controls .shop-sort{position:relative;z-index:10}.shop-controls .shop-sort .sort-selected{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background-color:#fff;border:1px solid rgba(170,204,0,.3);border-radius:50px;min-width:200px;cursor:pointer}.shop-controls .shop-sort .sort-selected .sort-header{display:flex;align-items:center;gap:8px;color:var(--dark-green-7);font-size:14px;font-weight:500}.shop-controls .shop-sort .sort-selected .dropdown-arrow{color:var(--dark-green-6);transition:transform .2s ease}.shop-controls .shop-sort .sort-selected .dropdown-arrow.open{transform:rotate(180deg)}.shop-controls .shop-sort .sort-selected.active,.shop-controls .shop-sort .sort-selected:hover{border-color:var(--logo-lime)}.shop-controls .shop-sort .dropdown-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9}.shop-controls .shop-sort .sort-dropdown{position:absolute;top:calc(100% + 8px);right:0;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden;min-width:240px;z-index:10}.shop-controls .shop-sort .sort-dropdown .sort-option{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;transition:all .2s ease}.shop-controls .shop-sort .sort-dropdown .sort-option .sort-option-content{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--dark-green-7)}.shop-controls .shop-sort .sort-dropdown .sort-option .check-icon{color:var(--logo-lime)}.shop-controls .shop-sort .sort-dropdown .sort-option:hover{background-color:#aacc000d}.shop-controls .shop-sort .sort-dropdown .sort-option.active{background-color:#aacc001a;font-weight:600}.shop-controls .shop-sort .sort-dropdown .sort-option.focused{background-color:#aacc000d}.product-card.mobile,.mobile.product-card-shop{border-radius:12px}.product-card.mobile .product-image,.mobile.product-card-shop .product-image{padding:12px;aspect-ratio:1}.product-card.mobile .product-image img,.mobile.product-card-shop .product-image img{max-width:85%;max-height:85%}.product-card.mobile .product-image .product-badges,.mobile.product-card-shop .product-image .product-badges{top:6px;left:6px}.product-card.mobile .product-image .product-badges .product-badge,.mobile.product-card-shop .product-image .product-badges .product-badge{font-size:10px;padding:2px 6px}.product-card.mobile .product-image .product-badges .product-badge svg,.mobile.product-card-shop .product-image .product-badges .product-badge svg{width:10px;height:10px}.product-card.mobile .product-info,.mobile.product-card-shop .product-info{padding:8px 10px;gap:8px}.product-card.mobile .product-info .product-title,.mobile.product-card-shop .product-info .product-title{font-size:14px;line-height:1.3;padding-bottom:6px;min-height:36px;max-height:40px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card.mobile .product-info .product-meta-container,.mobile.product-card-shop .product-info .product-meta-container{gap:4px;margin-bottom:6px}.product-card.mobile .product-info .product-price-tag,.mobile.product-card-shop .product-info .product-price-tag{padding:3px 8px;border-radius:20px}.product-card.mobile .product-info .product-price-tag svg,.mobile.product-card-shop .product-info .product-price-tag svg{width:14px;height:14px}.product-card.mobile .product-info .product-price-tag .current-price,.mobile.product-card-shop .product-info .product-price-tag .current-price{font-size:13px}.product-card.mobile .product-info .product-price-tag .old-price,.mobile.product-card-shop .product-info .product-price-tag .old-price{font-size:11px}.product-card.mobile .product-actions,.mobile.product-card-shop .product-actions{margin-top:auto;opacity:1;transform:none;padding:8px 10px}.product-card.mobile .product-actions .add-to-cart-btn,.mobile.product-card-shop .product-actions .add-to-cart-btn{height:32px}.product-card.mobile .product-actions .add-to-cart-btn svg,.mobile.product-card-shop .product-actions .add-to-cart-btn svg{width:18px;height:18px}.product-card.mobile .product-actions .view-product-btn,.mobile.product-card-shop .product-actions .view-product-btn{width:32px;height:32px}.product-card.mobile .product-actions .view-product-btn svg,.mobile.product-card-shop .product-actions .view-product-btn svg{width:16px;height:16px}@media (max-width: 576px){.shop-results{border-radius:12px;margin-bottom:16px}.shop-results .results-header{padding:10px 16px}.shop-results .results-header .results-count{font-size:.85rem}.shop-results .results-header .results-count svg{width:18px;height:18px}.results-count{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--dark-green-7);width:100%;justify-content:center}.results-count svg{color:var(--logo-green)}.results-count span{font-weight:600}}.showcase-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem;font-family:Inter,sans-serif;background-color:#fff}@media (max-width: 767px){.showcase-container{padding:1rem}}.showcase-container .product-card,.showcase-container .product-card-shop,.showcase-container .recommended-product-card{box-shadow:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;filter:none!important;transition:transform .2s ease}.showcase-container .product-card:hover,.showcase-container .product-card-shop:hover,.showcase-container .product-card:focus,.showcase-container .product-card-shop:focus,.showcase-container .product-card:active,.showcase-container .product-card-shop:active,.showcase-container .recommended-product-card:hover,.showcase-container .recommended-product-card:focus,.showcase-container .recommended-product-card:active{box-shadow:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;filter:none!important}.showcase-container .product-card:hover .product-image img,.showcase-container .product-card-shop:hover .product-image img,.showcase-container .product-card:focus .product-image img,.showcase-container .product-card-shop:focus .product-image img,.showcase-container .product-card:active .product-image img,.showcase-container .product-card-shop:active .product-image img,.showcase-container .recommended-product-card:hover .product-image img,.showcase-container .recommended-product-card:focus .product-image img,.showcase-container .recommended-product-card:active .product-image img{transform:scale(1.05)}.showcase-container .product-grid .product-card,.showcase-container .product-grid .product-card-shop,.showcase-container .product-card-grid .product-card,.showcase-container .product-card-grid .product-card-shop,.showcase-container .product-grid .product-card:hover,.showcase-container .product-grid .product-card-shop:hover,.showcase-container .product-card-grid .product-card:hover,.showcase-container .product-card-grid .product-card-shop:hover{box-shadow:none!important}.showcase-container .product-card.featured,.showcase-container .featured.product-card-shop{border:2px solid var(--showcase-tab-active);box-shadow:0 4px 12px #aacc0026!important}.showcase-container .product-card.featured:hover,.showcase-container .featured.product-card-shop:hover{box-shadow:0 6px 16px #ac03!important}.showcase-container .product-card.no-shadow,.showcase-container .no-shadow.product-card-shop{box-shadow:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;filter:none!important;transition:transform .2s ease,background-color .2s ease!important;border:1px solid rgba(170,204,0,.3);background-color:#fff}.showcase-container .product-card.no-shadow:hover,.showcase-container .no-shadow.product-card-shop:hover,.showcase-container .product-card.no-shadow:focus,.showcase-container .no-shadow.product-card-shop:focus,.showcase-container .product-card.no-shadow:active,.showcase-container .no-shadow.product-card-shop:active{box-shadow:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;filter:none!important;border-color:#ac09;background-color:#fff}.showcase-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--showcase-border);text-align:center}.showcase-header h1{font-size:2.5rem;color:var(--showcase-header);margin-bottom:.5rem;font-family:Chillax,sans-serif}@media (max-width: 767px){.showcase-header h1{font-size:1.75rem}}.showcase-header p{font-size:1.1rem;color:var(--showcase-text);opacity:.8}@media (max-width: 767px){.showcase-header p{font-size:1rem}}.showcase-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.showcase-tabs .tab-button{padding:.75rem 1.5rem;background-color:var(--showcase-bg);border:1px solid var(--showcase-border);border-radius:2rem;font-size:1rem;font-weight:500;color:var(--showcase-text);cursor:pointer;transition:all .2s ease}.showcase-tabs .tab-button:hover{background-color:#aacc001a;border-color:#ac06}.showcase-tabs .tab-button.active{background-color:var(--showcase-tab-active);color:#0a5c26;border-color:var(--showcase-tab-active)}@media (max-width: 767px){.showcase-tabs .tab-button{padding:.5rem 1rem;font-size:.9rem}}.showcase-content{background-color:var(--showcase-bg);border-radius:1rem;padding:2rem}@media (max-width: 767px){.showcase-content{padding:1rem}}.card-showcase-section h2{font-size:1.75rem;color:var(--showcase-header);margin-bottom:.5rem;font-family:Chillax,sans-serif}@media (max-width: 767px){.card-showcase-section h2{font-size:1.5rem}}.card-showcase-section h3{font-size:1.25rem;color:var(--showcase-header);margin:1.5rem 0 .5rem;font-family:Chillax,sans-serif}@media (max-width: 767px){.card-showcase-section h3{font-size:1.15rem}}.card-showcase-section p{margin-bottom:1.5rem;color:var(--showcase-text);opacity:.8}.use-case-description{background-color:#fff9;border-left:3px solid var(--showcase-tab-active);padding:.8rem 1rem;margin-bottom:1.2rem;border-radius:0 .5rem .5rem 0}.use-case-description p{margin:0;font-size:.95rem;line-height:1.5;color:var(--dark-green-7)}.product-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}@media (min-width: 768px) and (max-width: 1023px){.product-card-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}}@media (max-width: 767px){.product-card-grid{grid-template-columns:1fr;gap:1.5rem}}.product-card-grid.shop-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}@media (min-width: 768px) and (max-width: 1023px){.product-card-grid.shop-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width: 767px){.product-card-grid.shop-grid{grid-template-columns:1fr}}.product-card-grid.shop-grid .product-card,.product-card-grid.shop-grid .product-card-shop{height:auto;transform:none;box-shadow:none!important;transition:transform .2s ease!important}.product-card-grid.shop-grid .product-card:hover,.product-card-grid.shop-grid .product-card-shop:hover{transform:translateY(-5px);box-shadow:none!important}.product-card-grid.shop-grid .product-card:hover .product-image img,.product-card-grid.shop-grid .product-card-shop:hover .product-image img{transform:scale(1.05)}.component-code{margin-top:2rem;margin-bottom:3rem}.component-code pre{background-color:var(--showcase-code-bg);padding:1.5rem;border-radius:.5rem;font-family:Roboto Mono,monospace;font-size:.85rem;overflow-x:auto;border:1px solid var(--showcase-border)}@media (max-width: 767px){.component-code pre{font-size:.75rem;padding:1rem}}.product-badge.limited{background-color:#9b6bcc33;border:1px solid rgba(155,107,204,.4);color:#4c2882}.product-badge.limited svg{color:#4c2882}.showcase-container .product-card-grid.shop-grid .product-card,.showcase-container .product-card-grid.shop-grid .product-card-shop,.showcase-container .product-card-grid.shop-grid .product-card.no-shadow{transition:transform .2s ease!important;box-shadow:none!important;-webkit-box-shadow:none!important;border:1px solid rgba(170,204,0,.3)}.showcase-container .product-card-grid.shop-grid .product-card:hover,.showcase-container .product-card-grid.shop-grid .product-card-shop:hover,.showcase-container .product-card-grid.shop-grid .product-card:focus,.showcase-container .product-card-grid.shop-grid .product-card-shop:focus,.showcase-container .product-card-grid.shop-grid .product-card:active,.showcase-container .product-card-grid.shop-grid .product-card-shop:active,.showcase-container .product-card-grid.shop-grid .product-card.no-shadow:hover,.showcase-container .product-card-grid.shop-grid .product-card.no-shadow:focus,.showcase-container .product-card-grid.shop-grid .product-card.no-shadow:active{transform:translateY(-5px)!important;box-shadow:none!important;-webkit-box-shadow:none!important;border-color:#ac09}.showcase-container .product-card-grid.shop-grid .product-card:hover .product-image img,.showcase-container .product-card-grid.shop-grid .product-card-shop:hover .product-image img,.showcase-container .product-card-grid.shop-grid .product-card:focus .product-image img,.showcase-container .product-card-grid.shop-grid .product-card-shop:focus .product-image img,.showcase-container .product-card-grid.shop-grid .product-card:active .product-image img,.showcase-container .product-card-grid.shop-grid .product-card-shop:active .product-image img,.showcase-container .product-card-grid.shop-grid .product-card.no-shadow:hover .product-image img,.showcase-container .product-card-grid.shop-grid .product-card.no-shadow:focus .product-image img,.showcase-container .product-card-grid.shop-grid .product-card.no-shadow:active .product-image img{transform:scale(1.05)}.product-card-skeleton-grid,.recommended-product-card-skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}@media (min-width: 768px) and (max-width: 1023px){.product-card-skeleton-grid,.recommended-product-card-skeleton-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}}@media (max-width: 767px){.product-card-skeleton-grid,.recommended-product-card-skeleton-grid{grid-template-columns:1fr;gap:1.5rem}}.showcase-container .product-card-grid.shop-grid .product-card,.showcase-container .product-card-grid.shop-grid .product-card-shop{box-shadow:none!important}.showcase-container .product-card-grid.shop-grid .product-card:hover,.showcase-container .product-card-grid.shop-grid .product-card-shop:hover,.showcase-container .product-card-grid.shop-grid .product-card:focus,.showcase-container .product-card-grid.shop-grid .product-card-shop:focus,.showcase-container .product-card-grid.shop-grid .product-card:active,.showcase-container .product-card-grid.shop-grid .product-card-shop:active{box-shadow:none!important}.product-card.no-shadow,.no-shadow.product-card-shop{transform:none!important;box-shadow:none!important}.product-card.no-shadow:hover,.no-shadow.product-card-shop:hover{box-shadow:none!important;transform:translateY(-5px)!important}.showcase-container .product-card-grid .product-card.no-shadow,.showcase-container .product-card-grid .no-shadow.product-card-shop{box-shadow:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;transition:transform .2s ease,border-color .2s ease!important}.showcase-container .product-card-grid .product-card.no-shadow:hover,.showcase-container .product-card-grid .no-shadow.product-card-shop:hover,.showcase-container .product-card-grid .product-card.no-shadow:focus,.showcase-container .product-card-grid .no-shadow.product-card-shop:focus,.showcase-container .product-card-grid .product-card.no-shadow:active,.showcase-container .product-card-grid .no-shadow.product-card-shop:active{box-shadow:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important}
