:root{--brand-orange: #F26522;--brand-orange-hover: #E85A1A;--brand-dark: #2D2D2D;--brand-navy: #121212;--text-primary: #121212;--text-secondary: #666666;--text-muted: #999999;--bg-white: #FFFFFF;--bg-light: #F5F5F5;--bg-warm: #FFF8F0;--border-light: #E0E0E0;--star-gold: #FFD700;--success-green: #4CAF50;--badge-red: #E53935;--sale-red: #C8102E;--badge-blue: #2196F3;--shadow-sm: none;--shadow-md: none;--shadow-lg: none;--radius-sm: 0px;--radius-md: 0px;--radius-lg: 0px;--star-size-xs: 10px;--star-size-sm: 14px;--star-size-md: 18px;--star-size-lg: 22px}.plp-hero{background:#2d2d2d;padding:48px 60px;display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;overflow:hidden}.plp-hero:after{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(242,101,34,.15) 0%,transparent 70%);border-radius:50%}.plp-hero__content{max-width:600px;z-index:1}.plp-hero__badge{display:inline-flex;align-items:center;gap:6px;background:#ff6b0026;border:1px solid rgba(255,107,0,.3);color:var(--brand-orange);font-size:12px;font-weight:700;padding:6px 14px;border-radius:20px;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.plp-hero__badge img{width:16px;height:16px;object-fit:contain}.plp-hero__title{font-size:36px;font-weight:800;color:#fff;line-height:1.2;margin-bottom:12px}.plp-hero__title span{color:var(--brand-orange)}.plp-hero__desc{font-size:16px;color:#ffffffb3;line-height:1.6;margin-bottom:20px}.plp-hero__stats{display:flex;gap:32px;z-index:1}.plp-hero__stat{text-align:center;padding:16px 24px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md)}.plp-hero__stat-number{font-size:28px;font-weight:800;color:#fff}.plp-hero__stat-label{font-size:12px;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;margin-top:4px}.plp-trust-bar{display:flex;justify-content:center;gap:48px;padding:14px 60px;background:var(--bg-warm);border-bottom:1px solid #F0E6D8}.plp-trust-bar__item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--text-primary)}.plp-trust-bar__icon{font-size:16px;display:inline-flex;align-items:center}.plp-trust-bar__icon img{width:16px;height:16px;object-fit:contain}.plp-chip-rail{padding:24px 60px;background:#fff;border-bottom:1px solid var(--border-light)}.plp-chip-rail__label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--text-muted);margin-bottom:14px}.plp-chip-rail__chips{display:flex;gap:10px;flex-wrap:wrap}.plp-chip-rail__chip{display:flex;align-items:center;gap:8px;padding:10px 20px;border:2px solid var(--border-light);border-radius:30px;font-size:14px;font-weight:600;color:var(--text-primary);cursor:pointer;transition:all .2s;background:#fff;text-decoration:none}.plp-chip-rail__chip:hover{border-color:var(--brand-orange);color:var(--brand-orange);background:var(--bg-warm)}.plp-chip-rail__chip.is-active,.plp-chip-rail__chip[aria-current=page]{border-color:var(--brand-orange);background:var(--brand-orange);color:#fff}.plp-chip-rail__chip-icon{width:24px;height:24px;border-radius:6px;overflow:hidden;background:var(--bg-light);display:flex;align-items:center;justify-content:center;font-size:14px}.plp-chip-rail__chip-icon img{width:16px;height:16px;object-fit:contain}.plp-chip-rail__chip.is-active .plp-chip-rail__chip-icon,.plp-chip-rail__chip[aria-current=page] .plp-chip-rail__chip-icon{background:#fff3}.plp-bundle-banner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 20px;padding:16px 60px;background:var(--brand-orange);color:#fff}.plp-bundle-banner__icon{display:inline-flex;align-items:center}.plp-bundle-banner__icon img{width:22px;height:22px;object-fit:contain;vertical-align:middle}.plp-bundle-banner__text{font-size:15px;font-weight:700;line-height:1.35;letter-spacing:.1px}.plp-bundle-banner__text p{margin:0}.plp-bundle-banner__text strong{font-weight:800;white-space:nowrap}.plp-bundle-banner__cta{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;padding:10px 22px;border-radius:40px;background:#fff;color:var(--text-primary);font-size:14px;font-weight:800;letter-spacing:.2px;text-decoration:none;white-space:nowrap;box-shadow:0 2px #00000029;transition:transform .15s ease,box-shadow .15s ease}.plp-bundle-banner__cta:hover,.plp-bundle-banner__cta:focus-visible{transform:translateY(-1px);box-shadow:0 6px 16px #0000003d;text-decoration:none}.plp-bundle-banner__cta-arrow{font-weight:700;transition:transform .15s ease}.plp-bundle-banner__cta:hover .plp-bundle-banner__cta-arrow,.plp-bundle-banner__cta:focus-visible .plp-bundle-banner__cta-arrow{transform:translate(3px)}.product-card{border:1px solid var(--border-light);border-radius:var(--radius-lg);overflow:hidden;background:#fff;transition:all .3s ease;position:relative;display:block}.product-card:hover{box-shadow:var(--shadow-lg);border-color:transparent;transform:translateY(-2px)}.product-card__link{display:none}.product-card__image-link{display:block;text-decoration:none}.product-card__badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:6px;z-index:2}.badge{padding:4px 10px;border-radius:4px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.badge--bestseller{background:var(--brand-orange);color:#fff}.badge--new{background:var(--success-green);color:#fff}.badge--award{background:var(--star-gold);color:var(--brand-dark);display:inline-flex;align-items:center;gap:4px}.badge--award svg{width:12px;height:12px}.badge--award img{width:12px;height:12px;object-fit:contain;vertical-align:middle}.badge--save{background:var(--badge-red);color:#fff}.badge--low-stock{background:var(--badge-blue);color:#fff}.product-card__image{width:100%;aspect-ratio:1 / 1;background:var(--bg-light);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .25s ease}.product-card__image [data-plp-card-hover-image]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0}.product-card:hover .product-card__image [data-plp-card-hover-image]{opacity:1}.product-card__body{padding:16px;position:relative;z-index:2}.product-card__line{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--brand-orange);margin-bottom:4px}.product-card__title{font-size:15px;font-weight:700;color:var(--text-primary);margin-bottom:8px;line-height:1.3}.product-card__title a{color:inherit;text-decoration:none}.product-card__title a:hover{color:var(--brand-orange)}.product-card__meta{display:flex;align-items:center;gap:8px;margin-bottom:12px}.product-card__availability{font-size:11px;font-weight:600;color:var(--success-green)}.product-card__availability[data-plp-variant-availability*=Sold]{color:var(--text-muted)}.product-card__price{font-size:18px;font-weight:800;color:var(--text-primary);margin-bottom:10px;display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 8px}.product-card__price-sale{color:var(--sale-red)}.product-card__price-compare{color:var(--text-muted);font-weight:600;font-size:.82em;text-decoration:line-through}.product-card__price-badge{align-self:center;padding:2px 8px;border-radius:999px;background:var(--sale-red);color:#fff;font-size:11px;font-weight:800;letter-spacing:.2px;line-height:1.5}.product-card__cta--text-link{display:inline-block;font-size:13px;font-weight:700;color:var(--brand-orange);text-decoration:none;margin-top:8px}.product-card__cta--text-link:hover{text-decoration:underline}.product-card__cta--button{display:block;width:100%;padding:10px 16px;background:var(--brand-orange);color:#fff;border:none;border-radius:40px;font-size:13px;font-weight:700;text-align:center;text-decoration:none;cursor:pointer;margin-top:12px;transition:background .2s}.product-card__cta--button:hover{background:var(--brand-orange-hover)}.product-card--bundle{border:2px solid var(--brand-orange);background:var(--bg-warm)}.product-card--bundle .product-card__save-callout{background:var(--brand-orange);color:#fff;text-align:center;padding:6px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.age-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:#eef2ff;border-radius:4px;font-size:11px;font-weight:600;color:#4f46e5}.plp-rating{display:flex;align-items:center;gap:6px;margin-bottom:8px}.plp-rating__stars{display:inline-flex;align-items:center;gap:1px;line-height:1}.plp-rating__star{display:block;flex-shrink:0;width:var(--star-size-sm);height:var(--star-size-sm)}.plp-rating--xs .plp-rating__star{width:var(--star-size-xs);height:var(--star-size-xs)}.plp-rating--sm .plp-rating__star{width:var(--star-size-sm);height:var(--star-size-sm)}.plp-rating--md .plp-rating__star{width:var(--star-size-md);height:var(--star-size-md)}.plp-rating--lg .plp-rating__star{width:var(--star-size-lg);height:var(--star-size-lg)}.plp-rating__star--filled{color:var(--star-gold)}.plp-rating__star--empty{color:var(--border-light)}.plp-rating__count{font-size:12px;color:var(--text-muted)}.plp-swatches{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px;padding-top:10px;border-top:1px solid var(--border-light)}.plp-swatch{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:2px solid var(--border-light);overflow:hidden;cursor:pointer;text-decoration:none;transition:border-color .15s;position:relative;z-index:2}.plp-swatch img{width:100%;height:100%;object-fit:cover;border-radius:50%}.plp-swatch__color{display:block;width:100%;height:100%;border-radius:50%}.plp-swatch:hover,.plp-swatch.is-active{border-color:var(--brand-orange)}.plp-swatch--overflow{background:var(--bg-light);font-size:9px;font-weight:700;color:var(--text-muted);border-style:dashed}.plp-social-proof{background:var(--bg-light);padding:40px 60px;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.plp-social-proof__header{text-align:center;margin-bottom:28px}.plp-social-proof__title{font-size:24px;font-weight:800;color:var(--text-primary);margin-bottom:4px}.plp-social-proof__subtitle{font-size:14px;color:var(--text-muted)}.plp-social-proof__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.plp-social-proof__card{background:#fff;border:1px solid var(--border-light);border-radius:var(--radius-md);padding:20px}.plp-social-proof__card-stars{color:var(--star-gold);font-size:14px;margin-bottom:10px}.plp-social-proof__card-text{font-size:13px;color:var(--text-secondary);line-height:1.6;margin-bottom:12px;font-style:italic}.plp-social-proof__card-author{font-size:12px;font-weight:700;color:var(--text-primary)}.plp-social-proof__card-verified{font-size:11px;color:var(--success-green);font-weight:600}.plp-bottom-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-bottom:1px solid var(--border-light)}.plp-bottom-trust__item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:32px 20px;text-align:center;border-right:1px solid var(--border-light)}.plp-bottom-trust__item:last-child{border-right:none}.plp-bottom-trust__icon{font-size:28px;margin-bottom:4px}.plp-bottom-trust__icon img{width:32px;height:32px;object-fit:contain}.plp-bottom-trust__title{font-size:14px;font-weight:700;color:var(--text-primary)}.plp-bottom-trust__desc{font-size:12px;color:var(--text-muted);line-height:1.4}.plp-footer-cta{background:var(--brand-dark);padding:48px 60px;display:flex;align-items:center;justify-content:space-between;gap:40px}.plp-footer-cta__content{flex:1}.plp-footer-cta__title{font-size:24px;font-weight:800;color:#fff;margin-bottom:8px}.plp-footer-cta__desc{font-size:14px;color:#fff9;line-height:1.5}.plp-footer-cta__form{display:flex;gap:12px;flex-shrink:0;min-width:400px}.plp-footer-cta__form .klaviyo-form-richtext{display:none!important}.plp-footer-cta__form .klaviyo-form,.plp-footer-cta__form .klaviyo-form>div,.plp-footer-cta__form form.klaviyo-form{width:100%!important}.plp-footer-cta__input{padding:14px 20px;border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.2);background:#ffffff14;color:#fff;font-size:14px;width:280px;outline:none}.plp-footer-cta__input::placeholder{color:#fff6}.plp-footer-cta__btn{padding:14px 28px;background:var(--brand-orange);color:#fff;border:none;border-radius:40px;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .2s}.plp-footer-cta__btn:hover{background:var(--brand-orange-hover)}@media(max-width:749px){.plp-hero{background:linear-gradient(135deg,#2d2d2d,#121212,#2d2d2d);padding:28px 16px;text-align:center;flex-direction:column;gap:20px}.plp-hero:after{display:none}.plp-hero__content{max-width:100%}.plp-hero__badge{font-size:10px;padding:5px 12px;margin-bottom:14px}.plp-hero__title{font-size:24px;margin-bottom:10px}.plp-hero__desc{font-size:13px;margin-bottom:20px}.plp-hero__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;width:100%}.plp-hero__stat{padding:10px 6px}.plp-hero__stat-number{font-size:18px}.plp-hero__stat-label{font-size:9px;letter-spacing:.3px;margin-top:2px}.plp-trust-bar{gap:12px;padding:10px 16px;overflow-x:auto;-webkit-overflow-scrolling:touch;justify-content:flex-start}.plp-trust-bar::-webkit-scrollbar{display:none}.plp-trust-bar__item{font-size:11px;white-space:nowrap;flex-shrink:0}.plp-chip-rail{padding:14px 16px}.plp-chip-rail__label{font-size:10px;letter-spacing:.6px;margin-bottom:10px}.plp-chip-rail__chips{gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:4px}.plp-chip-rail__chips::-webkit-scrollbar{display:none}.plp-chip-rail__chip{padding:8px 14px;font-size:12px;white-space:nowrap;flex-shrink:0}.plp-chip-rail__chip-icon{width:auto;height:auto;background:none;font-size:14px}.plp-chip-rail__chip-icon img{width:14px;height:14px}.plp-bundle-banner{padding:12px 16px;gap:8px 12px}.plp-bundle-banner__text{font-size:13px}.plp-bundle-banner__cta{font-size:13px;padding:9px 18px}.product-card__badges{top:8px;left:8px;gap:4px}.badge{padding:3px 7px;font-size:8px;letter-spacing:.3px}.product-card__body{padding:10px}.product-card__line{font-size:9px;letter-spacing:.5px;margin-bottom:2px}.product-card__title{font-size:12px;margin-bottom:6px}.product-card__meta{margin-bottom:6px}.product-card__price{font-size:16px}.age-badge{padding:2px 6px;font-size:9px;border-radius:3px}.plp-rating{gap:4px;margin-bottom:6px}.plp-rating__star,.plp-rating--sm .plp-rating__star{width:var(--star-size-xs);height:var(--star-size-xs)}.plp-rating__count{font-size:10px}.plp-social-proof{padding:28px 16px}.plp-social-proof__title{font-size:18px}.plp-social-proof__subtitle{font-size:12px}.plp-social-proof__grid{display:flex;gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;padding-bottom:4px}.plp-social-proof__grid::-webkit-scrollbar{display:none}.plp-social-proof__card{flex:0 0 85%;min-width:0;padding:16px;scroll-snap-align:start}.plp-social-proof__card-stars{font-size:12px;margin-bottom:8px}.plp-social-proof__card-text{font-size:12px;margin-bottom:10px}.plp-social-proof__card-author{font-size:11px}.plp-social-proof__card-verified{font-size:10px}.plp-bottom-trust{grid-template-columns:repeat(2,1fr)}.plp-bottom-trust__item{padding:20px 12px;gap:4px;border-bottom:1px solid var(--border-light);border-right:1px solid var(--border-light)}.plp-bottom-trust__item:nth-child(2n){border-right:none}.plp-bottom-trust__icon{font-size:22px}.plp-bottom-trust__icon img{width:28px;height:28px}.plp-bottom-trust__title{font-size:12px}.plp-bottom-trust__desc{font-size:10px}.plp-footer-cta{padding:28px 16px;flex-direction:column;text-align:center;gap:20px}.plp-footer-cta__title{font-size:18px;margin-bottom:8px}.plp-footer-cta__desc{font-size:12px}.plp-footer-cta__form{flex-direction:column;gap:10px;width:100%}.plp-footer-cta__input{width:100%;padding:14px 16px}.plp-footer-cta__btn{padding:14px 24px;width:100%}}
/*# sourceMappingURL=/cdn/shop/t/237/assets/plp-styles.css.map */
