.tienda-page{padding-top:5rem;min-height:100vh;background:var(--bg)}.tienda-hero{padding:4rem 0 2.5rem;border-bottom:1px solid var(--border);position:relative}.tienda-hero:before{content:"";position:absolute;top:0;right:-2rem;width:420px;height:420px;background:radial-gradient(circle,rgba(255,102,0,.06) 0,transparent 70%);pointer-events:none}.tienda-title{font-family:var(--font-display);font-weight:800;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.05;letter-spacing:-.03em;color:var(--text);margin-bottom:.75rem}.tienda-subtitle{font-size:1.05rem;color:var(--text-dim);max-width:48ch}.tienda-loading{color:var(--text-muted);font-size:.95rem}.tienda-empty,.tienda-loading{padding:6rem 0;text-align:center}.tienda-empty{display:flex;flex-direction:column;align-items:center;gap:1.25rem;color:var(--text-dim)}.tienda-empty p{font-size:1.1rem}.tienda-controls{display:flex;flex-direction:column;gap:1.25rem;padding:2rem 0}.tienda-search{width:100%;max-width:440px;background:rgba(255,255,255,.04);border:1px solid var(--border);border-radius:100px;padding:.75rem 1.25rem;color:var(--text);font-family:var(--font-body);font-size:.95rem;transition:border-color var(--transition),box-shadow var(--transition)}.tienda-search::placeholder{color:var(--text-muted)}.tienda-search:focus{outline:none;border-color:rgba(255,102,0,.5);box-shadow:0 0 0 3px rgba(255,102,0,.08)}.tienda-filters{display:flex;gap:.4rem;flex-wrap:wrap}.tienda-filter-btn{padding:.45rem 1.1rem;border-radius:100px;border:1px solid var(--border);background:transparent;font-family:var(--font-body);font-size:.85rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:background var(--transition),color var(--transition),border-color var(--transition);text-transform:capitalize}.tienda-filter-btn:hover{color:var(--text);border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.04)}.tienda-filter-btn[aria-selected=true]{background:var(--accent);color:#000;border-color:var(--accent);font-weight:700}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem;padding-bottom:6rem;list-style:none}.product-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:border-color var(--transition),transform var(--transition),box-shadow var(--transition);display:flex;flex-direction:column;position:relative}.product-card:hover{border-color:rgba(255,102,0,.25);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.4)}.product-card-link{display:block;color:inherit;text-decoration:none;flex:1 1;display:flex;flex-direction:column}.product-card-img{aspect-ratio:1;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-card-img[data-category=remeras]{background:linear-gradient(135deg,#FF6600,#cc3300)}.product-card-img[data-category=buzos]{background:linear-gradient(135deg,#1c1c1c,#2e2e2e)}.product-card-img[data-category=accesorios]{background:linear-gradient(135deg,#0f0f0f,rgba(255,102,0,.3))}.product-card-img[data-category=digital]{background:linear-gradient(135deg,#5B21B6,#7C3AED)}.product-card-photo{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.product-card-link:hover .product-card-photo{transform:scale(1.04)}.product-badge{position:absolute;top:.75rem;left:.75rem;background:var(--accent);color:#000;font-family:var(--font-body);font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.2rem .65rem;border-radius:100px;z-index:1}.product-card-body{padding:1.25rem 1.25rem .75rem;display:flex;flex-direction:column;gap:.35rem;flex:1 1}.product-category{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.product-name{font-family:var(--font-display);font-weight:700;font-size:1rem;color:var(--text);line-height:1.3}.product-description{font-size:.8rem;color:var(--text-muted);line-height:1.5;flex:1 1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-footer{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem 1.25rem;border-top:1px solid var(--border);margin-top:auto}.product-price{font-family:var(--font-display);font-weight:800;font-size:1.1rem;color:var(--text);letter-spacing:-.02em}.product-add-btn{background:var(--accent);color:#000;font-family:var(--font-body);font-size:.78rem;font-weight:700;padding:.45rem .9rem;border:none;border-radius:100px;cursor:pointer;transition:transform var(--transition),box-shadow var(--transition);white-space:nowrap;letter-spacing:.01em}.product-add-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px var(--accent-glow)}.cart-trigger{position:fixed;bottom:6rem;right:2rem;width:56px;height:56px;background:var(--bg-surface);border:1px solid rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:150;font-size:1.3rem;transition:border-color var(--transition),transform var(--transition),box-shadow var(--transition);color:var(--text)}.cart-trigger:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 6px 24px rgba(255,102,0,.2)}.cart-trigger-count{position:absolute;top:-4px;right:-4px;background:var(--accent);color:#000;font-family:var(--font-display);font-size:.65rem;font-weight:800;min-width:20px;height:20px;border-radius:100px;display:flex;align-items:center;justify-content:center;padding:0 4px}.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.65);z-index:300;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-overlay--open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:100vw;background:var(--bg-surface);border-left:1px solid var(--border);z-index:301;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}.cart-drawer--open{transform:translateX(0)}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--border);flex-shrink:0}.cart-title{font-family:var(--font-display);font-weight:700;font-size:1.15rem;color:var(--text)}.cart-close-btn{background:none;border:1px solid var(--border);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-muted);font-size:.9rem;transition:color var(--transition),border-color var(--transition);flex-shrink:0}.cart-close-btn:hover{color:var(--text);border-color:rgba(255,255,255,.2)}.cart-body{flex:1 1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.cart-empty{text-align:center;color:var(--text-muted);font-size:.95rem;padding:4rem 0}.cart-items{flex-direction:column;list-style:none}.cart-item,.cart-items{display:flex;gap:.75rem}.cart-item{flex-direction:row;padding:.75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);align-items:flex-start}.cart-item-img{width:64px;height:64px;object-fit:cover;border-radius:8px;flex-shrink:0}.cart-item-body{display:flex;flex-direction:column;gap:.5rem;flex:1 1;min-width:0}.cart-item-info{display:flex;flex-direction:column;gap:.2rem}.cart-item-name{font-family:var(--font-display);font-weight:600;font-size:.9rem;color:var(--text);line-height:1.3}.cart-item-size,.cart-item-unit-price{font-size:.75rem;color:var(--text-muted)}.cart-item-controls{display:flex;align-items:center;gap:.75rem}.cart-qty-btn{background:var(--bg);border:1px solid var(--border);border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-muted);font-size:1rem;line-height:1;transition:color var(--transition),border-color var(--transition)}.cart-qty-btn:hover{color:var(--text);border-color:rgba(255,255,255,.2)}.cart-qty-display{font-family:var(--font-display);font-size:.9rem;font-weight:700;color:var(--text);min-width:1.25rem;text-align:center}.cart-remove-btn{background:none;border:none;cursor:pointer;font-size:1rem;padding:4px;border-radius:6px;transition:background var(--transition);margin-left:auto}.cart-remove-btn:hover{background:rgba(255,107,107,.15)}.cart-item-subtotal{font-family:var(--font-display);font-weight:700;font-size:.9rem;color:var(--accent);text-align:right}.cart-clear-btn{background:none;border:none;color:var(--text-muted);font-family:var(--font-body);font-size:.8rem;cursor:pointer;text-align:center;transition:color var(--transition);padding:.25rem;width:100%}.cart-clear-btn:hover{color:#FF6B6B}.cart-footer{border-top:1px solid var(--border);padding:1.5rem;display:flex;flex-direction:column;gap:1rem;flex-shrink:0}.cart-total{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-display)}.cart-total span:first-child{font-size:.9rem;color:var(--text-muted)}.cart-total span:last-child{font-size:1.4rem;font-weight:800;color:var(--text);letter-spacing:-.02em}.cart-checkout-btn{width:100%;justify-content:center;gap:.4rem;text-decoration:none}.product-breadcrumb{margin-top:1.5rem;margin-bottom:2.5rem}.product-breadcrumb a{color:var(--text-muted);font-size:.875rem;font-weight:500;transition:color var(--transition);display:inline-flex;align-items:center;gap:.35rem}.product-breadcrumb a:hover{color:var(--accent)}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start;padding-bottom:6rem}.product-detail-img{aspect-ratio:1;border-radius:20px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);position:-webkit-sticky;position:sticky;top:7rem}.product-detail-img[data-category=remeras]{background:linear-gradient(135deg,#FF6600,#cc3300)}.product-detail-img[data-category=buzos]{background:linear-gradient(135deg,#1c1c1c,#2e2e2e)}.product-detail-img[data-category=accesorios]{background:linear-gradient(135deg,#0f0f0f,rgba(255,102,0,.35))}.product-detail-img[data-category=digital]{background:linear-gradient(135deg,#5B21B6,#7C3AED)}.product-detail-photo{width:100%;height:100%;object-fit:cover;display:block;border-radius:20px}.product-detail-info{display:flex;flex-direction:column;gap:1.25rem;padding-top:1.5rem}.product-detail-name{font-family:var(--font-display);font-weight:800;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.1;letter-spacing:-.02em;color:var(--text)}.product-detail-description{font-size:.95rem;color:var(--text-dim);line-height:1.75;border-top:1px solid var(--border);padding-top:1.25rem}.product-detail-price{font-family:var(--font-display);font-weight:800;font-size:2rem;color:var(--accent);letter-spacing:-.03em}.product-sizes{display:flex;flex-direction:column;gap:.6rem}.product-sizes-label{font-size:.78rem;font-weight:700;color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase}.product-sizes-grid{display:flex;gap:.5rem;flex-wrap:wrap}.product-size-btn{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:.55rem 1.1rem;font-family:var(--font-body);font-size:.875rem;font-weight:600;color:var(--text-dim);cursor:pointer;transition:border-color var(--transition),color var(--transition),background var(--transition);min-width:52px;text-align:center}.product-size-btn:hover{border-color:rgba(255,255,255,.2);color:var(--text)}.product-size-btn.selected{border-color:var(--accent);color:var(--accent);background:rgba(255,102,0,.08)}.product-size-error{color:#FF6B6B;font-weight:400;font-size:.8rem;letter-spacing:0;text-transform:none}.product-qty-controls{display:flex;align-items:center;gap:1rem}.product-qty-label{font-size:.78rem;font-weight:700;color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase}.product-qty-stepper{display:flex;align-items:center;gap:.75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:100px;padding:.3rem .75rem}.product-qty-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:1.15rem;line-height:1;transition:color var(--transition);width:22px;text-align:center}.product-qty-btn:hover:not(:disabled){color:var(--text)}.product-qty-btn:disabled{opacity:.3;cursor:not-allowed}.product-qty-value{font-family:var(--font-display);font-weight:700;font-size:1rem;color:var(--text);min-width:1.5rem;text-align:center}.product-add-action{display:flex;flex-direction:column;gap:.75rem}.product-add-btn-large{width:100%;padding:1rem 1.5rem;background:var(--accent);color:#000;font-family:var(--font-body);font-size:1rem;font-weight:700;border:none;border-radius:100px;cursor:pointer;transition:transform var(--transition),box-shadow var(--transition);letter-spacing:.01em}.product-add-btn-large:hover{transform:translateY(-2px);box-shadow:0 8px 32px var(--accent-glow)}.product-added-feedback{text-align:center;color:var(--accent);font-weight:600;font-size:.9rem;opacity:0;height:1.4rem;transition:opacity .3s ease}.product-added-feedback--visible{opacity:1}.product-stock{font-size:.8rem;color:var(--text-muted)}.checkout-page{padding-top:5rem;min-height:100vh;background:var(--bg)}.checkout-back{display:inline-flex;align-items:center;gap:.4rem;color:var(--text-muted);font-size:.875rem;font-weight:500;text-decoration:none;margin-top:2rem;margin-bottom:2.5rem;transition:color var(--transition)}.checkout-back:hover{color:var(--accent)}.checkout-grid{display:grid;grid-template-columns:1fr 380px;grid-gap:2.5rem;gap:2.5rem;align-items:start;padding-bottom:6rem}.checkout-form{display:flex;flex-direction:column;gap:1.25rem}.checkout-section{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:1.75rem}.checkout-section-title{font-family:var(--font-display);font-weight:700;font-size:.95rem;color:var(--text);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border);letter-spacing:-.01em}.checkout-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.checkout-field{display:flex;flex-direction:column;gap:.4rem}.checkout-field--full{grid-column:1/-1}.checkout-field label{font-size:.72rem;font-weight:700;color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase}.checkout-optional{font-weight:400;text-transform:none;letter-spacing:0;opacity:.6}.checkout-field input,.checkout-field select{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:.7rem 1rem;color:var(--text);font-family:var(--font-body);font-size:.9rem;width:100%;transition:border-color var(--transition),box-shadow var(--transition)}.checkout-field input::placeholder{color:var(--text-muted)}.checkout-field input:focus,.checkout-field select:focus{outline:none;border-color:rgba(255,102,0,.5);box-shadow:0 0 0 3px rgba(255,102,0,.08)}.checkout-field select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.checkout-payment-box{display:flex;flex-direction:column;gap:.85rem}.checkout-mp-badge{display:inline-flex;align-items:center;gap:.6rem;background:rgba(0,158,227,.08);border:1px solid rgba(0,158,227,.22);border-radius:100px;padding:.55rem 1rem .55rem .75rem;width:-moz-fit-content;width:fit-content}.checkout-mp-badge span:first-of-type{font-family:var(--font-display);font-weight:700;font-size:.875rem;color:#009EE3}.checkout-mp-selected{font-size:.68rem!important;font-weight:600!important;color:#009EE3!important;opacity:.65;background:rgba(0,158,227,.15);padding:.1rem .5rem;border-radius:100px}.checkout-payment-note{font-size:.82rem;color:var(--text-muted);line-height:1.65}.checkout-summary{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:1.75rem;position:-webkit-sticky;position:sticky;top:6rem;display:flex;flex-direction:column;gap:1.25rem}.checkout-summary-title{font-family:var(--font-display);font-weight:700;font-size:.95rem;color:var(--text);padding-bottom:.75rem;border-bottom:1px solid var(--border);letter-spacing:-.01em}.checkout-items{display:flex;flex-direction:column;gap:.85rem;list-style:none}.checkout-item{display:flex;align-items:center;gap:.85rem}.checkout-item-img{position:relative;flex-shrink:0}.checkout-item-img img{width:56px;height:56px;object-fit:cover;border-radius:8px;border:1px solid var(--border);display:block}.checkout-item-qty{position:absolute;top:-6px;right:-6px;background:var(--text-muted);color:var(--bg);font-family:var(--font-display);font-size:.6rem;font-weight:800;min-width:18px;height:18px;border-radius:100px;display:flex;align-items:center;justify-content:center;padding:0 3px}.checkout-item-info{flex:1 1;display:flex;flex-direction:column;gap:.15rem;min-width:0}.checkout-item-name{font-family:var(--font-display);font-weight:600;font-size:.82rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkout-item-size{font-size:.72rem;color:var(--text-muted)}.checkout-item-price{font-family:var(--font-display);font-weight:700;font-size:.85rem;color:var(--text);flex-shrink:0}.checkout-item-controls{display:flex;align-items:center;gap:.4rem;margin-top:.4rem}.checkout-qty-btn{background:var(--bg);border:1px solid var(--border);border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:var(--text);cursor:pointer;line-height:1}.checkout-qty-btn:hover{border-color:var(--accent);color:var(--accent)}.checkout-qty-display{font-size:.8rem;font-weight:600;color:var(--text);min-width:16px;text-align:center}.checkout-remove-btn{background:none;border:none;cursor:pointer;font-size:.85rem;opacity:.5;margin-left:.25rem;line-height:1}.checkout-remove-btn:hover{opacity:1}.checkout-totals{display:flex;flex-direction:column;gap:.55rem;border-top:1px solid var(--border);padding-top:1rem}.checkout-total-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--text-dim)}.checkout-total-row span:last-child{font-family:var(--font-display);font-weight:600;color:var(--text)}.checkout-shipping-free{color:#4ade80!important;font-weight:700!important}.checkout-shipping-note{font-size:.72rem;color:#4ade80;font-weight:500}.checkout-total-row--final{border-top:1px solid var(--border);padding-top:.85rem;margin-top:.2rem}.checkout-total-row--final span:first-child{font-family:var(--font-display);font-weight:700;font-size:.95rem;color:var(--text)}.checkout-total-row--final span:last-child{font-family:var(--font-display);font-weight:800;font-size:1.35rem;color:var(--text);letter-spacing:-.02em}.checkout-submit-btn{width:100%;justify-content:center;gap:.5rem;padding:.95rem 1.5rem;font-size:.95rem}.checkout-secure-note{display:flex;align-items:center;justify-content:center;gap:.35rem;text-align:center;font-size:.75rem;color:var(--text-muted)}@media (max-width:1024px){.product-detail-grid{gap:2.5rem}.product-detail-img{position:static}}@media (max-width:900px){.checkout-grid{grid-template-columns:1fr}.checkout-summary{position:static;order:-1}}@media (max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr)}.product-detail-grid{grid-template-columns:1fr;gap:2rem}.product-detail-img{max-width:320px;margin:0 auto}.cart-drawer{width:100vw}}@media (max-width:600px){.checkout-fields{grid-template-columns:1fr}.checkout-field--full{grid-column:1}}@media (max-width:480px){.products-grid{grid-template-columns:1fr}.tienda-controls{gap:1rem}}