.drawer{position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;background-color:rgba(var(--color-foreground),.5);transition:visibility var(--duration-default) ease}.cart-drawer strong{font-weight:700}.drawer.active{visibility:visible}.drawer__inner{height:100%;width:44rem;max-width:100vw;border:.1rem solid rgba(var(--color-foreground),.2);border-right:0;overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease;border-radius:12px 0 0 12px}@media screen and (max-width:500px){.drawer__inner{border-radius:0;width:100%}}.drawer__inner-empty{height:100%;padding:0 1.5rem;overflow:hidden;display:flex;flex-direction:column}.cart-drawer__warnings{display:flex;flex-direction:column;flex:1;justify-content:center}cart-drawer.is-empty .drawer__inner{display:grid;grid-template-rows:1fr;align-items:center;padding:0}cart-drawer.is-empty .drawer__header{display:none}cart-drawer:not(.is-empty) .cart-drawer__warnings,cart-drawer:not(.is-empty) .cart-drawer__collection{display:none}.cart-drawer__warnings--has-collection .cart__login-title{margin-top:2.5rem}.drawer.active .drawer__inner{transform:translate(0)}.drawer__header{position:relative;padding:1.8rem 1.8rem 1.4rem;display:flex;justify-content:space-between;align-items:center}.drawer__heading{margin:0;font-size:2.2rem;font-weight:700}.drawer__heading span{color:var(--gray-400);font-size:1.8rem;font-weight:500}.drawer__close{display:flex;padding:0;min-width:3.5rem;min-height:3.5rem;position:absolute;top:1.8rem;right:1.8rem;color:var(--gray-400);background-color:transparent;border:none;cursor:pointer;border-radius:50%;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease}.drawer__close:hover{background-color:var(--gray-100);color:var(--navy)}@media screen and (max-width:768px){.drawer__heading{font-size:1.8rem}.drawer__heading span{font-size:1.3rem}.drawer__header{padding:1.4rem 1.5rem}.drawer__close{top:.8rem}}.cart-drawer__warnings .drawer__close{right:5px}.drawer__close .svg-wrapper{height:2rem;width:2rem}.drawer__contents{flex-grow:1;display:flex;flex-direction:column}.drawer__footer{border-top:.1rem solid rgba(var(--color-foreground),.2);padding:1.8rem}cart-drawer-items.is-empty+.drawer__footer{display:none}.drawer__footer>details{margin-top:-1.5rem;border-bottom:.1rem solid rgba(var(--color-foreground),.2)}.drawer__footer>details[open]{padding-bottom:1.5rem}.drawer__footer summary{display:flex;position:relative;line-height:1;padding:1.5rem 2.8rem 1.5rem 0}.drawer__footer>details+.cart-drawer__footer{padding-top:1.5rem}cart-drawer{position:fixed;top:0;left:0;width:100vw;height:100%}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0}.cart-drawer__overlay:empty{display:block}.cart-drawer__form{flex-grow:1;display:flex;flex-wrap:wrap}.cart-drawer__collection{margin:0 2.5rem 1.5rem}.cart-drawer .drawer__cart-items-wrapper{flex-grow:1}.cart-drawer .cart-items,.cart-drawer tbody{display:block;width:100%}.cart-drawer thead{display:inline-table;width:100%}cart-drawer-items{overflow:auto;flex:1;padding-inline:1.8rem}@media screen and (max-width:768px){cart-drawer-items{padding-inline:1.5rem}.drawer__footer{padding:1.5rem}}@media screen and (max-height:650px){cart-drawer-items{overflow:visible}.drawer__inner{overflow:scroll}}.cart-drawer .cart-item{display:grid;grid-template:repeat(2,auto) / repeat(4,1fr);gap:1rem;margin-bottom:0;padding-block:1.4rem;border-bottom:1px solid #f5f5f5}.cart-drawer .cart-item:last-child{border-bottom:none}.cart-drawer .cart-item:last-child{margin-bottom:1rem}.cart-drawer .cart-item__image{max-width:100%;height:100%;object-fit:cover}.cart-drawer .cart-items thead{margin-bottom:.5rem}.cart-drawer .cart-items thead th:first-child,.cart-drawer .cart-items thead th:last-child{width:0;padding:0}.cart-drawer .cart-items thead th:nth-child(2){width:50%;padding-left:0}.cart-drawer .cart-items thead tr{display:table-row;margin-bottom:0}.cart-drawer .cart-items th{border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.cart-drawer .cart-item:last-child{margin-bottom:0rem}.cart-drawer .cart-item .loading__spinner{right:5px;padding-top:2.5rem}.cart-drawer .cart-items td{padding-top:1.7rem;padding:0!important}.cart-drawer .cart-item>td+td{padding-left:1rem}.cart-drawer .cart-item__details{width:auto;grid-column:2 / 5}.cart-price-flex{display:flex;align-items:center;gap:6px}.product-option--price{font-weight:700;color:var(--navy)}.product-option--bgn{font-size:12px;color:var(--gray-600);font-weight:600;margin:0!important}.cart-item__name{font-size:14px}.cart-drawer .cart-item__totals{pointer-events:none;display:flex;align-items:flex-start;justify-content:flex-end}.cart-total-flex{text-align:right}.cart-drawer.cart-drawer .cart-item__price-wrapper>*:only-child{margin-top:0}.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices{display:flex;flex-direction:column;gap:.6rem}.cart-drawer .unit-price{margin-top:.6rem}.cart-drawer .cart-items .cart-item__quantity{padding-top:0;grid-column:2 / 5}@media screen and (max-width:768px){.cart-drawer .cart-item cart-remove-button{margin-left:0}.cart-item__name{font-size:12px}.product-option{font-size:1.2rem}.product-option--bgn{font-size:10px}cart-remove-button .button{min-height:3rem}.cart-drawer .cart-item{padding-block:1rem;border-bottom:1px solid #e7e7e7}}.cart-drawer__footer>*+*{margin-top:1rem}.cart-drawer .totals{justify-content:space-between;margin-top:0;align-items:flex-start}.cart-drawer .totals__total-value{margin:0}.totals__bgn-value{font-size:14px;color:var(--gray-600);font-weight:600;display:block;margin:6px 0 0}.cart-drawer .price{line-height:1;letter-spacing:0}.cart-drawer .tax-note{margin:6px 0 1.4rem;text-align:right}@media screen and (max-width:768px){.cart-drawer .tax-note{letter-spacing:0px;font-size:10px}}.cart-drawer .product-option dd{word-break:break-word}.cart-drawer details[open]>summary .icon-caret{transform:rotate(180deg)}.cart-drawer .cart__checkout-button{max-width:100%;width:100%;background:var(--green);color:#fff;border:none;padding:18px;border-radius:10px;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:14px;box-shadow:0 4px 14px #00a86b4d;transition:all .2s ease;font-family:inherit}.cart-drawer .cart__checkout-button.unlocked{box-shadow:0 6px 24px #00a86b80,0 0 0 4px #00a86b1f;animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 6px 24px #00a86b80,0 0 0 4px #00a86b1f}50%{box-shadow:0 8px 32px #00a86ba6,0 0 0 10px #00a86b2e}}@media screen and (max-width:768px){.cart-drawer .cart__checkout-button{padding:14px;font-size:13px;letter-spacing:0px}}#CartDrawer-CartErrors:empty{display:none}.drawer__footer .cart__dynamic-checkout-buttons{max-width:100%}.drawer__footer #dynamic-checkout-cart ul{flex-wrap:wrap!important;flex-direction:row!important;margin:.5rem -.5rem 0 0!important;gap:.5rem}.drawer__footer [data-shopify-buttoncontainer]{justify-content:flex-start}.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(50% - .5rem)!important;margin:0!important}.drawer__footer #dynamic-checkout-cart ul>li:only-child{flex-basis:100%!important;margin-right:.5rem!important}@media screen and (min-width:750px){.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(100% / 3 - .5rem)!important;margin:0!important}.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2),.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2)~li,.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4),.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4)~li{flex-basis:calc(50% - .5rem)!important}}cart-drawer-items::-webkit-scrollbar{width:3px}cart-drawer-items::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.7);border-radius:100px}cart-drawer-items::-webkit-scrollbar-track-piece{margin-top:31px}.cart-drawer .quantity-popover-container{padding:0}.cart-drawer .quantity-popover__info.global-settings-popup{transform:translateY(0);top:100%}.cart-drawer .cart-item__error{margin-top:.8rem}.cart-drawer .quantity-popover__info+.cart-item__error{margin-top:.2rem}.cart-drawer .cart-item__error:has(.cart-item__error-text:empty){display:none}@media screen and (min-width:750px){.cart-drawer .cart-item__quantity--info quantity-popover>*{padding-left:0}.cart-drawer .cart-item__error{margin-left:0}}:root{--orange: #F5821F;--orange-dark: #E07216;--orange-light: #FFF7E6;--navy: #1A1F3A;--navy-dark: #0F1227;--green: #00A86B;--green-dark: #008F5B;--green-light: #DCFCE7;--red: #E53935;--red-light: #FEF2F2;--yellow: #FFC107;--gray-50: #FAFAFA;--gray-100: #F5F5F5;--gray-200: #E5E7EB;--gray-400: #9CA3AF;--gray-600: #6B7280;--gray-700: #4A5568}.trust-bar{padding:14px 18px;background:var(--gray-50);border-bottom:1px solid #f0f0f0;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;color:var(--navy);font-weight:600;line-height:1.4}.stars{color:var(--yellow);font-size:16px;letter-spacing:-1px}@media screen and (max-width:768px){.trust-bar{font-size:10px;padding:10px 15px}}.progress-section{padding:0 18px 18px}.progress-message{text-align:center;font-size:13px;font-weight:500;color:var(--navy);margin-bottom:10px;line-height:1.4}.progress-bar-track{width:100%;height:8px;background:var(--gray-100);border-radius:10px;overflow:hidden;position:relative}.progress-bar-fill{height:100%;border-radius:10px;transition:width .5s ease;position:relative}.progress-bar-fill.orange-bar{background:linear-gradient(90deg,var(--orange),#FFA94D)}.progress-bar-fill.yellow-bar{background:linear-gradient(90deg,var(--yellow),#FFD54F);animation:pulse-bar 1.5s ease-in-out infinite}.progress-bar-fill.red-bar{background:linear-gradient(90deg,var(--red),#FF6B6B)}.progress-bar-fill.green-bar{background:linear-gradient(90deg,var(--green),#2DD4A3)}@keyframes pulse-bar{0%,to{opacity:1}50%{opacity:.5}}.hint-banner{background:linear-gradient(135deg,var(--orange-light),#FFEED2);border-left:3px solid var(--orange);padding:12px 14px;margin:0 18px 14px;border-radius:6px;font-size:13px;color:#92400e;line-height:1.4;font-weight:500}.hint-banner.urgent{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-color:var(--yellow);color:#78350f}.savings-line{color:var(--green-dark);border-radius:8px;font-weight:700;text-align:center;margin-top:0;margin-bottom:14px;background:linear-gradient(135deg,var(--green-light),#BBF7D0);font-size:14px;padding:14px}@media screen and (max-width:768px){.progress-section{padding:0 15px 18px}.savings-line{margin-bottom:10px;font-size:10px;padding:8px}}.cart-gifts{margin-inline:-1.8rem}.cart-gifts:empty{display:none}.product-item{padding:14px 18px;border-bottom:1px solid #f5f5f5;display:flex;gap:12px;align-items:flex-start;background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.product-image{width:70px;height:70px;background:linear-gradient(135deg,var(--orange-light),#FFE4B5);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{flex:1;display:flex;flex-direction:column;gap:8px}.product-top{display:flex;flex-direction:column;gap:4px}.product-name{font-weight:700;font-size:14px;color:var(--navy);line-height:1.3;display:flex;align-items:center}.gift-badge{background:var(--green);color:#fff;padding:2px 6px;border-radius:4px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;display:inline-block;margin-left:6px}.product-prices{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.product-price-old{text-decoration:line-through;color:var(--gray-400);font-size:13px;font-weight:600;margin-right:6px}.product-price-free{color:var(--green-dark);font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.5px}@media screen and (max-width:768px){.product-item{padding:14px 15px}.product-name{font-size:12px}.gift-badge{font-size:7px}.product-price-old,.product-price-free{font-size:12px}.cart-gifts{margin-inline:-15px}}.cart-upsell{background:var(--gray-50);padding:18px;border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);margin-inline:-1.8rem}.upsell-title{font-size:13px;font-weight:700;color:var(--navy);margin-bottom:12px;text-align:center;text-transform:uppercase;letter-spacing:1px;margin-top:0}.upsell-carousel{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.upsell-card{background:#fff;border-radius:8px;padding:12px;min-width:140px;max-width:160px;border:1px solid var(--gray-200);flex-shrink:0;position:relative}.upsell-card>a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.upsell-image{width:100%;height:80px;background:linear-gradient(135deg,var(--orange-light),#FFE4B5);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:36px;margin-bottom:8px}.upsell-image img{width:100%;height:100%;object-fit:cover}.upsell-name{font-size:12px;font-weight:700;color:var(--navy);margin-bottom:6px;line-height:1.2;height:28px;overflow:hidden}.upsell-price{font-size:12px;font-weight:700;color:var(--orange);margin-bottom:8px}.upsell_btn{width:100%;background:#fff;color:var(--orange);border:2px solid var(--orange);padding:6px;border-radius:5px;font-size:11px;font-weight:800;cursor:pointer;text-transform:uppercase;letter-spacing:0px;transition:all .15s;z-index:2;position:relative}.upsell_btn:hover{background:var(--orange);color:#fff}.upsell_btn:disabled{opacity:.7;pointer-events:none}@media screen and (max-width:768px){.cart-upsell{padding:15px;margin-inline:-15px}}.payment-icons{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.payment-icons picture{display:block;line-height:1}.payment-icons img{width:46px;height:29px;border:1px solid rgba(var(--color-foreground),.2);border-radius:4px;padding:0 2px;object-fit:contain;background:#fff}.courier-icons{display:flex;justify-content:center;gap:6px;flex-wrap:wrap}.courier-icon{background:var(--gray-50);padding:5px 10px;border-radius:5px;font-size:11px;font-weight:700;color:var(--gray-700);display:flex;align-items:center;gap:4px}@media screen and (max-width:768px){.payment-icons img{width:34px;height:20px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-cart-drawer.css.map */
