.delivery{display:flex;gap:40px;margin-top:60px}.delivery__title{margin-bottom:40px}.delivery__title-link{cursor:pointer;display:flex;align-items:center}.delivery__title-link path{fill:var(--primary)}.delivery__content{display:flex;flex-direction:column;width:100%;gap:72px}.delivery .products{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.delivery .products__name,.delivery .products__price{font-size:16px}.delivery .products__top-icons svg{width:20px;height:20px}.delivery .add,.delivery .decrement,.delivery .increment{padding:7.5px}.delivery .add-to-basket svg{width:10px;height:10px}.delivery .add-to-basket .counter{width:66px}.delivery__cart{margin-left:auto}.delivery__cart-container{width:clamp(320px,27vw,400px);display:flex;flex-direction:column;padding:20px 10px 20px 20px;position:sticky;top:130px;background:var(--gray);border-radius:20px;max-height:calc(100vh - 150px)}.delivery__cart-container-inner{overflow-y:auto;scrollbar-gutter:stable;padding-right:6px}.delivery__cart-container-inner img{width:100%}.delivery__cart-container>img{border-radius:13px;width:100%;max-height:calc(100vh - 250px);object-fit:cover}.delivery__cart-container ul{display:flex;flex-direction:column;gap:20px}.delivery__cart-top{margin-bottom:20px;display:flex;gap:20px;justify-content:space-between;align-items:center}.delivery__cart .btn{padding:16px!important}.delivery__cart-item{display:flex;gap:20px}.delivery__cart-item-image{height:60px;width:60px;flex-shrink:0}.delivery__cart-item-image img{width:100%;height:100%;object-fit:contain;border-radius:10px}.delivery__cart-item-container{display:flex;gap:16px;flex-direction:column;width:100%;justify-content:space-between}.delivery__cart-item-controls{display:flex;align-items:center;justify-content:space-between}.delivery__cart-item-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;font-family:inherit;font-weight:500}.delivery__cart-total{display:flex;margin:20px 0;justify-content:space-between;align-items:flex-end}.delivery__cart-total-price{color:var(--primary)}.delivery .chevron-right{height:29px;width:29px}.delivery .chevron-right>svg{width:7px;height:12px}.delivery__left .delivery__title{color:var(--primary)}.deleteIcon{cursor:pointer}.deleteIcon path{fill:var(--primary)}html[data-theme=dark] .deleteIcon path{fill:var(--addGray)}html[data-theme=dark] .sidebar__popup .popup-container .delivery__title{color:var(--textColor)}@media screen and (max-width:960px){.delivery{padding:0 20px;margin-top:40px}.delivery__cart{display:none}}@media screen and (max-width:767px){.delivery{flex-direction:column;margin-top:20px}.delivery__title{font-size:20px;margin-bottom:20px}.delivery .products{grid-template-columns:1fr 1fr}.delivery .chevron-right{height:27px;width:27px}.popup.sidebar__popup .popup-container{flex-direction:column}.popup.sidebar__popup .popup-close{background:var(--addGray)}.delivery__title.delivery__title-link{margin:0;font-size:24px}html[data-theme=dark] .popup.sidebar__popup .popup-close{background:var(--color-gray)}html[data-theme=dark] .popup.sidebar__popup .popup-close path{stroke:var(--addGray)}}