:root{--tph-cream: #FBF3E4;--tph-cream-2: #F5ECD8;--tph-ink: #211C18;--tph-ink-70: rgba(33, 28, 24, .7);--tph-cobalt: #2E67D6;--tph-vermilion: #F04E36;--tph-marigold: #F6B024;--tph-viridian: #23A177;--tph-rose: #E85C97;--tph-lilac: #8C6BE0;--tph-font-display: "Fredoka", "Baloo 2", system-ui, sans-serif;--tph-font-body: "Inter", system-ui, sans-serif;--tph-r-pill: 999px;--tph-r-card: 20px;--tph-r-lg: 28px;--tph-shadow-solid: 4px 4px 0 var(--tph-ink);--tph-section-y: 44px;--tph-maxw: 1200px;--tph-gutter: 20px}@media(min-width:750px){:root{--tph-section-y: 72px;--tph-gutter: 32px}}body{background:var(--tph-cream);color:var(--tph-ink);font-family:var(--tph-font-body)}.tph-section{border-top:2px solid var(--tph-ink)}.tph-container{max-width:var(--tph-maxw);margin:0 auto;padding:var(--tph-section-y) var(--tph-gutter)}.tph-bg-cream{background:var(--tph-cream)}.tph-bg-cream2{background:var(--tph-cream-2)}.tph-bg-cobalt{background:var(--tph-cobalt);color:var(--tph-cream)}.tph-bg-marigold{background:var(--tph-marigold)}.tph-bg-viridian{background:var(--tph-viridian);color:var(--tph-cream)}.tph-bg-rose{background:var(--tph-rose);color:var(--tph-cream)}.tph-bg-lilac{background:var(--tph-lilac);color:var(--tph-cream)}.tph-bg-ink{background:var(--tph-ink);color:var(--tph-cream)}.tph-h1,.tph-h2,.tph-h3{font-family:var(--tph-font-display);font-weight:700;margin:0}.tph-h1{font-size:clamp(38px,5vw,64px);line-height:1.02;letter-spacing:-1.5px}.tph-h2{font-size:clamp(28px,4vw,40px);letter-spacing:-1px}.tph-h3{font-size:22px;font-weight:600}.tph-eyebrow{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px}.tph-body{font-size:16px;line-height:1.5}.tph-muted{color:var(--tph-ink-70)}.tph-btn{font-family:var(--tph-font-display);font-weight:600;font-size:16px;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;display:inline-block;padding:16px 30px;border-radius:var(--tph-r-pill);border:3px solid var(--tph-ink);box-shadow:var(--tph-shadow-solid);background:var(--tph-vermilion);color:#fff;cursor:pointer;transition:transform .15s,box-shadow .15s;text-align:center;line-height:1.2}.tph-btn:hover,.tph-btn:focus-visible{transform:translate(2px,2px);box-shadow:2px 2px 0 var(--tph-ink);color:#fff}.tph-btn--cobalt{background:var(--tph-cobalt)}.tph-btn--cream{background:var(--tph-cream);color:var(--tph-ink)}.tph-btn--cream:hover,.tph-btn--cream:focus-visible{color:var(--tph-ink)}.tph-btn--sm{font-size:14px;padding:11px 22px;border-width:2.5px;box-shadow:3px 3px 0 var(--tph-ink)}.tph-btn--sm:hover,.tph-btn--sm:focus-visible{box-shadow:1px 1px 0 var(--tph-ink)}.tph-dot{width:52px;height:52px;border-radius:var(--tph-r-pill);border:2.5px solid var(--tph-ink);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--tph-font-display);font-weight:700;font-size:23px;flex-shrink:0}.tph-dot--ink-text{color:var(--tph-ink)}.tph-card{background:#fff;border:2px solid var(--tph-ink);border-radius:var(--tph-r-card);overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s;text-decoration:none;color:var(--tph-ink)}.tph-card:hover{transform:translateY(-4px);box-shadow:5px 5px 0 var(--tph-ink)}.tph-badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:5px 10px;border-radius:var(--tph-r-pill);border:2px solid var(--tph-ink);background:var(--tph-vermilion);color:#fff}.tph-badge--marigold{background:var(--tph-marigold);color:var(--tph-ink)}.tph-stars{color:var(--tph-marigold);letter-spacing:1px}.tph-ph{display:flex;align-items:flex-end;padding:8px}.tph-ph-label{font-family:monospace;font-size:10.5px;background:#fbf3e4e6;color:var(--tph-ink);padding:2px 7px;border-radius:5px}.tph-marquee{overflow:hidden;padding:9px 0;white-space:nowrap}.tph-marquee__track{display:inline-block;animation:tph-marquee var(--tph-marquee-speed, 22s) linear infinite}.tph-marquee__item{font-size:13px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase}@keyframes tph-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes tph-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.tph-float{animation:tph-float 5s ease-in-out infinite}.tph-float--d1{animation-duration:6s;animation-delay:.8s}.tph-float--d2{animation-duration:4.5s;animation-delay:.4s}@media(prefers-reduced-motion:reduce){.tph-marquee__track,.tph-float,.tph-float--d1,.tph-float--d2{animation:none!important}.tph-btn,.tph-card{transition:none!important}}.tph-grid-4{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tph-grid-3{display:grid;grid-template-columns:minmax(0,1fr);gap:14px}.tph-grid-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.tph-split{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}@media(min-width:750px){.tph-grid-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.tph-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.tph-grid-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.tph-split{grid-template-columns:1fr 1fr;gap:56px}}.tph-heading-row{display:flex;align-items:baseline;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:36px}.tph-link-more{font-weight:600;font-size:15px;color:var(--tph-ink);text-decoration:underline;text-underline-offset:4px}.tph-input{padding:15px 20px;border-radius:var(--tph-r-pill);border:2.5px solid var(--tph-ink);font-size:15px;font-family:var(--tph-font-body);background:var(--tph-cream);color:var(--tph-ink);outline:none}.tph-chip{font-family:var(--tph-font-body);font-size:13.5px;font-weight:600;padding:8px 16px;border-radius:var(--tph-r-pill);border:2px solid var(--tph-ink);cursor:pointer;transition:all .15s;background:#fff;color:var(--tph-ink);text-decoration:none;display:inline-block;line-height:1.2}.tph-chip:hover{background:var(--tph-cream-2);color:var(--tph-ink)}.tph-chip.is-active,.tph-chip[aria-current]{background:var(--tph-ink);color:var(--tph-cream)}.tph-opt{font-family:var(--tph-font-body);font-size:14px;padding:11px 18px;border-radius:14px;border:2.5px solid var(--tph-ink);cursor:pointer;text-align:left;transition:all .15s;background:#fff;color:var(--tph-ink)}.tph-opt.is-active{background:var(--tph-ink);color:var(--tph-cream)}.tph-opt__note{display:block;font-size:11.5px;opacity:.7;font-weight:400}.tph-opt strong{display:block;font-weight:700}.tph-box{border:3px solid var(--tph-ink);border-radius:var(--tph-r-card);background:#fff;padding:28px;box-shadow:5px 5px 0 var(--tph-ink)}.tph-field{padding:14px 18px;border-radius:14px;border:2.5px solid var(--tph-ink);font-size:15px;font-family:var(--tph-font-body);background:var(--tph-cream);color:var(--tph-ink);outline:none;width:100%;box-sizing:border-box}.tph-field:focus-visible{border-color:var(--tph-cobalt)}.tph-page-hero{padding:56px var(--tph-gutter)}.tph-page-hero__inner{max-width:var(--tph-maxw);margin:0 auto;display:flex;flex-direction:column;gap:12px}.tph-crumbs{display:flex;gap:8px;font-size:13px;font-weight:600;opacity:.8;flex-wrap:wrap}.tph-crumbs a{color:inherit;text-decoration:none}.tph-crumbs a:hover{text-decoration:underline}.tph-faq-item{background:#fff;border:2.5px solid var(--tph-ink);border-radius:16px;overflow:hidden}.tph-faq-item summary{list-style:none;cursor:pointer;padding:18px 22px;display:flex;justify-content:space-between;align-items:center;gap:16px;font-family:var(--tph-font-display);font-weight:600;font-size:17px}.tph-faq-item summary::-webkit-details-marker{display:none}.tph-faq-item summary:after{content:"\25be";font-size:18px;transition:transform .2s}.tph-faq-item[open] summary:after{transform:rotate(180deg)}.tph-faq-item p{margin:0;padding:0 22px 18px;font-size:14.5px;line-height:1.55;color:var(--tph-ink-70)}.tph-drop{border:3px dashed var(--tph-ink);border-radius:24px;padding:44px 24px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;transition:background .15s;cursor:pointer;background:#fff}.tph-drop.is-drag{background:var(--tph-marigold)}.tph-tl-dot{width:38px;height:38px;border-radius:999px;border:2.5px solid var(--tph-ink);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0;background:#fff}.tph-tl-dot--done{background:var(--tph-viridian);color:#fff}.tph-tl-line{width:3px;flex:1;min-height:20px;background:#211c1833}.tph-tl-line--done{background:var(--tph-viridian)}.tph-cart-line{display:flex;gap:14px;align-items:center;border:2px solid var(--tph-ink);border-radius:16px;padding:12px;background:#fff}.tph-qty{display:flex;align-items:center;border:2px solid var(--tph-ink);border-radius:999px;overflow:hidden}.tph-qty button{background:var(--tph-cream);border:none;width:28px;height:26px;cursor:pointer;font-weight:700;color:var(--tph-ink)}.tph-qty span{width:26px;text-align:center;font-size:13px;font-weight:700}.tph-gwrap{position:relative}.tph-gnav{display:none}@media(min-width:990px){.tph-gnav{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;padding:0;border-radius:50%;background:#ffffffeb;border:2px solid var(--tph-ink);color:var(--tph-ink);cursor:pointer;z-index:2;box-shadow:2px 2px 0 var(--tph-ink);opacity:.85;transition:opacity .15s ease,transform .15s ease}.tph-gnav:hover:not([disabled]){opacity:1;transform:translateY(-50%) scale(1.06)}.tph-gnav[disabled]{opacity:.3;cursor:default}.tph-gnav--prev{left:14px}.tph-gnav--next{right:22px}}.tph-gtrack{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:0 8px 10px 0;-webkit-overflow-scrolling:touch}.tph-gtrack::-webkit-scrollbar{display:none}.tph-gslide{width:88%;min-width:88%;flex-shrink:0;scroll-snap-align:start;aspect-ratio:1;border:3px solid var(--tph-ink);border-radius:var(--tph-r-card);box-shadow:6px 6px 0 var(--tph-ink);overflow:hidden;background:var(--tph-cream-2)}.tph-gslide:only-child{width:100%;min-width:100%}.tph-gslide img{width:100%;height:100%;object-fit:cover;display:block}.tph-thumb{width:62px;height:62px;padding:0;border-radius:14px;border:2px solid var(--tph-ink);overflow:hidden;cursor:pointer;background:#fff;flex-shrink:0;opacity:.65;transition:opacity .15s ease,box-shadow .15s ease}.tph-thumb.is-active{opacity:1;box-shadow:3px 3px 0 var(--tph-ink)}.tph-thumb:hover{opacity:1}.tph-split-start{display:grid;grid-template-columns:1fr;gap:40px;align-items:start}@media(min-width:990px){.tph-split-start{grid-template-columns:1.1fr 1fr;gap:56px}}.tph-grid-5{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}@media(min-width:750px){.tph-grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}}input.tph-field,textarea.tph-field,select.tph-field{background:var(--tph-cream)!important;border:2.5px solid var(--tph-ink)!important;border-radius:14px!important;padding:14px 18px!important;font-size:15px!important;font-family:var(--tph-font-body)!important;color:var(--tph-ink)!important;box-shadow:none!important;line-height:1.4!important;width:100%;box-sizing:border-box}input.tph-field::placeholder,textarea.tph-field::placeholder{color:#211c1873}input.tph-field:focus-visible,textarea.tph-field:focus-visible{border-color:var(--tph-cobalt)!important;outline:none!important}input.tph-input{background:var(--tph-cream)!important;border:2.5px solid var(--tph-ink)!important;border-radius:var(--tph-r-pill)!important}.tph-form-2col{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:640px){.tph-form-2col{grid-template-columns:1fr}}@media(max-width:749px){.tph-slider-mobile{display:flex!important;overflow-x:auto;gap:14px;scroll-snap-type:x mandatory;padding:8px 2px 10px;margin-top:-8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tph-slider-mobile::-webkit-scrollbar{display:none}.tph-slider-mobile>*{width:68%;min-width:68%;scroll-snap-align:start;flex-shrink:0}}.tph-pdp-split{display:grid;grid-template-columns:1fr;gap:40px;align-items:start}@media(max-width:989px){.tph-pdp-split{gap:16px}}@media(min-width:990px){.tph-pdp-split{grid-template-columns:1.1fr 1fr;gap:56px}.tph-pdp-media{position:sticky;top:96px}}@media(max-width:989px){.tph-pdp-split.tph-sticky-mobile{display:block}.tph-pdp-split.tph-sticky-mobile .tph-pdp-media{position:sticky;top:58px;z-index:0}.tph-pdp-split.tph-sticky-mobile .tph-pdp-buy{position:relative;z-index:2;background:var(--tph-cream);border-radius:24px 24px 0 0;padding-top:20px;margin-top:28px;box-shadow:0 -10px 24px #211c1814}}.tph-trust-row{display:flex;justify-content:center;align-items:center;column-gap:26px;row-gap:6px;flex-wrap:wrap;font-size:13px;font-weight:600;color:var(--tph-ink-70);width:100%}@media(min-width:990px){.tph-trust-row{flex-wrap:nowrap;column-gap:14px;font-size:12px}.tph-trust-row>*{white-space:nowrap}}@media(max-width:640px){.tph-trust-row{column-gap:18px}}.tph-h1{font-size:clamp(34px,5vw,64px)}@media(max-width:749px){.tph-h1{font-size:34px;line-height:1.05;letter-spacing:-1px}.tph-h2{font-size:25px;letter-spacing:-.5px}.tph-eyebrow{font-size:12px;letter-spacing:1.2px}.tph-body{font-size:15px}.tph-heading-row{margin-bottom:24px;gap:6px}.tph-link-more{font-size:14px}}@media(max-width:749px){.tph-hero__ctas{flex-direction:column}.tph-hero__ctas .tph-btn{width:100%;box-sizing:border-box}.tph-hero__sub{font-size:15.5px}.tph-hero__dot{transform:scale(.82)}.tph-hero__media{margin:18px 10px 14px 4px}}.tph-offer{display:block;width:100%;max-width:100%;margin-inline:auto;text-align:center;background:none;color:var(--tph-viridian);border:none;padding:2px 0;font-size:15.5px;font-weight:700;letter-spacing:.2px;box-sizing:border-box}@media(max-width:749px){.tph-offer{font-size:14px;padding:8px 16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.1px}}@media(max-width:749px){.tph-chips-scroll{flex-wrap:nowrap!important;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:4px}.tph-chips-scroll::-webkit-scrollbar{display:none}.tph-chips-scroll .tph-chip{flex-shrink:0}}@media(max-width:749px){.tph-nl-form{flex-direction:column}.tph-nl-form .tph-input,.tph-nl-form .tph-btn{width:100%;box-sizing:border-box}}@media(max-width:749px){.tph-footer{padding:44px var(--tph-gutter) 24px}.tph-footer__grid{grid-template-columns:1fr 1fr;gap:28px 20px;padding-bottom:32px}.tph-footer__grid>:first-child{grid-column:1 / -1}.tph-footer__grid img{width:190px!important}.tph-footer__bottom{flex-direction:column;align-items:flex-start;gap:12px;padding-top:18px}}@media(max-width:749px){.tph-custom__ba{gap:10px}.tph-custom__arrow{font-size:22px!important}}@media(max-width:749px){.tph-cta-stack{flex-direction:column}.tph-cta-stack .tph-btn{width:100%;box-sizing:border-box}}.tph-sticky-atc{display:none}@media(max-width:749px){.tph-sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:60;background:var(--tph-cream);border-top:2px solid var(--tph-ink);padding:10px 16px calc(10px + env(safe-area-inset-bottom));display:none;align-items:center;justify-content:space-between;gap:14px}.tph-sticky-atc.is-visible{display:flex}.tph-sticky-atc .tph-btn{flex:1;padding:12px 18px;font-size:14px}}@media(max-width:749px){.tph-opt{padding:10px 14px;font-size:13.5px}.tph-thumb{width:54px;height:54px;border-radius:12px}}@media(max-width:749px){.tph-grid-5{grid-template-columns:repeat(2,1fr)}.tph-box{padding:20px}}html{-webkit-text-size-adjust:100%}@media(max-width:749px){.tph-marquee{padding:8px 0}.tph-marquee__item{font-size:11.5px;letter-spacing:1.2px}.tph-btn{font-size:15px;padding:14px 24px}.tph-btn--sm{font-size:13.5px;padding:11px 20px}.tph-chip{padding:9px 16px}.tph-qty button{width:36px;height:34px;font-size:16px}.tph-qty span{width:30px;font-size:14px}.tph-footer__col a{padding:4px 0}.tph-faq-item summary{padding:16px 18px;font-size:16px}.tph-faq-item p{padding:0 18px 16px}.tph-pdp-buy [data-tph-price]{font-size:28px}.tph-thumbs{flex-wrap:nowrap!important;overflow-x:auto;scrollbar-width:none}.tph-thumbs::-webkit-scrollbar{display:none}.tph-thumbs .tph-thumb{flex-shrink:0}.tph-page-hero{padding:36px var(--tph-gutter)}.tph-collection-banner{padding:36px var(--tph-gutter)!important}.tph-collection-banner h1{font-size:30px!important}.tph-about-hero{padding:56px var(--tph-gutter)!important}.tph-about-hero h1{font-size:32px!important}.tph-sort-row{margin-left:0!important}.tph-cart-line{flex-wrap:wrap}.tph-cart-line>span:last-child{margin-left:auto}.tph-guarantee-grid{gap:18px!important}.tph-custom-sticky{margin-top:8px}.tph-heading-row{flex-direction:column;align-items:flex-start}}@media(max-width:989px){.tph-mobile-nav{padding:8px var(--tph-gutter) 20px}.tph-mobile-nav a:not(.tph-btn){font-family:var(--tph-font-display);font-weight:600;font-size:19px;padding:13px 0;border-bottom:1.5px solid rgba(33,28,24,.08)}.tph-mobile-nav a:last-of-type{border-bottom:none}.tph-mobile-nav .tph-btn{margin-top:12px;width:100%;box-sizing:border-box}}.tph-grid-4>*,.tph-grid-3>*,.tph-grid-steps>*,.tph-grid-5>*{min-width:0}.tph-ph-label{word-break:break-word}.tph-step__title{min-height:2.5em;display:flex;align-items:center;justify-content:center;line-height:1.25}.tph-mq-mobile{display:none}.tph-split>*,.tph-split-start>*,.tph-pdp-split>*{min-width:0}@media(max-width:749px){.tph-mq-desktop{display:none!important}.tph-mq-mobile{display:block;overflow:hidden;white-space:nowrap;max-width:100%}.tph-mq-mobile .tph-mq-track{display:inline-block;animation:tph-marquee 30s linear infinite}.tph-mq-mobile .tph-mq-track>span{display:inline-block;margin-right:24px;font-size:13px;font-weight:600}@media(prefers-reduced-motion:reduce){.tph-mq-mobile .tph-mq-track{animation:none}}}.tph-contact-form{display:flex;flex-direction:column;gap:16px}.tph-grid-values{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 16px}@media(min-width:750px){.tph-grid-values{grid-template-columns:repeat(3,minmax(0,1fr));gap:36px 28px}}@media(max-width:749px){.tph-pdp-split{padding-top:18px!important}.tph-pdp-buy{gap:10px!important}.tph-pdp-buy .tph-crumbs{flex-wrap:nowrap;white-space:nowrap;overflow:hidden;font-size:11px;opacity:.7;margin-bottom:2px}.tph-pdp-buy .tph-crumbs span:last-child{overflow:hidden;text-overflow:ellipsis}.tph-pdp-buy form{margin-top:6px}}div[style*=aspect-ratio]>img{width:100%;height:100%;object-fit:cover}.tph-opt-selwrap{display:none}@media(max-width:749px){.tph-opts-chips{display:none!important}.tph-opt-selwrap{display:flex;gap:10px;align-items:stretch}.tph-selshell{position:relative;flex:1 1 auto;min-width:0}.tph-selshell:after{content:"";position:absolute;right:16px;top:50%;width:8px;height:8px;border-right:2px solid var(--tph-ink);border-bottom:2px solid var(--tph-ink);transform:translateY(-70%) rotate(45deg);pointer-events:none}.tph-qty{display:flex;align-items:center;flex:0 0 auto;background:#fff;border:2px solid var(--tph-ink);border-radius:999px}.tph-qty__btn{width:32px;padding:6px 0;background:transparent!important;border-radius:999px;border:none;font-size:16px;font-weight:700;color:var(--tph-ink);font-family:var(--tph-font-body);line-height:1;cursor:pointer}.tph-qty__input{width:24px;text-align:center;border:none;background:none;padding:0;font-family:var(--tph-font-body);font-size:13.5px;font-weight:700;color:var(--tph-ink);-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.tph-qty__input::-webkit-outer-spin-button,.tph-qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.tph-opt-select{-webkit-appearance:none;appearance:none;width:100%;background:#fff;border:2px solid var(--tph-ink);border-radius:999px;padding:8px 38px 8px 14px;font-family:var(--tph-font-body);font-size:13.5px;font-weight:600;color:var(--tph-ink);box-shadow:none}}@media(min-width:750px){.tph-journal-slider{display:flex!important;overflow-x:auto;gap:24px;scroll-snap-type:x mandatory;scrollbar-width:none;padding:8px 2px 12px;margin-top:-8px;-webkit-overflow-scrolling:touch}.tph-journal-slider::-webkit-scrollbar{display:none}.tph-journal-slider>*{width:calc((100% - 60px)/3.2);min-width:calc((100% - 60px)/3.2);flex-shrink:0;scroll-snap-align:start}}@media(min-width:990px){.tph-gslide{width:95%;min-width:95%}.tph-gslide:only-child{width:100%;min-width:100%}}.tph-gslide{position:relative}.tph-diff-badge{position:absolute;top:12px;left:12px;z-index:2;display:inline-flex;align-items:center;gap:7px;background:#fffffff0;border:2px solid var(--tph-ink);border-radius:999px;padding:6px 13px;font-size:12.5px;font-weight:700;color:var(--tph-ink);box-shadow:2px 2px 0 var(--tph-ink)}.tph-diff-dot{width:10px;height:10px;border-radius:50%;border:2px solid var(--tph-ink);flex-shrink:0}.tph-diff-2{background:var(--tph-viridian)}.tph-diff-3{background:var(--tph-marigold)}.tph-diff-4{background:var(--tph-vermilion)}.tph-diff-5{background:var(--tph-cobalt)}@media(max-width:749px){.tph-diff-badge{top:8px;left:8px;font-size:11px;padding:4px 9px;gap:5px;border-width:1.5px;box-shadow:1.5px 1.5px 0 var(--tph-ink)}.tph-diff-badge .tph-diff-lbl{display:none}.tph-diff-dot{width:8px;height:8px;border-width:1.5px}}.tph-card-price--sale{color:var(--tph-vermilion)}@media(max-width:749px){.tph-card-pricerow{flex-direction:column!important;align-items:stretch!important;gap:10px!important}.tph-card-price{font-size:17px!important}.tph-card-compare{font-size:12.5px!important}.tph-card-pricerow form{margin-left:0!important;width:100%}.tph-card-pricerow .tph-btn--sm{display:block;width:100%;text-align:center;margin-left:0!important;font-size:12.5px!important;padding:9px 12px!important;box-sizing:border-box}}.tph-upsell-slot [data-essential-upsell-element=container]{--paddingTop: 0px !important;--paddingBottom: 0px !important}.tph-upsell-slot{margin:-4px 0 8px}@media(min-width:750px){.tph-upsell-slot{margin:-11px 0 1px}}.tph-upsell-slot [data-essential-upsell-element=header]>[data-essential-upsell-element=title]{font-family:var(--tph-font-display)!important;font-weight:600!important;--color: var(--tph-ink) !important}.tph-upsell-slot [data-essential-upsell-element=product]{--borderColor: var(--tph-ink) !important}.tph-upsell-slot [data-essential-upsell-element=discount-label]{--color: var(--tph-ink) !important;font-weight:700!important}.tph-upsell-slot [data-essential-upsell-element=add-to-cart-button],.tph-upsell-slot [data-essential-upsell-element=add-to-cart-button] span{font-family:var(--tph-font-display)!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.5px!important}.tph-upsell-slot [data-essential-upsell-element=add-to-cart-button]{border:2px solid var(--tph-ink)!important;box-shadow:3px 3px 0 var(--tph-ink)!important;transition:transform .15s,box-shadow .15s}.tph-upsell-slot [data-essential-upsell-element=add-to-cart-button] span{border:none!important;box-shadow:none!important;background:transparent!important}.tph-upsell-slot [data-essential-upsell-element=add-to-cart-button]:hover,.tph-upsell-slot [data-essential-upsell-element=add-to-cart-button]:focus-visible{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--tph-ink)!important}html.tph-noscroll{overflow:hidden}.tph-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;pointer-events:none}.tph-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#211c188c;opacity:0;transition:opacity .25s}.tph-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(430px,94vw);background:var(--tph-cream);border-left:3px solid var(--tph-ink);transform:translate(105%);transition:transform .28s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column}.tph-drawer.is-open{pointer-events:auto}.tph-drawer.is-open .tph-drawer__overlay{opacity:1}.tph-drawer.is-open .tph-drawer__panel{transform:translate(0)}.tph-drawer.is-busy #TphDrawerInner{opacity:.55;pointer-events:none}#TphDrawerInner{display:flex;flex-direction:column;height:100%;transition:opacity .15s}.tph-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:2px solid var(--tph-ink);flex:0 0 auto}.tph-drawer__title{font-family:var(--tph-font-display);font-weight:700;font-size:21px;letter-spacing:-.5px}.tph-drawer__num{color:var(--tph-vermilion)}.tph-drawer__close{width:34px;height:34px;border-radius:999px;border:2px solid var(--tph-ink);background:#fff;color:var(--tph-ink);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.tph-drawer__scroll{flex:1 1 auto;overflow-y:auto;padding:14px 18px 18px;display:flex;flex-direction:column;gap:12px}.tph-drawer__empty{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;padding:46px 10px}.tph-drawer__offer{background:#fff;border:2px solid var(--tph-ink);border-radius:14px;padding:12px 14px;display:flex;flex-direction:column;gap:8px}.tph-drawer__offer-line{font-size:13.5px;font-weight:600;color:var(--tph-ink)}.tph-drawer__offer-line strong{color:var(--tph-viridian)}.tph-drawer__bar{position:relative;height:8px;border-radius:999px;background:var(--tph-cream-2);border:1.5px solid var(--tph-ink);overflow:hidden}.tph-drawer__bar--thin{height:6px}.tph-drawer__bar-fill{height:100%;background:var(--tph-viridian);border-radius:999px;transition:width .4s}.tph-drawer__bar-fill--ship{background:var(--tph-marigold)}.tph-drawer__bar-flag{position:absolute;top:0;bottom:0;width:1.5px;background:var(--tph-ink);opacity:.35}.tph-drawer__bar-labels{display:flex;justify-content:space-between;font-size:10.5px;font-weight:700;letter-spacing:.3px;color:#211c1880}.tph-drawer__bar-labels .is-hit{color:var(--tph-viridian)}.tph-drawer__ship{font-size:12.5px;color:#211c18bf;display:flex;flex-direction:column;gap:6px;padding:0 2px}.tph-drawer__ship strong{color:var(--tph-ink)}.tph-drawer__ship.is-unlocked{color:var(--tph-viridian);font-weight:700}.tph-drawer__items{display:flex;flex-direction:column;gap:10px}.tph-drawer__item{position:relative;display:flex;gap:12px;background:#fff;border:2px solid var(--tph-ink);border-radius:14px;padding:10px}.tph-drawer__item-img{flex:0 0 64px;width:64px;height:64px;border-radius:9px;overflow:hidden;border:1.5px solid var(--tph-ink);background:var(--tph-cream-2)}.tph-drawer__item-info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:3px}.tph-drawer__item-title{font-size:13px;font-weight:600;color:var(--tph-ink);text-decoration:none;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding-right:16px}.tph-drawer__item-var{font-size:11.5px;color:#211c188c}.tph-drawer__item-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:4px}.tph-drawer__qty{display:inline-flex;align-items:center;border:2px solid var(--tph-ink);border-radius:999px;background:#fff}.tph-drawer__qty button{width:26px;padding:3px 0;background:transparent;border:none;font-size:14px;font-weight:700;color:var(--tph-ink);cursor:pointer;line-height:1}.tph-drawer__qty span{min-width:18px;text-align:center;font-size:12.5px;font-weight:700}.tph-drawer__item-prices{display:flex;align-items:baseline;gap:6px}.tph-drawer__item-compare{font-size:11.5px;color:#211c1873;text-decoration:line-through}.tph-drawer__item-price{font-family:var(--tph-font-display);font-weight:700;font-size:15px}.tph-drawer__remove{position:absolute;top:8px;right:8px;width:22px;height:22px;border:none;background:none;color:#211c1866;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.tph-drawer__remove:hover{color:var(--tph-vermilion)}.tph-drawer__upsell{display:flex;flex-direction:column;gap:10px;padding-top:4px}.tph-drawer__upsell-title{font-family:var(--tph-font-display);font-weight:600;font-size:16.5px}.tph-dcards{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px;margin:-4px}.tph-dcards::-webkit-scrollbar{display:none}.tph-dcard{flex:0 0 128px;scroll-snap-align:start;background:#fff;border:2px solid var(--tph-ink);border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.tph-dcard__img{display:block;aspect-ratio:1;border-bottom:1.5px solid var(--tph-ink);background:var(--tph-cream-2)}.tph-dcard__body{display:flex;flex-direction:column;gap:4px;padding:8px 9px 9px;flex:1 1 auto}.tph-dcard__title{font-size:11.5px;font-weight:600;color:var(--tph-ink);text-decoration:none;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:29px}.tph-dcard__prices{display:flex;align-items:baseline;gap:5px}.tph-dcard__price{font-family:var(--tph-font-display);font-weight:700;font-size:13.5px}.tph-dcard__price--sale{color:var(--tph-vermilion)}.tph-dcard__compare{font-size:10.5px;color:#211c1873;text-decoration:line-through}.tph-dcard__add{margin-top:auto;width:100%;border:2px solid var(--tph-ink);border-radius:999px;background:var(--tph-vermilion);color:#fff;font-family:var(--tph-font-display);font-weight:600;font-size:11.5px;text-transform:uppercase;letter-spacing:.4px;padding:6px 0;cursor:pointer;box-shadow:2px 2px 0 var(--tph-ink);transition:transform .12s,box-shadow .12s}.tph-dcard__add:hover{transform:translate(1px,1px);box-shadow:1px 1px 0 var(--tph-ink)}.tph-dcard__add:disabled{background:var(--tph-cream-2);color:#211c1880;box-shadow:none;cursor:default}.tph-drawer__foot{flex:0 0 auto;border-top:2px solid var(--tph-ink);background:#fff;padding:12px 18px 14px;display:flex;flex-direction:column;gap:7px}.tph-drawer__total-row{display:flex;justify-content:space-between;align-items:baseline;font-size:14px;font-weight:600}.tph-drawer__total{font-family:var(--tph-font-display);font-weight:700;font-size:21px}.tph-drawer__foot-note{font-size:11.5px;color:#211c188c}.tph-drawer__checkout{width:100%;font-size:16px;padding:15px;text-align:center}.tph-drawer__trust{font-size:11.5px;font-weight:600;color:#211c18a6;text-align:center}.tph-drawer__urgency{font-size:11.5px;font-weight:700;color:var(--tph-cobalt);text-align:center}.tph-drawer__total-right{display:flex;align-items:baseline;gap:8px}.tph-drawer__total-compare{font-size:14px;color:#211c1873;text-decoration:line-through;font-weight:600}.tph-drawer__save{align-self:flex-end;background:#23a1771f;color:var(--tph-viridian);font-size:12px;font-weight:700;border-radius:999px;padding:3px 11px;margin-top:-2px}.tph-drawer__reserve{font-size:11.5px;font-weight:700;color:var(--tph-vermilion);text-align:center}.tph-drawer__reserve strong{font-variant-numeric:tabular-nums}.tph-drawer__offer.is-unlocked{background:#23a17714;border-color:var(--tph-viridian)}.tph-drawer__offer-cta{align-self:flex-start;font-size:12.5px;font-weight:700;color:var(--tph-viridian);text-decoration:underline;text-underline-offset:2px}.tph-drawer__bar-labels{position:relative;height:14px}.tph-drawer__bar-lab1{position:absolute;left:40%;transform:translate(-50%)}.tph-drawer__bar-lab2{position:absolute;left:80%;transform:translate(-50%)}.tph-drawer__offer{padding:10px 12px;gap:6px}.tph-drawer__offer-line{font-size:12.5px;line-height:1.45}.tph-drawer__offer-cta{font-size:12.5px;white-space:nowrap}.tph-drawer__bar-labels{height:13px;font-size:10px}.tph-vslider{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:6px;margin:-6px}.tph-vslider::-webkit-scrollbar{display:none}.tph-vcard{position:relative;flex:0 0 178px;scroll-snap-align:center;aspect-ratio:9/16;border:2.5px solid var(--tph-ink);border-radius:16px;overflow:hidden;background:var(--tph-cream-2);box-shadow:4px 4px 0 var(--tph-ink)}@media(max-width:749px){.tph-vcard{flex-basis:min(43vw,170px)}}.tph-vcard__video{width:100%;height:100%;object-fit:cover;display:block}.tph-vcard__sound{position:absolute;bottom:10px;right:10px;width:34px;height:34px;border-radius:999px;border:2px solid var(--tph-ink);background:#fbf3e4eb;font-size:14px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.tph-drawer__meta-row{display:flex;justify-content:space-between;align-items:center;gap:8px;min-height:20px}.tph-drawer__meta-row .tph-drawer__save{align-self:auto;margin-top:0;margin-left:auto}.tph-drawer__meta-row .tph-drawer__reserve{font-size:11px;text-align:left}.tph-drawer__meta-row .tph-drawer__urgency{font-size:11px;text-align:left;font-weight:600}@media(min-width:750px){.tph-vslider{width:fit-content;max-width:100%;margin-inline:auto}}.tph-upsell-slot [data-essential-upsell-element=product]{height:104px!important;min-height:104px!important;max-height:104px!important;box-sizing:border-box;align-items:center;overflow:hidden;--paddingTop: 7px;--paddingBottom: 7px}.tph-upsell-slot [data-essential-upsell-element=content]{gap:2px!important}.tph-upsell-slot [data-essential-upsell-element=variant-select] [data-essential-upsell-element=container]{min-height:22px!important;padding:0 8px!important}.tph-upsell-slot [data-essential-upsell-element=image-container]{align-self:center}.tph-upsell-slot [data-essential-upsell-element=content]{display:flex;flex-direction:column;justify-content:center;gap:3px}.tph-upsell-slot [data-essential-upsell-element=content] [data-essential-upsell-element=title]{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;--fontSize: 12.5px;line-height:1.35!important}.tph-upsell-slot [data-essential-upsell-element=variant-select] [data-essential-upsell-element=container]{min-height:24px;max-width:150px;padding:1px 8px!important;border:1.5px solid var(--tph-ink)!important;border-radius:999px!important;background:#fff}.tph-upsell-slot [data-essential-upsell-element=variant-select] [data-essential-upsell-element=value]{--fontSize: 11px;font-weight:600!important;color:var(--tph-ink)!important}.tph-upsell-slot [data-essential-upsell-element=price]{display:flex;align-items:center;flex-wrap:nowrap!important;gap:6px;white-space:nowrap}.tph-upsell-slot [data-essential-upsell-element=discounted-price],.tph-upsell-slot [data-essential-upsell-element=regular-price]{--fontSize: 13px}.tph-upsell-slot [data-essential-upsell-element=discount-label]{--fontSize: 10.5px;padding:2px 8px!important;line-height:1.2!important}.tph-upsell-slot [data-essential-upsell-element=content]{min-width:0}.tph-upsell-slot [data-essential-upsell-element=content] [data-essential-upsell-element=price]{overflow:hidden;max-width:100%}@media(max-width:749px){.tph-upsell-slot [data-essential-upsell-element=price] [data-essential-upsell-element=regular-price]{display:none}}.tph-upsell-slot [data-essential-upsell-element=price]{flex-wrap:nowrap!important;overflow:visible!important;align-items:center;gap:6px}.tph-upsell-slot [data-essential-upsell-element=discount-label]{--fontSize: 10px;padding:2px 7px!important;flex:0 0 auto;white-space:nowrap}.tph-drawer__gift{display:flex;align-items:center;gap:11px;background:var(--tph-cream-2);border:2px dashed var(--tph-viridian);border-radius:14px;padding:11px 13px;margin-bottom:12px}.tph-drawer__gift-ico{font-size:20px;flex:0 0 auto}.tph-drawer__gift-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.tph-drawer__gift-title{font-family:var(--tph-font-display);font-weight:700;font-size:14px;line-height:1.2}.tph-drawer__gift-sub{font-size:11.5px;color:var(--tph-ink-70);line-height:1.25}.tph-drawer__gift-price{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:1px}.tph-drawer__gift-price s{font-size:12px;color:var(--tph-ink-70)}.tph-drawer__gift-price b{font-family:var(--tph-font-display);font-weight:800;font-size:14.5px;color:var(--tph-viridian);letter-spacing:.3px}
/*# sourceMappingURL=/cdn/shop/t/3/assets/tph.css.map */
