.world-cup-product,.world-cup-collection,.world-cup-home-strip{--wc-orange: #ff741c;--wc-blue: #03aed0;--wc-ink: #121212;--wc-muted: #5e5e5e;--wc-cream: #fdfaf3;--wc-panel: #f2f2f2;--wc-line: #d9d9d9;color:var(--wc-ink)}.world-cup-product{--wc-product-mobile-top-padding: 96px;background:var(--wc-cream);padding:120px 8px 60px}.world-cup-product__container{display:grid;grid-template-columns:minmax(0,65fr) minmax(420px,35fr);gap:28px;width:94%;max-width:none;margin:0 auto;align-items:start}.world-cup-product__media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;align-items:start;background:#fff}.world-cup-product__image-cell{text-align:center;background:#fff;border:0;border-radius:0;box-shadow:none;overflow:hidden;padding:0;aspect-ratio:auto;min-height:0;display:block}.world-cup-product__image-cell img{width:100%;height:auto;object-fit:cover;object-position:center top;display:block;border-radius:0}.world-cup-product__info{position:sticky;top:120px;background:#fdfaf3f0}.world-cup-product__eyebrow{color:var(--wc-orange);font-size:13px;font-weight:800;letter-spacing:0;margin:0 0 10px;text-transform:uppercase}.world-cup-product__title{font-size:clamp(34px,4.5vw,54px);line-height:1;font-weight:900;margin:0 0 14px;letter-spacing:-.02em;text-transform:uppercase;color:var(--wc-ink)}.world-cup-product__badges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.world-cup-product__badges span{display:inline-flex;align-items:center;min-height:32px;padding:7px 12px;border-radius:999px;background:#fff;border:1px solid var(--wc-line);font-size:13px;font-weight:700}.world-cup-product__pricing{background:transparent;border:none;border-radius:0;padding:0;margin-bottom:20px}.world-cup-product__price{display:flex;align-items:center;gap:14px;margin:0}.world-cup-product__price strong{color:var(--wc-orange);font-size:42px;line-height:1;flex-shrink:0}.world-cup-product__price span{color:var(--wc-muted);font-size:14px}.world-cup-product__price-helper{display:none}.world-cup-product__price-disclaimer{flex:1;color:var(--wc-muted);font-size:13px;line-height:1.45}.world-cup-product__form{display:flex;flex-direction:column;gap:14px}.world-cup-option-group{margin:0;padding:0;border:0}.world-cup-option-title{display:block;margin-bottom:8px;font-size:16px;color:#000;font-weight:700;text-transform:uppercase}.world-cup-team-grid,.world-cup-size-grid,.world-cup-customization-grid{display:grid;gap:10px}.world-cup-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.world-cup-size-grid{grid-template-columns:repeat(auto-fit,minmax(70px,1fr))}.world-cup-size-grid--quantities{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.world-cup-customization-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.world-cup-team-input,.world-cup-size-input,.world-cup-customization-input{position:absolute;opacity:0;pointer-events:none}.world-cup-team-card,.world-cup-size-card,.world-cup-customization-card{min-height:50px;display:flex;align-items:center;justify-content:center;border:2px solid var(--wc-line);border-radius:10px;background:#fff;cursor:pointer;font-weight:800;text-align:center;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.world-cup-team-card:hover,.world-cup-size-card:hover,.world-cup-customization-card:hover{border-color:var(--wc-orange);transform:translateY(-1px)}.world-cup-team-card.is-selected,.world-cup-size-card.is-selected,.world-cup-customization-card.is-selected{border-color:var(--wc-orange);box-shadow:0 0 0 2px #ff741c29}.world-cup-team-card.is-disabled,.world-cup-size-card.is-disabled,.world-cup-customization-card.is-disabled{opacity:.45;cursor:not-allowed;transform:none}.world-cup-customization-card{min-height:88px;flex-direction:column;gap:5px;padding:12px 8px}.world-cup-size-order{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:auto;padding:12px 4px;border:2px solid var(--wc-line);border-radius:10px;background:#fff;text-align:center;overflow:hidden;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.world-cup-size-order.has-quantity{border-color:var(--wc-orange);background:#ff741c0a;box-shadow:0 4px 14px #ff741c1f}.world-cup-size-order__label{font-size:18px;font-weight:900;text-align:center;line-height:1}.world-cup-size-order__control{display:grid;grid-template-columns:24px 28px 24px;gap:0;align-items:center;justify-content:center;min-width:0;width:100%;overflow:hidden;border:1px solid var(--wc-line);border-radius:8px;background:#fff}.world-cup-size-order__control button{width:24px;height:28px;border:0;border-radius:0;background:#fff;color:var(--wc-orange);font-size:14px;font-weight:900;cursor:pointer;line-height:1;padding:0}.world-cup-size-order__control input{box-sizing:border-box;width:28px;min-width:0;min-height:28px;border:0;border-left:1px solid var(--wc-line);border-right:1px solid var(--wc-line);border-radius:0;background:#f8f8f8;color:var(--wc-ink);font-size:14px;font-weight:900;text-align:center;padding:4px 2px;margin:0}.world-cup-customization-card__title{font-size:14px;line-height:1.25}.world-cup-customization-card__price{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:2px 9px;border-radius:999px;background:#ff741c1a;color:var(--wc-orange);font-size:15px;font-weight:900}.world-cup-customization-card__note{color:var(--wc-muted);font-size:11px;line-height:1.25;font-weight:600}.world-cup-personalization-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.world-cup-field label,.world-cup-quantity label{display:block;margin-bottom:8px;font-size:13px;font-weight:800;text-transform:uppercase}.world-cup-field input,.world-cup-quantity input{width:100%;min-height:52px;border:2px solid var(--wc-orange);border-radius:10px;background:transparent;color:var(--wc-ink);font-size:18px;font-weight:800;padding:10px 12px;margin:0}.world-cup-field-note{display:block;color:var(--wc-muted);font-size:13px;line-height:1.35;margin-top:7px}.world-cup-print-rules{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;color:var(--wc-muted);font-size:13px;font-weight:700}.world-cup-print-rules span{background:#fff;border:1px solid var(--wc-line);border-radius:8px;padding:8px 10px}.world-cup-quantity__control{display:grid;grid-template-columns:48px minmax(80px,120px) 48px;gap:8px;align-items:center}.world-cup-purchase-row{display:grid;grid-template-columns:auto minmax(240px,1fr);gap:14px;align-items:end}.world-cup-purchase-row--action-only{grid-template-columns:1fr}.world-cup-purchase-row__action{display:grid;gap:8px}.world-cup-quantity__control button{width:48px;height:48px;border:2px solid var(--wc-orange);border-radius:50%;background:#fff;color:var(--wc-orange);font-size:22px;font-weight:900;cursor:pointer}.world-cup-product__status{min-height:20px;color:#b00020;font-size:13px;font-weight:700;margin:0}.world-cup-add-button,.world-cup-home-strip__button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;border:0;border-radius:30px;background:linear-gradient(180deg,var(--wc-blue) 0%,#431db1 100%);color:#fff;font-size:16px;font-weight:800;text-decoration:none;cursor:pointer;padding:14px 30px;transition:transform .2s ease,opacity .2s ease}.world-cup-add-button{width:100%}.world-cup-add-button:hover,.world-cup-home-strip__button:hover{color:#fff;transform:translateY(-2px)}.world-cup-add-button:disabled{opacity:.55;cursor:not-allowed;transform:none}.world-cup-collection{background:var(--wc-cream);padding:90px 20px 60px}.world-cup-collection__header{max-width:900px;margin:0 auto 34px;text-align:center}.world-cup-collection__header h1{font-size:42px;line-height:1.05;margin:0 0 16px;text-transform:uppercase}.world-cup-collection__header p{margin:0 auto 12px;color:var(--wc-muted);font-size:17px;line-height:1.55}.world-cup-collection__donation{display:inline-block;margin-top:4px;color:var(--wc-orange);font-weight:900}.world-cup-collection__grid{margin-top:18px}.world-cup-empty{text-align:center;padding:40px 20px;color:var(--wc-muted)}.world-cup-home-strip{background:var(--wc-cream);padding:24px 20px}.world-cup-home-strip__inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;background:#fff;border:2px solid var(--wc-orange);border-radius:16px;padding:18px 20px}.world-cup-home-strip__kicker{display:block;color:var(--wc-orange);font-size:12px;font-weight:900;text-transform:uppercase;margin-bottom:4px}.world-cup-home-strip h2{margin:0 0 5px;font-size:24px;line-height:1.15;text-transform:uppercase}.world-cup-home-strip p{margin:0;color:var(--wc-muted);font-size:15px}@media(max-width:990px){.world-cup-product{padding-top:var(--wc-product-mobile-top-padding)}.world-cup-product__container{grid-template-columns:1fr;width:92%}.world-cup-product__info{position:static}}@media(max-width:680px){.world-cup-product,.world-cup-collection{padding-left:14px;padding-right:14px}.world-cup-team-grid,.world-cup-personalization-fields,.world-cup-print-rules,.world-cup-purchase-row,.world-cup-home-strip__inner{grid-template-columns:1fr}.world-cup-customization-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.world-cup-size-grid--quantities{grid-template-columns:repeat(3,minmax(0,1fr))}.world-cup-product__media-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;width:100%}.world-cup-product__image-cell{aspect-ratio:auto}.world-cup-product__image-cell img{height:auto;object-fit:cover}.world-cup-product__title,.world-cup-collection__header h1{font-size:clamp(26px,7.5vw,36px)}.world-cup-product__price strong{font-size:36px}.world-cup-home-strip{padding:18px 0}.world-cup-home-strip__button{width:100%}}.wc-festival{position:relative;background-color:#070707;color:#121212;width:100%;max-width:100%;overflow-x:hidden;overflow-x:clip;overflow-y:clip;clip-path:inset(0);isolation:isolate}.wc-festival:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--wc-page-bg);background-size:cover;background-position:center top;background-repeat:no-repeat;filter:brightness(.78) saturate(1.08) contrast(1.04);transform:scale(1.08);z-index:0;pointer-events:none;will-change:background-position}.wc-festival:after{content:"";position:absolute;left:0;right:0;bottom:0;height:140px;background:linear-gradient(to bottom,transparent 0%,#070707 100%);z-index:2;pointer-events:none}.wc-festival>*{position:relative;z-index:1}.wc-collab-strip{position:relative;background:#050505;border-top:4px solid #ff741c;overflow:hidden;width:100%;max-width:100%;isolation:isolate}.wc-collab-strip:after{content:"";position:absolute;bottom:0;left:0;right:0;height:24px;background:linear-gradient(to bottom,transparent,#050505);z-index:0;pointer-events:none}.wc-collab-strip:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.wc-collab-strip:before{background-image:radial-gradient(circle at 12% 78%,rgba(255,116,28,.68) 0 1px,transparent 2px),radial-gradient(circle at 19% 22%,rgba(255,116,28,.5) 0 1px,transparent 2px),radial-gradient(circle at 24% 34%,rgba(255,255,255,.58) 0 1px,transparent 2px),radial-gradient(circle at 33% 84%,rgba(255,116,28,.46) 0 1px,transparent 2px),radial-gradient(circle at 42% 68%,rgba(255,116,28,.5) 0 1px,transparent 2px),radial-gradient(circle at 52% 18%,rgba(255,255,255,.48) 0 1px,transparent 2px),radial-gradient(circle at 63% 26%,rgba(255,255,255,.42) 0 1px,transparent 2px),radial-gradient(circle at 71% 54%,rgba(255,116,28,.5) 0 1px,transparent 2px),radial-gradient(circle at 79% 72%,rgba(255,116,28,.55) 0 1px,transparent 2px),radial-gradient(circle at 88% 16%,rgba(255,255,255,.48) 0 1px,transparent 2px),radial-gradient(circle at 92% 38%,rgba(255,116,28,.48) 0 1px,transparent 2px),radial-gradient(ellipse at 50% 100%,rgba(255,116,28,.24),transparent 56%),radial-gradient(ellipse at 50% 0%,rgba(255,255,255,.08),transparent 52%);background-size:120px 70px,150px 86px,170px 96px,136px 78px,154px 92px,132px 82px,180px 102px,148px 88px,164px 94px,126px 74px,100% 100%,100% 100%;opacity:.95;animation:wc-strip-sparkle-drift 22s linear infinite}.wc-collab-strip__inner{position:relative;z-index:3;width:min(90%,1180px);margin:0 auto;display:flex;align-items:center;justify-content:center;gap:clamp(8px,3vw,56px);padding:103px 0 18px}.wc-collab-strip__logo-frame{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;opacity:1}.wc-collab-strip__logo{display:block;width:auto;max-width:min(16vw,160px);max-height:38px;object-fit:contain;filter:drop-shadow(0 4px 10px rgba(0,0,0,.35));transition:opacity .2s ease}.wc-collab-strip__logo-frame:hover,.wc-collab-strip__logo-frame:hover .wc-collab-strip__logo{opacity:.8;transform:none;scale:1}.wc-collab-strip__logo--campaign{max-width:min(20vw,200px);max-height:46px}@keyframes wc-strip-sparkle-drift{0%{background-position:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,center,center}to{background-position:120px -70px,-150px 86px,170px -96px,-136px 78px,154px -92px,-132px 82px,180px -102px,-148px 88px,164px -94px,-126px 74px,center,center}}.wc-hero{position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;min-height:0;padding:10px 0 0;overflow:hidden;text-align:left;background:#050505}.wc-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#050505 0%,transparent 22%),linear-gradient(to top,#050505 0%,transparent 20%),#0000004d;z-index:1}.wc-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;background:#050505}.wc-hero__media-image{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--wc-hero-bg) center 85%/cover no-repeat;filter:brightness(1.25)}.wc-hero__media-video{display:none}.wc-hero__inner{position:relative;z-index:3;width:80%;max-width:80%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:clamp(40px,6vw,100px);padding-left:20px;padding-right:20px}.wc-hero--split .wc-hero__content{text-align:left;align-items:flex-start;flex:0 0 auto;min-width:0}.wc-hero__image-col{flex:0 0 auto;width:360px;display:flex;align-items:center;justify-content:center}.wc-hero__fg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;z-index:2;pointer-events:none;opacity:.9;display:block}.wc-hero__logos{display:flex;align-items:center;gap:16px;margin-top:18px}.wc-hero__logo{height:48px;width:auto;filter:drop-shadow(0 2px 8px rgba(0,0,0,.4))}.wc-hero__content{position:relative;z-index:2;max-width:520px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;margin-right:0}.wc-hero__eyebrow{margin:0 0 10px;font-size:18px;font-weight:800;letter-spacing:.2em;text-shadow:0 2px 8px rgba(0,0,0,1),0 4px 20px rgba(0,0,0,.9);text-transform:uppercase;color:#ff741c;text-align:left;display:block}.wc-hero__title{margin:0 0 14px;font-size:clamp(26px,4.5vw,58px);font-weight:900;line-height:1;text-transform:uppercase;color:#fff;text-align:left;width:100%;text-shadow:0 2px 16px rgba(0,0,0,1),0 4px 32px rgba(0,0,0,.9),0 8px 48px rgba(0,0,0,.7)}.wc-hero__title span,.wc-hero__title-highlight{color:#ff741c}.wc-hero__sub{margin:0 0 20px;font-size:20px;line-height:1.6;color:#fffffff2;text-shadow:0 2px 10px rgba(0,0,0,1),0 4px 28px rgba(0,0,0,.95);max-width:480px;text-align:left}.wc-strip-ticker{overflow:hidden;width:100%;border-top:1px solid rgba(255,116,28,.25);padding:3px 0;position:relative;z-index:3}.wc-strip-ticker__marquee{display:flex;width:max-content;animation:wc-strip-ticker-scroll 18s linear infinite}.wc-strip-ticker__inner{display:flex;align-items:center;gap:24px;padding:0 24px;flex-shrink:0;white-space:nowrap;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#ffffffbf}.wc-strip-ticker__dot{color:#ff741c;font-size:10px}@keyframes wc-btn-shine{0%{left:-60%}50%{left:130%}to{left:130%}}@keyframes wc-btn-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes wc-strip-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.wc-hero__view-btn{display:none}@media(max-width:768px){.wc-hero__view-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:10px;padding:11px 22px;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;color:#fff!important;border-radius:50px;border:2px solid #00778a;background:#00778a!important;box-shadow:0 10px 24px #00778a5c;align-self:center;translate:0 0;animation:wc-btn-bob 1.8s ease-in-out infinite}.wc-hero__view-btn:after{display:none}.wc-hero__view-btn:active,.wc-hero__view-btn:focus{animation-play-state:paused;outline:none}}.wc-hero__content .wc-hero__charity-badge{margin-top:14px}.wc-hero__cta-row{display:flex;flex-wrap:nowrap;align-items:center;gap:12px;margin-top:14px}.wc-hero__charity-badge{display:inline-flex;position:relative;isolation:isolate;align-items:center;gap:0;width:fit-content;max-width:min(100%,600px);margin-top:12px;padding:12px 20px;border-radius:12px;background:linear-gradient(135deg,#1572d4,#0c3fa0);border:2px solid rgba(100,180,255,.65);color:#fff;font-size:18px;font-weight:900;line-height:1.2;word-spacing:.08em;overflow:hidden;box-shadow:0 12px 28px #00000061,0 8px 24px #1572d459,inset 0 1px #ffffff47;text-shadow:0 1px 4px rgba(0,0,0,.7)}.wc-hero__charity-badge:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(105deg,transparent 20%,rgba(255,255,255,0) 38%,rgba(255,255,255,.38) 50%,rgba(255,255,255,0) 62%,transparent 80%);background-size:250% 100%;background-position:200% 0;animation:wc-hero-donation-highlight 3.4s ease-in-out infinite;pointer-events:none}.wc-hero__charity-badge:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;z-index:0;border-radius:9px;border:1px solid rgba(255,255,255,.15);pointer-events:none}.wc-hero__charity-content{position:relative;z-index:1;display:flex;align-items:center;gap:9px;min-width:0;flex:1}.wc-hero__charity-logo-wrap{position:relative;z-index:1;display:flex;align-items:center;padding-left:14px;margin-left:12px;border-left:1px solid rgba(255,255,255,.35);flex-shrink:0}.wc-hero__charity-logo-link{display:flex;align-items:center;color:inherit;text-decoration:none;transition:opacity .18s ease}.wc-hero__charity-logo-link:hover{opacity:.82}.wc-hero__charity-logo{height:30px;width:auto;max-width:90px;object-fit:contain;display:block;filter:brightness(0) invert(1)}@keyframes wc-hero-donation-highlight{0%{background-position:200% 0}60%{background-position:-50% 0}to{background-position:-50% 0}}.wc-donate-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:5px 22px;border-radius:50px;border:2px solid var(--wc-orange);background:transparent;color:var(--wc-orange);font-size:13px;font-weight:800;letter-spacing:.06em;white-space:nowrap;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .15s ease}.wc-donate-btn:hover,.wc-donate-btn:focus{background:var(--wc-orange);color:#fff;transform:translateY(-1px);outline:none}.wc-hero__cta-row .wc-donate-btn{border:2px solid rgba(0,119,138,.96)!important;color:#fff!important;background:#00778ae0!important;box-shadow:0 0 18px #00778a85,0 12px 28px #00778a3d,inset 0 1px #ffffff3d;backdrop-filter:blur(10px) saturate(145%);-webkit-backdrop-filter:blur(10px) saturate(145%);font-weight:800}.wc-hero__cta-row .wc-donate-btn:hover,.wc-hero__cta-row .wc-donate-btn:focus{background:#008ba0f5!important;border-color:#24a5b7!important;box-shadow:0 0 24px #008ba0a3,0 14px 32px #00778a4d,inset 0 1px #ffffff47;color:#fff!important}@media(min-width:769px)and (hover:hover){.wc-hero__cta-row .wc-donate-btn:hover,.wc-hero__cta-row .wc-donate-btn:focus{transform:translateY(-3px) scale(1.03);background:#008ba0!important;border-color:#4fc1cf!important;box-shadow:0 0 32px #008ba0c2,0 18px 40px #00778a5c,inset 0 1px #ffffff57}}.world-cup-product__donation{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;margin:4px 0 2px}.world-cup-product__donation-text{display:inline-flex;align-items:center;gap:8px;margin:0;color:var(--wc-orange)}.world-cup-product__donation-text svg{flex:0 0 18px}.world-cup-product__donation-card{display:flex;align-items:center;gap:14px;padding:14px 16px;border:1.5px solid rgba(255,116,28,.35);border-radius:14px;background:#fffaf7;margin-bottom:18px}.world-cup-product__donation-card-left{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.world-cup-product__donation-card-icon{flex-shrink:0;color:var(--wc-orange)}.world-cup-product__donation-card-text{flex:1;min-width:0}.world-cup-product__donation-card-main{margin:0;font-size:14px;font-weight:800;color:var(--wc-ink);line-height:1.3}.world-cup-product__donation-card-sub{margin:3px 0 0;font-size:12px;color:var(--wc-muted);line-height:1.35}.world-cup-product__donation-card-logo{flex-shrink:0}.world-cup-product__donation-card-logo img{height:44px;width:auto;max-width:80px;object-fit:contain;display:block}.world-cup-product__donation-card-logo a{display:block}.world-cup-product__donate-btn{display:inline-flex;margin-top:-8px;margin-bottom:18px}.wc-hero__mute-btn{position:absolute;bottom:20px;right:20px;z-index:4;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1.5px solid rgba(255,255,255,.5);background:#00000073;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:border-color .18s ease,background .18s ease}.wc-hero__mute-btn:hover{border-color:#ff741c;background:#000000a6}.wc-hero__video-card-col{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:14px}.wc-hero__video-card{position:relative;width:420px;aspect-ratio:3 / 4;border-radius:20px;overflow:hidden;box-shadow:0 0 0 2px #ffffff1f,0 28px 64px #000000a6,0 0 48px #ff741c24}@media(min-width:991px){.wc-hero__video-card-col{transform:translateY(-16px)}}.wc-hero__card-video{width:100%;height:100%;object-fit:cover;display:block}.wc-hero__video-card .wc-hero__mute-btn{position:absolute;bottom:12px;right:12px}.wc-hero__video-tagline{color:#ffffffe0;font-size:21px;font-style:italic;font-weight:700;line-height:1.3;text-align:right;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.6)}.wc-hero__shop-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:6px 24px;border-radius:50px;background:#ff741c;color:#fff;font-size:13px;font-weight:800;letter-spacing:.04em;white-space:nowrap;text-transform:uppercase;text-decoration:none;cursor:pointer;box-shadow:0 4px 18px #ff741c73;transition:background .18s ease,transform .15s ease,box-shadow .18s ease}.wc-hero__shop-btn:hover,.wc-hero__shop-btn:focus{background:#e0621a;color:#fff;transform:translateY(-2px);box-shadow:0 8px 26px #ff741c8c;outline:none}.wc-hero__shop-btn:visited,.wc-hero__shop-btn:active{background:#ff741c;color:#fff;opacity:1;text-decoration:none}.wc-filter{position:relative;z-index:2;width:100%;max-width:100%;margin-top:-18px;padding:0 0 10px;background:transparent;border:0;box-shadow:none;overflow:hidden}.wc-filter__track{display:flex;gap:12px;overflow-x:auto;padding:8px 28px;max-width:min(88%,1400px);box-sizing:border-box;margin:0 auto;border-radius:999px;border:1px solid rgba(255,255,255,.13);background:linear-gradient(180deg,#2a2a2adb,#121212e0);box-shadow:0 18px 44px #00000061,inset 0 1px #ffffff1f;backdrop-filter:blur(12px) saturate(120%);-webkit-backdrop-filter:blur(12px) saturate(120%);scrollbar-width:none;-ms-overflow-style:none;cursor:grab;justify-content:center;flex-wrap:nowrap;min-width:0}.wc-filter__track:active{cursor:grabbing}.wc-filter__track::-webkit-scrollbar{display:none}.wc-filter__scroll-hint{display:none}@media(max-width:768px){.wc-filter__scroll-hint{display:block;text-align:center;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffffbf;padding:6px 0 2px}}.wc-filter__btn{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:auto;min-width:64px;height:auto;padding:8px 6px 6px;border-radius:14px;border:2px solid transparent;background:transparent;color:#ffffffb3;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .15s ease;flex:0 0 auto}.wc-filter__btn:hover{color:#fff;transform:translateY(-2px)}.wc-filter__btn.is-active{border-color:#ff741c;background:#ff741c24;color:#ff741c}.wc-filter__flag{display:flex;align-items:center;justify-content:center;line-height:1;flex-shrink:0;width:46px;height:46px;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.18);box-shadow:0 2px 8px #00000059;background:#111}.wc-filter__flag svg,.wc-filter__flag img{width:54px;height:54px;border-radius:0;overflow:hidden;object-fit:cover;object-position:center;display:block;transition:transform .2s ease}.wc-filter__btn:hover .wc-filter__flag svg,.wc-filter__btn.is-active .wc-filter__flag svg,.wc-filter__btn:hover .wc-filter__flag img,.wc-filter__btn.is-active .wc-filter__flag img{transform:scale(1.1)}.wc-filter__btn.is-active .wc-filter__flag{border-color:#ff741c;box-shadow:0 0 0 2px #ff741c66,0 2px 8px #00000059}.wc-filter__btn>span:not(.wc-filter__flag){display:block;position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:nowrap}.wc-banner{width:100%;overflow:hidden;max-height:480px}.wc-banner__img{width:100%;height:100%;max-height:480px;object-fit:cover;display:block}.wc-grid-section{position:relative;width:100%;max-width:100%;padding:40px 0 80px;overflow:hidden;background:transparent}.wc-grid-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(5,5,5,.12) 0%,rgba(0,0,0,.06) 12%,rgba(0,0,0,.03) 50%,transparent 100%);z-index:0;pointer-events:none}.wc-grid-section>*{position:relative;z-index:1}.wc-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;max-width:90%;margin:0 auto}.wc-empty{grid-column:1 / -1;text-align:center;padding:60px 20px;color:#5e5e5e;font-size:16px}.wc-card{position:relative;border-radius:20px;background:#fff;border:1px solid #ebe6dc;box-shadow:0 4px 16px #0000000f;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease;-webkit-tap-highlight-color:transparent;isolation:isolate}.wc-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px #0000001f,0 0 0 2px #ff741c33}.wc-card.is-hidden{display:none}.wc-card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;-webkit-tap-highlight-color:transparent;outline:none}.wc-card__link:focus,.wc-card__link:focus-visible,.wc-card__link:active{outline:none;box-shadow:none;background:transparent;opacity:1}.wc-card__image-wrap{position:relative;aspect-ratio:1;background:#f7f4ee;overflow:hidden}.wc-card__image{width:100%;height:100%;object-fit:contain;display:block;transition:transform .35s ease;padding:6px}.wc-card:hover .wc-card__image{transform:scale(1.05)}.wc-card__team-badge{position:absolute;top:12px;left:12px;padding:4px 12px;border-radius:999px;background:#ffffffeb;border:1.5px solid #ebe6dc;color:#121212;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 8px #00000014}.wc-card__donate-badge{position:absolute;top:12px;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:999px;background:#ff741c;color:#fff;font-size:13px;font-weight:800;line-height:1;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;overflow:hidden;z-index:3;box-shadow:0 3px 12px #ff741c80}@media(max-width:600px){.wc-card__donate-badge{display:none}}.wc-card__donate-badge:after{content:"";position:absolute;top:0;left:-80%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:skew(-15deg);animation:wc-donate-shine 2.4s ease-in-out infinite}@keyframes wc-donate-shine{0%{left:-80%}45%,to{left:130%}}.wc-card__category-pill{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;justify-content:center;max-width:calc(100% - 24px);min-height:26px;padding:5px 11px;border-radius:999px;background:#121212d6;border:1px solid rgba(255,255,255,.22);color:#fff;font-size:11px;font-weight:800;line-height:1;text-transform:uppercase;letter-spacing:.04em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-shadow:0 4px 14px #00000029}.wc-card__body{padding:16px 18px 20px}.wc-card__title{margin:0 0 4px;font-size:16px;font-weight:800;line-height:1.3}.wc-card__title a{color:#121212;text-decoration:none;position:relative;z-index:2}.wc-card__title a:hover{color:#ff741c}.wc-card__price{margin:0 0 14px;font-size:14px;color:#5e5e5e;font-weight:700}.wc-card__cta{position:relative;z-index:2;display:inline-flex;align-items:center;gap:7px;padding:9px 18px;border-radius:30px;background:#ff741c;color:#fff!important;font-size:13px;font-weight:800;text-decoration:none;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;backface-visibility:hidden}.wc-card__cta:hover{background:#e0621a;color:#fff;transform:translateY(-1px);box-shadow:0 6px 18px #ff741c59}.wc-card__cta:active{background:#e0621a;color:#fff;transform:translateY(0);box-shadow:0 3px 10px #ff741c40;outline:none}.world-cup-product__media{display:block}.world-cup-product__primary-wrap{background:#fff;border-radius:20px;box-shadow:0 8px 32px #0000001f;overflow:hidden;aspect-ratio:2 / 3;max-height:calc(100vh - 180px);cursor:zoom-in}.world-cup-product__primary-wrap img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;transition:transform .4s ease}.world-cup-product__primary-wrap:hover img{transform:scale(1.04)}.world-cup-thumbnails{display:flex;flex-direction:column;gap:10px}.world-cup-thumbnail{width:88px;aspect-ratio:1;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .15s ease;padding:0}.world-cup-thumbnail:hover{border-color:#ff741c66;transform:translate(-2px)}.world-cup-thumbnail.is-active{border-color:var(--wc-orange);box-shadow:0 0 0 2px #ff741c33,0 4px 12px #0000001a}.world-cup-thumbnail img{width:100%;height:100%;object-fit:contain;display:block;padding:4px}.world-cup-product__team-accent{display:flex;align-items:center;gap:10px;margin-bottom:10px}.world-cup-product__team-stripe{width:4px;height:32px;border-radius:2px;background:linear-gradient(180deg,var(--wc-orange) 0%,#03aed0 100%);flex-shrink:0}.world-cup-product__team-label{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--wc-orange)}.world-cup-product__eyebrow{display:flex;align-items:center;gap:6px;color:var(--wc-orange);font-size:12px;font-weight:800;letter-spacing:.1em;margin:0 0 10px;text-transform:uppercase}.world-cup-product__pricing{position:static;background:transparent;border:none;border-radius:0;padding:0;margin-bottom:20px}.world-cup-product__pricing:before{display:none}.world-cup-size-card.is-selected{background:var(--wc-orange);border-color:var(--wc-orange);color:#fff;transform:scale(1.05);box-shadow:0 4px 14px #ff741c59}.world-cup-customization-card.is-selected{border-color:var(--wc-orange);background:linear-gradient(135deg,#fff5ee,#fff);box-shadow:0 0 0 2px #ff741c33,0 6px 20px #ff741c2e;transform:translateY(-2px)}@keyframes wc-shimmer{0%{background-position:200% center}to{background-position:-200% center}}.world-cup-add-button{background:linear-gradient(90deg,var(--wc-blue) 0%,#431db1 33%,var(--wc-blue) 66%,#431db1 100%);background-size:300% auto;animation:wc-shimmer 5s linear infinite}.world-cup-add-button:hover:not(:disabled){background:linear-gradient(90deg,var(--wc-orange) 0%,#d45a10 50%,var(--wc-orange) 100%);background-size:300% auto;animation:wc-shimmer 3s linear infinite}@media(max-width:768px){.wc-collab-strip__inner{width:100%;gap:0;padding:83px 0 32px;justify-content:space-evenly}.wc-collab-strip__logo{max-width:22vw;max-height:40px}.wc-collab-strip__logo--campaign{max-width:32vw;max-height:52px}.wc-hero:after{background:linear-gradient(to bottom,rgba(5,5,5,.58) 0%,transparent 22%),linear-gradient(to top,rgba(5,5,5,.45) 0%,transparent 6%),#00000029}.wc-hero__media-image{background-image:var(--wc-hero-bg-mobile, var(--wc-hero-bg));background-position:88% top;top:0;right:0;bottom:0;left:0}.wc-hero__video-card-col{display:flex;width:100%;align-items:center;justify-content:center;align-self:center;padding-inline:8px;box-sizing:border-box}.wc-hero__video-card{width:100%;max-width:min(390px,calc(100% - 4px));aspect-ratio:9 / 14;margin-inline:auto}.wc-hero__video-tagline{display:none}.wc-hero__cta-row{flex-direction:column;align-items:center;width:100%;gap:10px;margin-top:16px}.wc-hero__inner{flex-direction:column;align-items:flex-start;gap:16px;padding-left:0;padding-right:0;position:relative;width:100%;height:auto;justify-content:flex-start;margin:0 auto}.wc-hero__content{margin-right:0;max-width:100%;position:static;padding-left:5%;padding-right:5%;box-sizing:border-box}.wc-hero__content,.wc-hero--split .wc-hero__content{align-items:center;text-align:center}.wc-hero__title,.wc-hero__sub,.wc-hero__eyebrow{text-align:center}.wc-hero__eyebrow{font-size:11px;margin-bottom:8px}.wc-hero__title{font-size:clamp(34px,10vw,52px);line-height:1;margin-bottom:8px}.wc-hero__sub{display:none}.wc-hero__charity-badge{align-self:center;margin-top:4px;width:max-content;max-width:calc(100vw - 20px);padding:10px 12px;border-radius:10px;font-size:clamp(10px,3.2vw,14px);line-height:1.15;word-spacing:0;white-space:nowrap}.wc-hero__charity-content{flex-wrap:nowrap;white-space:nowrap;gap:7px}.wc-hero__charity-badge svg{width:15px;height:15px;flex:0 0 15px}.wc-hero__charity-logo-wrap{padding-left:10px;margin-left:8px}.wc-hero__charity-logo{height:24px;max-width:70px}.wc-hero__shop-btn{width:100%;justify-content:center}.wc-hero__image-col{width:70%;max-width:280px}.wc-filter__track{width:calc(100% - 24px);max-width:calc(100% - 24px);justify-content:flex-start;flex-wrap:nowrap;margin:0 auto;padding:8px 14px;border-radius:24px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain}.wc-filter__btn{min-width:54px;font-size:9px}.wc-filter__flag{width:38px;height:38px}.wc-filter__flag svg,.wc-filter__flag img{width:46px;height:46px}.wc-filter__flag--emoji{font-size:26px}}@media(max-width:990px){.world-cup-product__media{grid-template-columns:1fr}.world-cup-thumbnails{flex-direction:row;overflow-x:auto}.world-cup-thumbnail{width:72px;flex-shrink:0}.wc-hero{min-height:0;padding:31px 20px 24px}.wc-hero__video-card{width:220px}.wc-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.wc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.wc-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.wc-strip-ticker__inner{font-size:11px;letter-spacing:.08em}.wc-hero{min-height:0;padding:40px 16px 24px}.wc-grid-section{padding:28px 0 60px}.wc-grid-section:before{background:linear-gradient(180deg,#0505058c,#00000047 12%,#00000029 50%,#0000000f)}.wc-grid{max-width:94%}.wc-card{border-radius:14px}.wc-card__image{padding:4px}.wc-card__team-badge{top:8px;left:8px;padding:3px 8px;font-size:9px}.wc-card__category-pill{top:8px;right:7px;max-width:calc(100% - 14px);min-height:22px;padding:4px 8px;font-size:8px}.wc-card__body{padding:10px 10px 12px}.wc-card__title{font-size:13px;line-height:1.25}.wc-card__price{margin-bottom:10px;font-size:11px}.wc-card__cta{width:100%;justify-content:center;padding:8px 7px;font-size:10px;gap:4px}}@media(max-width:768px){.wc-hero__video-card-col{width:100%;display:flex;justify-content:center;align-items:center;align-self:center;padding-inline:8px;box-sizing:border-box}.wc-hero__video-card{width:100%;max-width:min(390px,calc(100% - 4px));aspect-ratio:9 / 14;margin-inline:auto}}@media(prefers-reduced-motion:reduce){.world-cup-add-button,.wc-collab-strip__logo-frame,.wc-collab-strip__logo,.wc-collab-strip:before,.wc-filter__flag,.wc-hero__charity-badge:before,.wc-card__donate-badge:after{animation:none}.wc-card,.wc-card__image,.world-cup-product__primary-wrap img,.wc-collab-strip__logo,.wc-filter__flag svg,.wc-filter__flag img{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/79/assets/world-cup-campaign.css.map */
