:root{--cart-brand-primary: #fcb135;--cart-brand-primary-hover: #000000;--cart-brand-secondary: #FFCD7A;--cart-brand-text-dark: #000000;--cart-brand-text-light: #ffffff;--cart-brand-text: #000000;--cart-bg: #ffffff;--cart-overlay: rgba(0, 0, 0, .8);--progress-bar-bg:rgb(230, 230, 230);--progress-bar-fill: #fcb135;--progress-bar-height: 12px;--cart-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--cart-title-size: 28px;--cart-product-title-size: 16px;--cart-text-size: 14px;--cart-small-text-size: 13px;--cart-padding: 24px;--cart-gap: 20px;--cart-border-color: #FFCD7A;--cart-border-radius: 16px;--cart-button-radius: 30px;--cart-desktop-width: 480px;--cart-mobile-height: 100vh;--cart-shadow: 0 0 30px rgba(45, 74, 158, .1);--cart-transition-speed: .35s;--cart-transition-easing: cubic-bezier(.4, 0, .2, 1)}cart-drawer{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;position:fixed!important;z-index:-1!important}cart-drawer.is-open{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;z-index:99999!important}.cart-drawer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99999;font-family:var(--cart-font-family)}.cart-drawer__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000c;cursor:pointer;opacity:0;transition:opacity var(--cart-transition-speed) var(--cart-transition-easing);pointer-events:none}cart-drawer.is-open .cart-drawer__overlay{pointer-events:auto}cart-drawer.is-open.is-animating .cart-drawer__overlay{opacity:.7}cart-drawer.is-closing .cart-drawer__overlay{opacity:0;pointer-events:none}.cart-drawer__container{position:absolute;background:var(--cart-bg);display:flex;flex-direction:column;box-shadow:var(--cart-shadow);max-height:100dvh;overflow:hidden;transition:transform var(--cart-transition-speed) var(--cart-transition-easing);will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}@media screen and (max-width:749px){.cart-drawer__container{bottom:0;left:0;right:0;height:var(--cart-mobile-height);max-height:100dvh;transform:translateY(100%)}cart-drawer.is-open .cart-drawer__overlay{opacity:1!important;background-color:#fdb136!important}cart-drawer.is-open.is-animating .cart-drawer__container{transform:translateY(0)}cart-drawer.is-closing .cart-drawer__container{transform:translateY(100%)}}@media screen and (min-width:750px){.cart-drawer__container{top:0;right:0;width:var(--cart-desktop-width);height:100%;max-height:100vh;transform:translate(100%)}cart-drawer.is-open.is-animating .cart-drawer__container{transform:translate(0)}cart-drawer.is-closing .cart-drawer__container{transform:translate(100%)}}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:var(--cart-padding);padding-bottom:20px;flex-shrink:0;background:var(--cart-bg);position:relative;z-index:10}.cart-drawer__title{margin:0;font-size:var(--cart-title-size);font-weight:700;color:var(--cart-brand-text);letter-spacing:1px;text-transform:uppercase}.cart-drawer__close{background:var(--cart-brand-primary);border:none;padding:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease;z-index:11;border-radius:12px;width:48px;height:48px}.cart-drawer__close:hover{background:var(--cart-brand-primary-hover)}.cart-drawer__close svg{width:24px;height:24px}.cart-drawer__progress{padding:0 var(--cart-padding);padding-bottom:20px;flex-shrink:0;background:var(--cart-bg)}.progress-bar{width:100%;height:var(--progress-bar-height);background:var(--progress-bar-bg);border-radius:20px;overflow:hidden;margin-bottom:12px}.progress-bar__fill{height:100%;background:var(--cart-brand-primary);transition:width .4s ease;border-radius:20px}.progress-bar__text{margin:0;font-size:var(--cart-text-size);color:var(--cart-brand-text);text-align:center;font-weight:600}.progress-bar{width:100%;height:var(--progress-bar-height);background:var(--progress-bar-bg);border-radius:20px;overflow:hidden;position:relative}.progress-bar__fill{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--progress-bar-fill);transform-origin:left center;transition:transform .4s ease;display:block}.cart-drawer__items{flex:1;overflow-y:auto;overflow-x:hidden;padding:0 var(--cart-padding) var(--cart-padding);-webkit-overflow-scrolling:touch;min-height:0}.cart__contents{display:flex;flex-direction:column;gap:var(--cart-gap)}.cart-drawer__title-container{display:flex;align-items:center;gap:1rem}.cart-details-container{width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:1em}.cart-quantity-container{background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.2' viewBox='0 0 450 450'><style>.s0{fill:%23fcb135}<\/style><path fill-rule='evenodd' class='s0' d='m33 12.66h383c13.81 0 25 11.2 25 25v38.68c0 13.8-11.19 25-25 25h-383c-13.81 0-25-11.2-25-25v-38.68c0-13.8 11.19-25 25-25z'/><path fill-rule='evenodd' class='s0' d='m410 112l-29.39 302c0 13.81-11.19 25-25 25h-262.64c-13.8 0-25-11.19-25-25l-30.97-302'/></svg>") no-repeat center center;background-size:cover;display:flex;line-height:3.5em;justify-content:center;width:50px;height:50px;color:#fff;font-weight:700}.cart-item{background:#fff;border-radius:var(--cart-border-radius);padding:20px;position:relative;opacity:0;animation:slideInItem .3s ease forwards;box-shadow:0 2px 8px #2d4a9e14;display:flex;flex-direction:column;gap:16px;border:1px solid #0000001a;align-items:center}.cart-item-inner-container{display:flex;flex-direction:row;justify-content:space-around;gap:1em;width:100%}@keyframes slideInItem{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.cart-item__main{display:grid!important;grid-template-columns:140px minmax(0,1fr);gap:20px;align-items:start;width:100%}.cart-drawer__items .cart-item{display:flex}.cart-drawer__items .cart-item__details{width:100%}.cart-drawer__items .cart-item__quantity{padding:0;margin-top:1em;justify-content:space-between}.cart-item__image{width:140px;border-radius:12px;overflow:hidden;background:var(--cart-brand-secondary);flex-shrink:0;grid-column:1}.cart-item__image img{width:100%;height:100%;object-fit:cover;border:1px solid #ccc;border-radius:13px}.cart-item__info{display:flex;flex-direction:column;gap:12px;min-width:0;max-width:100%;overflow:visible;grid-column:2}.cart-item__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;width:100%}.cart-item__variant{margin:0 0 4px;font-size:14px;color:var(--cart-brand-text-dark);font-weight:500}.cart-item__title{display:block!important;margin:0;font-size:2.5em;font-weight:700;color:#fcb135;letter-spacing:.5px;text-transform:uppercase;line-height:1.3;overflow-wrap:break-word;word-wrap:break-word;white-space:normal;flex:1 1 auto;min-width:0}.cart-item__remove{background:none;border:none;padding:4px;cursor:pointer;color:#ccc;transition:all .2s ease;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0;margin-left:auto}.cart-item__remove:hover{background:#fee;color:#c41e3a;transform:scale(1.1)}.cart-item__properties{display:flex;flex-direction:column}.cart-item__property .property-label{color:#8e8e8e}.cart-item__property{margin:0;font-size:15px;color:var(--cart-brand-text-dark);line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.cart-item__property strong{font-weight:600;color:var(--cart-brand-text-dark);white-space:nowrap}.cart-item__quantity{display:flex;align-items:center;gap:12px;margin-top:4px}.cart-item__content{display:flex}.quantity-button{background:#fff;border:2px solid var(--cart-border-color);width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--cart-brand-text);transition:all .2s ease;flex-shrink:0;font-weight:600}.quantity-button:hover{background:var(--cart-brand-secondary);border-color:var(--cart-brand-primary);transform:scale(1.05)}.quantity-button:active{transform:scale(.95)}.quantity-input{width:70px;height:48px;text-align:center;border:2px solid var(--cart-border-color);border-radius:12px;font-size:18px;color:var(--cart-brand-text-dark);font-weight:600;background:#fff}.quantity-input:focus{outline:none;border-color:var(--cart-brand-primary)}.cart-item__footer{display:flex;justify-content:flex-end;padding-top:8px}.cart-item__price{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.cart-item__price--original{font-size:14px;color:var(--cart-brand-text-light);text-decoration:line-through}.cart-item__price--final{font-size:20px;font-weight:700;color:var(--cart-brand-text-dark)}.cart-drawer__empty{text-align:center;padding:60px 24px;color:var(--cart-brand-text-light);opacity:0;animation:fadeIn .3s ease .2s forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-drawer__footer{padding:var(--cart-padding);flex-shrink:0;background:#fcb135}.cart-drawer__totals{margin-bottom:20px}.totals__line{display:flex;justify-content:space-between;align-items:center;font-size:18px;color:#fff;margin-bottom:8px}.totals__line span:first-child{font-weight:700;font-size:20px}.totals__price{display:flex;gap:8px;align-items:center}.totals__price--original{font-size:var(--cart-text-size);color:#fff;text-decoration:line-through}.totals__price--final{font-size:24px;font-weight:700;color:var(--cart-brand-text-light)}.cart-drawer__checkout{width:100%;background:#000;color:#fff;border:2px solid transparent;padding:20px;border-radius:var(--cart-button-radius);font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:12px}.cart-drawer__checkout:hover{background:#fff;border:2px solid #000000;color:#000}.cart-drawer__checkout:active{transform:translateY(0)}.cart-drawer__continue-shopping{margin-top:24px;background:var(--cart-brand-primary);color:#fff;border:none;padding:16px 32px;border-radius:var(--cart-button-radius);font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.cart-drawer__continue-shopping:hover{background:var(--cart-brand-primary-hover);transform:scale(1.05)}.cart-drawer__items::-webkit-scrollbar{width:6px}.cart-drawer__items::-webkit-scrollbar-track{background:var(--cart-brand-secondary)}.cart-drawer__items::-webkit-scrollbar-thumb{background:var(--cart-brand-primary);border-radius:3px}.cart-drawer__items::-webkit-scrollbar-thumb:hover{background:var(--cart-brand-primary-hover)}@media screen and (max-width:749px){:root{--cart-padding: 20px;--cart-title-size: 24px}.cart-item__main{grid-template-columns:100px 1fr;gap:16px}.cart-item__image{width:50%}.cart-item__title{font-size:2.5em}.cart-item__property{font-size:14px;display:flex;flex-direction:column}.cart-item__property.fixed-row{flex-direction:row;gap:.5em}.cart-item__property.row-header{margin-top:1em}.quantity-button{width:40px;height:40px}.quantity-input{width:60px;height:40px;font-size:16px}}cart-drawer.loading .cart-drawer__container{pointer-events:none}cart-drawer.loading .cart-drawer__container *{filter:blur(2px)}cart-drawer.loading .cart-drawer__container:after{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;border:4px solid var(--cart-brand-secondary);border-top-color:var(--cart-brand-primary);border-radius:50%;animation:spin .8s linear infinite;z-index:1000}@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.cart-drawer__recommendations{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/10/assets/custom-cart-drawer.css.map */
