.drawer__content{background-color:#fff!important}.product-configurator__option input[type=radio]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.product-configurator__description{-webkit-align-items:center;align-items:center;background:#f4ecd8;border:none;border-radius:10px;color:var(--color-black);cursor:pointer;display:-webkit-flex;display:flex;font-size:14px;font-weight:500;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:30px;padding:16px 24px;width:100%}.product-configurator__description .icon--chevron-right{width:18px;height:18px}.product-configurator__step{padding:16px 0}.product-configurator__step-header{font-size:19px;font-weight:500;line-height:1.4;letter-spacing:-.02em;display:flex;align-items:flex-start;gap:8px;margin-bottom:24px}.product-configurator__options{display:flex;flex-direction:column;gap:0}.product-configurator__option{display:flex;align-items:center;gap:12px;padding:12px 2px 2px;cursor:pointer;border:1px solid transparent;border-bottom:1px solid var(--color-gray-3, #e5e5e5);background:transparent;-webkit-user-select:none;user-select:none;justify-items:center}.product-configurator__option--active .product-configurator__option-value,.product-configurator__option--active .product-configurator__option-price{font-weight:700}.product-configurator__checkbox{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--color-black, #000)}.product-configurator__option-info{display:flex;flex-direction:column;flex:1;min-width:0}.product-configurator__option-value{font-size:13px;font-weight:500;color:var(--color-black, #000);line-height:1.3}.product-configurator__option-dimension{font-size:12px;font-weight:400;color:var(--color-text, #666);line-height:1.3}.product-configurator__option-price{font-size:13px;font-weight:400;color:var(--color-black, #000);white-space:nowrap;margin-left:auto}.product-configurator__option .icon--checkbox-fancy path:nth-child(3),.product-configurator__option .icon--checkbox-fancy path:nth-child(4),.product-configurator__option input:checked+.icon--checkbox-fancy path:nth-child(2),.product-configurator__option input:checked~.product-configurator__swatch-card .icon--checkbox-fancy path:nth-child(2),.product-configurator__option input:checked~.product-configurator__option-content .icon--checkbox-fancy path:nth-child(2){opacity:0}.product-configurator__option input:checked+.icon--checkbox-fancy path:nth-child(3),.product-configurator__option input:checked+.icon--checkbox-fancy path:nth-child(4),.product-configurator__option input:checked~.product-configurator__swatch-card .icon--checkbox-fancy path:nth-child(3),.product-configurator__option input:checked~.product-configurator__swatch-card .icon--checkbox-fancy path:nth-child(4),.product-configurator__option input:checked~.product-configurator__option-content .icon--checkbox-fancy path:nth-child(3),.product-configurator__option input:checked~.product-configurator__option-content .icon--checkbox-fancy path:nth-child(4){opacity:1}#drawer-product-configurator product-configurator{display:flex;flex-direction:column}#drawer-product-configurator .drawer__scroll{flex:1;min-height:0;overflow:hidden}.product-configurator__footer{flex-shrink:0;background:#f8f8f8;box-shadow:0 -4px 16px #0000000f;padding:14px 24px}.product-configurator__footer-price{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:16px}.product-configurator__footer-price-label{padding-top:10px;font-size:14px;font-weight:500;color:var(--color-black, #000)}.product-configurator__footer-price-value{font-size:16px;font-weight:700;color:var(--color-black, #000);white-space:nowrap;line-height:1;position:relative;transition:opacity .3s ease}.product-configurator__footer-price-value.loading{color:transparent;pointer-events:none}.product-configurator__footer-price-value.loading:after{content:"";position:absolute;left:50%;top:50%;width:20px;height:20px;margin-left:-10px;margin-top:-10px;border:2px solid rgba(0,0,0,.1);border-top-color:var(--color-black, #000);border-radius:50%;animation:spinner-rotate .6s linear infinite;z-index:1}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.product-configurator__footer-params{display:grid;grid-template-columns:1fr 1fr;gap:4px 24px;margin-bottom:20px}.product-configurator__footer-param{font-size:10px;font-weight:400;color:var(--color-text, #666);overflow:hidden;text-overflow:ellipsis}.product-configurator__footer-param-index{font-weight:400;color:var(--color-text, #666)}.product-configurator__footer-submit{display:flex;align-items:center;justify-content:center;width:100%;height:52px;font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:var(--color-black, #000);border:none;border-radius:0;cursor:pointer;transition:opacity .2s ease;position:relative}.product-configurator__footer-submit:hover{opacity:.85}.product-configurator__footer-submit:disabled{opacity:.4;cursor:not-allowed}.product-configurator__footer-submit .loader{position:absolute;right:16px;top:50%;transform:translateY(-50%)}.product-configurator__step-description{font-size:13px;line-height:1.5;color:var(--color-text, #666);margin-bottom:16px}.product-configurator__swatch-group-title{font-size:14px;font-weight:400;margin-bottom:10px;color:var(--color-black, #000)}.product-configurator__swatch-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.product-configurator__option--swatch{display:block;padding:0;border:none;background:transparent;border-bottom:none}.product-configurator__option--swatch:hover{background:transparent}.product-configurator__swatch-card{display:flex;flex-direction:column;gap:5px}.product-configurator__swatch-image-wrapper{position:relative;flex:0 1 40%;overflow:hidden;background:var(--color-gray-1, #f9f9f9);object-position:center;object-fit:cover}.product-configurator__swatch-image-wrapper img{object-fit:cover;transition:transform .3s ease}.product-configurator__option--swatch:hover img{transform:scale(1.05)}.product-configurator__option .icon--checkbox-fancy rect{fill:transparent}.product-configurator__swatch-checkbox{position:absolute;top:8px;left:8px;z-index:2}.product-configurator__swatch-checkbox .icon--checkbox-fancy{width:24px;height:24px}.product-configurator__swatch-checkbox .icon--checkbox-fancy rect{fill:#fff}.product-configurator__mattress--checkbox{position:absolute;top:10px;left:10px;z-index:2}.product-configurator__mattress--checkbox .icon--checkbox-fancy{width:35px;height:35px}.product-configurator__mattress--checkbox .icon--checkbox-fancy rect{fill:#fff}.product-configurator__option-price-badge{position:absolute;top:8px;right:8px;background:#f04e23;color:#fff;font-size:11px;font-weight:700;padding:2px 6px;border-radius:4px;z-index:2}.product-configurator__option-price-badge:empty{display:none}.product-configurator__swatch-info{text-align:left}.product-configurator__option--swatch .product-configurator__option-value{font-size:11px;font-weight:400;color:var(--color-text, #666)}.product-configurator__option--swatch.product-configurator__option--active .product-configurator__swatch-image-wrapper{outline:2px solid var(--color-black, #000);outline-offset:-2px}.product-configurator__options--mattress-full{display:flex;flex-direction:column;gap:24px}.product-configurator__option--without-mattress{background-color:var(--color-gray-1, #f9f9f9);padding:8px 24px;border:1px solid transparent;border-radius:4px;transition:all .2s ease}.product-configurator__option--without-mattress .product-configurator__option-label{display:flex;align-items:center;gap:16px;cursor:pointer;width:100%;margin:0}.product-configurator__option--without-mattress .product-configurator__option-title{font-size:14px;font-weight:700;color:var(--color-black, #000)}.product-configurator__mattresses-label{font-size:12px;text-transform:uppercase;font-weight:500;color:var(--color-text, #666);margin-bottom:16px;letter-spacing:.05em}.product-configurator__mattresses-list{display:flex;flex-direction:column;gap:12px}.product-configurator__option--mattress-card{padding:0;border:none;border-bottom:none;background:transparent}.product-configurator__option--mattress-card:hover{background:transparent}.product-configurator__option--mattress-card .product-configurator__option-label{display:block;cursor:pointer;width:100%;margin:0}.product-configurator__option--mattress-card .product-configurator__option-content{display:grid;grid-template-columns:35% 1fr;gap:16px;align-items:stretch}.product-configurator__option-image-wrapper{position:relative;flex-shrink:1;width:100%;background-color:#f7f7f7;border-radius:2px;overflow:hidden;aspect-ratio:1/1;align-self:start}.product-configurator__option-image{display:block;width:1000%;height:100%;object-fit:cover;mix-blend-mode:multiply}.product-configurator__checkbox-indicator{width:24px;height:24px;border:2px solid var(--color-black, #000);border-radius:2px;display:flex;align-items:center;justify-content:center;background-color:transparent;transition:all .2s ease;color:transparent}.product-configurator__option--without-mattress .product-configurator__checkbox-indicator{background-color:#fff}.product-configurator__option-image-wrapper .product-configurator__checkbox-indicator{position:absolute;top:12px;left:12px;z-index:2;background-color:#fff}.product-configurator__option-input:checked+span.product-configurator__checkbox-indicator,.product-configurator__option-input:checked~.product-configurator__option-content .product-configurator__checkbox-indicator{background-color:#fff;color:var(--color-black, #000)}.product-configurator__option-input:focus-visible+span.product-configurator__checkbox-indicator,.product-configurator__option-input:focus-visible~.product-configurator__option-content .product-configurator__checkbox-indicator{outline:2px solid var(--color-black, #000);outline-offset:2px}.h-screen-reader{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.product-configurator__option--mattress-card .product-configurator__option-info{display:flex;flex-direction:column;justify-content:space-between;height:0;min-height:100%;flex-wrap:nowrap;flex:1;min-width:0;margin-top:0;white-space:normal;overflow:hidden}.product-configurator__option-header-row{display:flex;justify-content:space-between;align-items:baseline;min-width:0;flex-shrink:1}.product-configurator__option--mattress-card .product-configurator__option-title{font-size:14px;font-weight:400;line-height:21px;font-style:normal;letter-spacing:.14px;color:var(--color-black, #000);margin:0;min-width:0;overflow:hidden}.product-configurator__option--mattress-card .product-configurator__option-price{font-size:14px;font-weight:500}.product-configurator__option-features{flex:1;overflow:hidden;max-height:100%;font-size:12px;list-style:none;padding:0;margin:8px 0 0;display:flex;flex-direction:column;gap:2px}.product-configurator__option-info{position:relative}.product-configurator__option-content .product-configurator__option-info{container-type:size;display:flex;flex-direction:column;justify-content:space-between;height:100%}@container (max-height: 120px){.product-configurator__option-features li:nth-child(n+3){display:none}}@container (min-height: 121px) and (max-height: 160px){.product-configurator__option-features li:nth-child(n+5){display:none}}.product-configurator__option-features li{font-size:12px;color:var(--color-text, #666);display:flex;align-items:center;margin-bottom:0;margin-top:0;flex-wrap:nowrap;min-width:0}.product-configurator__option-features li svg{flex-shrink:0}.product-configurator__option-link{display:inline-flex;align-items:center;justify-content:center;position:relative;z-index:1;pointer-events:auto;font-size:10px;font-weight:400;color:var(--color-black, #000);text-transform:lowercase;text-decoration:none;border:.3px solid #5e5e5e;border-radius:25px;width:fit-content;height:26px;padding:8px 16px;transition:all .2s ease;gap:3px;margin-top:8px}.product-configurator__option-link:hover{border-color:var(--color-black, #000);background-color:var(--color-gray-1, #f9f9f9)}.product-configurator__options--additional{display:flex;flex-direction:column;gap:12px}.product-configurator__option--additional-card{padding:0;border:none;border-bottom:none;background:transparent}.product-configurator__option--additional-card:hover{background:transparent}.product-configurator__option--additional-card .product-configurator__option-label{display:block;cursor:pointer;width:100%;margin:0}.product-configurator__option--additional-card .product-configurator__option-content{display:grid;grid-template-columns:35% 1fr;gap:16px;align-items:stretch}.product-configurator__additional--checkbox{position:absolute;top:10px;left:10px;z-index:2}.product-configurator__additional--checkbox .icon--checkbox-fancy{width:35px;height:35px}.product-configurator__additional--checkbox .icon--checkbox-fancy rect{fill:#fff}.product-configurator__option--additional-card .product-configurator__option-info{display:flex;flex-direction:column;justify-content:space-between;height:0;min-height:100%;flex-wrap:nowrap;flex:1;min-width:0;margin-top:0;white-space:normal;overflow:hidden}.product-configurator__option--additional-card .product-configurator__option-title{font-size:14px;font-weight:400;line-height:21px;font-style:normal;letter-spacing:.14px;color:var(--color-black, #000);margin:0;min-width:0;overflow:hidden}.product-configurator__option--additional-card .product-configurator__option-price{font-size:14px;font-weight:500}
/*# sourceMappingURL=/cdn/shop/t/44/assets/section-product-configurator.css.map */
