:root{--home-bg: #ffffff;--home-ink: #555555;--home-green: #4f7f85;--home-green-hover: #D79C4A;--home-gold: #D79C4A;--home-muted: #7A7A7A;--home-soft-blue: rgba(160, 205, 210, .22);--home-line: rgba(122, 122, 122, .2);--home-radius: 30px;--home-page: min(1440px, calc(100% - 64px) )}.home-section-heading{max-width:720px;margin:0 auto 34px;text-align:center}.home-section-heading>span{display:block;margin-bottom:8px;color:var(--bs-teal, #D79C4A);font-family:var(--display, serif);font-size:17px;font-style:italic;font-weight:600;letter-spacing:.08em}.home-section-heading h2{margin:0;color:var(--home-ink);font-size:clamp(34px,4vw,58px);font-weight:700;letter-spacing:-.05em;line-height:.98}.home-section-heading p{margin:16px auto 0;color:var(--home-muted);font-size:15px;line-height:1.6}.home-shelf{padding:72px 0}.home-shelf--blue{background:var(--home-soft-blue)}.home-shelf--white{background:#fff}.home-shelf__inner,.home-categories__inner,.home-stories__inner{width:var(--home-page);margin:0 auto}.home-shelf__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.home-product-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border-radius:26px;border:1px solid var(--home-line);background:#fff;box-shadow:0 14px 36px #7a7a7a14}.home-product-card__media{position:relative;display:block;min-height:0;overflow:hidden;background:#fff;aspect-ratio:1 / 1.02}.home-product-card__image,.home-product-card__placeholder{width:100%;height:100%;object-fit:contain;transition:transform .28s ease}.home-product-card:hover .home-product-card__image{transform:scale(1.035)}.home-product-card__badge{position:absolute;z-index:1;top:14px;left:14px;max-width:calc(100% - 28px);padding:7px 14px;overflow:hidden;border-radius:999px;background:var(--home-ink);color:#fff;font-size:11px;font-weight:800;line-height:1;text-overflow:ellipsis;white-space:nowrap}.home-product-card__body{display:flex;flex:1;flex-direction:column;padding:0 18px 18px;text-align:center}.home-product-card h3{margin:0;font-size:16px;font-weight:750;line-height:1.3}.home-product-card h3 a{color:var(--home-ink)}.home-product-card__price{display:flex;min-height:26px;align-items:baseline;justify-content:center;gap:8px;margin:7px 0 13px;color:var(--home-ink)}.home-product-card__price strong{font-size:15px;font-weight:800}.home-product-card__price s{color:var(--home-muted);font-size:12px}.home-product-card__form{display:flex;gap:8px;margin-top:auto}.home-product-card__form select,.home-product-card__form button{min-height:50px;border-radius:12px;font-size:13px;font-weight:800}.home-product-card__form select{min-width:0;flex:0 1 42%;padding:0 34px 0 12px;border:1px solid var(--home-line);background-color:#fff;color:var(--home-ink)}.home-product-card__form button{flex:1;padding:0 14px;border:0;background:var(--home-green);color:#fff;cursor:pointer;transition:background .18s ease,transform .18s ease}.home-product-card__form button:hover:not(:disabled){background:var(--home-green-hover);transform:translateY(-2px)}.home-product-card__form button:disabled{cursor:not-allowed;opacity:.58}.home-product-card__rating{display:flex;min-height:22px;align-items:center;justify-content:center;gap:7px;margin-top:13px;color:var(--home-muted);font-size:11px}.home-product-card__stars{position:relative;display:inline-block;color:#7a7a7a47;font-size:16px;letter-spacing:.02em;line-height:1}.home-product-card__stars:before{content:"\2605\2605\2605\2605\2605";position:absolute;top:0;right:0;bottom:0;left:0;width:var(--rating-width);overflow:hidden;color:var(--home-gold);white-space:nowrap}.home-section-action{margin-top:30px;text-align:center}.home-section-action a,.home-story-card__body>a{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 24px;border-radius:12px;background:var(--home-green);color:#fff;font-size:13px;font-weight:800}.home-section-empty{padding:48px 24px;border:1px dashed var(--home-line);border-radius:20px;color:var(--home-muted);text-align:center}.home-categories{padding:80px 0;border-radius:32px;background:#fff}.home-categories__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.home-category-card{display:flex;min-width:0;flex-direction:column;align-items:center;gap:14px;color:var(--home-ink);text-align:center}.home-category-card__media{display:flex;width:100%;align-items:center;justify-content:center;overflow:hidden;border-radius:24px;background:#fdf9e3;aspect-ratio:1 / 1;transition:transform .18s ease}.home-category-card--2 .home-category-card__media{background:#a0cdd2}.home-category-card--0 .home-category-card__media{background:#fdf9e3}.home-category-card:hover .home-category-card__media{transform:translateY(-6px)}.home-category-card__media img{width:100%;height:100%;object-fit:cover}.home-category-card__placeholder{width:88%;height:88%}.home-category-card strong{font-size:13px;font-weight:800;line-height:1.25}.home-stories{padding:80px 0;border-radius:32px;background:var(--home-soft-blue)}.home-stories__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.home-story-card{display:flex;min-width:0;flex-direction:column}.home-story-card__media{display:block;overflow:hidden;border-radius:22px;background:#a0cdd2;aspect-ratio:1 / 1}.home-story-card__media img,.home-story-card__placeholder{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.home-story-card:hover .home-story-card__media img{transform:scale(1.04)}.home-story-card__body{display:flex;flex:1;flex-direction:column;align-items:center;padding:18px 8px 0;text-align:center}.home-story-card__stars{margin-bottom:8px;color:var(--home-gold);font-size:14px;letter-spacing:.06em}.home-story-card__body strong{color:var(--home-ink);font-size:15px}.home-story-card__body p{margin:10px 0;color:var(--home-muted);font-size:12px;line-height:1.55}.home-story-card__body span{margin-bottom:18px;color:var(--home-ink);font-size:11px;font-weight:800}.home-story-card__body>a{width:100%;margin-top:auto}@media(max-width:1100px){.home-shelf__grid,.home-stories__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-categories__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:749px){:root{--home-page: calc(100% - 24px) }.home-shelf,.home-categories,.home-stories{padding:54px 0}.home-categories,.home-stories{border-radius:24px}.home-section-heading{margin-bottom:26px;padding:0 10px}.home-section-heading h2{font-size:38px}.home-shelf__grid,.home-stories__grid{display:flex;gap:14px;margin-right:-12px;padding:0 12px 12px 0;overflow-x:auto;scroll-snap-type:x mandatory}.home-product-card,.home-story-card{min-width:min(80vw,310px);flex:0 0 min(80vw,310px);scroll-snap-align:start}.home-categories__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}.home-category-card strong{font-size:12px}}@media(prefers-reduced-motion:reduce){.home-product-card__image,.home-category-card__media,.home-story-card__media img,.home-product-card__form button{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/home-storefront.css.map */
