:root{--ph-teal-900: #2E7D93;--ph-teal-600: #1F4A4A;--ph-sage-teal: #74B09E;--ph-sage-green: #8FAE79;--ph-mustard: #E8B923;--ph-mustard-dark: #C79A12;--ph-cream: #F5F1E6;--ph-cream-light:#FBF9F4;--ph-white: #FFFFFF;--ph-surface-dark: #177E98;--ph-surface-dark-hover: #135F73;--ph-ink: #23302E;--ph-ink-soft: #52605D;--ph-line: #E3DDCB;--ph-danger: #B5482F;--ph-font-heading: "Fraunces", "Georgia", serif;--ph-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ph-page-width: 1280px;--ph-radius-sm: 8px;--ph-radius-md: 14px;--ph-radius-pill: 999px;--ph-gutter: clamp(16px, 4vw, 32px);--ph-shadow-card: 0 2px 10px rgba(31, 74, 74, .08);--ph-shadow-hover: 0 8px 24px rgba(31, 74, 74, .14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ph-cream);color:var(--ph-ink);font-family:var(--ph-font-body);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none;margin:0;padding:0}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4{font-family:var(--ph-font-heading);color:var(--ph-teal-900);line-height:1.15;margin:0 0 .5em;font-weight:600}h1{font-size:clamp(2rem,4vw,3.25rem);letter-spacing:-.01em}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:1.25rem}p{margin:0 0 1em}.ph-container{max-width:var(--ph-page-width);margin:0 auto;padding:0 var(--ph-gutter)}.ph-section{padding:clamp(40px,6vw,88px) 0}.ph-section--tight{padding:clamp(24px,4vw,48px) 0}.ph-section--cream-light{background:var(--ph-cream-light)}.ph-section--teal{background:var(--ph-surface-dark);color:var(--ph-white)}.ph-section--teal h2,.ph-section--teal h3{color:var(--ph-white)}.ph-eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ph-surface-dark);margin-bottom:10px}.ph-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px;flex-wrap:wrap}.ph-section-head p{color:var(--ph-ink-soft);max-width:46ch;margin:6px 0 0}.ph-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;border-radius:var(--ph-radius-pill);font-weight:600;font-size:.95rem;border:2px solid transparent;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease;white-space:nowrap}.ph-btn:hover{transform:translateY(-1px)}.ph-btn--primary{background:var(--ph-teal-900);color:var(--ph-white)}.ph-btn--primary:hover{background:var(--ph-mustard);color:var(--ph-ink);box-shadow:var(--ph-shadow-hover)}.ph-btn--dark{background:var(--ph-surface-dark);color:var(--ph-white)}.ph-btn--dark:hover{background:var(--ph-surface-dark-hover);box-shadow:var(--ph-shadow-hover)}.ph-card__quick-add{background:var(--ph-teal-900);color:var(--ph-white)}.ph-card__quick-add:hover{background:var(--ph-mustard);color:var(--ph-ink);box-shadow:var(--ph-shadow-hover)}.ph-btn--outline{background:transparent;border-color:var(--ph-teal-900);color:var(--ph-teal-900)}.ph-btn--outline:hover{background:var(--ph-surface-dark);border-color:var(--ph-surface-dark);color:var(--ph-white)}.ph-btn--outline-light{background:transparent;border-color:#fff9;color:var(--ph-white)}.ph-btn--outline-light:hover{background:var(--ph-white);color:var(--ph-teal-900)}.ph-btn--block{width:100%}.ph-btn--sm{padding:9px 18px;font-size:.85rem}.ph-btn[disabled]{opacity:.5;cursor:not-allowed;transform:none}.ph-badge{display:inline-flex;align-items:center;gap:4px;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:5px 10px;border-radius:var(--ph-radius-pill)}.ph-badge--sale{background:var(--ph-danger);color:var(--ph-white)}.ph-badge--bestseller{background:var(--ph-mustard);color:var(--ph-ink)}.ph-badge--new{background:var(--ph-surface-dark);color:var(--ph-white)}.ph-badge--calm-mild{background:#e4eee6;color:var(--ph-sage-green)}.ph-badge--calm-moderate{background:#e3f0ee;color:var(--ph-sage-teal)}.ph-badge--calm-advanced{background:#e2ecef;color:var(--ph-teal-600)}.ph-announce{background:var(--ph-surface-dark);color:var(--ph-cream);text-align:center;font-size:.82rem;font-weight:600;letter-spacing:.02em;padding:9px var(--ph-gutter)}.ph-announce a{text-decoration:underline;text-underline-offset:2px}.ph-header{background:var(--ph-cream);border-bottom:1px solid var(--ph-line);position:sticky;top:0;z-index:40}.ph-header__row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px var(--ph-gutter);max-width:var(--ph-page-width);margin:0 auto}.ph-logo{font-family:var(--ph-font-heading);font-size:1.5rem;font-weight:700;color:var(--ph-teal-900);display:flex;align-items:center;gap:8px}.ph-logo img{height:36px;width:auto}.ph-nav{display:flex;align-items:center;gap:28px}.ph-nav a{font-size:.92rem;font-weight:600;color:var(--ph-teal-900);position:relative;padding:4px 0}.ph-nav a:hover{color:var(--ph-teal-600)}.ph-header__actions{display:flex;align-items:center;gap:18px}.ph-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;color:var(--ph-teal-900);position:relative}.ph-icon-btn:hover{background:#1f4a4a14}.ph-icon-btn svg{width:20px;height:20px}.ph-cart-count{position:absolute;top:-2px;right:-2px;background:var(--ph-mustard);color:var(--ph-ink);font-size:.65rem;font-weight:700;min-width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 3px}.ph-menu-toggle{display:none}@media(max-width:900px){.ph-nav{display:none}.ph-menu-toggle{display:inline-flex}}.ph-hero{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:48px;max-width:var(--ph-page-width);margin:0 auto;padding:clamp(32px,6vw,72px) var(--ph-gutter)}.ph-hero__copy p{color:var(--ph-ink-soft);font-size:1.05rem;max-width:46ch}.ph-hero__actions{display:flex;gap:14px;margin-top:22px;flex-wrap:wrap}.ph-hero__media{position:relative;border-radius:var(--ph-radius-md);overflow:hidden;aspect-ratio:4/3.2;background:var(--ph-sage-teal)}.ph-hero__media img{width:100%;height:100%;object-fit:cover}.ph-hero__price-chip{position:absolute;bottom:18px;left:18px;background:var(--ph-white);border-radius:var(--ph-radius-md);padding:12px 16px;box-shadow:var(--ph-shadow-card);display:flex;align-items:center;gap:10px;transition:transform .15s ease,box-shadow .15s ease}.ph-hero__price-chip:hover{transform:translateY(-2px);box-shadow:var(--ph-shadow-hover)}.ph-hero__price-chip strong{font-size:1.1rem;color:var(--ph-teal-900)}.ph-hero__price-chip span{font-size:.75rem;color:var(--ph-ink-soft)}@media(max-width:860px){.ph-hero{grid-template-columns:1fr}.ph-hero__media{order:-1}}.ph-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--ph-gutter)}.ph-category-card{position:relative;border-radius:var(--ph-radius-md);overflow:hidden;aspect-ratio:3/3.6;display:block;box-shadow:var(--ph-shadow-card);transition:box-shadow .2s ease,transform .2s ease}.ph-category-card:hover{box-shadow:var(--ph-shadow-hover);transform:translateY(-3px)}.ph-category-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.ph-category-card:hover img{transform:scale(1.05)}.ph-category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1f4a4a00 40%,#132d2dd1);display:flex;flex-direction:column;justify-content:flex-end;padding:22px;color:var(--ph-white)}.ph-category-card__overlay h3{color:var(--ph-white);margin-bottom:4px}.ph-category-card__overlay span{font-size:.85rem;opacity:.85;display:flex;align-items:center;gap:6px}@media(max-width:860px){.ph-category-grid{grid-template-columns:1fr}}.ph-calm-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.ph-calm-card{display:block;background:var(--ph-white);border:1px solid var(--ph-line);border-radius:var(--ph-radius-md);padding:20px;color:inherit;text-decoration:none;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.ph-calm-card:hover{border-color:var(--ph-sage-teal);box-shadow:var(--ph-shadow-card);transform:translateY(-2px)}.ph-calm-card__level{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--ph-teal-600);margin-bottom:8px}.ph-calm-card h3{margin-bottom:6px;font-size:1.05rem;color:var(--ph-ink)}.ph-calm-card p{font-size:.88rem;color:var(--ph-ink-soft);margin-bottom:14px}.ph-calm-card__cta{font-size:.85rem;font-weight:600;color:var(--ph-teal-600);display:inline-flex;align-items:center;gap:4px;transition:gap .15s ease}.ph-calm-card:hover .ph-calm-card__cta{gap:8px}.ph-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--ph-gutter)}@media(max-width:1024px){.ph-product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.ph-product-grid{grid-template-columns:repeat(2,1fr);gap:14px}}.ph-card{background:var(--ph-cream-light);border-radius:var(--ph-radius-md);overflow:hidden;box-shadow:var(--ph-shadow-card);transition:box-shadow .2s ease,transform .2s ease;display:flex;flex-direction:column;height:100%}.ph-card:hover{box-shadow:var(--ph-shadow-hover);transform:translateY(-3px)}.ph-card__media{position:relative;aspect-ratio:1/1;background:var(--ph-cream);overflow:hidden}.ph-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.ph-card:hover .ph-card__media img{transform:scale(1.06)}.ph-card__badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:6px;align-items:flex-start}.ph-card__wishlist{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:50%;background:#ffffffe6;display:flex;align-items:center;justify-content:center;color:var(--ph-teal-900)}.ph-card__wishlist svg{width:16px;height:16px}.ph-card__body{padding:16px;display:flex;flex-direction:column;gap:6px;flex:1}.ph-card__vendor{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--ph-ink-soft)}.ph-card__title{font-size:.95rem;font-weight:600;color:var(--ph-ink);line-height:1.35}.ph-card__title a:hover{color:var(--ph-teal-600)}.ph-card__rating{display:flex;align-items:center;gap:4px;font-size:.78rem;color:var(--ph-ink-soft)}.ph-card__rating svg{width:13px;height:13px;fill:var(--ph-mustard)}.ph-card__price{display:flex;align-items:baseline;gap:8px;margin-top:auto;padding-top:6px}.ph-card__price .ph-price--now{font-weight:700;color:var(--ph-teal-900);font-size:1.05rem}.ph-card__price .ph-price--was{text-decoration:line-through;color:var(--ph-ink-soft);font-size:.85rem}.ph-card__quick-add{padding:10px 16px}.ph-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}.ph-trust-item{display:flex;flex-direction:column;align-items:center;gap:10px;padding:8px}.ph-trust-item svg{width:30px;height:30px;color:var(--ph-mustard)}.ph-trust-item strong{font-size:.9rem;color:var(--ph-teal-900)}.ph-trust-item span{font-size:.8rem;color:var(--ph-ink-soft)}@media(max-width:720px){.ph-trust-grid{grid-template-columns:repeat(2,1fr)}}.ph-lifestyle{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.ph-lifestyle__media{border-radius:var(--ph-radius-md);overflow:hidden;aspect-ratio:4/5}.ph-lifestyle__media img{width:100%;height:100%;object-fit:cover}@media(max-width:860px){.ph-lifestyle{grid-template-columns:1fr}}.ph-newsletter{text-align:center;max-width:560px;margin:0 auto}.ph-newsletter form{display:flex;gap:10px;margin-top:20px}.ph-newsletter input[type=email]{flex:1;padding:13px 18px;border-radius:var(--ph-radius-pill);border:1px solid rgba(255,255,255,.4);background:#ffffff14;color:var(--ph-white);font-size:.95rem}.ph-newsletter input[type=email]::placeholder{color:#fff9}.ph-footer{background:var(--ph-surface-dark);color:#ffffffd9}.ph-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:32px;padding:56px 0 32px}.ph-footer h4{color:var(--ph-white);font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.ph-footer li{margin-bottom:10px;font-size:.9rem}.ph-footer a:hover{color:var(--ph-mustard)}.ph-footer__brand p{color:#ffffffb3;font-size:.9rem;max-width:32ch}.ph-footer__social{display:flex;gap:12px;margin-top:16px}.ph-footer__social a{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center}.ph-footer__social svg{width:16px;height:16px}.ph-footer__bottom{border-top:1px solid rgba(255,255,255,.15);padding:20px 0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:.8rem;color:#fff9}@media(max-width:860px){.ph-footer__grid{grid-template-columns:1fr 1fr}}.ph-collection-banner{background:var(--ph-surface-dark);color:var(--ph-white);padding:48px var(--ph-gutter);text-align:center}.ph-collection-banner p{color:#fffc;max-width:60ch;margin:8px auto 0}.ph-collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:20px 0;border-bottom:1px solid var(--ph-line);margin-bottom:28px}.ph-filter-pills{display:flex;gap:8px;flex-wrap:wrap}.ph-filter-pill{padding:8px 16px;border-radius:var(--ph-radius-pill);border:1px solid var(--ph-line);font-size:.82rem;font-weight:600;color:var(--ph-teal-900);background:var(--ph-white)}.ph-filter-pill.is-active,.ph-filter-pill:hover{background:var(--ph-surface-dark);color:var(--ph-white);border-color:var(--ph-surface-dark)}.ph-sort select{padding:8px 14px;border-radius:var(--ph-radius-pill);border:1px solid var(--ph-line);background:var(--ph-white);font-size:.85rem}.ph-empty-state{text-align:center;padding:80px 20px;color:var(--ph-ink-soft)}.ph-product{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;padding:40px var(--ph-gutter);max-width:var(--ph-page-width);margin:0 auto}.ph-product__gallery-main{border-radius:var(--ph-radius-md);overflow:hidden;aspect-ratio:1/1;background:var(--ph-cream-light);margin-bottom:12px}.ph-product__gallery-main img{width:100%;height:100%;object-fit:cover}.ph-product__thumbs{display:flex;gap:10px}.ph-product__thumbs img{width:76px;height:76px;object-fit:cover;border-radius:var(--ph-radius-sm);border:2px solid transparent;cursor:pointer}.ph-product__thumbs img.is-active{border-color:var(--ph-mustard)}.ph-product__price{display:flex;align-items:baseline;gap:12px;margin:14px 0 8px}.ph-product__price .ph-price--now{font-size:1.6rem;font-weight:700;color:var(--ph-teal-900)}.ph-product__price .ph-price--was{font-size:1.1rem;color:var(--ph-ink-soft);text-decoration:line-through}.ph-product__badges{display:flex;gap:8px;margin-bottom:12px}.ph-product__desc{color:var(--ph-ink-soft);margin:16px 0}.ph-qty-selector{display:inline-flex;align-items:center;border:1px solid var(--ph-line);border-radius:var(--ph-radius-pill);overflow:hidden;height:44px;background:var(--ph-white)}.ph-qty-selector button{-webkit-appearance:none;appearance:none;width:40px;height:44px;padding:0;border:none;outline:none;background:var(--ph-white);color:var(--ph-teal-900);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s ease,color .15s ease}.ph-qty-selector button svg{width:13px;height:13px;display:block;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;fill:none}.ph-qty-selector button:hover{background:var(--ph-cream-light);color:var(--ph-mustard-dark)}.ph-qty-selector input{-webkit-appearance:none;appearance:none;width:44px;height:44px;text-align:center;border:none;outline:none;background:transparent;font-size:1rem;color:var(--ph-ink);-moz-appearance:textfield}.ph-qty-selector input::-webkit-outer-spin-button,.ph-qty-selector input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ph-product__buy-row{display:flex;gap:12px;margin:18px 0;align-items:center}.ph-product__meta-list{border-top:1px solid var(--ph-line);margin-top:22px}.ph-product__meta-item{border-bottom:1px solid var(--ph-line);padding:14px 0}.ph-product__meta-item summary{cursor:pointer;font-weight:600;color:var(--ph-teal-900)}.ph-product__meta-item p{margin-top:10px;color:var(--ph-ink-soft);font-size:.92rem}.ph-subscribe-box{border:1px dashed var(--ph-sage-teal);background:var(--ph-cream-light);border-radius:var(--ph-radius-md);padding:16px;margin:16px 0;font-size:.88rem;color:var(--ph-ink-soft)}@media(max-width:860px){.ph-product{grid-template-columns:1fr;gap:28px}}.ph-as-seen{padding:28px 0;text-align:center}.ph-as-seen__label{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ph-ink-soft);margin-bottom:18px}.ph-as-seen__row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:clamp(24px,5vw,56px)}.ph-as-seen__item{font-family:var(--ph-font-heading);font-weight:700;font-size:1.3rem;color:var(--ph-ink-soft);opacity:.7;letter-spacing:.01em}.ph-as-seen__item img{height:26px;width:auto;display:block}.ph-product__rating{display:flex;align-items:center;gap:8px;margin:4px 0 10px;font-size:.85rem;color:var(--ph-ink-soft)}.ph-product__rating svg{width:16px;height:16px;fill:var(--ph-mustard)}.ph-product__rating a{color:var(--ph-surface-dark);text-decoration:underline;text-underline-offset:2px}.ph-payment-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:16px 0 0;padding:12px 14px;border:1px solid var(--ph-line);border-radius:var(--ph-radius-md);background:var(--ph-cream-light)}.ph-payment-bar__label{font-size:.8rem;color:var(--ph-ink-soft);font-weight:600;margin-right:4px;white-space:nowrap}.ph-payment-bar__icons{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ph-payment-icon{height:24px;width:auto;border-radius:4px}.ph-rich-text{max-width:720px;margin:0 auto;text-align:center}.ph-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ph-text-center{text-align:center}.ph-mt-0{margin-top:0}.ph-font-sans h1,.ph-font-sans h2,.ph-font-sans h3,.ph-font-sans h4,.ph-font-sans .ph-logo{font-family:var(--ph-font-body)}
/*# sourceMappingURL=/cdn/shop/t/16/assets/theme.css.map */
