:root{--kp-green: #81b622;--kp-green-dark: #59981a;--kp-yellow: #fdd835;--kp-yellow-alert: #ffb300;--kp-text: #333333;--kp-text-light: #666666;--kp-bg-light: #f4f9f1;--kp-red: #e53935;--kp-border: #e0e0e0;--kp-white: #ffffff;--font-family-kp: "Inter", system-ui, -apple-system, sans-serif}body.kp-theme{font-family:var(--font-family-kp);color:var(--kp-text);background-color:#fff;margin:0;padding:0}.shopify-section-group-header-group,#shopify-section-kp-header{position:relative;z-index:2147483647!important}.kp-header-wrapper{background:var(--kp-white);border-bottom:2px solid var(--kp-green);position:sticky;top:0;z-index:2147483647!important;box-shadow:0 4px 12px #0000000d}.kp-header-top{display:flex;justify-content:space-between;align-items:center;padding:15px 40px;max-width:1400px;margin:0 auto}.kp-logo img{max-height:45px;width:auto}.kp-search-bar{flex:1;max-width:600px;margin:0 30px;position:relative}.kp-search-bar input{width:100%;padding:12px 20px 12px 45px;border-radius:30px;border:1px solid var(--kp-border);font-size:17px;outline:none;background:#f9f9f9}.kp-search-bar button{position:absolute;left:15px;top:50%;transform:translateY(-50%);background:none;border:none;padding:0;cursor:pointer;z-index:2;display:flex}.kp-search-bar svg{width:20px;height:20px;fill:var(--kp-green)}.kp-header-actions{display:flex;gap:20px;align-items:center}.kp-header-action{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--kp-text);font-weight:500;font-size:17px}.kp-header-action svg{width:24px;height:24px;fill:var(--kp-green)}.kp-mobile-menu-btn{display:none;background:none;border:none;padding:0;cursor:pointer}.kp-mobile-menu-btn svg{width:32px;height:32px;fill:var(--kp-green)}.kp-nav{display:flex;justify-content:center;gap:30px;padding:10px 0;list-style:none;margin:0;position:relative}.kp-nav-overlay,.kp-nav-header-mobile{display:none}.kp-nav-item>a{text-decoration:none;color:var(--kp-text);font-weight:600;font-size:16px;text-transform:uppercase;padding:10px 0;display:inline-block;letter-spacing:.5px}.kp-nav-item:hover>a{color:var(--kp-green)}.kp-mega-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);width:max-content;max-width:95vw;background:var(--kp-white);padding:25px 35px;border-radius:12px;border:1px solid var(--kp-border);box-shadow:0 15px 40px #00000014;margin-top:8px;visibility:hidden;display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:25px;z-index:1001;opacity:0;transition:opacity .3s ease,visibility 0s .3s}.kp-mega-menu:before{content:"";position:absolute;top:-10px;left:0;right:0;height:25px}.kp-nav-item:hover .kp-mega-menu{visibility:visible;opacity:1;transition:opacity .3s ease,visibility 0s 0s}.kp-mega-menu-item{text-align:center;text-decoration:none;color:var(--kp-text);width:160px;border:1px solid var(--kp-border);border-radius:10px;padding:12px;background:#fff;transition:all .3s ease;display:flex;flex-direction:column}.kp-mega-menu-item:hover{border-color:var(--kp-green);box-shadow:0 5px 15px #81b6221f;transform:translateY(-2px)}.kp-mega-menu-item img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:6px;margin-bottom:12px}.kp-mega-menu-item span{font-size:15px;font-weight:600;display:block;line-height:1.4}.kp-mega-menu-item:hover span{color:var(--kp-green)}.kp-explore-card{border:none;background:linear-gradient(135deg,var(--kp-bg-light) 0%,#e2f0d9 100%);align-items:center;color:var(--kp-green-dark);text-decoration:none;transition:all .3s ease}.kp-explore-card:hover{background:var(--kp-green)!important;color:#fff!important;transform:translateY(-3px);box-shadow:0 10px 20px #81b62233}.kp-explore-card:hover *{color:#fff!important}.kp-explore-title{font-size:19px!important;font-weight:700!important;margin-top:0!important;margin-bottom:15px;line-height:1.3}.kp-explore-card small{font-weight:500;font-size:15px;opacity:.8}.kp-explore-arrow{width:40px;height:40px;fill:currentColor;transition:transform .3s}.kp-explore-card:hover .kp-explore-arrow{transform:translate(5px)}.kp-section{padding:60px 40px;max-width:1400px;margin:0 auto}.kp-section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px}.kp-section-title{margin:0;font-size:31px;font-weight:700;color:var(--kp-text)}.kp-section-subtitle{margin:5px 0 0;color:var(--kp-text-light);font-size:17px}.btn-view-all{background:var(--kp-green);color:#fff;padding:10px 20px;border-radius:6px;text-decoration:none;font-weight:600;transition:background .3s ease}.kp-placeholder-svg{width:100%;height:100%;fill:#a5d6a7;opacity:.5}.btn-view-all:hover{background:var(--kp-green-dark)}.kp-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.kp-product-card{border:1px solid var(--kp-border);border-radius:8px;padding:15px 15px 0;position:relative;transition:box-shadow .3s;background:#fff;display:flex!important;flex-direction:column!important;align-items:center;text-align:center;overflow:hidden;height:100%!important}ul.grid.product-grid{align-items:stretch!important}ul.grid.product-grid>.grid__item{display:flex!important;flex-direction:column!important;height:auto!important}.kp-product-card:hover{box-shadow:0 10px 20px #00000014}.kp-badge{position:absolute;top:15px;right:15px;background:var(--kp-green);color:#fff;padding:4px 10px;border-radius:12px;font-size:14px;font-weight:600;z-index:2}.kp-badge.trending{background:var(--kp-yellow-alert)}.kp-product-img{width:100%;height:120px;object-fit:contain;margin-bottom:10px}.kp-product-title{font-weight:700;font-size:17px;margin:0 0 5px;color:var(--kp-text);line-height:1.3}.kp-product-desc{font-size:14px;color:#3b821e;font-weight:700;margin:0 0 5px;line-height:1.3;min-height:28px}.kp-product-rating{display:flex;align-items:center;justify-content:center;gap:5px;font-size:14px;color:var(--kp-text-light);margin-bottom:10px}.kp-product-rating svg{width:14px;height:14px;fill:var(--kp-yellow)}.kp-product-meta{font-size:15px;color:var(--kp-green);margin-bottom:10px;font-weight:600}.kp-product-price-wrapper{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:auto;margin-bottom:15px}.kp-price{font-size:21px;font-weight:700;color:var(--kp-text)}.kp-compare-price{font-size:17px;text-decoration:line-through;color:var(--kp-text-light)}.kp-discount-tag{background:var(--kp-green);color:#fff;padding:2px 6px;border-radius:4px;font-size:14px;font-weight:600}.btn-add-cart{width:100%;background:var(--kp-green);color:#fff;border:none;padding:12px;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s;font-size:17px}.kp-product-card .btn-add-cart{border-radius:0}.btn-add-cart:hover{background:var(--kp-green-dark)}.kp-lightning-sale{background:linear-gradient(135deg,#a8e063,#56ab2f);border-radius:8px;padding:15px 30px;display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;color:#fff}.kp-ls-title{font-size:19px;font-weight:700;margin:0}.kp-ls-subtitle{font-size:29px;font-weight:800;margin:0}.kp-ls-timer{font-size:35px;font-weight:700;letter-spacing:2px}.kp-value-pack-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.kp-value-card{border-radius:12px;overflow:hidden;position:relative;border:1px solid var(--kp-border)}.kp-value-card img{width:100%;height:auto;display:block}.kp-vp-content{padding:15px;text-align:center;background:#fff}.kp-vp-title{font-weight:600;font-size:17px;margin:0 0 10px}.kp-vp-price{font-size:21px;font-weight:700;margin-bottom:15px}.kp-reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.kp-review-card{border:1px solid var(--kp-border);border-radius:12px;padding:25px;text-align:center;background:#fff}.kp-review-card:nth-child(2){box-shadow:0 0 20px #81b6224d;border-color:var(--kp-green);transform:scale(1.05)}.kp-review-avatar{width:60px;height:60px;border-radius:50%;margin:0 auto 15px;object-fit:cover}.kp-review-name{font-weight:700;margin:0;font-size:18px}.kp-review-date{font-size:14px;color:var(--kp-text-light);margin:5px 0 15px}.kp-review-text{font-size:16px;line-height:1.6;color:var(--kp-text);font-style:italic}.kp-info-grid{display:grid;grid-template-columns:1fr 1fr 2fr;gap:20px}.kp-info-card{border:1px solid var(--kp-border);border-radius:8px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff}.kp-info-card img,.kp-info-card svg{width:40px;height:40px;margin-bottom:10px}.kp-footer-payments{background:#f9f9f9;padding:15px 40px;display:flex;align-items:center;gap:15px}.kp-footer-payments img{height:30px}.kp-footer-main{background:#e8f5e9;padding:60px 40px}.kp-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;max-width:1400px;margin:0 auto}.kp-footer-col h4{font-size:19px;margin:0 0 20px;font-weight:700}.kp-footer-payments{width:100%}.kp-payment-card{border:1px solid #e0e0e0;border-radius:4px;background:#fff;display:flex;align-items:center;justify-content:center;height:24px;box-sizing:border-box}.kp-payment-card svg{width:auto;height:100%}.kp-footer-link{display:block;color:var(--kp-text);text-decoration:none;margin-bottom:5px;font-size:16px;transition:color .3s}.kp-footer-link:hover{color:var(--kp-green)}.kp-socials{display:flex;gap:15px;margin-top:20px}.kp-socials svg{width:24px;height:24px;fill:var(--kp-green)}.kp-footer-bottom{background:#e8f5e9;padding:20px 40px;border-top:1px solid rgba(0,0,0,.1);text-align:center;font-size:15px;color:var(--kp-text-light)}.kp-hero-banner{width:100%;margin:0;padding:0;position:relative}.kp-hero-banner img{width:100%;height:auto;display:block}.kp-slider-wrapper{overflow:hidden;border-radius:0;position:relative;box-shadow:0 10px 30px #0000001a;background:var(--kp-bg-light)}.kp-slider-container{display:flex;transition:transform .5s cubic-bezier(.25,1,.5,1);width:100%}.kp-slide{min-width:100%;box-sizing:border-box}.kp-slide img{width:100%;height:auto;border-radius:0;display:block}.kp-slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffb3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:none;border-radius:50%;width:48px;height:48px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;color:var(--kp-text)}.kp-slider-btn:hover{background:var(--kp-white);box-shadow:0 8px 25px #00000026;transform:translateY(-50%) scale(1.05);color:var(--kp-green)}.kp-slider-btn svg{fill:currentColor;width:24px;height:24px}.kp-slider-prev{left:20px}.kp-slider-next{right:20px}.kp-slider-dots-wrapper{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10;background:#00000040;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:8px 12px;border-radius:20px}.kp-slider-dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;cursor:pointer;border:none;transition:all .3s ease;padding:0}.kp-slider-dot.active{background:#fff;width:24px;border-radius:4px}@media(max-width:1024px){.kp-product-grid,.kp-value-pack-grid,.kp-reviews-grid{grid-template-columns:repeat(2,1fr)}.kp-info-grid{grid-template-columns:1fr 1fr}}.kp-collection-tag{padding:6px 15px;border:1px solid #ddd;color:#555;background:#fff;border-radius:20px;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s}.kp-collection-tag:hover{background:#fafafa}.kp-collection-tag.active{background:var(--kp-green);color:#fff;border-color:var(--kp-green);font-weight:600}@media(max-width:768px){.kp-header-top{flex-wrap:wrap;padding:12px 15px;gap:10px 0;align-items:center;justify-content:space-between}.kp-mobile-menu-btn{display:block;order:1;flex:0 0 32px}.kp-logo{order:2;flex:1 1 auto;text-align:center;max-width:calc(100% - 110px)}.kp-logo img{max-height:35px;max-width:100%;object-fit:contain;margin:0 auto}.kp-header-actions{order:3;flex:0 0 auto;gap:12px;display:flex;justify-content:flex-end}.kp-header-action{position:relative;gap:0}.kp-header-action span{display:none}#kp-cart-count:not(:empty){display:flex;align-items:center;justify-content:center;background:var(--kp-green);color:#fff;border-radius:50%;font-size:13px;min-width:16px;height:16px;position:absolute;top:-5px;right:-8px;padding:0 4px;font-weight:700}.kp-search-bar{order:4;width:100%;max-width:100%;margin:10px 0 0}.kp-header-wrapper{position:relative}.kp-nav-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;z-index:2147483646!important;opacity:0;transition:opacity .3s ease}.kp-nav-overlay.active{display:block;opacity:1}.kp-nav{display:block;width:85%;max-width:320px;height:100vh;position:fixed;top:0;left:-100%;background:#fff;padding:0 20px 20px;z-index:2147483647!important;box-shadow:5px 0 25px #00000026;align-items:flex-start;overflow-y:auto;border-top:none;transition:left .3s cubic-bezier(.4,0,.2,1);margin:0}.kp-nav.active{left:0}.kp-nav-header-mobile{display:flex;justify-content:space-between;align-items:center;width:100%;padding:20px 0 15px;border-bottom:2px solid var(--kp-green);margin-bottom:5px}.kp-nav-title-mobile{font-size:21px;font-weight:800;color:var(--kp-text)}.kp-nav-close-btn{background:none;border:none;padding:5px;cursor:pointer;display:flex;align-items:center;justify-content:center}.kp-nav-close-btn svg{width:28px;height:28px;fill:var(--kp-text)}.kp-nav-item{position:static;width:100%;border-bottom:1px solid rgba(0,0,0,.05)}.kp-nav-item:last-child{border-bottom:none}.kp-nav-item>a{display:flex;justify-content:space-between;align-items:center;width:100%;padding:12px 0;font-size:18px;font-weight:700;letter-spacing:0}.kp-mega-menu{position:static;transform:none;width:100%;max-width:none;padding:5px 0 15px;margin:0;border-radius:0;box-shadow:none;border:none;display:none;visibility:visible;opacity:1;flex-direction:column;gap:8px}.kp-mega-menu:before{display:none}.kp-nav-item:hover .kp-mega-menu{display:none!important}.kp-nav-item.active .kp-mega-menu{display:flex!important}.kp-nav-item.active .kp-nav-chevron{transform:rotate(180deg);color:var(--kp-green)}.kp-mega-menu-item{min-width:0;width:100%;display:flex;flex-direction:row;align-items:center;box-shadow:0 2px 5px #00000005;background:#fff;border:1px solid rgba(0,0,0,.05);padding:10px;border-radius:8px;text-align:left}.kp-mega-menu-item img{width:40px;height:40px;margin-bottom:0;margin-right:15px;border-radius:6px;object-fit:cover}.kp-mega-menu-item span{font-size:17px;font-weight:500}.kp-explore-card{flex-direction:row;justify-content:space-between;padding:12px 15px}.kp-explore-title{margin-bottom:0;font-size:17px!important}.kp-explore-arrow{width:24px;height:24px}.kp-hero-banner{padding:0;margin:0}.kp-slider-btn{width:36px;height:36px}.kp-slider-btn svg{width:18px;height:18px}.kp-slider-prev{left:10px}.kp-slider-next{right:10px}.kp-slider-dots-wrapper{bottom:15px;padding:6px 10px}.kp-section{padding:30px 20px}.kp-product-grid,.kp-value-pack-grid,.kp-reviews-grid{grid-template-columns:1fr}.kp-lightning-sale{flex-direction:column;text-align:center;gap:15px}.kp-info-grid,.kp-footer-grid{grid-template-columns:1fr}.kp-footer-payments{flex-direction:column;text-align:center}.kp-section-header{flex-direction:column;align-items:flex-start;gap:15px}}.product__title h1,.product__title h2{font-size:29px!important;font-weight:700!important;color:#333!important;line-height:1.3!important;margin-bottom:5px!important}.product__text.subtitle{color:var(--kp-green)!important;font-size:17px!important;font-weight:500!important;margin-bottom:15px!important}.price--large .price-item--regular,.price--large .price-item--sale{font-size:31px!important;font-weight:700!important;color:#333!important}.price--large .price-item--regular.price-item--last{text-decoration:line-through!important;color:#999!important;font-size:19px!important;background:none!important;margin-left:10px}fieldset.product-form__input label,.product-form__input input[type=radio]+label,variant-selects .product-form__input--pill label{border:1px solid #ddd!important;border-radius:8px!important;padding:12px 20px!important;background:#fff!important;color:#333!important;font-size:17px!important;font-weight:600!important;transition:all .2s!important;min-width:80px;text-align:center}fieldset.product-form__input input[type=radio]:checked+label,.product-form__input input[type=radio]:checked+label{background:#f4faeb!important;border-color:var(--kp-green)!important;color:var(--kp-green)!important;box-shadow:0 0 0 1px var(--kp-green)!important}fieldset.product-form__input input[type=radio].disabled+label,.product-form__input input[type=radio].disabled+label,variant-selects .product-form__input--pill input[type=radio].disabled+label,fieldset.product-form__input input[type=radio]:disabled+label,.product-form__input input[type=radio]:disabled+label,variant-selects .product-form__input--pill input[type=radio]:disabled+label{text-decoration:none!important;opacity:.5}.kp-buy-wrapper{background:#f9f9f9!important;border:1px solid #eee!important;border-radius:12px!important;padding:25px 20px!important;margin-top:15px!important}.product-form__buttons{display:flex!important;flex-direction:column!important;gap:15px!important}.product-form__quantity{margin-bottom:25px!important}.product-form__submit{flex:1!important;background-color:var(--kp-green)!important;color:#fff!important;border-radius:4px!important;font-weight:700!important;height:50px!important;min-height:50px!important;border:none!important;box-shadow:none!important;outline:none!important}.product-form__submit:after,.product-form__submit:before{display:none!important}.product-form__submit:hover{background:#6ba038!important}.rating-wrapper{margin-bottom:20px!important;display:flex!important;align-items:center!important;gap:10px!important}.form__label{font-weight:600!important;color:#333!important;font-size:16px!important}.shopify-payment-button{display:none!important}.product__media-wrapper{background:transparent!important;position:relative!important;height:auto!important;display:block!important}media-gallery{position:static!important;height:auto!important;display:block!important}.kp-pdp-left-data{position:relative!important;z-index:100!important;background:#fff!important;display:block!important;width:100%!important;margin-top:30px!important}.product__media-item{border:1px solid #eee;border-radius:12px;background:#fff;overflow:hidden}.product-media-modal__content{display:flex!important;flex-direction:row!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;width:100vw!important;padding:0!important}.product-media-modal__content::-webkit-scrollbar{display:none}.product-media-modal__content>*{flex:0 0 100vw!important;width:100vw!important;height:100vh!important;scroll-snap-align:start;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important}.product-media-modal__content img,.product-media-modal__content video,.product-media-modal__content model-viewer{width:auto!important;height:auto!important;max-width:90vw!important;max-height:90vh!important;object-fit:contain!important;margin:auto!important;transform:none!important}.product-media-modal__content .media{width:auto!important;height:auto!important;background:transparent!important;padding:0!important;border:none!important}.kp-modal-nav{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 15px #0000004d;z-index:9999}.kp-modal-nav:hover{background:#fff}.kp-modal-nav.prev{left:20px}.kp-modal-nav.next{right:20px}.thumbnail-list{display:flex!important;flex-wrap:nowrap!important;gap:15px!important;margin-top:15px!important;overflow-x:auto!important;scrollbar-width:thin;scrollbar-color:var(--kp-green) #f4f4f4;scroll-behavior:smooth;padding-bottom:8px!important}.thumbnail-list::-webkit-scrollbar{height:6px;display:block}.thumbnail-list::-webkit-scrollbar-track{background:#f4f4f4;border-radius:4px}.thumbnail-list::-webkit-scrollbar-thumb{background:var(--kp-green);border-radius:4px}.kp-big-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #00000026;border:1px solid #eee;z-index:50;transition:all .2s}.kp-big-nav:hover{background:#f9f9f9;box-shadow:0 6px 15px #0003}.kp-big-nav.prev{left:10px}.kp-big-nav.next{right:10px}.thumbnail-list__item{width:80px!important;height:80px!important;flex-shrink:0!important;display:block!important;visibility:visible!important}.thumbnail[aria-current]{box-shadow:0 0 0 2px var(--kp-green),0 0 0 3px #fff!important;border-radius:8px!important}.thumbnail{border-radius:8px!important;border:1px solid #eee;width:100%!important;height:100%!important;padding:0!important;margin:0!important}slider-component[id^=GalleryThumbnails]{display:block!important;visibility:visible!important;opacity:1!important}.product__info-container .product__description{display:none!important}.kp-cart-badge{position:absolute;top:-8px;left:12px;background:#ea0000;color:#fff;font-size:13px;font-weight:700;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #ea000066}.drawer__cart-items-wrapper table.cart-items thead{display:none!important}.drawer__cart-items-wrapper table.cart-items tbody{display:flex!important;flex-direction:column!important;gap:20px!important;width:100%!important}.drawer__cart-items-wrapper table.cart-items tr.cart-item{display:grid!important;grid-template-columns:80px 1fr!important;grid-template-rows:auto auto!important;gap:10px 15px!important;width:100%!important;align-items:start!important;border-bottom:1px solid #f4f4f4!important;padding-bottom:20px!important}.drawer__cart-items-wrapper td{padding:0!important;border:none!important;display:block!important}.cart-drawer .cart-item__media{grid-column:1 / 2!important;grid-row:1 / 3!important;width:80px!important}.cart-drawer .cart-item__details{grid-column:2 / 3!important;grid-row:1 / 2!important}.cart-drawer .cart-item__quantity{grid-column:2 / 3!important;grid-row:2 / 3!important;display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important}.cart-drawer .cart-item__totals{display:none!important}.cart-drawer .cart-item__media img{width:100%!important;height:auto!important;object-fit:contain!important;background:#f9f9f9!important;border-radius:8px!important;padding:5px!important;border:1px solid #eee!important}.cart-drawer .cart-item__name{font-size:17px!important;font-weight:600!important;color:var(--kp-text)!important;display:block!important;text-decoration:none!important;margin-bottom:5px!important;line-height:1.3!important}#CartDrawer-Checkout{background-color:var(--kp-green)!important;color:#fff!important;border:none!important;outline:none!important;box-shadow:none!important;padding:15px!important;border-radius:6px!important;font-weight:700!important;width:100%!important;margin-top:15px!important}#CartDrawer-Checkout:after,#CartDrawer-Checkout:before{display:none!important}#CartDrawer-Checkout:hover{background-color:var(--kp-green-dark)!important}.cart__empty-text+.button,.cart-drawer__empty-content .button{background-color:var(--kp-green)!important;color:#fff!important;border:none!important;border-radius:8px!important;box-shadow:none!important;outline:none!important}.cart__empty-text+.button:after,.cart-drawer__empty-content .button:after,.cart__empty-text+.button:before,.cart-drawer__empty-content .button:before{display:none!important;box-shadow:none!important}.cart__empty-text+.button:hover,.cart-drawer__empty-content .button:hover{background-color:var(--kp-green-dark)!important}.btn-add-cart.loading{position:relative!important;color:transparent!important;pointer-events:none!important}.btn-add-cart.loading:after{content:"";position:absolute;top:50%;left:50%;width:22px;height:22px;margin-top:-11px;margin-left:-11px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:kp-spin .6s linear infinite}@keyframes kp-spin{to{transform:rotate(360deg)}}#CartDrawer-CartItems.cart__items--disabled{opacity:.3!important;filter:grayscale(1)!important;pointer-events:none!important;transition:all .2s ease-in-out!important}.cart-drawer .cart-item__media{position:relative!important}.cart-drawer .loading__spinner{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;z-index:10!important;width:30px!important;height:30px!important}.cart-drawer .loading__spinner svg{width:100%!important;height:100%!important;fill:var(--kp-green)!important}.product__media-wrapper{margin-top:30px!important}@media screen and (max-width:749px){.product__media-wrapper{margin-top:20px!important}}.product__media-wrapper .global-media-settings,.product-media-modal__content .global-media-settings,.product-media-modal__content .media{border-color:#fff!important;box-shadow:none!important}.quantity:after,quantity-input:after{box-shadow:none!important;content:none!important;display:none!important}.quantity__input:focus,.quantity__input:focus-visible,.quantity__button:focus,.quantity__button:focus-visible,quantity-input:focus-within{outline:none!important;box-shadow:none!important}@media screen and (max-width:768px){.kp-product-grid{display:flex!important;width:100%!important;max-width:100vw!important;flex-wrap:nowrap!important;overflow-x:auto!important;scroll-snap-type:x mandatory;align-items:stretch!important;gap:15px!important;padding-bottom:15px!important;-webkit-overflow-scrolling:touch;scrollbar-width:none}.kp-product-grid::-webkit-scrollbar{display:none}.kp-product-grid .kp-product-card{flex:0 0 75%!important;scroll-snap-align:center;min-width:250px;height:auto!important}.kp-footer-grid{grid-template-columns:1fr!important;gap:30px!important;text-align:center}.kp-footer-col{display:flex;flex-direction:column;align-items:center}.kp-footer-col p{max-width:100%!important}}.product-form__submit:disabled,.product-form__submit[disabled]{opacity:.5!important;cursor:not-allowed!important}
/*# sourceMappingURL=/cdn/shop/t/21/assets/kp-custom.css.map */
