@charset "UTF-8";@import "https://fonts.googleapis.com/css2?family=Nixie+One&display=swap";@import "https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Nixie+One&display=swap";html{box-sizing:border-box;scroll-behavior:smooth}*,*::before,*::after{box-sizing:inherit}body{margin:0;padding:0;width:100%;overflow-x:hidden;display:flex;flex-direction:column;min-height:100vh}body{font-family:lato,sans-serif,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;font-size:1rem;line-height:1.6;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin-top:1.5em;margin-bottom:.75em;line-height:1.2;font-family:nixie one,serif,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol}h1{font-size:2.5rem;font-weight:700;line-height:1.2}@media(min-width:1200px){h1{font-size:3rem}}h2{font-size:2rem;font-weight:700;line-height:1.2}@media(min-width:992px){h2{font-size:2.25rem}}h3{font-size:1.5rem;font-weight:700;line-height:1.3}@media(min-width:992px){h3{font-size:1.75rem}}p{margin-bottom:1em}a{color:#004e121c;text-decoration:none}a:hover,a:focus{color:#505050;text-decoration:underline;outline:none}strong,b{font-weight:700}em,i{font-style:italic}ul,ol{margin-bottom:1em;padding-left:1.5em}li{margin-bottom:.3em}.text-primary{color:#075aaa}.highlight{color:#004e12}.is-hidden{display:none!important}.container{width:100%;margin-right:auto;margin-left:auto;box-sizing:border-box;max-width:1400px;padding-right:1rem;padding-left:1rem}.site-header{position:sticky;top:0;z-index:1000;background-color:#fff;box-shadow:0 5px 7px #004e12}.header__container{display:flex;align-items:center;justify-content:space-between;height:65px}@media(min-width:992px){.header__container{height:72px}}.header__left-group{display:contents}@media(min-width:992px){.header__left-group{display:flex;align-items:center;gap:2.5rem}}.header__search--mobile{display:block;padding:.75rem 0;background-color:#fff;border-top:1px solid #f6f6f6}.header__search--mobile .search-form{max-width:450px;margin-left:auto;margin-right:auto}.header__search--desktop{display:none}@media(min-width:992px){.header__search--mobile{display:none}.header__search--desktop{display:block;width:250px;margin-right:1rem}}.header__logo{flex-shrink:0;width:50px;z-index:1000}@media(min-width:992px){.header__logo{width:55px}}.header__logo svg{width:130%;height:auto;display:block}.header__nav{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff;padding:6rem 1.5rem 2rem;overflow-y:auto;transform:translateX(-100%);transition:transform .3s ease-in-out;z-index:1000}.header__nav.is-open{transform:translateX(0)}.nav__list{list-style:none;margin:0;padding:0}.nav__link-wrapper{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f6f6f6}.nav__link{display:block;padding:.75rem 0;font-size:1.2rem;text-decoration:none;font-weight:700;color:#000;flex-grow:1}@media(min-width:992px){.nav__link{font-weight:400}}.nav__link:hover{color:#004e12}.nav__dropdown-toggle{padding:.5rem;color:#505050;cursor:pointer;transition:transform .3s ease}@media(min-width:992px){.nav__dropdown-toggle{display:none}}.nav__item.is-active-mobile>.nav__link-wrapper .nav__dropdown-toggle{transform:rotate(180deg)}.nav__submenu{display:none;list-style:none;padding-left:0;margin-top:1rem}.nav__item.is-active-mobile .nav__submenu{display:block}.nav__submenu-col:not(:last-child){margin-bottom:1.5rem}.nav__submenu-heading{font-size:1rem;font-weight:800;text-transform:uppercase;color:#505050;margin-bottom:.75rem;padding-left:1rem}.nav__submenu-link{display:block;padding:.25rem 0;font-size:1rem;color:#505050;text-decoration:none;padding-left:2rem}@media(min-width:992px){.nav__submenu-link{font-size:.8rem;padding-left:0}}.nav__submenu-link:hover{color:#004e12}@media(min-width:992px){.header__nav{position:static;transform:none;height:auto;width:auto;padding:0;background-color:transparent;overflow-y:visible}.nav__list{display:flex;height:100%;gap:2.5rem;justify-content:center}}@media(min-width:992px) and (min-width:992px){.nav__list{margin-left:1rem;gap:1.5rem}}@media(min-width:992px){.nav__item{height:100%;display:flex;align-items:center}.nav__link-wrapper{display:contents}.nav__link{padding:0;font-size:1rem}.nav__submenu{display:none!important}}.header__right-group{display:flex;align-items:center;gap:.2rem}.site-header__cart{display:flex;align-items:center;gap:.2rem;background:0 0;border:none;cursor:pointer}.site-header__cart-price{display:none;font-size:15px}@media(min-width:768px){.site-header__cart-price{display:block}}.site-header__cart-icon{width:40px;height:40px;fill:#004e12;stroke:#fff}.site-header__cart-icon-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center}.cart-item-count-badge{position:absolute;top:-5px;right:-8px;display:none;justify-content:center;align-items:center;width:17px;height:17px;border-radius:50%;background-color:#ac0000;color:#fff;font-size:12px;font-weight:700;line-height:1}.header__toggle{display:flex;padding:.5rem;background:0 0;border:none;cursor:pointer;z-index:1001}.header__toggle .header__toggle-icon{position:relative;width:24px;height:2px;background-color:#000;transition:background-color .1s ease}.header__toggle .header__toggle-icon::before,.header__toggle .header__toggle-icon::after{content:'';position:absolute;left:0;width:100%;height:2px;background-color:#000;transition:transform .3s ease}.header__toggle .header__toggle-icon::before{top:-8px}.header__toggle .header__toggle-icon::after{top:8px}.header__toggle.is-open .header__toggle-icon{background-color:transparent}.header__toggle.is-open .header__toggle-icon::before{transform:translateY(8px)rotate(45deg)}.header__toggle.is-open .header__toggle-icon::after{transform:translateY(-8px)rotate(-45deg)}@media(min-width:992px){.header__toggle{display:none}}.mega-menu{display:none}@media(min-width:992px){.mega-menu{position:absolute;top:100%;left:0;width:100%;background-color:#fff;padding:2.5rem 0;border-top:1px solid #f6f6f6;box-shadow:0 5px 15px rgba(0,0,0,.1)}}@media(min-width:992px){.mega-menu.is-active{display:block}}@media(min-width:992px){.mega-menu__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}}.mega-menu__heading{font-size:.9rem;text-transform:uppercase;margin-bottom:1rem;color:#505050}.mega-menu__link{display:block;padding:.4rem 0;text-decoration:none;color:#000}.mega-menu__link:hover{color:#004e12}.site-footer{background-color:#fff;color:#505050;padding-top:2rem;padding-bottom:3rem;border-top:1px solid #f6f6f6}.footer__main{padding-bottom:2rem;border-bottom:1px solid #f6f6f6}.footer__col{margin-bottom:2rem}.footer__logo{display:block;margin-bottom:0;color:#000;transition:color .2s ease-in-out}.footer__logo:hover{color:#505050}.footer__logo svg{width:120px;height:auto;fill:currentColor;display:block}@media(min-width:992px){.footer__logo svg{width:150px}}.footer__heading{color:#000;font-size:1rem;font-weight:800;margin-bottom:1.8rem;font-family:nixie one,serif}.footer__heading--main{font-size:1.5rem;margin-top:0}.footer__links{list-style:none;padding:0;margin:0;font-size:.9rem;display:flex;flex-direction:column;gap:.3rem}.footer__link{color:#505050;text-decoration:none}.footer__link:hover{color:#004e12}.footer__search{display:none}.footer__social-apps{display:flex;flex-direction:column;align-items:left;gap:1rem;margin-bottom:2rem}.footer__social-list{display:flex;gap:.4rem;list-style:none;padding:0;margin:0}.footer__social-list a{color:#212b36}.footer__social-list svg{width:34px;height:34px;fill:currentColor}.search-form__btn svg{width:20px;height:20px;fill:currentColor}.footer__app-buttons{display:flex;gap:1rem}.footer__app-buttons img{height:40px}.footer__legal-lang{display:flex;flex-direction:column;align-items:left;gap:1.5rem;text-align:left}.footer__language-selector .language-selector__btn{display:flex;align-items:center;gap:.5rem;background:0 0;border:none;cursor:pointer;font-size:.9rem}.footer__legal-nav .footer__links{flex-direction:column;align-items:left;text-align:left;margin-left:0 auto;gap:.5rem}.footer__copyright{margin:0;margin-top:2rem;font-size:.9rem}.footer__main{display:grid;grid-template-columns:1fr;gap:2rem;border-bottom:none;margin-bottom:0}@media(min-width:480px){.footer__main{grid-template-columns:1.5fr repeat(1,1fr)}}@media(min-width:768px){.footer__main{grid-template-columns:1.5fr repeat(2,1fr)}}@media(min-width:992px){.footer__main{grid-template-columns:repeat(5,1fr)}}.footer__col{margin-bottom:0}.footer__bottom{display:grid;gap:2rem;padding-top:2rem;border-top:1px solid #e5e5e5}.footer__search{display:block}@media(min-width:768px){.footer__search{width:60%}}@media(min-width:992px){.footer__search{width:40%}}.footer__search .search-form{position:relative}.footer__search .search-form .search-form__input{width:100%;padding:.6rem 1rem;border:1px solid #8f8f8f;border-radius:25px}.footer__search .search-form .search-form__btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:0 0;border:none;cursor:pointer}.footer__meta{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.footer__social-apps{flex-direction:row;margin-bottom:0}.footer__legal-lang{flex-direction:row;width:100%;justify-content:flex-end;align-items:center}.footer__legal-nav .footer__links{flex-direction:column;gap:.5rem;color:#1344dacb}@media(min-width:768px){.footer__legal-nav .footer__links{flex-direction:row;margin:0 auto;gap:1.5rem}}.footer__copyright{margin-right:auto;display:flex;flex-direction:column}.footer__language-selector{margin-right:1.5rem}.footer__main .footer__col:last-child,.footer__bottom>*:last-child,.footer__copyright{margin-bottom:0}.btn,.bgi-section__cta,.show-more-btn,.pagination-controls .btn--load-more{display:inline-flex;width:auto;padding:.3rem 1.3rem;font-weight:600;text-align:center;line-height:1;text-decoration:none;align-items:center;justify-content:center;cursor:pointer;border:1px solid transparent;border-radius:25px;transition:background-color .2s ease-in-out,color .2s ease-in-out;font-family:lato,sans-serif}.btn--header-cta{background-color:#212b36;color:#fff;border-color:#212b36;margin-right:auto}.btn--header-cta:hover{background-color:#212b36;border-color:#505050}@media(min-width:992px){.btn--header-cta{width:10rem}}.btn--primary{background-color:#004e12;color:#fff;font-size:15px;border-color:#004e12;max-width:10rem;height:2.4rem}.btn--primary:hover,.btn--primary:focus{background-color:transparent;border-color:#004e12;color:#212b36;text-decoration:none}.btn--secondary,.bgi-section__cta,.show-more-btn,.pagination-controls .btn--load-more{background-color:transparent;color:#212b36;border-color:#505050;max-width:10rem;height:2.4rem}.btn--secondary:hover,.bgi-section__cta:hover,.show-more-btn:hover,.pagination-controls .btn--load-more:hover,.btn--secondary:focus,.bgi-section__cta:focus,.show-more-btn:focus,.pagination-controls .btn--load-more:focus{background-color:#004e12;border-color:#004e12;color:#fff;text-decoration:none}.product-card__cta-btn{background-color:transparent;color:#000;border-width:.1px;font-size:14px;border-color:#8f8f8f;height:2.4rem}.product-card__cta-btn:hover,.product-card__cta-btn:focus{background-color:#004e12;border-color:#fff;color:#fff;text-decoration:none}.show-more-btn{background-color:transparent;color:#505050;border-width:.1px;font-size:14px;border-color:#8f8f8f;height:2.4rem}.show-more-btn:hover,.show-more-btn:focus{background-color:#004e12;border-color:#fff;color:#fff;text-decoration:none}.pagination-controls .btn--load-more{margin:0 auto;max-width:none;width:auto}#install-pwa-btn{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:1000;padding:.75rem 1.5rem;box-shadow:0 4px 15px rgba(0,0,0,.2)}.is-hidden{display:none!important}.hero{padding-bottom:3rem;background-color:#004e121c}@media(min-width:992px){.hero{padding:5rem 0}}.hero__grid{display:flex;flex-direction:column;gap:2.5rem}@media(min-width:992px){.hero__grid{flex-direction:row;gap:2rem}}.hero__content{text-align:left}@media(min-width:768px){.hero__content{width:80%}}@media(min-width:992px){.hero__content{flex:3.5;margin-top:auto;margin-bottom:auto}}.hero__title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;margin-top:3.3rem;line-height:1.2;font-family:nixie one,serif}@media(min-width:992px){.hero__title{margin-top:0}}@media(min-width:1200px){.hero__title{font-size:3rem}}.hero__text{font-size:1rem;line-height:1.6;margin-bottom:1rem;margin-left:auto;margin-right:auto;color:#000}.hero__actions{display:flex;flex-direction:column;gap:.7rem;justify-content:center}@media(min-width:992px){.hero__actions{flex-direction:row;justify-content:flex-start}}.hero__image-wrapper{position:relative;border-radius:30px;overflow:hidden;box-shadow:0 0 .6rem .1rem #004e12}@media(min-width:992px){.hero__image-wrapper{flex:5;margin-top:auto;margin-bottom:auto}}@media(min-width:1200px){.hero__image-wrapper{flex:6.5}}.hero__image{width:100%;height:100%;display:block;object-fit:cover;border-radius:30px;object-position:bottom}@media(min-width:480px){.hero__image{height:300px}}@media(min-width:768px){.hero__image{height:400px}}@media(min-width:992px){.hero__image{height:500px}}.hero__notification{position:absolute;top:1.5rem;right:1.5rem;background-color:rgba(255,255,255,.9);backdrop-filter:blur(8px);border-radius:12px;padding:.75rem 1rem;box-shadow:0 8px 20px rgba(0,0,0,.12);display:flex;align-items:center;gap:.75rem;animation:pop-in .6s .3s ease-out forwards;opacity:0}.notification__icon{width:32px;height:32px}.notification__text{display:flex;flex-direction:column}.notification__title{font-weight:600;color:#212b36}.notification__details{font-size:.9rem;color:#6b7177}@keyframes pop-in{from{opacity:0;transform:translateY(10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.categories-section{text-align:left;margin-top:3rem;margin-bottom:6rem}@media(min-width:992px){.categories-section{margin-top:4rem}}@media(min-width:992px){.categories-section .container{display:flex;align-items:flex-start}}@media(min-width:992px){.categories-section__content{flex:0 0 340px;margin-bottom:auto}}@media(min-width:1200px){.categories-section__content{flex:0 0 500px}}h2{font-size:2rem;font-weight:700;margin-bottom:.5rem;font-family:nixie one,serif}@media(min-width:768px){h2{margin-top:0}}.categories-section p{font-size:"Lato",sans-serif;margin-top:0;color:#505050;margin-bottom:2.5rem}@media(min-width:768px){.categories-section p{width:85%}}@media(min-width:992px){.categories-section__grid-wrapper{flex:1}}.categories-grid{display:grid;grid-template-columns:1fr repeat(1,1fr);gap:.5rem;text-align:left}@media(min-width:576px){.categories-grid{grid-template-columns:1fr repeat(2,1fr)}}@media(min-width:768px){.categories-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:992px){.categories-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.categories-grid{gap:1rem}}.categories-card{position:relative;display:flex;align-items:center;justify-content:center;border-radius:16px;overflow:hidden;text-decoration:none;aspect-ratio:1/1;transition:transform .2s ease-in-out}.categories-card.is-hidden{display:none}.categories-card:hover{transform:translateY(-5px)}.categories-card:hover::before{background-color:rgba(0,0,0,.5)}.categories-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.35);z-index:1;transition:background-color .2s ease-in-out}.categories-card img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.categories-card h3{position:relative;z-index:2;margin:0;padding:1rem;font-size:1.5rem;font-family:nixie one,serif;font-weight:700;color:#fff;text-align:center;text-decoration:none}@media(min-width:768px){.categories-card h3{font-size:1.5rem}}.categories-card .card-image-wrapper img{width:100%;height:auto;display:block;object-fit:cover;object-position:center}.categories-card .card-content{padding:.8rem}.categories-card .card-content h4{margin:0;font-size:1rem;font-family:nixie one,serif;font-weight:800;color:#000;text-decoration:none}.categories-card .card-content h4:hover{text-decoration:none;color:#8f8f8f}.show-more-container{text-align:left;margin-top:2rem}.product-list-header{display:flex;justify-content:flex-end;padding:1rem 0;margin-bottom:3rem;border-bottom:1px solid #f6f6f6}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.5rem;margin-bottom:1rem}.product-card{background-color:transparent;border:1px solid transparent;border-radius:20px;padding:1rem;text-align:left;transition:transform .3s ease-in-out}.product-card:hover{transform:translateY(-5px)}.product-image{max-width:100%;height:auto;margin-bottom:1rem}.product-card-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-align:left}.product-price{font-weight:700}.product-rating{margin-bottom:.5rem}.product-link{display:block;text-decoration:none;color:inherit}.product-link:hover{text-decoration:underline}.product-card{border:1px solid transparent;margin-bottom:.5rem;transition:transform .7s ease-in-out}.product-card__image-link{display:block;margin-bottom:.75rem}.product-card__image{width:100%;height:auto;aspect-ratio:1/1;border-radius:10px}.product-card__info{padding:0 .5rem}.product-card__color-link{font-size:13px;text-decoration:none}.product-card__color-link:hover{text-decoration:underline}.product-card__title{font-family:nixie one,serif;font-size:1.5rem;font-weight:700;margin:.25rem 0}.product-card__title a{color:#000;text-decoration:none}.product-card__title a:hover{color:#8f8f8f;text-decoration:underline}.product-card__category-link{margin-bottom:.5rem;font-style:italic;color:#004e12;text-decoration:underline;font-size:.8rem}.product-card__rating{display:flex;align-items:center;gap:.3rem;font-size:1.4rem;color:#ffda07}.product-card__rating .reviews-count{font-size:1rem;color:#000}.product-card__rating .reviews-count:hover{text-decoration:underline;cursor:pointer}.product-card .stars{--percent:calc(var(--rating) / 5 * 100%);display:inline-block;font-size:1.4rem;font-family:Times;line-height:1}.product-card .stars::before{content:'★★★★★';letter-spacing:1px;background:linear-gradient(90deg,#ffda07 var(--percent),#f6f6f6 var(--percent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.product-card__price{font-size:25px;font-weight:700;color:#000;margin-bottom:1rem}.product-card__price .price__dollar-sign,.product-card__price .price__cents{font-size:25px;top:-.5em;position:relative}.sort-by{display:flex;align-items:center;gap:.5rem;font-size:14px;transition:all .15s ease-in-out}.sort-by__label{font-weight:700}.sort-by__options{display:flex;gap:.5rem}.sort-by__option{padding:.5rem 1rem;border:1px solid #ddd;border-radius:8px;background-color:#f0f2f2;box-shadow:0 2px 5px rgba(213,217,217,.5);cursor:pointer}.sort-by__option:hover{background-color:#e3e6e6}.sort-by__option--active{background-color:#e3e6e6}.sort-by__icon{width:16px;height:16px}.sort-by__icon--asc{transform:rotate(180deg)}.sort-by__icon--desc{transform:rotate(0)}.sort-by__icon--active{fill:#007185}.sort-by__icon--inactive{fill:#ddd}.sort-by__icon--disabled{fill:#ccc}.sort-by__icon--hidden{display:none}.sort-by__icon--visible{display:block}.sort-by__select{padding:.5rem 1rem;border:1px solid #ddd;border-radius:8px;background-color:#f0f2f2;box-shadow:0 2px 5px rgba(213,217,217,.5)}.sort-by__select:hover{background-color:#e3e6e6}.scroll-to-top{border:none;padding:0;margin:0;background:0 0;cursor:pointer;position:fixed;bottom:20px;left:20px;z-index:100;width:40px;height:40px;border-radius:50%;background-color:#fff;color:#004e12;box-shadow:0 4px 8px rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease}@media(min-width:992px){.scroll-to-top{width:50px;height:50px}}.scroll-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{background-color:#004e12;color:#fff}.scroll-to-top__icon{width:25px;height:25px;stroke:currentColor}.cookie-consent__overlay{position:fixed;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:2000}.cookie-consent{position:fixed;top:0;left:0;width:100%;background-color:#022109;color:#fff;padding:1.25rem 0;box-shadow:0 -2px 10px rgba(0,0,0,.2);z-index:2001}.cookie-consent__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}@media(min-width:768px){.cookie-consent__wrapper{flex-direction:row;justify-content:space-between;align-items:center}}.cookie-consent__text{margin:0;font-size:.9rem}.cookie-consent__link{color:#00b30c;text-decoration:underline}.cookie-consent__link:hover{color:#f6f6f6}.cookie-consent__actions{display:flex;gap:.4rem;flex-shrink:0}#cookieDeclineBtn{background-color:#fff;color:#022109;border-color:#022109;font-size:.8rem;padding:.3rem 1rem}#cookieDeclineBtn:hover{background-color:#022109;color:#fff;border-color:#fff}#cookieAcceptBtn{background-color:#00b30c;color:#fff;border-color:#022109;font-size:.8rem;padding:.3rem 1rem}#cookieAcceptBtn:hover{background-color:#022109;color:#fff;border-color:#fff}.section-header{text-align:left;margin-top:0;margin-bottom:1rem;border-bottom:1px solid #f6f6f6}.section-header h1{font-size:2.5rem;font-family:nixie one,serif;font-weight:700;margin-top:2.5rem;margin-bottom:.5rem;color:#000}.section-header h2{font-size:2rem;font-family:nixie one,serif;font-weight:700;margin-top:2.5rem;margin-bottom:.5rem;color:#000}.section-header p{font-size:1rem;color:#505050}.breadcrumb-container{padding-top:1.2rem;padding-bottom:1rem;border-bottom:1px solid #f6f6f6}@media(min-width:992px){.breadcrumb-container{padding-top:2rem}}.breadcrumb__list{display:flex;flex-wrap:wrap;align-items:left;list-style:none;padding:0;margin:0;font-size:.9rem}.breadcrumb__item{display:flex;align-items:center}.breadcrumb__item a{color:#1344dacb;text-decoration:none}.breadcrumb__item a:hover{text-decoration:underline}.breadcrumb__link{color:#1344dacb;text-decoration:none}.breadcrumb__link:hover{text-decoration:underline}.breadcrumb__current{color:#505050}.breadcrumb__item+.breadcrumb__item::before{content:'>';display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#505050}.product-hero{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.product-hero{flex-direction:row;margin-bottom:5rem}}.product-hero__gallery{display:flex;flex-direction:column;gap:1rem}@media(min-width:576px){.product-hero__gallery{flex-direction:row;flex-direction:row-reverse}}@media(min-width:768px){.product-hero__gallery{flex:0 1 55%;flex-direction:column}}@media(min-width:992px){.product-hero__gallery{flex:0 1 50%}}@media(min-width:1200px){.product-hero__gallery{flex:0 1 40%}}.product-hero__slider-wrapper{position:relative;order:1;overflow:hidden;border-radius:10px;aspect-ratio:1/1}@media(min-width:576px){.product-hero__slider-wrapper{order:0}}.product-hero__main-image{display:flex;height:100%;transition:transform .4s ease-in-out}.slider-slide{flex:0 0 100%;min-width:100%;overflow:hidden}.slider-slide img{width:100%;height:100%;display:block;object-fit:cover}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background-color:rgba(255,255,255,.8);color:#505050;border:1px solid #f6f6f6;border-radius:50%;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease}.slider-btn:hover,.slider-btn:focus{background-color:#fff;box-shadow:0 0 8px rgba(0,0,0,.15)}.slider-btn--prev{left:.5rem}.slider-btn--next{right:.5rem}.product-hero__thumbnails{display:flex;flex-wrap:wrap;gap:.75rem;order:2}@media(min-width:576px){.product-hero__thumbnails{flex-direction:column;order:0}}@media(min-width:768px){.product-hero__thumbnails{flex-direction:row;order:2}}.product-hero__thumbnail-btn{width:80px;aspect-ratio:1/1;padding:0;border:2px solid transparent;border-radius:10px;overflow:hidden;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.product-hero__thumbnail-btn:hover,.product-hero__thumbnail-btn:focus{border-color:rgba(0,78,18,.5)}.product-hero__thumbnail-btn.is-active{border-color:#004e12;box-shadow:0 0 .4rem .1rem rgba(0,78,18,.5)}.product-hero__thumbnail-btn img{width:100%;height:100%;object-fit:cover;display:block}@media(min-width:768px){.product-hero__info{flex:1 1 45%}}.product-hero__title{font-size:2rem;font-weight:600;line-height:1.2;margin-bottom:0;font-family:nixie one,serif;margin-top:0}.product-hero__category-link{font-style:italic;color:#004e12;text-decoration:underline;font-size:.8rem}.product-hero__reviews-summary{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;margin-bottom:.5rem}.review-count{margin-top:0;font-size:1rem;color:#505050}.product-hero__price{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.product-hero__form{margin-bottom:1.5rem}.product-hero__form .form-label{display:block;margin-bottom:.5rem;font-weight:700}.product-hero__form p{margin-bottom:2rem}.product-hero__form .form-group{margin-bottom:1rem}.product-hero__form .form-label{display:block;margin-bottom:.5rem;font-weight:700}.color-swatches,.size-selector{display:flex;flex-wrap:wrap;gap:.5rem}.swatch input[type=radio],.size-option input[type=radio]{position:absolute;opacity:0;width:0;height:0}.swatch label{display:block;width:40px;height:40px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:transform .2s ease,border-color .2s ease}.swatch input[type=radio]:checked+label{border-color:#007bff;transform:scale(1.1)}.size-option label{display:inline-block;padding:.5rem 1rem;border:1px solid #ced4da;border-radius:4px;cursor:pointer;user-select:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.size-option input[type=radio]:checked+label{background-color:#212529;color:#fff;border-color:#212529}.product-hero__actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}@media(min-width:576px){.product-hero__actions{flex-direction:row}}.who-we-are-section{padding:4rem 0;background-color:#f6f6f6}.who-we-are{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:768px){.who-we-are{gap:3rem;grid-template-columns:2fr 3fr}}@media(min-width:1200px){.who-we-are{grid-template-columns:1fr 2fr;gap:4rem}}.who-we-are__text-content .btn,.who-we-are__text-content .bgi-section__cta,.who-we-are__text-content .pagination-controls .btn--load-more,.pagination-controls .who-we-are__text-content .btn--load-more,.who-we-are__text-content .show-more-btn{margin-top:.5rem}.who-we-are__heading{font-size:2rem;font-weight:700;margin-top:0;margin-bottom:.5rem}.who-we-are__image{width:100%;height:auto;display:block;border-radius:12px}.chat-bubble{position:fixed;bottom:20px;right:20px;z-index:100;width:40px;height:40px;background-color:#004e12;color:#fff;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.25);display:flex;justify-content:center;align-items:center;text-decoration:none;transition:transform .2s ease-in-out}@media(min-width:992px){.chat-bubble{width:50px;height:50px}}.chat-bubble:hover{transform:scale(1.1);background-color:#fff;color:#004e12;box-shadow:0 4px 12px rgba(0,0,0,.25)}.chat-bubble svg{width:25px;height:25px;fill:currentColor}.bgi-section{position:relative;color:#fff;text-align:left;overflow:hidden}@media(min-width:992px){.bgi-section{padding:7rem 1rem}}.bgi-section__content{width:100%;box-sizing:border-box;margin-top:4rem;margin-bottom:4rem;position:relative;z-index:2}@media(min-width:768px){.bgi-section__content{width:75%}}@media(min-width:992px){.bgi-section__content{width:60%;margin-top:0;margin-bottom:0}}.bgi-section__pre-text{margin-bottom:1rem;font-size:1rem;line-height:1.6;color:#fff}.bgi-section__content h1{font-size:2.5rem;font-weight:700;font-family:nixie one,serif;margin-top:2rem;margin-bottom:1rem}.bgi-section__subheading{font-size:1rem;line-height:1.6;margin-top:1rem;margin-bottom:2rem}@media(min-width:992px){.bgi-section__subheading{width:85%}}.bgi-section__cta{color:#fff;border-color:#f6f6f6}.bgi-section__image-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}@media(min-width:992px){.bgi-section__image-container{display:flex;flex-direction:row}}.bgi-section__image-container::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:1}.bgi-section__image-container picture,.bgi-section__image-container .bgi-section__image-element{display:block;width:100%;height:100%}.bgi-section__image-container .bgi-section__image-element{object-fit:cover;object-position:center}.highlighted{color:#004e12}.page-content-section{margin-bottom:4rem}@media(min-width:768px){.page-content-section{margin-top:3rem}}.page-content-section>:last-child{margin-bottom:0}.page-content-section h2,.page-content-section h3,.page-content-section h4{font-family:nixie one,serif;color:#000}.page-content-section h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.page-content-section h3{font-size:1.75rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem}.page-content-section p{font-size:17px;line-height:1.7;color:#505050;margin-bottom:1.5rem}.page-content-section a{color:#004e12;text-decoration:underline;font-weight:700}.page-content-section a:hover{text-decoration:none}.page-content-section ul,.page-content-section ol{padding-left:20px;margin-bottom:1.5rem;color:#505050}.page-content-section li{font-size:17px;line-height:1.7;margin-bottom:.75rem}.page-content-section strong{font-weight:700;color:#000}.pagination-controls{display:flex;justify-content:center;margin-top:3rem;margin-bottom:4rem}.product-tabs-section{margin-top:2rem;padding-bottom:4rem}.product-tabs__nav{display:flex;border-bottom:1px solid #f6f6f6;margin-bottom:1.5rem;flex-wrap:wrap;gap:.25rem}.product-tabs__nav-btn{padding:.75rem 1.5rem;border:none;background-color:transparent;cursor:pointer;font-size:1rem;font-weight:700;color:#8f8f8f;position:relative;border-bottom:2px solid transparent;margin-bottom:-1px}.product-tabs__nav-btn:hover,.product-tabs__nav-btn:focus{color:#000}.product-tabs__nav-btn.is-active{color:#000;border-bottom-color:#000}.badge{display:inline-block;padding:.25em .6em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;background-color:#f6f6f6;color:#505050;margin-left:.5rem}.product-tabs__panel{display:none}.product-tabs__panel.is-active{display:block}.subsection-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.reviews-layout{display:grid;gap:2rem}@media(min-width:768px){.reviews-layout{grid-template-columns:1fr 1fr;gap:3rem}}.star-rating .star{color:#ffda07;font-size:1.4rem}.star-rating-input{display:flex;flex-direction:row-reverse;justify-content:flex-end;color:#8f8f8f}.star-rating-input input[type=radio]{display:none}.star-rating-input label{font-size:2rem;cursor:pointer;transition:color .2s}.star-rating-input:hover label{color:#ffda07}.star-rating-input label:hover~label{color:#f6f6f6}.star-rating-input input[type=radio]:checked~label{color:#ffda07}.form{display:flex;flex-direction:column;gap:1rem;max-width:360px}@media(min-width:576px){.form{max-width:540px}}@media(min-width:768px){.form{max-width:740px}}.form-group{display:flex;flex-direction:column}.form-label{font-weight:700;margin-bottom:.5rem;font-size:1rem}.form-control{width:100%;padding:.5rem 1rem;font-size:1rem;line-height:1.6;color:#505050;border:1px solid #f6f6f6;border-radius:.4rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:focus{outline:0;border-color:#1344dacb;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}textarea.form-control{resize:vertical;min-height:120px}.form__status{margin-top:.5rem;margin-bottom:.5rem}.form-message{padding:1rem;border-radius:.25rem;border:1px solid transparent}.form-message--success{color:#00b30c;background-color:#fff;border-color:#f6f6f6}.form-message--error{color:#ac0000;background-color:#ffe6ff;border-color:#f6f6f6}.safe-checkout{border-radius:10px;padding:1rem;text-align:center;margin:0 auto;box-shadow:0 0 .4rem .01rem #8f8f8f;max-width:320px}@media(min-width:768px){.safe-checkout{margin-left:0}}.safe-checkout__title{font-size:1rem;font-weight:800;margin-top:0;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.safe-checkout__icons{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem}.safe-checkout__icon{max-height:35px;width:auto}.review-card{border-bottom:1px solid #f6f6f6;padding-bottom:1.5rem;margin-bottom:1.5rem}.review-card:last-child{border-bottom:none;margin-bottom:0}.review-card__header{margin-bottom:.75rem}.review-card__author{font-weight:700;font-size:1.1rem;display:block;margin-bottom:.25rem}.review-card__meta{display:flex;align-items:center;gap:1rem}.review-card__rating{color:#ffda07;font-size:1rem}.review-card__date{font-size:.9rem;color:#505050}.review-card__body p{margin:0;line-height:1.6}.site-banner{top:0;left:0;width:100%;z-index:1000;background-color:#ffda07;padding:2px}.site-banner__content{display:flex;flex-direction:row;align-items:center;justify-content:center;margin:0 auto;padding:5px 0}.site-banner__text{margin:0;margin-right:5px;color:#000;font-size:.9rem;text-align:center;font-family:lato,sans-serif;align-items:center;justify-content:center}.site-banner__link{color:#000;font-family:lato,sans-serif;text-decoration:underline;font-weight:400;font-size:.9rem;font-weight:800}@media(min-width:576px){.site-banner__link{font-size:.9rem}}@media(min-width:992px){.site-banner__link{font-size:.8rem;margin-top:2px;margin-bottom:2px}}.site-banner__link:hover{text-decoration:none;color:#004e12;text-decoration:underline}.developer-badge{display:block;width:fit-content;margin:2rem auto 0;padding:.5rem 1rem;background-color:#111827cc;color:#fff;border-radius:8px;text-decoration:none;font-family:lato,sans-serif;font-size:.78rem;font-weight:600;text-align:center;transition:background-color .2s ease}.developer-badge:hover{background-color:rgba(5,7,11,.8);color:#fff}.developer-badge strong{font-weight:700}@media(min-width:992px){.developer-badge{position:fixed;top:50%;left:0;transform:translateY(-50%);z-index:990;margin:0;width:auto;padding:1.1rem .34rem;border-radius:0 8px 8px 0;box-shadow:0 4px 15px rgba(0,0,0,.25);transition:transform .3s cubic-bezier(.25,.8,.25,1)}.developer-badge:hover{transform:translateY(-50%)scale(1.05);background-color:#111827cc;color:#f6f6f6}.developer-badge span{display:block;writing-mode:vertical-rl;letter-spacing:.1em;transform:rotate(180deg)}}.mini-cart-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.mini-cart-modal__overlay{position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.5);transition:opacity .3s ease}.mini-cart-modal__content{position:absolute;top:0;right:0;width:100%;max-width:385px;height:100%;background-color:#fff;box-shadow:-2px 0 15px rgba(0,0,0,.1);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .3s ease}.mini-cart-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.mini-cart-modal.is-open .mini-cart-modal__overlay{opacity:1}.mini-cart-modal.is-open .mini-cart-modal__content{transform:translateX(0)}.mini-cart-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #f6f6f6;flex-shrink:0}.mini-cart-modal__title{margin:0;font-size:1.2rem;font-weight:700;color:#000}.mini-cart-modal__close-btn{background:0 0;border:none;font-size:1.75rem;line-height:1;cursor:pointer;color:#000;padding:.5rem}.mini-cart-modal__body{flex-grow:1;overflow-y:auto;padding:1.5rem}.mini-cart-modal__empty-message{text-align:center;color:#000;margin-top:2rem}.mini-cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;align-items:flex-start;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #f6f6f6}.mini-cart-item:last-child{border-bottom:none;margin-bottom:0}.mini-cart-item__image{width:80px;height:80px;object-fit:cover;border:1px solid #f6f6f6;border-radius:4px}.mini-cart-item__details{display:flex;flex-direction:column}.mini-cart-item__name{font-weight:600;margin:0 0 .25rem;font-size:.95rem;color:#000}.mini-cart-item__meta{font-size:.85rem;color:#000;margin-bottom:.5rem}.mini-cart-item__price{font-weight:700;font-size:.9rem;color:#000}.mini-cart-item__remove-btn{background:0 0;border:none;color:#ac0000;text-decoration:underline;cursor:pointer;font-size:.85rem;padding:0;align-self:flex-start}.mini-cart-item__remove-btn:hover{color:#8f8f8f}.mini-cart-modal__footer{padding:1.5rem;border-top:1px solid #f6f6f6;background-color:#fff;flex-shrink:0}.mini-cart-modal__subtotal{display:flex;justify-content:space-between;font-weight:700;font-size:1rem;margin-bottom:1rem;color:#000}#paypal-button-container{margin-top:1rem}.search-results-list{list-style:none;padding-left:0}.search-result-item{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f6f6f6}.search-result-item:last-child{border-bottom:none}.search-result-item__image-wrapper{flex-shrink:0;width:100px;height:100px;border-radius:8px;overflow:hidden;background-color:#f6f6f6}.search-result-item__image{width:100%;height:100%;object-fit:cover}.search-result-item__content{flex-grow:1}.search-result-item__title{margin-top:0;margin-bottom:0;font-size:1rem}.search-result-item__title a{text-decoration:none;color:#1344dacb;margin-bottom:0}.search-result-item__title a:hover{color:#004e12}.search-result-item__snippet{margin-top:0;margin-bottom:0;color:#505050}.search-form{position:relative;max-width:300px;margin-right:auto}.search-form__input{width:100%;padding:.6rem 2.5rem .6rem 1rem;border:1px solid #f6f6f6;border-radius:25px;background-color:#fff;font-size:.9rem;align-items:center;min-width:0;line-height:1.5;box-sizing:border-box}.search-form__btn{position:absolute;right:5px;top:50%;transform:translateY(-50%);background:0 0;border:none;cursor:pointer;padding:.5rem;color:#000}.search-form__btn svg{width:18px;height:18px;display:block;fill:currentColor}.legal-page{margin-top:4rem;margin-bottom:8rem}.legal-page h1{color:#000;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;margin-top:0;font-family:nixie one,serif}.legal-page h2{font-size:2rem;color:#000;font-family:nixie one,serif;text-align:left}.legal-page h3{font-size:1.5rem;font-family:nixie one,serif}.legal-page p:not(.last-updated){font-size:1rem;color:#000;text-align:left;line-height:1.6;margin-bottom:1rem}.legal-page ul,.legal-page ol{color:#000;font-size:1rem;line-height:1.6;text-align:left;margin-left:1.5rem;margin-bottom:1rem}.legal-page ul li,.legal-page ol li{margin-bottom:.5rem}.legal-page a{color:#1344dacb;text-decoration:underline}.legal-page a:hover{color:#505050}.legal-page .last-updated{font-style:italic;font-weight:400;color:#ac0000;text-align:left;font-size:1rem;margin-bottom:2rem}.product-page{margin-top:3rem}.product-page__container{margin:0 auto}@media(min-width:992px){.product-page__container{max-width:940px;display:flex;flex-direction:row;gap:1rem}}@media(min-width:1200px){.product-page__container{max-width:1350px}}.terms-list-container{max-width:800px;margin:2rem auto;margin-top:3rem;margin-bottom:6rem}.terms-list{list-style:none;padding:0;margin:0;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.terms-list__item:not(:last-child){border-bottom:1px solid #e0e0e0}.terms-list__link{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#000;font-size:17px;font-weight:700;transition:background-color .2s ease-in-out}.terms-list__link:hover{background-color:#fff;color:#8f8f8f}.terms-list__count{font-weight:400;color:#8f8f8f}