@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,700&family=DM+Sans:wght@300;400;500&display=swap";:root{--brand:#D85A30;--brand-dark:#993C1D;--brand-light:#FAECE7;--brand-border:#F0997B;--cream:#FFF8F5;--cream-mid:#FDF0E8;--dark:#2C2C2A;--dark-mid:#444441;--dark-muted:#888780;--text:#1A1A18;--text-muted:#5F5E5A;--text-faint:#B4B2A9;--border:#E8E6DF;--white:#FFF;--success:#3B6D11;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-pill:50px;--font-display:"Playfair Display",Georgia,serif;--font-body:"DM Sans",system-ui,sans-serif;--shadow-sm:0 1px 4px rgba(0,0,0,.06);--shadow-md:0 4px 16px rgba(0,0,0,.09);--shadow-lg:0 16px 48px rgba(0,0,0,.12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-body)}ul{list-style:none}.pf-container{max-width:1200px;margin:0 auto;padding:0 20px}.pf-section-header{text-align:center;margin-bottom:40px}.pf-section-header h2{font-family:var(--font-display);font-size:clamp(26px,4vw,40px);letter-spacing:-.5px;margin-bottom:10px}.pf-section-header p{font-size:16px;color:var(--text-muted);max-width:500px;margin:0 auto}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.pf-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 26px;border-radius:var(--radius-pill);font-size:15px;font-weight:500;transition:all .2s;cursor:pointer;border:none;font-family:var(--font-body)}.pf-btn-primary{background:var(--brand);color:#fff;box-shadow:0 8px 20px #d85a3038}.pf-btn-primary:hover{background:var(--brand-dark);transform:translateY(-1px)}.pf-btn-outline{background:transparent;color:var(--text);border:1.5px solid var(--border)}.pf-btn-outline:hover{border-color:var(--brand);color:var(--brand)}.pf-btn-dark{background:var(--dark);color:#fff}.pf-btn-dark:hover{background:var(--brand)}.pf-announce{background:var(--dark);color:var(--cream);text-align:center;padding:10px 20px;font-size:13px}.pf-announce a{color:var(--brand-light);text-decoration:underline}.pf-ticker-wrap{background:var(--dark);overflow:hidden;width:100%;border-bottom:1px solid #3A3A38;position:relative}.pf-ticker-wrap:before,.pf-ticker-wrap:after{content:"";position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}.pf-ticker-wrap:before{left:0;background:linear-gradient(to right,var(--dark),transparent)}.pf-ticker-wrap:after{right:0;background:linear-gradient(to left,var(--dark),transparent)}.pf-ticker-track{display:flex;width:max-content;animation:ticker-scroll 30s linear infinite}.pf-ticker-track:hover{animation-play-state:paused}.pf-ticker-item{display:flex;align-items:center;gap:10px;padding:11px 36px;font-size:13px;font-weight:500;color:#d3d1c7;white-space:nowrap;border-right:1px solid #3A3A38}.pf-ticker-item .dot{width:5px;height:5px;border-radius:50%;background:var(--brand);flex-shrink:0}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.pf-ticker-track{animation:none}}.pf-header{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm)}.pf-header__inner{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;max-width:1200px;margin:0 auto}.pf-logo{font-family:var(--font-display);font-size:26px;font-weight:700;letter-spacing:-.5px;line-height:1;color:var(--text)}.pf-logo span{color:var(--brand)}.pf-nav{display:flex;gap:28px}.pf-nav a{font-size:14px;color:var(--text-muted);transition:color .2s}.pf-nav a:hover{color:var(--brand)}.pf-header__actions{display:flex;align-items:center;gap:16px}.pf-icon-btn{background:none;border:none;padding:4px;display:flex;align-items:center;gap:6px;font-size:14px;color:var(--text);transition:color .2s;position:relative;cursor:pointer}.pf-icon-btn:hover{color:var(--brand)}.pf-cart-count{background:var(--brand);color:#fff;font-size:10px;font-weight:500;width:18px;height:18px;border-radius:50%;display:none;align-items:center;justify-content:center;position:absolute;top:-4px;right:-6px}.pf-mobile-btn{display:none;background:none;border:none;padding:4px;flex-direction:column;gap:5px;cursor:pointer}.pf-mobile-btn span{display:block;width:22px;height:1.5px;background:var(--text);border-radius:2px;transition:all .2s}.pf-search-bar{display:none;background:var(--cream);border-top:1px solid var(--border);padding:14px 20px}.pf-search-bar.open{display:block}.pf-search-form{display:flex;max-width:600px;margin:0 auto;border:1.5px solid var(--border);border-radius:var(--radius-pill);overflow:hidden;background:#fff}.pf-search-input{flex:1;border:none;padding:11px 18px;font-size:15px;font-family:var(--font-body);outline:none;background:transparent}.pf-search-submit{background:var(--brand);color:#fff;border:none;padding:11px 20px;cursor:pointer;font-size:14px;font-family:var(--font-body);transition:background .2s}.pf-search-submit:hover{background:var(--brand-dark)}@media(max-width:768px){.pf-nav{display:none}.pf-nav--open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:16px 20px;gap:4px;z-index:99;box-shadow:var(--shadow-sm)}.pf-nav--open a{padding:10px 0;font-size:15px;border-bottom:1px solid var(--border)}.pf-nav--open a:last-child{border-bottom:none}.pf-mobile-btn{display:flex}}.pf-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 18% 12%,rgba(216,90,48,.11),transparent 36%),radial-gradient(circle at 80% 80%,rgba(240,153,123,.13),transparent 36%),linear-gradient(135deg,var(--cream) 0%,var(--cream-mid) 100%);padding:90px 20px 80px}.pf-hero__orb{position:absolute;border-radius:50%;pointer-events:none;z-index:1}.pf-hero__orb--a{width:340px;height:340px;background:#d85a3012;right:-120px;top:60px}.pf-hero__orb--b{width:220px;height:220px;background:#f0997b21;left:-80px;bottom:20px}.pf-hero__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center;position:relative;z-index:2}.pf-hero__badge{display:inline-flex;align-items:center;gap:8px;background:var(--brand-light);color:var(--brand-dark);border:1px solid var(--brand-border);border-radius:var(--radius-pill);padding:8px 16px;font-size:13px;font-weight:500;margin-bottom:24px}.pf-hero h1{font-family:var(--font-display);font-size:clamp(46px,6vw,78px);line-height:.97;letter-spacing:-2px;color:var(--text);margin-bottom:22px}.pf-hero h1 em{color:var(--brand);font-style:italic}.pf-hero__desc{max-width:520px;color:var(--text-muted);font-size:17px;line-height:1.75;margin-bottom:36px}.pf-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:38px;position:relative;z-index:4}.pf-hero__trust{display:flex;flex-wrap:wrap;border:1px solid var(--border);background:#fff9;border-radius:var(--radius-md);overflow:hidden;max-width:580px;box-shadow:var(--shadow-sm)}.pf-hero__trust-item{flex:1;min-width:150px;padding:18px 22px;border-right:1px solid var(--border)}.pf-hero__trust-item:last-child{border-right:none}.pf-hero__trust-item strong{display:block;font-size:18px;font-weight:500;color:var(--text);margin-bottom:2px}.pf-hero__trust-item span{font-size:13px;color:var(--text-muted)}.pf-hero__visual{position:relative;min-height:510px;display:grid;place-items:center}.pf-card{position:absolute;width:min(400px,92%);min-height:440px;background:#fffc;border:1px solid var(--border);border-radius:32px;padding:36px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;justify-content:flex-end;opacity:0;transform:translateY(28px) scale(.93) rotate(-2deg);transition:all .6s cubic-bezier(.22,1,.36,1);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);pointer-events:none}.pf-card.active{opacity:1;transform:translateY(0) scale(1) rotate(0);z-index:3;pointer-events:auto}.pf-card__tag{position:absolute;top:24px;left:24px;background:var(--dark);color:var(--cream);border-radius:var(--radius-pill);padding:7px 14px;font-size:12px;font-weight:500}.pf-card__emoji{font-size:110px;text-align:center;margin-bottom:auto;filter:drop-shadow(0 16px 16px rgba(0,0,0,.08));animation:pawFloat 3.4s ease-in-out infinite}.pf-card h3{font-family:var(--font-display);font-size:30px;line-height:1.1;margin-bottom:10px;color:var(--text)}.pf-card p{font-size:15px;color:var(--text-muted);margin:0}.pf-hero__dots{position:absolute;bottom:10px;display:flex;gap:9px;z-index:6}.pf-dot{width:10px;height:10px;border-radius:999px;border:none;background:var(--text-faint);cursor:pointer;transition:all .25s;pointer-events:auto;position:relative;z-index:6}.pf-dot.active{width:28px;background:var(--brand)}@keyframes pawFloat{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-10px) rotate(2deg)}}@media(max-width:900px){.pf-hero{padding:70px 20px 60px}.pf-hero__inner{grid-template-columns:1fr;gap:48px;text-align:center}.pf-hero__desc,.pf-hero__trust{margin-left:auto;margin-right:auto}.pf-hero__visual{min-height:440px}.pf-hero__badge{margin:0 auto 24px}.pf-hero__actions{justify-content:center}}@media(max-width:560px){.pf-hero h1{font-size:46px}.pf-hero__trust-item{min-width:100%;border-right:none;border-bottom:1px solid var(--border)}.pf-hero__trust-item:last-child{border-bottom:none}.pf-card{width:100%;padding:28px}}.pf-proof-bar{background:var(--brand-light);border-top:1px solid var(--brand-border);border-bottom:1px solid var(--brand-border);padding:10px 20px;text-align:center;font-size:13px;color:var(--brand-dark);font-weight:500}.pf-products{padding:72px 20px;max-width:1200px;margin:0 auto}.pf-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:22px}.pf-product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;transition:box-shadow .2s,transform .2s;position:relative}.pf-product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.pf-product-card__img{aspect-ratio:1;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:72px;overflow:hidden}.pf-product-card__img img{width:100%;height:100%;object-fit:cover}.pf-product-badge{position:absolute;top:12px;left:12px;background:var(--brand);color:#fff;font-size:11px;font-weight:500;padding:4px 10px;border-radius:6px}.pf-product-card__body{padding:16px 16px 18px}.pf-product-card__name{font-size:14px;font-weight:500;margin-bottom:6px;line-height:1.4;color:var(--text)}.pf-product-card__prices{display:flex;align-items:center;gap:6px;margin-bottom:12px}.price-current{font-size:16px;font-weight:500;color:var(--brand)}.price-compare{font-size:13px;color:var(--text-faint);text-decoration:line-through}.pf-product-card__stars{font-size:12px;color:#ef9f27;margin-bottom:14px}.pf-product-card__stars span{color:var(--text-muted);font-size:11px;margin-left:4px}.btn-add-cart{width:100%;background:var(--dark);color:#fff;border:none;padding:11px;border-radius:var(--radius-sm);font-size:13px;font-weight:500;transition:background .2s;cursor:pointer}.btn-add-cart:hover{background:var(--brand)}.pf-collection-header{background:var(--cream);padding:56px 20px 48px;text-align:center;border-bottom:1px solid var(--border)}.pf-collection-header h1{font-family:var(--font-display);font-size:clamp(32px,5vw,56px);letter-spacing:-1px;margin-bottom:12px}.pf-collection-header p{font-size:16px;color:var(--text-muted);max-width:480px;margin:0 auto}.pf-collection-toolbar{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;max-width:1200px;margin:0 auto;flex-wrap:wrap;gap:12px;border-bottom:1px solid var(--border)}.pf-collection-count{font-size:14px;color:var(--text-muted)}.pf-sort-select{border:1.5px solid var(--border);border-radius:var(--radius-pill);padding:8px 16px;font-size:14px;font-family:var(--font-body);background:#fff;cursor:pointer;outline:none}.pf-sort-select:focus{border-color:var(--brand)}.pf-collection-body{max-width:1200px;margin:0 auto;padding:36px 20px 72px}.pf-empty-state{text-align:center;padding:80px 20px}.pf-empty-state h2{font-family:var(--font-display);font-size:28px;margin-bottom:12px}.pf-empty-state p{color:var(--text-muted);margin-bottom:28px}.pf-product-page{max-width:1200px;margin:0 auto;padding:48px 20px 80px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.pf-product-gallery{position:sticky;top:100px;min-width:0;width:100%}.pf-product-gallery__main{aspect-ratio:1;width:100%;max-width:100%;background:var(--cream);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:14px;display:flex;align-items:center;justify-content:center;font-size:120px}.pf-product-gallery__main img{width:100%;height:100%;object-fit:cover;display:block}.pf-gallery-strip{display:flex;align-items:center;gap:6px}.pf-gallery-arrow{flex-shrink:0;width:28px;height:72px;background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:20px;cursor:pointer;color:var(--text);display:flex;align-items:center;justify-content:center;transition:all .2s;padding:0}.pf-gallery-arrow:hover{background:var(--brand);color:#fff;border-color:var(--brand)}.pf-product-gallery__thumbs{display:flex;gap:10px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;flex:1}.pf-product-gallery__thumbs::-webkit-scrollbar{display:none}.pf-product-gallery__thumb{flex-shrink:0;width:72px;height:72px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid var(--border);cursor:pointer;background:var(--cream);display:flex;align-items:center;justify-content:center;transition:border-color .2s}.pf-product-gallery__thumb.active,.pf-product-gallery__thumb:hover{border-color:var(--brand)}.pf-product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.pf-product-info__vendor{font-size:13px;color:var(--text-faint);text-transform:uppercase;letter-spacing:.8px;margin-bottom:10px}.pf-product-info h1{font-family:var(--font-display);font-size:clamp(26px,3vw,40px);letter-spacing:-.5px;margin-bottom:16px;line-height:1.1}.pf-product-info__stars{font-size:14px;color:#ef9f27;margin-bottom:16px}.pf-product-info__stars span{color:var(--text-muted);font-size:13px;margin-left:6px}.pf-product-info__price{font-size:30px;font-weight:500;color:var(--brand);margin-bottom:6px}.pf-product-info__compare{font-size:16px;color:var(--text-faint);text-decoration:line-through;margin-bottom:20px}.pf-product-info__desc{font-size:15px;color:var(--text-muted);line-height:1.75;margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid var(--border)}.pf-variant-label{font-size:13px;font-weight:500;margin-bottom:10px;color:var(--text)}.pf-variant-select{width:100%;border:1.5px solid var(--border);border-radius:var(--radius-md);padding:12px 16px;font-size:15px;font-family:var(--font-body);background:#fff;outline:none;margin-bottom:20px}.pf-variant-select:focus{border-color:var(--brand)}.pf-qty-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}.pf-qty-wrap{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:var(--radius-pill);overflow:hidden}.pf-qty-btn{background:none;border:none;width:40px;height:44px;font-size:20px;cursor:pointer;color:var(--text);transition:background .2s}.pf-qty-btn:hover{background:var(--cream)}.pf-qty-input{width:48px;text-align:center;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);height:44px;font-size:15px;font-family:var(--font-body);outline:none}.pf-atc-btn{flex:1;background:var(--brand);color:#fff;border:none;padding:14px 28px;border-radius:var(--radius-pill);font-size:16px;font-weight:500;cursor:pointer;transition:all .2s;font-family:var(--font-body)}.pf-atc-btn:hover{background:var(--brand-dark);transform:translateY(-1px)}.pf-atc-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.pf-buy-btn{width:100%;background:var(--dark);color:#fff;border:none;padding:14px;border-radius:var(--radius-pill);font-size:15px;font-weight:500;cursor:pointer;margin-top:10px;font-family:var(--font-body);transition:background .2s}.pf-buy-btn:hover{background:var(--brand)}.pf-product-meta{margin-top:28px;padding-top:28px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:10px}.pf-product-meta span{font-size:13px;color:var(--text-muted);display:flex;align-items:center;gap:8px}.pf-product-meta strong{color:var(--text)}@media(max-width:768px){.pf-product-page{grid-template-columns:1fr;gap:36px}.pf-product-gallery{position:static}}.pf-cart-page{max-width:1100px;margin:0 auto;padding:48px 20px 80px}.pf-cart-page h1{font-family:var(--font-display);font-size:clamp(28px,4vw,44px);letter-spacing:-.5px;margin-bottom:36px}.pf-cart-layout{display:grid;grid-template-columns:1fr 380px;gap:48px;align-items:start}.pf-cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:20px;align-items:start;padding:24px 0;border-bottom:1px solid var(--border)}.pf-cart-item__img{width:100px;height:100px;border-radius:var(--radius-md);overflow:hidden;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:40px}.pf-cart-item__img img{width:100%;height:100%;object-fit:cover}.pf-cart-item__title{font-size:15px;font-weight:500;margin-bottom:4px}.pf-cart-item__variant{font-size:13px;color:var(--text-muted);margin-bottom:12px}.pf-cart-item__price{font-size:16px;font-weight:500;color:var(--brand)}.pf-cart-item__remove{background:none;border:none;font-size:12px;color:var(--text-faint);cursor:pointer;text-decoration:underline;padding:0;margin-top:8px;display:block}.pf-cart-item__remove:hover{color:var(--brand)}.pf-cart-summary{background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;position:sticky;top:100px}.pf-cart-summary h2{font-family:var(--font-display);font-size:22px;margin-bottom:22px}.pf-cart-summary__row{display:flex;justify-content:space-between;font-size:14px;color:var(--text-muted);margin-bottom:12px}.pf-cart-summary__row.total{font-size:18px;font-weight:500;color:var(--text);border-top:1px solid var(--border);padding-top:16px;margin-top:6px}.pf-cart-note{width:100%;border:1.5px solid var(--border);border-radius:var(--radius-md);padding:12px;font-size:14px;font-family:var(--font-body);resize:vertical;margin:16px 0;outline:none;min-height:80px}.pf-cart-note:focus{border-color:var(--brand)}.pf-checkout-btn{width:100%;background:var(--brand);color:#fff;border:none;padding:16px;border-radius:var(--radius-pill);font-size:16px;font-weight:500;cursor:pointer;margin-top:8px;font-family:var(--font-body);transition:background .2s}.pf-checkout-btn:hover{background:var(--brand-dark)}.pf-cart-empty{text-align:center;padding:80px 20px}.pf-cart-empty h2{font-family:var(--font-display);font-size:32px;margin-bottom:12px}.pf-cart-empty p{color:var(--text-muted);margin-bottom:28px}@media(max-width:768px){.pf-cart-layout{grid-template-columns:1fr}.pf-cart-summary{position:static}.pf-cart-item{grid-template-columns:80px 1fr}}.pf-search-header{background:var(--cream);padding:56px 20px 48px;text-align:center;border-bottom:1px solid var(--border)}.pf-search-header h1{font-family:var(--font-display);font-size:clamp(28px,4vw,48px);letter-spacing:-.5px;margin-bottom:20px}.pf-search-hero-form{display:flex;max-width:560px;margin:0 auto;border:1.5px solid var(--border);border-radius:var(--radius-pill);overflow:hidden;background:#fff;box-shadow:var(--shadow-sm)}.pf-search-hero-input{flex:1;border:none;padding:14px 22px;font-size:16px;font-family:var(--font-body);outline:none}.pf-search-hero-btn{background:var(--brand);color:#fff;border:none;padding:14px 24px;font-size:15px;cursor:pointer;font-family:var(--font-body);transition:background .2s}.pf-search-hero-btn:hover{background:var(--brand-dark)}.pf-search-results{max-width:1200px;margin:0 auto;padding:40px 20px 80px}.pf-search-results__title{font-size:15px;color:var(--text-muted);margin-bottom:28px}.pf-404{text-align:center;padding:100px 20px;max-width:600px;margin:0 auto}.pf-404__emoji{font-size:80px;margin-bottom:24px}.pf-404 h1{font-family:var(--font-display);font-size:clamp(36px,6vw,64px);letter-spacing:-1px;margin-bottom:16px}.pf-404 p{font-size:17px;color:var(--text-muted);margin-bottom:36px;line-height:1.65}.pf-404__links{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.pf-page{max-width:760px;margin:0 auto;padding:60px 20px 90px}.pf-page h1{font-family:var(--font-display);font-size:clamp(30px,4vw,48px);letter-spacing:-.5px;margin-bottom:32px}.pf-page__content{font-size:16px;line-height:1.8;color:var(--text-muted)}.pf-page__content h2,.pf-page__content h3{font-family:var(--font-display);color:var(--text);margin:28px 0 12px}.pf-page__content p{margin-bottom:16px}.pf-page__content a{color:var(--brand);text-decoration:underline}.pf-password{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--cream);padding:40px 20px;text-align:center}.pf-password__logo{font-family:var(--font-display);font-size:32px;font-weight:700;margin-bottom:40px}.pf-password__logo span{color:var(--brand)}.pf-password h1{font-family:var(--font-display);font-size:clamp(28px,4vw,44px);letter-spacing:-.5px;margin-bottom:14px}.pf-password p{font-size:16px;color:var(--text-muted);margin-bottom:32px;max-width:400px}.pf-password-form{display:flex;gap:10px;max-width:380px;width:100%}.pf-password-input{flex:1;border:1.5px solid var(--border);border-radius:var(--radius-pill);padding:13px 20px;font-size:15px;font-family:var(--font-body);outline:none;background:#fff}.pf-password-input:focus{border-color:var(--brand)}.pf-password-submit{background:var(--brand);color:#fff;border:none;padding:13px 22px;border-radius:var(--radius-pill);font-size:14px;font-weight:500;cursor:pointer;font-family:var(--font-body);transition:background .2s;white-space:nowrap}.pf-password-submit:hover{background:var(--brand-dark)}.pf-bundles{background:var(--cream);padding:72px 20px}.pf-bundles__inner{max-width:1200px;margin:0 auto}.pf-bundles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:22px}.pf-bundle-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:28px;transition:box-shadow .2s}.pf-bundle-card:hover{box-shadow:var(--shadow-md)}.pf-bundle-card.featured{border:2px solid var(--brand)}.pf-bundle-tag{display:inline-block;background:var(--brand-light);color:var(--brand-dark);font-size:11px;font-weight:500;padding:5px 12px;border-radius:var(--radius-pill);border:1px solid var(--brand-border);margin-bottom:16px}.pf-bundle-card h3{font-family:var(--font-display);font-size:22px;margin-bottom:14px}.pf-bundle-items{margin-bottom:22px}.pf-bundle-items li{font-size:14px;color:var(--text-muted);padding:5px 0;display:flex;align-items:center;gap:10px}.pf-bundle-items li:before{content:"";width:6px;height:6px;background:var(--brand);border-radius:50%;flex-shrink:0}.pf-bundle-footer{display:flex;align-items:center;justify-content:space-between;padding-top:20px;border-top:1px solid var(--border)}.pf-bundle-price .price{font-size:26px;font-weight:500;color:var(--brand)}.pf-bundle-price .savings{font-size:13px;color:var(--success);font-weight:500;display:block}.pf-bundle-price .was{font-size:13px;color:var(--text-faint);text-decoration:line-through}.pf-reviews{padding:72px 20px;max-width:1200px;margin:0 auto}.pf-rating-overview{display:flex;align-items:center;gap:36px;background:var(--cream);border-radius:var(--radius-md);padding:30px 36px;margin-bottom:40px;flex-wrap:wrap}.rating-big{font-size:60px;font-weight:300;line-height:1}.rating-stars-lg{font-size:22px;color:#ef9f27;letter-spacing:2px;margin:6px 0}.rating-label{font-size:14px;color:var(--text-muted)}.rating-bars{flex:1;min-width:200px}.bar-row{display:flex;align-items:center;gap:12px;margin-bottom:7px}.bar-label{font-size:13px;color:var(--text-muted);width:14px;text-align:right}.bar-track{flex:1;height:6px;background:var(--border);border-radius:3px;overflow:hidden}.bar-fill{height:100%;background:#ef9f27;border-radius:3px;transition:width 1s ease}.pf-reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px}.pf-review-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:22px}.review-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px}.reviewer{display:flex;align-items:center;gap:12px}.reviewer-avatar{width:38px;height:38px;border-radius:50%;background:var(--brand-light);color:var(--brand-dark);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:500;flex-shrink:0}.reviewer-name{font-size:14px;font-weight:500}.reviewer-date{font-size:12px;color:var(--text-faint)}.review-stars{color:#ef9f27;font-size:13px}.review-text{font-size:14px;color:var(--text-muted);line-height:1.6}.review-product{font-size:12px;color:var(--text-faint);margin-top:10px}.verified-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:var(--success);font-weight:500;margin-top:8px}.pf-email-section{background:var(--dark);padding:72px 20px;text-align:center}.pf-email-inner{max-width:520px;margin:0 auto}.pf-email-section h2{font-family:var(--font-display);font-size:clamp(26px,4vw,38px);color:var(--cream);margin-bottom:14px}.pf-email-section p{font-size:15px;color:var(--dark-muted);margin-bottom:30px;line-height:1.6}.pf-email-form{display:flex;gap:10px;max-width:420px;margin:0 auto 14px}.pf-email-input{flex:1;background:var(--dark-mid);border:1px solid #5F5E5A;border-radius:var(--radius-pill);padding:14px 20px;font-size:14px;color:var(--cream);font-family:var(--font-body);outline:none;transition:border-color .2s}.pf-email-input::placeholder{color:var(--dark-muted)}.pf-email-input:focus{border-color:var(--brand)}.btn-subscribe{background:var(--brand);color:#fff;border:none;padding:14px 24px;border-radius:var(--radius-pill);font-size:14px;font-weight:500;white-space:nowrap;transition:background .2s;cursor:pointer;font-family:var(--font-body)}.btn-subscribe:hover{background:var(--brand-dark)}.email-disclaimer{font-size:12px;color:var(--dark-muted)}.pf-sticky-atc{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--white);border-top:1px solid var(--border);padding:13px 20px;z-index:200;box-shadow:0 -4px 20px #00000017;align-items:center;gap:14px}.pf-sticky-atc__text{flex:1}.pf-sticky-atc__text strong{font-size:14px;font-weight:500;display:block}.pf-sticky-atc__text span{font-size:12px;color:var(--brand)}.btn-sticky-atc{background:var(--brand);color:#fff;border:none;padding:13px 22px;border-radius:var(--radius-pill);font-size:14px;font-weight:500;cursor:pointer;transition:background .2s;font-family:var(--font-body)}.btn-sticky-atc:hover{background:var(--brand-dark)}@media(max-width:768px){.pf-sticky-atc{display:flex};body{padding-bottom:72px}}.pf-footer{background:var(--dark);padding:52px 20px 26px;color:var(--dark-muted)}.pf-footer__inner{max-width:1200px;margin:0 auto}.pf-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:36px;margin-bottom:44px}.pf-footer-brand .pf-logo{color:var(--cream);font-size:22px;margin-bottom:12px;display:block}.pf-footer-brand p{font-size:13px;line-height:1.65;max-width:220px}.pf-footer__col h4{font-size:12px;font-weight:500;color:var(--cream);margin-bottom:16px;letter-spacing:1px;text-transform:uppercase}.pf-footer__col li{margin-bottom:10px}.pf-footer__col a{font-size:13px;color:var(--dark-muted);transition:color .2s}.pf-footer__col a:hover{color:var(--cream)}.pf-footer__bottom{border-top:1px solid #3A3A38;padding-top:22px;display:flex;justify-content:space-between;align-items:center;font-size:12px;flex-wrap:wrap;gap:12px}.footer-payments{display:flex;gap:8px;align-items:center}.payment-icon{background:var(--dark-mid);border:1px solid #5F5E5A;border-radius:4px;padding:3px 9px;font-size:11px;color:var(--dark-muted)}@media(max-width:768px){.pf-footer__grid{grid-template-columns:1fr 1fr}.pf-footer-brand{grid-column:1/-1}}@media(max-width:480px){.pf-footer__grid{grid-template-columns:1fr}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.pf-hero__badge{animation:fadeInUp .5s ease both}.pf-hero h1{animation:fadeInUp .5s ease .06s both}.pf-hero__desc{animation:fadeInUp .5s ease .12s both}.pf-hero__trust{animation:fadeInUp .5s ease .18s both}
/*# sourceMappingURL=/cdn/shop/t/27/assets/pawfect.css.map */
