html{scroll-behavior:smooth}body{overflow-x:hidden;position:relative}*{max-width:100%}img,video,iframe{max-width:100%;height:auto}body,p,li,td,th{font-size:1.6rem;line-height:1.6;color:#2d2d2d}h1{font-size:clamp(2.4rem,5vw,4rem);line-height:1.2;font-weight:700;margin-bottom:1.5rem}h2{font-size:clamp(2rem,4vw,3rem);line-height:1.3;font-weight:700;margin-bottom:1.25rem}h3{font-size:clamp(1.75rem,3vw,2.25rem);line-height:1.4;font-weight:600;margin-bottom:1rem}h1,h2,h3,h4,h5,h6,p,a,span{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.button,button[type=submit],input[type=submit],.btn{min-height:44px;padding:1.2rem 2.4rem;font-size:1.6rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;white-space:nowrap}.button--primary,.button.button--primary{background:linear-gradient(135deg,#6aa84f,#38761d);color:#fff;box-shadow:0 4px 12px #6aa84f4d}.button--primary:hover,.button.button--primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6aa84f66}.button--secondary,.button.button--secondary{background:#fff;color:#6aa84f;border:2px solid rgb(106,168,79)}.button--secondary:hover,.button.button--secondary:hover{background:#6aa84f;color:#fff}@media screen and (max-width: 749px){.button--full-width,.button.button--full-width,button[type=submit]{width:100%}}.button:disabled,button:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}input[type=text],input[type=email],input[type=tel],input[type=number],input[type=password],input[type=search],textarea,select{width:100%;min-height:44px;padding:1.2rem 1.6rem;font-size:1.6rem;line-height:1.5;border:2px solid rgba(45,45,45,.2);border-radius:8px;background:#fff;color:#2d2d2d;transition:all .3s ease;font-family:inherit}input:focus,textarea:focus,select:focus{outline:none;border-color:#6aa84f;box-shadow:0 0 0 3px #6aa84f1a}label{display:block;font-size:1.4rem;font-weight:600;margin-bottom:.5rem;color:#2d2d2d}input.error,textarea.error,select.error{border-color:#d32f2f}.input-error-message{color:#d32f2f;font-size:1.4rem;margin-top:.5rem;display:block}input.success,textarea.success{border-color:#6aa84f}input[type=checkbox],input[type=radio]{width:20px;height:20px;min-height:20px;margin-right:.8rem;cursor:pointer}.product-card-wrapper,.card-wrapper{display:flex;flex-direction:column;height:100%;min-height:0}.card__content{display:flex;flex-direction:column;flex-grow:1;min-height:0}.card__heading{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:3.2em;max-height:3.2em;line-height:1.6}.card-information .price{margin-top:.5rem;font-size:1.8rem;font-weight:700;color:#6aa84f}.header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 2px 8px #0000000d}.header__menu-item a{min-height:44px;display:flex;align-items:center;padding:.8rem 1.2rem}@media screen and (max-width: 989px){.menu-drawer{z-index:200}.menu-drawer__inner{padding:2rem}.menu-drawer__menu-item{min-height:44px;padding:1rem 0}}.grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}@media screen and (max-width: 749px){.grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media screen and (min-width: 750px) and (max-width: 989px){.grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media screen and (min-width: 990px){.grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.grid__item{min-width:0;display:flex;flex-direction:column}.cart-drawer{z-index:999}.cart-drawer__header{padding:2rem;border-bottom:1px solid rgba(45,45,45,.1)}.cart-item{padding:1.5rem 0;border-bottom:1px solid rgba(45,45,45,.1)}.cart-item:last-child{border-bottom:none}.cart__totals{padding:2rem;background:#fbf7f2;border-radius:8px;margin-top:2rem}.cart__checkout-button{width:100%;margin-top:1.5rem}.product__media-wrapper{position:relative;overflow:hidden;border-radius:8px}.product__media img{width:100%;height:auto;display:block}.product-form{margin-top:2rem}.product-form__input{margin-bottom:1.5rem}.variant-selector{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.5rem}.variant-selector input[type=radio]{position:absolute;opacity:0}.variant-selector label{padding:.8rem 1.6rem;border:2px solid rgba(45,45,45,.2);border-radius:8px;cursor:pointer;transition:all .3s ease;display:inline-block;margin:0}.variant-selector input[type=radio]:checked+label{border-color:#6aa84f;background:#6aa84f1a}.quantity{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.quantity__button{width:44px;height:44px;border:2px solid rgba(45,45,45,.2);background:#fff;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.8rem}.quantity__input{width:80px;text-align:center;margin:0}.footer{margin-top:4rem;padding:4rem 0 2rem;background:#2d2d2d;color:#fff}.footer__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem}.footer__heading{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.footer__list{list-style:none;padding:0;margin:0}.footer__list li{margin-bottom:.8rem}.footer__list a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer__list a:hover{color:#fff}.footer__copyright{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#fff9}.loading-spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(106,168,79,.3);border-top-color:#6aa84f;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.button.loading{pointer-events:none;opacity:.7}.button.loading:after{content:"";display:inline-block;width:16px;height:16px;margin-left:.8rem;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite}.success-message{background:#6aa84f;color:#fff;padding:1.2rem 1.6rem;border-radius:8px;margin:1rem 0;display:flex;align-items:center;gap:.8rem}.error-message{background:#ffebee;color:#d32f2f;padding:1.2rem 1.6rem;border-radius:8px;margin:1rem 0;border-left:4px solid #d32f2f}*:focus-visible{outline:3px solid rgb(106,168,79);outline-offset:2px}.skip-to-content{position:absolute;top:-100px;left:0;background:#6aa84f;color:#fff;padding:1rem 2rem;text-decoration:none;z-index:1000}.skip-to-content:focus{top:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media (prefers-contrast: high){.button{border:2px solid currentColor}.card{border:2px solid rgba(45,45,45,.2)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media screen and (max-width: 749px){a,button,input,select,textarea{min-height:44px;min-width:44px}.section{padding:2rem 1rem}.grid--1-col-tablet-down{grid-template-columns:1fr!important}.button,button[type=submit]{width:100%}h1{font-size:2.4rem}h2{font-size:2rem}h3{font-size:1.75rem}.product__media{margin-bottom:2rem}.cart-drawer{width:100%}}@media screen and (min-width: 750px) and (max-width: 989px){.grid{grid-template-columns:repeat(3,1fr)}.section{padding:3rem 2rem}}@media screen and (min-width: 990px){.page-width{max-width:1400px;margin:0 auto;padding:0 2rem}.card-wrapper:hover{transform:translateY(-4px);transition:transform .3s ease}.section{padding:4rem 0}}@media print{.header,.footer,.cart-drawer,.menu-drawer,button,.button{display:none!important}body{font-size:12pt;line-height:1.5}a{text-decoration:underline}img{max-width:100%;page-break-inside:avoid}}.card-wrapper,.button,.menu-drawer{will-change:transform;transform:translateZ(0)}@media (prefers-reduced-motion: no-preference){.card-wrapper{transition:transform .3s cubic-bezier(.4,0,.2,1)}}.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.grid__item{-webkit-box-flex:1;-ms-flex:1;flex:1}@supports not (display: grid){.grid{display:flex;flex-wrap:wrap}.grid__item{flex:1 1 250px}}body,html{overflow-x:hidden;width:100%}img{aspect-ratio:attr(width) / attr(height)}.container,.page-width,.section{width:100%;max-width:100%;overflow-x:hidden}.flex{display:flex;flex-wrap:wrap}.flex-item{flex:1 1 auto;min-width:0}.search-form{position:relative}.search-form input{padding-right:50px}.search-form button{position:absolute;right:0;top:0;height:100%;width:44px;background:transparent;border:none;cursor:pointer}.facets{padding:2rem;background:#fbf7f2;border-radius:8px;margin-bottom:2rem}.facet__item{margin-bottom:1rem}.facet__label{font-weight:600;margin-bottom:.5rem;display:block}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin:3rem 0}.pagination__item{min-width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:2px solid rgba(45,45,45,.2);border-radius:8px;text-decoration:none;color:#2d2d2d;transition:all .3s ease}.pagination__item:hover,.pagination__item.active{background:#6aa84f;color:#fff;border-color:#6aa84f}.section{padding:4rem 0}.section--small{padding:2rem 0}.section--large{padding:6rem 0}.mb-small{margin-bottom:1rem}.mb-medium{margin-bottom:2rem}.mb-large{margin-bottom:3rem}.mt-small{margin-top:1rem}.mt-medium{margin-top:2rem}.mt-large{margin-top:3rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}
/*# sourceMappingURL=/cdn/shop/t/8/assets/production-ready-fixes.css.map */
