.bed-configurator{--bed-ink: #022e4f;--bed-muted: rgba(2, 46, 79, .68);--bed-subtle: rgba(2, 46, 79, .08);--bed-surface: #fffdfc;--bed-surface-soft: #f7f4f1;--bed-border: rgba(2, 46, 79, .14);--bed-border-active: #022e4f;--bed-accent: #ed979c;--bed-radius: 12px;--bed-gap: clamp(18px, 2vw, 28px);display:block;position:relative;color:var(--bed-ink);scroll-margin-top:calc(var(--sticky-area-height, 0px) + 24px)}.bed-configurator__shell{width:100%;padding-block:clamp(28px,4vw,56px);padding-inline:max(var(--container-gutter, 24px),50% - var(--container-max-width, 1540px) / 2)}.bed-configurator__header{max-width:780px;margin-bottom:clamp(22px,3vw,34px)}.bed-ready-sets__label{margin:0 0 8px;color:var(--bed-accent);font-size:.78rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.bed-configurator__description{max-width:720px;margin-top:12px;color:var(--bed-muted)}.bed-configurator__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,390px);gap:var(--bed-gap);align-items:start}.bed-configurator__main{min-width:0}.bed-configurator__summary{position:sticky;top:calc(var(--sticky-area-height, 0px) + 20px);align-self:start}.bed-ready-sets{display:grid;grid-template-columns:minmax(220px,.32fr) minmax(0,1fr);gap:clamp(16px,2.2vw,28px);align-items:start;margin-bottom:clamp(24px,4vw,44px);padding:clamp(18px,2vw,24px);border:1px solid var(--bed-border);border-radius:var(--bed-radius);background:color-mix(in srgb,var(--bed-surface-soft) 76%,white)}.bed-ready-sets__title{margin:0;font-size:clamp(18px,1.8vw,24px);line-height:1.2}.bed-ready-sets__text{margin:8px 0 0;color:var(--bed-muted);font-size:.95rem}.bed-ready-sets__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.bed-configurator__steps{display:flex;flex-direction:column;gap:16px}.bed-step{border:1px solid var(--bed-border);border-radius:var(--bed-radius);padding:clamp(16px,2vw,22px);background:var(--bed-surface);scroll-margin-top:calc(var(--sticky-area-height, 0px) + 24px);transition:opacity .2s ease,border-color .2s ease,background .2s ease}.bed-step[aria-disabled=true]{opacity:.45;pointer-events:none;background:color-mix(in srgb,var(--bed-surface-soft) 85%,white)}.bed-step[data-bed-step-skipped=true]{display:none}.bed-step__header{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.bed-step__index{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:var(--bed-ink);color:#fff;font-size:14px;font-weight:700}.bed-step__title{margin:0;flex:1 1 auto;color:var(--bed-ink);font-size:17px;font-weight:650;line-height:1.25}.bed-step__selected-value{color:var(--bed-muted);font-size:14px;font-weight:600}.bed-step__selected-value:not(:empty):before{content:"->";margin-right:5px}.bed-step__empty{margin:0;color:var(--bed-muted);font-size:14px}.bed-step__cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(142px,1fr));gap:12px}.bed-step__cards--size,.bed-step__cards--height{grid-template-columns:repeat(auto-fill,minmax(112px,1fr))}.bed-step__cards--fabric-root{display:block}.bed-step__cards--product-rich{grid-template-columns:repeat(auto-fit,minmax(min(100%,270px),1fr));align-items:stretch}.bed-card{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:8px;min-height:58px;padding:12px;border:1.5px solid var(--bed-border);border-radius:10px;background:#fff;color:var(--bed-ink);cursor:pointer;text-align:left;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease,background .15s ease}.bed-card:hover{border-color:color-mix(in srgb,var(--bed-ink) 55%,var(--bed-border));transform:translateY(-1px)}.bed-card:has(input:focus-visible){outline:3px solid color-mix(in srgb,var(--bed-accent) 45%,transparent);outline-offset:2px}.bed-card:has(input:checked){border-color:var(--bed-border-active);box-shadow:0 0 0 1.5px var(--bed-border-active) inset;background:color-mix(in srgb,var(--bed-subtle) 72%,white)}.bed-card[data-bed-disabled=true]{opacity:.45;cursor:not-allowed;transform:none}.bed-card__media{display:block;aspect-ratio:1 / .78;overflow:hidden;border-radius:8px;background:var(--bed-surface-soft)}.bed-card__media img{width:100%;height:100%;object-fit:cover}.bed-card__swatch{display:block;width:100%;aspect-ratio:1 / 1;border:1px solid var(--bed-border);border-radius:8px}.bed-card__badges{display:flex;flex-wrap:wrap;gap:5px}.bed-card__badges span,.bed-fabric-filters__chip{border:1px solid color-mix(in srgb,var(--bed-accent) 38%,var(--bed-border));border-radius:999px;color:var(--bed-ink);background:color-mix(in srgb,var(--bed-accent) 13%,white);font-size:11px;font-weight:700;line-height:1;padding:6px 9px}.bed-card__label{color:var(--bed-ink);font-size:13px;font-weight:650;line-height:1.3}.bed-card__description{color:var(--bed-muted);font-size:12px;line-height:1.35}.bed-card__price{color:var(--bed-muted);font-size:12px;font-weight:700}.bed-card__link{width:max-content;color:var(--bed-ink);font-size:12px;font-weight:700;text-decoration:underline;text-underline-offset:3px}.bed-card--size,.bed-card--height{text-align:center;align-items:center;justify-content:center}.bed-card--size .bed-card__label,.bed-card--height .bed-card__label{font-size:14px}.bed-step__cards--fabric-rich{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}.bed-card--fabric-rich{min-height:100%}.bed-card--fabric-rich .bed-card__media{aspect-ratio:1 / .72}.bed-step__cards--product-rich .bed-card--product-none{grid-column:1 / -1;max-width:280px;min-height:54px;justify-content:center}.bed-card--product-card{display:block;height:100%;min-height:100%;padding:0;border:0;border-radius:var(--rounded-sm);background:transparent}.bed-card--product-card:hover,.bed-card--product-card[data-bed-disabled=true]{transform:none}.bed-card--product-card:has(input:checked){background:transparent;box-shadow:0 0 0 2px var(--bed-border-active)}.bed-card--product-card:has(input:focus-visible){outline:3px solid color-mix(in srgb,var(--bed-accent) 45%,transparent);outline-offset:4px}.bed-product-choice-card{display:grid;grid-template-rows:auto minmax(0,1fr);align-content:stretch;align-items:stretch;height:100%;overflow:hidden;border:1px solid var(--bed-border);background:#fff;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.bed-card--product-card:hover .bed-product-choice-card{border-color:color-mix(in srgb,var(--bed-ink) 55%,var(--bed-border));transform:translateY(-1px)}.bed-card--product-card:has(input:checked) .bed-product-choice-card{border-color:var(--bed-border-active);box-shadow:none}.bed-product-choice-card .product-card__figure{width:100%;background:#fff}.bed-product-choice-card__media{display:block;width:100%;aspect-ratio:1 / .82;overflow:hidden;background:#fff}.bed-product-choice-card__media .product-card__image{display:block;width:100%;height:100%;padding:clamp(14px,2vw,24px);object-fit:contain}.bed-product-choice-card__badge-stack{pointer-events:none}.bed-product-choice-card__badge{display:inline-flex;align-items:center;gap:7px;--badge-background: 0 163 65;--badge-color: 255 255 255}.bed-product-choice-card__badge-icon{position:relative;display:inline-grid;width:16px;height:16px;place-items:center;border:1.5px solid currentColor;border-radius:999px}.bed-product-choice-card__badge-icon:after{content:"";width:5px;height:8px;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;transform:rotate(38deg) translateY(-1px)}.bed-product-choice-card__info{height:100%;gap:14px}.bed-product-choice-card__topline{align-items:center;justify-content:space-between;gap:12px}.bed-product-choice-card__return{display:inline-flex;align-items:center;width:fit-content;padding:7px 12px;border-radius:9px;background:#eaf2ed;color:#00a341}.bed-product-choice-card__return .product-card__return-label{font-size:10px;line-height:1.2}.bed-product-choice-card__rating{flex:0 0 auto}.bed-product-choice-card .product-card__title{color:var(--bed-ink);font-size:16px;line-height:1.35}.bed-product-choice-card .product-subtitle{color:var(--bed-muted);font-size:13px;font-weight:400;line-height:1.45}.bed-product-choice-card__price{color:var(--bed-ink);font-size:18px;font-weight:800}.bed-product-choice-card__more{width:100%;margin-top:auto;justify-content:center}.bed-card__qty{display:inline-flex;align-items:center;align-self:center;margin-top:auto;padding-top:12px}.bed-card--pillow-none{align-items:center;justify-content:center;min-height:54px;text-align:center}.bed-card--pillow-none .bed-card__label{font-size:13px}.bed-card__qty-minus,.bed-card__qty-plus{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid var(--bed-border);background:#fff;color:var(--bed-ink);font-size:20px;font-weight:700;line-height:1;cursor:pointer;transition:background .15s ease,border-color .15s ease}.bed-card__qty-minus{border-radius:999px 0 0 999px;border-right:none}.bed-card__qty-plus{border-radius:0 999px 999px 0;border-left:none}.bed-card__qty-input{width:44px;height:40px;border-top:1px solid var(--bed-border);border-bottom:1px solid var(--bed-border);border-left:none;border-right:none;background:#fff;text-align:center;font-size:14px;font-weight:600;-moz-appearance:textfield}.bed-card__qty-minus:hover,.bed-card__qty-plus:hover{background:var(--bed-subtle)}.bed-card__qty-minus:focus-visible,.bed-card__qty-plus:focus-visible,.bed-card__qty-input:focus-visible,.bed-fabric-filters__chip:focus-visible,.bed-bundle-card button:focus-visible{outline:3px solid color-mix(in srgb,var(--bed-accent) 45%,transparent);outline-offset:2px;z-index:1}.bed-card__qty-input::-webkit-outer-spin-button,.bed-card__qty-input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.bed-fabric-filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px}.bed-fabric-filters__label{color:var(--bed-muted);font-size:13px;font-weight:650}.bed-fabric-filters__chip{cursor:pointer}.bed-fabric-filters__chip.is-active{border-color:var(--bed-ink);background:var(--bed-ink);color:#fff}.bed-step__placeholder{display:flex;gap:8px}.bed-step__placeholder-skeleton{flex:1;height:80px;border-radius:8px;background:linear-gradient(90deg,#022e4f0a,#022e4f14,#022e4f0a);background-size:200% 100%;animation:bed-skeleton 1.4s linear infinite}@keyframes bed-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.bed-step__placeholder-skeleton,.bed-card,.bed-step{animation:none;transition:none}}.bed-summary{border:1px solid var(--bed-border);border-radius:var(--bed-radius);padding:20px;background:#fff;box-shadow:0 16px 40px #022e4f14}.bed-summary__title{margin:0 0 12px;color:var(--bed-ink);font-size:15px;font-weight:700}.bed-summary__list{display:flex;flex-direction:column;gap:8px;margin:0 0 16px;padding:12px 0 0;border-top:1px solid var(--bed-border);list-style:none}.bed-summary__empty{color:var(--bed-muted);font-size:13px}.bed-summary__item{display:flex;justify-content:space-between;gap:12px;font-size:13px}.bed-summary__item-label{color:var(--bed-muted)}.bed-summary__item-value{max-width:55%;font-weight:650;text-align:right;word-break:break-word}.bed-summary__price-block{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px;padding-top:12px;border-top:1px solid var(--bed-border)}.bed-summary__price-label{color:var(--bed-muted);font-size:13px}.bed-summary__price{color:var(--bed-ink);font-size:23px;font-weight:800}.bed-summary__compare{margin:-8px 0 10px;color:var(--bed-muted);font-size:13px}.bed-summary__cta{width:100%;margin-bottom:8px}.bed-summary__error{min-height:0;margin:0;color:#b00020;font-size:13px}.bed-summary__error:empty{display:none}.bed-summary__shipping{display:flex;align-items:center;gap:6px;margin-top:8px;color:var(--bed-muted);font-size:12px}.bed-product-drawer{--bed-ink: #022e4f;--bed-muted: rgba(2, 46, 79, .68);--bed-subtle: rgba(2, 46, 79, .08);--bed-surface-soft: #f7f4f1;--bed-border: rgba(2, 46, 79, .14);--bed-accent: #ed979c;--bed-trust: #4b917e;--drawer-body-padding: 0;--drawer-header-padding: 0;--drawer-content-max-height: min(900px, calc(100vh - 32px) );color:var(--bed-ink)}.bed-product-drawer::part(content){overflow:hidden;border:1px solid var(--bed-border);background:#fff}.bed-product-drawer::part(header){display:block;padding:0}.bed-product-drawer:not([header-bordered])::part(header):after{display:none}.bed-product-drawer::part(body){display:block;padding:0}.bed-product-drawer::part(close-button){position:absolute;top:14px;right:14px;z-index:5;display:grid!important;width:42px;height:42px;place-items:center;border:1px solid var(--bed-border);border-radius:999px;background:#fffffff0;color:var(--bed-ink);box-shadow:0 10px 30px #022e4f1a}.bed-product-drawer__header[hidden]{display:none}.bed-product-drawer__hero{margin:0;background:color-mix(in srgb,var(--bed-surface-soft) 82%,white)}.bed-product-drawer__hero img{display:block;width:100%;max-height:360px;object-fit:contain;padding:clamp(18px,3vw,34px)}.bed-product-drawer__body{display:flex;flex-direction:column;gap:18px;padding:clamp(22px,4vw,36px)}.bed-product-drawer__intro{display:grid;gap:9px}.bed-product-drawer__eyebrow{margin:0;color:var(--bed-accent);font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}.bed-product-drawer__title{margin:0;color:var(--bed-ink);font-size:clamp(24px,3vw,34px);line-height:1.12}.bed-product-drawer__price,.bed-product-drawer__summary{margin:0}.bed-product-drawer__price{color:var(--bed-ink);font-size:18px;font-weight:850}.bed-product-drawer__summary{color:var(--bed-muted);font-size:15px;line-height:1.55}.bed-product-drawer__trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.bed-product-drawer__trust-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:9px;align-items:start;min-width:0;padding:12px;border:1px solid var(--bed-border);border-radius:10px;background:color-mix(in srgb,var(--bed-surface-soft) 66%,white)}.bed-product-drawer__trust-mark{width:10px;height:10px;margin-top:5px;border-radius:999px;background:var(--bed-trust);box-shadow:0 0 0 4px color-mix(in srgb,var(--bed-trust) 18%,transparent)}.bed-product-drawer__trust-item strong,.bed-product-drawer__trust-item small{display:block}.bed-product-drawer__trust-item strong{color:var(--bed-ink);font-size:12px;line-height:1.2}.bed-product-drawer__trust-item small{margin-top:2px;color:var(--bed-muted);font-size:12px;line-height:1.35}.bed-product-drawer__features{display:grid;gap:8px;margin:0;padding:0;list-style:none}.bed-product-drawer__features li{position:relative;padding-left:23px;color:var(--bed-ink);font-weight:650;line-height:1.4}.bed-product-drawer__features li:before{content:"";position:absolute;top:.55em;left:0;width:9px;height:9px;border-radius:999px;background:var(--bed-accent)}.bed-product-drawer__specs{display:grid;gap:0;margin:0;padding:4px 0;border-block:1px solid var(--bed-border)}.bed-product-drawer__specs div{display:flex;justify-content:space-between;gap:16px;padding:9px 0}.bed-product-drawer__specs dt{color:var(--bed-muted)}.bed-product-drawer__specs dd{margin:0;color:var(--bed-ink);font-weight:800;text-align:right}.bed-product-drawer__layer-image{margin:0;overflow:hidden;border:1px solid var(--bed-border);border-radius:12px;background:color-mix(in srgb,var(--bed-surface-soft) 78%,white)}.bed-product-drawer__layer-image img{display:block;width:100%;max-height:280px;object-fit:contain;padding:18px}.bed-product-drawer__layer-image figcaption{padding:0 16px 14px;color:var(--bed-muted);font-size:12px;font-weight:700}.bed-product-drawer__layers p{margin:0 0 8px;color:var(--bed-ink);font-weight:800}.bed-product-drawer__layers ul{display:grid;gap:7px;margin:0;padding-left:18px;color:var(--bed-muted);font-size:14px;line-height:1.45}.bed-product-drawer__link{width:max-content;color:var(--bed-ink);font-weight:850;text-decoration:underline;text-underline-offset:4px}.bed-product-drawer__link:focus-visible{outline:3px solid color-mix(in srgb,var(--bed-accent) 45%,transparent);outline-offset:3px}.bed-configurator__mobile-bar{position:fixed;right:0;bottom:0;left:0;z-index:30;display:none;align-items:center;gap:12px;padding:10px 14px max(10px,env(safe-area-inset-bottom));border-top:1px solid var(--bed-border);background:#fff;box-shadow:0 -6px 22px #022e4f1a}.bed-configurator__mobile-bar-info{display:flex;flex:1;flex-direction:column;gap:2px}.bed-configurator__mobile-bar-label{color:var(--bed-muted);font-size:11px}.bed-configurator__mobile-bar-price{color:var(--bed-ink);font-size:18px;font-weight:800}.bed-configurator__mobile-bar-cta{flex:0 0 auto}.bed-bundle-card{border:1px solid var(--bed-border);border-radius:var(--bed-radius);background:#fff;color:var(--bed-ink)}.bed-bundle-card__summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px}.bed-bundle-card__image{width:72px;height:72px;border-radius:8px;object-fit:cover}.bed-bundle-card__title{margin:0;font-weight:750}.bed-bundle-card__meta,.bed-bundle-card__components{color:var(--bed-muted);font-size:13px}.bed-bundle-card__price{font-weight:800;white-space:nowrap}.bed-bundle-card__details{border-top:1px solid var(--bed-border);padding:12px 14px 14px}.bed-bundle-card__details summary{cursor:pointer;font-size:13px;font-weight:700}.bed-bundle-card__lines{display:grid;gap:6px;margin:10px 0 0;padding:0;list-style:none}.bed-bundle-card__line{display:flex;justify-content:space-between;gap:12px;color:var(--bed-muted);font-size:13px}.bed-bundle-card__remove{margin-top:12px;color:var(--bed-ink);font-size:13px;font-weight:700;text-decoration:underline;text-underline-offset:3px}@media(max-width:999px){.bed-configurator__layout,.bed-ready-sets{grid-template-columns:1fr}.bed-configurator__summary{display:none;position:static}.bed-configurator__mobile-bar{display:flex}.bed-configurator{padding-bottom:86px}}@media(max-width:699px){.bed-step__cards--product-rich .bed-card--product-none{max-width:none}.bed-card--product-rich{padding:13px}.bed-product-drawer{--drawer-content-max-height: 88vh}.bed-product-drawer__hero img{max-height:240px}.bed-product-drawer__body{padding:20px}.bed-product-drawer__trust{grid-template-columns:1fr}.bed-product-drawer__specs div{display:grid;gap:2px}.bed-product-drawer__specs dd{text-align:left}.bed-step__cards,.bed-step__cards--fabric-rich{grid-template-columns:repeat(2,minmax(0,1fr))}.bed-step__cards--product-rich{grid-template-columns:1fr}.bed-bundle-card__summary{grid-template-columns:auto minmax(0,1fr)}.bed-bundle-card__price{grid-column:2}}.bed-configurator .visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;border:0;clip:rect(0,0,0,0);white-space:nowrap}
/*# sourceMappingURL=/cdn/shop/t/101/assets/bed-configurator.css.map */
