.cart-container{max-width:100vw;min-height:calc(100vh - 80px);padding:2rem 0;overflow-x:hidden}.cart-header{text-align:center;margin-bottom:2rem}.cart-title{background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.cart-subtitle{color:var(--gray-light);font-size:1rem}.cart-grid{grid-template-columns:1fr 2fr 1fr;gap:1.5rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:grid}.cart-section{background:var(--black-light);border:2px solid var(--gold);border-radius:20px;padding:1.5rem}.cart-container .section-title{color:var(--white);-webkit-text-fill-color:var(--white);-webkit-background-clip:border-box;background-clip:border-box;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700;display:flex;background:0 0!important}.cart-container .section-title:after{content:none;display:none}.form-group{margin-bottom:1rem}.form-label{color:var(--gray-light);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-input{background:var(--black);border:2px solid var(--gray-dark);width:100%;color:var(--white);border-radius:10px;padding:.75rem 1rem;font-size:16px;transition:all .3s}.form-input:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 3px #ffd7001a}.form-input.error{border-color:#ef4444}.error-message{color:#ef4444;margin-top:.25rem;font-size:.75rem}.cart-container .product-list{flex-direction:column;gap:.75rem;display:flex}.cart-container .product-item{background:var(--black);border:2px solid var(--gold);border-radius:12px;align-items:center;gap:1rem;padding:1rem;display:flex}.cart-container .product-image{object-fit:cover;border-radius:8px;width:64px;height:64px}.cart-container .product-info{flex:1}.cart-container .product-name{color:var(--white);margin-bottom:.25rem;font-size:1rem;font-weight:600}.cart-container .product-price{color:var(--gold);font-size:1.125rem;font-weight:700}.cart-container .product-actions{align-items:center;gap:.5rem;display:flex}.cart-container .qty-btn{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;transition:all .3s;display:flex}.cart-container .qty-btn.minus{background:var(--gold);color:var(--black)}.cart-container .qty-btn.plus{color:var(--white);background:#10b981}.cart-container .qty-btn:hover{transform:scale(1.1)}.cart-container .qty-display{color:var(--white);text-align:center;min-width:30px;font-weight:600}.cart-container .remove-btn{background:var(--gray-dark);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-left:.5rem;transition:all .3s;display:flex}.cart-container .remove-btn:hover{background:#ef4444}.summary-row{color:var(--gray-light);justify-content:space-between;margin-bottom:.75rem;display:flex}.summary-total{color:var(--white);border-top:2px solid var(--gray-dark);justify-content:space-between;margin-top:1rem;padding-top:1rem;font-size:1.5rem;font-weight:800;display:flex}.summary-total .amount{background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.checkout-btn{background:var(--gradient-gold);width:100%;color:var(--black);cursor:pointer;text-transform:uppercase;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:700;transition:all .3s;display:flex}.checkout-btn svg{fill:var(--black)}.checkout-btn:hover{box-shadow:var(--shadow-gold-lg);transform:translateY(-2px)}.checkout-btn:disabled{opacity:.5;cursor:not-allowed}.coupon-section{border-top:1px solid var(--gray-dark);margin-top:1.5rem;padding-top:1.5rem}.coupon-input-group{gap:.5rem;display:flex}.coupon-input{background:var(--gray-dark);color:var(--white);text-transform:uppercase;border:2px solid #0000;border-radius:8px;flex:1;padding:.75rem 1rem;font-size:16px;transition:all .3s}.coupon-input:focus{border-color:var(--gold);background:#ffd7000d;outline:none}.coupon-input::placeholder{color:var(--gray-light);text-transform:none}.apply-coupon-btn{background:var(--gray-dark);color:var(--gold);border:2px solid var(--gold);cursor:pointer;white-space:nowrap;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.apply-coupon-btn:hover{background:var(--gold);color:var(--black)}.apply-coupon-btn:disabled{opacity:.5;cursor:not-allowed}.coupon-message{text-align:center;border-radius:6px;margin-top:.5rem;padding:.5rem;font-size:.875rem}.coupon-message.success{color:#10b981;background:#10b9811a;border:1px solid #10b9814d}.coupon-message.error{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d}.discount-row{color:#10b981;justify-content:space-between;margin-bottom:.75rem;font-weight:600;display:flex}.remove-coupon{color:#ef4444;cursor:pointer;background:0 0;border:none;margin-left:.5rem;padding:0;font-size:.75rem;text-decoration:underline}.remove-coupon:hover{color:#dc2626}.empty-cart{text-align:center;padding:4rem 2rem}.cart-container .empty-icon{margin-bottom:1rem;font-size:5rem}.cart-container .empty-title{color:var(--white);margin-bottom:1rem;font-size:2rem;font-weight:700}.cart-container .empty-text{color:var(--gray-light);margin-bottom:2rem}.continue-btn{background:var(--gradient-gold);color:var(--black);border-radius:50px;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.continue-btn:hover{box-shadow:var(--shadow-gold-lg);transform:translateY(-2px)}@media (max-width:1024px){.cart-grid{grid-template-columns:1fr}}@media (max-width:768px){.cart-container{padding:1rem}.cart-grid{gap:1rem;padding:0}.cart-title{font-size:1.75rem}.cart-section{box-sizing:border-box;max-width:100%;padding:1rem}.cart-container .product-item{gap:.5rem;padding:.5rem}.cart-container .product-image{flex-shrink:0;width:60px;height:60px}.cart-container .product-info{flex:1;min-width:0}.cart-container .product-name{text-overflow:ellipsis;white-space:nowrap;font-size:.6rem;line-height:1.2;overflow:hidden}.cart-container .product-price{font-size:.9rem}.cart-container .product-actions{flex-shrink:0;gap:.25rem}.cart-container .qty-btn{width:28px;height:28px;font-size:.9rem}.cart-container .qty-display{min-width:20px;font-size:.9rem}.cart-container .remove-btn{width:28px;height:28px;margin-left:.25rem}}.pix-modal-overlay{z-index:9999;background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:none;position:fixed;inset:0}.pix-modal-overlay.active{display:flex}.pix-modal{background:var(--black-light);border:2px solid #3b82f6;border-radius:24px;width:100%;max-width:480px;max-height:90vh;padding:2rem;animation:.3s pixModalIn;overflow-y:auto;box-shadow:0 0 60px #3b82f64d}@keyframes pixModalIn{0%{opacity:0;transform:scale(.93)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.pix-modal-title{text-align:center;color:var(--white);margin-bottom:.25rem;font-size:1.5rem;font-weight:800}.pix-modal-subtitle{text-align:center;color:#60a5fa;margin-bottom:1.25rem;font-size:.9rem}.pix-modal-amount{text-align:center;background:linear-gradient(135deg,#3b82f6,#60a5fa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.25rem;font-size:2rem;font-weight:800}.pix-status-bar{color:#10b981;background:#10b98114;border:1px solid #10b98140;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.4rem .75rem;font-size:.65rem;font-weight:600;display:flex}.pix-status-dot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:1.5s infinite pixPulse}@keyframes pixPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.pix-qr-wrap{text-align:center;margin-bottom:1.25rem}.pix-qr-wrap img{background:#fff;border:2px solid #3b82f6;border-radius:14px;width:190px;height:190px;padding:.6rem}.pix-code-group{gap:.5rem;margin-bottom:1.25rem;display:flex}.pix-code-field{color:var(--white);text-overflow:ellipsis;white-space:nowrap;cursor:default;background:#3b82f61a;border:2px solid #3b82f64d;border-radius:12px;flex:1;padding:.8rem 1rem;font-family:monospace;font-size:.78rem;overflow:hidden}.pix-copy-btn{color:var(--white);cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#3b82f6,#60a5fa);border:none;border-radius:12px;padding:.8rem 1.1rem;font-size:.875rem;font-weight:700;transition:all .3s}.pix-copy-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.pix-copy-btn.copied{background:#10b981}.pix-steps{background:#3b82f60f;border:1px solid #3b82f62e;border-radius:14px;margin-bottom:1rem;padding:1.1rem}.pix-steps h4{color:#60a5fa;text-align:center;margin-bottom:.85rem;font-size:.9rem;font-weight:700}.pix-steps ol{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.pix-steps li{color:var(--gray-light);align-items:center;gap:.7rem;font-size:.875rem;display:flex}.pix-step-n{width:24px;height:24px;color:var(--white);background:linear-gradient(135deg,#3b82f6,#60a5fa);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.pix-modal-footer{text-align:center;color:var(--gray-light);font-size:.775rem}@media (max-width:400px){.cart-container{padding:.75rem}.cart-section{border-width:1px;padding:.75rem}.cart-container .section-title{margin-bottom:1rem;font-size:1rem}.cart-container .product-item{gap:.4rem;padding:.4rem}.cart-container .product-image{width:50px;height:50px}.cart-container .product-name{font-size:.75rem}.cart-container .product-price{font-size:.85rem}.cart-container .qty-btn{width:26px;height:26px;font-size:.85rem}.cart-container .qty-display{min-width:18px;font-size:.85rem}.cart-container .remove-btn{width:26px;height:26px;margin-left:.2rem}.form-input{padding:.6rem .8rem;font-size:.9rem}}.bump-card{background:var(--gradient-gold);background-size:300% 300%;border-radius:16px;margin:1.25rem 0;padding:2px;animation:3s infinite bumpGrad;position:relative}@keyframes bumpGrad{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.bump-card-inner{background:var(--black-light);border-radius:14px;padding:1rem 1rem .875rem}.bump-badge{background:var(--gradient-gold);color:var(--black);letter-spacing:.06em;text-transform:uppercase;border-radius:20px;margin-bottom:.6rem;padding:.2rem .75rem;font-size:.7rem;font-weight:800;animation:1.8s ease-in-out infinite bumpBadgePulse;display:inline-block}@keyframes bumpBadgePulse{0%,to{box-shadow:0 0 #ffd70080}50%{box-shadow:0 0 0 6px #ffd70000}}.bump-row{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.bump-thumb{object-fit:cover;background:#ffd70014;border-radius:10px;flex-shrink:0;width:60px;height:60px}.bump-thumb-placeholder{background:#ffd70014;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;display:flex}.bump-details{flex:1;min-width:0}.bump-headline{color:var(--white);margin-bottom:.2rem;font-size:.9rem;font-weight:700;line-height:1.3}.bump-subheadline{color:var(--gray-light);margin-bottom:.3rem;font-size:.75rem;line-height:1.4}.bump-prices{align-items:baseline;gap:.4rem;display:flex}.bump-old{color:var(--gray-dark);font-size:.75rem;text-decoration:line-through}.bump-new{background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.95rem;font-weight:800}.bump-add-btn{background:var(--gradient-gold);width:100%;color:var(--black);cursor:pointer;text-transform:uppercase;border:none;border-radius:10px;padding:.7rem;font-size:.85rem;font-weight:800;transition:transform .1s,box-shadow .2s}.bump-add-btn:hover{box-shadow:var(--shadow-gold-lg);transform:translateY(-1px)}.bump-add-btn:active{transform:scale(.98)}.bump-add-btn.added{color:#fff;cursor:default;background:linear-gradient(135deg,#059669,#10b981)}.bump-decline{text-align:center;color:var(--gray-dark);cursor:pointer;margin-top:.4rem;font-size:.72rem;text-decoration:underline;display:block}.bump-decline:hover{color:var(--gray-light)}.cart-container .floating-social-btn{z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(135deg,#05c7f233 0%,#049dd980 100%);border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:15px;right:30px;overflow:hidden;box-shadow:0 0 20px #05c7f2,0 0 0 2px #049dd9}.floating-social-btn img{object-fit:contain;filter:drop-shadow(0 0 5px #049dd9cc);width:105%;height:105%;transition:transform .5s}.floating-social-btn:before,.cart-container .floating-social-btn:after{content:"";opacity:0;z-index:-1;border:2px solid #049dd9cc;border-radius:50%;width:100%;height:100%;animation:2.5s infinite pulse-ring;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cart-container .floating-social-btn:after{animation-delay:.8s}@keyframes pulse-ring{0%{opacity:.8;border-width:3px;width:100%;height:100%}to{opacity:0;border-width:0;width:250%;height:250%}}.cart-container .floating-social-btn:hover{background:linear-gradient(135deg,#05c7f24d 0%,#049dd94d 100%);transform:scale(1.1);box-shadow:0 0 35px #049dd9cc,0 0 0 3px #049dd9}.floating-social-btn:hover img{filter:drop-shadow(0 0 10px #049dd9);transform:rotate(15deg)scale(1.1)}@media (max-width:768px){.cart-container .floating-social-btn{width:54px;height:54px;bottom:8px;right:20px}}
