:root{--plntd-brand-green: #516049;--plntd-hover-green: #6F8662;--plntd-sale-red: #C4293D;--plntd-bg-beige: #F3EDDA;--plntd-lime-active: #e3f98b;--plntd-rating-green: #5E6F54;--plntd-rating-bg: #E5E5E5;--plntd-text-dark: #333;--plntd-text-light: #666;--plntd-border-color: #e5e5e5}.plntd-product-card{position:relative;height:100%}.plntd-product-card__inner{display:flex;flex-direction:column;height:100%}.plntd-product-card__image-wrapper{position:relative;margin-bottom:15px;overflow:hidden}.plntd-product-card__loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;z-index:10;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;pointer-events:none}.plntd-product-card__loader--visible{opacity:1;visibility:visible}.plntd-product-card__loader-circle{width:100%;height:100%;border:3px solid rgba(81,96,73,.15);border-top-color:var(--plntd-brand-green);border-radius:50%;animation:plntd-spin .8s cubic-bezier(.4,0,.2,1) infinite}@keyframes plntd-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.plntd-product-card__image-link{display:block;text-decoration:none;width:100%;height:100%}.plntd-product-card__image{width:100%;height:100%;position:relative;background-color:#f5f5f5;transition:transform .3s cubic-bezier(.4,0,.2,1)}.plntd-product-card__image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.plntd-product-card:hover .plntd-product-card__image{transform:scale(1.05)}.plntd-product-card__image--placeholder{aspect-ratio:1;display:flex;align-items:center;justify-content:center;background-color:#f0f0f0}.plntd-product-card__image--placeholder svg{width:50%;height:50%;opacity:.3}.plntd-product-card__badges{position:absolute;top:0;right:0;left:0;display:flex;flex-wrap:wrap;gap:8px;pointer-events:none;z-index:2}.plntd-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;background-color:#fffffff2;color:var(--plntd-text-dark)}.plntd-badge--new{background-color:#e2ff00;color:#516049;position:absolute;top:10px;left:10px;min-width:100px;justify-content:center}.plntd-badge--pet-friendly,.plntd-badge--low-light,.plntd-badge--air-purifying{background-color:#fffffff2;color:var(--plntd-text-dark);font-family:europa,sans-serif;font-weight:300;font-size:16px;padding:2px 15px;text-transform:none;letter-spacing:0}.plntd-product-card__badges:not(.plntd-product-card__badges--icons-only){justify-content:flex-end;padding:10px 10px 0 0}.plntd-product-card__badges--icons-only{justify-content:flex-end;padding:10px 10px 0 0}.plntd-product-card__badges--icons-only .plntd-badge--pet-friendly,.plntd-product-card__badges--icons-only .plntd-badge--low-light,.plntd-product-card__badges--icons-only .plntd-badge--air-purifying{padding:6px;gap:0;width:40px;height:40px;border-radius:50%;justify-content:center;position:relative}.plntd-product-card__badges--icons-only .plntd-badge__text{display:none}.plntd-badge__icon{width:20px;height:20px;object-fit:contain;flex-shrink:0}.plntd-badge--favorite,.plntd-badge--bestseller,.plntd-badge--rated{background-color:#fffffff2;color:var(--plntd-text-dark)}.plntd-product-card__details{flex:1;display:flex;flex-direction:column}.plntd-product-card__title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.plntd-product-card__title{margin:0;font-size:20px;font-weight:400;line-height:24px;font-family:August-Regular,sans-serif;flex:1;min-width:0}.plntd-product-card__title a{color:var(--plntd-brand-green);text-decoration:none;transition:text-decoration .2s ease}.plntd-product-card__title a:hover{text-decoration:underline}.plntd-product-card__swatch-label{font-size:14px;color:var(--plntd-text-dark);margin-bottom:8px;font-weight:500}.plntd-product-card__swatches{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px;align-items:center}.plntd-swatch{width:30px;height:30px;border-radius:50%;border:1px solid #BCBCBC;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.plntd-swatch:hover{transform:scale(1.15);border-color:var(--plntd-brand-green)}.plntd-swatch--active{border-color:var(--plntd-brand-green);border-width:1px;transform:scale(1.1)}.plntd-swatch__color{display:block;width:100%;height:100%;border-radius:50%;background-color:var(--swatch-background-color);background-image:var(--swatch-background-image);background-size:cover;background-position:center}.plntd-swatch--unavailable{opacity:.4;cursor:not-allowed}.plntd-swatch--unavailable:hover{transform:none}.plntd-swatch-more{font-size:12px;color:var(--plntd-text-light);font-weight:500}.plntd-product-card__price{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.plntd-price{font-size:16px;color:#516049;line-height:20px}.plntd-price--sale{color:var(--plntd-sale-red)}.plntd-price--compare{font-size:14px;font-weight:400;color:var(--plntd-text-light);text-decoration:line-through}.plntd-product-card__savings{display:flex;align-items:center;gap:4px;font-size:16px;line-height:20px;margin-top:4px}.plntd-product-card__savings-compare{color:#898989;text-decoration:line-through}.plntd-product-card__savings-amount{color:#30b526}.plntd-product-card__add-to-cart{display:none;width:auto;max-width:100%;padding:14px 5%;margin-top:5px;background-color:#fff;border:1px solid var(--plntd-brand-green);border-radius:40px;cursor:pointer;transition:all .2s ease;font-family:europa,sans-serif}.plntd-product-card__add-to-cart:hover{background-color:#e3f98c;border-color:#e3f98c}.plntd-product-card__add-to-cart:active{transform:scale(.98)}.plntd-product-card__add-to-cart:disabled{opacity:.6;cursor:not-allowed}.plntd-product-card__add-to-cart--out-of-stock{opacity:1;cursor:not-allowed;pointer-events:none}.plntd-product-card__add-to-cart--out-of-stock:hover{background-color:#fff;border-color:var(--plntd-brand-green);transform:none}.plntd-product-card__add-to-cart--out-of-stock .plntd-product-card__add-to-cart-content{justify-content:center}.plntd-product-card__add-to-cart-content{display:flex;justify-content:space-between;align-items:center;width:100%}.plntd-product-card__add-to-cart-text{font-size:14px;color:var(--plntd-brand-green);font-weight:400;line-height:20px;text-transform:uppercase;transition:none}.plntd-product-card__add-to-cart-price{font-size:14px;color:var(--plntd-brand-green);font-weight:400;line-height:20px;transition:none}.plntd-product-card__add-to-cart--overlay{position:absolute;bottom:20px;left:50%;transform:translate(-50%);width:90%;max-width:calc(100% - 40px);margin-top:0;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:5;box-shadow:0 4px 12px #0000001a}.plntd-product-card:hover .plntd-product-card__add-to-cart--overlay{opacity:.9;visibility:visible}.plntd-product-card__add-to-cart--overlay:hover{box-shadow:0 6px 16px #00000026}.plntd-product-card__add-to-cart--overlay:active{transform:translate(-50%) scale(.98)}.plntd-product-card__add-to-cart--overlay.plntd-product-card__add-to-cart--out-of-stock{opacity:1;visibility:visible}.plntd-product-card:hover .plntd-product-card__add-to-cart--overlay.plntd-product-card__add-to-cart--out-of-stock{opacity:1}.plntd-product-card__add-to-cart--overlay.plntd-product-card__add-to-cart--out-of-stock:hover{box-shadow:0 4px 12px #0000001a;transform:translate(-50%)}.plntd-product-card__add-to-cart--overlay.plntd-product-card__add-to-cart--out-of-stock:active{transform:translate(-50%)}.plntd-product-card__rating{flex-shrink:0;display:flex;align-items:center}.plntd-product-card__rating .okeReviews{font-size:14px}@media (min-width: 1024px){.plntd-product-card__add-to-cart--overlay{display:block}.plntd-product-card__add-to-cart:not(.plntd-product-card__add-to-cart--overlay){display:none}}@media (max-width: 1023px){.plntd-product-card__title{font-size:20px;line-height:24px}.plntd-price{font-size:14px}.plntd-swatch{width:30px;height:30px}.plntd-badge{font-size:10px;padding:4px 10px}.plntd-product-card__price{display:none}.plntd-product-card__add-to-cart{display:block;background-color:transparent}.plntd-product-card__add-to-cart:hover{background-color:#e3f98c}.plntd-product-card__add-to-cart--overlay{display:none}}#shopify-section-template--19710958403757__plntd_collection_faq>div{margin-bottom:60px}@media (max-width: 640px){.plntd-faq-section{padding:0}}.active-filters .filter-group{border-bottom:none!important}@media (max-width: 767px){.filters{height:100vh!important;height:100dvh!important;max-height:100vh!important;max-height:100dvh!important}.filters__inner{height:100vh!important;height:100dvh!important;max-height:100vh!important;max-height:100dvh!important;display:flex!important;flex-direction:column!important}.filters__heading-text{display:none!important}.filter-group--sort-mobile{margin-bottom:30px!important;padding:0!important;border:1px solid rgba(34,66,41,.16)!important;border-radius:5px!important}.filter-group--sort-mobile .filter-group__heading{padding:0 16px!important;margin:0!important;display:flex!important;justify-content:space-between!important;align-items:center!important}.filter-group--sort-mobile .filter-group__heading__text{font-size:1rem!important;font-family:August-Regular!important;font-weight:400!important;color:var(--header-text-hover-col)!important}.filter-group--sort-mobile .filter-group__heading__indicator{margin-left:auto!important}.filter-group--sort-mobile .filter-group__items{border-top:1px solid #e5e5e5;border-radius:0 0 44px 44px;overflow:hidden;padding:0!important;margin:10px 0 0!important}.filter-group--sort-mobile .filter-group__item{padding:12px 16px!important;margin:0!important;border-bottom:1px solid #f5f5f5}.filter-group--sort-mobile .filter-group__item:last-child{border-bottom:none}.filter-group--sort-mobile .filter-group__item--active{background-color:#0000000d!important}.filter-group--sort-mobile .filter-group__checkbox,.filter-group--sort-mobile .filter-tick{display:none!important}.filter-group--sort-mobile .filter-group__item__text:before{display:none!important}.filters .filter-group{border-bottom:1px solid #c3c3c3!important;padding-bottom:0!important;padding-top:0!important}.filters .filter-group--applied,.filter-group--applied{border-bottom:none!important}.filter-group__clear-link{border:1px solid var(--plntd-brand-green)!important;width:100%!important;padding:6px 10px!important;border-radius:22px!important;display:flex!important;justify-content:center!important;color:var(--plntd-brand-green)!important}.filters__heading{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row-reverse!important}.filter-container--side .filter-group__item{display:flex;padding-top:.1em;padding-bottom:.1em}.filter-group__heading{display:flex;align-items:flex-start;justify-content:space-between}.filter-group .toggle-target-container{padding-bottom:0!important}}@media (min-width: 768px){.filters__heading-text--mobile{display:none!important}.filters__heading-text--desktop{display:inline!important}}.plntd-container{max-width:1480px;margin:0 auto;padding:0 20px}@media (max-width: 640px){.plntd-container{padding:0 2%}}
/*# sourceMappingURL=/cdn/shop/t/168/assets/plntd-collection.css.map */
