:root{--wc-pink: #ff1f87;--wc-pink-dark: #e51374;--wc-teal: #18c6c8;--wc-teal-dark: #11aeb0;--wc-orange: #ff9f1f;--wc-black: #151515;--wc-text: #222222;--wc-muted: #666666;--wc-bg: #ffffff;--wc-bg-soft: #f8f9fb;--wc-border: #e9e9ee;--wc-card: #ffffff;--wc-footer: #121619;--wc-success: #26b36a;--wc-warning: #ffb020;--wc-shadow-soft: 0 10px 30px rgba(0, 0, 0, .06);--wc-shadow-card: 0 6px 18px rgba(0, 0, 0, .05);--wc-radius-xl: 24px;--wc-radius-lg: 18px;--wc-radius-md: 14px;--wc-radius-sm: 10px;--wc-container: 1280px;--wc-font: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--wc-pad: 16px;--wc-header-h: 64px;--wc-chips-h: 60px}.wc-page *{box-sizing:border-box}.wc-page{font-family:var(--wc-font);color:var(--wc-text);background:var(--wc-bg);line-height:1.5;margin:0;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.wc-page img{max-width:100%;height:auto;display:block}.wc-page a{color:inherit;text-decoration:none}.wc-page button{font-family:inherit;cursor:pointer;border:0;background:none}.wc-page h1,.wc-page h2,.wc-page h3,.wc-page h4,.wc-page p{margin:0}.wc-visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.wc-container{width:100%;max-width:var(--wc-container);margin:0 auto;padding-inline:var(--wc-pad)}.wc-page :focus-visible{outline:3px solid var(--wc-teal);outline-offset:2px;border-radius:6px}.wc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 22px;border-radius:999px;font-weight:700;font-size:15px;line-height:1;text-align:center;transition:transform .15s ease,background .2s ease,box-shadow .2s ease,color .2s ease;white-space:nowrap}.wc-btn--primary{background:var(--wc-pink);color:#fff;box-shadow:0 6px 16px #ff1f8747}.wc-btn--primary:hover{background:var(--wc-pink-dark);transform:translateY(-1px)}.wc-btn--teal{background:var(--wc-teal);color:#fff;box-shadow:0 6px 16px #18c6c847}.wc-btn--teal:hover{background:var(--wc-teal-dark);transform:translateY(-1px)}.wc-btn--outline{background:#fff;color:var(--wc-teal-dark);border:2px solid var(--wc-teal)}.wc-btn--outline:hover{background:var(--wc-teal);color:#fff}.wc-btn--ghost{background:#fff;color:var(--wc-pink);border:2px solid var(--wc-pink)}.wc-btn--ghost:hover{background:var(--wc-pink);color:#fff}.wc-btn--block{width:100%}.wc-btn[disabled]{opacity:.55;cursor:not-allowed;transform:none}.wc-btn--sm{min-height:40px;padding:9px 14px;font-size:13.5px}.wc-announce{background:var(--wc-pink);color:#fff;font-size:13px;font-weight:600}.wc-announce__track{display:flex;align-items:center;justify-content:center;gap:10px;min-height:38px;padding:6px var(--wc-pad);flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.wc-announce__track::-webkit-scrollbar{display:none}.wc-announce__item{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.wc-announce__sep{opacity:.55}@media(max-width:600px){.wc-announce__track{justify-content:flex-start}}.wc-header{background:var(--wc-bg);border-bottom:1px solid var(--wc-border)}.wc-header--sticky{position:sticky;top:0;z-index:60}.wc-header__bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:var(--wc-header-h);gap:8px}.wc-header__left{display:flex;align-items:center;gap:6px;justify-self:start}.wc-header__right{display:flex;align-items:center;gap:6px;justify-self:end}.wc-header__logo{justify-self:center;display:flex;align-items:center}.wc-header__logo img{max-height:var(--wc-logo-h, 48px);width:auto}.wc-header__logo-text{font-weight:800;font-size:22px;color:var(--wc-pink)}.wc-iconbtn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;color:var(--wc-text)}.wc-iconbtn:hover{background:var(--wc-bg-soft)}.wc-iconbtn svg{width:22px;height:22px}.wc-nav-desktop{display:none}.wc-nav-desktop a{font-weight:600;font-size:14.5px;padding:8px 10px;border-radius:8px}.wc-nav-desktop a:hover{color:var(--wc-pink)}.wc-cart{position:relative}.wc-cart__count{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 4px;background:var(--wc-pink);color:#fff;font-size:11px;font-weight:700;border-radius:999px;display:flex;align-items:center;justify-content:center}.wc-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:90;opacity:0;visibility:hidden;transition:opacity .25s ease}.wc-drawer-overlay.is-open{opacity:1;visibility:visible}.wc-drawer{position:fixed;top:0;left:0;height:100%;width:84%;max-width:340px;background:#fff;z-index:95;transform:translate(-100%);transition:transform .28s ease;display:flex;flex-direction:column;padding:16px}.wc-drawer.is-open{transform:translate(0)}.wc-drawer__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.wc-drawer__links{display:flex;flex-direction:column;gap:2px}.wc-drawer__links a{padding:14px 8px;font-weight:600;font-size:16px;border-bottom:1px solid var(--wc-border)}.wc-drawer__links a:hover{color:var(--wc-pink)}.wc-hero{padding:22px 0 8px;overflow:hidden}.wc-hero__grid{display:flex;flex-direction:column;gap:14px}.wc-hero__title{font-size:clamp(30px,8vw,46px);font-weight:800;line-height:1.06;letter-spacing:-.5px}.wc-hero__title p{margin:0}.wc-hero__title p:first-child,.wc-hero__title p:first-child strong{color:var(--wc-pink)}.wc-hero__title .wc-accent{color:var(--wc-pink);display:block}.wc-hero__sub{color:var(--wc-muted);font-size:15.5px;max-width:540px;margin-top:6px}.wc-hero__cta{display:flex;gap:10px;margin-top:6px;flex-wrap:wrap}.wc-hero__cta .wc-btn{flex:1 1 auto;min-width:150px}.wc-hero__media{order:-1}.wc-hero__media img{width:100%;max-width:var(--wc-hero-max, 680px);margin:0 auto}.wc-trust{display:flex;flex-wrap:wrap;gap:14px 20px;margin-top:10px;padding-top:12px;border-top:1px solid var(--wc-border)}.wc-trust__item{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--wc-muted)}.wc-trust__item svg{width:18px;height:18px;color:var(--wc-teal-dark);flex:none}.wc-chips-wrap{background:var(--wc-bg);z-index:50;padding:10px 0}.wc-chips-wrap--sticky{position:sticky;top:var(--wc-header-h);border-bottom:1px solid var(--wc-border)}.wc-chips{display:flex;gap:9px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:2px;scroll-snap-type:x proximity}.wc-chips::-webkit-scrollbar{display:none}.wc-chip{flex:0 0 auto;scroll-snap-align:start;display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:10px 16px;border-radius:999px;background:#fff;border:1.5px solid var(--wc-border);color:var(--wc-text);font-weight:600;font-size:14px;transition:all .18s ease}.wc-chip:hover{border-color:var(--wc-pink);color:var(--wc-pink)}.wc-chip.is-active{background:var(--wc-pink);border-color:var(--wc-pink);color:#fff}.wc-chip svg{width:16px;height:16px}.wc-section{padding:30px 0}.wc-section--soft{background:var(--wc-bg-soft)}.wc-section__head{margin-bottom:16px}.wc-section__title{display:flex;align-items:center;gap:9px;font-size:clamp(20px,5vw,28px);font-weight:800;letter-spacing:-.3px}.wc-section__title .wc-emoji{font-size:.9em}.wc-section__sub{color:var(--wc-muted);font-size:14.5px;margin-top:4px}.wc-section__title--center{justify-content:center;text-align:center}.wc-head-center{text-align:center}.wc-head-center .wc-section__title{justify-content:center}.wc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.wc-card{background:var(--wc-card);border:1px solid var(--wc-border);border-radius:var(--wc-radius-lg);padding:10px;display:flex;flex-direction:column;gap:8px;box-shadow:var(--wc-shadow-card);transition:transform .18s ease,box-shadow .18s ease;overflow:hidden}.wc-card__media{position:relative;border-radius:var(--wc-radius-md);overflow:hidden;background:var(--wc-bg-soft);aspect-ratio:1 / 1}.wc-card__media img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.wc-card__badge{position:absolute;top:8px;left:8px;z-index:2;background:var(--wc-orange);color:#fff;font-size:11px;font-weight:700;padding:4px 9px;border-radius:999px}.wc-card__name{font-weight:700;font-size:14.5px;text-align:center}.wc-card__price{color:var(--wc-pink);font-weight:800;font-size:15px;text-align:center}.wc-card__price del{color:var(--wc-muted);font-weight:600;font-size:13px;margin-right:6px}.wc-card .wc-btn{margin-top:auto}@media(hover:hover){.wc-card:hover{transform:translateY(-4px);box-shadow:var(--wc-shadow-soft)}.wc-card:hover .wc-card__media img{transform:scale(1.04)}}.wc-showmore{display:flex;justify-content:center;margin-top:16px}.wc-hidden-card{display:none}.wc-grid.is-expanded .wc-hidden-card{display:flex}.wc-bundles{display:grid;grid-template-columns:1fr;gap:14px}.wc-bundle{position:relative;border:1px solid var(--wc-border);border-radius:var(--wc-radius-lg);background:var(--wc-card);padding:16px;display:flex;flex-direction:column;gap:10px;box-shadow:var(--wc-shadow-card);transition:transform .18s ease,box-shadow .18s ease}@media(hover:hover){.wc-bundle:hover{transform:translateY(-4px);box-shadow:var(--wc-shadow-soft)}}.wc-bundle__badge{position:absolute;top:-11px;left:50%;transform:translate(-50%);padding:5px 14px;border-radius:999px;font-size:12px;font-weight:800;color:#fff;white-space:nowrap;box-shadow:0 4px 10px #0000001f}.wc-bundle__media{border-radius:var(--wc-radius-md);overflow:hidden;background:var(--wc-bg-soft);aspect-ratio:4 / 3}.wc-bundle__media img{width:100%;height:100%;object-fit:contain}.wc-bundle__title{font-weight:800;font-size:18px;text-align:center}.wc-bundle__qty{color:var(--wc-muted);font-size:13.5px;text-align:center}.wc-bundle__price{font-size:24px;font-weight:800;text-align:center}.wc-bundle__per{color:var(--wc-muted);font-size:13px;text-align:center}.wc-bundle__save{color:var(--wc-success);font-weight:700;font-size:13px;text-align:center}.wc-bundle .wc-btn{margin-top:auto}.wc-customize{display:flex;flex-direction:column;gap:14px;align-items:center;text-align:center;background:linear-gradient(180deg,#eafdfd,#f3fbff);border:1px solid #cdeef0;border-radius:var(--wc-radius-xl);padding:22px}.wc-customize__icon{width:56px;height:56px;flex:none}.wc-customize__title{font-weight:800;font-size:20px}.wc-customize__text{color:var(--wc-muted);font-size:14.5px;max-width:520px}.wc-features{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.wc-feature{background:var(--wc-card);border:1px solid var(--wc-border);border-radius:var(--wc-radius-lg);padding:18px 14px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px;box-shadow:var(--wc-shadow-card)}.wc-feature__icon{width:var(--wc-icon-size, 64px);height:var(--wc-icon-size, 64px);object-fit:contain}.wc-feature__title{font-weight:800;font-size:15px}.wc-feature__text{color:var(--wc-muted);font-size:13px}.wc-faq{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.wc-faq__item{border:1px solid var(--wc-border);border-radius:var(--wc-radius-md);background:#fff;overflow:hidden}.wc-faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;font-weight:700;font-size:15px;text-align:left;min-height:56px}.wc-faq__icon{flex:none;width:22px;height:22px;position:relative}.wc-faq__icon:before,.wc-faq__icon:after{content:"";position:absolute;background:var(--wc-pink);border-radius:2px;top:50%;left:50%;transform:translate(-50%,-50%)}.wc-faq__icon:before{width:14px;height:2.5px}.wc-faq__icon:after{width:2.5px;height:14px;transition:transform .2s ease}.wc-faq__item.is-open .wc-faq__icon:after{transform:translate(-50%,-50%) scaleY(0)}.wc-faq__a{max-height:0;overflow:hidden;transition:max-height .28s ease}.wc-faq__a-inner{padding:0 18px 16px;color:var(--wc-muted);font-size:14px}.wc-bottomcta{position:relative;padding:34px 0;text-align:center;background:var(--wc-bg-soft);background-size:cover;background-position:center}.wc-bottomcta__inner{display:flex;flex-direction:column;align-items:center;gap:14px}.wc-bottomcta__title{font-size:clamp(22px,6vw,32px);font-weight:800}.wc-bottomcta__text{color:var(--wc-text);font-size:15px}.wc-bottomcta__cta{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.wc-footer{background:var(--wc-footer);color:#cfd4d8;padding:34px 0 18px}.wc-footer a{color:#cfd4d8}.wc-footer a:hover{color:#fff}.wc-footer__grid{display:grid;grid-template-columns:1fr;gap:22px}.wc-footer__brandlogo img{max-height:var(--wc-logo-h, 48px);margin-bottom:10px}.wc-footer__brandlogo .wc-header__logo-text{color:#fff}.wc-footer__about{font-size:13.5px;color:#9aa1a7;max-width:280px}.wc-footer__social{display:flex;gap:10px;margin-top:12px}.wc-footer__social a{width:34px;height:34px;border-radius:8px;background:#ffffff14;display:flex;align-items:center;justify-content:center}.wc-footer__social svg{width:18px;height:18px}.wc-footer__col h4{font-size:14px;font-weight:800;color:#fff;margin-bottom:12px}.wc-footer__col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px;font-size:13.5px}.wc-news__form{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.wc-news__input{flex:1 1 160px;min-height:44px;padding:10px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.15);background:#ffffff0f;color:#fff;font-size:14px}.wc-news__input::placeholder{color:#8b9197}.wc-footer__bottom{margin-top:26px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;gap:10px 18px;align-items:center;justify-content:space-between;font-size:12.5px;color:#8b9197}.wc-footer__bottom-meta{display:flex;gap:16px;flex-wrap:wrap}.wc-toasts{position:fixed;left:50%;bottom:22px;transform:translate(-50%);z-index:200;display:flex;flex-direction:column;gap:10px;width:calc(100% - 32px);max-width:440px;pointer-events:none}.wc-toasts--bottom-right{left:auto;right:16px;transform:none;align-items:flex-end}.wc-toasts--top-center{bottom:auto;top:22px}.wc-toast{pointer-events:auto;display:flex;align-items:center;gap:12px;background:var(--wc-toast-bg, var(--wc-black));color:var(--wc-toast-text, #fff);padding:14px 16px;border-radius:14px;box-shadow:0 14px 34px #00000047;font-size:14.5px;font-weight:600;line-height:1.3;opacity:0;transform:translateY(14px);transition:opacity .25s ease,transform .25s ease}.wc-toast:before{content:"";flex:none;width:22px;height:22px;border-radius:50%;background:#ffffff38 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/13px no-repeat}.wc-toast.is-show{opacity:1;transform:translateY(0)}.wc-toast--error{background:var(--wc-toast-error-bg, #b42318)}.wc-toast--error:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E")}.wc-toast--success{background:var(--wc-toast-success-bg, var(--wc-success))}.wc-toast a{text-decoration:underline;margin-left:auto;white-space:nowrap;font-weight:700}.wc-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:150;opacity:0;visibility:hidden;transition:opacity .25s ease}.wc-modal-overlay.is-open{opacity:1;visibility:visible}.wc-modal{position:fixed;z-index:155;background:#fff;display:flex;flex-direction:column;left:0;right:0;bottom:0;max-height:92vh;border-radius:20px 20px 0 0;transform:translateY(100%);transition:transform .3s ease,opacity .3s ease;opacity:0;visibility:hidden;pointer-events:none}.wc-modal.is-open{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.wc-modal__head{padding:16px 18px 10px;border-bottom:1px solid var(--wc-border);position:relative}.wc-modal__title{font-size:19px;font-weight:800}.wc-modal__sub{color:var(--wc-muted);font-size:13.5px;margin-top:2px}.wc-modal__close{position:absolute;top:12px;right:12px;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:var(--wc-bg-soft)}.wc-modal__close svg{width:20px;height:20px}.wc-modal__body{padding:14px 18px;overflow-y:auto;-webkit-overflow-scrolling:touch;flex:1 1 auto;min-height:0}.wc-modal__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.wc-pick{border:1px solid var(--wc-border);border-radius:var(--wc-radius-md);padding:8px;text-align:center;display:flex;flex-direction:column;gap:6px}.wc-pick.is-selected{border-color:var(--wc-pink);box-shadow:0 0 0 1.5px var(--wc-pink) inset}.wc-pick__media{aspect-ratio:1/1;border-radius:10px;overflow:hidden;background:var(--wc-bg-soft)}.wc-pick__media img{width:100%;height:100%;object-fit:contain}.wc-pick__name{font-size:13px;font-weight:700}.wc-stepper{display:flex;align-items:center;justify-content:center;gap:10px}.wc-stepper button{width:34px;height:34px;border-radius:9px;background:var(--wc-bg-soft);font-size:20px;font-weight:700;color:var(--wc-text);display:flex;align-items:center;justify-content:center}.wc-stepper button:hover:not([disabled]){background:var(--wc-pink);color:#fff}.wc-stepper button[disabled]{opacity:.4;cursor:not-allowed}.wc-stepper__val{min-width:22px;text-align:center;font-weight:800;font-size:16px}.wc-modal__foot{padding:12px 18px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--wc-border);flex:0 0 auto;background:#fff;display:flex;flex-direction:column;gap:8px;box-shadow:0 -6px 16px #0000000f}.wc-modal__progress{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:700}.wc-modal__remaining{color:var(--wc-muted);font-weight:600;font-size:13px}.wc-modal__summary{font-size:12.5px;color:var(--wc-muted)}.wc-progressbar{height:6px;border-radius:999px;background:var(--wc-border);overflow:hidden}.wc-progressbar__fill{height:100%;width:0;background:var(--wc-pink);transition:width .25s ease}.wc-spin{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:wc-spin .7s linear infinite}@keyframes wc-spin{to{transform:rotate(360deg)}}@media(min-width:768px){:root{--wc-pad: 24px}.wc-grid{grid-template-columns:repeat(4,1fr);gap:14px}.wc-bundles{grid-template-columns:repeat(2,1fr);gap:16px}.wc-features{grid-template-columns:repeat(4,1fr)}.wc-footer__grid{grid-template-columns:1.4fr 1fr 1fr;gap:26px}.wc-section{padding:40px 0}.wc-hero__cta .wc-btn{flex:0 0 auto}.wc-modal{left:50%;right:auto;top:50%;bottom:auto;transform:translate(-50%,-45%) scale(.98);width:min(960px,92vw);max-height:88vh;border-radius:20px}.wc-modal.is-open{transform:translate(-50%,-50%) scale(1)}.wc-modal__grid{grid-template-columns:repeat(3,1fr)}.wc-customize{flex-direction:row;text-align:left;justify-content:space-between}.wc-customize__main{display:flex;align-items:center;gap:16px}}@media(min-width:992px){:root{--wc-pad: 32px}.wc-nav-desktop{display:flex;align-items:center;gap:4px;margin-left:auto}.wc-header__menu-toggle{display:none}.wc-header__bar{display:flex;align-items:center;gap:14px}.wc-header__left{display:none}.wc-header__logo{flex:none}.wc-header__right{gap:4px}.wc-hero__grid{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:30px;padding:16px 0 24px}.wc-hero__media{order:0}.wc-hero__cta .wc-btn{min-width:180px}.wc-grid{grid-template-columns:repeat(6,1fr)}.wc-bundles{grid-template-columns:repeat(4,1fr)}.wc-footer__grid{grid-template-columns:1.6fr 1fr 1fr 1fr 1.4fr}.wc-chips{justify-content:center}}@media(min-width:1280px){.wc-grid{grid-template-columns:repeat(8,1fr)}}@media(prefers-reduced-motion:reduce){.wc-page *,.wc-page *:before,.wc-page *:after{transition:none!important;animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/world-cup-landing.css.map */
