:root{--sh-color-ink: #1f1f1f;--sh-color-muted: #66615b;--sh-color-accent: #8b7355;--sh-color-accent-dark: #6f5b43;--sh-color-surface: #faf7f2;--sh-color-white: #ffffff;--sh-radius-sm: 8px;--sh-radius-md: 14px;--sh-shadow-soft: 0 12px 34px rgba(31, 31, 31, .08);--sh-page-width: min(1440px, calc(100% - 40px) )}.sh-section{color:var(--sh-color-ink)}.sh-container{width:var(--sh-page-width);margin-inline:auto}.sh-eyebrow{margin:0 0 12px;color:var(--sh-color-accent);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.sh-heading{margin:0;color:var(--sh-color-ink);font-family:var(--font-heading--family, inherit);font-weight:500;line-height:1.12;letter-spacing:-.02em}.sh-copy{color:var(--sh-color-muted);line-height:1.65}.sh-button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.sh-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 24px;border:1px solid var(--sh-color-accent);border-radius:4px;background:var(--sh-color-accent);color:var(--sh-color-white);font-weight:700;line-height:1;text-decoration:none;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.sh-button:hover{border-color:var(--sh-color-accent-dark);background:var(--sh-color-accent-dark);color:var(--sh-color-white);transform:translateY(-1px)}.sh-button--secondary{background:transparent;color:var(--sh-color-ink)}.sh-button--secondary:hover{color:var(--sh-color-white)}.sh-hero{padding-block:clamp(32px,5vw,76px);background:var(--sh-hero-background, var(--sh-color-surface))}.sh-hero__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.25fr);align-items:center;gap:clamp(32px,6vw,88px)}.sh-hero__content{max-width:620px}.sh-hero__heading{font-size:clamp(2.2rem,4.6vw,4.8rem)}.sh-hero__text{max-width:58ch;margin:22px 0 0;font-size:clamp(1rem,1.25vw,1.16rem)}.sh-hero__media{position:relative;min-height:520px;overflow:hidden;border-radius:var(--sh-radius-md);background:#ece8e1;box-shadow:var(--sh-shadow-soft)}.sh-hero__image,.sh-hero__placeholder{width:100%;height:100%;min-height:520px;object-fit:cover;display:block}.sh-trust{border-block:1px solid rgba(31,31,31,.09);background:var(--sh-color-white)}.sh-trust__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.sh-trust__item{display:flex;gap:14px;align-items:flex-start;padding:24px clamp(16px,2.5vw,32px)}.sh-trust__item+.sh-trust__item{border-left:1px solid rgba(31,31,31,.09)}.sh-trust__icon{flex:0 0 auto;width:24px;height:24px;color:var(--sh-color-accent)}.sh-trust__title{margin:0 0 4px;font-size:.98rem;font-weight:700}.sh-trust__text{margin:0;color:var(--sh-color-muted);font-size:.88rem;line-height:1.45}.sh-categories{padding-block:clamp(56px,7vw,96px);background:var(--sh-category-background, var(--sh-color-white))}.sh-categories__header{max-width:760px;margin:0 auto clamp(30px,4vw,48px);text-align:center}.sh-categories__heading{font-size:clamp(2rem,3vw,3.2rem)}.sh-categories__description{margin:16px auto 0;max-width:62ch}.sh-categories__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.sh-category-card{position:relative;min-height:360px;overflow:hidden;border-radius:var(--sh-radius-md);background:#e9e5df;box-shadow:var(--sh-shadow-soft);isolation:isolate}.sh-category-card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.sh-category-card__image,.sh-category-card__placeholder{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.sh-category-card:hover .sh-category-card__image{transform:scale(1.035)}.sh-category-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to top,#000000ad,#0000000a 62%)}.sh-category-card__content{position:absolute;inset:auto 24px 22px;z-index:2;color:#fff}.sh-category-card__title{margin:0;color:inherit;font-family:var(--font-heading--family, inherit);font-size:clamp(1.35rem,2vw,1.9rem);font-weight:500;line-height:1.2}.sh-category-card__text{margin:8px 0 0;max-width:34ch;color:#ffffffe6;font-size:.92rem;line-height:1.45}@media(min-width:750px){body.template-index #header-component .search-action{display:none}body.template-index #header-component .header__columns{--header-padding: 6px;grid-template-areas:"leftA center rightB"}body.template-index #header-component .header__drawer{grid-area:leftA}body.template-index #header-component .header-logo{grid-area:center}body.template-index #header-component header-actions{grid-area:rightB}body.template-index #header-component .header-logo__image{max-height:116px;width:auto}}@media(max-width:989px){.sh-hero__grid{grid-template-columns:1fr;gap:28px}.sh-hero__content{max-width:760px}.sh-hero__media,.sh-hero__image,.sh-hero__placeholder{min-height:380px}.sh-trust__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sh-trust__item:nth-child(3){border-left:0}.sh-trust__item:nth-child(n+3){border-top:1px solid rgba(31,31,31,.09)}.sh-categories__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){:root{--sh-page-width: min(100% - 30px, 680px)}body.template-index #header-component .search-action{display:none}body.template-index #header-component .header__columns{--header-mobile-bookend: 42px;grid-template-columns:var(--header-mobile-bookend) 1fr var(--header-mobile-bookend);grid-template-areas:"leftA center rightB";min-height:66px;padding-inline:6px}body.template-index #header-component .header-logo__image{max-height:58px;width:auto}body.template-index #header-component header-actions{grid-area:rightB}.sh-hero{padding-block:24px 28px}.sh-hero__grid{gap:24px}.sh-eyebrow{margin-bottom:10px;font-size:.68rem;letter-spacing:.1em}.sh-hero__heading{font-size:clamp(2rem,9vw,2.7rem);line-height:1.08;letter-spacing:-.025em}.sh-hero__text{margin-top:18px;font-size:1rem;line-height:1.55}.sh-button-row{display:grid;grid-template-columns:1fr;gap:10px;margin-top:22px}.sh-button{width:100%;min-height:48px}.sh-hero__media,.sh-hero__image,.sh-hero__placeholder{min-height:250px;height:250px}.sh-hero__image{object-position:center center}.sh-trust__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sh-trust__item,.sh-trust__item:nth-child(3){min-width:0;gap:10px;padding:18px 14px;border-left:0}.sh-trust__item:nth-child(2n){border-left:1px solid rgba(31,31,31,.09)}.sh-trust__item:nth-child(n+3){border-top:1px solid rgba(31,31,31,.09)}.sh-trust__icon{width:21px;height:21px}.sh-trust__title{margin-bottom:3px;font-size:.87rem;line-height:1.25}.sh-trust__text{font-size:.76rem;line-height:1.35}.sh-categories{padding-block:48px 58px}.sh-categories__header{margin-bottom:24px}.sh-categories__heading{font-size:clamp(1.8rem,8vw,2.35rem);line-height:1.12}.sh-categories__description{margin-top:12px;max-width:34ch;font-size:.92rem;line-height:1.5}.sh-categories__grid{grid-template-columns:1fr;gap:14px}.sh-category-card{min-height:260px}.sh-category-card:after{background:linear-gradient(to top,#000000c7,#00000005 67%)}.sh-category-card__content{inset:auto 22px 20px}.sh-category-card__title{font-size:clamp(1.3rem,6vw,1.65rem);line-height:1.16}.sh-category-card__text{margin-top:6px;font-size:.86rem;line-height:1.35}}.sh-bestsellers{padding-block:clamp(56px,7vw,92px);background:var(--sh-color-surface)}.sh-bestsellers__header{max-width:720px;margin:0 auto 30px;text-align:center}.sh-bestsellers__heading{font-size:clamp(2rem,3vw,3rem)}.sh-bestsellers__intro{margin:14px auto 0}.sh-bestsellers__tabs{display:flex;width:fit-content;max-width:100%;margin:0 auto 34px;padding:6px;gap:4px;overflow-x:auto;border-radius:999px;background:#ede9e2;scrollbar-width:none}.sh-bestsellers__tabs::-webkit-scrollbar{display:none}.sh-bestsellers__tab{flex:0 0 auto;min-height:42px;padding:0 20px;border:0;border-radius:999px;background:transparent;color:var(--sh-color-muted);font:inherit;font-weight:700;cursor:pointer}.sh-bestsellers__tab.is-active{background:var(--sh-color-accent);color:#fff}.sh-bestsellers__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.sh-product-card{overflow:hidden;background:#fff;border:1px solid rgba(31,31,31,.08);border-radius:12px;box-shadow:0 8px 24px #1f1f1f0d}.sh-product-card__media{display:block;aspect-ratio:4/3;overflow:hidden;background:#eee}.sh-product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.sh-product-card:hover .sh-product-card__media img{transform:scale(1.025)}.sh-product-card__body{padding:18px}.sh-product-card__title{min-height:2.8em;margin:0;font-size:1rem;line-height:1.4}.sh-product-card__title a{color:var(--sh-color-ink);text-decoration:none}.sh-product-card__price{margin:12px 0 0;font-size:1.05rem;font-weight:700}.sh-product-card__link{display:inline-block;margin-top:14px;color:var(--sh-color-accent-dark);font-weight:700;text-decoration:none}.sh-bestsellers__cta{margin-top:30px;text-align:center}.sh-seasonal{padding-block:clamp(56px,7vw,96px);background:var(--sh-seasonal-bg)}.sh-seasonal__grid{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);align-items:center;gap:clamp(32px,6vw,80px)}.sh-seasonal__grid--reverse .sh-seasonal__content{order:2}.sh-seasonal__grid--reverse .sh-seasonal__media{order:1}.sh-seasonal__heading{font-size:clamp(2rem,3.4vw,3.6rem)}.sh-seasonal__text{margin-top:18px;max-width:54ch}.sh-seasonal__media{min-height:480px;overflow:hidden;border-radius:14px;box-shadow:var(--sh-shadow-soft)}.sh-seasonal__media img,.sh-seasonal__media svg{width:100%;height:100%;min-height:480px;object-fit:cover;display:block}.sh-consulting{padding-block:clamp(46px,6vw,72px);background:#252525;color:#fff}.sh-consulting__inner{display:grid;grid-template-columns:1fr auto;gap:36px;align-items:center}.sh-consulting .sh-eyebrow{color:#d9c2a4}.sh-consulting__heading{color:#fff;font-size:clamp(1.9rem,3vw,3rem)}.sh-consulting__text{margin-top:14px;color:#ffffffbf;max-width:62ch}.sh-consulting__actions{min-width:260px;text-align:center}.sh-consulting__actions .sh-button{width:100%}.sh-consulting__actions p{margin:12px 0 0;color:#ffffffad;font-size:.9rem}.sh-reviews{padding-block:clamp(56px,7vw,92px);background:#fff}.sh-reviews__header{text-align:center;max-width:760px;margin:0 auto 34px}.sh-reviews__heading{font-size:clamp(2rem,3vw,3rem)}.sh-reviews__summary{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;align-items:center;margin-top:16px;color:var(--sh-color-muted)}.sh-reviews__stars,.sh-review-card__stars{color:var(--sh-color-accent);letter-spacing:.08em}.sh-reviews__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.sh-review-card{padding:28px;border:1px solid rgba(31,31,31,.1);border-radius:12px;background:#faf9f7}.sh-review-card blockquote{margin:18px 0 22px;font-size:1.05rem;line-height:1.65}.sh-review-card__meta{display:flex;flex-direction:column;gap:3px;margin:0;color:var(--sh-color-muted);font-size:.9rem}.sh-review-card__meta strong{color:var(--sh-color-ink)}.sh-about{padding-block:clamp(56px,7vw,92px);background:#f7f4ef}.sh-about__inner{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(36px,7vw,100px);align-items:start}.sh-about__heading{font-size:clamp(2rem,3.2vw,3.4rem)}.sh-about__text{font-size:1.05rem}.sh-about__link{display:inline-block;margin-top:20px;color:var(--sh-color-accent-dark);font-weight:700;text-decoration:none}footer.section-wrapper{overflow:hidden}footer.section-wrapper .section-content-wrapper{max-width:var(--sh-page-width);margin-inline:auto}footer.section-wrapper a{text-underline-offset:3px}@media(max-width:989px){.sh-bestsellers__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;gap:14px;scrollbar-width:none}.sh-bestsellers__grid::-webkit-scrollbar{display:none}.sh-product-card{flex:0 0 min(78vw,340px);scroll-snap-align:start}.sh-seasonal__grid,.sh-about__inner{grid-template-columns:1fr}.sh-seasonal__grid--reverse .sh-seasonal__content,.sh-seasonal__grid--reverse .sh-seasonal__media{order:initial}.sh-seasonal__media,.sh-seasonal__media img,.sh-seasonal__media svg{min-height:340px}.sh-consulting__inner{grid-template-columns:1fr}.sh-consulting__actions{min-width:0;text-align:left}.sh-consulting__actions .sh-button{width:auto}.sh-reviews__grid{grid-template-columns:1fr}}@media(max-width:749px){.sh-bestsellers,.sh-seasonal,.sh-reviews,.sh-about{padding-block:52px}.sh-bestsellers__tabs{width:100%;justify-content:flex-start;margin-bottom:24px}.sh-bestsellers__tab{padding-inline:16px}.sh-product-card__body{padding:16px}.sh-seasonal__media,.sh-seasonal__media img,.sh-seasonal__media svg{min-height:250px}.sh-seasonal__media{order:-1}.sh-consulting__actions .sh-button{width:100%}.sh-review-card{padding:22px}footer.section-wrapper .layout-panel-flex.mobile-column{gap:30px!important}}@media(max-width:749px){#header-component search-button.search-action,#header-component .search-action,#header-component .desktop\\:hidden.search-action{display:none!important}#header-component .header__column--left{min-width:0;column-gap:0!important}#header-component .header__column--left>:not(:first-child){margin-inline-start:0!important}.sh-trust__item{padding:16px 12px}.sh-trust__text{max-width:18ch}.sh-categories__description{max-width:31ch}.sh-category-card__content{inset:auto 20px 22px}.sh-bestsellers__tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:6px;padding:6px;overflow:visible;border-radius:18px}.sh-bestsellers__tab{width:100%;min-width:0;min-height:40px;padding-inline:10px;font-size:.84rem;white-space:normal;line-height:1.2}.sh-bestsellers__grid{width:100%;margin-inline:0;padding:0 0 10px;scroll-padding-inline:0;overscroll-behavior-inline:contain}.sh-product-card{flex:0 0 calc(100% - 34px);max-width:340px;display:flex;flex-direction:column}.sh-product-card:first-child{margin-inline-start:0}.sh-product-card__media{aspect-ratio:1 / 1}.sh-product-card__body{display:flex;flex:1;flex-direction:column;min-height:178px}.sh-product-card__title{min-height:auto;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.sh-product-card__price{margin-top:auto;padding-top:14px}.sh-product-card__link{margin-top:10px}.sh-bestsellers__cta{margin-top:22px}.sh-seasonal__text{margin-top:14px}.sh-consulting{padding-block:42px}.sh-consulting__text{margin-top:12px}.sh-consulting__actions p{margin-top:9px}.sh-reviews__header{margin-bottom:26px}.sh-reviews__summary{display:grid;grid-template-columns:auto auto;justify-content:center;column-gap:8px;row-gap:4px;line-height:1.35}.sh-reviews__summary>span:nth-last-child(-n+2){grid-column:1 / -1}.sh-reviews__grid{display:flex;overflow-x:auto;gap:14px;padding:0 0 10px;scroll-snap-type:x mandatory;scrollbar-width:none}.sh-reviews__grid::-webkit-scrollbar{display:none}.sh-review-card{flex:0 0 calc(100% - 34px);padding:22px;scroll-snap-align:start}.sh-review-card blockquote{margin:15px 0 18px;font-size:1rem;line-height:1.55}.sh-about{padding-block:46px}}@media(max-width:749px){body.template-index #header-component .header__columns{--header-mobile-bookend: 46px;grid-template-columns:var(--header-mobile-bookend) 1fr calc(var(--header-mobile-bookend) * 2);grid-template-areas:"leftA center rightB"}body.template-index #header-component .header__drawer{grid-area:leftA}body.template-index #header-component .header-logo{grid-area:center}body.template-index #header-component header-actions{grid-area:rightB}.sh-category-card:after{background:linear-gradient(to top,rgba(0,0,0,.78),rgba(0,0,0,.1) 62%,transparent 84%)}.sh-category-card__content{inset:auto 20px 24px}.sh-category-card__title{font-size:clamp(1.35rem,6vw,1.7rem);line-height:1.08;text-wrap:balance}.sh-bestsellers__tabs{display:flex;width:100%;max-width:100%;justify-content:flex-start;gap:4px;padding:5px;margin-bottom:22px;overflow-x:auto;overflow-y:hidden;border-radius:999px;scroll-snap-type:x proximity;scroll-padding-inline:5px;-webkit-overflow-scrolling:touch}.sh-bestsellers__tab{flex:0 0 auto;width:auto;min-width:max-content;min-height:38px;padding-inline:15px;font-size:.79rem;line-height:1;white-space:nowrap;scroll-snap-align:start}.sh-bestsellers__grid{gap:12px;scroll-padding-inline:0}.sh-product-card{flex-basis:min(86vw,330px);max-width:min(86vw,330px);scroll-snap-align:start}.sh-product-card__media{aspect-ratio:4 / 3}.sh-product-card__media img,.sh-product-card__media svg{width:100%;height:100%;object-fit:cover}.sh-product-card__body{min-height:164px;padding:15px 16px 16px}.sh-product-card__price{padding-top:10px}.sh-product-card__link{margin-top:8px}.sh-seasonal{padding-block:44px}.sh-seasonal__media,.sh-seasonal__media img,.sh-seasonal__media svg{min-height:220px;max-height:220px}.sh-seasonal__grid{gap:24px}.sh-seasonal__text{margin-top:12px}.sh-seasonal .sh-buttons{gap:9px;margin-top:20px}.sh-consulting{padding-block:38px}.sh-consulting__inner{gap:22px}.sh-consulting__text{line-height:1.55}.sh-consulting__actions .sh-button{min-height:46px}.sh-reviews{padding-block:48px}.sh-reviews__summary{grid-template-columns:auto auto;max-width:320px;margin-inline:auto}.sh-reviews__summary>span:last-child{grid-column:1 / -1;white-space:nowrap}.sh-reviews__grid{gap:12px}.sh-review-card{flex-basis:calc(100% - 28px);min-height:238px;padding:20px}.sh-review-card blockquote{margin:14px 0 16px}.sh-about{padding-block:42px}.sh-about__text{margin-top:18px;line-height:1.65}footer.section-wrapper .layout-panel-flex.mobile-column{gap:24px!important}footer.section-wrapper payment-icons,footer.section-wrapper .payment-icons{gap:5px!important}footer.section-wrapper .payment-icons svg,footer.section-wrapper .payment-icons img{max-height:22px}footer.section-wrapper .footer-utilities{row-gap:14px}}@media(max-width:749px){.sh-category-card__content{inset:auto 20px 28px}.sh-category-card__title{font-size:clamp(1.28rem,5.6vw,1.62rem);max-width:100%}.sh-category-card__text{margin-top:7px;line-height:1.35}.sh-bestsellers__grid{gap:14px}.sh-product-card{flex-basis:min(82vw,318px);max-width:min(82vw,318px)}.sh-product-card__media{aspect-ratio:16 / 11}.sh-product-card__body{min-height:148px;padding:14px 15px 15px}.sh-product-card__title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;min-height:2.7em;line-height:1.35}.sh-product-card__price{padding-top:8px}.sh-product-card__link{margin-top:6px}.sh-seasonal{padding-block:38px}.sh-seasonal__media,.sh-seasonal__media img,.sh-seasonal__media svg{min-height:200px;max-height:200px}.sh-seasonal__grid{gap:20px}.sh-seasonal__text{margin-top:10px;line-height:1.55}.sh-seasonal .sh-buttons{margin-top:16px;gap:8px}.sh-seasonal .sh-button{min-height:46px}.sh-consulting{padding-block:32px}.sh-consulting__inner{gap:18px}.sh-consulting__text{margin-top:10px;line-height:1.5}.sh-consulting__actions .sh-button{min-height:44px}.sh-consulting__actions p{margin-top:8px}.sh-reviews{padding-block:42px}.sh-reviews__header{margin-bottom:26px}.sh-reviews__summary{margin-top:12px;gap:6px 8px}.sh-reviews__grid{gap:14px}.sh-review-card{flex-basis:calc(100% - 42px);min-height:218px;padding:18px}.sh-review-card blockquote{display:-webkit-box;overflow:hidden;margin:12px 0 14px;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4}.sh-about{padding-block:36px}.sh-about__text{margin-top:12px;line-height:1.58}.sh-about__link{margin-top:16px}footer.section-wrapper .layout-panel-flex.mobile-column{gap:20px!important}footer.section-wrapper payment-icons,footer.section-wrapper .payment-icons{gap:4px!important}footer.section-wrapper .payment-icons svg,footer.section-wrapper .payment-icons img{max-height:20px}footer.section-wrapper .footer-utilities{row-gap:12px;line-height:1.45}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/starhome-homepage.css.map */
