.cart-block{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-height:100%;background-color:var(--color-white);color:#2a4734;padding-block:62rem 50rem;padding-inline:18rem}.cart-block__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.cart-block__header{border-bottom:1rem solid rgba(3,53,52,.2);-webkit-padding-after:16rem;padding-block-end:16rem}.cart-block__title{font-weight:700;font-size:20rem;line-height:26rem}.cart-block__content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-block:18rem}.cart-block__products{width:100%;max-height:calc(var(--vh,1vh) * 100 - 308rem);overflow-y:auto}.cart-block__products:not(:has(.cart-block__product)){display:none}.cart-block__products::-webkit-scrollbar{display:none}.cart-block__product{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12rem}.cart-block__product:not(:first-child){border-top:1rem solid rgba(3,53,52,.2);-webkit-padding-before:26rem;padding-block-start:26rem}.cart-block__product:not(:last-child){-webkit-padding-after:26rem;padding-block-end:26rem}.cart-block__product-img{width:139rem;height:auto;min-height:114rem;background-color:var(--color-pink-200);-o-object-fit:cover;object-fit:cover}.cart-block__product-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24rem;width:calc(100% - 151rem)}.cart-block__product-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6rem}.cart-block__product-title{font-weight:700;font-size:14rem;line-height:17rem}.cart-block__product-info{font-weight:700;font-size:12rem;line-height:14rem}.cart-block__product-info span{font-weight:400}.cart-block__product-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12rem}.cart-block__product-quantity{position:relative;width:55rem;min-width:55rem}.cart-block__product-quantity input{height:26rem;border:1rem solid #2a4734;border-radius:13rem;font-weight:600;font-size:11rem;line-height:12rem;text-align:center}.cart-block__product-quantity input::-webkit-inner-spin-button{display:none}.cart-block__product-quantity-button{width:15rem;height:15rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.cart-block__product-quantity-button--plus{inset-inline-start:4rem}.cart-block__product-quantity-button--minus{inset-inline-end:4rem}.cart-block__product-quantity-button:before{content:'';width:7rem;height:1rem;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#2a4734}.cart-block__product-quantity-button--plus:after{content:'';width:7rem;height:1rem;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(90deg);-ms-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg);background-color:#2a4734}.cart-block__product-price{font-weight:700;font-size:14rem;line-height:16rem}.cart-block__products:has(.cart-block__product)+.cart-block__empty{display:none}.cart-block__empty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10rem;width:100%;min-height:100%}.cart-block__empty-icon{width:162rem;height:191rem;-o-object-fit:contain;object-fit:contain}.cart-block__empty-title{font-weight:700;font-size:16rem;line-height:26rem;text-align:center;color:var(--color-secondary)}.cart-block__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:31rem;border-top:1rem solid rgba(3,53,52,.2);-webkit-padding-before:19rem;padding-block-start:19rem}.cart-block__total{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8rem;font-weight:700;font-size:16rem;line-height:16rem}.cart-block__button{gap:11rem;width:100%;border-radius:25rem;padding-block:17rem}@media screen and (min-width:768px){.cart-block{padding-block:56rem 75rem;padding-inline:50rem}.cart-block__header{-webkit-padding-after:23rem;padding-block-end:23rem}.cart-block__content{padding-block:32rem}.cart-block__products{max-height:calc(var(--vh,1vh) * 100 - 383rem)}.cart-block__product{gap:17rem}.cart-block__product:not(:first-child){-webkit-padding-before:39rem;padding-block-start:39rem}.cart-block__product:not(:last-child){-webkit-padding-after:39rem;padding-block-end:39rem}.cart-block__product-img{width:163rem;min-height:119rem}.cart-block__product-content{width:calc(100% - 180rem)}.cart-block__product-header{gap:9rem}.cart-block__product-title{font-size:16rem;line-height:19rem}.cart-block__product-info{font-size:14rem;line-height:16rem}.cart-block__product-quantity{width:90rem;min-width:90rem}.cart-block__product-quantity input{height:31rem;border-width:2rem;border-radius:16rem;font-size:14rem;line-height:15rem}.cart-block__product-quantity-button{width:22rem;height:22rem}.cart-block__product-quantity-button--plus:after,.cart-block__product-quantity-button:before{width:10rem;height:2rem}.cart-block__empty{gap:29rem}.cart-block__footer{gap:61rem;-webkit-padding-before:32rem;padding-block-start:32rem}.cart-block__total{font-size:20rem;line-height:26rem}.cart-block__button{gap:9rem}}.cart-block__products::-webkit-scrollbar{display:block;width:6rem}.cart-block__products::-webkit-scrollbar-track{background-color:rgba(217,217,217,.4);border-radius:3rem}.cart-block__products::-webkit-scrollbar-thumb{background-color:rgba(79,63,28,.18);border-radius:3rem}}