.composing-box{--composing-button-size: 60px;font-family:inherit;line-height:1.6;padding:4rem 0}.composing-box__container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.composing-box__header{text-align:center;margin-bottom:3rem}.composing-box__title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:inherit}.composing-box__subtitle{font-size:1.2rem;color:inherit;opacity:.8}.composing-box__timeline{padding:1rem;display:flex;align-items:center;justify-content:center}.composing-box__timeline-container{position:relative;display:flex;align-items:flex-start;gap:5vw;overflow-x:auto;padding:1rem 0}.composing-box__timeline-container:before{content:"";position:absolute;top:calc(var(--composing-button-size) / 2 + 1rem);z-index:-1;left:50%;transform:translate(-50%);width:calc(100% - var(--composing-button-size));height:1px;background-color:#0000001a}.composing-box__timeline-step{display:flex;flex-direction:column;align-items:center;gap:.5rem}.composing-box__timeline-button{overflow:hidden;width:var(--composing-button-size);height:var(--composing-button-size);border:2px solid transparent;transition:all .3s ease;cursor:pointer;filter:brightness(.8);padding:0;border-radius:50%}.composing-box__timeline-button:hover{border-color:currentColor}.composing-box__timeline-button--active{border-color:#000;transform:scale(1.1);filter:brightness(1)}.composing-box__timeline-button--completed{opacity:1;filter:brightness(1)}.composing-box__timeline-icon{width:100%;height:100%;object-fit:cover}.composing-box__timeline-title{font-size:1.4rem;text-align:center;line-height:1.2;font-weight:500;width:calc(var(--composing-button-size) * 1.5);word-wrap:break-word;color:inherit}.composing-box__timeline-connector{width:2rem;height:2px;background:repeating-linear-gradient(to right,currentColor 0,currentColor 4px,transparent 4px,transparent 8px);opacity:.6}.composing-box__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:3rem 0}.composing-box__steps--timeline{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));position:relative}.composing-box__step{position:relative;z-index:2;background-color:inherit;display:none;opacity:0;transform:translateY(20px);transition:all .5s ease;text-align:center;padding:2rem 1rem;border-radius:12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2)}.composing-box__step--active{display:block;opacity:1;transform:translateY(0)}.composing-box__step-header{display:flex;gap:1rem;align-items:center;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:2rem}.composing-box__step-icon{margin-bottom:0;flex-shrink:0}.composing-box__step-icon img{border-radius:50%;object-fit:cover}.composing-box__step-title-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:0}.composing-box__step-title{font-size:1.8rem;font-weight:600;margin:0;color:inherit}.composing-box__step-subtitle{font-size:1.3rem;color:inherit;opacity:.8;margin:0;line-height:1.4;text-align:left}.composing-box__step-max-selections-container{display:flex;position:absolute;right:1rem;font-size:1.5rem;border:1px solid rgba(0,0,0,.1);border-radius:50px;height:50px;width:50px;align-items:center;justify-content:center;aspect-ratio:1 / 1}.composing-box__products{margin-top:2rem}.composing-box__products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,200px),1fr));gap:1.5rem;margin-top:1.5rem}@media screen and (min-width:750px){.composing-box__products-grid{grid-template-columns:repeat(5,1fr)}}.composing-box__product-item{text-align:center;transition:all .3s ease;cursor:pointer;border:2px solid transparent;border-radius:8px;padding:.5rem;position:relative;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;min-width:0}.composing-box__product-item--card{padding:0;overflow:visible;display:flex;flex-direction:column;width:100%;min-width:0}.composing-box__product-item--card .card-wrapper{width:100%;margin:0;min-width:0}.composing-box__product-item--card .card,.composing-box__product-item--card .card__inner{width:100%;min-width:0}.composing-box__product-item--card .card__content{padding:5px!important}.composing-box__product-item--card .card-wrapper a{pointer-events:none;cursor:default}.composing-box__product-item--card:has(.composing-box__product-radio:checked) .card-wrapper{border-color:#000}.composing-box__product-item--card .card-wrapper.product-card-wrapper .card,.composing-box__product-item--card .product-card-wrapper .card{--border-radius: var(--product-card-corner-radius);--border-width: var(--product-card-border-width);--image-padding: var(--product-card-image-padding)}.composing-box__product-item--card .card__media{border-top-left-radius:calc(var(--border-radius, var(--product-card-corner-radius, 0rem)) - var(--border-width, var(--product-card-border-width, 0rem)) - var(--image-padding, var(--product-card-image-padding, 0rem)));border-top-right-radius:calc(var(--border-radius, var(--product-card-corner-radius, 0rem)) - var(--border-width, var(--product-card-border-width, 0rem)) - var(--image-padding, var(--product-card-image-padding, 0rem)));border-bottom-left-radius:0;border-bottom-right-radius:0;overflow:hidden}.composing-box__product-item--card .card__media .media img,.composing-box__product-item--card .card__media .media video{border-top-left-radius:inherit;border-top-right-radius:inherit}.composing-box__product-item--card .composing-box__card-actions{padding:1rem;padding-top:0!important;margin-top:.5rem;display:none;flex-direction:column;gap:4px;width:100%}.composing-box__product-item--card:has(.composing-box__product-radio:checked) .composing-box__card-actions{display:flex}.composing-box__product-item--card .card__information a,.composing-box__product-item--card .card-wrapper a,.composing-box__product-item--card .card__colorSwatch a{pointer-events:none;cursor:default}.composing-box__product-item--card .card__information{padding-bottom:0!important}.composing-box__product-item:hover{transform:translateY(-5px);border-color:#0003}.composing-box__product-item.disabled{cursor:not-allowed;opacity:.5}.composing-box__product-radio{position:absolute;opacity:0;pointer-events:none}.composing-box__product-radio:checked+.composing-box__product-image{border-color:#000}.composing-box__product-item:has(.composing-box__product-radio:checked){border-color:#000;background-color:#0000000d}.composing-box__product-check-icon{position:absolute;top:8px;left:8px;width:24px;height:24px;background-color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;transform:scale(.8);transition:all .2s ease;z-index:2}.composing-box__product-item:has(.composing-box__product-radio:checked) .composing-box__product-check-icon{opacity:1;transform:scale(1)}.composing-box__product-item--selected .composing-box__product-check-icon{opacity:1;transform:scale(1)}.composing-box__product-radio:checked~.composing-box__product-image{border-color:#000}.composing-box__product-radio:checked~.composing-box__product-title{color:#000;font-weight:700}.composing-box__product-image{margin-bottom:1rem;border-radius:8px;overflow:hidden}.composing-box__product-image img{width:100%;height:auto;object-fit:cover;transition:transform .3s ease}.composing-box__product-title{font-size:1.5rem;font-weight:600;margin:.5rem 0;line-height:1.3}.composing-box__product-price{font-size:1.5rem;font-weight:500;color:inherit;opacity:.8;margin:0}.composing-box__products-collection-title{font-size:1.7rem;font-weight:600;text-transform:uppercase;margin:4rem 0 1rem;color:inherit;display:block}.composing-box__footer{margin-top:2rem;padding:2rem 0;border-top:1px solid rgba(0,0,0,.1)}.composing-box__footer--sticky{position:sticky;bottom:0;background:inherit;z-index:10;margin-top:2rem;background:#fff}.composing-box__step-navigation{display:flex;justify-content:space-between;align-items:center;gap:1rem}.composing-box__step-selections{display:flex;flex-direction:row;justify-content:space-between;gap:1rem;flex:1}.composing-box__selected-products{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;min-height:40px}.composing-box__selected-product{position:relative;width:40px;height:40px;border-radius:6px;border:2px solid rgba(0,0,0,.1);flex-shrink:0}.composing-box__selected-product img{width:100%;height:100%;object-fit:cover;pointer-events:none;border-radius:4px;overflow:hidden}.composing-box__selected-product-badge{position:absolute;bottom:-8px;right:-8px;background-color:#000;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;line-height:1;min-width:20px;z-index:1;border:2px solid white;box-shadow:0 2px 4px #0003}.composing-box__step-navigation .button{transition:all .3s ease;min-width:120px}.composing-box__step-navigation .button:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.composing-box__step-navigation .button--active{background-color:#000;color:#fff}.composing-box__step-navigation .button--secondary{background-color:transparent;color:inherit;border:2px solid #000}.composing-box__step-navigation .button--secondary:hover{background-color:#000;color:#fff}.composing-box__step-navigation .button--tertiary{background-color:transparent;color:inherit;border:1px solid rgba(0,0,0,.3);opacity:.7}.composing-box__step-navigation .button--tertiary:hover{background-color:#0000000d;border-color:#00000080;opacity:1}.composing-box__step-navigation--hidden{visibility:hidden;opacity:0;pointer-events:none}.composing-box__step-price-recap{display:flex;flex-direction:row;align-items:center;gap:.25rem;padding:.5rem 1rem;border-radius:8px;min-width:120px;font-size:1.4rem;white-space:nowrap}.composing-box__step-price-label{font-weight:500;color:inherit;opacity:.7;text-transform:uppercase}.composing-box__step-price-total{font-weight:700;color:inherit}.composing-box__form{margin-top:2rem}.composing-box__quantity-selector{margin:0!important;display:flex;flex-direction:column;gap:.5rem;align-items:center;display:none;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;justify-self:flex-end!important}.composing-box__product-item:has(input[type=checkbox]:checked) .composing-box__quantity-selector{display:flex;visibility:visible;transform:translateY(0)}.composing-box__quantity-controls{display:flex;align-items:center;gap:0;border:1px solid rgba(0,0,0,.1);border-radius:30px;overflow:hidden;background:#fff;width:100%;margin:0 auto}.composing-box__quantity-button{background:none;border:none;padding:.5rem .75rem;font-size:1.3rem;color:inherit;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.composing-box__quantity-button:hover{background-color:#0000001a}.composing-box__quantity-button:active{background-color:#0003}.composing-box__quantity-button:disabled{opacity:.5;cursor:not-allowed;background-color:transparent}.composing-box__quantity-input{border:none;text-align:center;font-size:1.3rem;color:inherit;background:transparent;outline:none;padding:0;flex:1}.composing-box__quantity-controls:focus-within{border-color:#0006;box-shadow:0 0 0 2px #0000001a}.composing-box__quantity-input:focus{background-color:#0000000d}.composing-box__quantity-input::-webkit-outer-spin-button,.composing-box__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.composing-box__quantity-input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.composing-box__quantity-selector--disabled{opacity:.5;pointer-events:none}.composing-box__quantity-selector--disabled .composing-box__quantity-controls{background-color:#0000000d;cursor:not-allowed;opacity:.6}.composing-box__quantity-selector--disabled .composing-box__quantity-button,.composing-box__quantity-selector--disabled .composing-box__quantity-input{opacity:.5;cursor:not-allowed}.composing-box__step[data-step-limit-products="1"] .composing-box__quantity-selector{display:none}.composing-box__pagination-container{grid-column:1 / -1;width:100%}.composing-box__pagination{margin-top:2rem;padding:1rem 0;border-top:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center}.composing-box__pagination-controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center}.composing-box__pagination-button{padding:.5rem 1rem;background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:6px;color:inherit;text-decoration:none;font-size:1.2rem;font-weight:500;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;cursor:pointer}.composing-box__pagination-button:hover{background-color:#0000000d;border-color:#0000004d;color:inherit;text-decoration:none}.composing-box__pagination-pages{display:flex;align-items:center;gap:.5rem}.composing-box__pagination-page{padding:.5rem .75rem;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:6px;color:inherit;text-decoration:none;font-size:1.2rem;font-weight:500;transition:all .2s ease;min-width:40px;text-align:center;cursor:pointer}.composing-box__pagination-page:hover{background-color:#0000000d;border-color:#0003;color:inherit;text-decoration:none}.composing-box__pagination-page--current{background-color:#0000001a;border-color:#0000004d;font-weight:600}.composing-box__product-item[data-product-item]{display:none}.composing-box__product-item[data-product-item].composing-box__product-item--visible{display:flex}.composing-box__product-item--filtered{display:none!important}.composing-box__product-item{transition:opacity .3s ease,transform .3s ease}.composing-box__product-item--filtered{opacity:0;transform:scale(.95);pointer-events:none}.composing-box__pagination-button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.composing-box__pagination-button:not(:disabled):hover{background-color:#0000000d;border-color:#0000004d}.composing-box__pagination-loading{opacity:.6;pointer-events:none}.composing-box__pagination-loading .composing-box__pagination-button{cursor:not-allowed}.composing-box__pagination-ellipsis{padding:.5rem .25rem;color:#00000080;font-size:1.2rem;font-weight:500;pointer-events:none}.composing-box__variants-container{width:100%;margin-top:.75rem}.composing-box__variants-list{display:flex;flex-direction:column}.composing-box__variant-selector{margin:.5rem 0 .3rem;display:flex;flex-direction:column;gap:0;align-items:flex-start;display:none;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;justify-self:flex-end!important}.composing-box__variants-list .composing-box__variant-selector{margin:0}.composing-box__product-item:has(input[type=checkbox]:checked) .composing-box__variant-selector,.composing-box__product-item:has(input[type=checkbox]:checked) .composing-box__variants-container{display:flex;visibility:visible;transform:translateY(0)}.composing-box__product-item:has(input[type=checkbox]:checked) .composing-box__variants-container{flex-direction:column}.composing-box__product-item--card .composing-box__variant-selector{margin-top:0}.composing-box__variant-dropdown{width:100%;padding:.5rem 2.5rem .5rem 1rem;font-size:1.3rem;border:1px solid rgba(0,0,0,.1);border-radius:30px;background:#fff;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em}.composing-box__variant-dropdown:focus{outline:none;border-color:#0006;box-shadow:0 0 0 2px #0000001a}.composing-box__variant-dropdown:disabled{background-color:#0000000d;cursor:not-allowed;opacity:.6}.composing-box__card-message{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.composing-box__card-message--disabled{opacity:.6;pointer-events:none}.composing-box__card-message--disabled .composing-box__message-textarea{background-color:#0000000d;cursor:not-allowed}.composing-box__card-message--disabled .composing-box__message-label{color:#00000080;cursor:not-allowed}.composing-box__card-message--disabled .composing-box__message-counter{color:#0000004d}.composing-box__message-label,.composing-box__message-textarea{font-size:1.5rem}.composing-box__message-label{display:block;font-weight:500;color:#000c;margin-bottom:.5rem;transition:opacity .2s ease,cursor .2s ease}.composing-box__message-textarea{width:100%;min-height:80px;padding:.5rem;border:1px solid rgba(0,0,0,.2);border-radius:6px;font-family:inherit;resize:vertical;transition:all .2s ease;background-color:#fff}.composing-box__message-textarea:focus{outline:none;border-color:#0006;box-shadow:0 0 0 2px #0000001a}.composing-box__message-textarea:disabled{background-color:#0000000d;cursor:not-allowed;opacity:.6}.composing-box__message-textarea::placeholder{color:#0006}.composing-box__message-textarea:disabled::placeholder{color:#0003}@media screen and (max-width:749px){.composing-box__message-textarea{min-height:120px;font-size:16px;padding:1rem}}.composing-box__message-counter{align-self:flex-end;font-size:1rem;color:#00000080;margin-top:.25rem;text-align:right;transition:opacity .2s ease}.composing-box__message-length{font-weight:500;color:#000000b3}.composing-box__message-button-inline:disabled{opacity:.3;cursor:not-allowed;background-color:#00000005}.composing-box__message-button-inline{display:none;font-size:1.3rem;margin-top:1rem}input[type=checkbox]:checked~.composing-box__message-button-inline,.composing-box__product-item:has(input[type=checkbox]:checked) .composing-box__message-button-inline{display:block}.composing-box__product-item--card .composing-box__message-button-inline{margin-top:0}.composing-box__message-button-inline:hover{background-color:#0000001a;border-color:#0003;color:#000000e6}@media screen and (max-width:749px){.composing-box__message-button-inline{font-size:1.1rem;white-space:normal;word-wrap:break-word;padding:.75rem 1rem;line-height:1.4;text-align:center}.composing-box__product-item--card .composing-box__message-button-inline{width:100%}}.composing-box__message-popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;pointer-events:none}.composing-box__message-popup.active{display:block;pointer-events:auto}.composing-box__message-popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:10000;display:block!important;background-color:#0003;pointer-events:auto}.composing-box__message-popup-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;width:90%;max-width:500px;max-height:90vh;overflow:hidden;z-index:10001;pointer-events:auto!important;animation:popupSlideIn .3s ease-out}.composing-box__message-popup.active .composing-box__message-popup-content{pointer-events:auto!important}@media screen and (max-width:749px){.composing-box__message-popup-content{top:10vh;left:50%;transform:translate(-50%);width:calc(100% - 40px);max-width:500px;max-height:80vh}}@keyframes popupSlideIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media screen and (max-width:749px){@keyframes popupSlideIn{0%{opacity:0;transform:translate(-50%) translateY(-20px) scale(.95)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}}.composing-box__message-popup-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(0,0,0,.1);background-color:#00000005}@media screen and (max-width:749px){.composing-box__message-popup-header{padding:1rem 1.5rem}}.composing-box__message-popup-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#000000e6}.composing-box__message-popup-close{background:none;border:none;font-size:1.5rem;color:#00000080;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.composing-box__message-popup-close:hover{background-color:#0000001a;color:#000000b3}.composing-box__message-popup-body{padding:2rem}@media screen and (max-width:749px){.composing-box__message-popup-body{padding:1.5rem}}.composing-box__message-popup-footer{padding:1.5rem 2rem;border-top:1px solid rgba(0,0,0,.1);background-color:#00000005;text-align:right}@media screen and (max-width:749px){.composing-box__message-popup-footer{padding:1rem 1.5rem}}.composing-box__variant-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;pointer-events:none}.composing-box__variant-modal.active{display:block;pointer-events:auto}.composing-box__variant-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:10000;display:block!important;background-color:#0003;pointer-events:auto;cursor:pointer}.composing-box__variant-modal-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;width:90%;max-width:450px;max-height:90vh;overflow:hidden;z-index:10001;pointer-events:auto!important;animation:variantModalSlideIn .3s ease-out}.composing-box__variant-modal.active .composing-box__variant-modal-content{pointer-events:auto!important}@keyframes variantModalSlideIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media screen and (max-width:749px){.composing-box__variant-modal-content{top:auto;bottom:0;left:0;right:0;transform:none;width:100%;max-width:none;border-radius:16px 16px 0 0;max-height:85vh;animation:variantModalSlideUp .3s ease-out}@keyframes variantModalSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}}.composing-box__variant-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.1);background-color:#00000005}.composing-box__variant-modal-header h3{margin:0;font-size:1.4rem;font-weight:600;color:#000000e6;line-height:1.3}.composing-box__variant-modal-close{background:none;border:none;font-size:1.5rem;color:#00000080;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s ease;width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.composing-box__variant-modal-close:hover{background-color:#0000001a;color:#000000b3}.composing-box__variant-modal-body{padding:1.5rem;overflow-y:auto;max-height:calc(90vh - 150px)}@media screen and (max-width:749px){.composing-box__variant-modal-body{max-height:calc(85vh - 150px)}}.composing-box__modal-quantity-section,.composing-box__modal-variants-section{margin-bottom:1.5rem}.composing-box__modal-quantity-section:last-child,.composing-box__modal-variants-section:last-child{margin-bottom:0}.composing-box__modal-section-label{display:block;font-size:1.3rem;font-weight:600;color:#000c;margin-bottom:.75rem}.composing-box__quantity-selector--modal{display:flex!important;visibility:visible!important;transform:none!important;margin:0!important;width:100%}.composing-box__quantity-selector--modal .composing-box__quantity-controls{width:100%;max-width:none}.composing-box__variant-modal-body .composing-box__variant-selector{display:flex!important;visibility:visible!important;transform:none!important;margin-bottom:.75rem}.composing-box__variant-modal-body .composing-box__variant-selector:last-child{margin-bottom:0}.composing-box__variant-modal-body .composing-box__variants-list{display:flex;flex-direction:column;gap:.75rem}.composing-box__variant-modal-footer{padding:1rem 1.5rem;border-top:1px solid rgba(0,0,0,.1);background-color:#00000005}.composing-box__variant-modal-save{width:100%}.composing-box__variant-modal-button{font-size:1.3rem!important;padding:8px 1rem!important;min-height:0!important}.composing-box__summary{background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.composing-box__summary-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.composing-box__summary-list-item--empty{opacity:.6;font-style:italic;justify-content:center}.composing-box__summary-list-item--loading{opacity:.7;font-style:italic;justify-content:center;color:#0009}.composing-box__summary-list-item--error{opacity:.7;font-style:italic;justify-content:center;color:#dc3545}.composing-box__summary-list-item-content{display:flex;gap:1rem;flex:1}.composing-box__summary-list-item-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.composing-box__summary-list-item-image{width:65px;height:65px;border-radius:6px;overflow:hidden;flex-shrink:0}.composing-box__summary-list-item-image img{width:100%;height:100%;object-fit:cover}.composing-box__summary-list-item-details{display:flex;flex-direction:column;align-items:flex-start;text-align:left;justify-content:center;gap:.1rem;flex:1}.composing-box__summary-list-item-name{font-weight:500;color:inherit;font-size:1.3rem;line-height:1.3}.composing-box__summary-list-item-variant{font-weight:400;color:inherit;font-style:italic;opacity:.7}.composing-box__summary-list-item-price{font-weight:600;color:inherit}.composing-box__summary-list-item-variant,.composing-box__summary-list-item-price{font-size:1.2rem}.composing-box__summary-list-item-message{margin-top:.5rem}.composing-box__summary-message-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.composing-box__summary-message-label{font-size:1.2rem;font-weight:600;color:inherit;opacity:.8}.composing-box__summary-message-text{font-size:1.2rem;line-height:1.4;color:inherit;margin:0;font-style:italic;opacity:.9}.composing-box__summary-message-edit{background:none;border:none;padding:.25rem;border-radius:4px;cursor:pointer;color:inherit;opacity:.6;transition:all .2s ease}.composing-box__summary-message-edit:hover{opacity:1;background:#0000001a}.composing-box__summary-list-item-remove{background:#dc35451a;border:1px solid rgba(220,53,69,.3);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#dc3545b3;flex-shrink:0;padding:0;margin:0}.composing-box__summary-list-item-remove:hover{background:#dc354533;border-color:#dc354580;transform:scale(1.1);color:#dc3545}.composing-box__summary-list-item-remove:active{transform:scale(.95)}.composing-box__summary-list-item-remove svg{width:14px;height:14px;pointer-events:none}.composing-box__summary-pricing{width:100%}.composing-box__summary-total-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:1rem}.composing-box__summary-total-label{font-size:1.3rem;font-weight:700;color:inherit;opacity:.8}.composing-box__summary-total-value{font-size:1.3rem;font-weight:700;color:inherit}@media(max-width:768px){.composing-box{padding:2rem 0}.composing-box__title{font-size:2rem}.composing-box__steps{grid-template-columns:1fr;gap:1.5rem}.composing-box__step{padding:1.5rem 1rem}.composing-box__timeline-title{font-size:1.2rem;max-width:70px}.composing-box__timeline-connector{width:1.5rem}[data-restart-button]{grid-column:1 / 3;grid-row:2}.composing-box__products-grid{grid-template-columns:repeat(2,1fr)}.composing-box__step-navigation{display:grid!important;grid-template-columns:1fr 1fr;gap:.5rem}.button{font-size:1.4rem;min-height:40px}.composing-box__step-selections{grid-column:1 / 3;grid-row:1;margin-bottom:1rem}.composing-box__selected-products{justify-content:center}.composing-box__selected-product{width:28px;height:28px}.composing-box__variant-label{display:none}.composing-box__step-price-recap{grid-column:1 / 3;grid-row:1 / 1;text-align:center;display:flex;align-items:center;justify-content:center}.composing-box__step-header{justify-content:space-between}.composing-box__step-max-selections-container{position:relative;right:0}.composing-box__variant-dropdown{padding:.8rem 1.2rem!important;font-size:1.4rem!important}.composing-box__product-item--card .card__information{padding-top:5px!important}.composing-box__quantity-selector{margin:.75rem 0}.composing-box__quantity-button{min-width:35px;height:35px;font-size:1.2rem;padding:.4rem .6rem}.composing-box__quantity-input{width:50px;height:35px;font-size:1.2rem}.composing-box__pagination{margin-top:1.5rem;padding:.75rem 0}.composing-box__pagination-controls{gap:.5rem;flex-wrap:wrap;justify-content:center}.composing-box__pagination-button{padding:.4rem .6rem;font-size:1.1rem;min-width:32px}.composing-box__pagination-page{padding:.4rem .5rem;font-size:1.1rem;min-width:32px}.composing-box__pagination-ellipsis{padding:.4rem .2rem;font-size:1.1rem}.composing-box__message-textarea{min-height:60px;font-size:1.2rem}.composing-box__message-popup-content{width:95%;max-width:none}.composing-box__message-popup-header,.composing-box__message-popup-body,.composing-box__message-popup-footer{padding:1rem}.composing-box__message-button{padding:.75rem 1.5rem;font-size:1rem}.composing-box__summary-content{grid-template-columns:1fr;gap:2rem}.composing-box__summary-title{font-size:1.8rem}.composing-box__summary-subtitle{font-size:1.1rem}.composing-box__summary-total-value{font-size:2rem}}@media(max-width:480px){.composing-box__title{font-size:1.8rem}.composing-box__subtitle{font-size:1rem}.composing-box__pagination-controls{gap:.3rem}.composing-box__pagination-button{padding:.3rem .5rem;font-size:1rem;min-width:28px}.composing-box__pagination-page{padding:.3rem .4rem;font-size:1rem;min-width:28px}.composing-box__pagination-ellipsis{padding:.3rem .1rem;font-size:1rem}}.composing-box__deletion-popover{position:absolute;z-index:10001;opacity:0;transform:translateY(60%) translate(calc(-100% - 40px)) scale(.95);transition:all .2s ease-out;pointer-events:none}.composing-box__deletion-popover.active{opacity:1;transform:translateY(60%) translate(calc(-100% - 40px)) scale(1);pointer-events:auto}.composing-box__popover-content{background:#fff;border-radius:12px;box-shadow:0 10px 25px -5px #00000026,0 4px 6px -2px #0000001a;border:1px solid rgba(0,0,0,.1);min-width:320px;max-width:400px;overflow:hidden}.composing-box__popover-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.1);background:#00000005}.composing-box__popover-title{font-size:18px;font-weight:600;color:#111827;margin:0;line-height:1.3}.composing-box__popover-close{background:none;border:none;padding:.5rem;cursor:pointer;border-radius:6px;color:#6b7280;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0}.composing-box__popover-close:hover{background-color:#0000000d;color:#374151}.composing-box__popover-body{padding:1.25rem}.composing-box__popover-message{font-size:16px;font-weight:500;color:#111827;margin:0 0 1rem;line-height:1.4}.composing-box__popover-warning{color:#6b7280;font-size:14px;line-height:1.5;text-align:left;margin:0}.composing-box__popover-warning strong{font-weight:600;color:#374151}.composing-box__popover-footer{display:flex;gap:.75rem;padding:1rem 1.25rem;justify-content:flex-end;background:#00000005;border-top:1px solid rgba(0,0,0,.1)}@media(max-width:640px){.composing-box__deletion-popover{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:1rem;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transform:none;opacity:0;transition:opacity .3s ease}.composing-box__deletion-popover.active{opacity:1;transform:none}.composing-box__popover-content{min-width:90vw;max-width:400px;width:100%;transform:scale(.9);transition:transform .3s ease}.composing-box__deletion-popover.active .composing-box__popover-content{transform:scale(1)}.composing-box__popover-header{padding:1.5rem 1.5rem 0}.composing-box__popover-title{font-size:20px}.composing-box__popover-body{padding:1.5rem}.composing-box__popover-message{font-size:16px}.composing-box__popover-warning{font-size:12px}.composing-box__popover-footer{padding:0 1.5rem 1.5rem;flex-direction:column;gap:.75rem}.composing-box__popover-footer .button{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/54/assets/composing-box.css.map */
