.cart-drawer__body ul{margin:0;list-style:none;padding-inline-start:0;display:flex;flex-direction:column;gap:20px}.cart-drawer__body{max-height:calc(100% - 247px);overflow-y:scroll;padding:20px 40px;flex-grow:1}.cart-drawer__body{-ms-overflow-style:none;scrollbar-width:none}.cart-drawer__body::-webkit-scrollbar{display:none}.cart-item{padding:20px 20px 20px 0;border-radius:20px;border:1px solid var(--Grey);display:grid;grid-template-columns:150px 1fr;gap:20px}.cart-item .cart-item--main-image{display:block;width:100%;height:auto}.cart-item--content h5{color:var(--Dark-Green);font-size:18px;line-height:27px;margin:0 0 5px;font-weight:700}.cart-item--options{display:flex;gap:20px;text-align:center;align-items:center}.cart-item--options span{display:block;font-size:14px;line-height:21px;color:var(--Light-Grey);font-weight:700;position:relative}.cart-item--options span:before{content:" ";position:absolute;height:10px;width:1px;background:var(--Grey);right:-10px;top:7px}.cart-item--options span:last-child:before{content:none}.cart-item--quantity{border-radius:60px;border:1px solid var(--Grey);width:140px;height:44px;display:flex;justify-content:space-between;align-items:center}.cart-item--quantity input{width:40px;background:transparent;border:none;text-align:center;font-size:18px;line-height:27px;font-weight:700;color:var(--Dark-Green)}.cart-item--quantity button{background:transparent;border:none;cursor:pointer;height:100%;width:44px;border-radius:50%;padding:0;display:flex;align-items:center;justify-content:center;outline:none;box-shadow:none}.cart-item--quantity button:hover{background:#005f650d}.cart-item--quantity button:active{background:#005f651a}.cart-item--control{display:flex;gap:10px;align-items:center;margin-top:10px}.cart-item--remove{width:44px;height:44px;background:transparent;border-radius:50%;border:1px solid var(--Red);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.cart-item--remove:hover{background:#ef41360d}.cart-item--remove:active{background:#ef41361a}.cart-item--price{margin:10px 0;font-size:30px;line-height:40px;font-weight:700;color:var(--Orange)}.cart-drawer--footer{padding:31px 40px 35px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(217,217,217,1)}.cart-drawer--footer .custom-button{width:300px}.cart-drawer--footer p{margin:0;color:var(--Dark-Green);font-size:30px;font-weight:700;line-height:40px}.cart-drawer--footer p span{display:block;font-weight:700;font-size:18px;color:var(--Light-Grey);line-height:27px}.cart-drawer__header{padding:30px 40px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(217,217,217,1)}.cart-drawer__header h4{margin:0;font-size:30px;font-weight:700;color:var(--Dark-Green)}.cart-drawer__header p{margin:0;font-size:18px;font-weight:700;color:var(--Red)}cart-drawer{background:#fff;width:600px;max-height:calc(100vh - 160px);border-radius:40px;position:fixed;z-index:100;top:100px;right:60px;height:100%;transform:translate(-1000%);transition:all .3s}.cart-drawer--wrapper{display:flex;flex-direction:column;height:100%}.cart-drawer__no-items{font-size:24px;text-align:center;color:var(--Dark-Green);font-weight:700}cart-drawer.active{transform:translate(0);overflow:hidden}cart-drawer.active.loading:before{height:100%;width:100%;position:absolute;background:#80808052;z-index:1;content:" "}@keyframes rotateInfinite{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}cart-drawer.active.loading:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' id='loading'%3E%3Cpath d='M27.02 22.82a.182.182 1080 1 0 .364 0 .182.182 1080 1 0-.364 0zm-4.018 4.146a.362.362 1080 1 0 .724 0 .362.362 1080 1 0-.724 0zM17.586 29.1a.544.544 1080 1 0 1.088 0 .544.544 1080 1 0-1.088 0zm-5.83-.286a.724.724 1080 1 0 1.448 0 .724.724 1080 1 0-1.448 0zM6.584 26.16a.906.906 1080 1 0 1.812 0 .906.906 1080 1 0-1.812 0zm-3.582-4.512a1.088 1.088 1080 1 0 2.176 0 1.088 1.088 1080 1 0-2.176 0zm-1.344-5.54a1.268 1.268 1080 1 0 2.536 0 1.268 1.268 1080 1 0-2.536 0zm1.106-5.504a1.45 1.45 1080 1 0 2.9 0 1.45 1.45 1080 1 0-2.9 0zm3.318-4.438a1.632 1.632 1080 1 0 3.264 0 1.632 1.632 1080 1 0-3.264 0zm4.872-2.542a1.812 1.812 1080 1 0 3.624 0 1.812 1.812 1080 1 0-3.624 0zm5.472-.158a1.994 1.994 1080 1 0 3.988 0 1.994 1.994 1080 1 0-3.988 0zm5.01 2.254a2.174 2.174 1080 1 0 4.348 0 2.174 2.174 1080 1 0-4.348 0zm3.56 4.234a2.356 2.356 1080 1 0 4.712 0 2.356 2.356 1080 1 0-4.712 0zm1.416 5.484a2.538 2.538 1080 1 0 5.076 0 2.538 2.538 1080 1 0-5.076 0z'%3E%3C/path%3E%3C/svg%3E");position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:9;height:32px;animation:rotateInfinite 1.5s linear infinite}.cart-item--sub-item{padding-inline-start:0;list-style:none;margin:0;display:flex;flex-direction:column;gap:10px}.cart-item--sub-item li{display:flex;align-items:center}.cart-item--sub-item li img{display:block;margin-right:5px}.cart-item--sub-item li p{margin:0;color:var(--Dark-Green);font-weight:700;font-size:14px}.cart-item--sub-item li span{display:block;margin-left:auto;font-weight:700;font-size:18px;color:var(--Orange)}@media screen and (max-width: 767px){cart-drawer{top:80px;right:0;width:100%;border-radius:20px}.cart-item{grid-template-columns:1fr}.cart-drawer__header{padding:20px 15px}.cart-drawer__header h4{font-size:24px}.cart-drawer__header p{font-size:16px}.cart-drawer__body{padding:20px 15px}.cart-item{padding:20px}.cart-drawer--footer{padding:20px 15px;gap:30px}.cart-drawer--footer p{font-size:24px}.cart-drawer--footer .custom-button{max-width:300px;width:100%}.cart-item .cart-item--main-image{max-height:200px;width:auto;margin:0 auto}}
/*# sourceMappingURL=/cdn/shop/t/50/assets/cart-drawer.css.map?v=150050053851714025621748857547 */
