*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-padding-top:5rem}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);font-size:1rem;line-height:1.55;-webkit-font-smoothing:antialiased}img,video,svg{max-width:100%}img,video{display:block;height:auto}h1,h2,h3,h4{margin:0 0 .5em;line-height:1.18;font-weight:700;letter-spacing:-.01em;text-wrap:balance}p{margin:0 0 1em;text-wrap:pretty}a{color:inherit;text-underline-offset:.18em}a:hover{color:var(--accent)}button{font:inherit;color:inherit}input,select,textarea{font:inherit;font-size:max(1rem,16px);color:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}s{color:var(--faint)}[hidden]{display:none!important}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.skip{position:absolute;left:1rem;top:-4rem;z-index:100;background:var(--ink);color:#fff;padding:.6rem .9rem;border-radius:8px}.skip:focus{top:.75rem}.muted{color:var(--muted)}.center{text-align:center}:root{--warm: #F7F1EA;--warm-deep: #EDE3D6;--line-input: color-mix(in srgb, var(--ink) 30%, var(--bg));--shadow: 0 10px 30px -12px rgb(16 24 32 / .18), 0 2px 6px -2px rgb(16 24 32 / .08);--r-lg: calc(var(--radius) * 1.7);--gutter: clamp(1rem, .6rem + 2vw, 2rem);--num: normal}.page{width:100%;max-width:calc(var(--page) + var(--gutter) * 2);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:clamp(2.25rem,1.6rem + 3vw,4.5rem)}.section--tightop{padding-top:0}.h2{font-size:clamp(1.6rem,1.25rem + 1.5vw,2.4rem);letter-spacing:-.02em}.sechead{text-align:center;max-width:44rem;margin:0 auto clamp(1.5rem,1rem + 2vw,2.5rem)}.sechead .h2{margin-bottom:.35rem}.sechead p{color:var(--muted);margin:0;font-size:1.0625rem}.sechead--left{text-align:left;margin-left:0}.sechead__more{text-align:center;margin:2rem 0 0}.panel{background:var(--tint);border-radius:var(--r-lg);padding:clamp(1.75rem,1rem + 3vw,3.5rem) clamp(1.1rem,.5rem + 3vw,3.5rem)}.panel--grey{background:var(--grey)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:50px;padding:.8rem 1.75rem;background:var(--accent);color:var(--accent-ink);border:0;border-radius:999px;font-weight:700;font-size:1rem;line-height:1.2;text-decoration:none;text-align:center;cursor:pointer;transition:background-color .15s ease,transform .1s ease;touch-action:manipulation}.btn:hover{background:var(--accent-deep);color:var(--accent-ink)}.btn:active{transform:scale(.985)}.btn[disabled]{background:var(--line-strong);color:var(--muted);cursor:not-allowed}.btn--lg{min-height:58px;font-size:1.0938rem;padding-inline:2.25rem}.btn--ghost{background:transparent;color:var(--ink);box-shadow:inset 0 0 0 1.5px var(--ink)}.btn--ghost:hover{background:var(--ink);color:#fff}.btn--light{background:#fff;color:var(--ink)}.btn--light:hover{background:var(--accent);color:var(--accent-ink)}.btn.is-added{background:var(--ink);color:#fff}.checks{list-style:none;margin:0 0 1.25rem;padding:0;display:grid;gap:.6rem}.checks li{position:relative;padding-left:2rem;line-height:1.45}.checks li:before{content:"";position:absolute;left:0;top:.02em;width:1.35rem;height:1.35rem;border-radius:50%;background:var(--accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5.8 10.3l2.8 2.8 5.6-6.1' fill='none' stroke='%23fff' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 100% no-repeat}.price{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem .55rem;font-variant-numeric:var(--num)}.price__now{font-weight:700;font-size:1.125rem}.price__cmp{font-size:.8125rem;color:var(--muted);margin-right:-.3rem}.price__was{font-size:.9375rem}.price__save{font-size:.8125rem;font-weight:800;line-height:1;color:var(--accent-ink);background:var(--accent);padding:.38rem .6rem;border-radius:999px;letter-spacing:.01em}.price--lg .price__now{font-size:clamp(1.6rem,1.4rem + .8vw,1.9rem)}.price--lg .price__was{font-size:1.0625rem}.announce{background:var(--accent);color:var(--accent-ink);font-size:.8438rem;font-weight:600}.announce__inner{display:flex;justify-content:center;align-items:center;gap:1.75rem;min-height:40px;padding-block:.45rem;text-align:center}.announce__item{margin:0}.announce__item--more{display:none}@media(min-width:900px){.announce__item--more{display:flex;align-items:center;gap:1.75rem}.announce__item--more:before{content:"|";opacity:.5}}.header{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid var(--line)}.header__inner{display:grid;grid-template-columns:1fr auto 1fr;grid-template-areas:"menu logo cart";align-items:center;min-height:64px;gap:1rem}.header__menu{grid-area:menu;justify-self:start;position:relative}.header__logo{grid-area:logo;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--ink)}.header__logo:hover{color:var(--ink)}.header__mark{width:28px;height:auto}.header__word{font-weight:800;font-size:1.25rem;letter-spacing:-.02em;white-space:nowrap}.header__logo img:not(.header__mark){max-height:38px;width:auto}.header__nav{display:none;grid-area:menu}.header__cart{grid-area:cart;justify-self:end;position:relative;display:grid;place-items:center;width:44px;height:44px;background:none;border:0;border-radius:50%;cursor:pointer}.header__cart:hover{background:var(--grey)}.header__count{position:absolute;top:2px;right:0;min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;border-radius:999px;background:var(--accent);color:var(--accent-ink);font-size:.6875rem;font-weight:800}.header__count[data-empty]{display:none}.header__menu-btn{display:inline-flex;align-items:center;gap:.4rem;min-height:44px;padding:0 .7rem 0 .45rem;list-style:none;cursor:pointer;border-radius:999px;font-size:.9375rem;font-weight:600}.header__menu-btn::-webkit-details-marker{display:none}.header__menu-btn:hover{background:var(--grey)}.header__menu-close,.header__menu[open] .header__menu-open{display:none}.header__menu[open] .header__menu-close{display:block}.header__drawer{position:absolute;top:calc(100% + .6rem);left:0;z-index:50;width:min(20rem,calc(100vw - 2rem));padding:.5rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);display:grid}.header__drawer a{display:flex;align-items:center;min-height:48px;padding:0 .9rem;border-radius:10px;text-decoration:none;font-size:1.0625rem;font-weight:600}.header__drawer a:hover,.header__drawer a[aria-current]{background:var(--grey);color:var(--ink)}.header__drawer-help{margin:.4rem .9rem .6rem;padding-top:.7rem;border-top:1px solid var(--line);font-size:.875rem;color:var(--muted)}.header__drawer-help a{display:inline;min-height:0;padding:0;font-size:inherit;color:var(--accent);text-decoration:underline}.header__drawer-help a:hover{background:none}@media(min-width:900px){.header__inner{min-height:72px}}@media(min-width:1180px){.header__menu{display:none}.header__nav{display:flex;gap:.1rem;justify-self:start;white-space:nowrap}.header__nav a{padding:.5rem .75rem;border-radius:999px;text-decoration:none;font-size:.9375rem;font-weight:600}.header__nav a:hover,.header__nav a[aria-current]{background:var(--grey);color:var(--ink)}}.banner{position:relative;display:flex;flex-direction:column;background:#f4f0ea;color:var(--ink);overflow:hidden}.banner__media{order:2;aspect-ratio:3 / 2}.banner__media img{width:100%;height:100%;object-fit:cover;object-position:center 70%}.banner__inner{text-align:center;display:grid;justify-items:center;padding-block:2rem 1.25rem}.banner__title{font-size:clamp(2rem,1.4rem + 3vw,3.7rem);line-height:1.06;letter-spacing:-.025em;font-weight:800;max-width:18ch;margin-bottom:.35em}.banner__body{font-size:clamp(1.0313rem,1rem + .3vw,1.2rem);max-width:36rem;margin-bottom:1.4rem;color:color-mix(in srgb,var(--ink) 80%,transparent)}.banner__facts{list-style:none;margin:1.2rem 0 0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.45rem 1.3rem;font-size:.9063rem;font-weight:600}.banner__facts li{display:inline-flex;align-items:center;gap:.4rem}.banner__facts .icon{color:var(--accent)}@media(min-width:900px){.banner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);min-height:clamp(32rem,40vw,42rem)}.banner__media{position:relative;order:2;aspect-ratio:auto}.banner__media img{position:absolute;top:0;right:0;bottom:0;left:0;object-position:55% 60%}.banner__inner.page{max-width:none;margin:0;align-self:center;text-align:left;justify-items:start;padding:3rem clamp(2rem,4vw,4rem) 3rem max(var(--gutter),calc((100vw - var(--page)) / 2))}.banner__facts{justify-content:flex-start;flex-direction:column;gap:.5rem}}.cards{display:grid;gap:clamp(1.25rem,.8rem + 1.5vw,2rem) clamp(.75rem,.5rem + 1vw,1.5rem);grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:599px){.cards>.card:first-child:nth-last-child(odd){grid-column:1 / -1}}@media(min-width:900px){.cards{grid-template-columns:repeat(3,minmax(0,1fr))}}.card{display:flex;flex-direction:column;gap:.75rem;text-decoration:none;color:inherit}.card:hover{color:inherit}.card__media{position:relative;display:block;border-radius:var(--radius);overflow:hidden;background:var(--grey);aspect-ratio:1 / 1}.card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.card__img--alt{opacity:0}@media(hover:hover){.card:hover .card__img--alt{opacity:1}}.card__badge{position:absolute;top:.65rem;left:.65rem;padding:.35rem .6rem;border-radius:999px;background:var(--accent);color:var(--accent-ink);font-size:.75rem;font-weight:800}.card__body{display:grid;gap:.3rem}.card__body .alicard{margin:0}.card__title{font-weight:600;font-size:1.0313rem;line-height:1.3}.card:hover .card__title{text-decoration:underline;text-underline-offset:.18em}.card .price__now{font-size:1.0625rem}.why{background:var(--warm)}.why__strip{margin:0 0 1.5rem;border-radius:var(--radius);overflow:hidden;aspect-ratio:16 / 5}.why__strip img{width:100%;height:100%;object-fit:cover}.why__cards{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}@media(min-width:640px){.why__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media(min-width:1000px){.why__cards{grid-template-columns:repeat(4,minmax(0,1fr))}}.why__card{display:grid;align-content:start;gap:.35rem;padding:1.25rem 1.2rem 1.3rem;background:#fff;border-radius:var(--radius);box-shadow:0 1px 2px #3c28140d}.why__card strong{font-size:1.0625rem;line-height:1.3}.why__card>span:last-child{color:var(--muted);font-size:.9375rem;line-height:1.5}.why__ic{display:grid;place-items:center;width:44px;height:44px;margin-bottom:.45rem;border-radius:50%;background:var(--warm);color:var(--accent)}.why__mail{text-align:center;margin:1.75rem 0 0;color:var(--muted)}.why__mail a{color:var(--accent);font-weight:700}.timeline__steps{list-style:none;margin:0;padding:0;display:grid;gap:1rem}.timeline__steps li{background:#fff;border-radius:var(--radius);padding:1.35rem 1.35rem 1.25rem}.timeline__ic{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--accent);color:var(--accent-ink);margin-bottom:.85rem}.timeline__when{margin:0 0 .25rem;font-weight:700;font-size:1.125rem}.timeline__what{margin:0;color:var(--muted);font-size:.9688rem}.timeline__note{margin:1.5rem auto 0;max-width:46rem;text-align:center;font-size:.9375rem;color:var(--muted)}@media(min-width:800px){.timeline__steps{grid-template-columns:repeat(3,minmax(0,1fr))}}.guarantee{text-align:center;display:grid;justify-items:center}.guarantee__ic{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:#fff;color:var(--accent);margin-bottom:1rem;box-shadow:0 2px 8px -2px #1018201f}.guarantee p{color:var(--muted);max-width:40rem;font-size:1.0313rem}.guarantee__btn{min-width:min(22rem,100%);margin:.5rem 0 1.1rem}.guarantee .payicons{justify-content:center}.acc{display:grid;gap:.5rem}.acc details{background:var(--grey);border-radius:12px}.acc summary{display:flex;align-items:center;gap:.65rem;min-height:54px;padding:.8rem 1rem;cursor:pointer;list-style:none;font-weight:650}.acc summary::-webkit-details-marker{display:none}.acc summary>span{flex:1 1 auto}.acc summary .icon{color:var(--accent);flex:none}.acc summary:after{content:"";flex:none;width:20px;height:20px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 7.5l5 5 5-5' fill='none' stroke='%2316181A' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 100% no-repeat;transition:transform .2s ease}.acc details[open] summary:after{transform:rotate(180deg)}.acc__body{padding:0 1rem 1rem;color:var(--muted);font-size:.9688rem}.acc__body p{margin:0 0 .6rem}.acc__body p:last-child{margin:0}.acc__body a{color:var(--accent);font-weight:650}.acc--boxed details{background:#fff;box-shadow:inset 0 0 0 1px var(--line)}.acc--boxed summary{min-height:60px;padding-inline:1.25rem;font-size:1.0313rem}.acc--boxed .acc__body{padding:0 1.25rem 1.2rem}.faq{max-width:52rem}.faq__ask{text-align:center;margin:1.5rem 0 0;color:var(--muted)}.faq__ask a{color:var(--accent);font-weight:700}.alistars{--star-on: var(--star);--star-off: color-mix(in srgb, var(--ink) 15%, var(--bg));position:relative;display:inline-block;line-height:1;white-space:nowrap;font-family:system-ui,-apple-system,Segoe UI Symbol,sans-serif;letter-spacing:.04em;color:var(--star-off);vertical-align:middle}.alistars:before{content:"\2605\2605\2605\2605\2605"}.alistars:after{content:"\2605\2605\2605\2605\2605";position:absolute;inset:0 auto 0 0;width:var(--fill, 0%);overflow:hidden;color:var(--star-on)}.alistars--lg{font-size:1.1rem}.alistars--md{font-size:1rem}.alistars--sm{font-size:.875rem}.alirate{position:relative;display:flex;align-items:center;flex-wrap:wrap;gap:.1rem;margin:-.15rem 0 .35rem}.alirate__link{display:inline-flex;align-items:center;gap:.4rem;color:inherit;text-decoration:none;min-height:40px}.alirate__link:hover .alirate__count{color:var(--ink);text-decoration:underline}.alirate__avg{font-size:.9688rem;font-weight:700}.alirate__count{font-size:.9063rem;color:var(--muted)}.alicard{margin:0 0 .5rem;font-size:.875rem;display:flex;align-items:baseline;gap:.3rem}.alicard__star{color:var(--star)}.alicard__src{color:var(--muted)}.product-section{padding-block:clamp(.75rem,.4rem + 1.5vw,2.25rem) clamp(2rem,1.5rem + 2vw,3.5rem)}.product{display:grid;gap:clamp(1.25rem,.8rem + 2vw,3.25rem);align-items:start}@media(min-width:900px){.product{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.product__media{position:sticky;top:5.5rem}}@media(max-width:899px){.product-section .page.product{padding-inline:0}.product__info{padding-inline:var(--gutter)}.product__media{display:contents}.gallery{order:1}.product__info{order:2}.product__media .revcard{order:3;margin:0 var(--gutter)}}.gallery{position:relative}.gallery__main{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;background:var(--grey);aspect-ratio:1 / 1}.gallery__main::-webkit-scrollbar{display:none}.gallery__main>*{flex:0 0 100%;width:100%;height:100%;scroll-snap-align:center;object-fit:cover}.gallery__slide{position:relative}.gallery__video{width:100%;height:100%;object-fit:cover;background:#111;cursor:pointer}.gallery__count{position:absolute;right:.75rem;bottom:.75rem;margin:0;z-index:2;padding:.3rem .65rem;border-radius:999px;background:#fffffff0;font-size:.8125rem;font-weight:700}.gallery__thumbs{display:none}@media(min-width:900px){.gallery__main{border-radius:var(--r-lg)}.gallery__count{display:none}.gallery__thumbs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.6rem;margin-top:.75rem}.gallery__thumbs button{position:relative;padding:0;aspect-ratio:1 / 1;border:0;border-radius:12px;overflow:hidden;background:var(--grey);cursor:pointer}.gallery__thumbs img{width:100%;height:100%;object-fit:cover}.gallery__thumbs button[aria-current=true]{box-shadow:0 0 0 2px var(--accent)}.gallery__play{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#fff;background:#00000047}}.soundbtn{position:absolute;left:.75rem;bottom:.75rem;z-index:2;display:inline-flex;align-items:center;gap:.4rem;min-height:40px;padding:0 .85rem 0 .7rem;border:0;border-radius:999px;background:#111413b8;color:#fff;font-size:.8438rem;font-weight:700;cursor:pointer}.soundbtn:hover{background:#111413e0}.soundbtn__on{display:none}.soundbtn[aria-pressed=true] .soundbtn__on{display:block}.soundbtn[aria-pressed=true] .soundbtn__off,.soundbtn.is-used .soundbtn__label{display:none}.soundbtn.is-used{padding:0;width:40px;justify-content:center}.revcard{display:flex;gap:.9rem;align-items:flex-start;margin:1rem 0 0;padding:1rem 1.1rem;border-radius:var(--radius);background:#fff;box-shadow:inset 0 0 0 1px var(--line)}.revcard__ph{width:64px;height:64px;border-radius:10px;object-fit:cover;flex:none;background:var(--grey)}.revcard__text{margin:.35rem 0 .45rem;font-size:.9688rem;line-height:1.5}.revcard__who{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .7rem;font-size:.875rem}.revcard__all{display:inline-block;margin-top:.35rem;font-size:.875rem;font-weight:700;color:var(--accent)}.product__info{min-width:0}.product__h1{font-size:clamp(1.6rem,1.3rem + 1.2vw,2.25rem);letter-spacing:-.02em;line-height:1.15;margin:0 0 .3rem}.product__info .price{margin-bottom:.35rem}.installments{font-size:.875rem;color:var(--muted);margin:.25rem 0 0}.installments:empty{display:none}.product__pitch{margin:.9rem 0 1rem}.product__blurb{margin:0;font-size:1.0313rem;color:color-mix(in srgb,var(--ink) 85%,var(--bg))}.product__more{background:none;border:0;padding:.3rem 0;min-height:36px;font-weight:700;color:var(--accent);text-decoration:underline;cursor:pointer}@media(max-width:899px){.product__pitch:not(.is-open) .product__blurb{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}}.product__highlights{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--line)}.product__form{display:grid;gap:1.1rem}.eta{display:flex;align-items:center;gap:.6rem;margin:0;padding:.7rem .95rem;border-radius:12px;background:var(--tint);font-size:.9375rem}.eta__ic{color:var(--accent);display:inline-flex;flex:none}.eta__note{display:block;margin-top:.2rem;font-size:.8438rem;color:var(--muted)}.options{display:grid;gap:1rem}.option{border:0;margin:0;padding:0;min-width:0}.option__name{padding:0;margin-bottom:.55rem;font-weight:700;font-size:.9375rem}.option__picked{font-weight:500;color:var(--muted)}.swatches{display:flex;flex-wrap:wrap;gap:.5rem}.swatches input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.swatches label{display:inline-flex;align-items:center;min-height:42px;padding:.45rem 1.05rem;background:#fff;border-radius:999px;box-shadow:inset 0 0 0 1.5px var(--line-strong);font-size:.9375rem;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none}.swatches label:hover{box-shadow:inset 0 0 0 1.5px var(--ink)}.swatches input:checked+label{box-shadow:inset 0 0 0 2px var(--ink);background:var(--ink);color:#fff}.swatches input:focus-visible+label{outline:2px solid var(--accent);outline-offset:2px}.swatches input:disabled+label{color:var(--faint);text-decoration:line-through;cursor:not-allowed}.option-note{margin:0;font-size:.875rem;color:var(--muted)}.volume{display:grid;gap:.6rem}.volume__label{margin:0;font-weight:700;font-size:.9375rem}.volume__tier{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.85rem;width:100%;min-height:66px;padding:.8rem 1.1rem;text-align:left;background:#fff;border:0;border-radius:var(--radius);box-shadow:inset 0 0 0 1.5px var(--line-strong);cursor:pointer}.volume__tier:hover{box-shadow:inset 0 0 0 1.5px var(--ink)}.volume__tier.is-on{box-shadow:inset 0 0 0 2px var(--accent);background:var(--accent-soft)}.volume__radio{width:20px;height:20px;border-radius:50%;box-shadow:inset 0 0 0 2px var(--line-input);background:#fff}.volume__tier.is-on .volume__radio{box-shadow:inset 0 0 0 2px var(--accent),inset 0 0 0 5px #fff;background:var(--accent)}.volume__main{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem .6rem;min-width:0}.volume__q{font-weight:800;font-size:1.0625rem}.volume__ship{font-size:.8438rem;color:var(--muted)}.volume__tags{display:inline-flex;flex-wrap:wrap;gap:.35rem}.volume__tag{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;font-weight:800;line-height:1;padding:.36rem .6rem;border-radius:999px;background:var(--accent);color:var(--accent-ink)}.volume__tag--ship{background:var(--ink);color:#fff}.volume__each{font-weight:800;font-size:1.125rem}.volume__note{margin:-.35rem 0 0;font-size:.8438rem}.buyrow{display:flex;gap:.6rem}.qty{display:flex;flex:none;align-items:stretch;height:58px;border-radius:999px;box-shadow:inset 0 0 0 1.5px var(--line-strong);background:#fff}.qty button{width:42px;border:0;background:none;font-size:1.25rem;cursor:pointer;border-radius:999px}.qty button:hover{background:var(--grey)}.qty input{width:2.4rem;border:0;background:none;text-align:center;font-weight:700;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.qty input::-webkit-outer-spin-button,.qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product__add{flex:1 1 auto}.reassure{margin-top:1rem}.minitrust{list-style:none;margin:0;padding:.2rem 0 0;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.25rem;font-size:.875rem;font-weight:600}.minitrust li{display:inline-flex;align-items:center;gap:.4rem}.minitrust .icon{color:var(--accent)}.reassure__pay{display:flex;justify-content:center;padding:.9rem 0 1.1rem}.reassure__pay .payicons{flex-wrap:nowrap;gap:.25rem}.reassure__pay .payicons li{flex:0 1 36px;min-width:0}.reassure__pay .payicons .payicon{width:100%;height:auto}.askus{display:flex;gap:.7rem;align-items:flex-start;margin:1rem 0 0;padding:.85rem 1rem;border-radius:12px;background:#fff;box-shadow:inset 0 0 0 1px var(--line);font-size:.9063rem;line-height:1.45;color:var(--muted)}.askus__ic{flex:none;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--tint);color:var(--accent)}.askus a{display:inline-block;margin-top:.15rem;color:var(--accent);font-weight:700}.seals__issued{padding-top:1rem}.payicons{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.35rem}.payicon{width:38px;height:24px;display:block}.payicons--sm .payicon{width:36px;height:23px}.buybar{position:fixed;left:0;right:0;bottom:0;z-index:45;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem var(--gutter) calc(.7rem + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--line);box-shadow:0 -8px 24px -16px #1018204d;transform:translateY(110%);transition:transform .2s ease;visibility:hidden}.buybar.is-visible{transform:none;visibility:visible}.buybar__info{min-width:0}.buybar__name{font-size:.8125rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.buybar__price s{font-size:.8125rem;margin-left:.2rem}.buybar .btn{flex:none;min-width:9.5rem}@media(min-width:900px){.buybar{display:none}}@media(max-width:899px){.template-product main{padding-bottom:80px}}.chipband{background:var(--accent);color:var(--accent-ink);padding:.9rem 0}.chipband__list{list-style:none;margin:0 auto;padding:0 var(--gutter);display:flex;gap:.6rem;justify-content:center;overflow-x:auto;scrollbar-width:none;max-width:calc(var(--page) + var(--gutter) * 2)}.chipband__list::-webkit-scrollbar{display:none}.chip{flex:none;display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .95rem;border-radius:999px;background:#ffffff29;font-size:.875rem;font-weight:700;white-space:nowrap}@media(max-width:899px){.chipband__list{justify-content:flex-start}}.pdesc .page.rte{max-width:calc(var(--page) + var(--gutter) * 2)}.rte>div>section,.rte>section{margin-top:clamp(2.25rem,1.6rem + 3vw,4rem)}.rte>div>section:first-child,.rte>section:first-child{margin-top:0}.rte h2{font-size:clamp(1.5rem,1.2rem + 1.2vw,2.15rem);letter-spacing:-.02em}.rte h3{font-size:1.1875rem}.rte p,.rte li{color:color-mix(in srgb,var(--ink) 84%,var(--bg))}.rte img{border-radius:var(--radius)}.rte>div>section>h2{text-align:center}.rte__lede{text-align:center;padding:clamp(1.75rem,1rem + 3vw,3.25rem) clamp(1.1rem,.5rem + 3vw,3rem);border-radius:var(--r-lg);background:var(--tint)}.rte__hook{font-size:clamp(1.75rem,1.3rem + 2vw,2.7rem)!important;max-width:22ch;margin-inline:auto}.rte__lede>p{font-size:clamp(1.0625rem,1rem + .3vw,1.2rem);max-width:42rem;margin-inline:auto}.rte__pills{list-style:none;margin:1.25rem 0 0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.rte__pills li{padding:.5rem .95rem;border-radius:999px;background:#fff;font-size:.9063rem;font-weight:700;color:var(--ink)}.rte__cards{display:grid;gap:1rem;margin-top:1.5rem}.rte__card{display:grid;gap:1rem 2.5rem;align-items:center;padding:1rem;border-radius:var(--r-lg);background:var(--grey)}.rte__card img{width:100%;aspect-ratio:4 / 3;object-fit:cover;background:#fff}.rte__icon{display:none}.rte__card h3{font-size:clamp(1.3rem,1.1rem + .7vw,1.7rem);margin-bottom:.4rem}.rte__card p{margin:0;max-width:32rem}@media(max-width:799px){.rte__card h3,.rte__card p{padding-inline:.35rem}.rte__card p{padding-bottom:.4rem}}@media(min-width:800px){.rte__card{padding:1.25rem;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:1fr auto auto 1fr;grid-template-areas:"img ." "img h" "img p" "img ."}.rte__card:nth-child(2n){grid-template-areas:". img" "h img" "p img" ". img"}.rte__card img{grid-area:img}.rte__card h3{grid-area:h;margin-bottom:.5rem}.rte__card p{grid-area:p}}.rte__steps{list-style:none;margin:1.25rem 0 0;padding:0;display:grid;gap:1rem;counter-reset:s}.rte__steps li{counter-increment:s;padding:1.35rem;background:var(--tint);border-radius:var(--radius)}.rte__steps li:before{content:counter(s);display:grid;place-items:center;width:2.4rem;height:2.4rem;border-radius:50%;background:var(--accent);color:var(--accent-ink);font-weight:800;margin-bottom:.8rem}.rte__steps h3{margin:0 0 .25rem;font-size:1.125rem}.rte__steps p{margin:0}@media(min-width:900px){.rte__steps{grid-template-columns:repeat(3,minmax(0,1fr))}}.rte__box{list-style:none;margin:1.1rem auto 0;padding:1.25rem 1.5rem;display:grid;gap:.65rem;max-width:36rem;background:var(--grey);border-radius:var(--radius)}.rte__box li{position:relative;padding-left:2rem}.rte__box li:before{content:"";position:absolute;left:0;top:.05em;width:1.35rem;height:1.35rem;border-radius:50%;background:var(--accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5.8 10.3l2.8 2.8 5.6-6.1' fill='none' stroke='%23fff' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 100% no-repeat}.rte table{width:100%;max-width:46rem;margin:1rem auto 0;border-collapse:separate;border-spacing:0;font-size:.9688rem;background:var(--grey);border-radius:var(--radius);overflow:hidden}.rte td{padding:.85rem 1.1rem;border-bottom:1px solid rgb(255 255 255 / .9);vertical-align:top}.rte tr:last-child td{border-bottom:0}.rte td:first-child{color:var(--muted);width:38%}.rte td:last-child{font-weight:600}.rte__faq{max-width:52rem;margin-inline:auto}.rte__faq details{background:#fff;box-shadow:inset 0 0 0 1px var(--line);border-radius:12px;margin-bottom:.5rem}.rte__faq summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:58px;padding:.8rem 1.2rem;cursor:pointer;list-style:none;font-weight:650}.rte__faq summary::-webkit-details-marker{display:none}.rte__faq summary:after{content:"";flex:none;width:20px;height:20px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 7.5l5 5 5-5' fill='none' stroke='%2316181A' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 100% no-repeat;transition:transform .2s ease}.rte__faq details[open] summary:after{transform:rotate(180deg)}.rte__faq details>p{margin:0;padding:0 1.2rem 1.1rem;color:var(--muted)}.rte__callout{max-width:46rem;margin-inline:auto;text-align:center;padding:1.75rem;border-radius:var(--r-lg);background:var(--tint)}.rte__callout h3{margin-bottom:.4rem;font-size:1.375rem}.rte__callout p{margin:0}.alirev .page>.rule,.alirev .rule{text-align:center;margin-bottom:.35rem}.alirev .rule h2{font-size:clamp(1.6rem,1.25rem + 1.5vw,2.4rem);letter-spacing:-.02em;margin:0}.alirev__src{text-align:center;color:var(--muted);margin:0 0 1.75rem;font-size:1.0625rem}.alirev__top{display:grid;gap:1.25rem 3rem;align-items:center;justify-content:center;margin:0 auto 2rem;max-width:46rem;padding:1.5rem;border-radius:var(--r-lg);background:var(--grey)}@media(min-width:750px){.alirev__top{grid-template-columns:auto minmax(0,22rem)}}.alirev__score{display:flex;align-items:center;gap:1rem}.alirev__avg{font-size:clamp(2.8rem,2.2rem + 2vw,3.5rem);font-weight:800;line-height:1;letter-spacing:-.03em}.alirev__total{margin:.35rem 0 0;font-size:.9063rem;color:var(--muted)}.alirev__bars{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.alirev__bar{display:grid;grid-template-columns:2.4rem 1fr 2.6rem;align-items:center;gap:.6rem;font-size:.8438rem;color:var(--muted);font-variant-numeric:tabular-nums}.alirev__barlabel span[aria-hidden]{color:var(--star);margin-left:.1rem}.alirev__track{height:.5rem;border-radius:999px;background:#fff;overflow:hidden}.alirev__fill{display:block;height:100%;background:var(--star);border-radius:inherit}.alirev__barn{text-align:right}.alirev__list{list-style:none;margin:0;padding:0;display:grid;gap:1rem;align-items:start}@media(min-width:750px){.alirev__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1100px){.alirev__list{grid-template-columns:repeat(3,minmax(0,1fr))}}.alirev__card{background:#fff;border-radius:var(--radius);padding:1.15rem 1.2rem;display:flex;flex-direction:column;gap:.5rem;min-width:0;box-shadow:inset 0 0 0 1px var(--line)}.alirev__head{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .6rem;font-size:.9063rem}.alirev__name{font-weight:700}.alirev__tag{margin-left:auto;display:inline-flex;align-items:center;gap:.3rem;font-size:.8125rem;font-weight:700;color:var(--accent)}.revcard .alirev__tag{margin-left:0}.alirev__tag:before{content:"";width:1rem;height:1rem;border-radius:50%;background:var(--accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5.8 10.3l2.8 2.8 5.6-6.1' fill='none' stroke='%23fff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 100% no-repeat}.alirev__meta{display:flex;align-items:center;gap:.6rem;font-size:.8438rem;color:var(--muted)}.alirev__variant{margin:0;font-size:.8438rem;color:var(--muted)}.alirev__text{margin:0;font-size:.9688rem;line-height:1.55;overflow-wrap:anywhere}.alirev__photos{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.2rem}.alirev__ph{padding:0;border:0;border-radius:10px;overflow:hidden;background:var(--grey);cursor:zoom-in;width:72px;height:72px}.alirev__ph img{width:100%;height:100%;object-fit:cover}.alirev__more{margin:1.5rem auto 0;display:flex}.alirev__dlg{padding:0;border:0;border-radius:var(--radius);background:#000;max-width:min(92vw,44rem);max-height:88vh;overflow:hidden}.alirev__dlg::backdrop{background:#000000c7}.alirev__dlg img{display:block;width:auto;height:auto;max-width:min(92vw,44rem);max-height:88vh;object-fit:contain}.alirev__close{position:absolute;top:.4rem;right:.4rem;width:44px;height:44px;border:0;border-radius:50%;background:#0009;color:#fff;font-size:1.6rem;line-height:1;cursor:pointer}.drawer{position:fixed;inset:0 0 0 auto;margin:0;padding:0;border:0;width:min(27rem,100vw);max-width:100vw;height:100%;max-height:none;overflow:hidden;background:#fff;color:var(--ink);box-shadow:-18px 0 48px -24px #10182073;overscroll-behavior:contain}.drawer::backdrop{background:#10182073}html:has(.drawer[open]),body:has(.drawer[open]){overflow:hidden}.drawer__inner{display:flex;flex-direction:column;height:100%;min-height:0;outline:none}.drawer__head{flex:none;display:flex;align-items:center;justify-content:space-between;padding:.6rem calc(var(--gutter) - .4rem) .6rem var(--gutter);border-bottom:1px solid var(--line)}.drawer__brand{display:inline-flex;align-items:center;gap:.45rem;font-weight:800;font-size:1.125rem;letter-spacing:-.02em}.drawer__brand img{width:24px;height:auto}.drawer__title{flex:none;margin:.9rem var(--gutter) 0;font-size:1.25rem;font-weight:800}.drawer__n{color:var(--muted);font-weight:600}.iconbtn{display:inline-grid;place-items:center;min-width:44px;min-height:44px;background:none;border:0;border-radius:50%;cursor:pointer;color:inherit}.iconbtn:hover{background:var(--grey)}.iconbtn:focus-visible{outline-offset:0}.drawer .shipbar{flex:none;margin:.75rem var(--gutter) 0;padding:.85rem 1rem 1rem;border:0;border-radius:12px;background:var(--tint)}.drawer__items{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:.25rem var(--gutter)}.drawer__items>p{margin:1.75rem 0 .75rem;text-align:center}.lineitem{display:grid;grid-template-columns:76px minmax(0,1fr);gap:.9rem;padding:.95rem 0;border-bottom:1px solid var(--line)}.lineitem img{width:76px;height:76px;object-fit:cover;border-radius:12px;background:var(--grey)}.lineitem .iconbtn{min-height:36px;min-width:0;padding:0 .4rem;margin-right:-.4rem;border-radius:8px;color:var(--muted);text-decoration:underline;font-size:.8438rem}.drawer__foot{flex:none;padding:1rem var(--gutter) calc(1rem + env(safe-area-inset-bottom));border-top:1px solid var(--line);display:grid;gap:.6rem;background:#fff}.drawer__foot .btn{width:100%}.drawer__secure{display:flex;align-items:center;justify-content:center;gap:.4rem;margin:0;font-size:.8125rem;color:var(--muted)}.drawer__foot .payicons{justify-content:center}.footer{background:var(--grey);padding-block:clamp(2.5rem,2rem + 2vw,3.75rem) 1.75rem;font-size:.9375rem}.footer__top{display:grid;gap:2rem;padding-bottom:2rem;border-bottom:1px solid var(--line)}.footer__brand{display:inline-flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.2rem;letter-spacing:-.02em;text-decoration:none;margin-bottom:.6rem}.footer__brand img{width:26px;height:auto}.footer__blurb{color:var(--muted);max-width:24rem}.footer__mail{font-weight:700;color:var(--accent)}.footer__links{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:1.5rem 2.5rem}.footer__h{font-size:1rem;font-weight:800;margin-bottom:.6rem;letter-spacing:0}.footer__links ul{list-style:none;margin:0;padding:0;display:grid;gap:.1rem}.footer li a{display:inline-flex;align-items:center;min-height:36px;color:var(--muted);text-decoration:none}.footer li a:hover{color:var(--ink);text-decoration:underline}.footer__base{padding-top:1.5rem;display:grid;gap:.6rem;font-size:.8125rem;color:var(--muted)}.footer__base p{margin:0}@media(min-width:900px){.footer__top{grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);column-gap:4rem}}.pagebody{max-width:46rem}.pagebody h1{font-size:clamp(1.9rem,1.4rem + 2vw,2.7rem);letter-spacing:-.02em}.pagebody .rte p,.pagebody .rte li{color:var(--ink)}.pagebody .rte a{color:var(--accent)}.pagebody form{display:grid;gap:.9rem;margin-top:1.25rem;padding:clamp(1.25rem,1rem + 2vw,2rem);background:var(--grey);border-radius:var(--r-lg)}.field{display:grid;gap:.35rem}.field label{font-weight:700;font-size:.9375rem}.field input,.field textarea{width:100%;padding:.85rem 1rem;border:0;border-radius:12px;background:#fff;box-shadow:inset 0 0 0 1.5px var(--line-strong)}.field input:focus,.field textarea:focus{outline:none;box-shadow:inset 0 0 0 2px var(--accent)}.notice{padding:.9rem 1rem;border-radius:12px;background:var(--tint);color:var(--accent-deep);font-weight:600}.notice--error{background:#fdecea;color:#8a2a1b}.cartpage__total{display:flex;justify-content:space-between;align-items:baseline;margin:1.75rem 0 1rem;padding-top:1rem;border-top:1px solid var(--line)}.cartpage__total strong{font-size:1.25rem}.lineitem__name{font-weight:700;line-height:1.3;text-decoration:none}.lineitem__variant{font-size:.8438rem;color:var(--muted);margin-top:.1rem}.lineitem__qty{font-size:.9063rem;color:var(--muted)}.notfound{text-align:center}.notfound p{color:var(--muted)}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2.5rem}.pagination a,.pagination span{min-width:44px;min-height:44px;display:grid;place-items:center}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;scroll-behavior:auto!important}}.shopnote{max-width:40rem;margin-inline:auto;padding:clamp(1.6rem,1rem + 2.5vw,2.75rem) clamp(1.25rem,.8rem + 2.5vw,2.75rem);border-radius:var(--r-lg);background:#fff;box-shadow:inset 0 0 0 1px var(--line)}.shopnote__mark{display:block;width:44px;height:auto;margin-bottom:1rem}.shopnote__h{margin:0 0 .75rem}.shopnote__body p{margin:0 0 .8rem;font-size:1.0313rem;color:color-mix(in srgb,var(--ink) 82%,transparent)}.shopnote__sign{margin:1rem 0 0;font-weight:700}.shopnote__facts{list-style:none;margin:1.25rem 0 0;padding:1.1rem 0 0;border-top:1px solid var(--line);display:grid;gap:.55rem;font-size:.9375rem}.shopnote__facts li{display:flex;align-items:center;gap:.6rem;color:var(--muted)}.shopnote__facts .icon{color:var(--accent);flex:none}.shopnote__facts a{color:var(--accent);font-weight:700}.footer__addr{margin:.9rem 0 0;color:var(--muted);font-size:.875rem;line-height:1.5}.footer__addr span{display:block;color:var(--ink);font-weight:700}.product__apps{margin:0 0 1rem}.product__apps.is-mcard .app-block{display:none}.mcard{display:grid;gap:.9rem}.mcard__field{display:grid;gap:.35rem;font-weight:600;font-size:.95rem}.mcard__field input,.mcard__field textarea{font:inherit;font-weight:400;padding:.75rem .9rem;border:1px solid var(--line-strong);border-radius:12px;background:var(--bg);color:var(--ink);resize:vertical}.mcard__field input:focus,.mcard__field textarea:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}.mcard__field small{font-weight:400;color:var(--muted);font-size:.8rem}.mcard__status{margin:0;font-size:.9rem;color:var(--accent-deep)}.mcard__status.is-error{color:#b42318}.mcard__preview{margin:0}.mcard__preview canvas{width:100%;max-width:420px;height:auto;border-radius:12px;box-shadow:0 1px 3px #0000001f;display:block}.mcard__preview figcaption{font-size:.8rem;color:var(--muted);margin-top:.4rem}.lineitem__note{font-size:.8rem;color:var(--muted);margin-top:.2rem;font-style:italic}.banner__title,.template-index .h2,.template-collection .h2,.coll__title{font-family:var(--serif);font-weight:400;letter-spacing:-.01em}.banner__title{font-size:clamp(2.3rem,1.6rem + 3.4vw,4.1rem);line-height:1.04;max-width:16ch}.template-index .h2,.template-collection .h2{font-size:clamp(1.8rem,1.4rem + 1.7vw,2.7rem);line-height:1.1}.banner__kicker{display:inline-flex;align-items:center;gap:.45rem;margin:0 0 1rem;padding:.4rem .85rem;border-radius:999px;background:#ffffffbf;color:var(--accent-deep);font-size:.9375rem;font-weight:700}.banner__anchor{position:absolute;bottom:0;left:0}.banner,.coll--warm{background:var(--warm)}.coll+.coll--white,.coll--white+.coll--white{padding-top:clamp(1rem,.5rem + 2vw,2.5rem)}.coll__head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:clamp(1.25rem,1rem + 1.5vw,2.25rem)}.coll__title{margin:0 0 .35rem}.coll__intro{margin:0;color:var(--muted);font-size:1.0625rem;max-width:40rem}.coll__all{flex:none;font-weight:700;color:var(--accent)}.feature{display:grid;gap:1.25rem;align-items:center}.feature__media{display:grid;gap:.6rem;text-decoration:none}.feature__main{position:relative;display:block;aspect-ratio:1 / 1;border-radius:var(--r-lg);overflow:hidden;background:var(--grey)}.feature__main img,.feature__main svg{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}@media(hover:hover){.feature__media:hover .feature__main img{transform:scale(1.02)}}.feature__thumbs{display:none}.feature__body{display:grid;justify-items:start;gap:.2rem}.feature__tag{display:inline-flex;align-items:center;gap:.4rem;margin:0 0 .5rem;padding:.35rem .75rem;border-radius:999px;background:#fff;color:var(--accent-deep);font-size:.875rem;font-weight:700;box-shadow:inset 0 0 0 1px var(--line)}.feature__tag .icon{color:#c2536b}.feature__title{margin:0 0 .2rem;font-size:clamp(1.45rem,1.2rem + 1vw,2rem);letter-spacing:-.02em;line-height:1.15}.feature__title a{text-decoration:none}.feature .price{margin:0 0 .6rem}.feature .price__now{font-size:1.3rem}.feature__blurb{margin:.2rem 0 1rem;font-size:1.0625rem;color:color-mix(in srgb,var(--ink) 82%,var(--bg));max-width:34rem}.feature__checks{margin:0 0 1.4rem}.feature__btn{min-width:min(18rem,100%)}@media(max-width:599px){.feature__btn{width:100%}}@media(min-width:900px){.feature{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:clamp(2rem,4vw,4.5rem)}.feature--rev .feature__media{order:2}.feature__thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.feature__thumbs img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:var(--radius);background:var(--grey)}}.lanes{display:grid;gap:1rem}@media(min-width:900px){.lanes{grid-template-columns:repeat(2,minmax(0,1fr))}}.lane{background:#fff;border-radius:var(--radius);padding:1.25rem 1.3rem 1.2rem}.lane__name{display:flex;align-items:center;gap:.5rem;margin:0 0 .9rem;font-weight:800;font-size:1.0625rem}.lane__name .icon{color:var(--accent)}.lane__steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.lane__steps li{display:grid;gap:.15rem;padding:.7rem .75rem;border-radius:12px;background:var(--grey)}.lane__steps span{font-size:.8125rem;color:var(--muted)}.lane__steps strong{font-size:.9688rem;line-height:1.25}.lane__note{margin:.85rem 0 0;font-size:.9063rem;color:var(--muted)}.template-index .guarantee{background:var(--warm)}.template-index .shopnote{box-shadow:inset 0 0 0 1px var(--warm-deep)}.card__note{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;color:var(--muted)}.card__note .icon{color:#c2536b}.mcard__field small.is-low{color:#b54708}.mcard__multi{margin:0;font-size:.85rem;color:var(--muted)}.mcard__fields{display:grid;gap:1.1rem}.mcard__head{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem}.mcard__head small{font-weight:500;white-space:nowrap}.mcard{padding:1.1rem;border:1px solid var(--line-strong);border-radius:16px;background:var(--tint)}.mcard__intro{display:grid;gap:.25rem}.mcard__title{margin:0;font-size:1.1rem;font-weight:700}.mcard__intro p{margin:0;font-size:.88rem;color:var(--muted)}.mcard__lines{gap:.45rem}.mcard__line{position:relative;display:block}.mcard__line input{width:100%;box-sizing:border-box;font:inherit;font-weight:400;padding:.7rem 4.2rem .7rem .9rem;border:1px solid var(--line-strong);border-radius:12px;background:var(--bg);color:var(--ink)}.mcard__line input:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}.mcard__line input.is-bad{border-color:#b42318}.mcard__line small{position:absolute;right:.9rem;top:50%;transform:translateY(-50%);font-size:.78rem;color:var(--muted);pointer-events:none}.mcard__line small.is-low{color:#b54708}.mcard__field textarea.is-bad{border-color:#b42318}[data-gallery-main] .so-loading-overlay{display:none!important}[data-gallery-main] img.so-image-loading{opacity:1!important;filter:none!important}.mcard__count{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.mcard__countlabel{font-weight:700;font-size:1rem}.mcard__stepper{display:inline-flex;align-items:center;border:1px solid var(--line-strong);border-radius:999px;background:var(--bg)}.mcard__stepper button{width:2.75rem;height:2.75rem;border:0;background:none;font-size:1.35rem;color:var(--ink);cursor:pointer;border-radius:999px}.mcard__stepper button:disabled{color:var(--faint);cursor:default}.mcard__stepper output{min-width:2rem;text-align:center;font-weight:700;font-size:1.1rem}.mcard__set{border:0;margin:0;padding:0;display:grid;gap:1.1rem;min-width:0}.mcard__settitle{display:none}.mcard.is-multi .mcard__set{padding:1rem;border:1px solid var(--line-strong);border-radius:14px;background:var(--bg)}.mcard.is-multi .mcard__set.is-active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.mcard.is-multi .mcard__settitle{display:block;margin:0;font-weight:700;font-size:1.05rem;color:var(--accent-deep)}
/*# sourceMappingURL=/cdn/shop/t/8/assets/base.css.map */
