:root{--gf-primary: #F5B800;--gf-primary-hover: #D4A000;--gf-black: #0B0B0B;--gf-warm-white: #FFFBF2;--gf-grey-light: #F4F4F4;--gf-success: #10B981;--gf-font-heading: "Anton", sans-serif;--gf-font-body: "Montserrat", sans-serif}.gf-cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:5000;opacity:0;visibility:hidden;transition:all .5s cubic-bezier(.25,1,.5,1)}.gf-cart-overlay.active{opacity:1;visibility:visible}.gf-cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:480px;background:var(--gf-warm-white);z-index:5001;transform:translate(100%);transition:transform .5s cubic-bezier(.25,1,.5,1);display:flex;flex-direction:column;box-shadow:-10px 0 40px #0000004d;font-family:var(--gf-font-body);color:var(--gf-black)}@media (max-width: 480px){.gf-cart-drawer{max-width:100%}}.gf-cart-drawer.active{transform:translate(0)}.gf-drawer__header{padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;background:#fff;border-bottom:1px solid rgba(0,0,0,.05)}.gf-drawer__title{font-family:var(--gf-font-heading);font-size:1.4rem;text-transform:uppercase;margin:0;letter-spacing:.05em;display:flex;align-items:center;gap:.5rem}.gf-drawer__count{color:var(--gf-primary)}.gf-drawer__close{background:none;border:none;cursor:pointer;width:48px;height:48px;border-radius:50%;transition:background .2s;display:flex;align-items:center;justify-content:center}.gf-drawer__close:hover{background:#0000000d}.gf-drawer__shipping{padding:1.25rem 2rem;background:#fdfdfd;border-bottom:1px solid rgba(0,0,0,.03)}.gf-shipping__text{margin:0 0 .5rem;text-align:center;font-size:.95rem;font-weight:500}.gf-shipping__text strong{font-weight:700}.gf-text-success{color:var(--gf-success);font-weight:800;letter-spacing:.05em}.gf-shipping__bar-bg{height:10px;background:#e5e5e5;border-radius:5px;overflow:hidden;box-shadow:inset 0 1px 2px #0000000d}.gf-shipping__bar-fill{height:100%;background:linear-gradient(90deg,#f5b800,#ffd24d);width:0;transition:width .6s ease-out,background .3s}.gf-shipping__bar-fill.is-success{background:var(--gf-success)}.gf-drawer__items-container{flex:1;overflow-y:auto;background:var(--gf-warm-white);position:relative;padding-bottom:2rem}.gf-drawer__list{list-style:none;margin:0;padding:0}.gf-item{display:grid;grid-template-columns:90px 1fr;gap:1.2rem;padding:1.5rem 2rem;border-bottom:1px solid rgba(0,0,0,.04)}.gf-item__image-wrapper{background:#fff;border-radius:8px;padding:5px;box-shadow:0 2px 5px #00000008;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.gf-item__image{max-width:100%;max-height:100%;object-fit:contain}.gf-item__info{display:flex;flex-direction:column}.gf-item__title{font-weight:700;font-size:1rem;text-transform:uppercase;text-decoration:none;color:var(--gf-black);line-height:1.3;margin-bottom:.2rem}.gf-item__variant{font-size:.85rem;color:#666;margin:0 0 .5rem}.gf-item__price-row{margin-bottom:.8rem}.gf-item__price{font-family:var(--gf-font-heading);font-size:1.25rem;color:var(--gf-primary);letter-spacing:.03em}.gf-item__controls{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.gf-qty{display:flex;align-items:center;background:#fff;border:1px solid #eee;border-radius:6px;height:36px}.gf-qty__btn{width:32px;height:100%;background:none;border:none;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--gf-black)}.gf-qty__btn:hover{background:#fcfcfc}.gf-qty__val{min-width:24px;text-align:center;font-weight:600;font-size:.95rem}.gf-item__remove{background:none;border:none;cursor:pointer;color:#ccc;padding:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;transition:color .2s}.gf-item__remove:hover{color:#ef4444}.gf-drawer__upsell{background:#fcfcfc;border-top:1px solid rgba(0,0,0,.05);padding:1.5rem 2rem}.gf-upsell__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.gf-upsell__title{font-weight:800;font-size:.9rem;text-transform:uppercase;color:#888}.gf-upsell__hint{font-size:.8rem;font-weight:600;color:var(--gf-black);display:flex;align-items:center;gap:4px}.gf-upsell__list{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:thin}.gf-upsell-card{flex:0 0 210px;background:#fff;border-radius:8px;padding:.8rem;display:grid;grid-template-columns:50px 1fr 32px;align-items:center;gap:.8rem;border:1px solid rgba(0,0,0,.04)}.gf-upsell__img-box{width:50px;height:50px}.gf-upsell__img{width:100%;height:100%;object-fit:contain}.gf-upsell__content{display:flex;flex-direction:column}.gf-upsell__name{font-size:.85rem;font-weight:700;text-decoration:none;color:var(--gf-black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}.gf-upsell__price{font-family:var(--gf-font-heading);font-size:1rem;color:var(--gf-primary)}.gf-upsell__add-btn{width:32px;height:32px;border-radius:50%;background:var(--gf-black);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s}.gf-upsell__add-btn:hover{transform:scale(1.1);background:var(--gf-primary)}.gf-drawer__footer{background:#fff;padding:1.5rem 2rem;border-top:1px solid rgba(0,0,0,.05);box-shadow:0 -4px 10px #00000005}.gf-footer__subtotal-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.gf-footer__label{font-weight:900;text-transform:uppercase;font-size:1.1rem;color:var(--gf-black)}.gf-footer__amount{font-family:var(--gf-font-heading);font-size:2.2rem;color:var(--gf-primary)}.gf-footer__note{display:flex;align-items:center;gap:.5rem;font-size:.9rem;margin-bottom:1.25rem;color:#555;background:var(--gf-warm-white);padding:.5rem;border-radius:4px}.gf-btn{width:100%;padding:1.25rem;display:flex;justify-content:center;align-items:center;gap:.8rem;font-size:1.1rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;border:none;border-radius:8px;cursor:pointer;text-decoration:none;transition:transform .2s,box-shadow .2s}.gf-btn--checkout{background:var(--gf-primary);color:var(--gf-black)}.gf-btn--checkout:hover{transform:translateY(-2px);box-shadow:0 10px 20px #f5b80040;background:var(--gf-primary-hover)}.gf-btn--outline{background:transparent;border:2px solid var(--gf-black);color:var(--gf-black);margin-top:1rem}.gf-drawer__empty{padding:3rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center}.gf-drawer__empty-icon{width:100px;height:100px;background:#f5f5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.gf-drawer__empty-icon span{font-size:3rem;color:#ccc}.gf-drawer__empty-title{font-family:var(--gf-font-heading);font-size:1.8rem;margin:0 0 .5rem}.gf-drawer__empty-desc{font-size:1rem;color:#666;margin:0 0 2rem}.gf-toast-container{position:fixed;bottom:30px;right:30px;left:auto;transform:none;z-index:9000;display:flex;width:auto;max-width:400px;align-items:flex-end;flex-direction:column;gap:10px;pointer-events:none}@media (max-width: 768px){.gf-toast-container{bottom:auto;top:90px;right:20px;left:auto;transform:none;max-width:85%}}.gf-toast{background:#0b0b0b;border:1px solid rgba(255,255,255,.15);color:#fff;padding:12px 24px;border-radius:50px;display:flex;align-items:center;gap:12px;font-family:var(--gf-font-body);font-weight:600;font-size:.95rem;box-shadow:0 10px 30px #0000004d;opacity:0;transform:translateY(20px);transition:all .4s cubic-bezier(.175,.885,.32,1.275);pointer-events:auto}.gf-toast.active{opacity:1;transform:translateY(0)}.gf-toast--error{background:#ef4444}
/*# sourceMappingURL=/cdn/shop/t/21/assets/gf-cart-drawer.css.map */
