.thin-scrollbar::-webkit-scrollbar{width:2px;height:2px}.thin-scrollbar::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.thin-scrollbar::-webkit-scrollbar-thumb{background-color:rgba(168,168,168,.6);border-radius:3px;border:none}.thin-scrollbar::-webkit-scrollbar-thumb:hover{background-color:rgba(168,168,168,.9)}.thin-scrollbar::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.product-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right;gap:1rem}.product-toolbar__select{padding:.4rem .6rem;border:.0625rem solid #ccc;border-radius:.25rem;font-size:.95rem;background-color:#fff}.product-toolbar__select:focus{border-color:#007bff;outline:0}.product-toolbar__form-group{width:17.375rem}.product-toolbar__form-group .select__value{padding:.375rem .625rem .375rem .375rem}.product-toolbar__form-group .select__value:after{border-right:2px solid #50a061;border-bottom:2px solid #50a061}.category-details{margin-top:1.25rem}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;white-space:nowrap;list-style:none;margin:0;font-size:.75rem;overflow:hidden;padding:1.25rem 0}.breadcrumb li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.breadcrumb li:not(:last-child)::after{content:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3Cpath d=%27M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6 .1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z%27 fill=%27%23CCCCCC%27/%3E%3C/svg%3E");margin:0 .5rem;width:.75rem;height:.75rem;display:inline-block}.breadcrumb li a{text-decoration:none;color:#4caf50;-webkit-transition:color .2s;transition:color .2s}.breadcrumb li a:hover{opacity:.8}.breadcrumb li:last-child{color:#333}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;list-style:none;margin:0;gap:.3125rem}.pagination li{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.pagination li a,.pagination li span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:0 .625rem;border:1px solid #e4e4e4;border-radius:.5rem;text-decoration:none;background-color:#fff;-webkit-transition:all .2s ease;transition:all .2s ease;font-size:.75rem;color:#50a061}.pagination li a:hover,.pagination li span:hover{background-color:#f5f5f5;border-color:#ddd}.pagination li.active span{background-color:#50a061;border-color:#50a061;color:#fff;cursor:default}.pagination li.disabled span{color:#999;background-color:#f5f5f5;border-color:#e4e4e4;cursor:not-allowed;opacity:.7}.pagination li:first-child a,.pagination li:first-child span,.pagination li:last-child a,.pagination li:last-child span{padding:0 .75rem}.pagination-results{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.25rem}.pagination-results__pagination{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%}.pagination-results__results{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;text-align:right;color:#b1b5b8;font-size:.75rem;text-align:center}.subcategories__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;padding:0;margin:0;gap:.625rem}.subcategories__item{padding:0;border-radius:.5rem;border:.0625rem solid #e4e4e4;position:relative}.subcategories__item a{text-decoration:none;color:#333;font-size:.875rem;display:block;padding:.375rem .625rem;width:100%;height:100%}.subcategories__item:hover{border:.0625rem solid #50a061}.expandable-content-wrapper{position:relative;background-color:#f9f9f9;border-radius:.75rem;padding:1.25rem;line-height:1.4;cursor:pointer}.expand-toggle-button{position:absolute;right:1.5rem;top:1.5rem;background:0 0;border:none;cursor:pointer;padding:.75rem;border-radius:50%;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2.75rem;height:2.75rem;z-index:10;pointer-events:none}.expand-toggle-button:hover{background-color:rgba(0,0,0,.05);-webkit-transform:scale(1.1);transform:scale(1.1)}.expand-toggle-button:focus{outline:.125rem solid #50a061;outline-offset:.125rem}.expand-toggle-button.expanded .expand-chevron{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.expand-chevron{width:1rem;height:1rem;border-right:.1875rem solid #333;border-bottom:.1875rem solid #333;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:-webkit-transform .4s cubic-bezier(.4,0,.2,1);transition:-webkit-transform .4s cubic-bezier(.4,0,.2,1);transition:transform .4s cubic-bezier(.4,0,.2,1);transition:transform .4s cubic-bezier(.4,0,.2,1),-webkit-transform .4s cubic-bezier(.4,0,.2,1)}.expandable-content h1{font-size:1.25rem;font-weight:600;color:#333;margin:0 0 1.25rem 0;line-height:1.2}.expandable-content h2{font-size:1.25rem;font-weight:600;color:#333;margin:1.25rem 0;line-height:1.2}.expandable-content h3{font-size:1.25rem;font-weight:600;color:#333;margin:1.25rem 0;line-height:1.2}.expandable-content p{color:#444;margin-bottom:1rem;font-size:.875rem;line-height:1.1}.expandable-content p:last-of-type{margin-bottom:0}.expandable-content ul{padding-left:0;list-style:none}.expandable-content li{position:relative;margin-bottom:1.25rem;padding-left:1.25rem;color:#444;font-size:.9375rem;line-height:1.1}.expandable-content li::before{content:"•";color:#50a061;position:absolute;left:.375rem;top:-.1875rem;font-size:1.25rem;line-height:1}.expandable-content a{color:#50a061;text-decoration:none;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}.expandable-content a:hover{text-decoration:underline;color:#3d7a4a}.expandable-content a:focus{outline:.125rem solid #50a061;outline-offset:.125rem;border-radius:.125rem}.expandable-content__hidden{overflow:hidden;max-height:0;opacity:0;-webkit-transition:max-height .8s cubic-bezier(.4,0,.2,1),opacity .6s cubic-bezier(.4,0,.2,1);transition:max-height .8s cubic-bezier(.4,0,.2,1),opacity .6s cubic-bezier(.4,0,.2,1)}.expandable-content__hidden.expanded{max-height:187.5rem;opacity:1}.expandable-content__fade{position:absolute;bottom:0;left:0;right:0;height:5rem;background:-webkit-gradient(linear,left top,left bottom,from(rgba(249,249,249,0)),color-stop(20%,rgba(249,249,249,.1)),color-stop(50%,rgba(249,249,249,.5)),color-stop(80%,rgba(249,249,249,.8)),to(#f9f9f9));background:linear-gradient(to bottom,rgba(249,249,249,0) 0,rgba(249,249,249,.1) 20%,rgba(249,249,249,.5) 50%,rgba(249,249,249,.8) 80%,#f9f9f9 100%);pointer-events:none;opacity:1;-webkit-transition:opacity .6s cubic-bezier(.4,0,.2,1);transition:opacity .6s cubic-bezier(.4,0,.2,1)}.expandable-content-container{position:relative}.expandable-content-container.expanded .expandable-content__fade{opacity:0}.sr-only{position:absolute;width:.0625rem;height:.0625rem;padding:0;margin:-.0625rem;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.zc-product-filter-landing-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.625rem;padding:1.25rem;background-color:#f4f4f4;border:.0625rem solid #e4e4e4;border-radius:.5rem;font-size:.875rem;position:relative}.zc-product-filter-landing-links__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.zc-product-filter-landing-links__title{font-weight:600}.zc-product-filter-landing-links__toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.75rem;height:1.75rem;background:0 0;border:none;cursor:pointer;padding:0;border-radius:50%;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.zc-product-filter-landing-links__toggle:hover{background-color:rgba(0,0,0,.05)}.zc-product-filter-landing-links__toggle-icon{width:.625rem;height:.625rem;border-right:.125rem solid #333;border-bottom:.125rem solid #333;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;margin-top:-.25rem}.zc-product-filter-landing-links__items-wrapper{position:relative;overflow:hidden}.zc-product-filter-landing-links__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.zc-product-filter-landing-links__item{font-weight:400;color:#a6a6a6;text-decoration:underline;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.zc-product-filter-landing-links__item:hover{color:#50a061}.zc-product-filter-landing-links__fade{position:absolute;bottom:0;left:0;right:0;height:1.875rem;background:-webkit-gradient(linear,left top,left bottom,from(rgba(244,244,244,0)),color-stop(60%,rgba(244,244,244,.8)),to(#f4f4f4));background:linear-gradient(to bottom,rgba(244,244,244,0) 0,rgba(244,244,244,.8) 60%,#f4f4f4 100%);pointer-events:none;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.zc-product-filter-landing-links._expandable-expanded .zc-product-filter-landing-links__toggle-icon,.zc-product-filter-landing-links.is-expanded .zc-product-filter-landing-links__toggle-icon{-webkit-transform:rotate(-135deg);transform:rotate(-135deg);margin-top:.25rem}.zc-product-filter-landing-links._expandable-expanded .zc-product-filter-landing-links__fade,.zc-product-filter-landing-links.is-expanded .zc-product-filter-landing-links__fade{opacity:0}.availability-notify-popup .popup__content{max-width:25rem}.availability-notify-popup .popup__label{color:#333;font-weight:500}.availability-notify-popup .popup__title{font-size:1rem}.availability-notify-popup .popup__input{font-weight:500}.availability-notify-popup .popup__input::-webkit-input-placeholder{color:#999}.availability-notify-popup .popup__input::-moz-placeholder{color:#999}.availability-notify-popup .popup__input:-ms-input-placeholder{color:#999}.availability-notify-popup .popup__input::-ms-input-placeholder{color:#999}.availability-notify-popup .popup__input::placeholder{color:#999}.availability-notify-popup__product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;border-radius:.5rem}.availability-notify-popup__product-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;-webkit-box-flex:1;-ms-flex:1;flex:1}.availability-notify-popup__product-image{-ms-flex-negative:0;flex-shrink:0;width:5rem;height:5rem;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.availability-notify-popup__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.availability-notify-popup__product-title{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:.875rem;font-weight:600;line-height:1.3;margin:0;color:#333}.availability-notify-popup__description{font-size:.875rem;color:#e4e4e4;line-height:1.4;margin:0 0 1.25rem 0}.availability-notify-popup__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.availability-notify-popup__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;padding:0 1.25rem 1.25rem}.availability-notify-popup__footer .popup__buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.availability-notify-popup__agreement{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.availability-notify-popup__agreement-text{font-size:.75rem;line-height:1.25;color:#acacac;margin:0}.availability-notify-popup__agreement-link{color:#d14646;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease}.availability-notify-popup__agreement-link:hover{color:#b72d2d}.availability-notify-popup__submit{width:100%;white-space:nowrap;height:2.75rem;position:relative;font-weight:600}.availability-notify-popup__submit._sending{color:transparent;pointer-events:none}.availability-notify-popup__submit._sending::after{content:"";position:absolute;width:1.25rem;height:1.25rem;top:50%;left:50%;margin-top:-.625rem;margin-left:-.625rem;border:2px solid #fff;border-radius:50%;border-left-color:transparent;-webkit-animation:availability-notify-rotate 1s linear infinite;animation:availability-notify-rotate 1s linear infinite}.availability-notify-popup .popup__section{padding:1.25rem;gap:0}.availability-notify-popup .popup__section.popup__product-info{padding:.9375rem 1.25rem}.availability-notify-popup .popup__fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.25rem}.availability-notify-success-popup .popup__title{font-size:1rem}.availability-notify-success-popup .popup__content{max-width:26.25rem}.availability-notify-success-popup__section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;padding:.75rem 1.25rem 1.25rem 1.25rem;gap:0}.availability-notify-success-popup__icon{margin-bottom:1.25rem}.availability-notify-success-popup__icon svg{width:4rem;height:4rem}.availability-notify-success-popup__title{font-size:1.125rem;font-weight:600;color:#333;margin:0 0 .75rem 0;line-height:1.3}.availability-notify-success-popup__message{margin:0 0 .75rem 0}.availability-notify-success-popup__message-line{font-size:.875rem;line-height:1.5;margin:0;text-align:left}.availability-notify-success-popup__buttons{width:100%}.availability-notify-success-popup__button{width:100%;height:2.75rem;color:#50a061;font-weight:500;border:1px solid #50a061;background:#fff;border-radius:.5rem}.availability-notify-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#ccc;padding:0}.availability-notify-button:hover{background-color:#b3b3b3}#product-fly-menu .availability-notify-button{font-size:.75rem;padding:0 .625rem}@-webkit-keyframes availability-notify-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes availability-notify-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@media (max-width:61.99875em){.product-toolbar{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.product-toolbar__form-group{width:100%}.product-toolbar__form-group .select__value{padding:.1875rem}.breadcrumb{padding:.625rem 0}.availability-notify-popup__product-image{width:3.75rem;height:3.75rem}}@media screen and (max-width:768px){.breadcrumb li{font-size:.75rem}}@media (max-width:47.99875em){.products-grid .product-card__info .rating{--star-size:0.5rem;--star-gap:0.0625rem}.products-grid .product-card__image{width:6.25rem;height:auto}.products-grid .product-card__bonus-text{font-size:.75rem}.products-grid .product-card__price-sale{font-size:1rem}.products-grid .product-card__price-current{font-size:1rem}.products-grid .product-card__price-old{font-size:.75rem}.products-grid .product-card__add-to-cart{height:2.5rem;font-size:.75rem}.products-grid .product-card__cart-stepper .quantity__button{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%}.products-grid .product-card__cart-stepper .quantity__input input{font-size:1rem}.subcategories__list{-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;white-space:nowrap}.expandable-content-wrapper{padding:.625rem}.expand-toggle-button{right:.625rem;top:.625rem;width:1.25rem;height:1.25rem}.expandable-content h1{font-size:.875rem}.expandable-content h2{font-size:.875rem}.expandable-content h3{font-size:.875rem}.expandable-content li,.expandable-content p{font-size:.875rem}.zc-product-filter-landing-links{padding:.9375rem}.availability-notify-popup .popup__label{margin:.5rem 0}.availability-notify-popup__product{gap:.75rem}.availability-notify-popup__product-info{gap:.75rem}.availability-notify-popup__product-title{font-size:.8125rem}.availability-notify-popup__description{font-size:.8125rem;margin-bottom:1rem}.availability-notify-popup__footer{gap:.75rem}.availability-notify-popup__submit{height:2.5rem;font-size:.875rem}.availability-notify-popup .popup__fields{gap:1rem}.availability-notify-success-popup .popup__content{max-width:100%;margin:0 .625rem}.availability-notify-success-popup__button{height:2.5rem;font-size:.875rem}#product-fly-menu .availability-notify-button{padding:0 .3125rem;font-size:.625rem}}@media (max-width:29.99875em){.expandable-content-wrapper{padding:1rem}.expand-toggle-button{right:.75rem;top:.75rem;width:2.25rem;height:2.25rem;padding:.5rem}.expand-chevron{width:.75rem;height:.75rem;border-width:.125rem}.expandable-content h1{font-size:1.25rem}.expandable-content h2{font-size:1.125rem}.expandable-content h3{font-size:1rem}}