.cart-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:400;opacity:0;transition:opacity .3s}.cart-overlay.show{display:block;opacity:1}.cart-drawer{position:fixed;top:0;right:0;width:min(420px,100%);max-width:100%;height:100vh;height:100dvh;background:var(--warm-white);z-index:500;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-4px 0 40px #3d2c1e26}.cart-drawer.open{transform:translate(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border);background:var(--cream);flex-shrink:0}.cart-drawer-title{font-family:Fraunces,serif;font-size:18px;font-weight:700;color:var(--bark);display:flex;align-items:center;gap:10px}.cart-drawer-count{background:var(--coral);color:#fff;border-radius:50%;width:22px;height:22px;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;font-family:Outfit,sans-serif}.cart-drawer-close{background:none;border:none;font-size:18px;cursor:pointer;color:var(--text-mid);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.cart-drawer-close:hover{background:var(--sand)}.cart-free-shipping{padding:12px 24px;background:var(--sage-light);border-bottom:1px solid var(--border);flex-shrink:0}.cart-free-shipping-text{font-size:13px;color:var(--sage);font-weight:500;margin-bottom:8px;text-align:center}.cart-free-shipping-bar{height:6px;background:#5a7a5c33;border-radius:50px;overflow:hidden}.cart-free-shipping-fill{height:100%;background:var(--sage);border-radius:50px;transition:width .5s ease}.cart-drawer-items{flex:1;min-height:0;overflow-y:auto;padding:16px 24px;overscroll-behavior:contain;position:relative}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:240px;text-align:center;padding:40px 20px;gap:12px}.cart-empty[hidden],.cart-items-list[hidden]{display:none!important}.cart-empty-icon{font-size:56px}.cart-empty-title{font-family:Fraunces,serif;font-size:20px;font-weight:700;color:var(--bark)}.cart-empty-text{font-size:14px;color:var(--text-mid)}.cart-empty-btn{margin-top:8px}.cart-item{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--border);animation:fadeUp .3s ease both}.cart-item:last-child{border-bottom:none}.cart-item-img{width:72px;height:72px;border-radius:10px;background:var(--sand-light);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:28px}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1;min-width:0}.cart-item-title{font-size:14px;font-weight:600;color:var(--bark);margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-variant{font-size:12px;color:var(--text-light);margin-bottom:10px}.cart-item-bottom{display:flex;align-items:center;justify-content:space-between}.cart-qty{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:50px;overflow:hidden}.cart-qty-btn{background:none;border:none;width:30px;height:30px;font-size:16px;cursor:pointer;color:var(--bark);display:flex;align-items:center;justify-content:center;transition:background .15s;font-weight:600}.cart-qty-btn:hover{background:var(--sand-light)}.cart-qty-num{font-size:13px;font-weight:600;color:var(--bark);min-width:24px;text-align:center}.cart-item-price{font-size:15px;font-weight:700;color:var(--amber)}.cart-item-remove{background:none;border:none;color:var(--text-light);font-size:12px;cursor:pointer;padding:2px 4px;transition:color .2s;margin-left:8px}.cart-item-remove:hover{color:var(--coral)}.cart-drawer-footer{padding:20px 24px;border-top:1px solid var(--border);background:var(--cream);flex-shrink:0;display:flex;flex-direction:column;gap:12px}.cart-trust-row{display:flex;justify-content:space-between;font-size:11px;color:var(--text-mid);font-weight:500}.cart-subtotal-row{display:flex;justify-content:space-between;align-items:center}.cart-subtotal-label{font-size:15px;font-weight:600;color:var(--bark)}.cart-subtotal-price{font-family:Fraunces,serif;font-size:22px;font-weight:700;color:var(--bark)}.cart-tax-note{font-size:12px;color:var(--text-light);text-align:center;margin-top:-4px}.cart-checkout-btn{display:block;text-align:center;font-size:16px;padding:16px}.cart-view-link{text-align:center;font-size:13px;color:var(--text-mid);text-decoration:underline;display:block}.cart-view-link:hover{color:var(--bark)}.cart-loading{display:flex;align-items:center;justify-content:center;height:120px}.cart-loading:after{content:"";width:28px;height:28px;border:3px solid var(--border);border-top-color:var(--amber);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pp-collection-list .coll-hero{background:linear-gradient(135deg,#fdf3e7,#f5e8d0,#e8f4e8);text-align:center;padding:48px 40px 56px}.pp-collection-list .coll-hero h1{font-family:Fraunces,serif;font-size:clamp(36px,5vw,52px);color:var(--bark);line-height:1.1;margin-bottom:14px}.pp-collection-list .coll-hero h1 em{font-style:italic;color:var(--amber)}.pp-collection-list .coll-tag{display:inline-block;background:var(--sage-light);color:var(--sage);border-radius:50px;padding:5px 14px;font-size:11px;font-weight:700;text-transform:uppercase;margin-bottom:16px}.pp-collection-list .featured-row{max-width:1200px;margin:-28px auto 0;padding:0 40px 40px;position:relative;z-index:2}.pp-collection-list .featured-card{background:var(--bark);color:#fff;border-radius:var(--radius-lg);padding:28px 36px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.pp-collection-list .coll-section{max-width:1200px;margin:0 auto;padding:0 40px 40px}.pp-collection-list .coll-section-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:24px;flex-wrap:wrap;gap:12px}.pp-collection-list .coll-section-header h2{font-family:Fraunces,serif;font-size:28px;color:var(--bark)}.pp-collection-list .collections-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.pp-collection-list .collection-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:200px;border:1px solid var(--border);display:block}.pp-collection-list .collection-card.large{grid-column:span 2;min-height:280px}.pp-collection-list .coll-card-bg{min-height:200px;display:flex;align-items:center;justify-content:center;font-size:56px;background:var(--sand-light)}.pp-collection-list .coll-card-bg img{width:100%;height:100%;object-fit:cover;min-height:200px}.pp-collection-list .coll-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(61,44,30,.88),transparent 55%);display:flex;flex-direction:column;justify-content:flex-end;padding:20px;color:#fff}.pp-collection-list .coll-card-title{font-family:Fraunces,serif;font-size:22px;font-weight:700}.pp-collection-list .benefits-mini{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;padding:20px 40px;background:var(--sand-light);font-size:14px;font-weight:600}@media(max-width:768px){.pp-collection-list .collections-grid{grid-template-columns:1fr}.pp-collection-list .collection-card.large{grid-column:span 1}}#searchToggle{display:inline-flex}.search-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:450;opacity:0;transition:opacity .25s ease}.search-overlay.show{display:block;opacity:1}.search-panel{position:fixed;top:0;left:0;right:0;z-index:460;background:var(--cream, #fdf8f2);border-bottom:1px solid var(--border, #e8ddd0);box-shadow:0 12px 40px #0000001f;padding:16px 24px 18px;transform:translateY(-110%);transition:transform .28s ease;pointer-events:none}.search-panel.open{transform:translateY(0);pointer-events:auto}.search-panel-header{display:flex;align-items:center;gap:12px;max-width:920px;margin:0 auto}.search-panel-form{flex:1;display:flex;align-items:center;gap:10px;background:#fff;border:2px solid var(--border, #e8ddd0);border-radius:999px;padding:8px 8px 8px 16px}.search-panel-form:focus-within{border-color:var(--bark, #3d2b1f)}.search-panel-icon{flex-shrink:0;color:var(--text, #6b5b4f)}.search-panel-input{flex:1;border:none;outline:none;background:transparent;font-size:16px;color:var(--bark, #3d2b1f);min-width:0}.search-panel-submit{flex-shrink:0;border:none;border-radius:999px;background:var(--bark, #3d2b1f);color:#fff;font-weight:700;font-size:13px;padding:10px 18px;cursor:pointer}.search-panel-submit:hover{background:var(--amber, #e8832a)}.search-panel-close{flex-shrink:0;width:40px;height:40px;border:none;border-radius:50%;background:transparent;color:var(--bark, #3d2b1f);font-size:18px;cursor:pointer}.search-panel-close:hover{background:var(--sand-light, #f5ebe0)}.search-panel-hint{max-width:920px;margin:10px auto 0;font-size:13px;color:var(--text, #6b5b4f)}.search-panel-results{max-width:920px;margin:14px auto 0;display:grid;gap:8px}.search-result-row{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;text-decoration:none;color:inherit;background:#fff;border:1px solid var(--border, #e8ddd0)}.search-result-row:hover{border-color:var(--bark, #3d2b1f)}.search-result-row img{width:48px;height:48px;object-fit:cover;border-radius:8px;background:var(--sand-light, #f5ebe0)}.search-result-row-title{font-weight:600;font-size:14px;color:var(--bark, #3d2b1f)}.search-result-row-price{font-size:13px;color:var(--cta, #e8832a);font-weight:700}.search-result-empty,.search-result-more{font-size:13px;color:var(--text, #6b5b4f);padding:4px 2px}.search-result-more a{color:var(--bark, #3d2b1f);font-weight:700}@media(max-width:600px){.search-panel{padding:12px 14px 14px}.search-panel-submit{padding:10px 14px}}#hero.hero{width:100%;max-width:none;margin:0;padding:0;min-height:auto;display:block;overflow:hidden;position:relative;background:var(--hero-section-bg, #f7f1e8)}#hero .hero-container{width:100%;max-width:none;position:relative;border-radius:0;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;min-height:var(--hero-bg-min-height-desktop, 850px);background:transparent}#hero .hero-container:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:var(--hero-bg-url) var(--hero-bg-pos-desktop, 50% 50%) / var(--hero-bg-size-desktop, cover) no-repeat;pointer-events:none}#hero .hero-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to right,var(--hero-fade-color, #fffaf5) 0%,var(--hero-fade-color, #fffaf5) var(--hero-fade-solid, 35%),color-mix(in srgb,var(--hero-fade-color, #fffaf5) 80%,transparent) calc(var(--hero-fade-solid, 35%) + 10%),color-mix(in srgb,var(--hero-fade-color, #fffaf5) 40%,transparent) var(--hero-fade-strength, 58%),transparent calc(var(--hero-fade-strength, 58%) + 8%));pointer-events:none}#hero .hero-container:not(.hero-container--has-bg){background:var(--hero-container-bg, #fffaf5)}#hero .hero-container:not(.hero-container--has-bg):before,#hero .hero-container:not(.hero-container--has-bg):after{display:none}#hero .hero-content{position:relative;z-index:2;padding:clamp(40px,5vw,80px) clamp(32px,5vw,72px);max-width:none;animation:none}#hero .badges{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:8px}#hero .badge{display:inline-flex;align-items:center;gap:8px;background:var(--hero-badge-gold-bg, #d65a00);border:1px solid var(--hero-badge-gold-border, #b84a00);color:var(--hero-badge-gold-text, #ffffff);border-radius:50px;padding:12px 20px;margin-bottom:0;font-size:14px;font-weight:700;font-family:var(--font-body);width:fit-content}#hero .badge.green{background:var(--hero-badge-green-bg, #ffffff);border-color:var(--hero-badge-green-border, #3f7a4f);color:var(--hero-badge-green-text, #3f7a4f)}#hero .hero-content h1{font-family:var(--font-heading);font-size:82px;line-height:.95;color:#3d291c;margin:30px 0;font-weight:700}#hero .hero-content h1 span{color:#f08a24;font-weight:700}#hero .hero-content>p{font-size:22px;line-height:1.6;color:#666;max-width:600px;font-family:var(--font-body)}#hero .features{display:flex;flex-wrap:wrap;align-items:center;gap:18px 28px;margin:36px 0 40px;max-width:100%}#hero .feature{display:flex;flex-direction:row;align-items:center;gap:var(--hero-feature-gap, 12px);font-family:var(--font-body);flex:0 1 auto}#hero .feature__icon{display:flex;align-items:center;justify-content:center;width:var(--hero-feature-icon-size, 56px);height:var(--hero-feature-icon-size, 56px);min-width:var(--hero-feature-icon-size, 56px);border-radius:50%;background:var(--hero-feature-icon-bg, #ffffff);color:var(--hero-feature-icon-color, #ff8e1d);flex-shrink:0;box-shadow:0 2px 10px #3d291c14}#hero .feature__icon svg{width:var(--hero-feature-glyph-size, 28px);height:var(--hero-feature-glyph-size, 28px);display:block;stroke-width:var(--hero-feature-stroke, 1.75)}#hero .feature__icon-fallback{font-size:20px;line-height:1}#hero .feature__label{display:flex;flex-direction:column;align-items:flex-start;gap:0;font-size:var(--hero-feature-label-size, 14px);font-weight:500;color:var(--hero-feature-label-color, #3d291c);line-height:1.35;text-align:left}#hero .feature__label-line{display:block;white-space:nowrap}#hero .buttons{display:flex;gap:20px;margin-top:40px;flex-wrap:wrap}#hero .btn-primary{background:#ff8e1d;color:#fff;text-decoration:none;padding:18px 35px;border-radius:60px;font-weight:700;font-family:var(--font-body)}#hero .btn-primary:hover{color:#fff;opacity:.92}#hero .btn-secondary{background:#fff;color:#333;text-decoration:none;padding:18px 35px;border-radius:60px;border:1px solid #ddd;font-family:var(--font-body)}#hero .rating{margin-top:35px;font-size:18px;font-family:var(--font-body);color:#333}#hero .hero-image{position:relative;z-index:2;overflow:visible;height:100%;min-height:0;display:flex;align-items:flex-end;justify-content:center;pointer-events:none}#hero .hero-image>*{pointer-events:auto}#hero .sale-badge{position:absolute;top:60px;right:60px;z-index:3;width:140px;height:140px;border-radius:50%;background:#ff8e1d;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:700;text-align:center;font-family:var(--font-body);line-height:1.1}#hero .sale-badge strong{font-size:48px;font-weight:700}#hero .trust-card{position:absolute;bottom:80px;right:80px;z-index:3;background:#fff;padding:15px 25px;border-radius:20px;box-shadow:0 10px 30px #0000001f;font-family:var(--font-body);font-weight:600}#hero .benefits{width:100%;max-width:none;background:#fff;margin-top:0;border-radius:0;padding:clamp(28px,4vw,40px) clamp(24px,5vw,48px);display:grid;grid-template-columns:repeat(4,1fr);gap:30px}#hero .benefit{text-align:center;font-family:var(--font-body)}#hero .benefit h4{margin:15px 0 10px;color:#3d291c;font-size:16px;font-weight:600}#hero .benefit p{color:#666;font-size:14px;font-weight:500;max-width:none;margin:0}@media(max-width:991px){#hero.hero{padding:0}#hero .hero-container{grid-template-columns:1fr;min-height:var(--hero-bg-min-height-mobile, 650px)}#hero .hero-container:after{background:var(--hero-bg-url-mobile, var(--hero-bg-url)) var(--hero-bg-pos-mobile, 50% 50%) / var(--hero-bg-size-mobile, cover) no-repeat}#hero .hero-container:before{background:linear-gradient(to bottom,var(--hero-fade-color, #fffaf5) 0%,var(--hero-fade-color, #fffaf5) var(--hero-fade-solid-mobile, 25%),color-mix(in srgb,var(--hero-fade-color, #fffaf5) 80%,transparent) calc(var(--hero-fade-solid-mobile, 25%) + 6%),color-mix(in srgb,var(--hero-fade-color, #fffaf5) 40%,transparent) var(--hero-fade-strength, 58%),transparent calc(var(--hero-fade-strength, 58%) + 8%))}#hero .hero-content{padding:32px 24px}#hero .hero-content h1{font-size:54px}#hero .features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px}#hero .feature__label-line{white-space:normal}#hero .benefits{grid-template-columns:1fr 1fr}#hero .sale-badge{top:30px;right:30px;width:110px;height:110px}#hero .sale-badge strong{font-size:36px}#hero .trust-card{display:none}}.pp-404{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:60px 20px}.e404-wrapper{max-width:640px;width:100%;text-align:center}.e404-emoji{font-size:72px;margin-bottom:8px}.e404-wrapper h1{font-family:Fraunces,serif;font-size:clamp(28px,4vw,40px);color:var(--bark);margin-bottom:12px}.e404-wrapper p{color:var(--text);font-size:16px;margin-bottom:28px;line-height:1.6}.e404-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:32px}.e404-search{display:flex;gap:8px;max-width:440px;margin:0 auto 40px}.e404-search input{flex:1;padding:12px 16px;border:2px solid var(--border);border-radius:var(--radius);font-size:15px}.e404-search button{padding:12px 24px;background:var(--bark);color:#fff;border:none;border-radius:var(--radius);font-weight:600;cursor:pointer}.e404-links h2{font-family:Fraunces,serif;font-size:20px;color:var(--bark);margin-bottom:16px}.e404-links-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.e404-link-card{background:var(--sand-light);border-radius:var(--radius-lg);padding:20px;text-align:left;display:block}.e404-link-icon{font-size:28px;display:block;margin-bottom:6px}.e404-link-title{font-weight:700;color:var(--bark);display:block;margin-bottom:2px}.e404-link-text{font-size:13px;color:var(--text)}@media(max-width:480px){.e404-links-grid{grid-template-columns:1fr}}.pp-article{max-width:1280px;margin:0 auto;padding:24px 40px 80px}.pp-article .article-breadcrumb{font-size:13px;color:var(--text-mid);margin-bottom:24px;line-height:1.5}.pp-article .article-breadcrumb a{color:var(--text-mid);text-decoration:none}.pp-article .article-breadcrumb a:hover{color:var(--amber);text-decoration:underline}.pp-article .article-hero{max-width:820px;margin:0 auto 32px;text-align:center}.pp-article .article-hero-category{display:inline-block;background:var(--sand-light);color:var(--bark);border:1px solid var(--border);border-radius:50px;padding:5px 14px;font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;margin-bottom:16px}.pp-article .article-hero h1{font-family:Fraunces,serif;font-size:clamp(30px,4.5vw,46px);color:var(--bark);line-height:1.2;margin-bottom:16px}.pp-article .article-hero-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;font-size:14px;color:var(--text-light);font-weight:500}.pp-article .article-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:40px;align-items:start}.pp-article .article-layout--with-sidebar{grid-template-columns:minmax(0,1fr) 280px}.pp-article .article-main{max-width:820px;margin:0 auto;width:100%}.pp-article .article-layout--with-sidebar .article-main{max-width:none;margin:0}.pp-article .article-back{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--amber);text-decoration:none;margin-bottom:24px}.pp-article .article-back:hover{color:var(--bark);text-decoration:underline}.pp-article .article-featured-image{margin:0 0 36px;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);box-shadow:0 12px 40px var(--shadow-lg)}.pp-article .article-featured-image img{width:100%;height:auto;display:block;vertical-align:middle}.pp-article .article-content{font-size:17px;line-height:1.85;color:var(--text-mid)}.pp-article .article-content p{margin:0 0 1.25em}.pp-article .article-content h2,.pp-article .article-content h3,.pp-article .article-content h4{font-family:Fraunces,serif;color:var(--bark);line-height:1.3;margin:2em 0 .65em}.pp-article .article-content h2{font-size:clamp(24px,3vw,30px)}.pp-article .article-content h3{font-size:clamp(20px,2.5vw,24px)}.pp-article .article-content h4{font-size:18px}.pp-article .article-content a,.pp-article .article-content a:link,.pp-article .article-content a:visited{color:var(--amber)!important;font-weight:600;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px;transition:color .2s ease}.pp-article .article-content a:hover,.pp-article .article-content a:focus{color:var(--bark)!important;text-decoration-thickness:2px}.pp-article .article-content strong,.pp-article .article-content b{color:var(--bark);font-weight:700}.pp-article .article-content em,.pp-article .article-content i{font-style:italic}.pp-article .article-content ul,.pp-article .article-content ol{margin:0 0 1.25em 1.35em;padding:0}.pp-article .article-content ul{list-style:disc}.pp-article .article-content ol{list-style:decimal}.pp-article .article-content li{margin-bottom:.5em;padding-left:.25em}.pp-article .article-content li::marker{color:var(--amber)}.pp-article .article-content blockquote{margin:1.75em 0;padding:20px 24px;background:linear-gradient(135deg,var(--sand-light),var(--cream));border-left:4px solid var(--amber);border-radius:0 var(--radius-lg) var(--radius-lg) 0;font-family:Fraunces,serif;font-size:1.1em;color:var(--bark)}.pp-article .article-content blockquote p:last-child{margin-bottom:0}.pp-article .article-content img{max-width:100%;height:auto;border-radius:var(--radius-lg);margin:1.75em 0;border:1px solid var(--border)}.pp-article .article-content hr{border:none;border-top:1px solid var(--border);margin:2.5em 0}.pp-article .article-content table{width:100%;border-collapse:collapse;margin:1.5em 0;font-size:15px}.pp-article .article-content th,.pp-article .article-content td{border:1px solid var(--border);padding:10px 14px;text-align:left}.pp-article .article-content th{background:var(--sand-light);color:var(--bark);font-weight:700}.pp-article .article-cta{margin:48px 0 0}.pp-article .article-cta-inner{display:flex;align-items:center;gap:20px;flex-wrap:wrap;background:linear-gradient(135deg,var(--sand-light),var(--cream));border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 32px}.pp-article .article-cta-icon{font-size:40px;line-height:1}.pp-article .article-cta-inner h2{font-family:Fraunces,serif;font-size:20px;color:var(--bark);margin-bottom:4px}.pp-article .article-cta-inner p{font-size:14px;color:var(--text-mid);margin:0}.pp-article .article-cta-btn{margin-left:auto;display:inline-flex;align-items:center;background:var(--amber);color:#fff!important;font-weight:700;text-decoration:none!important;border-radius:50px;padding:12px 24px;font-size:14px;white-space:nowrap;transition:background .2s,transform .15s}.pp-article .article-cta-btn:hover{background:var(--bark);transform:translateY(-1px)}.pp-article .article-footer{margin-top:48px;padding-top:32px;border-top:1px solid var(--border)}.pp-article .article-footer-tags{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:24px}.pp-article .article-footer-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--text-light);margin-right:4px}.pp-article .article-footer-tag{display:inline-block;background:#fff;border:1px solid var(--border);color:var(--bark);border-radius:50px;padding:6px 14px;font-size:13px;font-weight:600;text-decoration:none}.pp-article .article-footer-tag:hover{border-color:var(--amber);color:var(--amber)}.pp-article .article-back--bottom{margin-bottom:0}.pp-article .article-sidebar-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:22px;margin-bottom:20px}.pp-article .article-sidebar-card h2{font-family:Fraunces,serif;font-size:17px;color:var(--bark);margin-bottom:12px}.pp-article .article-sidebar-note{font-size:13px;color:var(--text-mid);line-height:1.55;margin:0}.pp-article .article-related-list{display:flex;flex-direction:column;gap:4px}.pp-article .article-related-link{display:block;padding:12px 10px;border-radius:10px;text-decoration:none;color:inherit;transition:background .2s}.pp-article .article-related-link:hover{background:var(--sand-light)}.pp-article .article-related-title{display:block;font-size:14px;font-weight:600;color:var(--bark);line-height:1.35;margin-bottom:4px}.pp-article .article-related-link:hover .article-related-title{color:var(--amber)}.pp-article .article-related-date{font-size:12px;color:var(--text-light)}@media(max-width:900px){.pp-article .article-layout--with-sidebar{grid-template-columns:1fr}.pp-article .article-sidebar{display:none}}@media(max-width:768px){.pp-article{padding-left:20px;padding-right:20px;padding-bottom:56px}.pp-article .article-content{font-size:16px}.pp-article .article-cta-inner{padding:22px 20px}.pp-article .article-cta-btn{margin-left:0;width:100%;justify-content:center}}.pp-blog{max-width:1280px;margin:0 auto;padding:24px 40px 80px}.pp-blog .blog-breadcrumb{font-size:13px;color:var(--text-mid);margin-bottom:20px}.pp-blog .blog-breadcrumb a{color:var(--text-mid);text-decoration:none}.pp-blog .blog-breadcrumb a:hover{color:var(--amber)}.pp-blog .blog-hero{margin-bottom:28px}.pp-blog .blog-hero-inner{background:linear-gradient(135deg,var(--sand-light),var(--cream));border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px 40px;display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap}.pp-blog .blog-hero-tag{display:inline-block;background:#fff;color:var(--amber);border:1px solid rgba(232,131,42,.25);border-radius:50px;padding:5px 14px;font-size:11px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;margin-bottom:12px}.pp-blog .blog-hero-copy h1{font-family:Fraunces,serif;font-size:clamp(30px,4vw,44px);color:var(--bark);margin-bottom:10px;line-height:1.15}.pp-blog .blog-hero-copy p{font-size:16px;color:var(--text-mid);max-width:560px;line-height:1.6}.pp-blog .blog-hero-stats{display:flex;gap:32px}.pp-blog .blog-stat{text-align:center}.pp-blog .blog-stat-num{display:block;font-family:Fraunces,serif;font-size:32px;font-weight:700;color:var(--amber);line-height:1}.pp-blog .blog-stat-label{font-size:12px;color:var(--text-mid);margin-top:6px}.pp-blog .blog-categories-bar{margin-bottom:28px}.pp-blog .blog-categories-scroll{display:flex;flex-wrap:wrap;gap:10px}.pp-blog .blog-cat-pill{display:inline-flex;align-items:center;border:1.5px solid var(--border);background:#fff;color:var(--text-mid);border-radius:50px;padding:10px 18px;font-family:Outfit,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s ease;white-space:nowrap}.pp-blog .blog-cat-pill:hover{border-color:var(--bark);color:var(--bark)}.pp-blog .blog-cat-pill.is-active{background:var(--bark);border-color:var(--bark);color:#fff}.pp-blog .blog-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:36px;align-items:start}.pp-blog .blog-layout--with-sidebar{grid-template-columns:260px minmax(0,1fr)}.pp-blog .blog-sidebar-card{position:sticky;top:88px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}.pp-blog .blog-sidebar-card h2{font-family:Fraunces,serif;font-size:18px;color:var(--bark);margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid var(--border)}.pp-blog .blog-sidebar-nav{display:flex;flex-direction:column;gap:6px}.pp-blog .blog-sidebar-link{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:10px;color:var(--text-mid);text-decoration:none;font-size:14px;font-weight:500;transition:background .2s,color .2s}.pp-blog .blog-sidebar-link:hover{background:var(--sand-light);color:var(--bark)}.pp-blog .blog-sidebar-link.is-active{background:var(--sand-light);color:var(--bark);font-weight:700}.pp-blog .blog-sidebar-count{font-size:11px;font-weight:700;color:var(--text-light);background:#fff;border:1px solid var(--border);border-radius:50px;padding:2px 8px}.pp-blog .blog-active-topic{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:24px;padding:12px 16px;background:var(--sand-light);border:1px solid var(--border);border-radius:12px;font-size:14px;color:var(--text-mid)}.pp-blog .blog-active-topic strong{color:var(--bark)}.pp-blog .blog-clear-topic{margin-left:auto;color:var(--amber);font-weight:600;text-decoration:none;font-size:13px}.pp-blog .blog-clear-topic:hover{text-decoration:underline}.pp-blog .blog-featured{display:grid;grid-template-columns:1.1fr 1fr;gap:0;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:28px;box-shadow:0 8px 32px var(--shadow)}.pp-blog .blog-featured-media{display:block;min-height:320px;background:var(--sand-light);overflow:hidden}.pp-blog .blog-featured-img{width:100%;height:100%;min-height:320px;object-fit:cover;transition:transform .4s ease}.pp-blog .blog-featured:hover .blog-featured-img{transform:scale(1.03)}.pp-blog .blog-featured-placeholder{display:flex;align-items:center;justify-content:center;min-height:320px;font-size:72px}.pp-blog .blog-featured-body{padding:32px 34px;display:flex;flex-direction:column;justify-content:center}.pp-blog .blog-featured-body h2{font-family:Fraunces,serif;font-size:clamp(24px,3vw,32px);color:var(--bark);margin-bottom:12px;line-height:1.25}.pp-blog .blog-featured-body h2 a{color:inherit;text-decoration:none}.pp-blog .blog-featured-body h2 a:hover{color:var(--amber)}.pp-blog .blog-featured-excerpt{font-size:15px;color:var(--text-mid);line-height:1.65;margin-bottom:18px}.pp-blog .blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:24px}.pp-blog .blog-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:transform .25s ease,box-shadow .25s ease}.pp-blog .blog-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px var(--shadow-lg)}.pp-blog .blog-card-image{display:block;aspect-ratio:16 / 10;background:var(--sand-light);overflow:hidden}.pp-blog .blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.pp-blog .blog-card:hover .blog-card-image img{transform:scale(1.04)}.pp-blog .blog-card-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:48px}.pp-blog .blog-card-body{padding:20px 22px 24px;display:flex;flex-direction:column;flex:1}.pp-blog .blog-card-category{display:inline-block;align-self:flex-start;background:var(--sand-light);color:var(--bark);border-radius:50px;padding:4px 10px;font-size:11px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;margin-bottom:10px}.pp-blog .blog-card-meta{font-size:12px;color:var(--text-light);font-weight:600;margin-bottom:8px}.pp-blog .blog-card h2{font-family:Fraunces,serif;font-size:20px;color:var(--bark);margin-bottom:10px;line-height:1.3}.pp-blog .blog-card h2 a{color:inherit;text-decoration:none}.pp-blog .blog-card h2 a:hover{color:var(--amber)}.pp-blog .blog-card-excerpt{font-size:14px;color:var(--text-mid);line-height:1.6;margin-bottom:14px;flex:1}.pp-blog .blog-read-more{font-size:13px;font-weight:700;color:var(--amber);text-decoration:none}.pp-blog .blog-read-more:hover{text-decoration:underline}.pp-blog .blog-pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px;margin-top:44px}.pp-blog .blog-page-btn{display:inline-flex;align-items:center;background:var(--bark);color:#fff;border-radius:50px;padding:11px 22px;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s}.pp-blog .blog-page-btn:hover{background:var(--amber)}.pp-blog .blog-page-status{font-size:13px;color:var(--text-mid);font-weight:500}.pp-blog .blog-empty{text-align:center;padding:64px 24px;background:var(--cream);border:1px dashed var(--border);border-radius:var(--radius-lg)}.pp-blog .blog-empty-icon{display:block;font-size:48px;margin-bottom:12px}.pp-blog .blog-empty h2{font-family:Fraunces,serif;font-size:26px;color:var(--bark);margin-bottom:10px}.pp-blog .blog-empty p{color:var(--text-mid);max-width:420px;margin:0 auto 20px}.pp-blog .blog-empty-cta{display:inline-block;width:auto;padding:14px 28px}@media(max-width:900px){.pp-blog .blog-layout{grid-template-columns:1fr}.pp-blog .blog-sidebar{display:none}.pp-blog .blog-categories-scroll{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.pp-blog .blog-categories-scroll::-webkit-scrollbar{display:none}.pp-blog .blog-featured{grid-template-columns:1fr}.pp-blog .blog-featured-media,.pp-blog .blog-featured-img{min-height:240px}}@media(max-width:768px){.pp-blog{padding-left:20px;padding-right:20px;padding-bottom:56px}.pp-blog .blog-hero-inner{padding:24px}.pp-blog .blog-hero-stats{width:100%;justify-content:space-around}.pp-blog .blog-grid{grid-template-columns:1fr}}@media(max-width:600px){.pp-blog .blog-featured-body{padding:22px 20px 24px}}.pp-main-collection .breadcrumb{max-width:1280px;margin:0 auto;padding:16px 0 0;font-size:13px;color:var(--text-mid)}.pp-main-collection .coll-banner{max-width:1280px;margin:0 auto;padding:24px 0}.pp-main-collection .coll-banner-inner{background:linear-gradient(135deg,var(--sand-light),var(--cream));border-radius:var(--radius-lg);padding:32px 40px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px;border:1px solid var(--border)}.pp-main-collection .coll-banner-head{display:flex;align-items:flex-start;gap:20px;flex:1;min-width:0}.pp-main-collection .coll-banner-emoji{font-size:56px;flex-shrink:0;line-height:1}.pp-main-collection .coll-banner-text{min-width:0}.pp-main-collection .coll-banner-text h1{font-family:Fraunces,serif;font-size:clamp(28px,4vw,42px);color:var(--bark);margin-bottom:8px}.pp-main-collection .coll-banner-tagline{font-size:15px;line-height:1.55;color:var(--text-mid);margin:0;max-width:52ch}.pp-main-collection .coll-banner-intro{font-size:15px;line-height:1.55;color:var(--text-mid)}.pp-main-collection .coll-banner-intro h2,.pp-main-collection .coll-banner-intro h3{font-family:Fraunces,serif;font-size:clamp(17px,2.5vw,22px);color:var(--bark);margin:0 0 8px;font-weight:600;line-height:1.35}.pp-main-collection .coll-banner-intro p{margin:0 0 8px}.pp-main-collection .coll-banner-intro p:empty{display:none}.pp-main-collection .coll-banner-stats{display:flex;gap:32px;flex-shrink:0}.pp-main-collection .cbs-num{font-family:Fraunces,serif;font-size:28px;font-weight:700;color:var(--amber)}.pp-main-collection .cbs-label{font-size:12px;color:var(--text-mid)}.pp-main-collection .sort-select{padding:8px 12px;border-radius:8px;border:1px solid var(--border);font-family:Outfit,sans-serif}@media(max-width:900px){.pp-main-collection .collection-layout{grid-template-columns:1fr}.pp-main-collection .filters-sidebar{display:none}}.pp-main-collection .collection-layout{max-width:1280px;margin:0 auto;padding:32px 40px 80px;display:grid;grid-template-columns:260px minmax(0,1fr);gap:40px;align-items:start}.pp-main-collection .filters-sidebar{position:sticky;top:88px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}.pp-main-collection .filters-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border)}.pp-main-collection .filters-head h3{font-family:Fraunces,serif;font-size:18px;color:var(--bark)}.pp-main-collection .clear-filters{background:none;border:none;font-size:12px;color:var(--amber);font-weight:600;cursor:pointer;font-family:Outfit,sans-serif}.pp-main-collection .filter-group{margin-bottom:24px}.pp-main-collection .filter-group-title{font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--text-light);margin-bottom:12px}.pp-main-collection .filter-check{display:flex;align-items:center;gap:10px;margin-bottom:10px;cursor:pointer;font-size:14px;color:var(--text-mid)}.pp-main-collection .filter-check input{accent-color:var(--bark);width:16px;height:16px;cursor:pointer}.pp-main-collection .filter-check:hover{color:var(--bark)}.pp-main-collection .filter-check span:first-of-type{flex:1}.pp-main-collection .filter-count{margin-left:auto;font-size:11px;color:var(--text-light)}.pp-main-collection .filter-tag{display:inline-block;margin:0 8px 8px 0;padding:6px 12px;border-radius:50px;border:1px solid var(--border);background:#fff;font-size:12px;font-weight:500;color:var(--text-mid);text-decoration:none;transition:border-color .2s,color .2s,background .2s}.pp-main-collection .filter-tag:hover{border-color:var(--amber);color:var(--bark)}.pp-main-collection .filter-tag--active{background:var(--sand-light);border-color:var(--amber);color:var(--bark);font-weight:600}.pp-main-collection .filter-price-buckets{display:flex;flex-direction:column;gap:8px}.pp-main-collection .filter-price-btn{width:100%;text-align:left;background:#fff;border:1.5px solid var(--border);border-radius:10px;padding:10px 12px;font-family:Outfit,sans-serif;font-size:13px;font-weight:500;color:var(--bark);cursor:pointer}.pp-main-collection .filter-price-btn:hover{border-color:var(--amber)}.pp-main-collection .filter-price-btn.is-active{background:var(--sand-light);border-color:var(--amber);font-weight:600}.pp-main-collection .filter-price-btn--clear{color:var(--text-mid);font-size:12px;border-style:dashed}.pp-main-collection .filter-apply-btn{margin-top:10px;width:100%;background:var(--bark);color:#fff;border:none;border-radius:50px;padding:10px;font-family:Outfit,sans-serif;font-size:13px;font-weight:600;cursor:pointer}.pp-main-collection .filter-apply-btn:hover{background:var(--amber)}.pp-main-collection .filter-show-more{background:none;border:none;color:var(--amber);font-size:12px;font-weight:600;cursor:pointer;padding:4px 0;font-family:Outfit,sans-serif}.pp-main-collection .filter-show-more:hover{text-decoration:underline}.pp-main-collection .filter-empty-note{font-size:13px;color:var(--text-mid);line-height:1.5}.pp-main-collection .collection-empty{grid-column:1 / -1;text-align:center;color:var(--text-mid);padding:40px 20px}.pp-main-collection .clear-filters{font-size:12px;color:var(--amber);font-weight:600;text-decoration:none}.pp-main-collection .clear-filters:hover{text-decoration:underline}.pp-main-collection .price-inputs{display:flex;gap:8px;align-items:center;margin-top:8px}.pp-main-collection .price-inputs input{width:100%;border:1.5px solid var(--border);border-radius:8px;padding:8px 10px;font-family:Outfit,sans-serif;font-size:13px;color:var(--text);outline:none}.pp-main-collection .price-inputs input:focus{border-color:var(--amber)}.pp-main-collection .price-inputs span{color:var(--text-light);font-size:13px}.pp-main-collection .filter-rating .filter-check{margin-bottom:8px}.pp-main-collection .stars-filter{color:#f0a500;font-size:13px;letter-spacing:1px}.pp-main-collection .coll-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:16px}.pp-main-collection .toolbar-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pp-main-collection .result-count{font-size:14px;color:var(--text-mid)}.pp-main-collection .result-count strong{color:var(--bark)}.pp-main-collection .mobile-filter-btn{display:none;background:var(--bark);color:#fff;border:none;border-radius:50px;padding:10px 18px;font-family:Outfit,sans-serif;font-size:13px;font-weight:600;cursor:pointer;gap:6px;align-items:center}.pp-main-collection .active-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px;min-height:0}.pp-main-collection .active-filters:empty{display:none;margin:0}.pp-main-collection .filter-pill{display:inline-flex;align-items:center;gap:6px;background:var(--sand-light);border:1px solid var(--border);border-radius:50px;padding:5px 12px;font-size:12px;font-weight:500;color:var(--bark)}.pp-main-collection .filter-pill button{background:none;border:none;cursor:pointer;color:var(--text-light);font-size:14px;line-height:1;padding:0}.pp-main-collection .filter-pill button:hover{color:var(--coral)}.pp-main-collection .sort-wrap{display:flex;align-items:center;gap:10px}.pp-main-collection .sort-wrap label{font-size:13px;color:var(--text-mid);font-weight:500}.pp-main-collection .sort-select{border:1.5px solid var(--border);border-radius:50px;padding:9px 36px 9px 16px;font-family:Outfit,sans-serif;font-size:13px;font-weight:500;color:var(--bark);background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b5c4e' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 14px center;-webkit-appearance:none;appearance:none;cursor:pointer;outline:none}.pp-main-collection .sort-select:focus{border-color:var(--amber)}.pp-main-collection .collection-pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px 16px;margin-top:40px;padding:20px 24px;background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-lg)}.pp-main-collection .collection-page-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 18px;border-radius:50px;border:1.5px solid var(--border);background:#fff;color:var(--bark);font-family:Outfit,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:border-color .2s,background .2s,color .2s}.pp-main-collection .collection-page-btn:hover:not(.collection-page-btn--disabled){border-color:var(--amber);background:var(--sand-light);color:var(--bark)}.pp-main-collection .collection-page-btn--disabled{opacity:.35;cursor:default;pointer-events:none}.pp-main-collection .collection-page-numbers{display:flex;align-items:center;flex-wrap:wrap;gap:6px;justify-content:center}.pp-main-collection .collection-page-num{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 10px;border-radius:10px;border:1.5px solid transparent;font-family:Outfit,sans-serif;font-size:14px;font-weight:600;color:var(--text-mid);text-decoration:none;transition:border-color .2s,background .2s,color .2s}.pp-main-collection .collection-page-num:hover{border-color:var(--border);background:#fff;color:var(--bark)}.pp-main-collection .collection-page-num.is-current{background:var(--bark);color:#fff;border-color:var(--bark)}.pp-main-collection .collection-page-ellipsis{padding:0 4px;color:var(--text-light);font-size:14px}.pp-main-collection .collection-seo-wrap{max-width:1280px;margin:0 auto;padding:0 40px 64px}.pp-main-collection .collection-seo-content{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px 40px;color:var(--text-mid);font-size:15px;line-height:1.75}.pp-main-collection .collection-seo-content h2,.pp-main-collection .collection-seo-content h3,.pp-main-collection .collection-seo-content h4{font-family:Fraunces,serif;color:var(--bark);margin:2rem 0 .75rem;line-height:1.35}.pp-main-collection .collection-seo-content h2:first-child,.pp-main-collection .collection-seo-content h3:first-child{margin-top:0}.pp-main-collection .collection-seo-content h3{font-size:1.25rem}.pp-main-collection .collection-seo-content h2{font-size:1.5rem}.pp-main-collection .collection-seo-content p{margin:0 0 1rem}.pp-main-collection .collection-seo-content p:empty{display:none}.pp-main-collection .collection-seo-content ul,.pp-main-collection .collection-seo-content ol{margin:0 0 1rem 1.25rem}.pp-main-collection .collection-seo-content a{color:var(--amber);text-decoration:underline}.pp-main-collection .empty-state{grid-column:1 / -1;text-align:center;padding:60px 20px;background:var(--cream);border-radius:var(--radius-lg);border:1px dashed var(--border);display:none;margin-top:8px}.pp-main-collection .empty-state.show{display:block}.pp-main-collection .product-card.is-filtered-out{display:none!important}.pp-main-collection .empty-state span{font-size:48px;display:block;margin-bottom:12px}.pp-main-collection .empty-state h3{font-family:Fraunces,serif;font-size:22px;color:var(--bark);margin-bottom:8px}.pp-main-collection .empty-state p{color:var(--text-mid);font-size:14px;margin-bottom:16px}.pp-main-collection .btn-secondary{background:transparent;color:var(--bark);border:2px solid var(--bark);border-radius:50px;padding:11px 24px;font-family:Outfit,sans-serif;font-size:14px;font-weight:600;cursor:pointer}.pp-main-collection .btn-secondary:hover{background:var(--bark);color:#fff}.pp-main-collection .filter-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:600;display:none}.pp-main-collection .filter-overlay.show{display:block}.pp-main-collection .filter-drawer{position:fixed;top:0;left:-320px;width:300px;height:100vh;background:#fff;z-index:601;transition:left .35s ease;overflow-y:auto;padding:24px;box-shadow:4px 0 40px #00000026}.pp-main-collection .filter-drawer.open{left:0}.pp-main-collection .drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--border)}.pp-main-collection .drawer-head h3{font-family:Fraunces,serif;font-size:20px;color:var(--bark)}.pp-main-collection .drawer-close{background:none;border:none;font-size:22px;cursor:pointer;color:var(--text-mid)}.pp-main-collection .drawer-apply{position:sticky;bottom:0;background:#fff;padding-top:16px;border-top:1px solid var(--border);margin-top:24px}.pp-main-collection .drawer-apply button{width:100%;background:var(--amber);color:#fff;border:none;border-radius:50px;padding:14px;font-family:Outfit,sans-serif;font-size:15px;font-weight:700;cursor:pointer}.pp-main-collection .toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(80px);background:var(--bark);color:#fff;border-radius:50px;padding:14px 28px;font-size:14px;font-weight:600;z-index:9999;transition:transform .4s;white-space:nowrap;box-shadow:0 8px 32px #0003}.pp-main-collection .toast.show{transform:translate(-50%) translateY(0)}.pp-main-collection footer{background:#1e1510;color:#ffffff80;padding:32px;text-align:center;font-size:12px}.pp-main-collection footer a{color:var(--amber)}@media(max-width:900px){.pp-main-collection .collection-layout{grid-template-columns:1fr}.pp-main-collection .filters-sidebar{display:none}.pp-main-collection .mobile-filter-btn{display:inline-flex}}@media(max-width:768px){.pp-main-collection .breadcrumb,.pp-main-collection .coll-banner,.pp-main-collection .collection-layout{padding-left:20px;padding-right:20px}.pp-main-collection .collection-seo-wrap{padding-left:20px;padding-right:20px;padding-bottom:48px}.pp-main-collection .coll-banner-inner{padding:24px}.pp-main-collection .coll-banner-head{flex-direction:column;gap:12px}.pp-main-collection .coll-banner-stats{width:100%;justify-content:space-around}.pp-main-collection .collection-layout{padding-bottom:48px;gap:24px}.pp-main-collection .coll-toolbar{margin-bottom:16px}.pp-main-collection .collection-seo-content{padding:24px 20px}.pp-main-collection .collection-pagination{padding:16px;gap:10px}.pp-main-collection .collection-page-btn{min-height:38px;padding:8px 14px;font-size:12px}.pp-main-collection .collection-page-num{min-width:36px;height:36px;font-size:13px}}.pp-search{max-width:1200px;margin:0 auto;padding:48px 40px}.search-header{text-align:center;margin-bottom:40px}.search-header h1{font-family:Fraunces,serif;font-size:clamp(28px,4vw,40px);color:var(--bark);margin-bottom:20px}.search-form{display:flex;gap:8px;max-width:520px;margin:0 auto}.search-form input{flex:1;padding:12px 16px;border:2px solid var(--border);border-radius:var(--radius);font-size:15px}.search-form button{padding:12px 24px;background:var(--bark);color:#fff;border:none;border-radius:var(--radius);font-weight:600;cursor:pointer}.search-results-heading{margin-bottom:24px;color:var(--text);font-size:15px}.search-results-grid{display:grid;grid-template-columns:repeat(var(--columns, 4),1fr);gap:20px}.search-result-card{border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.search-result-card a{display:block;text-decoration:none;color:inherit}.search-result-image{aspect-ratio:1;overflow:hidden;background:var(--sand-light)}.search-result-image img{width:100%;height:100%;object-fit:cover}.search-result-info{padding:14px}.search-result-info h3{font-family:Fraunces,serif;font-size:16px;color:var(--bark);margin-bottom:4px}.search-result-price{font-weight:700;color:var(--cta)}.search-result-meta{font-size:13px;color:var(--text)}.search-pagination{margin-top:40px;display:flex;justify-content:center}@media(max-width:768px){.search-results-grid{grid-template-columns:repeat(2,1fr)}.pp-search{padding:32px 20px}}@media(max-width:480px){.search-results-grid{grid-template-columns:1fr}}.pp-product-benefits .benefits-strip{background:var(--bark);padding:18px 0;margin-top:0}.pp-product-benefits .benefits-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-around;flex-wrap:wrap;gap:8px}.pp-product-benefits .benefit-item{display:flex;align-items:center;gap:10px;color:#fff;padding:4px 0}.pp-product-benefits .benefit-icon{font-size:20px}.pp-product-benefits .benefit-title{font-size:13px;font-weight:600}.pp-product-benefits .benefit-sub{font-size:11px;color:#fff9}@media(max-width:768px){.pp-product-benefits .benefits-strip{padding:12px 0}}.pp-product-faq .faq-section{background:var(--sand-light)}.pp-product-faq .faq-inner{max-width:720px;margin:0 auto}.pp-product-faq .section-header{text-align:left;margin-bottom:12px}.pp-product-faq .section-tag{display:inline-block;background:var(--sage-light);color:var(--sage);border-radius:50px;padding:4px 14px;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:10px}.pp-product-faq .section-h2{font-family:Fraunces,serif;font-size:clamp(22px,3vw,34px);font-weight:700;color:var(--bark);margin:0}.pp-product-faq .faq-item{border-bottom:1px solid var(--border)}.pp-product-faq .faq-q{width:100%;background:none;border:none;padding:18px 0;display:flex;align-items:center;justify-content:space-between;font-family:Outfit,sans-serif;font-size:15px;font-weight:600;color:var(--bark);cursor:pointer;text-align:left;gap:12px}.pp-product-faq .faq-arrow{font-size:18px;transition:transform .3s;color:var(--amber);flex-shrink:0}.pp-product-faq .faq-item.open .faq-arrow{transform:rotate(45deg)}.pp-product-faq .faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s;font-size:14px;color:var(--text-mid);line-height:1.75}.pp-product-faq .faq-item.open .faq-a{max-height:400px;padding-bottom:16px}.pp-product-grid .section-stats{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-top:12px}.pp-product-grid .section-stat{font-size:13px;color:var(--text-mid);font-weight:600;display:inline-flex;align-items:center;gap:4px}.pp-product-grid .products-grid{max-width:1200px;margin:0 auto;display:grid}.pp-product-grid .product-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid var(--border);transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s ease;position:relative;display:flex;flex-direction:column}.pp-product-grid .product-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px #3d2c1e24,0 8px 24px #3d2c1e14}.pp-product-grid .home-grid-panes{max-width:1200px;margin:0 auto}.pp-product-grid .home-grid-pane[hidden],.pp-product-grid .product-card.is-filtered-out{display:none!important}.pp-product-grid .home-grid-empty{text-align:center;color:var(--text-mid);padding:32px 16px;max-width:1200px;margin:0 auto}.pp-product-grid .home-grid-empty[hidden]{display:none}.pp-product-grid .collection-empty{grid-column:1 / -1;text-align:center;color:var(--text-mid);padding:40px 16px}.pp-product-grid .products-filter{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:36px;max-width:1200px;margin-left:auto;margin-right:auto}.pp-product-grid .filter-btn{border:1.5px solid var(--border);background:#fff;color:var(--text-mid);border-radius:50px;padding:10px 20px;font-family:Outfit,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.pp-product-grid .filter-btn:hover{border-color:var(--bark);color:var(--bark)}.pp-product-grid .filter-btn.active{background:var(--bark);border-color:var(--bark);color:#fff}.pp-product-grid .product-image{background:var(--sand-light);position:relative;overflow:hidden;width:100%;height:290px!important;min-height:290px!important;max-height:290px!important}.pp-product-grid .product-card-link{text-decoration:none;color:inherit}.pp-product-grid .product-card-link--image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block;overflow:hidden}.pp-product-grid .product-card-link--image img,.pp-product-grid .product-card-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;padding:0;margin:0;display:block;transition:transform .4s ease}.pp-product-grid .product-card:hover .product-card-link--image img,.pp-product-grid .product-card:hover .product-card-img{transform:scale(1.04)}.pp-product-grid .product-emoji{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:64px;z-index:0}.pp-product-grid .p-badge{position:absolute;top:12px;left:12px;border-radius:50px;padding:4px 12px;font-size:11px;font-weight:700;letter-spacing:.3px;z-index:2;box-shadow:0 2px 8px #0000001f}.pp-product-grid .p-badge.bestseller{background:linear-gradient(135deg,var(--amber),#d97a1e);color:#fff}.pp-product-grid .p-badge.new{background:linear-gradient(135deg,var(--sage),#4a8a4c);color:#fff}.pp-product-grid .p-badge.sale{background:linear-gradient(135deg,var(--coral),#d44a35);color:#fff;font-size:12px;padding:5px 14px}.pp-product-grid .p-badge.trending{background:linear-gradient(135deg,var(--bark),#5a3a2a);color:#fff}.pp-product-grid .quick-view-btn{position:absolute;bottom:-44px;left:0;right:0;background:#3d2c1eeb;color:#fff;border:none;padding:13px;font-family:Outfit,sans-serif;font-size:12px;font-weight:700;cursor:pointer;letter-spacing:.5px;text-transform:uppercase;transition:bottom .3s ease,background .2s;z-index:3}.pp-product-grid .quick-view-btn:hover{background:var(--amber)}.pp-product-grid .product-card:hover .quick-view-btn{bottom:0}.pp-product-grid .btn-atc-img{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--bark);box-shadow:0 2px 10px #3d2c1e1f;transition:transform .2s,background .2s,color .2s,box-shadow .2s;z-index:4;opacity:0;transform:translateY(-4px)}.pp-product-grid .product-card:hover .btn-atc-img{opacity:1;transform:translateY(0)}.pp-product-grid .btn-atc-img:hover{background:var(--amber);color:#fff;transform:scale(1.12);box-shadow:0 4px 14px #e8832a59}.pp-product-grid .product-info{padding:18px 20px 20px;display:flex;flex-direction:column;gap:6px;flex:1}.pp-product-grid .product-title{font-family:Fraunces,serif;font-size:var(--pg-title-size, 18px);font-weight:700;color:var(--bark);line-height:1.3}.pp-product-grid .product-meta-line{font-size:12px;color:var(--text-light);font-weight:500}.pp-product-grid .product-title.product-card-link{display:block}.pp-product-grid .product-title.product-card-link:hover{color:var(--amber)}.pp-product-grid .product-rating{display:flex;align-items:center;gap:4px;margin:4px 0 6px;min-height:0}.pp-product-grid .product-rating:empty{display:none}.pp-product-grid .product-card-jdgm{display:inline-flex;align-items:center;gap:6px;line-height:1;font-size:12px}.pp-product-grid .product-card-jdgm-stars{display:inline-flex;gap:1px;color:#f0a500;font-size:var(--pg-rating-size, 14px)}.pp-product-grid .product-card-jdgm-star{color:#e0e0e0}.pp-product-grid .product-card-jdgm-star.is-on{color:#f0a500}.pp-product-grid .product-card-jdgm-score{font-size:var(--pg-rating-size, 14px);font-weight:700;color:var(--bark)}.pp-product-grid .product-card-jdgm-count{font-size:var(--pg-rating-count-size, 13px);color:var(--text-mid);font-weight:500}.pp-product-grid .product-rating .stars{color:#f0a500;font-size:var(--pg-rating-size, 14px);letter-spacing:.5px}.pp-product-grid .rating-num{font-size:var(--pg-rating-size, 14px);font-weight:700;color:var(--bark)}.pp-product-grid .rating-count{font-size:var(--pg-rating-count-size, 13px);color:var(--text-mid);font-weight:500}.pp-product-grid .stock-urgency{margin:4px 0 2px;padding-top:4px;border-top:1px solid var(--border)}.pp-product-grid .stock-urgency-top{display:flex;justify-content:space-between;font-size:11px;font-weight:700;color:var(--coral);margin-bottom:5px}.pp-product-grid .stock-pct{color:var(--text-light);font-weight:500}.pp-product-grid .stock-bar{height:5px;background:#f0e0d6;border-radius:50px;overflow:hidden}.pp-product-grid .stock-bar-fill{height:100%;background:linear-gradient(90deg,var(--amber),var(--coral));border-radius:50px}.pp-product-grid .product-price-row{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:8px}.pp-product-grid .product-price{font-size:var(--pg-price-size, 22px);font-weight:700;color:var(--bark);display:flex;align-items:baseline;gap:6px}.pp-product-grid .product-price .was{font-size:var(--pg-compare-size, 15px);color:var(--text-light);text-decoration:line-through;font-weight:400}.pp-product-grid .btn-atc{background:var(--amber);color:#fff;border:none;border-radius:50px;padding:10px 20px;font-family:Outfit,sans-serif;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background .2s,transform .15s,box-shadow .2s;white-space:nowrap;box-shadow:0 4px 12px #e8832a40}.pp-product-grid .btn-atc:hover{background:var(--amber-dark);transform:scale(1.05);box-shadow:0 6px 20px #e8832a59}.pp-product-grid .btn-atc.sold-out{opacity:.5;cursor:default;transform:none;box-shadow:none}.pp-product-grid .qv-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:600;opacity:0;transition:opacity .3s}.pp-product-grid .qv-overlay.show{display:block;opacity:1}.pp-product-grid .qv-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-48%) scale(.96);width:min(860px,94vw);max-height:90vh;background:#fff;border-radius:var(--radius-lg);z-index:700;opacity:0;pointer-events:none;transition:transform .3s ease,opacity .3s ease;overflow:hidden;box-shadow:0 32px 80px #3d2c1e38}.pp-product-grid .qv-modal.open{transform:translate(-50%,-50%) scale(1);opacity:1;pointer-events:all}.pp-product-grid .qv-close{position:absolute;top:16px;right:16px;background:var(--sand-light);border:none;border-radius:50%;width:36px;height:36px;font-size:16px;cursor:pointer;color:var(--bark);z-index:10}.pp-product-grid .qv-inner{display:grid;grid-template-columns:1fr 1fr;min-height:460px;max-height:90vh;overflow-y:auto}.pp-product-grid .qv-image{background:var(--sand-light);display:flex;flex-direction:column;align-items:stretch;justify-content:center;min-height:360px;overflow:hidden;position:relative}.pp-product-grid .qv-placeholder{font-size:72px;display:flex;align-items:center;justify-content:center;min-height:360px;width:100%}.pp-product-grid .qv-single-image{display:flex;align-items:center;justify-content:center;min-height:360px;padding:20px;width:100%}.pp-product-grid .qv-single-image img,.pp-product-grid .qv-slide img{max-width:100%;max-height:min(420px,55vh);width:auto;height:auto;object-fit:contain;object-position:center}.pp-product-grid .qv-slider{position:relative;width:100%;flex:1;min-height:360px;display:flex;flex-direction:column}.pp-product-grid .qv-slider-viewport{overflow:hidden;flex:1;min-height:300px;touch-action:pan-y pinch-zoom}.pp-product-grid .qv-slider-track{display:flex;height:100%;transition:transform .35s ease;will-change:transform}.pp-product-grid .qv-slide{min-width:100%;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.pp-product-grid .qv-slider-nav{position:absolute;top:50%;transform:translateY(-50%);background:#fffffff2;border:1px solid var(--border);border-radius:50%;width:40px;height:40px;font-size:22px;line-height:1;cursor:pointer;color:var(--bark);z-index:5;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px var(--shadow);transition:background .2s,transform .15s}.pp-product-grid .qv-slider-nav:hover:not(:disabled){background:#fff;transform:translateY(-50%) scale(1.05)}.pp-product-grid .qv-slider-nav:disabled{opacity:.35;cursor:default}.pp-product-grid .qv-slider-prev{left:12px}.pp-product-grid .qv-slider-next{right:12px}.pp-product-grid .qv-slider-dots{display:flex;justify-content:center;gap:8px;padding:12px 16px 16px;flex-shrink:0}.pp-product-grid .qv-slider-dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;background:var(--border);cursor:pointer;transition:background .2s,transform .2s}.pp-product-grid .qv-slider-dot.active{background:var(--amber);transform:scale(1.2)}.pp-product-grid .qv-slider-counter{position:absolute;top:12px;left:12px;background:#3d2c1ebf;color:#fff;font-size:11px;font-weight:600;padding:4px 10px;border-radius:50px;z-index:5}.pp-product-grid .qv-details{padding:36px 32px;display:flex;flex-direction:column;gap:12px}.pp-product-grid .qv-title{font-family:Fraunces,serif;font-size:22px;font-weight:700;color:var(--bark);margin:0}.pp-product-grid .qv-meta{font-size:13px;color:var(--text-light);display:flex;flex-wrap:wrap;gap:6px}.pp-product-grid .qv-rating{display:flex;align-items:center;gap:6px;font-size:13px}.pp-product-grid .qv-stock-top{display:flex;justify-content:space-between;font-size:12px;font-weight:600;color:var(--coral);margin-bottom:6px}.pp-product-grid .qv-stock-bar{height:6px;background:#f0e0d6;border-radius:50px;overflow:hidden}.pp-product-grid .qv-stock-fill{height:100%;background:linear-gradient(90deg,var(--amber),var(--coral));border-radius:50px}.pp-product-grid .qv-price-row{display:flex;align-items:baseline;gap:10px}.pp-product-grid .qv-price{font-family:Fraunces,serif;font-size:28px;font-weight:700;color:var(--bark)}.pp-product-grid .qv-compare{font-size:16px;color:var(--text-light);text-decoration:line-through}.pp-product-grid .qv-savings{font-size:12px;font-weight:700;background:var(--coral);color:#fff;border-radius:50px;padding:3px 10px}.pp-product-grid .qv-qty{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:50px;overflow:hidden}.pp-product-grid .qv-qty-btn{background:none;border:none;width:36px;height:36px;font-size:18px;font-weight:600;cursor:pointer;color:var(--bark)}.pp-product-grid .qv-qty-num{font-size:15px;font-weight:700;min-width:32px;text-align:center}.pp-product-grid .qv-atc-btn{background:var(--amber);color:#fff;border:none;border-radius:50px;padding:16px 28px;font-family:Outfit,sans-serif;font-size:15px;font-weight:700;cursor:pointer;width:100%}.pp-product-grid .qv-view-link{text-align:center;font-size:13px;color:var(--text-mid)}@media(hover:none),(max-width:900px){.pp-product-grid .quick-view-btn{bottom:0;opacity:.95;padding:10px;font-size:12px}}@media(max-width:600px){.pp-product-grid .section-header{margin-bottom:32px}.pp-product-grid .section-stats{gap:16px}.pp-product-grid .section-stat{font-size:12px}.pp-product-grid .products-filter{margin-bottom:24px;gap:8px}.pp-product-grid .filter-btn{padding:8px 16px;font-size:12px}.pp-product-grid .product-card{border-radius:14px}.pp-product-grid .product-info{padding:12px 14px 16px;gap:4px}.pp-product-grid .product-rating{margin-bottom:4px}.pp-product-grid .product-price-row{flex-wrap:wrap;gap:8px}.pp-product-grid .btn-atc{padding:9px 16px;font-size:11px}.pp-product-grid .btn-atc-img{width:32px;height:32px;opacity:1;transform:none}.pp-product-grid .product-emoji{font-size:48px}.pp-product-grid .qv-inner{grid-template-columns:1fr}.pp-product-grid .qv-single-image,.pp-product-grid .qv-slider{min-height:280px}.pp-product-grid .qv-single-image img,.pp-product-grid .qv-slide img{max-height:50vh}.pp-product-grid .qv-slider-nav{width:36px;height:36px;font-size:20px}.pp-product-grid .qv-details{padding:24px 20px}}@media(max-width:380px){.pp-product-grid .product-card{border-radius:12px}.pp-product-grid .product-price-row{flex-direction:column;align-items:stretch}.pp-product-grid .btn-atc{width:100%;justify-content:center;padding:11px 16px}}.pp-product-guarantee .guarantee-banner{background:var(--bark);text-align:center;color:#fff;padding:36px 20px}.pp-product-guarantee .guarantee-banner h2{font-family:Fraunces,serif;font-size:clamp(28px,4vw,44px);font-weight:700;margin-bottom:12px}.pp-product-guarantee .guarantee-banner p{font-size:16px;color:#ffffffb3;max-width:520px;margin:0 auto 32px;line-height:1.7}.pp-product-guarantee .guarantee-icons{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.pp-product-guarantee .gi{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:#ffffffd9}.pp-product-guarantee .gi-icon{font-size:26px}.pp-product-howto .howto-section{background:var(--warm-white)}.pp-product-howto .howto-inner{max-width:1200px;margin:0 auto}.pp-product-howto .section-header{text-align:center;max-width:560px;margin:0 auto 16px}.pp-product-howto .section-tag{display:inline-block;background:var(--sage-light);color:var(--sage);border-radius:50px;padding:4px 14px;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:14px}.pp-product-howto .section-h2{font-family:Fraunces,serif;font-size:clamp(26px,3.5vw,40px);font-weight:700;color:var(--bark);line-height:1.2;margin-bottom:12px}.pp-product-howto .section-p{font-size:15px;color:var(--text-mid);line-height:1.7}.pp-product-howto .howto-steps{display:grid;grid-template-columns:repeat(var(--howto-cols, 4),1fr);gap:28px}.pp-product-howto .howto-step{text-align:center;padding:20px 16px;background:var(--cream);border-radius:var(--radius-lg);border:1px solid var(--border);transition:transform .3s,box-shadow .3s}.pp-product-howto .howto-step:hover{transform:translateY(-6px);box-shadow:0 12px 36px var(--shadow)}.pp-product-howto .howto-num{width:48px;height:48px;border-radius:50%;background:var(--bark);color:#fff;font-family:Fraunces,serif;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.pp-product-howto .howto-icon{font-size:36px;margin-bottom:12px;display:block}.pp-product-howto .howto-title{font-family:Fraunces,serif;font-size:16px;font-weight:600;color:var(--bark);margin-bottom:6px}.pp-product-howto .howto-text{font-size:13px;color:var(--text-mid);line-height:1.6}@media(max-width:768px){.pp-product-howto .howto-steps{grid-template-columns:repeat(2,1fr)}}.pp-product-reviews .reviews-section{background:var(--cream)}.pp-product-reviews .reviews-inner{max-width:1200px;margin:0 auto}.pp-product-reviews .section-header{text-align:center;margin-bottom:20px}.pp-product-reviews .section-tag{display:inline-block;background:var(--sage-light);color:var(--sage);border-radius:50px;padding:4px 14px;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:10px}.pp-product-reviews .section-h2{font-family:Fraunces,serif;font-size:clamp(26px,3.5vw,40px);font-weight:700;color:var(--bark);margin:0 0 8px}.pp-product-reviews .reviews-live-summary{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin:0;font-size:15px;color:var(--text-mid)}.pp-product-reviews .reviews-live-stars{color:#f0a500;font-size:18px;letter-spacing:1px}.pp-product-reviews .reviews-live-summary strong{color:var(--bark);font-size:18px}.pp-product-reviews .judgeme-reviews-wrap{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:8px 16px 20px;overflow:hidden}.pp-product-reviews .judgeme-reviews-wrap .jdgm-widget,.pp-product-reviews .judgeme-reviews-wrap .jdgm-rev-widg{margin:0!important;max-width:100%}.pp-product-reviews .judgeme-reviews-wrap .jdgm-rev-widg__title,.pp-product-reviews .judgeme-reviews-wrap .jdgm-rev-widg__summary-text{visibility:visible!important}.pp-product-reviews .reviews-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px;flex-wrap:wrap}.pp-product-reviews .rev-summary-left{display:flex;align-items:center;gap:24px}.pp-product-reviews .rev-big-num{font-family:Fraunces,serif;font-size:64px;font-weight:700;color:var(--bark);line-height:1}.pp-product-reviews .rev-stars-lg{color:#f0a500;font-size:22px;margin-bottom:4px}.pp-product-reviews .rev-count{font-size:13px;color:var(--text-mid)}.pp-product-reviews .rev-bars{min-width:200px}.pp-product-reviews .rev-bar-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.pp-product-reviews .rbl{font-size:11px;color:var(--text-mid);width:26px}.pp-product-reviews .rb-track{flex:1;height:7px;background:var(--border);border-radius:50px;overflow:hidden}.pp-product-reviews .rb-fill{height:100%;background:#f0a500;border-radius:50px}.pp-product-reviews .rbc{font-size:10px;color:var(--text-light);width:28px;text-align:right}.pp-product-reviews .reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:16px}.pp-product-reviews .review-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:22px;transition:box-shadow .2s}.pp-product-reviews .review-card:hover{box-shadow:0 8px 28px var(--shadow)}.pp-product-reviews .rev-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.pp-product-reviews .rev-av{width:42px;height:42px;border-radius:50%;background:var(--sand);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.pp-product-reviews .rev-name{font-weight:600;font-size:14px;color:var(--bark)}.pp-product-reviews .rev-meta{font-size:11px;color:var(--text-light)}.pp-product-reviews .rev-stars{color:#f0a500;font-size:13px;margin-bottom:6px}.pp-product-reviews .rev-title{font-weight:700;font-size:14px;color:var(--bark);margin-bottom:6px}.pp-product-reviews .verified-badge{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:600;color:var(--sage);margin-bottom:8px}.pp-product-reviews .rev-text{font-size:13.5px;color:var(--text-mid);line-height:1.65}.pp-product-reviews .rev-photo{margin-top:12px;background:var(--sand-light);border-radius:10px;height:100px;display:flex;align-items:center;justify-content:center;font-size:36px;overflow:hidden}.pp-product-reviews .rev-photo-img{padding:0;height:auto}.pp-product-reviews .rev-photo-img img{width:100%;height:auto;display:block;border-radius:10px}@media(max-width:768px){.pp-product-reviews .reviews-grid{grid-template-columns:1fr}.pp-product-reviews .judgeme-reviews-wrap{padding:4px 10px 16px}}.pp-product-upsell .upsell-section{background:var(--warm-white)}.pp-product-upsell .upsell-inner{max-width:1200px;margin:0 auto}.pp-product-upsell .section-header{text-align:center;max-width:560px;margin:0 auto 20px}.pp-product-upsell .section-tag{display:inline-block;background:var(--sage-light);color:var(--sage);border-radius:50px;padding:4px 14px;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:14px}.pp-product-upsell .section-tag.orange{background:#fdeedd;color:var(--amber)}.pp-product-upsell .section-h2{font-family:Fraunces,serif;font-size:clamp(26px,3.5vw,40px);font-weight:700;color:var(--bark);margin-bottom:12px}.pp-product-upsell .section-p{font-size:15px;color:var(--text-mid)}.pp-product-upsell .upsell-slider{position:relative;padding:0 44px}.pp-product-upsell .upsell-slider-viewport{overflow:hidden}.pp-product-upsell .upsell-slider-track{display:flex;gap:20px;transition:transform .35s ease;will-change:transform}.pp-product-upsell .upsell-card{position:relative;flex:0 0 calc((100% - 60px)/4);min-width:0;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:transform .25s,box-shadow .25s}.pp-product-upsell .upsell-card:hover{transform:translateY(-5px);box-shadow:0 12px 36px var(--shadow)}.pp-product-upsell .upsell-card-link{display:block;color:inherit;text-decoration:none}.pp-product-upsell .upsell-img{background:var(--sand-light);height:180px;display:flex;align-items:center;justify-content:center;font-size:56px;position:relative;overflow:hidden}.pp-product-upsell .upsell-img img{width:100%;height:100%;object-fit:cover}.pp-product-upsell .upsell-badge{position:absolute;top:10px;left:10px;background:var(--amber);color:#fff;border-radius:50px;padding:2px 8px;font-size:10px;font-weight:700}.pp-product-upsell .upsell-info{padding:14px 16px 18px}.pp-product-upsell .upsell-name{font-family:Fraunces,serif;font-size:14px;font-weight:600;color:var(--bark);margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pp-product-upsell .upsell-stars{color:#f0a500;font-size:11px;margin-bottom:10px}.pp-product-upsell .upsell-price-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.pp-product-upsell .upsell-price{font-size:16px;font-weight:700;color:var(--amber)}.pp-product-upsell .upsell-was{font-size:12px;color:var(--text-light);text-decoration:line-through;margin-left:4px}.pp-product-upsell .btn-upsell-add{background:var(--bark);color:#fff;border:none;border-radius:50px;padding:6px 14px;font-family:Outfit,sans-serif;font-size:12px;font-weight:600;cursor:pointer;flex-shrink:0}.pp-product-upsell .btn-upsell-add:hover{background:var(--amber)}.pp-product-upsell .btn-upsell-add-floating{position:absolute;right:12px;bottom:14px;z-index:2;box-shadow:0 4px 12px #3d2c1e26}.pp-product-upsell .upsell-card-link .btn-upsell-add{pointer-events:none}.pp-product-upsell .upsell-slider-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:1px solid var(--border);border-radius:50%;background:#fffffff5;color:var(--bark);font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px var(--shadow);transition:background .2s,transform .15s,opacity .2s;z-index:3}.pp-product-upsell .upsell-slider-nav:hover:not(:disabled){background:#fff;transform:translateY(-50%) scale(1.05)}.pp-product-upsell .upsell-slider-nav:disabled{opacity:.35;cursor:default}.pp-product-upsell .upsell-slider-prev{left:0}.pp-product-upsell .upsell-slider-next{right:0}.pp-product-upsell .upsell-slider-loading{display:flex;align-items:center;justify-content:center;gap:8px;min-height:120px}.pp-product-upsell .upsell-loading-dot{width:8px;height:8px;border-radius:50%;background:var(--amber);opacity:.35;animation:upsellPulse 1.2s ease-in-out infinite}.pp-product-upsell .upsell-loading-dot:nth-child(2){animation-delay:.15s}.pp-product-upsell .upsell-loading-dot:nth-child(3){animation-delay:.3s}@keyframes upsellPulse{0%,to{opacity:.35;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}@media(max-width:1024px){.pp-product-upsell .upsell-card{flex:0 0 calc((100% - 20px)/2)}}@media(max-width:768px){.pp-product-upsell .upsell-slider{padding:0 36px}.pp-product-upsell .upsell-card{flex:0 0 calc((100% - 12px)/2)}.pp-product-upsell .upsell-img{height:120px;font-size:40px}.pp-product-upsell .upsell-slider-nav{width:34px;height:34px;font-size:18px}}.pp-product-video-row .video-row-section{background:var(--warm-white)}.pp-product-video-row .video-row-inner{margin:0 auto}.pp-product-video-row .section-header{text-align:center;max-width:640px;margin:0 auto 20px}.pp-product-video-row .section-tag{display:inline-block;background:var(--sage-light);color:var(--sage);border-radius:50px;padding:4px 14px;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px}.pp-product-video-row .section-h2{font-family:Fraunces,serif;font-size:clamp(24px,3.2vw,38px);font-weight:700;color:var(--bark);line-height:1.2;margin-bottom:10px}.pp-product-video-row .section-p{font-size:15px;color:var(--text-mid);line-height:1.65}.pp-product-video-row .video-row-grid{display:grid;grid-template-columns:repeat(var(--video-row-cols, 4),minmax(0,1fr));gap:16px}.pp-product-video-row .video-row-card{min-width:0}.pp-product-video-row .video-row-frame{position:relative;width:100%;border-radius:var(--radius-lg, 16px);overflow:hidden;background:var(--bark);border:1px solid var(--border);box-shadow:0 8px 28px var(--shadow, rgba(61, 44, 30, .08))}.pp-product-video-row .video-row-media,.pp-product-video-row .video-row-media video,.pp-product-video-row .video-row-embed,.pp-product-video-row .video-row-facade{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;border:0;object-fit:cover}.pp-product-video-row .video-row-facade{padding:0;margin:0;cursor:pointer;background:var(--bark);border:none}.pp-product-video-row .video-row-facade-poster,.pp-product-video-row .video-row-facade-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.pp-product-video-row .video-row-facade-bg{background:linear-gradient(145deg,var(--sand-light),var(--cream))}.pp-product-video-row .video-row-facade-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;background:var(--amber);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1;box-shadow:0 8px 24px #e8832a66;pointer-events:none}.pp-product-video-row .video-row-caption{margin:10px 4px 0;font-size:13px;font-weight:600;color:var(--bark);line-height:1.4;text-align:center}.pp-product-video-row .video-row-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px;background:linear-gradient(145deg,var(--sand-light),var(--cream));color:var(--text-mid);text-align:center}.pp-product-video-row .video-row-placeholder-icon{width:48px;height:48px;border-radius:50%;background:var(--amber);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1;box-shadow:0 6px 18px #e8832a59}.pp-product-video-row .video-row-placeholder-text{font-size:12px;font-weight:600;max-width:180px;line-height:1.4}.pp-product-video-row .video-row-empty{text-align:center;color:var(--text-mid);font-size:14px;padding:24px;border:1px dashed var(--border);border-radius:12px}@media(max-width:1024px){.pp-product-video-row .video-row-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.pp-product-video-row .video-row-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pp-product-video-row .video-row-caption{font-size:11px;margin-top:6px}}.pp-product-why .why-section{background:var(--sand-light)}.pp-product-why .why-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.pp-product-why .why-inner--text-only{grid-template-columns:1fr;max-width:760px}.pp-product-why .why-visual{background:var(--cream);border-radius:var(--radius-lg);height:420px;display:flex;align-items:center;justify-content:center;font-size:120px;border:1px solid var(--border);overflow:hidden;position:relative}.pp-product-why .why-visual img{width:100%;height:100%;object-fit:cover}.pp-product-why .why-visual:before{content:"";position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(232,131,42,.12) 0%,transparent 70%);top:-50px;right:-50px;pointer-events:none}.pp-product-why .section-tag{display:inline-block;background:var(--sage-light);color:var(--sage);border-radius:50px;padding:4px 14px;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.pp-product-why .section-tag.orange{background:#fdeedd;color:var(--amber)}.pp-product-why .why-h{font-family:Fraunces,serif;font-size:clamp(26px,3vw,38px);font-weight:700;color:var(--bark);line-height:1.2;margin-bottom:16px}.pp-product-why .why-p{font-size:15px;color:var(--text-mid);line-height:1.75;margin-bottom:16px}.pp-product-why .feature-list{display:flex;flex-direction:column;gap:14px}.pp-product-why .feature-item{display:flex;gap:14px;align-items:flex-start}.pp-product-why .feature-icon-wrap{width:44px;height:44px;border-radius:12px;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;border:1px solid var(--border)}.pp-product-why .feature-title{font-weight:600;color:var(--bark);font-size:14px;margin-bottom:3px}.pp-product-why .feature-desc{font-size:13px;color:var(--text-mid);line-height:1.5}@media(max-width:768px){.pp-product-why .why-inner{grid-template-columns:1fr;gap:0}.pp-product-why .why-visual{display:none}}.product-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);transition:transform .3s,box-shadow .3s;position:relative}.product-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px var(--shadow-lg)}.product-image{background:var(--sand-light);min-height:200px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-card-img{width:100%;height:100%;object-fit:cover;min-height:200px}.product-emoji-placeholder{font-size:64px;min-height:200px;display:flex;align-items:center;justify-content:center;width:100%}.p-badge{position:absolute;top:12px;left:12px;border-radius:50px;padding:3px 10px;font-size:10px;font-weight:700;z-index:2}.p-badge.bestseller{background:var(--amber);color:#fff}.p-badge.sale{background:var(--coral);color:#fff}.p-badge.trending{background:var(--sage);color:#fff}.p-wishlist{position:absolute;top:12px;right:12px;background:#fff;border:none;border-radius:50%;width:34px;height:34px;cursor:pointer;z-index:2}.product-info{padding:16px 18px 20px}.product-title{font-weight:600;font-size:15px;color:var(--bark);display:block;margin-bottom:4px}.product-subtitle{font-size:12px;color:var(--text-light);margin-bottom:8px}.stars{color:#f0a500;font-size:12px}.product-price-row{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.product-price{font-weight:700;font-size:16px;color:var(--amber)}.product-price .was{font-size:13px;color:var(--text-light);text-decoration:line-through;font-weight:400;margin-left:4px}.btn-add-sm{background:var(--bark);color:#fff;border:none;border-radius:50px;padding:7px 16px;font-size:12px;font-weight:600;cursor:pointer}.btn-add-sm:hover{background:var(--amber)}.btn-add-sm.sold-out{opacity:.5;cursor:default}
/*# sourceMappingURL=/cdn/shop/t/8/compiled_assets/styles.css.map */
