@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");.merch-2025-page{--primary:#1b3069;--primary-dark:#111e42;--accent:#c7d53f;--bg-body:#f8fafc;--bg-card:#fff;--text-main:#0f172a;--text-muted:#64748b;--border:#e2e8f0;--success:#10b981;--danger:#ef4444;--radius:12px;background-color:var(--bg-body);color:var(--text-main);padding-bottom:40px}.merch-2025-page *{margin:0;padding:0;box-sizing:border-box;font-family:Plus Jakarta Sans,sans-serif}.merch-2025-page .merch-header{background:var(--bg-card);padding:1rem 0;position:sticky;top:0;z-index:10;border-bottom:1px solid var(--border);box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.merch-2025-page .header-content{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.merch-2025-page .brand h1{color:var(--primary);font-size:1.5rem;font-weight:800}.merch-2025-page .brand p{font-size:.85rem;color:var(--text-muted)}.merch-2025-page .layout-grid{max-width:1280px;margin:2rem auto;padding:0 20px;display:grid;grid-template-columns:2fr 1.2fr;gap:2rem;align-items:start}.merch-2025-page .products-grid{display:grid;gap:1.5rem}.merch-2025-page .product-card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;display:grid;grid-template-columns:240px 1fr;transition:transform .2s}.merch-2025-page .product-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.05)}.merch-2025-page .p-image{background:#f1f5f9;width:100%;height:100%;min-height:240px;position:relative;overflow:hidden}.merch-2025-page .p-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:opacity .3s ease}.merch-2025-page .p-details{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.merch-2025-page .p-header{display:flex;justify-content:space-between;align-items:start}.merch-2025-page .p-title{font-size:1.25rem;font-weight:700;color:var(--primary)}.merch-2025-page .p-price{background:#ecfdf5;color:#059669;padding:4px 12px;border-radius:20px;font-weight:700;font-size:.95rem}.merch-2025-page .input-group label{display:block;font-size:.8rem;font-weight:600;color:var(--text-muted);margin-bottom:.4rem;text-transform:uppercase}.merch-2025-page input,.merch-2025-page select{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:8px;font-size:.95rem;background:#fff;transition:border-color .2s}.merch-2025-page input:focus,.merch-2025-page select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(27,48,105,.1)}.merch-2025-page .btn-add{background:var(--primary);color:#fff;border:none;padding:.85rem;border-radius:8px;font-weight:600;cursor:pointer;width:100%;margin-top:auto;transition:background .2s}.merch-2025-page .btn-add:hover{background:var(--primary-dark)}.merch-2025-page .btn-add:disabled{background:#cbd5e1;cursor:not-allowed}.merch-2025-page .sidebar{position:sticky;top:100px;display:flex;flex-direction:column;gap:1.5rem}.merch-2025-page .sidebar-card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.merch-2025-page .sidebar-title{font-size:1.1rem;font-weight:700;color:var(--primary);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.merch-2025-page .cart-items{max-height:400px;overflow-y:auto;margin-bottom:1rem}.merch-2025-page .cart-item{background:#f8fafc;border:1px solid var(--border);border-radius:8px;padding:1rem;margin-bottom:.8rem;position:relative;animation:fadeIn .3s ease}.merch-2025-page .cart-item-title{font-weight:700;font-size:.9rem;display:flex;justify-content:space-between}.merch-2025-page .cart-item-desc{font-size:.85rem;color:var(--text-muted);margin-top:4px}.merch-2025-page .cart-remove{color:var(--danger);background:none;border:none;font-size:.8rem;font-weight:600;cursor:pointer;margin-top:6px;display:inline-block}.merch-2025-page .total-row{display:flex;justify-content:space-between;font-size:1.25rem;font-weight:800;color:var(--primary);margin-top:1rem;border-top:2px solid var(--border);padding-top:1rem}.merch-2025-page .btn-checkout{width:100%;background:var(--accent);color:var(--primary);border:none;padding:1rem;border-radius:8px;font-weight:700;font-size:1.1rem;cursor:pointer;margin-top:1rem}.merch-2025-page .btn-checkout:hover{filter:brightness(.95)}.merch-2025-page .sg-builder{background:#f8fafc;border:1px solid var(--border);padding:1rem;border-radius:8px;margin-top:1rem}.merch-2025-page .sg-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid #e2e8f0}.merch-2025-page .sg-btn{width:28px;height:28px;border-radius:6px;border:1px solid var(--border);background:#fff;cursor:pointer}.merch-2025-page .toast-container{position:fixed;bottom:24px;right:24px;z-index:1000;display:flex;flex-direction:column;gap:10px;pointer-events:none}.merch-2025-page .toast{background:var(--primary);color:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 10px 25px -5px rgba(0,0,0,.2);display:flex;align-items:center;gap:12px;transform:translateY(100%);opacity:0;transition:all .4s cubic-bezier(.16,1,.3,1);pointer-events:auto;font-weight:500;min-width:300px}.merch-2025-page .toast.show{transform:translateY(0);opacity:1}.merch-2025-page .toast-icon{background:hsla(0,0%,100%,.2);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px}.merch-2025-page .intro-section{background:linear-gradient(135deg,#1b3069,#111e42);color:#fff;padding:3rem 0;margin-bottom:2rem;position:relative;overflow:hidden}.merch-2025-page .intro-section:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(199,213,63,.1) 0,transparent 70%);border-radius:50%;pointer-events:none}.merch-2025-page .intro-container{max-width:1000px;margin:0 auto;padding:0 20px;text-align:center;position:relative;z-index:2}.merch-2025-page .intro-badge{display:inline-block;background:var(--accent);color:var(--primary);font-weight:800;padding:6px 16px;border-radius:20px;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;box-shadow:0 4px 12px rgba(199,213,63,.3)}.merch-2025-page .intro-title{font-size:2.2rem;font-weight:800;line-height:1.2;margin-bottom:1rem;background:linear-gradient(90deg,#fff,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.merch-2025-page .intro-lead{font-size:1.1rem;color:#94a3b8;max-width:600px;margin:0 auto 3rem;line-height:1.6}.merch-2025-page .intro-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;text-align:left}.merch-2025-page .intro-card{background:hsla(0,0%,100%,.05);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);padding:1.5rem;border-radius:16px;transition:transform .3s ease,background .3s}.merch-2025-page .intro-card:hover{transform:translateY(-5px);background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.2)}.merch-2025-page .ic-icon{font-size:2rem;margin-bottom:1rem;background:hsla(0,0%,100%,.1);width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:12px}.merch-2025-page .intro-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:var(--accent)}.merch-2025-page .intro-card p{font-size:.9rem;color:#cbd5e1;line-height:1.5}.merch-2025-page .intro-footer{font-size:1.1rem;color:#fff;font-weight:500;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1)}.merch-2025-page .intro-footer strong{color:var(--accent)}@media (max-width:768px){.merch-2025-page .intro-title{font-size:1.8rem}.merch-2025-page .intro-cards{grid-template-columns:1fr;gap:1rem}.merch-2025-page .intro-card{text-align:center}.merch-2025-page .ic-icon{margin:0 auto 1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.merch-2025-page .layout-grid{grid-template-columns:1fr}.merch-2025-page .sidebar{position:static}.merch-2025-page .product-card{grid-template-columns:1fr}.merch-2025-page .p-image{height:240px;min-height:0}.merch-2025-page .toast-container{left:20px;right:20px;bottom:20px}.merch-2025-page .toast{width:100%;min-width:0}}.merch-2025-page .logo-xlri{width:100px}.merch-2025-page .logo{width:150px}.merch-2025-page .flex,.merch-2025-page .logo-container{display:flex;gap:10px}@media screen and (max-width:768px){.merch-2025-page .flex{flex-direction:column}}.merch-2025-page .modal{display:flex;align-items:center;justify-content:center;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.merch-2025-page .modal-content{position:relative;background-color:#fff;margin:5% auto;padding:20px;border-radius:10px;width:90%;max-width:800px;max-height:80vh;overflow-y:auto}.merch-2025-page .closePay{position:absolute;right:20px;top:15px;font-size:28px;font-weight:700;cursor:pointer;color:#aaa}.merch-2025-page .closePay:hover{color:#000}.merch-2025-page #paymentIframe{width:100%;height:600px;border:none;border-radius:5px}