/* cache 2026-05-31 22:52:40 */
.cart-page{display:grid;grid-template-columns:1fr 39rem;grid-template-rows:auto;grid-gap:6rem}.cart-page .inner .data{position:sticky;top:2rem;display:flex;flex-direction:column;padding:2rem;border-radius:.5rem;box-shadow:0 0 1.4rem 0 rgba(0,0,0,.1)}.cart-page .inner .params .param{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;line-height:1}.cart-page .inner .params .param .name{font-weight:500}.cart-page .inner .params .param .value{font-weight:400}.cart-page .inner .params .param.param-total .value{color:#cf2523;font-size:3.2rem;font-weight:500;line-height:1}.cart-page .inner .params .param:not(:last-child){margin-bottom:1rem}.cart-page .inner .form{margin-top:2rem;padding-top:2rem;border-top:.1rem solid #d5d5e4}.cart-page .inner .form.form-YES .title,.cart-page .inner .form.form-YES input,.cart-page .inner .form.form-YES textarea{display:none}.cart-page .inner .title{margin-bottom:2rem;font-size:2rem;font-weight:500;line-height:1}.cart-page .inner .caption{margin-top:1rem;margin-bottom:0}.cart-page .inner .caption,.cart-page .inner .caption a{font-family:Arial,sans-serif;color:#adadaf;font-size:1.3rem;font-weight:300;line-height:1.2}.cart-page .inner button{width:100%;font-weight:500}.cart-page .inner button.btn-order{background-color:#ff8100}.cart-page .inner button.btn-order.btn-order-YES{display:none}.cart-page .cart-items-container table{width:100%;border:none}.cart-page .cart-items-container table tr th{color:#202020;font-weight:400;border:none}.cart-page .cart-items-container table tr td{padding:2rem 0;border:none;border-bottom:.1rem solid #adadaf}.cart-page .cart-items-container table tr td.data{display:flex;flex-direction:row;align-items:center}.cart-page .cart-items-container table tr td.data .info{margin-top:1rem;margin-left:2rem}.cart-page .cart-items-container table tr td.data .info .name{display:block;margin-bottom:1rem;color:#202020;font-size:1.6rem;font-weight:500;line-height:1}.cart-page .cart-items-container table tr td.data .info .article,.cart-page .cart-items-container table tr td.data .info .size{color:#adadaf;font-size:1.6rem;font-weight:400;line-height:1.2}.cart-page .cart-items-container table tr td.price{font-size:2rem;font-weight:400;line-height:1}.cart-page .cart-items-container table tr td.total{font-size:2rem;font-weight:500;text-align:center;line-height:1}.cart-page .cart-items-container table tr td.total .caption{margin-top:.4rem;color:#adadaf;font-size:1.6rem;font-weight:400;line-height:1}.cart-page .cart-items-container table tr td .btn-remove{border:none;background:0 0}.cart-page .cart-items-container table tr td .btn-remove:before{content:'\f2ed';color:#adadaf;font-size:1.8rem;font-family:'Font Awesome 6 Pro';line-height:1}.cart-page .cart-items-container table tr td .btn-remove:hover{cursor:pointer}.cart-page .cart-items-container table tr td input{width:8rem;text-align:center}.cart-success{display:flex;flex-direction:row;align-items:center;grid-column:span 2;margin:0 auto}.cart-success img{margin-right:5rem}.cart-success h1{color:#cf2523}.cart-success .btn{width:23rem}