.kymee-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none}.kymee-drawer.is-open{pointer-events:auto}.kymee-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;opacity:0;transition:opacity .18s ease;display:inline-block!important}.kymee-drawer.is-open .kymee-drawer__overlay{opacity:1;pointer-events:auto}.kymee-drawer__panel{position:absolute;top:0;right:0;height:100%;width:min(730px,100vw);transform:translate3d(100%,0,0);transition:transform .22s ease;display:flex;will-change:transform;gap:5px;justify-content:flex-end}.kymee-drawer__panel_wrapper{display:flex;flex-direction:column;width:495px;background:#fff;position:relative}.kymee-drawer.is-open .kymee-drawer__panel{transform:translateZ(0)}.kymee-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:14px;border-bottom:1px solid #eee}.kymee-drawer__title{font-size:18px;color:#27251f;font-family:poppins-medium}.kymee-drawer__close{border:0;background:transparent;font-size:18px;cursor:pointer}.kymee-drawer__body{overflow:auto;padding:0 14px 12px;flex:1;background:#eee}.kymee-drawer__footer{padding:12px 14px;border-top:1px solid #eee;background:#fff;position:relative}.kymee-items{display:flex;flex-direction:column;background:#fff;border-radius:12px}.kymee-item{display:grid;grid-template-columns:100px 1fr;gap:10px;position:relative;padding:8px 14px;border-bottom:3px solid #EEEEEE}.kymee-item__img img{border-radius:10px;display:block}.kymee-item__title a{font-size:12px!important;line-height:1.2;color:#202020!important;text-decoration:none}.kymee-item__variant{font-size:12px;color:#777;margin-top:2px}.kymee-item__price{display:flex;flex-direction:column;align-items:flex-end;line-height:normal}.kymee-item__price s{color:#999;font-size:12px}.kymee-item__price strong{font-size:14px;color:#000}.kymee-item__actions{margin-top:8px;display:flex;justify-content:space-between;align-items:center;column-gap:5px;flex-direction:row-reverse}.kymee-qty{display:flex;align-items:center;border:1px solid #eee;border-radius:6px;overflow:hidden}.kymee-qty__btn{width:24px;height:28px;border:0;background:#f1f1f2;cursor:pointer;color:#000}.kymee-qty__input{width:26px;height:28px;border:0;text-align:center;outline:none}.kymee-remove{background:transparent;border:0;border-radius:10px;height:28px;width:30px;cursor:pointer}.kymee-remove svg,.kymee-remove svg *,.kymee-remove span{pointer-events:none}.kymee-btn{display:flex;justify-content:center;align-items:center;width:100%;border-radius:12px;padding:12px 14px;text-decoration:none;font-weight:600}.kymee-btn:after,.kymee-btn:before{display:none!important}.kymee-btn--primary{background:#146c43!important;color:#fff!important}.kymee-btn--primary span{font-size:16px!important;font-family:poppins-medium;font-weight:500}.kymee-btn--ghost{background:#000!important;color:#fff!important;width:max-content;font-size:16px!important;font-family:poppins-medium;font-weight:500;border-radius:10px;line-height:normal}.kymee-btn--ghost:hover{background:#fff!important;color:#000!important}.kymee-footer__row{display:flex;justify-content:space-between;align-items:center;font-size:14px}.kymee-footer__row strong{color:#000;font-size:18px!important}.kymee-footer__row span{font-size:18px!important;text-transform:uppercase;color:#27251f}.kymee-footer__sub{margin:0 0 10px;color:#1f1f1f;font-size:12px}.kymee-urgency{padding:10px;background:#fff;margin-bottom:12px;margin-left:-14px;margin-right:-14px}.kymee-urgency__container{padding:10px 14px;border:1px solid #e9f5ee;border-radius:14px;background-image:url(/cdn/shop/files/urgency-backgorund.png?v=1767171723);background-size:cover}.kymee-urgency.is-hidden{display:none}.kymee-urgency__text{font-size:13px}.kymee-urgency__bar{position:relative;height:5px;background:#e7efe9;border-radius:999px;margin-top:10px;overflow:hidden}.kymee-urgency__bar-container{position:relative}.kymee-urgency__track{position:absolute;top:0;right:0;bottom:0;left:0;background:#dfeee5;border-radius:10px;display:inline-block;z-index:1;transition:all .3s ease}.kymee-urgency__fill{height:100%;width:0%;background:#18a558;will-change:width;display:inline-block!important;position:absolute;top:0;left:0;z-index:2}.kymee-urgency__dots{position:absolute;top:50%;width:100%;transform:translateY(-50%);display:flex;justify-content:space-between;align-items:center;pointer-events:none;z-index:3}.kymee-urgency__dots .dot{width:10px;height:10px;border-radius:50%;background:#cfe2d7;display:flex;align-items:center;justify-content:center}.kymee-urgency__dots .dot:nth-child(2){width:15px;height:15px;transition:transform .3s ease}.kymee-urgency__dots .dot:last-child{width:20px;height:20px;transition:transform .3s ease}.kymee-urgency__dots .dot.active{transform:scale(1.2) translateY(-1px);background:#1e7f43;transition:transform .3s ease}.kymee-drawer__loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;background:#fff9;opacity:0;pointer-events:none;transition:opacity .15s ease}.kymee-drawer.is-loading .kymee-drawer__loading{opacity:1;pointer-events:auto}.kymee-item__lineLoading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;background:#ffffffa6;opacity:0;pointer-events:none;transition:opacity .12s ease;border-radius:12px}.kymee-item.is-loading .kymee-item__lineLoading{opacity:1;pointer-events:auto}.kymee-spinner{width:18px;height:18px;border-radius:50%;border:2px solid rgba(0,0,0,.15);border-top-color:#0000008c;animation:kymeeSpin .6s linear infinite}.kymee-item__variant{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.kymee-variant-pill{font-size:12px!important;color:#000;font-family:poppins-medium}.kymee-item__properties{font-size:12px;color:#555}.kymee-property{display:flex;gap:4px}.kymee-step__save{color:#1e7f43}.kymee-step{width:33.33%}.kymee-step:first-child{text-align:left}.kymee-step:nth-child(2){text-align:center}.kymee-step:last-child{text-align:right}.kymee-urgency__steps{display:flex;justify-content:space-between;margin-top:8px}.kymee-property__label,.kymee-property__value{font-size:12px!important;color:#000;font-family:poppins-medium}.kymee-item__meta{display:flex;gap:10px;justify-content:space-between;width:100%}.kymee-qty__input::-webkit-inner-spin-button,.kymee-qty__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.kymee-qty__input{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.kymee-item__discounts{margin-top:6px;display:flex;flex-direction:column;gap:4px}.kymee-item__discount{display:flex;align-items:center;gap:6px;font-size:12px;color:#000;font-weight:500}.kymee-discount-title{font-size:12px!important}.kymee-discount-amount{margin-left:auto;font-weight:600}.kymee-wear-with-it{margin-top:20px;padding:8px 14px;background:#fff;border-radius:12px}.kymee-wear-with-it_ul{display:flex;gap:10px;align-items:start;overflow:auto;width:100%;padding:0;margin:0}.kymee-wear-with-it_ul li{list-style:none;width:calc((100% - 10px * (3 - 1)) / 3);flex:0 0 calc((100% - 10px * (3 - 1)) / 3)}.kymee-wear-with-it_ul li .card__information .price-item.price-item--sale,.kymee-wear-with-it_ul li .card__information .price__regular .price-item--regular{font-size:12px!important}.kymee-wear-with-it_ul li .price--on-sale .price-item--regular,.kymee-wear-with-it_ul li .badge.price__badge-sale{font-size:11px!important}.kymee-wear-with-it_ul li .price.price--on-sale.price--show-badge{display:flex;align-items:baseline;margin:0!important}.kymee-wear-with-it__title{font-size:16px!important;font-family:poppins-medium;color:#000;margin-top:10px;margin-bottom:8px}.kymee-dispatched{display:flex;justify-content:space-between;margin:14px 14px 8px;border-bottom:2px dashed #EEEEEE;padding-bottom:10px}.kymee-wear-with-it-desktop{width:230px;flex:0 0 230px;background:#eee;padding:10px}.kymee-wear-with-it-desktop__content{background:#fff;padding:10px 5px 10px 10px;border-radius:10px;height:calc(100% - 10px)}.kymee-wear-with-it-desktop_ul{padding:0 10px 0 0;margin:0}.you_me_also_like_scroll.scroll1{height:calc(100% - 50px)}.kymee-wear-with-it-desktop_ul li{list-style:none;width:100%}.kymee-dispatched__title{display:flex;align-items:center;gap:10px}.kymee-dispatched__title img{width:30px}.kymee-dispatched__button{position:relative;display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:999px;background:linear-gradient(90deg,#50b1541a,#50b15400);border:1px solid transparent}.kymee-dispatched__button span{font-size:12px!important;color:#1e7f43;font-family:poppins-medium;line-height:11px;white-space:nowrap}.kymee-dispatched__button svg{width:15px;height:15px;flex-shrink:0}.kymee-dispatched__button:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;padding:2px;background:linear-gradient(90deg,#4caf50,#aee9c0,#4caf50);background-size:200% 200%;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:kymeeBorderFlow 2.8s linear infinite;pointer-events:none}.kymee-cart-drawer-usp-ul{padding:0;display:flex;flex-wrap:wrap;gap:10px;margin:10px 0}.kymee-cart-drawer-usp-ul li{padding:0;margin:0;list-style:none;display:flex;flex-direction:column;flex-wrap:wrap;gap:5px;width:calc((100% - 10px * (3 - 1)) / 3);align-items:center;text-align:center;font-size:10px!important;position:relative}.kymee-cart-drawer-usp-ul li a{display:flex;flex-direction:column;flex-wrap:wrap;gap:5px;align-items:center;text-align:center;font-size:10px!important;text-decoration:none}.kymee-cart-drawer-usp-ul li:before{content:"";width:1px;height:100%;background:radial-gradient(50% 50% at 50% 50%,#000,#0000);position:absolute;right:0;top:0;opacity:.5}.kymee-cart-drawer-usp-ul li:last-child:before{display:none}.kymee-cart-drawer-usp-ul li img{width:40px}.kymee-cart-drawer-usp-ul li p{font-size:12px!important;text-align:center;margin:0;line-height:14px;font-weight:600;color:#1d1c1c}.kymee-cart-drawer-usp{padding:1px 0;background:#fff;border-radius:12px;margin-bottom:10px}.kymee-cart-savings{background:#e5faec;color:#329537;padding:3px;margin-left:-14px;margin-right:-14px;text-align:center}.kymee-wear-with-it-desktop_ul.scroll2::-webkit-scrollbar-button{display:none;width:0;height:0}.kymee-wear-with-it-desktop__title{margin-bottom:10px}.kymee-wear-with-it{display:none}.kymee-dispatched__title{color:#02060c}@media screen and (max-width: 749px){.kymee-cart-drawer-usp-ul li img{width:30px}.kymee-cart-drawer-usp-ul li p{font-size:10px!important}.kymee-wear-with-it_ul li{list-style:none;width:calc((100% - 15px)*.4);flex:0 0 calc((100% - 15px)*.4)}.kymee-variant-pill{font-size:10px!important;line-height:normal}.kymee-wear-with-it-desktop{display:none}.kymee-drawer__panel_wrapper{width:100%}.kymee-wear-with-it{display:block}.kymee-dispatched__button{line-height:0;height:27px}.kymee-dispatched__title span{font-size:10px!important}}@keyframes kymeeBorderFlow{0%{background-position:0% 50%}to{background-position:200% 50%}}.kymee-giftwrap-absolute{position:absolute;left:50%;transform:translate(-50%);top:-18px;z-index:5}.kymee-giftwrap-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border-radius:0 0 10px 10px;background:#333b3f;color:#fff;font-size:13px;font-family:poppins-medium;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .25s ease;box-shadow:0 6px 16px #00000040;position:relative}.kymee-giftwrap-pill:before{background:#333b3f;content:"";position:absolute;border-radius:50%;padding:9px;left:-17px;top:0;z-index:0}.kymee-giftwrap-pill:after{background:#333b3f;content:"";position:absolute;border-radius:0 50px 0 0;padding:9px;right:-17px;top:0;z-index:0}.kymee-giftwrap-pill input{position:absolute;opacity:0;pointer-events:none}.kymee-giftwrap-check{width:18px;height:18px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;border:1px solid #fff;color:#000}.kymee-giftwrap-pill input:checked+.kymee-giftwrap-check{background:#fff;color:#000}.kymee-giftwrap-pill:hover{background:#252b2f}.kymee-confetti-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999}.kymee-empty{display:flex;flex-direction:column;align-items:center}.kymee-empty p{font-size:18px!important;text-align:center;color:#000;text-transform:uppercase}.kymee-cart-body-header{position:sticky;top:0;left:0;z-index:1}@keyframes kymeeSpin{to{transform:rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/109/assets/kymee-cart-drawer.css.map */
