.template-shop-capsule-collection{padding-bottom:0}.shop-capsule-collection{display:flex}.shop-capsule-collection .product-grid-container{width:100%;padding:20px 58px 20px 20px;--grid-desktop-vertical-spacing: 40px;--grid-mobile-vertical-spacing: 25px}.shop-capsule-collection .product-grid{margin:0}.collection-heading-bar{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px 44px;margin-bottom:20px}.collection-heading-bar .text{text-transform:none}.collection-heading-bar .offer-bar{display:flex;gap:6px 44px;justify-content:flex-end}.collection-heading-bar .offer-bar .offer-text span{color:var(--secondary-color);text-transform:none}@media screen and (max-width: 1300px){.shop-capsule-collection .product-grid-container{padding:20px}.collection-heading-bar{padding:0 5px;flex-direction:column}.collection-heading-bar .offer-bar{flex-direction:column;justify-content:flex-start}}@media screen and (max-width: 749px){.shop-capsule-collection .product-grid-container{padding:20px 5px}.shop-capsule-collection{flex-direction:column}.shop-capsule-collection .product-grid{margin-bottom:120px}}.shop-capsule-collection .shop-cart-wrap{width:426px;flex-shrink:0}.shop-cart{position:sticky;top:var(--shop-header-height);height:calc(100vh - var(--shop-header-height));width:100%;display:flex;flex-direction:column;border-left:1px solid var(--tertiary-color);background:rgb(var(--color-background));transition:.4s}.shop-cart .shop-cart-heading{padding:11px 15px;border-bottom:1px solid var(--quaternary-color);width:100%}.shop-cart .shop-cart-content{display:flex;flex-direction:column;height:100%;overflow-y:auto}.shop-cart .shop-cart-content::-webkit-scrollbar{width:3px}.shop-cart .shop-cart-content::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.7);border-radius:100px}.shop-cart .shop-cart-content .shop-cart-empty{padding:30px 14px}.shop-cart .offer-progress-bar{border-bottom:1px solid var(--quaternary-color);width:100%;padding:13px 25px 32px}.shop-cart .offer-progress-bar .offer-progress-bar-wrap{position:relative}.shop-cart .offer-progress-bar .progress-label{display:flex;position:relative}.shop-cart .offer-progress-bar .progress-label .get-offer-text{position:absolute;top:0;left:0;text-transform:none;width:calc(100% - 30px)}.shop-cart .offer-progress-bar .progress-label .offer-label{flex-grow:1;color:var(--quaternary-color);display:flex;flex-direction:column;align-items:flex-end}.shop-cart .offer-progress-bar .progress-label .offer-label:after{content:"";height:7px;width:1.5px;background:var(--quaternary-color)}.shop-cart .offer-progress-bar .progress-label .offer-label.complete{opacity:0}.shop-cart .offer-progress-bar .progress-bar{position:relative;display:block;height:3px;width:100%;background:var(--quaternary-color)}.shop-cart .offer-progress-bar .progress-bar .progress{position:absolute;width:20%;height:100%;background:rgb(var(--color-foreground));display:block;transition:.2s}.shop-cart .offer-progress-bar .progress-bar .progress:after{content:"";position:absolute;right:0;top:-4px;height:12px;width:1.5px;background:rgb(var(--color-foreground))}.shop-cart .offer-progress-bar .progress-bar .progress .item-count{position:absolute;right:0;top:13px;transform:translate(50%)}.shop-cart .shop-cart-items{padding:24px}.shop-cart .shop-cart-item:first-child{padding-top:0}.shop-cart .shop-cart-item{display:flex;gap:20px;align-items:flex-start;padding:10px 0;border-bottom:1px solid var(--tertiary-color)}.shop-cart .shop-cart-item .item--media{position:relative;width:111px;flex-shrink:0;display:flex}.shop-cart .shop-cart-item .item--media .link{position:absolute;top:0;left:0;height:100%;width:100%;font-size:0}.shop-cart .shop-cart-item .item--media img{height:100%;width:100%;object-fit:cover}.shop-cart .shop-cart-item .item--info{width:100%;padding:10px 0}.shop-cart .shop-cart-item .item--name_wrap{margin-bottom:15px;display:flex;flex-direction:column}.shop-cart .shop-cart-item .item-opt-wrap{display:flex;flex-direction:column;gap:9px}.shop-cart .shop-cart-item .item-option{display:flex;gap:8px;line-height:13px}.shop-cart .shop-cart-item .item-option .color-circle{width:12px;height:12px;border-radius:14px;background:var(--bg-color);display:block;border:1px solid #00000012}.shop-cart .shop-cart-item .item-total-price{margin:11px 0 20px;display:flex;gap:4px}.shop-cart .shop-cart-item .cart-remove-button{gap:5px}.shop-cart .shop-cart-item .cart-remove-button .svg-wrapper{height:10px;width:10px}.shop-cart .shop-cart-item .cart-remove-button .txt{text-decoration:underline;text-underline-offset:1px}.shop-cart .shop-cart-footer{padding:20px 20px 10px;background:rgb(var(--color-background));position:sticky;bottom:0;border-top:1px solid var(--tertiary-color);margin-top:auto}.shop-cart .shop-cart-footer-data{display:flex;flex-direction:column;gap:18px;margin-bottom:20px}.shop-cart .shop-cart-footer-info{display:flex;gap:29px}.shop-cart .shop-cart-footer-info .info-title{flex-shrink:0;width:94px;color:#979797;text-transform:capitalize;font-weight:400}.shop-cart .shop-cart-footer-info .info-text{text-transform:capitalize}.shop-cart .shop-cart-footer-cta .button{width:100%}.shop-cart .shop-cart-footer-cta .button .button-text{text-align:center;padding-right:0}.shop-cart .shop-cart-footer-cta p{margin-top:8px}.shop-cart .shop-cart-footer-cta .link{text-decoration:underline;color:#979797;padding-right:26px;text-underline-offset:1px}.shop-cart .shop-cart-footer-cta .link.proceed_link{color:rgba(var(--color-foreground))}.shop-cart .in-your-cart{padding:10px}.shop-cart .in-your-cart .in-your-cart-wrap{padding:18px 12px 10px;border:1px solid rgb(var(--color-foreground))}.shop-cart .in-your-cart .block-head,.shop-cart .in-your-cart .block-title{margin-bottom:10px}.shop-cart .in-your-cart .block-text{font-size:12px;line-height:15px}.shop-cart .in-your-cart .shop-cart-item:last-child{border-bottom:0px}@media screen and (max-width: 1300px){.shop-capsule-collection .shop-cart-wrap{width:350px}.shop-cart .shop-cart-items{padding:24px 10px 18px}.shop-cart .shop-cart-item{gap:12px}}@media screen and (max-width: 749px){.shop-capsule-collection .shop-cart-wrap{width:100%}.shop-cart{position:fixed;top:auto;bottom:0;left:0;width:100%;height:calc(100% - var(--shop-header-height) - 80px);z-index:99;border-left:0;border-top:1px solid var(--quaternary-color);box-shadow:0 -2px 7px rgb(var(--color-foreground),.1);transform:translateY(calc(100% - 125px))}.shop-cart.open-shop-cart{transform:translateY(0)}.shop-cart .shop-cart-heading{display:flex;flex-direction:column;gap:10px;justify-content:center;align-items:center;height:55px}.shop-cart .shop-cart-heading .svg-wrapper{height:10px;width:10px}.shop-cart .shop-cart-heading .svg-wrapper svg{transition:.2s}.shop-cart.open-shop-cart .shop-cart-heading .svg-wrapper svg{transform:rotate(180deg)}.shop-cart .offer-progress-bar{padding:12px 18px 32px}.shop-cart .offer-progress-bar .progress-label .offer-label,.shop-cart .offer-progress-bar .progress-label .get-offer-text{font-size:11px;line-height:14.3px}.shop-cart .shop-cart-item .item--info{padding:5px 0}.shop-cart .shop-cart-item .item--name_wrap{margin-bottom:18px}.shop-cart .shop-cart-item .item-total-price{margin:16px 0 22px}.shop-cart .in-your-cart .block-title{font-size:12px;line-height:12px}.shop-cart .in-your-cart .block-text{font-size:11px;line-height:11.55px}.shop-cart .shop-cart-footer{padding:12px 15px}.shop-cart .shop-cart-footer-data{padding:30px 20px 10px;margin:0}.shop-cart .shop-cart-footer-info{gap:10px}.shop-cart .shop-cart-footer-info .info-title{width:84px}.shop-cart .shop-cart-footer-info .info-text{line-height:12.6px}.shop-cart .shop-cart-footer-cta .link{color:rgb(var(--color-foreground))}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/template-shop-capsule-collection.css.map */
