.hero{padding-block:100px}.hero__wrap{display:flex;flex-direction:column}.hero__wrap-title{padding-bottom:50px}.hero__wrap-info{display:flex;align-items:flex-start;gap:50px}.hero__wrap .left{display:flex;flex-direction:column;width:100%}.hero__wrap .left-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:5px;border-bottom:1px #ccc solid}.hero__wrap .left .items{display:flex;flex-direction:column;align-items:stretch}.hero__wrap .left .amount{display:flex;align-items:center;justify-content:space-between;gap:calc(10vw + 20px)}.hero__wrap .right{display:flex;flex-direction:column;flex:0 0 auto;width:clamp(250px,20vw,350px);border:1px #ccc solid;border-radius:10px;position:sticky;top:120px}.hero__wrap .right .s-title,.hero__wrap .right .pricese{padding-block:20px}.hero__wrap .right .pricese .details{display:flex;align-items:center;justify-content:space-between}.hero__wrap .right .pricese .details:not(:last-child){padding-bottom:5px}.hero__wrap .right .code{display:flex;align-items:center}.hero__wrap .right .code .box{display:flex;align-items:center;flex:1 1 auto}.hero__wrap .right .code .box input{width:100%;font-size:16px;text-align:left;border:none;outline:none;background:transparent}.hero__wrap .right .code .box input::placeholder{color:#000}.hero__wrap .right .code svg{flex:0 0 auto;width:10px;height:10px;rotate:180deg}.hero__wrap .right .total{display:flex;align-items:center;justify-content:space-between}.hero__wrap .right .btn .ctab{padding-block:17px;display:flex;align-items:center;justify-content:center}.hero__wrap .right>*{margin-inline:20px;padding-block:20px}.hero__wrap .right>:not(:last-child){border-bottom:1px #ccc solid}.hero__wrap .cart-product{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-inline:15px;border-bottom:1px solid #ccc}.hero__wrap .cart-product__wrap{flex:1;display:flex;align-items:center;justify-content:space-between;gap:20px;padding-block:2px}.hero__wrap .cart-product__wrap-img{flex:1 1 auto;height:100%;padding-right:10px}.hero__wrap .cart-product__wrap-img img{max-width:350px;width:100%;aspect-ratio:1/1;object-fit:contain}.hero__wrap .cart-product__wrap-title{display:flex;align-items:center}.hero__wrap .cart-product .quantinty{display:flex;align-items:center;gap:10vw}.hero__wrap .cart-product .quantinty .box{display:flex;align-items:center;border:1px solid #cccccc;border-radius:5px}.hero__wrap .cart-product .quantinty .box button{border:none;width:30px;height:30px;cursor:pointer}.hero__wrap .cart-product .quantinty .box input{width:30px;text-align:center;border:none;outline:none;background:transparent}.hero__wrap .cart-product .quantinty .box input::-webkit-outer-spin-button,.hero__wrap .cart-product .quantinty .box input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
