.kawaii-storefront{--kk-ink: #4b1d38;--kk-muted: #7d4a63;--kk-berry: #a4325f;--kk-outline-strong: #9f838c;--kk-pink: #ffb7ce;--kk-pink-soft: #ffd9e3;--kk-mint: #aeeeeb;--kk-lilac: #fcd7ff;--kk-cream: #fff8f6;--kk-white: #ffffff;--kk-outline: #d5c2c6;--kk-shadow: 0 2rem 4rem -1rem rgb(134 77 97 / 18%);position:relative;min-height:100vh;overflow:hidden;color:var(--kk-ink);background:radial-gradient(circle at 6% 12%,rgb(255 255 255 / 80%) 0 3.5rem,transparent 3.6rem),radial-gradient(circle at 92% 28%,rgb(255 255 255 / 55%) 0 5rem,transparent 5.1rem),linear-gradient(145deg,var(--kk-pink-soft) 0%,var(--kk-mint) 52%,var(--kk-lilac) 100%);font-family:var(--font-body-family)}.kawaii-storefront *,.kawaii-storefront *:before,.kawaii-storefront *:after{box-sizing:border-box}.kawaii-storefront a{color:inherit}.kawaii-storefront button,.kawaii-storefront input{font:inherit}.kawaii-storefront__main{display:flex;width:min(100% - 4rem,128rem);margin:0 auto;padding:clamp(2.4rem,4vw,5rem) 0;flex-direction:column;gap:clamp(4.8rem,7vw,8rem)}.kawaii-storefront__hero{isolation:isolate;position:relative;display:grid;min-height:43rem;padding:clamp(3rem,6vw,7rem);overflow:hidden;grid-template-columns:minmax(0,.9fr) minmax(38rem,1.1fr);align-items:center;gap:3rem;background:var(--kk-hero-background);border:.4rem solid var(--kk-white);border-radius:var(--kk-hero-border-radius);box-shadow:var(--kk-shadow)}.kawaii-storefront__hero-background-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;display:block;width:100%;height:100%;object-fit:cover;opacity:var(--kk-hero-background-image-opacity)}.kawaii-storefront__hero-copy{position:relative;z-index:2}.kawaii-storefront__eyebrow{margin:0 0 .8rem;color:var(--kk-hero-eyebrow-color);font-size:var(--kk-hero-eyebrow-size);font-weight:700;letter-spacing:.12em;text-transform:uppercase}.kawaii-storefront__hero-title{max-width:60rem;margin:0;color:var(--kk-hero-heading-color);font-size:var(--kk-hero-heading-size);font-weight:700;line-height:.98;letter-spacing:0;overflow-wrap:anywhere}.kawaii-storefront__hero-text{max-width:52rem;margin:2rem 0 0;color:var(--kk-hero-text-color);font-size:var(--kk-hero-text-size);line-height:1.45}.kawaii-storefront__hero-text p{margin:0}.kawaii-storefront__button,.kawaii-storefront__product-button{display:inline-flex;min-height:4.8rem;margin-top:2.4rem;padding:1rem 2.4rem;align-items:center;justify-content:center;gap:.8rem;color:var(--kk-ink);background:var(--kk-pink);border:.2rem solid var(--kk-white);border-radius:999px;box-shadow:0 .5rem #e4bfe8;font-size:1.5rem;font-weight:700;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease}.kawaii-storefront__hero .kawaii-storefront__button{color:var(--kk-hero-button-text-color)}.kawaii-storefront__button:hover{border-color:var(--kk-ink);transform:translateY(-.2rem);box-shadow:0 .7rem #e4bfe8}.kawaii-storefront__button:focus-visible,.kawaii-storefront__product-button:focus-visible{outline:.2rem solid var(--kk-ink);outline-offset:.2rem}.kawaii-storefront__button:active{transform:translateY(.1rem);box-shadow:0 .2rem #e4bfe8}.kawaii-storefront__hero-media{position:relative;z-index:1;display:flex;width:100%;height:100%;min-width:0;align-items:var(--kk-hero-image-vertical-position);justify-content:var(--kk-hero-image-horizontal-position)}.kawaii-storefront__hero-image{display:block;width:var(--kk-hero-image-width);height:auto;max-height:34rem;object-fit:contain;border:var(--kk-hero-image-border-width) solid var(--kk-hero-image-border-color);border-radius:var(--kk-hero-image-border-radius);filter:drop-shadow(0 2rem 2.4rem rgb(54 11 30 / 15%))}.kawaii-storefront__hero-media--custom .kawaii-storefront__hero-image{width:min(var(--kk-hero-image-custom-width),100%);height:var(--kk-hero-image-custom-height);max-height:none}.kawaii-storefront__section{display:flex;flex-direction:column;gap:2.4rem}.kawaii-storefront__section-heading{margin:0;color:var(--kk-ink);font-size:clamp(2.8rem,4vw,4rem);font-weight:700;line-height:1.1;text-align:center}.kawaii-storefront__category-heading{color:var(--kk-category-heading-color);font-size:var(--kk-category-heading-size);overflow-wrap:anywhere}.kawaii-storefront__scroll-hint{display:none;margin:-.4rem 0 1.2rem;align-items:center;gap:.5rem;color:var(--kk-muted);font-size:1.4rem;font-weight:600}.kawaii-storefront__scroll-hint svg{width:1.4rem;height:1.4rem;flex:none}.kawaii-storefront__category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.kawaii-storefront__category-card{isolation:isolate;position:relative;display:flex;min-height:25rem;padding:3.2rem;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;overflow:hidden;background:var(--kk-category-card-background, var(--kk-pink-soft));border:var(--kk-category-card-border-width) solid var(--kk-category-card-border-color);border-radius:var(--kk-category-card-radius);box-shadow:var(--kk-shadow);text-decoration:none;transition:transform .18s ease,border-color .18s ease}.kawaii-storefront__category-card:hover{border-color:var(--kk-ink);transform:translateY(-.3rem)}.kawaii-storefront__category-card:focus-visible{outline:.2rem solid var(--kk-ink);outline-offset:.2rem;transform:translateY(-.3rem)}.kawaii-storefront__category-card-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;display:block;width:100%;height:100%;object-fit:cover;opacity:var(--kk-category-card-background-image-opacity)}.kawaii-storefront__category-media{position:relative;z-index:1;display:grid;width:min(var(--kk-category-media-width),100%);height:var(--kk-category-media-height);overflow:hidden;align-items:var(--kk-category-image-vertical-position);justify-items:var(--kk-category-image-horizontal-position);background:var(--kk-white);border-radius:var(--kk-category-media-radius);box-shadow:inset 0 .2rem 1rem #360b1e14}.kawaii-storefront__category-image{display:block;width:var(--kk-category-image-size);height:var(--kk-category-image-size);object-fit:var(--kk-category-image-fit)}.kawaii-storefront__category-title{position:relative;z-index:1;color:var(--kk-category-title-color);font-size:var(--kk-category-title-size);font-weight:700;text-align:center}.kawaii-storefront__product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}.kawaii-storefront__product-card{display:flex;min-width:0;padding:1.2rem;flex-direction:column;gap:1.2rem;background:var(--kk-product-card-background, var(--kk-cream));border:var(--kk-product-card-border-width, .2rem) solid var(--kk-product-card-border-color, var(--kk-outline));border-radius:var(--kk-product-card-radius, 1.6rem);box-shadow:var(--kk-shadow)}.kawaii-storefront__product-media{display:block;min-height:0;padding:var(--kk-product-image-padding, 0);overflow:hidden;aspect-ratio:1 / .72;background:var(--kk-card-color, var(--kk-pink-soft));border-radius:1.2rem}.kawaii-storefront__product-image{display:block;width:100%;height:100%;object-fit:var(--kk-product-image-fit, contain);transition:transform .18s ease}.kawaii-storefront__product-media:hover .kawaii-storefront__product-image,.kawaii-storefront__product-media:focus-visible .kawaii-storefront__product-image{transform:scale(1.04)}.kawaii-storefront__product-info{display:flex;flex:1;min-height:12.2rem;padding:.4rem;flex-direction:column}.kawaii-storefront__product-title{display:-webkit-box;margin:0;overflow:hidden;min-height:calc(var(--kk-product-title-lines, 2) * 1.25em);-webkit-box-orient:vertical;-webkit-line-clamp:var(--kk-product-title-lines, 2);line-clamp:var(--kk-product-title-lines, 2);color:var(--kk-product-title-color, var(--kk-ink));font-size:var(--kk-product-title-size, 1.9rem);font-weight:700;line-height:1.25}.kawaii-storefront__product-title a{text-decoration:none}.kawaii-storefront__product-title a:hover,.kawaii-storefront__product-title a:focus-visible{text-decoration:underline;text-underline-offset:.3rem}.kawaii-storefront__product-price{margin:.6rem 0 .8rem;color:var(--kk-product-price-color, var(--kk-berry));font-size:var(--kk-product-price-size, 1.6rem);font-weight:700}.kawaii-storefront .kawaii-storefront__product-button{width:100%;min-height:4rem;margin-top:auto;padding:.7rem 1.4rem;color:var(--kk-product-button-text-color, var(--kk-ink));background:var(--kk-product-button-background, var(--kk-white));border-color:var(--kk-product-button-border-color, var(--kk-outline-strong));box-shadow:none;font-size:var(--kk-product-button-size, 1.3rem);font-weight:700;text-align:center}.kawaii-storefront .kawaii-storefront__product-button:hover{border-color:var(--kk-ink);transform:translateY(-.2rem);box-shadow:0 .4rem .9rem -.3rem #4b1d3840}.kawaii-storefront .kawaii-storefront__product-button:active{transform:translateY(.1rem);box-shadow:0 .2rem .5rem -.2rem #4b1d3840}.kawaii-storefront .kawaii-storefront__product-button:focus-visible{outline:.2rem solid var(--kk-ink);outline-offset:.2rem}.kawaii-storefront__product-button[disabled]{opacity:.55;cursor:not-allowed}@media screen and (max-width:989px){.kawaii-storefront__main{width:min(100% - 3.2rem,72rem);padding-top:2.4rem;gap:4rem}.kawaii-storefront__hero{min-height:0;padding:3.2rem 2.4rem;grid-template-columns:1fr;gap:2rem}.kawaii-storefront__hero-media{grid-row:1}.kawaii-storefront__hero-image{max-height:24rem}.kawaii-storefront__hero-media--custom .kawaii-storefront__hero-image{width:min(var(--kk-hero-image-custom-width),100%);height:var(--kk-hero-image-custom-height);max-height:none}.kawaii-storefront__category-grid{grid-template-columns:repeat(3,minmax(18rem,1fr));gap:1.4rem;margin:-.6rem -1.6rem;padding:.6rem 1.6rem 1.8rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.kawaii-storefront__category-grid::-webkit-scrollbar{display:none}.kawaii-storefront__category-card{min-height:18rem;padding:2rem;scroll-snap-align:start}.kawaii-storefront__category-media{width:min(var(--kk-category-media-width-mobile),100%);height:var(--kk-category-media-height-mobile);align-items:var(--kk-category-image-vertical-position-mobile);justify-items:var(--kk-category-image-horizontal-position-mobile)}.kawaii-storefront__category-image{width:var(--kk-category-image-size-mobile);height:var(--kk-category-image-size-mobile)}.kawaii-storefront__product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem}.kawaii-storefront__product-media{aspect-ratio:1}.kawaii-storefront--mobile-v1 .kawaii-storefront__category-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;overflow:visible}.kawaii-storefront--mobile-v1 .kawaii-storefront__category-card{min-height:15rem;padding:1.4rem}.kawaii-storefront--mobile-v1 .kawaii-storefront__category-title,.kawaii-storefront--mobile-v2 .kawaii-storefront__category-title{font-size:var(--kk-category-title-size-mobile)}.kawaii-storefront--mobile-v2 .kawaii-storefront__category-grid{-webkit-mask-image:linear-gradient(to right,#000 calc(100% - 5rem),transparent 100%);mask-image:linear-gradient(to right,#000 calc(100% - 5rem),transparent 100%)}.kawaii-storefront--mobile-v2 .kawaii-storefront__scroll-hint{display:flex}}@media screen and (max-width:749px){.kawaii-storefront__main{width:min(100% - 2.4rem,56rem)}.kawaii-storefront__hero{border-width:.3rem}.kawaii-storefront__section-heading{text-align:left}.kawaii-storefront__product-card{padding:.9rem}.kawaii-storefront__product-title{font-size:var(--kk-product-title-size-mobile, 1.6rem)}.kawaii-storefront__product-price{font-size:var(--kk-product-price-size-mobile, 1.6rem)}.kawaii-storefront .kawaii-storefront__product-button{font-size:var(--kk-product-button-size-mobile, 1.3rem)}}@media(prefers-reduced-motion:reduce){.kawaii-storefront__category-card,.kawaii-storefront__product-image,.kawaii-storefront__button,.kawaii-storefront__product-button{transition:none}.kawaii-storefront__category-card:hover,.kawaii-storefront__category-card:focus-visible,.kawaii-storefront__button:hover,.kawaii-storefront__button:active,.kawaii-storefront .kawaii-storefront__product-button:hover,.kawaii-storefront .kawaii-storefront__product-button:active{transform:none}.kawaii-storefront__product-media:hover .kawaii-storefront__product-image,.kawaii-storefront__product-media:focus-visible .kawaii-storefront__product-image{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/44/assets/section-kawaii-storefront.css.map */
