:root{--color-primary: #2563eb;--color-primary-dark: #1e40af;--color-primary-light: #60a5fa;--color-secondary: #10b981;--color-accent: #f59e0b;--color-danger: #ef4444;--color-success: #22c55e;--gradient-premium: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-sport: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--gradient-gold: linear-gradient(135deg, #ffd700 0%, #ffed4e 50%, #ffd700 100%);--gradient-silver: linear-gradient(135deg, #b8c6db 0%, #f5f7fa 100%);--gradient-hero: linear-gradient(180deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,.3) 100%);--glass-bg: rgba(255, 255, 255, .1);--glass-border: rgba(255, 255, 255, .2);--glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, .37);--glass-blur: blur(10px);--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--shadow-glow: 0 0 20px rgba(37, 99, 235, .5);--transition-fast: all .2s cubic-bezier(.4, 0, .2, 1);--transition-base: all .3s cubic-bezier(.4, 0, .2, 1);--transition-slow: all .5s cubic-bezier(.4, 0, .2, 1);--transition-spring: all .5s cubic-bezier(.68, -.55, .265, 1.55)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes glow{0%,to{box-shadow:0 0 5px #2563eb80,0 0 20px #2563eb4d}50%{box-shadow:0 0 20px #2563ebcc,0 0 40px #2563eb80}}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--gradient-premium)}.hero-video-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--gradient-hero);z-index:-1}.hero-content{text-align:center;color:#fff;z-index:1;animation:fadeInUp 1s ease-out}.hero-title{font-size:clamp(2.5rem,5vw,5rem);font-weight:800;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);background:linear-gradient(45deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1.2rem,2vw,1.8rem);margin-bottom:2rem;opacity:.95}.btn-premium{position:relative;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#fff;background:var(--gradient-premium);border:none;border-radius:50px;cursor:pointer;overflow:hidden;transition:var(--transition-base);box-shadow:var(--shadow-lg)}.btn-premium:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.btn-premium:hover{transform:translateY(-3px);box-shadow:var(--shadow-2xl)}.btn-premium:hover:before{left:100%}.btn-gold{background:var(--gradient-gold);color:#333;animation:pulse 2s infinite}.btn-glass{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow)}.ticket-card,.product-card,.product-item,article.product{position:relative;background:#fff;border-radius:20px;overflow:hidden;transition:var(--transition-base);box-shadow:var(--shadow-md);cursor:pointer}.ticket-card:before,.product-card:before,.product-item:before,article.product:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:var(--gradient-premium);z-index:1}.ticket-card:hover,.product-card:hover,.product-item:hover,article.product:hover{transform:translateY(-10px) scale(1.02);box-shadow:var(--shadow-2xl)}.product-list .product-card,.collection-product-list article.product{background:linear-gradient(145deg,#fff,#f8f9fa);border:1px solid rgba(99,102,241,.1);position:relative;overflow:visible}.product-list .product-card:after,.collection-product-list article.product:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;z-index:-1;opacity:0;transition:opacity .3s ease}.product-list .product-card:hover:after,.collection-product-list article.product:hover:after{opacity:.15}.ticket-card-premium{background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.ticket-card-vip{background:var(--gradient-gold);position:relative;overflow:hidden}.ticket-card-vip:after{content:"VIP";position:absolute;top:20px;right:-30px;background:red;color:#fff;padding:5px 40px;transform:rotate(45deg);font-weight:700;font-size:.8rem;box-shadow:var(--shadow-md)}.ticket-image{width:100%;height:200px;object-fit:cover;transition:var(--transition-slow)}.ticket-card:hover .ticket-image{transform:scale(1.1)}.ticket-body{padding:1.5rem}.ticket-title{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:#1a1a1a}.ticket-venue{display:flex;align-items:center;gap:.5rem;color:#666;margin-bottom:1rem}.ticket-price{font-size:1.8rem;font-weight:800;color:var(--color-primary);margin-bottom:1rem}.ticket-badge{display:inline-block;padding:.3rem .8rem;background:var(--color-success);color:#fff;border-radius:20px;font-size:.85rem;font-weight:600}.countdown-container{display:flex;gap:1rem;justify-content:center;margin:2rem 0}.countdown-item{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:15px;padding:1.5rem;min-width:100px;text-align:center;box-shadow:var(--glass-shadow)}.countdown-number{font-size:2.5rem;font-weight:800;color:var(--color-primary);display:block;line-height:1}.countdown-label{font-size:.9rem;text-transform:uppercase;color:#666;margin-top:.5rem}.trust-section{padding:4rem 0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.trust-badges{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-bottom:3rem}.trust-badge{display:flex;flex-direction:column;align-items:center;text-align:center;animation:fadeInUp .6s ease-out}.trust-badge-icon{width:60px;height:60px;background:var(--gradient-premium);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;margin-bottom:1rem;box-shadow:var(--shadow-lg)}.trust-badge-title{font-weight:700;font-size:1.1rem;margin-bottom:.5rem}.trust-badge-desc{color:#666;font-size:.9rem}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.skeleton-text{height:20px;margin-bottom:10px;border-radius:4px}.skeleton-title{height:30px;width:60%;margin-bottom:15px;border-radius:4px}.skeleton-image{height:200px;width:100%;border-radius:10px;margin-bottom:15px}.loading-spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid var(--color-primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.section-divider{position:relative;height:100px;overflow:hidden}.wave-divider{position:absolute;bottom:0;left:0;width:100%;height:100px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100'%3E%3Cpath fill='%23ffffff' fill-opacity='1' d='M0,32L48,37.3C96,43,192,53,288,58.7C384,64,480,64,576,58.7C672,53,768,43,864,48C960,53,1056,75,1152,80C1248,85,1344,75,1392,69.3L1440,64L1440,100L1392,100C1344,100,1248,100,1152,100C1056,100,960,100,864,100C768,100,672,100,576,100C480,100,384,100,288,100C192,100,96,100,48,100L0,100Z'%3E%3C/path%3E%3C/svg%3E");background-size:cover}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.trust-badges{gap:2rem}.countdown-container{flex-wrap:wrap}.countdown-item{min-width:80px;padding:1rem}.countdown-number{font-size:1.8rem}.fab{width:50px;height:50px;font-size:1.2rem}}.hover-lift{transition:var(--transition-base)}.hover-lift:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl)}.hover-grow{transition:var(--transition-base)}.hover-grow:hover{transform:scale(1.05)}.hover-rotate{transition:var(--transition-base)}.hover-rotate:hover{transform:rotate(5deg)}.text-gradient{background:var(--gradient-premium);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.border-gradient{position:relative;background:#fff;border-radius:10px}.border-gradient:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:10px;padding:2px;background:var(--gradient-premium);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.collection-hero{background:var(--gradient-premium);padding:4rem 0;margin-bottom:3rem}.shopify-section--main-collection .product-list{gap:2rem}.shopify-section--main-collection .product-card,.shopify-section--main-collection article.product,#product-grid .product-card,.collection__products .product-card{background:linear-gradient(135deg,#fff,#fafbff);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #6366f114;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.shopify-section--main-collection .product-card:before,.shopify-section--main-collection article.product:before,#product-grid .product-card:before,.collection__products .product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2,#f093fb);z-index:10}.shopify-section--main-collection .product-card:hover,.shopify-section--main-collection article.product:hover,#product-grid .product-card:hover,.collection__products .product-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #6366f126}.product-card__image,.product-card__figure,.product__media{position:relative;overflow:hidden;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.product-card__image img,.product__media img{transition:transform .5s ease}.product-card:hover .product-card__image img,.product-card:hover .product__media img{transform:scale(1.08)}.product-card__info,.product__info{padding:1.2rem;background:linear-gradient(to bottom,#fffffff2,#f9fafbf2)}.product-card__title,.product__title{font-weight:600;color:#1a202c;margin-bottom:.5rem}.product-card__price,.price{font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#cart-drawer,.cart-drawer,cart-drawer{background:linear-gradient(to bottom,#fff,#fafbff)}.cart-drawer__header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem}.cart-drawer__header h2,.cart-drawer__header .h2{color:#fff}.cart-drawer__items{background:#fff;border-radius:12px;margin:1rem;padding:1rem;box-shadow:0 2px 8px #0000000d}.cart-drawer__footer{background:linear-gradient(to top,#fff,#fafbff);border-top:2px solid transparent;border-image:linear-gradient(90deg,#667eea,#764ba2) 1;padding:1.5rem}.cart-page .line-item,.cart-page .cart-item{background:linear-gradient(135deg,#fff,#fafbff);border-radius:12px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 8px #6366f10f;border:1px solid rgba(99,102,241,.1)}.cart-page .cart-form__totals{background:linear-gradient(135deg,#fafbff,#f0f2ff);border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #6366f114}.cart button[name=checkout],.cart-drawer button[name=checkout],button.checkout-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;padding:1rem 2rem;border-radius:50px;border:none;box-shadow:0 4px 15px #667eea4d;transition:all .3s ease}.cart button[name=checkout]:hover,.cart-drawer button[name=checkout]:hover,button.checkout-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.scroll-reveal{opacity:0;transform:translateY(30px);transition:all .6s ease-out}.scroll-reveal.revealed{opacity:1;transform:translateY(0)}.parallax{transform:translateY(var(--parallax-offset, 0));will-change:transform;transition:transform .5s cubic-bezier(.23,1,.32,1)}
/*# sourceMappingURL=/cdn/shop/t/24/assets/modern-design.css.map?v=105467820762359488141758254588 */
