html:has(#root>.public-shop),html:has(#root>.public-shop) body,html:has(#root>.public-shop) #root{background:var(--accent)}.shop-checkout-review{display:flex;flex-direction:column;gap:16px;max-width:720px}.shop-checkout-review__body{gap:20px}.shop-checkout-review__actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.shop-summary__title{font-size:32px;line-height:1.05;font-weight:700;letter-spacing:0}.shop-summary__items{display:flex;flex-direction:column;gap:10px}.shop-summary__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0}.shop-summary__row--delivery{border-top:1px solid rgba(10,10,10,.08)}.shop-summary__name{min-width:0;font-size:16px;line-height:1.35;font-weight:550;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-summary__meta{flex-shrink:0;display:inline-flex;align-items:center;height:24px;padding:0 8px;border-radius:999px;background:var(--bg-hover);color:var(--text-secondary);font-size:12px;font-weight:600}.shop-summary__total{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:18px}.shop-summary__total span{color:var(--text-secondary);font-size:14px;font-weight:500}.shop-summary__total strong{font-size:28px;line-height:1;font-weight:700;letter-spacing:0}.public-shop{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;background:var(--surface)}.public-shop--detail{--mobile-action-header-height: 56px}.public-shop__main{flex:1 0 auto;width:100%;padding:38px var(--landing-outer-pad) clamp(68px,8vw,110px)}.public-shop__header,.public-shop--detail .public-shop__header{width:min(100%,760px);margin-bottom:46px}.public-shop__detail-header{width:min(100%,980px);margin-bottom:22px}.public-shop__detail-header .page-header__title-row{align-items:center}.public-shop__kicker,.public-shop__back-link{display:inline-flex;margin:0;color:var(--landing-muted);font-family:var(--landing-mono);font-size:12px;font-weight:500;letter-spacing:1.8px;line-height:1.35;text-decoration:none;text-transform:uppercase}.public-shop__back-link:before{content:"<";margin-right:8px}.public-shop__header .page-header__title{max-width:720px}.public-shop__header .page-header__sub{width:min(100%,520px)}.public-shop__header .page-header__title.sr-only{max-width:none;margin:-1px;font-size:1px;line-height:1}.public-shop__summary{margin:0}.public-shop .shop-catalog{width:100%}.public-shop .shop-catalog__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:18px}.public-shop .shop-product-page{width:min(100%,1040px);grid-template-columns:minmax(320px,480px) minmax(0,480px)}.public-shop__footer{flex:0 0 auto;padding:28px var(--landing-outer-pad) calc(28px + env(safe-area-inset-bottom,0px));background:var(--accent)}.public-shop__footer .landing-footer{width:100%;min-width:0;padding-top:0}.public-shop__footer .landing-footer nav{min-width:0;flex-wrap:wrap;row-gap:10px;white-space:normal}.page.shop-page{max-width:1200px}.shop-page--detail .page-header__title-row{align-items:center}@media(min-width:901px){.public-shop__detail-header.page-header.page-header--centered .page-header__title-row,.shop-page--detail .page-header.page-header--centered .page-header__title-row{display:flex;gap:8px}.public-shop__detail-header.page-header.page-header--centered .page-header__title,.shop-page--detail .page-header.page-header--centered .page-header__title,.public-shop__detail-header.page-header.page-header--centered .page-header__title-back,.shop-page--detail .page-header.page-header--centered .page-header__title-back{justify-self:start;text-align:left}}.shop-catalog{width:min(100%,1040px)}.shop-catalog .alert{margin-bottom:16px}.shop-catalog__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:16px;align-items:stretch}.shop-product-card{display:grid;grid-template-rows:auto 1fr;min-width:0;overflow:hidden;border:1px solid rgba(10,10,10,.08);border-radius:8px;background:var(--surface);color:var(--text);transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition)}.shop-product-card:hover{border-color:#0a0a0a2e;box-shadow:var(--shadow-sm);transform:translateY(-1px)}.shop-product-card:focus-visible{outline:none;box-shadow:var(--button-focus-ring)}.shop-product-card__image{position:relative;aspect-ratio:4 / 3;background:#f7f7f5}.shop-product-card__image img{width:100%;height:100%;object-fit:cover}.shop-product-card__badge{position:absolute;top:10px;left:10px;z-index:1;max-width:calc(100% - 20px);overflow:hidden;padding:5px 8px;border-radius:999px;background:#ffffffd1;color:var(--text);font-size:10px;font-weight:700;line-height:1;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;box-shadow:0 1px 8px #0a0a0a14}.shop-product-card__body{display:flex;flex-direction:column;gap:10px;padding:16px}.shop-product-card__meta,.shop-product-card__heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;min-width:0}.shop-product-card__meta{color:var(--text-tertiary);font-size:11px;font-weight:650;text-transform:uppercase}.shop-product-card__heading h3{display:inline-flex;align-items:baseline;flex-wrap:wrap;column-gap:7px;row-gap:2px;min-width:0;margin:0;color:var(--text);font-size:22px;font-weight:650;line-height:1.16;letter-spacing:0}.shop-product-card__shipping-note{color:var(--text-tertiary);font-family:var(--font-sans);font-size:10px;font-weight:600;line-height:1.2;letter-spacing:.01em;white-space:nowrap}.shop-product-card__arrow{flex:0 0 auto;display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;color:var(--text-secondary)}.shop-product-card__arrow svg{width:18px;height:18px}.shop-product-card__body p{margin:0;color:var(--text-secondary);font-size:13px;line-height:1.5}.shop-product-page{display:grid;grid-template-columns:minmax(320px,440px) minmax(0,460px);gap:clamp(28px,6vw,80px);align-items:start;width:min(100%,980px)}.shop-product-page__media{display:flex;align-items:stretch;justify-content:center;min-width:0}.shop-product-carousel{position:relative;width:100%}.shop-product-carousel__badge{position:absolute;top:12px;left:12px;z-index:3;padding:6px 9px;border-radius:999px;background:#ffffffd6;color:var(--text);font-size:10px;font-weight:700;line-height:1;text-transform:uppercase;white-space:nowrap;box-shadow:0 1px 10px #0a0a0a1a}.shop-product-carousel .carousel{position:relative;display:block}.shop-product-carousel .carousel__preview{aspect-ratio:1 / 1;overflow:hidden;border:1px solid rgba(10,10,10,.08);border-radius:8px;background:#f7f7f5;box-shadow:none}.shop-product-carousel .carousel__image,.shop-product-carousel .carousel__preview>img{display:block;width:100%;max-width:none;height:100%;max-height:none;object-fit:cover;box-shadow:none}.shop-product-carousel .carousel__thumbs-wrap{position:absolute;top:50%;right:12px;bottom:auto;z-index:2;max-width:none;max-height:calc(100% - 24px);flex-direction:column;padding:0;gap:10px;transform:translateY(-50%)}.shop-product-carousel .carousel__thumb-arrow{display:none}.shop-product-carousel .carousel__thumb{width:54px;height:54px;border-radius:6px;background:#ffffffe6;opacity:.78}.shop-product-carousel .carousel__thumb--active{border-color:#111;opacity:1}.shop-product-page__content{display:flex;flex-direction:column;align-items:flex-start;width:100%;min-width:0}.shop-product-page__heading{display:flex;align-items:baseline;justify-content:flex-start;gap:18px;width:100%}.shop-product-page__title{flex:1 1 auto;margin:0;color:var(--text);font-family:var(--font-display);font-size:34px;font-weight:400;line-height:1.08;letter-spacing:0}.shop-product-page__price{flex:0 0 auto;display:flex;align-items:baseline;gap:8px;color:var(--text);font-size:30px;font-weight:500;line-height:.95;white-space:nowrap}.shop-product-page__price strong{color:var(--text);font-size:inherit;line-height:inherit;font-weight:inherit;letter-spacing:0;white-space:nowrap}.shop-product-page__price--custom{flex:1 1 auto;width:100%;min-width:0;max-width:100%;white-space:normal}.shop-product-page__price--custom strong{flex:0 0 auto;white-space:nowrap}.shop-product-page__price--custom>span{min-width:0;line-height:1.25;white-space:normal}.shop-product-page__price span{color:var(--text-tertiary);font-size:13px}.shop-product-page__price-unit{display:inline-flex;align-items:baseline;gap:6px;color:var(--text);font-size:inherit;font-weight:inherit;line-height:inherit}.shop-product-page__price-unit strong{color:inherit;font:inherit}.shop-product-page__description{max-width:560px;margin:16px 0 0;color:var(--text-secondary);font-size:14px;line-height:1.6}.shop-product-page__description strong{color:var(--text);font-weight:700}.shop-product-page__details{display:grid;gap:8px;width:100%;margin:18px 0 0;padding:0;list-style:none;color:var(--text-secondary);font-size:13px;line-height:1.45}.shop-product-page__details li{position:relative;padding-left:14px}.shop-product-page__details li:before{content:"";position:absolute;top:.72em;left:0;width:4px;height:4px;border-radius:50%;background:currentColor}.shop-product-page__quantity{width:100%;margin-top:18px}.shop-product-page__quantity-header{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.shop-product-page__quantity-header span{color:var(--text-secondary);font-size:13px;font-weight:650;letter-spacing:0;text-transform:uppercase}.shop-product-page__quantity-header strong{color:var(--text);font-size:18px;font-weight:650}.shop-product-page__slider{width:100%;margin-top:14px;accent-color:#111111;cursor:pointer}.shop-product-page__order-summary{margin-top:24px}.shop-order-summary{display:grid;gap:9px;width:100%;padding-top:14px;border-top:1px solid rgba(10,10,10,.1)}.shop-order-summary__row{display:flex;align-items:baseline;justify-content:space-between;gap:16px;min-width:0;color:var(--text-secondary);font-size:13px;line-height:1.35}.shop-order-summary__label{min-width:0;overflow-wrap:anywhere}.shop-order-summary__amount{flex:0 0 auto;color:var(--text);font-size:14px;font-weight:650;line-height:1.2;white-space:nowrap}.shop-order-summary__row--discount .shop-order-summary__amount{color:var(--text-secondary)}.shop-order-summary__row--discount-placeholder{visibility:hidden}.shop-order-summary__row--total{margin-top:3px;padding-top:12px;border-top:1px solid rgba(10,10,10,.1);color:var(--text)}.shop-order-summary__row--total .shop-order-summary__amount{font-size:20px;font-weight:750}.shop-product-page .alert{width:min(100%,520px);margin-top:12px}.shop-product-page__actions{width:100%;margin-top:22px}.shop-product-page__buy{min-width:240px}.shop-product-buy-bar{display:none}@media(min-width:1181px){.shop-product-page__content{align-self:center}}@media(max-width:1180px){.public-shop__detail-header{width:min(100%,680px)}.shop-page--detail .shop-product-page,.public-shop--detail .shop-product-page{grid-template-columns:1fr;gap:22px;width:min(100%,680px)}.shop-page--detail .shop-product-page__media,.public-shop--detail .shop-product-page__media{justify-content:center}.shop-page--detail .shop-product-carousel,.public-shop--detail .shop-product-carousel{width:min(100%,560px);margin:0 auto}.shop-page--detail .shop-product-page__content,.public-shop--detail .shop-product-page__content{width:min(100%,620px);margin:0 auto}}@media(max-width:900px){.public-shop__main{padding:26px 16px 64px}.public-shop--detail>.landing-header{display:none}.public-shop--detail .public-shop__main{padding-top:0;padding-bottom:20px}.public-shop__header{margin-bottom:30px}.public-shop__header .page-header__title{width:min(100%,520px);max-width:520px}.shop-page .page-header{width:100%}.public-shop__detail-header.page-header--mobile-action{position:sticky;z-index:80;top:0;box-sizing:border-box;width:100vw;max-width:none;min-height:calc(var(--mobile-action-header-height) + env(safe-area-inset-top,0px));margin:0 calc(50% - 50vw) 8px;padding:env(safe-area-inset-top,0px) 16px 0;border-bottom:1px solid var(--border);background:var(--surface)}.shop-catalog,.shop-product-page{width:100%}.public-shop .shop-product-page{grid-template-columns:1fr;gap:18px;align-content:start;width:100%}.shop-catalog__grid{grid-template-columns:1fr;gap:12px}.shop-product-card{grid-template-columns:116px minmax(0,1fr);grid-template-rows:none}.shop-product-card__image{aspect-ratio:auto;min-height:136px}.shop-product-card__body{padding:14px}.shop-product-card__heading h3{font-size:20px}.shop-product-page{grid-template-columns:1fr;gap:18px;align-content:start}.shop-product-page__media{align-items:center}.shop-product-carousel{width:min(78vw,320px);margin:0 auto}.shop-product-carousel--compact-mobile .carousel__preview{aspect-ratio:25 / 18}.shop-product-carousel--custom-mobile .carousel__preview{aspect-ratio:10 / 9}.shop-product-carousel .carousel__thumbs-wrap{top:50%;right:10px;bottom:auto;max-width:none;max-height:calc(100% - 20px);flex-direction:column;transform:translateY(-50%)}.shop-product-carousel .carousel__thumb{width:48px;height:48px}.shop-product-page__title{font-size:28px}.shop-product-page__price{font-size:26px}.shop-product-page__description{margin-top:12px;font-size:13px;line-height:1.48}.shop-product-page__details{margin-top:14px;font-size:12px}.shop-product-page__quantity{margin-top:16px}.shop-product-page__slider{margin-top:10px}.shop-product-page .alert{margin-top:8px}.shop-product-page__actions,.shop-product-page__order-summary .shop-order-summary__row--total,.shop-product-page__order-summary .shop-order-summary__row--discount-placeholder{display:none}.shop-product-buy-bar{gap:12px}.shop-product-buy-bar__total{min-width:0}.shop-product-buy-bar__total span{display:block;color:var(--text-secondary);font-size:11px;font-weight:650;line-height:1.1;text-transform:uppercase}.shop-product-buy-bar__total strong{display:block;margin-top:4px;color:var(--text);font-size:20px;font-weight:700;line-height:1}.shop-product-buy-bar__button{min-width:150px}.mobile-bottom-bar.mobile-bottom-bar--split.shop-product-buy-bar--action-only{grid-template-columns:minmax(0,1fr)}.shop-product-buy-bar--action-only .shop-product-buy-bar__button{width:100%}}@media(max-width:640px){.public-shop__footer{padding:18px;padding-bottom:calc(18px + env(safe-area-inset-bottom,0px))}.public-shop__footer .landing-footer{display:grid;grid-template-columns:minmax(0,1fr);gap:0}.public-shop__footer .landing-footer nav{display:grid;grid-template-columns:repeat(6,minmax(0,max-content));justify-content:space-between;gap:0;width:100%}.public-shop__footer .landing-footer nav a,.public-shop__footer .landing-footer p{max-width:100%;white-space:normal;overflow-wrap:break-word}.shop-summary__title{font-size:24px}.shop-summary__row{align-items:flex-start}.shop-summary__name{white-space:normal}.shop-checkout-review__actions{justify-content:stretch}.shop-checkout-review__actions .ui-button{width:100%}}@media(max-width:480px){.shop-product-card{grid-template-columns:96px minmax(0,1fr)}.shop-product-card__image{min-height:132px}.shop-product-card__badge{top:7px;left:7px;max-width:none;padding:4px 6px;font-size:8px;overflow:visible;text-overflow:clip}.shop-product-card__badge--custom{left:50%;transform:translate(-50%)}.shop-product-card__body{gap:8px;padding:12px}.shop-product-card__meta,.shop-product-card__body p{font-size:11px}.shop-product-card__heading h3{font-size:18px}.shop-product-carousel{width:min(78vw,260px)}.shop-product-carousel .carousel__thumbs-wrap{gap:8px}.shop-product-carousel .carousel__thumb{width:44px;height:44px}.shop-product-page__heading{align-items:flex-start;gap:12px}.shop-product-page__title{font-size:25px}.shop-product-page__price{flex-direction:row;align-items:baseline;gap:6px;font-size:23px}.shop-product-page__quantity-header span{font-size:11px}.shop-product-page__quantity-header strong{font-size:16px}.shop-product-buy-bar__button{min-width:124px}}
