.ap-cart{--ap-accent: #FF2F00;--ap-accent-hover: #e62a00;--ap-card: #292827;--ap-panel: #1B1A19;--ap-control: #1E1D1C;--ap-border: #35353B;--ap-divider: #545454;--ap-text: #FFFFFF;--ap-text-soft: #EDEDF0;--ap-text-muted: #9E9E9E;--ap-green: #4CAF50;--ap-radius: 12px;color:var(--ap-text)}.ap-cart *,.ap-cart *:before,.ap-cart *:after{box-sizing:border-box}.ap-cart button,.ap-cart input,.ap-toast button{font-family:inherit}.ap-cart button:focus-visible,.ap-cart a:focus-visible,.ap-cart input:focus-visible,.ap-toast button:focus-visible{outline:2px solid var(--ap-accent);outline-offset:2px}.ap-cart [hidden],.ap-toast[hidden]{display:none!important}.ap-visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.ap-cart__grid{display:grid;grid-template-columns:1fr;gap:24px;padding:24px 0 40px}@media(min-width:990px){.ap-cart__grid{grid-template-columns:minmax(0,700px) 480px;justify-content:space-between;gap:24px;align-items:start;padding:40px 0 56px}}.ap-cart__title{font-size:24px;font-weight:700;line-height:1.2;margin:0 0 20px;color:var(--ap-text)}@media(min-width:990px){.ap-cart__title{font-size:32px;margin-bottom:24px}}.ap-cart__items{display:flex;flex-direction:column;gap:12px}.ap-cart-item{display:flex;flex-direction:column;gap:8px;background:var(--ap-card);border-radius:var(--ap-radius);padding:20px;transition:opacity .2s ease}.ap-cart-item.is-removing{display:none}.ap-cart-item.is-updating{opacity:.6;pointer-events:none}.ap-cart-item__top{display:flex;align-items:center;gap:12px}.ap-cart-item__img{flex:0 0 auto;display:block;width:48px;height:48px;border-radius:7px;overflow:hidden;background:linear-gradient(135deg,#ff5e00,#ff012f)}.ap-cart-item__img img{display:block;width:100%;height:100%;object-fit:cover}.ap-cart-item__name{flex:1 1 auto;min-width:0;color:var(--ap-text);font-size:18px;font-weight:400;line-height:1.3;text-decoration:none}.ap-cart-item__name:hover{color:var(--ap-text);text-decoration:underline}.ap-cart-item__remove{flex:0 0 auto;position:relative;width:24px;height:24px;padding:0;display:flex;align-items:center;justify-content:center;background:none;border:0;cursor:pointer;color:var(--ap-text-muted);transition:color .15s ease}.ap-cart-item__remove:after{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px}.ap-cart-item__remove:hover{color:var(--ap-text)}.ap-cart-item__remove svg{width:20px;height:20px;display:block}.ap-cart-item__bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}@media(min-width:990px){.ap-cart-item__bottom{padding-left:60px}}.ap-qty{display:flex;align-items:center;justify-content:space-between;width:120px;height:40px;padding:0 4px;background:var(--ap-control);border:1px solid var(--ap-border);border-radius:8px}.ap-qty__btn{position:relative;flex:0 0 36px;width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center;background:none;border:0;cursor:pointer;color:var(--ap-text-soft);border-radius:7px;transition:background-color .15s ease,color .15s ease}.ap-qty__btn:after{content:"";position:absolute;top:-4px;bottom:-4px;left:-4px;right:-4px}.ap-qty__btn:hover:not(:disabled){background:#ffffff14}.ap-qty__btn:disabled{color:#5f5e5d;cursor:not-allowed}.ap-qty__btn svg{width:20px;height:20px;display:block}.ap-qty__value{flex:1 1 auto;min-width:0;padding:0;border:0;background:none;color:var(--ap-text-soft);font-size:20px;font-weight:500;line-height:1;text-align:center;pointer-events:none}.ap-cart-item__price{display:flex;align-items:baseline;gap:8px;white-space:nowrap}.ap-cart-item__price-old{color:var(--ap-text-muted);font-size:16px;font-weight:400}.ap-cart-item__price-current{color:var(--ap-text);font-size:18px;font-weight:600}.ap-cart__return{display:inline-flex;align-items:center;gap:8px;min-height:44px;margin-top:12px;padding:10px 4px;background:none;border:0;cursor:pointer;color:var(--ap-text-muted);font-size:16px;transition:color .15s ease}.ap-cart__return:hover{color:var(--ap-text)}.ap-cart__return svg{width:16px;height:16px}.ap-link-block{margin-top:24px;max-width:560px;padding:22px 16px 16px;border:1px solid var(--ap-accent);border-radius:var(--ap-radius);background:transparent;cursor:text;transition:box-shadow .15s ease}.ap-link-block:focus-within{box-shadow:0 0 0 3px #ff2f0040}.ap-link-block__title{display:flex;align-items:center;gap:8px;color:var(--ap-text);font-size:16px;font-weight:600;cursor:pointer}.ap-link-block__title svg{color:var(--ap-accent);flex:0 0 auto;width:18px;height:18px}.ap-link-block__hint{margin:6px 0 12px;color:#c9c9c8;font-size:16px;line-height:1.4}.ap-link-block__input{width:100%;height:48px;padding:10px 12px;background:var(--ap-control);border:1px solid #8E8E8D;border-radius:8px;color:var(--ap-text);font-size:14px;transition:border-color .15s ease}.ap-link-block__input::placeholder{color:#757575}.ap-link-block__input:hover{border-color:#c9c9c8}.ap-link-block__input:focus{outline:none;border-color:#fff}.ap-link-block__invalid{margin:8px 0 0;color:var(--ap-text-muted);font-size:14px}.ap-summary-card{background:var(--ap-panel);border:1px solid #8E8E8D;border-radius:var(--ap-radius);padding:28px 24px 24px}@media(min-width:990px){.ap-summary-card{position:sticky;top:90px}}.ap-summary-card__title{margin:0 0 20px;font-size:24px;font-weight:700;color:var(--ap-text)}.ap-summary-card__rows{display:flex;flex-direction:column;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--ap-divider)}.ap-summary-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.ap-summary-row__label{color:#d2d2d2;font-size:16px;font-weight:400}.ap-summary-row__value{color:var(--ap-text);font-size:16px;font-weight:600;white-space:nowrap}.ap-summary-row--discount .ap-summary-row__label,.ap-summary-row--discount .ap-summary-row__value{color:var(--ap-green)}.ap-summary-card__total{padding:16px 0}.ap-summary-row--total .ap-summary-row__label{color:var(--ap-text);font-size:18px;font-weight:600}.ap-summary-row--total .ap-summary-row__value{font-size:24px;font-weight:700}.ap-summary-card__taxes{margin:4px 0 0;text-align:right;color:var(--ap-text-muted);font-size:14px}.ap-summary-card__badges{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:8px 0 20px}.ap-badge{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;padding:12px 6px;background:var(--ap-control);border:1px solid var(--ap-border);border-radius:8px;text-align:center}.ap-badge img{width:20px;height:20px}.ap-badge span{color:var(--ap-text-muted);font-size:14px;line-height:1.2;max-width:88px}.ap-checkout-btn{display:block;width:100%;height:48px;padding:0 20px;background:var(--ap-accent);border:0;border-radius:8px;color:#fff;font-size:18px;font-weight:500;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;transition:background-color .15s ease,transform .1s ease}.ap-checkout-btn:hover{background:var(--ap-accent-hover)}.ap-checkout-btn:active{transform:scale(.98)}.ap-checkout-btn--eu{text-transform:none;letter-spacing:0}.ap-summary-card__agreement{margin:12px 0 0;color:var(--ap-text-muted);font-size:14px;line-height:1.5;text-align:center}.ap-summary-card__agreement a{color:var(--ap-text-muted);text-decoration:underline;transition:color .15s ease}.ap-summary-card__agreement a:hover{color:var(--ap-text)}.ap-summary-card__agreement--eu{text-align:left;margin:0 0 16px}.ap-summary-card__payments{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:16px}.ap-pay{display:flex;align-items:center;justify-content:center;width:48px;height:32px;background:var(--ap-control);border:1px solid var(--ap-border);border-radius:6px}.ap-pay svg,.ap-pay img{display:block;width:auto;max-width:38px;max-height:21px}.ap-cart__form{position:relative}.ap-toast{position:fixed;left:50%;bottom:32px;z-index:2000001;display:flex;align-items:center;justify-content:space-between;gap:48px;min-width:340px;max-width:calc(100vw - 32px);padding:18px 28px;background:var(--ap-card);border:1px solid var(--ap-divider);border-radius:24px;box-shadow:0 10px 30px #00000080;opacity:1;transform:translate(-50%);transition:opacity .2s ease,transform .2s ease}.ap-toast.is-hiding{opacity:0;transform:translate(-50%) translateY(8px)}.ap-toast__text{color:var(--ap-text);font-size:16px}.ap-toast__undo{position:relative;padding:0;background:none;border:0;cursor:pointer;color:#c9c9c8;font-size:16px;font-weight:500;text-decoration:underline;text-underline-offset:3px}.ap-toast__undo:after{content:"";position:absolute;top:-14px;right:-10px;bottom:-14px;left:-10px}.ap-toast__undo:hover{color:var(--ap-accent)}@media(max-width:989px){.ap-cart-item{padding:16px}.ap-cart-item__name,.ap-cart-item__price-old{font-size:14px}.ap-cart-item__price-current{font-size:16px}.ap-summary-card{padding:22px 16px 16px}.ap-summary-card__title{font-size:20px;margin-bottom:16px}.ap-summary-row__label,.ap-summary-row__value,.ap-summary-row--total .ap-summary-row__label{font-size:16px}.ap-summary-row--total .ap-summary-row__value{font-size:20px}.ap-link-block__input{font-size:16px}.ap-toast{gap:24px;min-width:0;width:max-content;max-width:calc(100vw - 32px);bottom:88px;padding:16px 24px}}.ap-cart .no-need,.ap-cart .special{display:none}
/*# sourceMappingURL=/cdn/shop/t/93/assets/cart-v2.css.map */
