@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.react-loading-skeleton:after{animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-iteration-count:infinite;animation-name:react-loading-skeleton;animation-timing-function:ease-in-out;background-image:var( --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%) );background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;transform:translate(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.language-switcher{margin-right:1.5rem;position:relative}.language-switcher__container{background-color:#f5f5f5;border:1px solid #eee;border-radius:6px;display:flex;gap:.2rem;padding:.2rem}.language-switcher__option{background-color:transparent;border:none;border-radius:4px;color:#757575;font-size:.8rem;font-weight:600;padding:.25rem .75rem;transition:background-color .2s ease,color .2s ease}.language-switcher__option,.language-switcher__option *{cursor:pointer}.language-switcher__option:focus,.language-switcher__option:hover{background-color:#e8e8e8;color:#00b237;outline:none}.language-switcher__option.is-active{background-color:#00b237;box-shadow:0 1px 3px #0000001a;color:#fff;cursor:default}.language-switcher__option.is-active:hover{background-color:#00b237;color:#fff}@media (max-width:600px){#language-switcher-root{display:none}}.app-footer__scroll-to-top{align-items:center;background-color:#00b237;border:none;border-radius:50%;bottom:25px;box-shadow:0 4px 10px #00000026;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:45px;justify-content:center;opacity:0;position:fixed;right:25px;transform:translateY(25px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;visibility:hidden;width:45px;z-index:1000}.app-footer__scroll-to-top:hover{background-color:#007f27;color:#fff;text-decoration:none}.app-footer__scroll-to-top:focus{outline:2px solid #00e547;outline-offset:2px}.app-footer__scroll-to-top.visible{opacity:1;transform:translateY(0);visibility:visible}.app-footer__scroll-to-top i{cursor:pointer}.legal-page{margin:0 auto;max-width:840px;padding:3rem 1.5rem}@media screen and (max-width:385px){.legal-page{padding:2rem 1rem}}.legal-page__title{border-bottom:1px solid #eee;color:#191919;font-size:2.5rem;font-weight:700;margin-bottom:2rem;margin-top:5rem;padding-bottom:1rem}@media screen and (max-width:385px){.legal-page__title{font-size:2rem}}.legal-page .wysiwyg-content .wysiwyg-content__container h2{font-size:1.75rem;margin-bottom:1rem;margin-top:2.5rem}.legal-page .wysiwyg-content .wysiwyg-content__container h3{font-size:1.4rem;margin-bottom:.75rem;margin-top:2rem}.legal-page .wysiwyg-content .wysiwyg-content__container p{color:#757575;line-height:1.7;margin-bottom:1.25rem}.legal-page .wysiwyg-content .wysiwyg-content__container ol,.legal-page .wysiwyg-content .wysiwyg-content__container ul{color:#757575;margin-bottom:1.25rem;padding-left:1.5rem}.legal-page .wysiwyg-content .wysiwyg-content__container ul{list-style:disc}.legal-page .wysiwyg-content .wysiwyg-content__container ol{list-style:decimal}.legal-page .wysiwyg-content .wysiwyg-content__container li{margin-bottom:.5rem}.legal-page .wysiwyg-content .wysiwyg-content__container a{font-weight:500;text-decoration:underline}.legal-page .wysiwyg-content .wysiwyg-content__container a:hover{color:#007f27}.legal-page .wysiwyg-content .wysiwyg-content__container strong{color:#191919;font-weight:600}.contact-page-container{margin:10rem auto 4rem;max-width:1200px;padding:0 1.5rem}@media screen and (max-width:768px){.contact-page-container{margin:6rem auto 2rem}}.contact-page-header{margin-bottom:3rem;text-align:center}.contact-page-header h1{color:#191919;font-size:2.5rem;font-weight:700}.contact-page-content{display:grid;gap:3rem;grid-template-columns:1fr 1.5fr}@media screen and (max-width:768px){.contact-page-content{gap:2.5rem;grid-template-columns:1fr}}.contact-info-column h2{border-bottom:2px solid #00b237;font-size:1.75rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem}.contact-info-column .contact-details-list{list-style:none;margin:0;padding:0}.contact-info-column .contact-detail-item{align-items:flex-start;display:flex;margin-bottom:1.5rem}.contact-info-column .contact-detail-item .contact-detail-icon{align-items:center;background-color:#00b237;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;height:40px;justify-content:center;margin-right:1rem;width:40px}.contact-info-column .contact-detail-item .contact-detail-content h3{color:#191919;font-size:1.1rem;font-weight:600;margin:0 0 .25rem}.contact-info-column .contact-detail-item .contact-detail-content p{color:#757575;line-height:1.6;margin:0}.contact-info-column .contact-detail-item .contact-detail-content p a{color:#757575;text-decoration:none;transition:color .2s ease}.contact-info-column .contact-detail-item .contact-detail-content p a:hover{color:#00b237}.contact-form-column .form-wrapper{background-color:#f8f9fa;border:1px solid #eee;border-radius:8px;padding:2rem}.contact-form-column h2{font-size:1.75rem;font-weight:600;margin-bottom:1.5rem}.contact-form-column .form-row{margin-bottom:1.25rem}.contact-form-column .form__field,.contact-form-column .form__message{width:100%}.contact-map-section{margin-top:4rem;text-align:center}.contact-map-section h2{font-size:1.75rem;font-weight:600;margin-bottom:1.5rem}.contact-map-section .map-responsive-container{border:1px solid #eee;border-radius:8px;overflow:hidden;padding-top:50%;position:relative}.contact-map-section .map-responsive-container iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.vehicle-selector-section{align-items:center;background-position:50%;background-size:cover;color:#fff;display:flex;justify-content:center;min-height:500px;padding:4rem 1rem;position:relative;text-align:center;width:100%}.vehicle-selector-section .vehicle-selector-overlay{background-color:#00000080;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.vehicle-selector-section .vehicle-selector-content{max-width:950px;position:relative;width:100%;z-index:2}.vehicle-selector-section .vehicle-selector-heading{color:#fff;font-size:2.75rem;font-weight:700;margin-bottom:.5rem;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.vehicle-selector-section .vehicle-selector-subheading{font-size:1.1rem;font-weight:400;margin-bottom:2rem;opacity:.9;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.vehicle-selector-section .vehicle-selector-react-container{margin:0 auto}.vehicle-selector-section .vehicle-selector-form{background-color:#f8f9fa;border-radius:8px;box-shadow:0 5px 20px #0003;display:grid;gap:.75rem;grid-template-columns:1fr auto;padding:1rem}.vehicle-selector-section .vehicle-selector-form.is-loading .react-loading-skeleton{background-color:#bdbdbd;border-radius:4px}.vehicle-selector-section .vehicle-selector-form.is-loading .react-loading-skeleton:after{background-image:linear-gradient(90deg,#fff0,#ffffff80,#fff0)}.vehicle-selector-section .vehicle-selector-inputs-wrapper{background-color:#fff;border-radius:6px;display:flex;flex-direction:column;gap:.5rem;grid-column:1/2;padding:.5rem}.vehicle-selector-section .vehicle-selector-dropdown-group,.vehicle-selector-section .vehicle-selector-oem-group{transition:opacity .3s ease}.vehicle-selector-section .vehicle-selector-dropdown-group.is-disabled,.vehicle-selector-section .vehicle-selector-oem-group.is-disabled{opacity:.5;pointer-events:none}.vehicle-selector-section .vehicle-selector-top-row{display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr)}.vehicle-selector-section .vehicle-selector-step{min-width:0}.vehicle-selector-section .vehicle-selector-divider{align-items:center;background-color:#f8f9fa;color:#bdbdbd;display:flex;font-size:.8rem;font-weight:600;margin:0 -.5rem;position:relative;text-align:center;text-transform:uppercase}.vehicle-selector-section .vehicle-selector-divider:after,.vehicle-selector-section .vehicle-selector-divider:before{background-color:#e0e0e0;content:"";flex-grow:1;height:1px}.vehicle-selector-section .vehicle-selector-divider span{padding:0 .75rem}.vehicle-selector-section .vehicle-selector-bottom-row{align-items:center;background-color:#fff;border-radius:6px;display:flex;height:50px;position:relative}.vehicle-selector-section .vehicle-selector-bottom-row .vehicle-selector-input-icon{color:#bdbdbd;left:1rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.vehicle-selector-section .vehicle-selector-bottom-row .vehicle-selector-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-clip:padding-box;background-color:transparent;border:1px solid transparent;border-radius:4px;color:#191919;display:block;font-size:1rem;font-weight:400;height:100%;line-height:1.5;padding:.75rem 1rem .75rem 3rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.vehicle-selector-section .vehicle-selector-bottom-row .vehicle-selector-input:focus{background-color:#fff;border-color:#33ff72;box-shadow:0 0 0 .2rem #00b23740;color:#191919;outline:0}.vehicle-selector-section .vehicle-selector-bottom-row .vehicle-selector-input::-moz-placeholder{color:#6c757d;font-weight:400;opacity:1}.vehicle-selector-section .vehicle-selector-bottom-row .vehicle-selector-input::placeholder{color:#6c757d;font-weight:400;opacity:1}.vehicle-selector-section .vehicle-selector-bottom-row .vehicle-selector-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.vehicle-selector-section .vehicle-selector-button{align-items:center;align-self:stretch;background-color:#00b237;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;grid-column:2/3;grid-row:1/2;height:100%;justify-content:center;padding:0 1.5rem;text-transform:uppercase;transition:background-color .2s ease,transform .2s ease}.vehicle-selector-section .vehicle-selector-button:focus,.vehicle-selector-section .vehicle-selector-button:hover{background-color:#007f27}.vehicle-selector-section .vehicle-selector-button:disabled{background-color:#757575;cursor:not-allowed}.vehicle-selector-section .vehicle-selector-button:active:not(:disabled){transform:scale(.98)}.vehicle-selector-section .vehicle-selector-button .button-icon svg{height:16px;width:16px;fill:#fff}@media (max-width:830px){.vehicle-selector-section .vehicle-selector-form{grid-template-columns:1fr}.vehicle-selector-section .vehicle-selector-form .vehicle-selector-button{grid-column:1/2;grid-row:2/3;height:50px}.vehicle-selector-section .vehicle-selector-top-row{grid-template-columns:1fr}}.product-card{border:1px solid #eee;border-radius:4px;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-5px)}.product-card.product-card-skeleton .react-loading-skeleton{background-color:#bdbdbd;border-radius:4px}.product-card.product-card-skeleton .react-loading-skeleton:after{background-image:linear-gradient(90deg,#fff0,#ffffff80,#fff0)}.product-card.product-card-skeleton .product-image{padding-bottom:120%}.product-card.product-card-skeleton .product-card-actions,.product-card.product-card-skeleton .product-title{padding:10px 15px}.product-card .product-link{color:inherit;display:flex;flex-direction:column;flex-grow:1;text-decoration:none}.product-card .product-image{background-color:#f5f5f5;cursor:pointer;flex-shrink:0;height:0;overflow:hidden;padding-bottom:120%;position:relative}.product-card .product-image .image-placeholder,.product-card .product-image img{height:100%;left:0;position:absolute;top:0;width:100%}.product-card .product-image img{cursor:pointer;-o-object-fit:cover;object-fit:cover;opacity:0;transition:opacity .3s ease,transform .3s ease}.product-card .product-image img.visible,.product-card .product-image.image-loaded img{opacity:1}.product-card .product-image .quick-view-wrapper{align-items:center;background-color:#0003;cursor:pointer;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.product-card .product-image .quick-view-btn{align-items:center;background-color:#ffffffe6;border:none;border-radius:50%;box-shadow:0 2px 5px #0003;cursor:pointer;display:flex;height:40px;justify-content:center;transform:translateY(10px);transition:all .2s ease;width:40px}.product-card .product-image .quick-view-btn svg{height:20px;width:20px;fill:#191919;cursor:pointer}.product-card .product-image .quick-view-btn svg path{cursor:pointer}.product-card .product-image .quick-view-btn:hover{background-color:#00b237;transform:translateY(0)}.product-card .product-image .quick-view-btn:hover svg{fill:#fff}.product-card .product-image:hover .quick-view-wrapper{opacity:1}.product-card .product-content{display:flex;flex-direction:column;flex-grow:1;padding:0}.product-card .product-title{color:#191919;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;font-weight:500;line-height:1.3;margin:0;padding:10px 15px}.product-card .product-card-actions{margin-top:auto;padding:10px 15px}.product-card .product-card-actions .go-to-product-btn{background-color:#191919;border:1px solid transparent;border-radius:4px;color:#fff;cursor:pointer;display:block;font-size:.9rem;font-weight:600;padding:.6rem 1rem;text-align:center;text-decoration:none;transition:background-color .2s ease;width:100%}.product-card .product-card-actions .go-to-product-btn:hover{background-color:#000}.product-card.product-card-list{flex-direction:row}.product-card.product-card-list .product-link{display:flex;flex:1;flex-direction:row}.product-card.product-card-list .product-image{height:auto;min-width:200px;padding-bottom:0;width:250px}.product-card.product-card-list .product-image:before{content:"";display:block;padding-top:120%}.product-card.product-card-list .product-content{flex:1;padding:15px}.product-card.product-card-list .product-title{font-size:18px;margin:0 0 10px;padding:0}.product-card.product-card-list .product-short-description{color:#757575;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;font-weight:400;margin-top:10px}.product-card.product-card-list .product-short-description p{cursor:pointer;margin:0 0 10px}.product-card.product-card-list .product-short-description p:last-child{margin-bottom:0}.product-card.product-card-list .product-card-actions{padding:15px 0 0}@media (max-width:900px) and (min-width:769px){.product-card.product-card-list{min-height:180px}.product-card.product-card-list .product-image{min-width:180px;width:180px}.product-card.product-card-list .product-content{padding:10px}.product-card.product-card-list .product-content .product-title{font-size:16px;margin-bottom:8px}.product-card.product-card-list .product-content .product-short-description{font-size:13px;max-height:60px;overflow:hidden}}@media screen and (max-width:768px){.product-card.product-card-list,.product-card.product-card-list .product-link{flex-direction:column}.product-card.product-card-list .product-image{height:0;padding-bottom:100%;position:relative;width:100%}.product-card.product-card-list .product-image:before{padding-top:0}}.products-list.list-view .product-card{transition:height .3s ease-out}@media (max-width:900px) and (min-width:769px){.products-list.list-view{overflow-x:hidden;width:100%}}.product-modal-overlay{align-items:center;animation:fadeIn .3s ease-out;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:1rem;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-modal{animation:slideUp .3s ease-out;background-color:#fff;border-radius:6px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;max-height:90vh;max-width:900px;overflow-y:auto;position:relative;width:90%}.product-modal .modal-header{align-items:center;background-color:#fff;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:1rem 1.5rem;position:sticky;top:0;z-index:5}.product-modal .modal-header .modal-title{color:#191919;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:1.5rem;font-weight:600;margin:0}.product-modal .modal-header .modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#757575;cursor:pointer;display:flex;font-size:1.75rem;height:2rem;justify-content:center;line-height:1;padding:.25rem;transition:all .2s ease;width:2rem}.product-modal .modal-header .modal-close:hover{background-color:#f5f5f5;color:#191919}.product-modal .modal-body{flex-grow:1;overflow-y:auto;padding:1rem 1.5rem 1.5rem}.product-modal .modal-content{display:flex;gap:2rem}@media screen and (max-width:768px){.product-modal .modal-content{flex-direction:column;gap:1.5rem}}.product-modal .modal-gallery{flex:1;max-width:450px;min-width:300px}@media screen and (max-width:768px){.product-modal .modal-gallery{max-width:none;width:100%}}.product-modal .modal-gallery .product-gallery{height:100%;width:100%}.product-modal .modal-details{display:flex;flex:1;flex-direction:column;gap:1rem;min-width:0}.product-modal .modal-description{color:#757575;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.product-modal .modal-description p{margin:0 0 .75rem}.product-modal .modal-description p:last-child{margin-bottom:0}.product-modal .modal-meta-container{border-top:1px dashed #eee;margin-top:1rem;padding-top:1rem}.product-modal .modal-meta-container .product-meta{font-size:.85rem}.product-modal .modal-meta-container .product-meta .product-oem-number{font-size:1rem;margin-bottom:.5rem}.product-modal .modal-meta-container .product-meta .product-brands,.product-modal .modal-meta-container .product-meta .product-categories,.product-modal .modal-meta-container .product-meta .product-sks-number,.product-modal .modal-meta-container .product-meta .product-sku,.product-modal .modal-meta-container .product-meta .product-tags{margin-bottom:.5rem}.product-modal .modal-details-actions{background:none;border:none;margin-top:auto;padding:0;width:100%}.product-modal .modal-details-actions .view-full-details-btn{background-color:#00b237;border:none;border-radius:4px;color:#fff;display:block;font-weight:500;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:background-color .2s ease;width:100%}.product-modal .modal-details-actions .view-full-details-btn:focus,.product-modal .modal-details-actions .view-full-details-btn:hover{background-color:#007f27}.product-modal .modal-error{color:#e53935;padding:1rem;text-align:center}.product-modal .modal-error .error-data{margin:0}@media screen and (max-width:768px){.product-modal{max-height:80vh;width:95%}.product-modal .modal-header{padding:.75rem 1rem}.product-modal .modal-header .modal-title{font-size:1.25rem}.product-modal .modal-body{padding:.75rem 1rem 1rem}}@media screen and (max-width:385px){.product-modal{border-radius:0;height:100%;margin:0;max-height:none;width:100%}.product-modal .modal-header{padding:.75rem}.product-modal .modal-header .modal-title{font-size:1.1rem}.product-modal .modal-body{padding:.75rem}}.product-gallery{margin-bottom:2rem;position:relative;width:100%}.product-gallery .main-image-container{border:1px solid #eee;border-radius:8px;margin-bottom:1rem;overflow:hidden;position:relative;width:100%}.product-gallery .main-image-container .main-swiper{width:100%}.product-gallery .main-image-container .main-swiper .swiper-slide{align-items:center;background:#fff;display:flex;justify-content:center;overflow:hidden}.product-gallery .main-image-container .main-swiper .swiper-slide img{height:auto;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease;width:100%}.product-gallery .main-image-container .main-swiper .swiper-slide img:hover{transform:scale(1.05)}.product-gallery .main-image-container .swiper-button-next,.product-gallery .main-image-container .swiper-button-prev{background:#fffc;border-radius:50%;color:#00b237;height:40px;width:40px}.product-gallery .main-image-container .swiper-button-next:after,.product-gallery .main-image-container .swiper-button-prev:after{font-size:1.2rem}.product-gallery .main-image-container .swiper-button-next:hover,.product-gallery .main-image-container .swiper-button-prev:hover{background:#fff;box-shadow:0 2px 10px #0000001a}.product-gallery .main-image-container .zoom-button{align-items:center;background:#ffffffe6;border:none;border-radius:50%;bottom:15px;box-shadow:0 2px 8px #00000026;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:15px;width:40px;z-index:10}.product-gallery .main-image-container .zoom-button svg{fill:#000;cursor:pointer}.product-gallery .main-image-container .zoom-button svg path{cursor:pointer}.product-gallery .main-image-container .zoom-button:hover{background:#fff}.product-gallery .main-image-container .zoom-button:hover svg{fill:#00b237}.product-gallery .thumbnails-container{margin-top:1rem;width:100%}.product-gallery .thumbnails-container .thumbnail-swiper{height:auto;padding:5px 0}.product-gallery .thumbnails-container .thumbnail-swiper .swiper-slide{border:2px solid transparent;border-radius:4px;cursor:pointer;height:80px;opacity:.6;overflow:hidden;transition:all .2s ease}.product-gallery .thumbnails-container .thumbnail-swiper .swiper-slide.swiper-slide-thumb-active{border-color:#00b237;opacity:1}.product-gallery .thumbnails-container .thumbnail-swiper .swiper-slide:hover{opacity:.8}.product-gallery .thumbnails-container .thumbnail-swiper .swiper-slide img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (max-width:768px){.product-gallery .thumbnails-container .thumbnail-swiper .swiper-slide{height:60px}}@media screen and (max-width:385px){.product-gallery .main-image-container .swiper-button-next,.product-gallery .main-image-container .swiper-button-prev{height:32px;width:32px}.product-gallery .main-image-container .swiper-button-next:after,.product-gallery .main-image-container .swiper-button-prev:after{font-size:1rem}.product-gallery .thumbnails-container .thumbnail-swiper .swiper-slide{height:50px}}.product-gallery-loading .thumbnails-skeleton{display:flex;gap:10px;justify-content:flex-start;margin-top:1rem}.product-gallery-loading .thumbnails-skeleton .react-loading-skeleton{border-radius:4px}.variations-container{margin-bottom:1rem}.modal-variations,.variations{background-color:#f8f9fa;border:1px solid #eee;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.variation-row,.variation-select{margin-bottom:1rem}.variation-row label,.variation-select label{color:#191919;display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.variation-row .color-swatch-container .color-swatch-options,.variation-select .color-swatch-container .color-swatch-options{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:.5rem}.variation-row .color-swatch-container .color-swatch-options .color-swatch,.variation-select .color-swatch-container .color-swatch-options .color-swatch{align-items:center;border:2px solid #e0e0e0;border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;padding:0;position:relative;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;width:36px}.variation-row .color-swatch-container .color-swatch-options .color-swatch:hover,.variation-select .color-swatch-container .color-swatch-options .color-swatch:hover{border-color:#757575;box-shadow:0 0 5px #0003;transform:scale(1.1)}.variation-row .color-swatch-container .color-swatch-options .color-swatch.selected,.variation-select .color-swatch-container .color-swatch-options .color-swatch.selected{border-color:#00b237;box-shadow:0 0 0 2px #00b2374d;transform:scale(1.05)}.variation-row .color-swatch-container .color-swatch-options .color-swatch .swatch-checkmark,.variation-select .color-swatch-container .color-swatch-options .color-swatch .swatch-checkmark{color:#fff;cursor:pointer;font-size:14px;opacity:0;text-shadow:0 0 2px rgba(0,0,0,.8);transition:opacity .2s ease}.variation-row .color-swatch-container .color-swatch-options .color-swatch.selected .swatch-checkmark,.variation-select .color-swatch-container .color-swatch-options .color-swatch.selected .swatch-checkmark{opacity:1}.variation-row .button-options-container .button-options,.variation-select .button-options-container .button-options{display:flex;flex-wrap:wrap;gap:10px}.variation-row .button-options-container .button-options .button-option,.variation-select .button-options-container .button-options .button-option{background-color:#fff;border:2px solid #e0e0e0;border-radius:4px;color:#191919;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;padding:8px 16px;transition:all .2s ease}.variation-row .button-options-container .button-options .button-option:hover,.variation-select .button-options-container .button-options .button-option:hover{background-color:#f8f9fa;border-color:#757575}.variation-row .button-options-container .button-options .button-option.selected,.variation-select .button-options-container .button-options .button-option.selected{background-color:#00b2370d;border-color:#00b237;color:#00b237;font-weight:500}.variation-row .image-options-container .image-options,.variation-select .image-options-container .image-options{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:.5rem}.variation-row .image-options-container .image-options .image-option,.variation-select .image-options-container .image-options .image-option{background:#fff;border:2px solid #e0e0e0;border-radius:4px;cursor:pointer;height:50px;overflow:hidden;padding:2px;position:relative;transition:border-color .2s ease,box-shadow .2s ease;width:50px}.variation-row .image-options-container .image-options .image-option:hover,.variation-select .image-options-container .image-options .image-option:hover{border-color:#757575}.variation-row .image-options-container .image-options .image-option.selected,.variation-select .image-options-container .image-options .image-option.selected{border-color:#00b237;box-shadow:0 0 0 1px #00b23780}.variation-row .image-options-container .image-options .image-option .image-option-preview,.variation-select .image-options-container .image-options .image-option .image-option-preview{border-radius:2px;cursor:pointer;display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.variation-row .image-options-container .image-options .image-option .option-selected-indicator,.variation-select .image-options-container .image-options .image-option .option-selected-indicator{border-color:transparent #00b237 transparent transparent;border-style:solid;border-width:0 14px 14px 0;cursor:pointer;height:0;opacity:0;position:absolute;right:-1px;top:-1px;transition:opacity .2s ease;width:0}.variation-row .image-options-container .image-options .image-option.selected .option-selected-indicator,.variation-select .image-options-container .image-options .image-option.selected .option-selected-indicator{opacity:1}.variation-row .image-options-container .image-options .image-option .image-option-placeholder,.variation-select .image-options-container .image-options .image-option .image-option-placeholder{align-items:center;background-color:#f5f5f5;border-radius:2px;color:#757575;display:flex;font-size:1rem;font-weight:500;height:100%;justify-content:center;width:100%}.variation-row .selected-attribute-label,.variation-select .selected-attribute-label{color:#191919;font-size:13px;font-weight:500;margin-top:5px;min-height:1.2em}.variation-row{margin-bottom:1.5rem}.variation-select{margin-bottom:1rem}@media screen and (max-width:768px){.variation-row .button-options,.variation-row .color-swatch-options,.variation-row .image-options,.variation-select .button-options,.variation-select .color-swatch-options,.variation-select .image-options{gap:8px}.variation-row .button-options .color-swatch,.variation-row .color-swatch-options .color-swatch,.variation-row .image-options .color-swatch,.variation-select .button-options .color-swatch,.variation-select .color-swatch-options .color-swatch,.variation-select .image-options .color-swatch{height:32px;width:32px}.variation-row .button-options .button-option,.variation-row .color-swatch-options .button-option,.variation-row .image-options .button-option,.variation-select .button-options .button-option,.variation-select .color-swatch-options .button-option,.variation-select .image-options .button-option{font-size:13px;padding:6px 12px}.variation-row .button-options .image-option,.variation-row .color-swatch-options .image-option,.variation-row .image-options .image-option,.variation-select .button-options .image-option,.variation-select .color-swatch-options .image-option,.variation-select .image-options .image-option{height:45px;width:45px}}@media screen and (max-width:385px){.variation-row label,.variation-select label{font-size:.9rem}.variation-row .button-options,.variation-row .color-swatch-options,.variation-row .image-options,.variation-select .button-options,.variation-select .color-swatch-options,.variation-select .image-options{gap:6px}}.product-hero-banner{background-color:#f5f5f5;height:400px;margin-bottom:1rem;overflow:hidden;width:100%}@media screen and (max-width:768px){.product-hero-banner{height:300px;margin-bottom:.8rem}}@media screen and (max-width:385px){.product-hero-banner{height:200px;margin-bottom:0}}.product-hero-banner img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.products-grid{padding:0 1rem}@media (max-width:480px){.products-grid{padding:0 .5rem}}.products-grid .products-toolbar{align-items:center;border-bottom:1px solid #eee;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:1rem;min-height:57px;padding-bottom:1rem;row-gap:1rem}.products-grid .products-toolbar .products-toolbar-skeleton{align-items:center;display:flex;gap:1rem;justify-content:space-between;width:100%}.products-grid .products-toolbar .products-toolbar-skeleton .react-loading-skeleton{border-radius:4px}.products-grid .products-toolbar .products-toolbar-skeleton>span:first-child{flex-basis:150px;flex-shrink:0}.products-grid .products-toolbar .products-toolbar-skeleton>span:last-child{flex-basis:250px;flex-shrink:0;margin-left:auto}@media (max-width:600px){.products-grid .products-toolbar .products-toolbar-skeleton{align-items:flex-start;flex-direction:column}.products-grid .products-toolbar .products-toolbar-skeleton>span:last-child{margin-left:0;width:60%}}.products-grid .products-toolbar .filter-toggle-button{align-items:center;background-color:#f8f9fa;border:1px solid #eee;border-radius:4px;cursor:pointer;display:none;flex-shrink:0;font-size:.9rem;font-weight:500;gap:.5rem;margin-right:1rem;order:1;padding:8px 12px;transition:background-color .2s ease}@media (max-width:1023px){.products-grid .products-toolbar .filter-toggle-button{display:inline-flex}}.products-grid .products-toolbar .filter-toggle-button *{cursor:pointer}.products-grid .products-toolbar .filter-toggle-button svg{height:18px;width:18px;fill:#191919}.products-grid .products-toolbar .filter-toggle-button:hover{background-color:#f5f5f5}.products-grid .products-toolbar .sorting{align-items:center;display:flex;gap:.5rem;margin-left:0;margin-right:auto;order:2}@media (max-width:768px){.products-grid .products-toolbar .sorting{margin-left:0}}.products-grid .products-toolbar .sorting label{font-size:14px;white-space:nowrap}.products-grid .products-toolbar .sorting label,.products-grid .products-toolbar .sorting select{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:400}.products-grid .products-toolbar .sorting select{background-color:#fff;border:1px solid #eee;border-radius:4px;max-width:100%;min-width:120px;padding:8px}.products-grid .products-toolbar .right-toolbar{align-items:center;display:flex;flex-wrap:nowrap;gap:1.5rem;order:3}@media screen and (max-width:385px){.products-grid .products-toolbar .right-toolbar{align-items:flex-start;flex-direction:column;justify-content:flex-start}}.products-grid .products-toolbar .right-toolbar .per-page-selector{align-items:center;display:flex;gap:.75rem}.products-grid .products-toolbar .right-toolbar .per-page-selector .per-page-label{color:#757575;font-size:.9rem;white-space:nowrap}.products-grid .products-toolbar .right-toolbar .per-page-selector .per-page-options{display:flex;gap:.3rem}.products-grid .products-toolbar .right-toolbar .per-page-selector .per-page-button{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;color:#757575;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;height:36px;justify-content:center;padding:0;transition:background-color .2s ease,border-color .2s ease,color .2s ease;width:36px}.products-grid .products-toolbar .right-toolbar .per-page-selector .per-page-button:hover:not(:disabled):not(.active){background-color:#f8f9fa;border-color:#d3d3d3;color:#191919}.products-grid .products-toolbar .right-toolbar .per-page-selector .per-page-button.active{background-color:#00b237;border-color:#00b237;color:#fff;cursor:default}.products-grid .products-toolbar .right-toolbar .per-page-selector .per-page-button:disabled{cursor:not-allowed;opacity:.7}.products-grid .products-toolbar .right-toolbar .per-page-selector .per-page-button:disabled.active{opacity:1}.products-grid .products-toolbar .right-toolbar .results-count{color:#757575;font-size:14px;order:1;text-align:right;white-space:nowrap}.products-grid .products-toolbar .right-toolbar .view-toggle{align-items:center;display:flex;gap:.5rem;order:2}.products-grid .products-toolbar .right-toolbar .view-toggle .view-button{align-items:center;background:none;border:1px solid #eee;border-radius:4px;cursor:pointer;display:flex;height:36px;justify-content:center;padding:6px;width:36px}.products-grid .products-toolbar .right-toolbar .view-toggle .view-button svg{fill:#757575}.products-grid .products-toolbar .right-toolbar .view-toggle .view-button svg path{cursor:pointer}.products-grid .products-toolbar .right-toolbar .view-toggle .view-button:hover{background-color:#f8f9fa}.products-grid .products-toolbar .right-toolbar .view-toggle .view-button.active{background-color:#00b237;border-color:#00b237}.products-grid .products-toolbar .right-toolbar .view-toggle .view-button.active svg{fill:#fff}@media (max-width:768px){.products-grid .products-toolbar .sorting{order:2}.products-grid .products-toolbar .right-toolbar{flex-wrap:wrap;justify-content:space-between;order:3}}.products-grid .products-list{display:grid;gap:1.5rem;margin-bottom:2rem;max-width:1440px}.products-grid .products-list.grid-view{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}@media screen and (max-width:1440px){.products-grid .products-list.grid-view{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}.products-grid .products-list.list-view{display:flex;flex-direction:column}.products-grid .products-list.loading{opacity:.8}.products-grid .no-products-found{grid-column:1/-1}.product-filters-offcanvas{display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;height:100%;width:100%}.product-filters-offcanvas .filter-offcanvas-header{align-items:center;border-bottom:1px solid #eee;display:flex;flex-shrink:0;justify-content:space-between;padding:1rem 1.5rem}.product-filters-offcanvas .filter-offcanvas-header h3{color:#191919;font-size:1.1rem;font-weight:600;margin:0}.product-filters-offcanvas .filter-offcanvas-header .filter-close-button{background:none;border:none;color:#757575;cursor:pointer;font-size:1.75rem;line-height:1;padding:.25rem;transition:color .2s ease}.product-filters-offcanvas .filter-offcanvas-header .filter-close-button:hover{color:#191919}.product-filters-offcanvas .filter-offcanvas-content{flex-grow:1;overflow-y:auto;padding:1.5rem}.product-filters-offcanvas .filter-offcanvas-content .filter-section{border-bottom:1px solid #eee;margin-bottom:1.5rem;padding-bottom:1.5rem}.product-filters-offcanvas .filter-offcanvas-content .filter-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.product-filters-offcanvas .filter-offcanvas-content .filter-section h3{border-bottom:1px solid #eee;color:#191919;font-size:1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.product-filters-offcanvas .filter-offcanvas-content .product-brands{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.product-filters-offcanvas .filter-offcanvas-content .product-brands .brand-link{background-color:#f8f9fa;border:1px solid #eee;border-radius:4px;color:#191919;display:inline-block;font-size:.85rem;padding:.25rem .5rem;text-decoration:none;transition:all .2s ease}.product-filters-offcanvas .filter-offcanvas-content .product-brands .brand-link:hover{background-color:#f5f5f5;border-color:#e0e0e0}.product-filters-offcanvas .filter-offcanvas-content .product-brands .brand-link.active{background-color:#00b237;border-color:#00b237;color:#fff}.product-filters-offcanvas .filter-offcanvas-content .product-brands .brand-link .count{color:inherit;font-size:.8rem;margin-left:.25rem;opacity:.8}.product-filters-offcanvas .filter-offcanvas-content .product-categories{list-style:none;margin:0;padding:0}.product-filters-offcanvas .filter-offcanvas-content .product-categories.hierarchical .subcategories{border-left:1px solid #eee;margin-top:.5rem;padding-left:1rem}.product-filters-offcanvas .filter-offcanvas-content .product-categories.hierarchical .has-children>.category-item{align-items:center;display:flex;justify-content:space-between}.product-filters-offcanvas .filter-offcanvas-content .product-categories li{margin-bottom:.5rem}.product-filters-offcanvas .filter-offcanvas-content .product-categories .category-checkbox-wrapper{align-items:center;display:flex;flex:1}.product-filters-offcanvas .filter-offcanvas-content .product-categories .category-checkbox-wrapper input[type=checkbox]{cursor:pointer;margin-right:.5rem}.product-filters-offcanvas .filter-offcanvas-content .product-categories .category-checkbox-wrapper input[type=checkbox]:checked+.category-link{color:#00b237;font-weight:500}.product-filters-offcanvas .filter-offcanvas-content .product-categories .category-link{color:#191919;cursor:pointer;flex:1;font-size:.95rem;text-decoration:none}.product-filters-offcanvas .filter-offcanvas-content .product-categories .category-link.active,.product-filters-offcanvas .filter-offcanvas-content .product-categories .category-link:hover{color:#00b237}.product-filters-offcanvas .filter-offcanvas-content .product-categories .toggle-subcategories{background:none;border:none;cursor:pointer}.product-filters-offcanvas .filter-offcanvas-content .product-categories .toggle-subcategories.expanded{transform:rotate(180deg)}.product-filters-offcanvas .filter-offcanvas-content .product-tags{display:flex;flex-wrap:wrap;gap:.5rem}.product-filters-offcanvas .filter-offcanvas-content .product-tags .tag-link{background-color:#f8f9fa;border:1px solid #eee;border-radius:4px;font-size:.85rem;padding:.25rem .5rem;text-decoration:none;transition:all .2s ease}.product-filters-offcanvas .filter-offcanvas-content .product-tags .tag-link:hover{background-color:#f5f5f5}.product-filters-offcanvas .filter-offcanvas-content .product-tags .tag-link.active{background-color:#00b237;border-color:#00b237;color:#fff}.product-filters-offcanvas .filter-offcanvas-content .price-range-form .price-inputs{display:flex;flex-direction:column;gap:.75rem}.product-filters-offcanvas .filter-offcanvas-content .price-range-form .price-inputs .inputs-container{align-items:center;display:flex;gap:.5rem}.product-filters-offcanvas .filter-offcanvas-content .price-range-form .price-inputs input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield;background-clip:padding-box;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;color:#191919;display:block;font-size:1rem;font-weight:400;height:44px;line-height:1.5;padding:.75rem 1rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.product-filters-offcanvas .filter-offcanvas-content .price-range-form .price-inputs input[type=number]::-webkit-inner-spin-button,.product-filters-offcanvas .filter-offcanvas-content .price-range-form .price-inputs input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product-filters-offcanvas .filter-offcanvas-content .price-range-form .price-inputs input[type=number]:focus{background-color:#fff;border-color:#33ff72;box-shadow:0 0 0 .2rem #00b23740;color:#191919;outline:0}.product-filters-offcanvas .filter-offcanvas-content .price-range-form .price-inputs input[type=number]::-moz-placeholder{color:#bdbdbd;opacity:1}.product-filters-offcanvas .filter-offcanvas-content .price-range-form .price-inputs input[type=number]::placeholder{color:#bdbdbd;opacity:1}.product-filters-offcanvas .filter-offcanvas-content .price-range-form .price-inputs .price-filter-actions{display:flex;gap:.5rem;margin-top:.5rem}.product-filters-offcanvas .filter-offcanvas-content .price-range-form .price-inputs .price-filter-actions button{border-radius:4px;cursor:pointer;flex:1;padding:.5rem}.product-filters-offcanvas .filter-offcanvas-content .price-range-form .price-inputs .price-filter-actions .filter-btn{background-color:#00b237;border:none;color:#fff}.product-filters-offcanvas .filter-offcanvas-content .price-range-form .price-inputs .price-filter-actions .filter-btn:focus,.product-filters-offcanvas .filter-offcanvas-content .price-range-form .price-inputs .price-filter-actions .filter-btn:hover{background-color:#007f27}.product-filters-offcanvas .filter-offcanvas-content .price-range-form .price-inputs .price-filter-actions .clear-filter-btn{background-color:#f8f9fa;border:1px solid #eee}.product-filters-offcanvas .filter-offcanvas-content .on-sale-filter .checkbox-container{align-items:center;cursor:pointer;display:flex}.product-filters-offcanvas .filter-offcanvas-content .on-sale-filter .checkbox-container input[type=checkbox]{accent-color:#00b237;cursor:pointer;margin-right:.5rem}.product-filters-offcanvas .filter-offcanvas-content .on-sale-filter .checkbox-container .checkbox-label{cursor:pointer;font-size:.95rem}.product-filters-offcanvas .filter-offcanvas-content .search-form .search-wrapper,.product-filters-offcanvas .filter-offcanvas-content .search-form .sku-wrapper,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .search-wrapper,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .sku-wrapper{display:flex;flex-direction:column;gap:.5rem}.product-filters-offcanvas .filter-offcanvas-content .search-form .search-wrapper .search-input,.product-filters-offcanvas .filter-offcanvas-content .search-form .search-wrapper .sku-input,.product-filters-offcanvas .filter-offcanvas-content .search-form .sku-wrapper .search-input,.product-filters-offcanvas .filter-offcanvas-content .search-form .sku-wrapper .sku-input,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .search-wrapper .search-input,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .search-wrapper .sku-input,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .sku-wrapper .search-input,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .sku-wrapper .sku-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-clip:padding-box;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;color:#191919;display:block;font-size:1rem;font-weight:400;height:44px;line-height:1.5;padding:.75rem 1rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.product-filters-offcanvas .filter-offcanvas-content .search-form .search-wrapper .search-input:focus,.product-filters-offcanvas .filter-offcanvas-content .search-form .search-wrapper .sku-input:focus,.product-filters-offcanvas .filter-offcanvas-content .search-form .sku-wrapper .search-input:focus,.product-filters-offcanvas .filter-offcanvas-content .search-form .sku-wrapper .sku-input:focus,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .search-wrapper .search-input:focus,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .search-wrapper .sku-input:focus,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .sku-wrapper .search-input:focus,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .sku-wrapper .sku-input:focus{background-color:#fff;border-color:#33ff72;box-shadow:0 0 0 .2rem #00b23740;color:#191919;outline:0}.product-filters-offcanvas .filter-offcanvas-content .search-form .search-wrapper .search-input::-moz-placeholder,.product-filters-offcanvas .filter-offcanvas-content .search-form .search-wrapper .sku-input::-moz-placeholder,.product-filters-offcanvas .filter-offcanvas-content .search-form .sku-wrapper .search-input::-moz-placeholder,.product-filters-offcanvas .filter-offcanvas-content .search-form .sku-wrapper .sku-input::-moz-placeholder,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .search-wrapper .search-input::-moz-placeholder,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .search-wrapper .sku-input::-moz-placeholder,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .sku-wrapper .search-input::-moz-placeholder,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .sku-wrapper .sku-input::-moz-placeholder{color:#bdbdbd;opacity:1}.product-filters-offcanvas .filter-offcanvas-content .search-form .search-wrapper .search-input::placeholder,.product-filters-offcanvas .filter-offcanvas-content .search-form .search-wrapper .sku-input::placeholder,.product-filters-offcanvas .filter-offcanvas-content .search-form .sku-wrapper .search-input::placeholder,.product-filters-offcanvas .filter-offcanvas-content .search-form .sku-wrapper .sku-input::placeholder,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .search-wrapper .search-input::placeholder,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .search-wrapper .sku-input::placeholder,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .sku-wrapper .search-input::placeholder,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .sku-wrapper .sku-input::placeholder{color:#bdbdbd;opacity:1}.product-filters-offcanvas .filter-offcanvas-content .search-form .search-wrapper .search-actions,.product-filters-offcanvas .filter-offcanvas-content .search-form .search-wrapper .sku-actions,.product-filters-offcanvas .filter-offcanvas-content .search-form .sku-wrapper .search-actions,.product-filters-offcanvas .filter-offcanvas-content .search-form .sku-wrapper .sku-actions,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .search-wrapper .search-actions,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .search-wrapper .sku-actions,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .sku-wrapper .search-actions,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .sku-wrapper .sku-actions{display:flex;gap:.5rem}.product-filters-offcanvas .filter-offcanvas-content .search-form .search-wrapper .search-actions button,.product-filters-offcanvas .filter-offcanvas-content .search-form .search-wrapper .sku-actions button,.product-filters-offcanvas .filter-offcanvas-content .search-form .sku-wrapper .search-actions button,.product-filters-offcanvas .filter-offcanvas-content .search-form .sku-wrapper .sku-actions button,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .search-wrapper .search-actions button,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .search-wrapper .sku-actions button,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .sku-wrapper .search-actions button,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .sku-wrapper .sku-actions button{border-radius:4px;cursor:pointer;padding:.5rem}.product-filters-offcanvas .filter-offcanvas-content .search-form .search-wrapper .search-actions .search-btn,.product-filters-offcanvas .filter-offcanvas-content .search-form .search-wrapper .sku-actions .search-btn,.product-filters-offcanvas .filter-offcanvas-content .search-form .sku-wrapper .search-actions .search-btn,.product-filters-offcanvas .filter-offcanvas-content .search-form .sku-wrapper .sku-actions .search-btn,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .search-wrapper .search-actions .search-btn,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .search-wrapper .sku-actions .search-btn,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .sku-wrapper .search-actions .search-btn,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .sku-wrapper .sku-actions .search-btn{background-color:#00b237;border:none;color:#fff;flex:1}.product-filters-offcanvas .filter-offcanvas-content .search-form .search-wrapper .search-actions .search-btn:focus,.product-filters-offcanvas .filter-offcanvas-content .search-form .search-wrapper .search-actions .search-btn:hover,.product-filters-offcanvas .filter-offcanvas-content .search-form .search-wrapper .sku-actions .search-btn:focus,.product-filters-offcanvas .filter-offcanvas-content .search-form .search-wrapper .sku-actions .search-btn:hover,.product-filters-offcanvas .filter-offcanvas-content .search-form .sku-wrapper .search-actions .search-btn:focus,.product-filters-offcanvas .filter-offcanvas-content .search-form .sku-wrapper .search-actions .search-btn:hover,.product-filters-offcanvas .filter-offcanvas-content .search-form .sku-wrapper .sku-actions .search-btn:focus,.product-filters-offcanvas .filter-offcanvas-content .search-form .sku-wrapper .sku-actions .search-btn:hover,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .search-wrapper .search-actions .search-btn:focus,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .search-wrapper .search-actions .search-btn:hover,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .search-wrapper .sku-actions .search-btn:focus,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .search-wrapper .sku-actions .search-btn:hover,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .sku-wrapper .search-actions .search-btn:focus,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .sku-wrapper .search-actions .search-btn:hover,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .sku-wrapper .sku-actions .search-btn:focus,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .sku-wrapper .sku-actions .search-btn:hover{background-color:#007f27}.product-filters-offcanvas .filter-offcanvas-content .search-form .search-wrapper .search-actions .clear-btn,.product-filters-offcanvas .filter-offcanvas-content .search-form .search-wrapper .search-actions .clear-search-btn,.product-filters-offcanvas .filter-offcanvas-content .search-form .search-wrapper .sku-actions .clear-btn,.product-filters-offcanvas .filter-offcanvas-content .search-form .search-wrapper .sku-actions .clear-search-btn,.product-filters-offcanvas .filter-offcanvas-content .search-form .sku-wrapper .search-actions .clear-btn,.product-filters-offcanvas .filter-offcanvas-content .search-form .sku-wrapper .search-actions .clear-search-btn,.product-filters-offcanvas .filter-offcanvas-content .search-form .sku-wrapper .sku-actions .clear-btn,.product-filters-offcanvas .filter-offcanvas-content .search-form .sku-wrapper .sku-actions .clear-search-btn,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .search-wrapper .search-actions .clear-btn,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .search-wrapper .search-actions .clear-search-btn,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .search-wrapper .sku-actions .clear-btn,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .search-wrapper .sku-actions .clear-search-btn,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .sku-wrapper .search-actions .clear-btn,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .sku-wrapper .search-actions .clear-search-btn,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .sku-wrapper .sku-actions .clear-btn,.product-filters-offcanvas .filter-offcanvas-content .sku-filter-form .sku-wrapper .sku-actions .clear-search-btn{background-color:#f8f9fa;border:1px solid #eee}.product-filters-offcanvas .filter-offcanvas-content .react-loading-skeleton{background-color:#bdbdbd;border-radius:4px}.product-filters-offcanvas .filter-offcanvas-content .react-loading-skeleton:after{background-image:linear-gradient(90deg,#fff0,#ffffff80,#fff0)}.filter-sidebar-offcanvas-wrapper{width:500px}@media screen and (max-width:768px){.filter-sidebar-offcanvas-wrapper{max-width:100%;width:100%}}.filter-sidebar-desktop-wrapper .product-filters-offcanvas{border:1px solid #eee;border-radius:6px;box-shadow:none;height:auto;position:relative;transform:none}.filter-sidebar-desktop-wrapper .product-filters-offcanvas .filter-offcanvas-header{display:none}.filter-sidebar-desktop-wrapper .product-filters-offcanvas .filter-offcanvas-content{max-height:none;overflow-y:visible}.pagination-container{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:500;margin-bottom:3rem;margin-top:2rem;overflow:hidden;width:100%}@media screen and (max-width:1024px){.pagination-container{margin-bottom:5rem}}@media screen and (max-width:768px){.pagination-container{margin-bottom:2rem}}.pagination-container .pagination{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;padding:0}.pagination-container .pagination li{margin:.25rem}.pagination-container .pagination li a{border:1px solid #eee;border-radius:4px;color:#191919;display:inline-block;padding:.5rem .75rem;text-decoration:none;transition:all .2s}.pagination-container .pagination li a:hover{background:#f8f9fa}.pagination-container .pagination li a.current{background:#00b237;border-color:#00b237;color:#fff}.pagination-container .pagination li.ellipsis{color:#757575;padding:.5rem .35rem}.pagination-container .pagination li.current-page-indicator{background:#f5f5f5;border:1px solid #eee;border-radius:4px;color:#191919;padding:.5rem .75rem}.pagination-container.pagination-mobile .pagination{align-items:center;justify-content:space-between}.pagination-container.pagination-mobile .pagination li a{min-width:40px;text-align:center}.pagination-container.pagination-mobile .pagination .current-page-indicator{flex-grow:1;text-align:center}.pagination-container.pagination-tablet .pagination li a{padding:.5rem}.pagination-container.pagination-tablet .pagination li a.next-page,.pagination-container.pagination-tablet .pagination li a.prev-page{font-weight:400;min-width:30px;text-align:center}.pagination-container.pagination-skeleton{align-items:center;display:flex;justify-content:center;margin-top:2rem}.pagination-container.pagination-skeleton .react-loading-skeleton{border-radius:4px}@media (max-width:385px){.pagination-container .pagination li{margin:.15rem}.pagination-container .pagination li a{font-size:.9em;padding:.4rem .6rem}}.categories-bar--large{background-color:#191919;border-bottom:1px solid #333;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin-bottom:1.5rem;position:relative;width:100%}@media screen and (max-width:768px){.categories-bar--large{display:none}}.categories-bar--large .categories-bar__list--parents{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;list-style:none;margin:0;padding:0}.categories-bar--large .categories-bar__item{position:relative}.categories-bar--large .categories-bar__item.is-active>.categories-bar__link{background-color:#262626;color:#fff;font-weight:600}.categories-bar--large .categories-bar__item.is-active>.categories-bar__link:after{background-color:#fff;bottom:0;content:"";height:2px;left:10%;position:absolute;right:10%}.categories-bar--large .categories-bar__link{color:#f8f9fa;cursor:pointer;display:block;font-size:.95rem;font-weight:500;padding:.8rem 1rem;position:relative;text-decoration:none;transition:color .2s ease,background-color .2s ease;white-space:nowrap}.categories-bar--large .categories-bar__link:hover{background-color:#262626;color:#fff;text-decoration:none}.categories-bar--large .categories-bar__link .categories-bar__arrow{color:#e0e0e0;display:inline-block;font-size:.7em;margin-left:.3em;pointer-events:none;vertical-align:middle}.categories-bar--large .categories-bar__dropdown{background-color:#191919;border:1px solid #333;border-radius:0 0 4px 4px;border-top:none;box-shadow:0 4px 12px #0003;left:0;max-height:400px;min-width:220px;opacity:1;overflow-y:auto;position:absolute;top:100%;visibility:visible;z-index:10}.categories-bar--large .categories-bar__dropdown .categories-bar__list--children{list-style:none;margin:0;padding:.5rem 0}.categories-bar--large .categories-bar__dropdown .categories-bar__item.is-active>.categories-bar__link{background-color:#262626;color:#fff;font-weight:600}.categories-bar--large .categories-bar__dropdown .categories-bar__item.is-active>.categories-bar__link:after{display:none}.categories-bar--large .categories-bar__dropdown .categories-bar__link{color:#f8f9fa;display:block;font-size:.9rem;padding:.6rem 1.25rem;text-decoration:none;transition:color .2s ease,background-color .2s ease;white-space:nowrap}.categories-bar--large .categories-bar__dropdown .categories-bar__link:hover{background-color:#262626;color:#fff;text-decoration:none}.categories-bar--large .categories-bar__item>.react-loading-skeleton{background-color:#333;border-radius:4px;margin:.8rem 1rem}.categories-bar--large .categories-bar__item>.react-loading-skeleton:after{background-image:linear-gradient(90deg,#fff0,#ffffff1a,#fff0)}.categories-bar--narrow{display:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin-bottom:1.5rem;position:relative}@media screen and (max-width:768px){.categories-bar--narrow{display:block}}.categories-bar--narrow .categories-narrow__trigger{align-items:center;background-color:#191919;border:1px solid #333;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;justify-content:center;padding:.75rem 1rem;text-align:left;transition:background-color .2s ease;width:100%}.categories-bar--narrow .categories-narrow__trigger:hover{background-color:#262626}.categories-bar--narrow .categories-narrow__trigger .dropdown-arrow{color:#e0e0e0;font-size:.8em;margin-left:.5rem;transition:transform .2s ease}.categories-bar--narrow .categories-narrow__trigger[aria-expanded=true] .dropdown-arrow{transform:rotate(180deg)}.categories-bar--narrow .categories-narrow__dropdown{background-color:#191919;border:1px solid #333;border-radius:4px;box-shadow:0 4px 12px #0003;left:0;max-height:70vh;overflow-y:auto;position:absolute;right:0;top:calc(100% + 5px);z-index:100}.categories-bar--narrow .categories-narrow__list{list-style:none;margin:0;padding:.5rem 0}.categories-bar--narrow .categories-narrow__item.is-active>.categories-narrow__item-content>.categories-narrow__link{background-color:#262626;color:#fff;font-weight:600}.categories-bar--narrow .categories-narrow__item .categories-narrow__item-content{align-items:center;border-bottom:1px solid #333;display:flex;justify-content:space-between;width:100%}.categories-bar--narrow .categories-narrow__item .categories-narrow__item-content:last-child{border-bottom:none}.categories-bar--narrow .categories-narrow__item .categories-narrow__link{color:#f8f9fa;cursor:pointer;flex-grow:1;font-size:.95rem;overflow:hidden;padding:.8rem .5rem .8rem 1.25rem;text-decoration:none;text-overflow:ellipsis;transition:color .2s ease,background-color .2s ease;white-space:nowrap}.categories-bar--narrow .categories-narrow__item .categories-narrow__link:hover{background-color:#262626;color:#fff;text-decoration:none}.categories-bar--narrow .categories-narrow__item .categories-narrow__expand{align-items:center;align-self:stretch;background:none;border:none;border-left:1px solid transparent;color:#bdbdbd;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;margin-left:.5rem;padding:.8rem .75rem}.categories-bar--narrow .categories-narrow__item .categories-narrow__expand .expand-icon{height:1em;width:1em;fill:currentColor;transition:transform .2s ease,color .2s ease}.categories-bar--narrow .categories-narrow__item .categories-narrow__expand.is-expanded .expand-icon{transform:rotate(90deg)}.categories-bar--narrow .categories-narrow__item .categories-narrow__expand:hover{color:#fff}.categories-bar--narrow .categories-narrow__children{border-left:2px solid #333;margin-bottom:.5rem;margin-left:.5rem;margin-top:.5rem;padding-left:1rem}.categories-bar--narrow .categories-narrow__children .categories-narrow__list{padding:0}.categories-bar--narrow .categories-narrow__children .categories-narrow__item-content{border-bottom:none;padding-left:0}.categories-bar--narrow .categories-narrow__children .categories-narrow__link{font-size:.9rem}.categories-bar--narrow>.react-loading-skeleton{background-color:#333;border-radius:4px}.categories-bar--narrow>.react-loading-skeleton:after{background-image:linear-gradient(90deg,#fff0,#ffffff1a,#fff0)}.no-products-found{background-color:#f8f9fa;border:1px dashed #eee;border-radius:6px;margin:1rem 0;padding:3rem 1rem;text-align:center}.no-products-found p{color:#757575;font-size:1.1rem;font-weight:500;line-height:1.6;margin:0}body.filter-offcanvas-open{overflow:hidden}.products-container{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin-bottom:5rem;min-height:75vh;padding-bottom:1.5rem;position:relative}@media screen and (max-width:1024px){.products-container{margin-top:0}}@media screen and (max-width:768px){.products-container{margin-bottom:2rem}}.products-container .react-loading-skeleton{background-color:#bdbdbd;border-radius:4px}.products-container .react-loading-skeleton:after{background-image:linear-gradient(90deg,#fff0,#ffffff80,#fff0)}.products-container .category-navigation-bars{margin-bottom:1.5rem;padding:0 1rem}@media (max-width:768px){.products-container .category-navigation-bars{padding:0 .5rem}}.products-container .products-archive-layout{display:block}@media (min-width:1024px){.products-container .products-archive-layout{align-items:flex-start;display:grid;gap:2rem;grid-template-columns:400px 1fr;padding:0 1rem}}.products-container .products-grid-column{min-width:0}.products-container .filter-sidebar-desktop-wrapper{display:none}@media (min-width:1024px){.products-container .filter-sidebar-desktop-wrapper{display:block;position:sticky;top:100px}.products-container .filter-offcanvas-overlay,.products-container .filter-sidebar-offcanvas-wrapper{display:none!important}}.filter-offcanvas-overlay{background-color:#0006;height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity .3s ease,visibility 0s linear .3s;visibility:hidden;width:100%;z-index:1040}.filter-offcanvas-overlay.is-open{opacity:1;transition-delay:0s;visibility:visible}.filter-sidebar-offcanvas-wrapper{background-color:#fff;bottom:0;box-shadow:2px 0 10px #0000001a;display:flex;flex-direction:column;left:0;max-width:90%;overflow:hidden;position:fixed;top:0;transform:translate(-100%);transition:transform .3s ease-in-out;width:350px;z-index:1050}@media screen and (max-width:768px){.filter-sidebar-offcanvas-wrapper{width:320px}}.filter-sidebar-offcanvas-wrapper.is-open{transform:translate(0)}.product-breadcrumbs{color:#757575;font-size:.875rem;margin-bottom:1.5rem}.product-breadcrumbs a{color:#757575;cursor:pointer;margin:0 .25rem;transition:color .2s ease}.product-breadcrumbs a:first-child{margin-left:0}.product-breadcrumbs a:hover{color:#00b237;text-decoration:none}.product-breadcrumbs span{color:#191919;font-weight:500;margin-left:.25rem}@media screen and (max-width:385px){.product-breadcrumbs{font-size:.75rem;margin-bottom:1rem}}.product-title{color:#191919;font-size:1.75rem;font-weight:600;line-height:1.3;margin-bottom:1rem}@media screen and (max-width:385px){.product-title{font-size:1.5rem}}.product-short-description{color:#757575;margin-bottom:1.5rem}.product-short-description p{margin-bottom:.75rem}.product-short-description p:last-child{margin-bottom:0}.product-meta{color:#757575;font-size:.9rem}.product-meta .product-oem-number{font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.product-meta .product-oem-number .meta-label{font-weight:600}.product-meta .product-brands,.product-meta .product-categories,.product-meta .product-sks-number,.product-meta .product-sku,.product-meta .product-tags{margin-bottom:.75rem}.product-meta .product-brands:last-child,.product-meta .product-categories:last-child,.product-meta .product-sks-number:last-child,.product-meta .product-sku:last-child,.product-meta .product-tags:last-child{margin-bottom:0}.product-meta .product-brands .meta-label,.product-meta .product-categories .meta-label,.product-meta .product-sks-number .meta-label,.product-meta .product-sku .meta-label,.product-meta .product-tags .meta-label{color:#191919;font-weight:500;margin-right:.5rem}.product-meta .product-brands .meta-value a,.product-meta .product-categories .meta-value a,.product-meta .product-sks-number .meta-value a,.product-meta .product-sku .meta-value a,.product-meta .product-tags .meta-value a{color:#00b237;text-decoration:none}.product-meta .product-brands .meta-value a:hover,.product-meta .product-categories .meta-value a:hover,.product-meta .product-sks-number .meta-value a:hover,.product-meta .product-sku .meta-value a:hover,.product-meta .product-tags .meta-value a:hover{color:#007f27;text-decoration:underline}.product-details{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;padding:0 1rem}@media screen and (max-width:768px){.product-details{padding:0}}.product-details .variation-required-notice{background-color:#ff98001a;border:1px solid rgba(255,152,0,.3);border-radius:5px;color:#ff9800;margin-bottom:1rem;padding:.5rem;width:-moz-fit-content;width:fit-content}.product-details .variation-notice{background-color:#2196f31a;border:1px solid rgba(33,150,243,.3);border-radius:5px;color:#2196f3;margin-bottom:1rem;padding:.5rem;width:-moz-fit-content;width:fit-content}.product-sections{border:1px solid #eee;border-radius:6px;margin:2.5rem 0;overflow:hidden}.product-sections .product-section{border-bottom:1px solid #eee}.product-sections .product-section:last-child{border-bottom:none}.product-sections .product-section .product-section-header{align-items:center;background-color:#f8f9fa;border:none;color:#191919;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;justify-content:space-between;padding:1rem 1.25rem;text-align:left;transition:background-color .2s ease;width:100%}.product-sections .product-section .product-section-header:hover{background-color:#f5f5f5}.product-sections .product-section .product-section-header.active{background-color:#fff;color:#00b237}.product-sections .product-section .product-section-header .toggle-icon{display:inline-block;font-weight:700;height:1em;line-height:1;text-align:center;transition:transform .2s ease;width:1em}.product-sections .product-section .product-section-header .toggle-icon:before{content:"+"}.product-sections .product-section .product-section-header.active .toggle-icon{transform:rotate(45deg)}.product-sections .product-section .panel-content{background-color:#fff;max-height:0;overflow:hidden;transition:max-height .3s ease-out}.product-sections .product-section .panel-content.active{max-height:1000px;transition:max-height .5s ease-in}.product-sections .product-section .panel-content .panel-content__inner{padding:1.5rem 1.25rem}.product-sections .product-section .panel-content#description-panel{color:#757575;line-height:1.6}.product-sections .product-section .panel-content#description-panel p{margin-bottom:1rem}.product-sections .product-section .panel-content#description-panel ol,.product-sections .product-section .panel-content#description-panel ul{margin-bottom:1rem;margin-left:1.5rem}.product-sections .product-section .panel-content#properties-panel .product-attributes{border:1px solid #eee;border-collapse:collapse;width:100%}.product-sections .product-section .panel-content#properties-panel .product-attributes tr{border-bottom:1px solid #eee}.product-sections .product-section .panel-content#properties-panel .product-attributes tr:last-child{border-bottom:none}.product-sections .product-section .panel-content#properties-panel .product-attributes td,.product-sections .product-section .panel-content#properties-panel .product-attributes th{border-right:1px solid #eee;padding:.75rem 1rem;text-align:left;vertical-align:top}.product-sections .product-section .panel-content#properties-panel .product-attributes td:last-child,.product-sections .product-section .panel-content#properties-panel .product-attributes th:last-child{border-right:none}.product-sections .product-section .panel-content#properties-panel .product-attributes th{background-color:#f8f9fa;color:#191919;font-weight:500;width:30%}.product-sections .product-section .panel-content#properties-panel .product-attributes td{color:#757575;width:70%}.product-sections .product-section .panel-content#reviews-panel .product-reviews .average-rating{align-items:center;border-bottom:1px dashed #eee;display:flex;margin-bottom:1.5rem;padding-bottom:1rem}.product-sections .product-section .panel-content#reviews-panel .product-reviews .average-rating .rating-stars{margin-right:1rem}.product-sections .product-section .panel-content#reviews-panel .product-reviews .average-rating .rating-stars .star{color:#bdbdbd;font-size:1.25rem}.product-sections .product-section .panel-content#reviews-panel .product-reviews .average-rating .rating-stars .star.filled{color:#191919}.product-sections .product-section .panel-content#reviews-panel .product-reviews .average-rating .rating-text{color:#757575;font-size:.9rem;font-weight:500}.product-sections .product-section .panel-content#reviews-panel .product-reviews .review-form-placeholder{background-color:#f8f9fa;border:1px solid #eee;border-radius:6px;padding:1.5rem;text-align:center}.product-sections .product-section .panel-content#reviews-panel .product-reviews .review-form-placeholder p{color:#757575;margin-bottom:1rem}.product-sections .product-section .panel-content#reviews-panel .product-reviews .review-form-placeholder .button{background-color:#191919;border:none;border-radius:4px;color:#fff;cursor:not-allowed;font-weight:500;opacity:.7;padding:.75rem 1.5rem}.product-sections .product-section .panel-content#reviews-panel .product-reviews .review-form-placeholder .button:focus,.product-sections .product-section .panel-content#reviews-panel .product-reviews .review-form-placeholder .button:hover{background-color:#000}.product-sections .product-section .panel-content#reviews-panel .product-reviews .review-form-placeholder .button:disabled{background-color:#bdbdbd;cursor:not-allowed}.product-sections-loading{border:1px solid #eee;border-radius:6px;overflow:hidden}.product-sections-loading .react-loading-skeleton{background-color:#bdbdbd;border-radius:4px}.product-sections-loading .react-loading-skeleton:after{background-image:linear-gradient(90deg,#fff0,#ffffff80,#fff0)}.product-sections-loading .product-section-skeleton{background-color:#f8f9fa;border-bottom:1px solid #eee}.product-sections-loading .product-section-skeleton:last-child{border-bottom:none}.product-sections-loading .product-section-skeleton .section-header-skeleton{border-radius:4px;margin:1rem 1.25rem;width:calc(100% - 2.5rem)}.related-products{margin:3rem 0 2rem}.related-products .section-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;position:relative;text-align:center}.related-products .section-title:after{background-color:#00b237;content:"";display:block;height:3px;margin:.5rem auto 0;width:60px}.related-products .related-products-carousel{padding:1rem 0 2.5rem}.related-products .related-products-carousel .swiper-slide{height:auto}.related-products .related-products-carousel .product-card{height:100%;margin-bottom:0}.related-products .related-products-carousel .swiper-pagination{bottom:0}.related-products .related-products-carousel .swiper-pagination .swiper-pagination-bullet{background-color:#757575;opacity:.5}.related-products .related-products-carousel .swiper-pagination .swiper-pagination-bullet-active{background-color:#00b237;opacity:1}.related-products .related-products-carousel .swiper-button-next,.related-products .related-products-carousel .swiper-button-prev{background:#fffc;border-radius:50%;color:#00b237;height:35px;width:35px}.related-products .related-products-carousel .swiper-button-next:after,.related-products .related-products-carousel .swiper-button-prev:after{font-size:1rem}.related-products .related-products-carousel .swiper-button-next:hover,.related-products .related-products-carousel .swiper-button-prev:hover{background:#fff;box-shadow:0 2px 10px #0000001a}@media screen and (max-width:385px){.related-products .related-products-carousel .swiper-button-next,.related-products .related-products-carousel .swiper-button-prev{display:none}}.related-products .related-products-loading{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.related-products .related-products-loading .react-loading-skeleton{background-color:#bdbdbd;border-radius:4px}.related-products .related-products-loading .react-loading-skeleton:after{background-image:linear-gradient(90deg,#fff0,#ffffff80,#fff0)}.related-products .related-products-title-skeleton-wrapper{align-items:center;display:flex;justify-content:center;margin-bottom:1rem;width:100%}.related-products .related-products-title-skeleton-wrapper .section-title-skeleton{margin-bottom:0}.single-product-container{margin:0 auto;max-width:1200px;min-height:65vh;padding:2rem}@media screen and (max-width:768px){.single-product-container{padding:.7rem}}@media screen and (max-width:385px){.single-product-container{padding:.5rem}}.single-product-container .product-main .product-content{display:flex;gap:2rem;margin-bottom:2rem}@media screen and (max-width:768px){.single-product-container .product-main .product-content{flex-direction:column;gap:1.5rem}}.single-product-container .product-main .product-content .product-gallery-container{box-sizing:border-box;flex:0 0 50%;overflow:hidden;width:50%}@media screen and (max-width:768px){.single-product-container .product-main .product-content .product-gallery-container{flex:0 0 100%;width:100%}}.single-product-container .product-main .product-content .product-details-container{box-sizing:border-box;flex:0 0 50%;width:50%}@media screen and (max-width:768px){.single-product-container .product-main .product-content .product-details-container{flex:0 0 100%;width:100%}}.single-product-container .cart-form-skeleton{background-color:#f8f9fa;border:1px solid #eee;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.single-product-container .cart-form-skeleton .quantity-skeleton{margin:1rem 0}.single-product-container .cart-form-skeleton .button-skeleton{margin-top:1rem}.single-product-container .meta-skeleton{margin-top:1.5rem}.single-product-container .meta-skeleton .react-loading-skeleton{margin-bottom:.5rem}.single-product-container .product-sections-container{margin:2rem 0}.single-product-container .react-loading-skeleton{background-color:#bdbdbd;border-radius:4px}.single-product-container .react-loading-skeleton:after{background-image:linear-gradient(90deg,#fff0,#ffffff80,#fff0)}.single-product-container .product-details-container .react-loading-skeleton,.single-product-container .product-gallery-container .react-loading-skeleton,.single-product-container .product-sections-container .react-loading-skeleton,.single-product-container .related-products-container .react-loading-skeleton{margin-bottom:10px}.single-product-container .product-details-container .react-loading-skeleton:last-child,.single-product-container .product-gallery-container .react-loading-skeleton:last-child,.single-product-container .product-sections-container .react-loading-skeleton:last-child,.single-product-container .related-products-container .react-loading-skeleton:last-child{margin-bottom:0}.single-product-container-error{padding:2rem 0}.single-product-container-error .error-card{margin:0 auto;max-width:600px}.single-product-container-not-found{margin:0 auto;max-width:600px;padding:3rem 1rem;text-align:center}.single-product-container-not-found h1{color:#191919;font-size:2rem;margin-bottom:1rem}.single-product-container-not-found p{color:#757575;margin-bottom:1.5rem}.single-product-container-not-found .button{background-color:#00b237;border:none;border-radius:4px;color:#fff;display:inline-block;font-weight:500;padding:.75rem 1.5rem}.single-product-container-not-found .button:focus,.single-product-container-not-found .button:hover{background-color:#007f27}.mission-vision-content{margin-top:2rem}.mission-vision-content .mission-vision-item{margin-bottom:2rem}.mission-vision-content .mission-vision-item:last-child{margin-bottom:0}.mission-vision-content .mission-vision-item__title{border-bottom:2px solid #00b237;color:#191919;display:inline-block;font-size:1.25rem;font-weight:700;margin-bottom:.75rem;padding-bottom:.5rem}.mission-vision-content .mission-vision-item__text{color:#757575;line-height:1.7}.mission-vision-content .mission-vision-item__text p{margin-bottom:1rem}.mission-vision-content .mission-vision-item__text p:last-child{margin-bottom:0}.yarl__fullsize{height:100%;width:100%}.yarl__relative{position:relative}.yarl__portal{bottom:0;left:0;opacity:0;overflow:hidden;position:fixed;right:0;top:0;transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);z-index:var(--yarl__portal_zindex,9999)}.yarl__portal_open{opacity:1}.yarl__container{background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));bottom:0;left:0;outline:none;overflow:hidden;overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);position:absolute;right:0;top:0;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none}.yarl__carousel{align-content:center;align-items:stretch;display:flex;flex:0 0 auto;height:100%;justify-content:center;opacity:var(--yarl__pull_opacity,1);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%))}.yarl__carousel_with_slides{-moz-column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%);column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{align-content:center;align-items:center;display:flex;justify-content:center}.yarl__slide{flex:1;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);position:relative}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.yarl__slide_image_cover{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d}}.yarl__slide_placeholder{left:50%;line-height:0;position:absolute;top:50%;transform:translate(-50%) translateY(-50%)}.yarl__slide_loading{animation:yarl__delayed_fadein 1s linear;color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,hsla(0,0%,100%,.8)))}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:var(--yarl__slide_icon_error_color,red);height:var(--yarl__slide_icon_error_size,48px);width:var(--yarl__slide_icon_error_size,48px)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{bottom:auto;display:flex;justify-content:flex-end;left:auto;padding:var(--yarl__toolbar_padding,8px);position:absolute;right:0;top:0}[dir=rtl] .yarl__toolbar{bottom:auto;left:0;right:auto;top:0}.yarl__icon{height:var(--yarl__icon_size,32px);width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);color:var(--yarl__color_button,hsla(0,0%,100%,.8));cursor:pointer;filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));line-height:0;margin:var(--yarl__button_margin,0);outline:none;padding:var(--yarl__button_padding,8px);-webkit-tap-highlight-color:transparent}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,hsla(0,0%,100%,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media (hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,hsla(0,0%,100%,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}.yarl__thumbnails{display:flex;height:100%}.yarl__thumbnails_bottom,.yarl__thumbnails_end .yarl__thumbnails_track,.yarl__thumbnails_start .yarl__thumbnails_track,.yarl__thumbnails_top{flex-direction:column}.yarl__thumbnails_wrapper{flex:1;position:relative}.yarl__thumbnails_container{background-color:var(--yarl__thumbnails_container_background_color,var(--yarl__color_backdrop,#000));flex:0 0 auto;overflow:hidden;padding:var(--yarl__thumbnails_container_padding,16px);position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.yarl__thumbnails_vignette{pointer-events:none;position:absolute;--yarl__thumbnails_vignette_size:12%}@media (min-width:1200px){.yarl__thumbnails_vignette{--yarl__thumbnails_vignette_size:8%}}@media (min-width:2000px){.yarl__thumbnails_vignette{--yarl__thumbnails_vignette_size:5%}}.yarl__thumbnails_bottom .yarl__thumbnails_vignette,.yarl__thumbnails_top .yarl__thumbnails_vignette{background:linear-gradient(to right,var(--yarl__color_backdrop,#000) 0,transparent var(--yarl__thumbnails_vignette_size,12%) calc(100% - var(--yarl__thumbnails_vignette_size, 12%)),var(--yarl__color_backdrop,#000) 100%);height:100%;left:0;right:0}.yarl__thumbnails_end .yarl__thumbnails_vignette,.yarl__thumbnails_start .yarl__thumbnails_vignette{background:linear-gradient(to bottom,var(--yarl__color_backdrop,#000) 0,transparent var(--yarl__thumbnails_vignette_size,12%) calc(100% - var(--yarl__thumbnails_vignette_size, 12%)),var(--yarl__color_backdrop,#000) 100%);bottom:0;top:0;width:100%}.yarl__thumbnails_track{gap:var(--yarl__thumbnails_thumbnail_gap,16px);outline:none}.yarl__thumbnails_thumbnail{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--yarl__thumbnails_thumbnail_background,#000);border-color:var(--yarl__thumbnails_thumbnail_border_color,var(--yarl__color_button,hsla(0,0%,100%,.8)));border-radius:var(--yarl__thumbnails_thumbnail_border_radius,4px);border-style:var(--yarl__thumbnails_thumbnail_border_style,solid);border-width:var(--yarl__thumbnails_thumbnail_border,1px);cursor:pointer;flex:0 0 auto;-webkit-tap-highlight-color:transparent;box-sizing:content-box;height:var(--yarl__thumbnails_thumbnail_height,80px);outline:none;overflow:hidden;padding:var(--yarl__thumbnails_thumbnail_padding,4px);position:relative;width:var(--yarl__thumbnails_thumbnail_width,120px)}.yarl__thumbnails_thumbnail_active{border-color:var(--yarl__thumbnails_thumbnail_active_border_color,var(--yarl__color_button_active,#fff))}.yarl__thumbnails_thumbnail_fadein{animation:yarl__thumbnails_thumbnail_fadein var(--yarl__thumbnails_thumbnail_fadein_duration,.5s) ease-in-out var(--yarl__thumbnails_thumbnail_fadein_delay,0s) forwards;opacity:0}.yarl__thumbnails_thumbnail_fadeout{animation:yarl__thumbnails_thumbnail_fadeout var(--yarl__thumbnails_thumbnail_fadeout_duration,.5s) ease-in-out var(--yarl__thumbnails_thumbnail_fadeout_delay,0s) forwards;cursor:unset}.yarl__thumbnails_thumbnail_placeholder{cursor:unset;visibility:hidden}.yarl__thumbnails_thumbnail:focus{box-shadow:var(--yarl__thumbnails_thumbnail_focus_box_shadow,#000 0 0 0 2px,var(--yarl__color_button,hsla(0,0%,100%,.8)) 0 0 0 4px)}.yarl__thumbnails_thumbnail:focus:not(:focus-visible){box-shadow:unset}.yarl__thumbnails_thumbnail:focus-visible{box-shadow:var(--yarl__thumbnails_thumbnail_focus_box_shadow,#000 0 0 0 2px,var(--yarl__color_button,hsla(0,0%,100%,.8)) 0 0 0 4px)}.yarl__thumbnails_thumbnail_icon{color:var(--yarl__thumbnails_thumbnail_icon_color,var(--yarl__color_button,hsla(0,0%,100%,.8)));filter:var(--yarl__thumbnails_thumbnail_icon_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));height:var(--yarl__thumbnails_thumbnail_icon_size,32px);left:50%;position:absolute;top:50%;transform:translate(-50%) translateY(-50%);width:var(--yarl__thumbnails_thumbnail_icon_size,32px)}@keyframes yarl__thumbnails_thumbnail_fadein{0%{opacity:0}to{opacity:1}}@keyframes yarl__thumbnails_thumbnail_fadeout{0%{opacity:1}to{opacity:0}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA)}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;overflow:clip;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}
