:root{--ph-forest: var(--pekoe-forest, #173C2E);--ph-forest-tint: var(--pekoe-forest-tint, #E7EFE7);--ph-clay: var(--pekoe-clay, #B36B4A);--ph-cream: var(--pekoe-cream, #F8F5EE);--ph-ink: var(--pekoe-ink, #1B1A17);--ph-ink-muted: var(--pekoe-ink-muted, #6B6A63);--ph-line: var(--pekoe-line, #D8D2C4);--ph-font-display: var(--pekoe-font-display, "Fraunces", Georgia, serif);--ph-font-body: var(--pekoe-font-body, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)}.product{background:var(--ph-cream)}.product__title h1,.product__title{font-family:var(--ph-font-display)!important;font-weight:600;color:var(--ph-ink);letter-spacing:-.01em}.product__info-wrapper,.product__info-container{font-family:var(--ph-font-body)}.price{font-family:var(--ph-font-body);color:var(--ph-forest)!important;font-weight:600}.product-form__submit,button.product-form__submit{background:var(--ph-forest)!important;color:var(--ph-cream)!important;border-radius:2px!important;border:1.5px solid var(--ph-forest)!important;text-transform:uppercase;letter-spacing:.06em;font-size:13px;font-weight:600;transition:background .15s ease,color .15s ease}.product-form__submit:hover{background:var(--ph-clay)!important;border-color:var(--ph-clay)!important}.product__media-wrapper{background:var(--ph-forest-tint)}variant-radios .product-form__input,variant-selects .product-form__input,.product-form__input input[type=radio]+label{border-color:var(--ph-line)!important}.product-form__input input[type=radio]:checked+label{background:var(--ph-forest)!important;border-color:var(--ph-forest)!important;color:var(--ph-cream)!important}body{font-family:var(--ph-font-body)}.pekoe-accordion{max-width:760px;margin:0 auto;padding:56px 20px;font-family:var(--ph-font-body);color:var(--ph-ink)}.pekoe-accordion__heading{font-family:var(--ph-font-display);font-size:22px;font-weight:600;margin:0 0 24px;color:var(--ph-ink)}.pekoe-accordion__row{border-top:1px solid var(--ph-line)}.pekoe-accordion__row:last-child{border-bottom:1px solid var(--ph-line)}.pekoe-accordion__summary{display:flex;align-items:center;justify-content:space-between;padding:18px 4px;cursor:pointer;list-style:none;font-size:16px;font-weight:500}.pekoe-accordion__summary::-webkit-details-marker{display:none}.pekoe-accordion__icon{width:14px;height:14px;position:relative;flex:0 0 auto;margin-left:16px}.pekoe-accordion__icon:before,.pekoe-accordion__icon:after{content:"";position:absolute;background:var(--ph-forest);transition:transform .15s ease}.pekoe-accordion__icon:before{width:100%;height:1.5px;top:50%;left:0;transform:translateY(-50%)}.pekoe-accordion__icon:after{width:1.5px;height:100%;left:50%;top:0;transform:translate(-50%)}details[open] .pekoe-accordion__icon:after{transform:translate(-50%) rotate(90deg);opacity:0}.pekoe-accordion__body{padding:0 4px 20px;color:var(--ph-ink-muted);font-size:15px;line-height:1.6}.pekoe-accordion__body p{margin:0 0 12px}.pekoe-accordion__body a{color:var(--ph-forest)}.pekoe-crossell{background:var(--ph-forest-tint);padding:56px 20px}.pekoe-crossell__inner{max-width:1120px;margin:0 auto}.pekoe-crossell__heading{font-family:var(--ph-font-display);font-size:26px;font-weight:600;color:var(--ph-ink);margin:0 0 28px;text-align:center}.pekoe-crossell__grid{display:grid;grid-template-columns:repeat(var(--pekoe-columns, 3),1fr);gap:24px}.pekoe-crossell__card{display:block;text-decoration:none;color:var(--ph-ink);background:var(--ph-cream);border:1px solid var(--ph-line);border-radius:2px;overflow:hidden;transition:box-shadow .2s ease}.pekoe-crossell__card:hover,.pekoe-crossell__card:focus-visible{box-shadow:0 6px 20px #173c2e1f}.pekoe-crossell__image-wrap{aspect-ratio:1 / 1;overflow:hidden;background:var(--ph-forest-tint)}.pekoe-crossell__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.pekoe-crossell__card:hover .pekoe-crossell__image-wrap img{transform:scale(1.03)}.pekoe-crossell__info{padding:14px 16px 18px;font-family:var(--ph-font-body)}.pekoe-crossell__name{font-size:15px;font-weight:500;margin:0 0 4px}.pekoe-crossell__price{font-size:14px;color:var(--ph-forest);font-weight:600}.pekoe-sticky-bar{display:none}@media(max-width:749px){.pekoe-sticky-bar{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:30;align-items:center;justify-content:space-between;gap:12px;background:var(--ph-cream);border-top:1px solid var(--ph-line);padding:10px 16px calc(10px + env(safe-area-inset-bottom));font-family:var(--ph-font-body);transform:translateY(100%);opacity:0;transition:transform .22s ease-out,opacity .22s ease-out;box-shadow:0 -4px 16px #0000000f}.pekoe-sticky-bar.is-visible{transform:translateY(0);opacity:1}@media(prefers-reduced-motion:reduce){.pekoe-sticky-bar{transition:opacity .22s ease-out;transform:none}}.pekoe-sticky-bar__info{display:flex;flex-direction:column;min-width:0}.pekoe-sticky-bar__title{font-size:13px;font-weight:500;color:var(--ph-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:46vw}.pekoe-sticky-bar__variant{font-size:12px;color:var(--ph-ink-muted)}.pekoe-sticky-bar__price{font-size:14px;font-weight:600;color:var(--ph-forest);margin-left:4px}.pekoe-sticky-bar__cta{flex:0 0 auto;background:var(--ph-forest);color:var(--ph-cream);border:none;border-radius:2px;padding:12px 18px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;cursor:pointer}.pekoe-sticky-bar__cta:disabled{opacity:.5;cursor:not-allowed}.pekoe-sticky-bar__cta.is-added{background:var(--ph-clay)}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/pekoe-pdp.css.map */
