.gf-cart-wrapper *{box-sizing:border-box}.gf-cart-wrapper{width:100%;max-width:100%;margin:0 auto;padding:1rem}.gf-cart-container{width:100%;max-width:1400px;margin:0 auto}.gf-cart-empty{text-align:center;padding:3rem 1rem}.gf-cart-empty h1{font-size:1.75rem;font-weight:700;margin:0 0 1rem;color:#1a1a1a}.gf-cart-empty p{font-size:1rem;color:#666;margin:0 0 2rem}.gf-cart-empty-illustration{width:100%;margin:0 auto 1.25rem}.gf-cart-empty-image{width:100%;height:auto;display:block}.gf-cart-empty-cta{background:var(--gf-empty-btn-bg, #52D20E);color:var(--gf-empty-btn-color, #111111);border:1px solid var(--gf-empty-btn-bg, #52D20E)}.gf-cart-empty-cta:hover{filter:brightness(.95)}.gf-cart-content{display:flex;flex-direction:column;gap:2rem}.gf-cart-items-column{width:100%}.gf-cart-title{font-size:1.75rem;font-weight:700;margin:0 0 1.5rem;color:#1a1a1a}.gf-cart-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.gf-cart-item{display:grid;grid-template-columns:80px 1fr;grid-template-areas:"image info" "image quantity" "image subtotal" "remove remove";gap:1rem;padding:1rem;background:#fff;border:1px solid #e0e0e0;border-radius:8px;position:relative}.gf-cart-item-image{grid-area:image;width:80px;height:80px;border-radius:6px;overflow:hidden;background:#f5f5f5}.gf-cart-item-image img{width:100%;height:100%;object-fit:cover}.gf-cart-item-no-image{width:100%;height:100%;background:#e0e0e0}.gf-cart-item-info{grid-area:info;display:flex;flex-direction:column;gap:.5rem}.gf-cart-item-title{font-size:1.125rem;font-weight:600;margin:0;color:#1a1a1a;line-height:1.3}.gf-cart-item-variant,.gf-cart-item-property{font-size:.95rem;color:#666;margin:0}.gf-cart-item-prices{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.gf-cart-item-price-old{font-size:.95rem;color:#999;text-decoration:line-through}.gf-cart-item-price{font-size:1.125rem;font-weight:700;color:#1a1a1a}.gf-cart-item-discounts{display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem}.gf-cart-item-discount{font-size:.8125rem;font-weight:600}.gf-cart-item-quantity{grid-area:quantity;display:flex;align-items:center;gap:.5rem;width:fit-content}.gf-cart-qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid #e0e0e0;border-radius:4px;background:#fff;color:#333;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease}.gf-cart-qty-btn:hover{border-color:#333;background:#f5f5f5}.gf-cart-qty-btn:active{transform:scale(.95)}.gf-cart-qty-input{width:50px;height:32px;text-align:center;border:1px solid #e0e0e0;border-radius:4px;font-size:.9375rem;font-weight:600;color:#333}.gf-cart-qty-input:focus{outline:none;border-color:#333}.gf-cart-item-subtotal{grid-area:subtotal;font-size:1.125rem;font-weight:700;color:#1a1a1a;align-self:end}.gf-cart-item-remove{grid-area:remove;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.5rem;border:1px solid #e0e0e0;border-radius:4px;background:#fff;color:#999;font-size:.875rem;cursor:pointer;transition:all .2s ease}.gf-cart-item-remove:hover{border-color:#52d20e;color:#52d20e;background:#52d20e1a}.gf-cart-reviews{padding:1.5rem;background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-top:1.5rem}.gf-cart-reviews-title{font-size:1.25rem;font-weight:700;margin:0 0 1rem;color:#1a1a1a}.gf-cart-reviews-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.gf-cart-rating-stars{display:flex;gap:2px}.gf-cart-star{color:#ddd;font-size:1.2rem}.gf-cart-star.filled{color:#ffa41c}.gf-cart-star.half{background:linear-gradient(90deg,#ffa41c 50%,#ddd 50%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gf-cart-rating-numeric{font-weight:700;font-size:1rem;color:#333;margin-left:.25rem}.gf-cart-rating-count{color:#666;font-size:.9rem}.gf-cart-reviews-comments{display:flex;flex-direction:column;gap:1rem}.gf-cart-review-item{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:#f9f9f9;border-radius:8px}.gf-cart-review-content{flex:1}.gf-cart-review-text{font-size:.9375rem;line-height:1.5;color:#333;margin:0 0 .75rem;font-style:italic}.gf-cart-review-author{font-size:.875rem;color:#666;margin:0}.gf-cart-review-author strong{color:#1a1a1a;font-weight:600}.gf-cart-review-city{color:#999}.gf-cart-review-image{width:100%;max-width:200px;border-radius:8px;overflow:hidden;background:#e0e0e0;align-self:center}.gf-cart-review-image img{width:100%;height:auto;display:block}.gf-cart-trust-area{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background:#f9f9f9;border-radius:8px;margin-top:1rem}.gf-cart-trust-info{flex:1}.gf-cart-trust-title{font-size:1.25rem;font-weight:700;margin:0 0 1rem;color:#1a1a1a}.gf-cart-trust-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.gf-cart-trust-item{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:#333}.gf-cart-trust-icon{flex-shrink:0;width:24px;height:24px;object-fit:contain}.gf-cart-trust-icon-svg{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.gf-cart-trust-icon-svg svg{width:24px;height:24px}.gf-cart-trust-image{flex:1;border-radius:8px;overflow:hidden;background:#e0e0e0}.gf-cart-trust-image img{width:100%;height:auto;display:block}.gf-cart-summary{width:100%}.gf-cart-summary-content{padding:1.5rem;background:#fff;border:1px solid #e0e0e0;border-radius:8px}.gf-cart-summary-title{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;color:#1a1a1a}.gf-cart-summary-values{display:flex;flex-direction:column;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0;margin-bottom:1rem}.gf-cart-summary-line{display:flex;justify-content:space-between;align-items:center;font-size:.9375rem;color:#666}.gf-cart-summary-line span:last-child{font-weight:600;color:#1a1a1a}.gf-cart-summary-discount span:last-child{font-weight:700}.gf-cart-summary-total{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-top:2px solid #e0e0e0;margin-bottom:1rem}.gf-cart-summary-total span:first-child{font-size:1.125rem;font-weight:700;color:#1a1a1a}.gf-cart-summary-total-value{font-size:2rem;font-weight:700;color:#1a1a1a}.gf-cart-summary-installments{font-size:.875rem;color:#666;text-align:center;margin:0 0 1.5rem}.gf-cart-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border:none;border-radius:6px;font-size:1.125rem;font-weight:700;text-align:center;text-decoration:none;cursor:pointer;transition:all .2s ease}.gf-cart-btn-full{width:100%}.gf-cart-btn-primary{background:#52d20e;color:#fff;margin-bottom:1rem}.gf-cart-btn-primary:hover{background:#3fa50b;transform:translateY(-2px);box-shadow:0 4px 12px #6b21a840}.gf-cart-btn-primary:active{transform:translateY(0)}.gf-cart-btn-secondary{background:#fff;color:#52d20e;border:2px solid #52D20E}.gf-cart-btn-secondary:hover{background:#52d20e1a;transform:translateY(-2px)}.gf-cart-btn-secondary:active{transform:translateY(0)}.gf-cart-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(100px);padding:1rem 1.5rem;background:#333;color:#fff;border-radius:8px;font-size:.9375rem;font-weight:600;box-shadow:0 4px 12px #0003;z-index:9999;opacity:0;transition:all .3s ease;pointer-events:none}.gf-cart-toast.show{transform:translate(-50%) translateY(0);opacity:1}@media(min-width:768px){.gf-cart-wrapper{padding:2rem}.gf-cart-item{grid-template-columns:100px 1fr auto auto;grid-template-areas:"image info quantity subtotal" "image info quantity remove";gap:1.5rem}.gf-cart-item-image{width:100px;height:100px}.gf-cart-item-remove{width:auto;padding:.5rem 1rem}.gf-cart-trust-area{flex-direction:row;gap:2rem}.gf-cart-review-item{flex-direction:row;gap:1.5rem}.gf-cart-review-image{flex-shrink:0;align-self:flex-start}}@media(min-width:1024px){.gf-cart-content{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start}.gf-cart-summary{position:sticky;top:2rem}.gf-cart-item{grid-template-columns:120px 1fr auto 120px auto;grid-template-areas:"image info quantity subtotal remove";gap:2rem}.gf-cart-item-image{width:120px;height:120px}.gf-cart-item-remove{width:40px;height:40px;padding:0;border-radius:50%;align-self:start}.gf-cart-item-remove:hover{transform:scale(1.1)}}.gf-cart-loading{opacity:.6;pointer-events:none}.gf-cart-item-remove:disabled,.gf-cart-qty-btn:disabled{opacity:.5;cursor:not-allowed}@media(min-width:1024px){.gf-cart-wrapper{--gf-cart-h1: 28px;--gf-cart-item-title: 20px;--gf-cart-item-variant: 14px;--gf-cart-item-price: 20px;--gf-cart-item-subtotal: 20px;--gf-cart-qty-h: 40px;--gf-cart-qty-font: 15px;--gf-cart-summary-title: 20px;--gf-cart-summary-line: 16px;--gf-cart-summary-total-label: 18px;--gf-cart-summary-total: 34px;--gf-cart-summary-installments: 14px;--gf-cart-cta-font: 16px;--gf-cart-cta-h: 48px;--gf-cart-item-pad: 18px;--gf-cart-item-gap: 20px}.gf-cart-title{font-size:var(--gf-cart-h1);line-height:1.15;letter-spacing:-.2px}.gf-cart-item{padding:var(--gf-cart-item-pad);gap:var(--gf-cart-item-gap);border-radius:10px}.gf-cart-item-title{font-size:var(--gf-cart-item-title);font-weight:600;line-height:1.25;letter-spacing:-.1px}.gf-cart-item-variant,.gf-cart-item-property{font-size:var(--gf-cart-item-variant);line-height:1.25}.gf-cart-item-price{font-size:var(--gf-cart-item-price);font-weight:700}.gf-cart-item-price-old{font-size:14px}.gf-cart-item-subtotal{font-size:var(--gf-cart-item-subtotal);font-weight:700}.gf-cart-qty-btn{width:var(--gf-cart-qty-h);height:var(--gf-cart-qty-h);font-size:18px;border-radius:8px}.gf-cart-qty-input{width:56px;height:var(--gf-cart-qty-h);font-size:var(--gf-cart-qty-font);border-radius:8px}.gf-cart-summary-content{padding:1.75rem;border-radius:10px}.gf-cart-summary-title{font-size:var(--gf-cart-summary-title);margin-bottom:1.25rem}.gf-cart-summary-line{font-size:var(--gf-cart-summary-line)}.gf-cart-summary-total span:first-child{font-size:var(--gf-cart-summary-total-label)}.gf-cart-summary-total-value{font-size:var(--gf-cart-summary-total);letter-spacing:-.2px}.gf-cart-summary-installments{font-size:var(--gf-cart-summary-installments)}.gf-cart-btn{min-height:var(--gf-cart-cta-h);font-size:var(--gf-cart-cta-font)}}.gf-cart-wrapper{--gf-cart-color-heading: #1a1a1a;--gf-cart-color-body: #4b5563;--gf-cart-color-muted: #9ca3af;--gf-cart-primary: #52D20E;--gf-cart-primary-hover: #3FA50B;--gf-cart-h1: 26px;--gf-cart-h2: 22px;--gf-cart-h3: 18px;--gf-cart-body: 14px;--gf-cart-small: 12px;--gf-cart-caption: 12px;--gf-cart-cta-font: 16px;--gf-cart-cta-height: 52px;--gf-cart-item-pad: 16px;--gf-cart-item-gap: 16px;--gf-cart-qty-size: 36px;--gf-cart-qty-font: 15px}.gf-cart-empty{min-height:clamp(420px,70vh,760px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0}.gf-cart-empty h1{font-size:var(--gf-cart-h1);font-weight:800;line-height:1.2;letter-spacing:-.02em;margin-bottom:.75rem;color:var(--gf-cart-color-heading)}.gf-cart-empty p{font-size:var(--gf-cart-body);line-height:1.6;color:#6b7280;margin-bottom:1.75rem}.gf-cart-empty .gf-cart-btn{min-width:min(100%,320px)}.gf-cart-title{font-size:var(--gf-cart-h1);font-weight:800;line-height:1.2;letter-spacing:-.02em;margin-bottom:1.5rem;color:var(--gf-cart-color-heading)}.gf-cart-item{padding:var(--gf-cart-item-pad);gap:var(--gf-cart-item-gap)}.gf-cart-item-title{font-size:var(--gf-cart-h3);font-weight:700;line-height:1.3;letter-spacing:-.01em}.gf-cart-item-variant,.gf-cart-item-property{font-size:var(--gf-cart-body);line-height:1.5;color:#6b7280}.gf-cart-item-price-old{font-size:var(--gf-cart-small);color:#9ca3af}.gf-cart-item-price,.gf-cart-item-subtotal{font-size:var(--gf-cart-h3);font-weight:700;line-height:1.25;color:var(--gf-cart-color-heading)}.gf-cart-item-discount{font-size:var(--gf-cart-small);line-height:1.45}.gf-cart-qty-btn{width:var(--gf-cart-qty-size);height:var(--gf-cart-qty-size);font-size:18px}.gf-cart-qty-input{height:var(--gf-cart-qty-size);font-size:var(--gf-cart-qty-font)}.gf-cart-item-remove{min-height:44px;font-size:var(--gf-cart-small)}.gf-cart-reviews-title,.gf-cart-trust-title,.gf-cart-summary-title{font-size:var(--gf-cart-h3);font-weight:700;line-height:1.35;color:var(--gf-cart-color-heading)}.gf-cart-rating-numeric{font-size:var(--gf-cart-body)}.gf-cart-rating-count,.gf-cart-review-author,.gf-cart-review-city{font-size:var(--gf-cart-small);line-height:1.45;color:#6b7280}.gf-cart-review-text,.gf-cart-trust-item{font-size:var(--gf-cart-body);line-height:1.6;color:var(--gf-cart-color-body)}.gf-cart-summary-title{font-size:var(--gf-cart-h2);margin-bottom:1.25rem}.gf-cart-summary-line{font-size:var(--gf-cart-body);line-height:1.5;color:var(--gf-cart-color-body)}.gf-cart-summary-line span:last-child{font-size:var(--gf-cart-body);font-weight:700;color:var(--gf-cart-color-heading)}.gf-cart-summary-total span:first-child{font-size:var(--gf-cart-h3);font-weight:700}.gf-cart-summary-total-value{font-size:var(--gf-cart-h2);font-weight:800;line-height:1.1;letter-spacing:-.02em}.gf-cart-summary-installments{font-size:var(--gf-cart-small);line-height:1.5;color:#6b7280}.gf-cart-btn{min-height:var(--gf-cart-cta-height);font-size:var(--gf-cart-cta-font);font-weight:700;letter-spacing:.01em}.gf-cart-btn-primary{background:var(--gf-cart-primary);color:#fff}.gf-cart-btn-primary:hover{background:var(--gf-cart-primary-hover)}.gf-cart-empty .gf-cart-btn-primary{color:#111}.gf-cart-btn-secondary{background:#fff;color:var(--gf-cart-primary);border-color:var(--gf-cart-primary)}.gf-cart-btn-secondary:hover{background:#52d20e1a}@media(min-width:768px)and (max-width:1023px){.gf-cart-wrapper{--gf-cart-h1: 30px;--gf-cart-h2: 24px;--gf-cart-h3: 19px;--gf-cart-body: 15px;--gf-cart-small: 13px;--gf-cart-caption: 12px;--gf-cart-cta-font: 17px;--gf-cart-cta-height: 54px;--gf-cart-item-pad: 18px;--gf-cart-item-gap: 18px;--gf-cart-qty-size: 40px;--gf-cart-qty-font: 15px}}@media(min-width:1024px){.gf-cart-wrapper{--gf-cart-h1: 36px;--gf-cart-h2: 30px;--gf-cart-h3: 20px;--gf-cart-body: 16px;--gf-cart-small: 13px;--gf-cart-caption: 12px;--gf-cart-cta-font: 18px;--gf-cart-cta-height: 56px;--gf-cart-item-pad: 20px;--gf-cart-item-gap: 20px;--gf-cart-qty-size: 40px;--gf-cart-qty-font: 15px}.gf-cart-summary-title{font-size:var(--gf-cart-h2)}.gf-cart-summary-total-value{font-size:34px}}.gf-cart-trust-payment{display:flex;align-items:center;justify-content:center;padding:1rem 1.25rem;background:#fff;border:1px solid #efefef}.gf-cart-trust-payment .list-payment{justify-content:center;gap:0;margin:-.35rem;padding-top:0}.gf-cart-trust-payment .list-payment__item{padding:.35rem}.gf-cart-trust-payment .icon{width:auto;height:20px}@media screen and (max-width:749px){.gf-cart-trust-payment{padding:.875rem 1rem}.gf-cart-trust-payment .icon{height:18px}}
/*# sourceMappingURL=/cdn/shop/t/175/assets/gf-cart.css.map */
