.gh-bento-wrap{--gh-ease-out: cubic-bezier(.23, 1, .32, 1);background:var(--gh-canvas, #FBFAF7);padding-block:var(--gh-pad, 48px)}.gh-bento-inner{max-width:1400px;margin-inline:auto;padding-inline:20px}.gh-bento__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:20px}.gh-bento__title{margin:0;color:var(--gh-ink, #16181A);font-size:clamp(1.375rem,1.1rem + 1.2vw,2rem);font-weight:600;letter-spacing:-.02em;line-height:1.15}.gh-bento__all{display:inline-flex;align-items:center;gap:6px;color:var(--gh-accent, #0F4C3A);font-size:.875rem;font-weight:600;text-decoration:none;white-space:nowrap}.gh-bento__all-arrow{transition:transform .2s var(--gh-ease-out)}.gh-bento{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-flow:dense;gap:var(--gh-gap, 12px)}.gh-bento__tile{position:relative;display:block;overflow:hidden;aspect-ratio:1 / 1;border-radius:var(--gh-radius, 16px);background:var(--gh-tint, #EFEDE7);box-shadow:inset 0 0 0 1px #16181a12;text-decoration:none;-webkit-tap-highlight-color:transparent;transition:transform .16s var(--gh-ease-out)}.gh-bento__tile--wide{grid-column:span 2;aspect-ratio:2 / 1}.gh-bento__tile--large{grid-column:span 2;aspect-ratio:1 / 1}.gh-bento__tile:active{transform:scale(.97)}.gh-bento__tile:focus-visible{outline:2px solid var(--gh-accent, #0F4C3A);outline-offset:3px}.gh-bento__tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:inset 0 0 0 1px var(--gh-accent, #0F4C3A);opacity:0;pointer-events:none;transition:opacity .2s var(--gh-ease-out)}.gh-bento__media{position:absolute;top:0;right:0;bottom:0;left:0}.gh-bento__img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s var(--gh-ease-out)}.gh-bento__img--placeholder{background:var(--gh-tint, #EFEDE7);fill:#16181a24}.gh-bento__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#16181abd,#16181a4d 34%,#16181a00 66%)}.gh-bento__caption{position:absolute;inset-inline:0;bottom:0;display:flex;flex-direction:column;gap:2px;padding:14px 16px;transition:transform .3s var(--gh-ease-out)}.gh-bento__label{color:#fff;font-size:clamp(.9375rem,.85rem + .4vw,1.125rem);font-weight:600;letter-spacing:-.01em;line-height:1.2}.gh-bento__tile--large .gh-bento__label{font-size:clamp(1.125rem,.95rem + .9vw,1.5rem)}.gh-bento__count{color:#ffffffb8;font-size:.75rem;letter-spacing:.02em}.gh-bento[data-reveal] .gh-bento__tile{opacity:0;transform:translateY(10px)}.gh-bento[data-reveal] .gh-bento__tile.is-in{opacity:1;transform:none;transition:opacity .3s var(--gh-ease-out) calc(min(var(--i),7)*45ms),transform .3s var(--gh-ease-out) calc(min(var(--i),7)*45ms)}.gh-bento[data-reveal] .gh-bento__tile.is-in:active{transform:scale(.97);transition:transform .16s var(--gh-ease-out)}@media(min-width:750px){.gh-bento-inner{padding-inline:40px}.gh-bento{grid-template-columns:repeat(var(--gh-cols, 4),1fr)}.gh-bento__caption{padding:18px 20px}}@media(hover:hover)and (pointer:fine){.gh-bento__all:hover .gh-bento__all-arrow{transform:translate(3px)}.gh-bento__tile:hover .gh-bento__img{transform:scale(1.045)}.gh-bento__tile:hover .gh-bento__caption{transform:translateY(-4px)}.gh-bento__tile:hover:after{opacity:.5}}@media(prefers-reduced-motion:reduce){.gh-bento[data-reveal] .gh-bento__tile{transform:none}.gh-bento[data-reveal] .gh-bento__tile.is-in{transition:opacity .2s ease}.gh-bento__img,.gh-bento__caption,.gh-bento__all-arrow{transition:none}.gh-bento__tile:hover .gh-bento__img,.gh-bento__tile:hover .gh-bento__caption{transform:none}}.gh-cat-wrap{--gh-ease-out: cubic-bezier(.23, 1, .32, 1);background:var(--gh-canvas, #F4F6F8);padding-block:var(--gh-pad, 40px)}.gh-cat-inner{max-width:1240px;margin-inline:auto;padding-inline:16px}.gh-cat-card{background:var(--gh-card, #FFFFFF);border-radius:var(--gh-card-radius, 24px);padding:var(--gh-card-pad, 24px)}.gh-cat-card--shadow{box-shadow:0 1px 2px #16181a0a,0 16px 40px -16px #16181a29}.gh-cat__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:18px}.gh-cat__title{margin:0;color:var(--gh-ink, #16181A);font-size:clamp(1.25rem,1rem + 1.4vw,2.125rem);font-weight:700;letter-spacing:-.025em;line-height:1.1}.gh-cat__all{color:var(--gh-accent, #F0883E);font-size:clamp(.875rem,.8rem + .3vw,1.125rem);font-weight:500;text-decoration:none;white-space:nowrap;transition:opacity .2s var(--gh-ease-out)}.gh-cat{display:grid;grid-template-columns:repeat(var(--gh-m-cols, 3),1fr);gap:var(--gh-gap, 12px)}.gh-cat__tile{position:relative;display:flex;align-items:center;overflow:hidden;aspect-ratio:22 / 10;padding-left:clamp(12px,4%,24px);border-radius:var(--gh-tile-radius, 14px);text-decoration:none;-webkit-tap-highlight-color:transparent;transition:transform .16s var(--gh-ease-out)}.gh-cat__tile:active{transform:scale(.97)}.gh-cat__tile:focus-visible{outline:2px solid var(--gh-ink, #16181A);outline-offset:3px}.gh-cat__wedge{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;clip-path:polygon(32% 0,100% 0,100% 100%,8% 100%)}.gh-cat__label{position:relative;z-index:2;max-width:52%;font-size:clamp(.875rem,.6rem + 1vw,1.375rem);font-weight:600;letter-spacing:-.015em;line-height:1.15}.gh-cat__media{position:absolute;inset-block:0;right:0;z-index:1;width:56%}.gh-cat__img{display:block;width:100%;height:100%;object-fit:contain;object-position:right bottom;transition:transform .3s var(--gh-ease-out)}.gh-cat__tile--sky{background:#8cc9f0}.gh-cat__tile--sky .gh-cat__wedge{background:#bce0f8}.gh-cat__tile--sky .gh-cat__label{color:#103a5c}.gh-cat__tile--amber{background:#f4a94b}.gh-cat__tile--amber .gh-cat__wedge{background:#fbd5a3}.gh-cat__tile--amber .gh-cat__label{color:#653506}.gh-cat__tile--mint{background:#86cfb7}.gh-cat__tile--mint .gh-cat__wedge{background:#b8e5d6}.gh-cat__tile--mint .gh-cat__label{color:#12523c}.gh-cat__tile--coral{background:#e98c80}.gh-cat__tile--coral .gh-cat__wedge{background:#f4bdb5}.gh-cat__tile--coral .gh-cat__label{color:#68221a}.gh-cat__tile--lilac{background:#b4a6e6}.gh-cat__tile--lilac .gh-cat__wedge{background:#d7cff3}.gh-cat__tile--lilac .gh-cat__label{color:#352768}.gh-cat__tile--sand{background:#e0c79a}.gh-cat__tile--sand .gh-cat__wedge{background:#efe1c6}.gh-cat__tile--sand .gh-cat__label{color:#55401a}.gh-cat__tile--lime{background:#b9d46a}.gh-cat__tile--lime .gh-cat__wedge{background:#dae9ab}.gh-cat__tile--lime .gh-cat__label{color:#3b4a10}.gh-cat__tile--rose{background:#eda3c0}.gh-cat__tile--rose .gh-cat__wedge{background:#f7cddd}.gh-cat__tile--rose .gh-cat__label{color:#67213f}.gh-cat[data-reveal] .gh-cat__tile{opacity:0;transform:translateY(10px)}.gh-cat[data-reveal] .gh-cat__tile.is-in{opacity:1;transform:none;transition:opacity .3s var(--gh-ease-out) calc(min(var(--i),7)*40ms),transform .3s var(--gh-ease-out) calc(min(var(--i),7)*40ms)}.gh-cat[data-reveal] .gh-cat__tile.is-in:active{transform:scale(.97);transition:transform .16s var(--gh-ease-out)}@media(max-width:749px){.gh-cat--m3 .gh-cat__tile{flex-direction:column;align-items:center;justify-content:flex-end;aspect-ratio:1 / 1;padding:0 6px 10px}.gh-cat--m3 .gh-cat__label{max-width:100%;font-size:.75rem;line-height:1.2;text-align:center}.gh-cat--m3 .gh-cat__media{top:6%;right:8%;bottom:34%;left:8%;width:auto}.gh-cat--m3 .gh-cat__img{object-position:center}.gh-cat--m3 .gh-cat__wedge{clip-path:polygon(0 0,100% 0,100% 62%,0 74%)}}@media(min-width:750px){.gh-cat-inner{padding-inline:32px}.gh-cat-card{padding:calc(var(--gh-card-pad, 24px) * 1.4)}.gh-cat{grid-template-columns:repeat(var(--gh-d-cols, 3),1fr)}}@media(hover:hover)and (pointer:fine){.gh-cat__all:hover{opacity:.72}.gh-cat__tile:hover .gh-cat__img{transform:translateY(-3px) scale(1.03)}}@media(prefers-reduced-motion:reduce){.gh-cat[data-reveal] .gh-cat__tile{transform:none}.gh-cat[data-reveal] .gh-cat__tile.is-in{transition:opacity .2s ease}.gh-cat__img{transition:none}.gh-cat__tile:hover .gh-cat__img{transform:none}}.gh-fp{background:var(--gh-bg);color:var(--gh-ink);padding-top:var(--gh-pt);padding-bottom:var(--gh-pb)}.gh-fp__wrap{max-width:var(--gh-max);margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:6rem;align-items:center}.gh-fp__wrap--flip .gh-fp__media{order:2}.gh-fp__wrap--flip .gh-fp__info{order:1}.gh-fp__stage{position:relative;background:var(--gh-tint);border:1px solid rgba(0,0,0,.06);border-radius:var(--gh-radius);aspect-ratio:1 / 1;display:grid;place-items:center;padding:8%;overflow:hidden}.gh-fp__img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .5s cubic-bezier(.2,.8,.2,1)}.gh-fp__stage:hover .gh-fp__img{transform:scale(1.03)}.gh-fp__chip{position:absolute;top:1.6rem;left:1.6rem;z-index:2;background:var(--gh-accent);color:#fff;font-size:1.1rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.6rem 1.2rem;border-radius:999px}.gh-fp__thumbs{display:flex;gap:1rem;margin-top:1.2rem}.gh-fp__thumb{flex:0 0 auto;width:7.2rem;height:7.2rem;padding:.8rem;background:var(--gh-tint);border:1px solid rgba(0,0,0,.06);border-radius:calc(var(--gh-radius) * .5);cursor:pointer;transition:border-color .25s ease}.gh-fp__thumb img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.gh-fp__thumb.is-active{border-color:var(--gh-accent)}.gh-fp__eyebrow{margin:0 0 1.2rem;font-size:1.15rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gh-accent)}.gh-fp__title{margin:0 0 1.6rem;font-size:clamp(2.6rem,3.4vw,4rem);line-height:1.1;letter-spacing:-.025em;font-weight:600}.gh-fp__pricing{display:flex;flex-wrap:wrap;align-items:baseline;gap:1.2rem;margin-bottom:2rem}.gh-fp__price{font-size:2.8rem;font-weight:600;letter-spacing:-.02em}.gh-fp__was{font-size:1.7rem;color:var(--gh-muted)}.gh-fp__was--hidden{display:none}.gh-fp__tax{font-size:1.2rem;color:var(--gh-muted)}.gh-fp__desc{font-size:1.55rem;line-height:1.7;color:var(--gh-muted);margin-bottom:2.4rem}.gh-fp__desc p{margin:0 0 1rem}.gh-fp__features{list-style:none;margin:0 0 2.4rem;padding:0;display:grid;gap:1rem}.gh-fp__feature{display:flex;align-items:flex-start;gap:1rem;font-size:1.5rem;line-height:1.5}.gh-fp__check{flex:0 0 auto;width:2rem;height:2rem;color:var(--gh-accent);margin-top:.1rem}.gh-fp__specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:0 0 2.8rem}.gh-fp__spec{background:var(--gh-tint);border-radius:calc(var(--gh-radius) * .55);padding:1.4rem 1.6rem}.gh-fp__spec dt{font-size:1.05rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gh-muted);margin-bottom:.4rem}.gh-fp__spec dd{margin:0;font-size:1.6rem;font-weight:600}.gh-fp__form{margin:0}.gh-fp__field{margin-bottom:1.6rem}.gh-fp__label{display:block;font-size:1.15rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gh-muted);margin-bottom:.8rem}.gh-fp__select,.gh-fp__qty{width:100%;max-width:34rem;min-height:5rem;padding:0 1.6rem;font-size:1.5rem;color:var(--gh-ink);background:#fff;border:1px solid rgba(0,0,0,.14);border-radius:calc(var(--gh-radius) * .5)}.gh-fp__field--qty{max-width:12rem}.gh-fp__actions{display:grid;gap:1rem;margin-top:.8rem}.gh-fp__btn{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:5.4rem;padding:0 3rem;font-size:1.45rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,opacity .2s ease,background-color .2s ease}.gh-fp__btn--primary{background:var(--gh-accent);color:#fff}.gh-fp__btn--primary:hover{transform:translateY(-2px)}.gh-fp__btn--primary[disabled]{background:var(--gh-muted);cursor:not-allowed;transform:none;opacity:.7}.gh-fp__btn--ghost{margin-top:1rem;background:transparent;color:var(--gh-ink);border-color:#0000002e}.gh-fp__btn--ghost:hover{border-color:var(--gh-accent);color:var(--gh-accent)}.gh-fp .shopify-payment-button__button{border-radius:999px;min-height:5.4rem;font-size:1.45rem;letter-spacing:.06em;text-transform:uppercase}.gh-fp__trust{list-style:none;margin:2.8rem 0 0;padding:2rem 0 0;border-top:1px solid rgba(0,0,0,.08);display:flex;flex-wrap:wrap;gap:.8rem 2rem}.gh-fp__trust li{position:relative;font-size:1.25rem;color:var(--gh-muted);padding-left:1.6rem}.gh-fp__trust li:before{content:"";position:absolute;left:0;top:.7rem;width:.6rem;height:.6rem;border-radius:50%;background:var(--gh-accent)}.gh-fp__store{margin:1.6rem 0 0;font-size:1.3rem;color:var(--gh-muted)}.gh-fp__empty{text-align:center;grid-column:1 / -1}@media screen and (max-width:989px){.gh-fp{padding-top:calc(var(--gh-pt) * .7);padding-bottom:calc(var(--gh-pb) * .7)}.gh-fp__wrap{grid-template-columns:minmax(0,1fr);gap:2.8rem;padding:0 1.6rem}.gh-fp__wrap--flip .gh-fp__media{order:1}.gh-fp__wrap--flip .gh-fp__info{order:2}.gh-fp__stage{padding:6%}.gh-fp__thumb{width:6rem;height:6rem}.gh-fp__price{font-size:2.4rem}.gh-fp__desc{font-size:1.45rem;margin-bottom:2rem}.gh-fp__feature{font-size:1.4rem}.gh-fp__specs{gap:.8rem;margin-bottom:2.2rem}.gh-fp__spec{padding:1.2rem 1.3rem}.gh-fp__spec dd{font-size:1.45rem}.gh-fp__select,.gh-fp__qty{max-width:100%}.gh-fp__trust{margin-top:2.2rem;gap:.6rem 1.6rem}}@media(prefers-reduced-motion:reduce){.gh-fp__img,.gh-fp__btn{transition:none}.gh-fp__stage:hover .gh-fp__img,.gh-fp__btn--primary:hover{transform:none}}.gh-hero{position:relative;background:var(--gh-canvas);color:var(--gh-ink);padding-top:var(--gh-pt);padding-bottom:var(--gh-pb);overflow:hidden}.gh-hero__stack{display:flex;flex-direction:column}.gh-hero__inner{max-width:72rem;margin:0 auto;padding:0 1.25rem;text-align:var(--gh-align);width:100%}.gh-hero__eyebrow{margin:0 0 .85rem;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gh-accent)}.gh-hero__title{margin:0;font-size:clamp(2.2rem,9vw,4.5rem);line-height:1.03;letter-spacing:-.035em;font-weight:800;text-wrap:balance}.gh-hero__title em,.gh-hero__title i{font-style:normal;color:var(--gh-accent)}.gh-hero__sub{margin:1rem var(--gh-sub-mr) 0 var(--gh-sub-ml);max-width:38rem;font-size:clamp(1rem,3.6vw,1.15rem);line-height:1.55;color:color-mix(in srgb,var(--gh-ink) 68%,var(--gh-canvas))}.gh-hero__ctas{margin-top:1.75rem;display:flex;flex-direction:column;gap:.7rem}.gh-hero__btn{display:inline-flex;align-items:center;justify-content:center;min-height:3.25rem;padding:0 1.9rem;border-radius:999px;background:var(--gh-accent);color:#fff;font-size:1.0625rem;font-weight:600;letter-spacing:.01em;text-decoration:none;box-shadow:0 1px 2px #00000014;transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s ease}.gh-hero__btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px -10px color-mix(in srgb,var(--gh-accent) 70%,transparent)}.gh-hero__btn:focus-visible{outline:2px solid var(--gh-ink);outline-offset:3px}.gh-hero__btn--ghost{background:transparent;color:var(--gh-ink);border:1px solid color-mix(in srgb,var(--gh-ink) 20%,transparent);box-shadow:none}.gh-hero__btn--ghost:hover{box-shadow:none;border-color:var(--gh-ink)}.gh-hero__trust{margin:1.6rem 0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.5rem 1.35rem;justify-content:var(--gh-justify);font-size:.8125rem;letter-spacing:.01em;color:color-mix(in srgb,var(--gh-ink) 62%,var(--gh-canvas))}.gh-hero__trust li{display:flex;align-items:center;gap:.45rem}.gh-hero__trust li:before{content:"";width:.35rem;height:.35rem;border-radius:50%;background:var(--gh-accent);flex:0 0 auto}.gh-rail{margin-top:2.25rem;-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}.gh-hero--rail-top .gh-rail{order:-1;margin-top:0;margin-bottom:2.25rem}.gh-rail__track{display:flex;width:max-content;animation:gh-rail-scroll var(--gh-rail-duration) linear infinite}.gh-rail:hover .gh-rail__track,.gh-rail:focus-within .gh-rail__track{animation-play-state:paused}.gh-rail__set{display:flex;align-items:flex-end;gap:var(--gh-rail-gap);margin:0;padding:0 calc(var(--gh-rail-gap) / 2);list-style:none}.gh-rail__item{flex:0 0 auto;width:var(--gh-tile)}.gh-rail__link{display:block;text-decoration:none}.gh-rail__img,.gh-rail__item svg{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:contain}.gh-hero--card .gh-rail__item{background:#fff;border:1px solid var(--gh-tint);border-radius:1.25rem;padding:.7rem;box-shadow:0 1px 2px #00000008}.gh-hero--floating .gh-rail__img{filter:drop-shadow(0 14px 18px rgba(0,0,0,.1))}@keyframes gh-rail-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media screen and (min-width:750px){.gh-hero__ctas{flex-direction:row;justify-content:var(--gh-justify);align-items:center;flex-wrap:wrap}.gh-hero__btn{min-height:3.4rem}}@media(prefers-reduced-motion:reduce){.gh-rail__track{animation:none;width:100%;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.gh-rail__set[aria-hidden=true]{display:none}.gh-rail__item{scroll-snap-align:center}.gh-hero__btn{transition:none}}.ghtp{background:var(--ghtp-bg);color:var(--ghtp-ink);padding-top:var(--ghtp-pt);padding-bottom:var(--ghtp-pb)}.ghtp__wrap{max-width:var(--ghtp-max);margin:0 auto;padding:0 2rem}.ghtp__head{text-align:center;max-width:62rem;margin:0 auto 2.8rem}.ghtp__eyebrow{margin:0 0 1rem;font-size:1.15rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ghtp-accent)}.ghtp__heading{margin:0 0 1rem;font-size:clamp(2.4rem,3vw,3.4rem);line-height:1.15;letter-spacing:-.02em;font-weight:600}.ghtp__sub{margin:0;font-size:1.5rem;line-height:1.6;color:var(--ghtp-muted)}.ghtp__tabs{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap;margin-bottom:3.2rem}.ghtp__tab{flex:0 0 auto;min-height:4rem;padding:0 2rem;font-size:1.35rem;font-weight:500;color:var(--ghtp-muted);background:transparent;border:1px solid rgba(0,0,0,.12);border-radius:999px;cursor:pointer;white-space:nowrap;transition:color .2s ease,background-color .2s ease,border-color .2s ease}.ghtp__tab:hover{color:var(--ghtp-ink);border-color:#00000047}.ghtp__tab.is-active{background:var(--ghtp-accent);border-color:var(--ghtp-accent);color:#fff}.ghtp__grid{display:grid;grid-template-columns:repeat(var(--ghtp-cols),minmax(0,1fr));gap:2.4rem}.ghtp__card{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:var(--ghtp-radius);overflow:hidden;transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s ease,border-color .3s ease}.ghtp__card:hover{transform:translateY(-4px);border-color:#0f4c3a47;box-shadow:0 20px 42px -26px #00000073}.ghtp__media{position:relative;display:block;background:var(--ghtp-tint);aspect-ratio:1 / 1;padding:10%;box-sizing:border-box}.ghtp__img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.ghtp__flag{position:absolute;top:1.2rem;left:1.2rem;background:var(--ghtp-accent);color:#fff;font-size:1rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.4rem .9rem;border-radius:999px}.ghtp__flag--out{top:auto;bottom:1.2rem;background:#0000009e}.ghtp__body{display:flex;flex-direction:column;flex:1 1 auto;padding:1.6rem 1.6rem 1.8rem}.ghtp__brand{margin:0 0 .6rem;font-size:1.05rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ghtp-muted)}.ghtp__name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:4rem;margin-bottom:.8rem;font-size:1.45rem;font-weight:500;line-height:1.35;color:var(--ghtp-ink);text-decoration:none}.ghtp__name:hover{color:var(--ghtp-accent)}.ghtp__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.8rem;margin-bottom:1.4rem}.ghtp__now{font-size:1.55rem;font-weight:600}.ghtp__was{font-size:1.2rem;color:var(--ghtp-muted)}.ghtp__actions{display:grid;gap:.8rem;margin-top:auto}.ghtp__form{margin:0}.ghtp__btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;width:100%;min-height:4.4rem;padding:0 1.4rem;font-size:1.25rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;border:1px solid transparent;border-radius:999px;cursor:pointer}.ghtp__btn--solid{background:var(--ghtp-accent);color:#fff}.ghtp__btn--solid[disabled]{background:var(--ghtp-tint);color:var(--ghtp-muted);cursor:not-allowed}.ghtp__btn--wa{background:transparent;color:var(--ghtp-ink);border-color:#0000002e}.ghtp__btn--wa:hover{border-color:var(--ghtp-accent);color:var(--ghtp-accent)}.ghtp__waicon{width:1.6rem;height:1.6rem;flex:0 0 auto}.ghtp__more{text-align:center;margin-top:3rem}.ghtp__link{font-size:1.3rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ghtp-ink);text-decoration:none;border-bottom:1px solid var(--ghtp-accent);padding-bottom:.4rem}.ghtp__link:hover{color:var(--ghtp-accent)}.ghtp__empty{grid-column:1 / -1;text-align:center;color:var(--ghtp-muted)}@media screen and (max-width:989px){.ghtp{padding-top:calc(var(--ghtp-pt) * .7);padding-bottom:calc(var(--ghtp-pb) * .7)}.ghtp__wrap{padding:0 1.6rem}.ghtp__head{margin-bottom:2rem}.ghtp__sub{font-size:1.4rem}.ghtp__tabs{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x proximity;margin:0 -1.6rem 2.4rem;padding:0 1.6rem .6rem;scrollbar-width:none}.ghtp__tabs::-webkit-scrollbar{display:none}.ghtp__tab{scroll-snap-align:start;min-height:3.6rem;padding:0 1.6rem;font-size:1.25rem}.ghtp__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.ghtp__card{border-radius:calc(var(--ghtp-radius) * .8)}.ghtp__media{padding:8%}.ghtp__body{padding:1.2rem 1.2rem 1.4rem}.ghtp__name{font-size:1.3rem;min-height:3.6rem}.ghtp__now{font-size:1.35rem}.ghtp__btn{min-height:4rem;font-size:1.15rem;letter-spacing:.03em}.ghtp__more{margin-top:2.4rem}}@media(prefers-reduced-motion:reduce){.ghtp__card{transition:none}.ghtp__card:hover{transform:none}}.gh-trust{background:var(--gh-trust-bg);padding-top:var(--gh-trust-pt);padding-bottom:var(--gh-trust-pb)}.gh-trust__inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem 1rem}.gh-trust__item{padding-inline:.4rem}.gh-trust__icon{display:block;color:var(--gh-trust-icon)}.gh-trust__icon svg{width:22px;height:22px;display:block}.gh-trust__heading{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:1.5rem;line-height:1.3;color:var(--gh-trust-heading);margin:1.1rem 0 .5rem}.gh-trust__text{font-size:1.2rem;line-height:1.65;color:var(--gh-trust-body);margin:0;opacity:.72}@media screen and (max-width:749px){.gh-trust__inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem 1rem}}.gh-cat{display:block;background:var(--gh-bg);color:var(--gh-ink);padding-top:var(--gh-pt);padding-bottom:var(--gh-pb)}.gh-cat__inner{max-width:var(--gh-max);margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.gh-cat__heading{margin:0 0 6px;text-align:var(--gh-align);font-size:clamp(1.5rem,4vw,2rem);line-height:1.1;letter-spacing:-.022em}.gh-cat__sub{margin:0 0 24px;text-align:var(--gh-align);font-size:.95rem;line-height:1.5;opacity:.65}.gh-cat__viewport{position:relative}.gh-cat__track{display:flex;gap:var(--gh-gap-m);margin:0;padding:6px 0 12px;list-style:none}.gh-cat--slider .gh-cat__track{overflow-x:auto;scroll-snap-type:x proximity;overscroll-behavior-x:contain;scrollbar-width:none;scroll-behavior:smooth}.gh-cat--slider .gh-cat__track::-webkit-scrollbar{display:none}.gh-cat--grid .gh-cat__track{display:grid;grid-template-columns:repeat(var(--gh-cols-m),minmax(0,1fr));justify-items:center}.gh-cat__item{flex:0 0 auto;scroll-snap-align:center}.gh-cat--slider .gh-cat__item{width:var(--gh-tile-m)}.gh-cat--grid .gh-cat__item{width:100%;max-width:var(--gh-tile-m)}.gh-cat__link{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;text-decoration:none;color:inherit;border-radius:12px}.gh-cat__link:focus-visible{outline:2px solid var(--gh-accent);outline-offset:4px}.gh-cat__disc{position:relative;display:grid;place-items:center;width:100%;aspect-ratio:1;border-radius:var(--gh-radius);overflow:hidden;background:var(--gh-fill);transition:transform .26s cubic-bezier(.22,.68,0,1),box-shadow .26s ease}.gh-cat__link:hover .gh-cat__disc{transform:translateY(-4px);box-shadow:0 10px 24px -12px #00000059}.gh-cat__link:active .gh-cat__disc{transform:scale(.96);transition-duration:.1s}.gh-cat__img{width:100%;height:100%;object-fit:cover;display:block}.gh-cat__img--pack{object-fit:contain;padding:12%;mix-blend-mode:multiply}.gh-cat__disc svg{width:42%;height:42%;color:var(--gh-accent)}.gh-cat__blank{width:100%;height:100%;background:repeating-linear-gradient(45deg,rgba(0,0,0,.04) 0 8px,transparent 8px 16px)}.gh-cat__label{font-size:var(--gh-label);font-weight:var(--gh-weight);line-height:1.3}.gh-cat__label--warn{color:#b4532a;font-size:12px}.gh-cat__count{font-size:12px;opacity:.5}.gh-cat__item--empty{opacity:.6;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.gh-cat__nav{position:absolute;top:calc(var(--gh-tile-m) / 2);z-index:2;display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid rgba(0,0,0,.08);border-radius:50%;background:#ffffffc7;color:var(--gh-ink);cursor:pointer;opacity:0;transform:translateY(-50%);transition:opacity .2s ease,transform .2s cubic-bezier(.22,.68,0,1)}.gh-cat__viewport:hover .gh-cat__nav,.gh-cat__nav:focus-visible{opacity:1}.gh-cat__nav:active{transform:translateY(-50%) scale(.9)}.gh-cat__nav[disabled]{opacity:0;pointer-events:none}.gh-cat__nav--prev{left:-14px}.gh-cat__nav--next{right:-14px}.gh-cat__nav svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}@media screen and (min-width:750px){.gh-cat__track{gap:var(--gh-gap)}.gh-cat--slider .gh-cat__item{width:var(--gh-tile)}.gh-cat--grid .gh-cat__track{grid-template-columns:repeat(var(--gh-cols),minmax(0,1fr))}.gh-cat--grid .gh-cat__item{max-width:var(--gh-tile)}.gh-cat__nav{top:calc(var(--gh-tile) / 2)}}@media screen and (max-width:749px){.gh-cat__nav{display:none}}@media(prefers-reduced-motion:reduce){.gh-cat--slider .gh-cat__track{scroll-behavior:auto}.gh-cat__disc,.gh-cat__nav{transition:none}.gh-cat__link:hover .gh-cat__disc,.gh-cat__link:active .gh-cat__disc{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/8/compiled_assets/styles.css.map */
