.fa-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:10000;opacity:0;pointer-events:none;transition:opacity .3s ease}.fa-drawer__panel{position:fixed;bottom:0;left:0;right:0;height:50vh;min-height:320px;max-height:520px;background:#fff;z-index:10001;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .35s cubic-bezier(.16,1,.3,1);box-shadow:0 -4px 32px #00000024}@media screen and (min-width:750px){.fa-drawer__panel{top:0;right:0;bottom:0;left:auto;width:360px;height:100vh;max-height:none;min-height:0;transform:translate(100%);box-shadow:-4px 0 40px #0000002e}}.fa-drawer[aria-hidden=false] .fa-drawer__overlay{opacity:1;pointer-events:auto}.fa-drawer[aria-hidden=false] .fa-drawer__panel{transform:translateY(0)}@media screen and (min-width:750px){.fa-drawer[aria-hidden=false] .fa-drawer__panel{transform:translate(0)}}.fa-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px 14px;border-bottom:2px solid #d22129;flex-shrink:0}.fa-drawer__header-left{display:flex;align-items:center;gap:8px}.fa-drawer__check{width:18px;height:18px;border-radius:50%;background:#2c9e5c;line-height:0;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.fa-drawer__title{font-family:Inter,sans-serif;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#1a1a1a}.fa-drawer__close{width:28px;height:28px;background:#d22129;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;flex-shrink:0;transition:background .15s}.fa-drawer__close:hover{background:#a01820}.fa-drawer__body{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:16px 18px}.fa-drawer__loading{display:flex;align-items:center;justify-content:center;padding:32px}.fa-drawer__spinner{width:22px;height:22px;border:2px solid #f0f0f0;border-top-color:#d22129;border-radius:50%;animation:fa-drawer-spin .7s linear infinite;display:block}@keyframes fa-drawer-spin{to{transform:rotate(360deg)}}.fa-drawer__item-row{display:grid;grid-template-columns:80px 1fr;gap:12px;align-items:start}.fa-drawer__item-img-wrap{display:block;width:80px;height:80px;background:#f8f8f8;border:1px solid #e8e8e8;flex-shrink:0}.fa-drawer__item-img{width:80px;height:80px;object-fit:cover;display:block}.fa-drawer__item-info{min-width:0;display:flex;flex-direction:column}.fa-drawer__item-title{font-family:Inter,sans-serif;font-size:13px;font-weight:700;color:#1a1a1a;text-decoration:none;line-height:1.35;margin-bottom:3px}.fa-drawer__item-title:hover{color:#d22129}.fa-drawer__item-variant{font-family:Inter,sans-serif;font-size:11px;color:#00000073;margin:0 0 10px}.fa-drawer__price-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid #ebebeb;border-left:3px solid #d22129}.fa-drawer__price-cell{padding:8px 10px;display:flex;flex-direction:column;gap:2px}.fa-drawer__price-cell+.fa-drawer__price-cell{border-left:1px solid #ebebeb}.fa-drawer__price-label{font-family:Inter,sans-serif;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#00000061}.fa-drawer__price-orig{font-family:Inter,sans-serif;font-size:11px;color:#0000004d;text-decoration:line-through;line-height:1.2}.fa-drawer__price-val{font-family:Inter,sans-serif;font-size:15px;font-weight:700;color:#1a1a1a;line-height:1.2}.fa-drawer__price-val.is-sale{color:#d22129}.fa-drawer__total-bar{display:flex;align-items:center;justify-content:space-between;margin-top:8px;padding:10px 12px;background:#f4f4f4;border:1px solid #e8e8e8;border-left:3px solid #d22129}.fa-drawer__total-qty{font-family:Inter,sans-serif;font-size:13px;font-weight:700;color:#1a1a1a}.fa-drawer__total-right{display:flex;flex-direction:column;align-items:flex-end;gap:1px}.fa-drawer__total-orig{font-family:Inter,sans-serif;font-size:11px;color:#00000059;text-decoration:line-through}.fa-drawer__total-val{font-family:Inter,sans-serif;font-size:18px;font-weight:700;color:#d22129}.fa-drawer__total-val.no-discount{color:#1a1a1a}.fa-drawer__recs{margin-top:24px;padding-top:20px;border-top:1px solid #f0f0f0}.fa-drawer__recs-label{font-family:Inter,sans-serif;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#00000061;margin:0 0 2px}.fa-drawer__recs-list{display:flex;flex-direction:column}.fa-drawer__rec-item{display:grid;grid-template-columns:56px 1fr;gap:10px;align-items:center;padding:10px 0;border-top:1px solid #f0f0f0;text-decoration:none;transition:background .15s}.fa-drawer__rec-item:hover .fa-drawer__rec-title{color:#d22129}.fa-drawer__rec-img{width:56px;height:56px;object-fit:cover;display:block;background:#f8f8f8;border:1px solid #ebebeb;flex-shrink:0}.fa-drawer__rec-info{display:flex;flex-direction:column;gap:3px;min-width:0}.fa-drawer__rec-title{font-family:Inter,sans-serif;font-size:12px;font-weight:600;color:#1a1a1a;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s}.fa-drawer__rec-price{color:#1a1a1a!important;font-family:Inter,sans-serif;font-size:12px;font-weight:700;color:#d22129}@media screen and (max-width:749px){.fa-drawer__recs-list{flex-direction:row;gap:10px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;margin:0 -18px;padding:0 18px 4px}.fa-drawer__recs-list::-webkit-scrollbar{display:none}.fa-drawer__rec-item{flex:0 0 140px;display:flex;flex-direction:column;padding:0;border-top:none;border:1px solid #e8e8e8;gap:0}.fa-drawer__rec-img{width:140px;height:100px;border:none;border-bottom:1px solid #ebebeb}.fa-drawer__rec-info{padding:7px 8px 8px}}.fa-drawer__footer{padding:14px 18px 18px;border-top:1px solid #f0f0f0;flex-shrink:0;display:flex;flex-direction:column;gap:8px}.fa-drawer__continue{width:100%;padding:11px;background:none;border:1px solid #d5d5d5;font-family:Inter,sans-serif;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#0000008c;cursor:pointer;transition:border-color .15s,color .15s}.fa-drawer__continue:hover{border-color:#1a1a1a;color:#1a1a1a}.fa-drawer__view-cart{display:block;width:100%;padding:11px;background:#d22129;border:none;font-family:Inter,sans-serif;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;text-align:center;text-decoration:none;box-sizing:border-box;transition:background .15s}.fa-drawer__view-cart:hover{background:#a01820}
/*# sourceMappingURL=/cdn/shop/t/4/assets/fa-cart-drawer.css.map */
