:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--primary-bg:#0d0d0d;--secondary-bg:#1a1a1a;--light-bg:#f8f8f8;--border-color:#2c2c2c;--border-light:#e5e5e5;--text-dark:#111;--text-light:#fff;--text-gray:#888;--accent-red:#f15a24;--accent-red-hover:#d04616;--font-family-base:"Outfit", sans-serif;--font-family-condensed:"Roboto Condensed", sans-serif;--container-width:1200px}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family-base);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input{font-family:inherit}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 20px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-red)}.angled-divider{position:relative;overflow:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeIn}.section-subtitle{font-family:var(--font-family-condensed);color:var(--accent-red);letter-spacing:.2em;text-transform:uppercase;margin-bottom:5px;font-size:12px;font-weight:700;display:block}.section-title{font-family:var(--font-family-base);text-transform:uppercase;color:inherit;letter-spacing:-.02em;margin-top:5px;font-size:36px;font-style:normal;font-weight:900}.header-container{z-index:10000;background:#ffedee;border-bottom:1px solid #ff6b6b26;width:100%;transition:background-color .3s,box-shadow .3s;position:sticky;top:0;box-shadow:0 4px 20px #ff6b6b1f,0 2px 8px #0000000a}.main-header{box-sizing:border-box;background:#ffedee;justify-content:space-between;align-items:center;max-width:1360px;height:90px;margin:0 auto;padding:0 24px;display:flex;position:relative}.header-logo{flex-shrink:0;align-items:center;display:flex}.pro-sport-logo-img{object-fit:contain;border-radius:4px;width:auto;height:48px;max-height:52px;transition:transform .25s,box-shadow .25s;box-shadow:0 4px 12px #e5191933}.pro-sport-logo-img:hover{transform:scale(1.02);box-shadow:0 6px 16px #e519194d}.nav-menu{align-items:center;gap:40px;height:100%;margin:0 auto;padding:0;list-style:none;display:flex}.nav-item{align-items:center;height:100%;display:flex}.nav-link{font-family:var(--font-family-condensed);color:#333;letter-spacing:.08em;text-transform:uppercase;align-items:center;padding:10px 0;font-size:13px;font-weight:700;transition:color .25s;display:inline-flex;position:relative}.nav-link:after{content:"";background-color:#ff6b6b;border-radius:2px;width:0%;height:2.5px;transition:width .25s;position:absolute;bottom:-6px;left:0}.nav-link:hover{color:#ff6b6b}.nav-link:hover:after{width:100%}.nav-link.active{color:#ff6b6b}.nav-link.active:after{width:100%}.header-right-tab{flex-shrink:0;align-items:center;gap:12px;height:90px;padding:0;display:flex;position:relative}.contact-btn{color:#fff;font-family:var(--font-family-condensed);text-transform:uppercase;letter-spacing:.08em;background-color:#ff6b6b;border:1.5px solid #ff6b6b;border-radius:26px;justify-content:center;align-items:center;padding:12px 28px;font-size:12.5px;font-weight:800;transition:background-color .25s,color .25s,border-color .25s,transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 4px 14px #ff6b6b4d}.contact-btn:hover{color:#fff;background-color:#e55353;border-color:#e55353;transform:translateY(-2px);box-shadow:0 6px 18px #ff6b6b66}.orange-arrow-circle{color:#fff;cursor:pointer;background-color:#ff6b6b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .25s,background-color .25s,box-shadow .25s;display:flex;box-shadow:0 4px 12px #ff6b6b4d}.orange-arrow-circle:hover{background-color:#e55353;transform:scale(1.08)rotate(45deg);box-shadow:0 6px 16px #ff6b6b73}.mobile-menu-toggle{cursor:pointer;z-index:1100;background:#ff6b6b;border:1.5px solid #fff6;border-radius:10px;outline:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:42px;height:42px;padding:8px;transition:transform .2s,background-color .2s;display:none;box-shadow:0 4px 12px #ff6b6b66}.mobile-menu-toggle:active{transform:scale(.94)}.hamburger-bar{border-radius:2px;width:20px;height:2.5px;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .3s,background-color .3s;display:block;background-color:#fff!important}.mobile-menu-toggle.open{background:#222;border-color:#fff3}.mobile-menu-toggle.open .hamburger-bar{background-color:#fff!important}.mobile-menu-toggle.open .hamburger-bar:first-child{transform:translateY(6.5px)rotate(45deg)}.mobile-menu-toggle.open .hamburger-bar:nth-child(2){opacity:0}.mobile-menu-toggle.open .hamburger-bar:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.mobile-cta-item{display:none!important}@media (width<=1024px){.nav-menu{gap:24px}}@media (width<=768px){.main-header{background:#ffedee;height:72px;padding:0 20px}.header-right-tab{display:none}.mobile-menu-toggle{display:flex}.menu-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background:#0006;width:100vw;height:100vh;animation:.3s forwards fadeInBackdrop;position:fixed;top:0;left:0}.nav-menu{z-index:1000;background:#ffedee;border-left:2px solid #ff6b6b33;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:15px;width:280px;height:100vh;margin-left:0;padding:90px 30px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;right:0;transform:translate(100%)}.nav-menu.open{transform:translate(0);box-shadow:-10px 0 30px #00000014}.nav-item{width:100%;height:auto;display:block}.nav-link{letter-spacing:.1em;color:#333;border-bottom:1px solid #ff6b6b26;width:100%;padding:12px 0;font-size:15px;display:block}.nav-link:hover,.nav-link.active{color:#ff6b6b;background:0 0}.mobile-cta-item{width:100%;margin-top:15px;display:block!important}.mobile-contact-btn{text-align:center;color:#fff;width:100%;font-family:var(--font-family-condensed);text-transform:uppercase;letter-spacing:.08em;background-color:#ff6b6b;border-radius:24px;padding:12px 0;font-size:13px;font-weight:800;display:block;box-shadow:0 4px 14px #ff6b6b59}}@keyframes fadeInBackdrop{0%{opacity:0}to{opacity:1}}.hero-section-wrapper{box-sizing:border-box;background-color:#fff;width:100%;padding:20px 40px 40px}.hero-card{color:#222;background-color:#faf8f3;border:1px solid #e9ece8;border-radius:35px;grid-template-columns:1fr 1.1fr 1.6fr;min-height:560px;display:grid;position:relative;overflow:hidden;box-shadow:0 16px 36px #0000000a}.hero-col-left{box-sizing:border-box;background:#faf8f3;border-right:1.5px solid #e9ece8;flex-direction:column;justify-content:center;align-items:center;gap:22px;padding:32px 24px;display:flex}.hero-left-card{box-sizing:border-box;text-align:center;background:#fff;border:1.5px solid #e9ece8;border-radius:20px;flex-direction:column;align-items:center;width:100%;padding:24px 20px;text-decoration:none;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s,border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #00000008}.hero-left-card:hover{border-color:#ff6b6b66;transform:translateY(-4px);box-shadow:0 16px 36px #ff6b6b1f}.baseball-circle-wrapper{background:#faf8f3;border:1.5px solid #e9ece8;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:14px;transition:transform .3s;display:flex;position:relative;box-shadow:0 6px 16px #0000000a}.hero-left-card:hover .baseball-circle-wrapper{transform:scale(1.05)}.baseball-img{object-fit:cover;border-radius:50%;width:90px;height:90px}.curved-arrows-overlay{pointer-events:none;width:140px;height:140px;position:absolute;top:-10px;left:-10px}.curved-arrow-svg{width:100%;height:100%;animation:12s linear infinite rotateArrow}@keyframes rotateArrow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-left-divider{opacity:.7;background-color:#ff6b6b;border-radius:3px;width:44px;height:3px;margin:2px auto}.sneaker-image-wrapper{justify-content:center;align-items:center;width:130px;height:130px;margin-bottom:14px;animation:4s ease-in-out infinite floatSneaker;display:flex}@keyframes floatSneaker{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.sneaker-img{object-fit:contain;filter:drop-shadow(0 8px 16px #0000001a);width:100%;height:100%}.hero-card-info{text-align:center;flex-direction:column;align-items:center;display:flex}.hero-card-tag{font-family:var(--font-family-condensed);color:#ff6b6b;letter-spacing:.12em;text-transform:uppercase;background:#ffedee;border-radius:10px;margin-bottom:6px;padding:3px 10px;font-size:10px;font-weight:800}.hero-card-title{font-family:var(--font-family-base);color:#222;letter-spacing:-.01em;text-transform:uppercase;margin-bottom:8px;font-size:13px;font-weight:900;line-height:1.35}.hero-explore-link{font-family:var(--font-family-condensed);color:#ff6b6b;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:4px;font-size:11px;font-weight:800;transition:transform .25s,color .25s;display:inline-flex}.hero-left-card:hover .hero-explore-link{color:#e53935;transform:translate(4px)}.hero-col-middle{border-right:1.5px solid #e9ece8;justify-content:center;align-items:center;height:100%;min-height:100%;display:flex;position:relative;overflow:hidden}.baseball-player-wrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.player-img{object-fit:cover;object-position:center;width:100%;height:100%;transition:opacity .8s ease-in-out,transform .8s ease-in-out;position:absolute;top:0;left:0}.player-img.slide-active{opacity:1;z-index:2;transform:scale(1.02)}.player-img.slide-inactive{opacity:0;z-index:1;pointer-events:none;transform:scale(.98)}.hero-col-right{text-align:left;box-sizing:border-box;flex-direction:column;justify-content:center;padding:50px;display:flex}.right-top-badge{width:fit-content;font-family:var(--font-family-condensed);letter-spacing:.08em;text-transform:uppercase;color:#5e8b4a;background-color:#5e8b4a14;border:1.5px solid #5e8b4a;border-radius:20px;align-items:center;gap:8px;margin-bottom:25px;padding:6px 14px;font-size:11px;font-weight:700;display:flex}.basketball-emoji{font-size:12px}.right-headline{font-family:var(--font-family-base);text-transform:uppercase;letter-spacing:-.02em;color:#222;margin-bottom:40px;font-size:56px;font-weight:900;line-height:1.05}.right-bottom-row{align-items:center;gap:24px;display:flex}.bottom-row-left{flex-shrink:0}.lets-move-btn{color:#fff;font-family:var(--font-family-condensed);text-transform:uppercase;letter-spacing:.08em;background-color:#5e8b4a;border:1.5px solid #5e8b4a;border-radius:24px;align-items:center;gap:8px;padding:12px 24px;font-size:12px;font-weight:700;transition:background-color .25s,color .25s,border-color .25s,transform .25s;display:flex;box-shadow:0 4px 14px #5e8b4a40}.lets-move-btn:hover{color:#fff;background-color:#4f7b3f;border-color:#4f7b3f;transform:translateY(-2px)}.mail-icon{font-size:14px}.bottom-row-divider{background-color:#e9ece8;width:1.5px;height:44px}.bottom-row-right{flex-grow:1}.right-description{font-family:var(--font-family-condensed);color:#666;letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:700;line-height:1.6}@media (width<=1024px){.hero-section-wrapper{padding:0 20px 20px}.hero-card{grid-template-columns:1fr 1.2fr;min-height:480px}.hero-col-left{display:none}.right-headline{font-size:46px}}@media (width<=768px){.hero-section-wrapper{padding:12px}.hero-card{border-radius:24px;grid-template-columns:1fr;min-height:auto}.hero-col-middle{border-bottom:1.5px solid #e9ece8;border-right:none;height:300px}.hero-col-right{padding:26px 18px}.right-headline{margin-bottom:20px;font-size:34px}.right-bottom-row{flex-direction:column;align-items:flex-start;gap:15px;width:100%}.bottom-row-left{width:100%}.lets-move-btn{justify-content:center;width:100%}.bottom-row-divider{display:none}}@media (width<=480px){.hero-col-middle{height:240px}.hero-col-right{padding:20px 14px}.right-headline{margin-bottom:16px;font-size:26px;line-height:1.12}.right-description{font-size:10.5px}}.accessories-redesign-section{color:#0b1a24;background-color:#fff;padding:80px 0 120px}.accessories-layout{align-items:stretch;gap:60px;display:flex}.accessories-col-left{text-align:left;box-sizing:border-box;flex-direction:column;width:30%;display:flex}.activewear-title{font-family:var(--font-family-base);color:#0b1a24;text-transform:uppercase;letter-spacing:-.01em;margin-bottom:25px;font-size:36px;font-weight:900;line-height:1.1}.avatars-row{margin-bottom:30px;display:flex}.avatar-circle{border:2.5px solid #fff;border-radius:50%;width:36px;height:36px;margin-right:-10px;overflow:hidden;box-shadow:0 4px 10px #00000014}.avatar-circle img{object-fit:cover;width:100%;height:100%}.grab-gear-wrapper{margin-bottom:40px}.grab-gear-link{font-family:var(--font-family-condensed);color:#0b1a24;text-transform:uppercase;letter-spacing:.08em;border-bottom:2px solid #0b1a24;align-items:center;gap:6px;padding-bottom:4px;font-size:13px;font-weight:700;transition:color .2s,border-color .2s;display:inline-flex}.grab-gear-link:hover{color:var(--accent-red);border-color:var(--accent-red)}.glove-image-wrapper{justify-content:center;align-items:center;width:140px;height:140px;margin-top:auto;animation:5s ease-in-out infinite floatGlove;display:flex}@keyframes floatGlove{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-8px)rotate(-3deg)}}.glove-img{object-fit:contain;filter:drop-shadow(0 8px 16px #0000001a);width:100%;height:100%}.accessories-col-right{box-sizing:border-box;grid-template-columns:repeat(3,1fr);gap:24px;width:70%;display:grid}.folder-card{flex-direction:column;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.folder-card:hover{transform:translateY(-6px)}.folder-tab{box-sizing:border-box;width:75%;height:44px;font-family:var(--font-family-condensed);letter-spacing:.05em;text-transform:uppercase;border-radius:16px 16px 0 0;justify-content:space-between;align-items:center;padding:0 16px;font-size:11px;font-weight:700;display:flex}.card-body{box-sizing:border-box;border-radius:0 20px 20px;flex-direction:column;width:100%;padding:24px 18px;display:flex;box-shadow:0 15px 30px #0b1a240a}.card-light-gray{color:#0b1a24}.card-light-gray .folder-tab{background-color:#f3f4f6;border-bottom:1.5px solid #0b1a240d}.card-light-gray .card-body{background-color:#f3f4f6;height:250px}.tab-left-group{align-items:center;gap:8px;display:flex}.tab-icon-ball{font-size:13px}.tab-icon-plus{border:1.5px solid #0b1a2426;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:flex}.tab-play-btn{color:#0b1a24;cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:8px;display:flex;box-shadow:0 2px 5px #00000014}.card-subtitle{font-family:var(--font-family-condensed);color:#667e94;letter-spacing:.05em;margin-bottom:4px;font-size:10px;font-weight:700}.card-huge-title{font-family:var(--font-family-base);margin-bottom:15px;font-size:38px;font-weight:900;line-height:1}.card-bottom-image-wrapper{border:1px solid #00000008;border-radius:12px;width:100%;height:110px;margin-top:auto;overflow:hidden}.golf-ball-img{object-fit:cover;width:100%;height:100%}.card-orange{color:#fff}.card-orange .folder-tab{background-color:var(--accent-red);color:#fff;border-bottom:1.5px solid #ffffff26}.card-orange .card-body{background-color:var(--accent-red);height:250px;padding:0}.tab-title{font-weight:700}.tab-arrow{font-size:12px}.orange-player-body{justify-content:center;align-items:flex-end;display:flex}.player-cutout-wrapper{border-radius:0 0 20px 20px;justify-content:center;align-items:flex-end;width:100%;height:100%;display:flex;overflow:hidden}.basketball-player-img{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .4s}.folder-card:hover .basketball-player-img{transform:scale(1.05)}.card-sky-blue{color:#fff}.card-sky-blue .folder-tab{background-color:#111;border-bottom:1.5px solid #ffffff14}.card-sky-blue .card-body{background-color:#111;height:250px;position:relative;overflow:hidden}.tennis-card-body{flex-direction:column;justify-content:space-between;display:flex}.outline-text-bg{font-family:var(--font-family-base);color:#ffffff0a;pointer-events:none;font-size:68px;font-weight:900;line-height:.9;position:absolute;top:15px;left:-8px}.racket-image-wrapper{z-index:1;justify-content:center;align-items:center;width:100%;height:120px;margin:auto 0;display:flex}.tennis-racket-img{object-fit:contain;filter:drop-shadow(0 8px 16px #0000004d);width:95%;height:95%;transition:transform .4s}.folder-card:hover .tennis-racket-img{transform:translateY(-4px)rotate(-3deg)}.tennis-pills-row{z-index:2;justify-content:space-between;margin-top:auto;display:flex}.tennis-pill{font-family:var(--font-family-condensed);letter-spacing:.02em;border:1px solid #ffffff26;border-radius:12px;padding:4px 10px;font-size:9px;font-weight:700}.pill-comfort{color:#111;background-color:#fff}.pill-strong{background-color:var(--accent-red);color:#fff;border-color:var(--accent-red)}@media (width<=1024px){.accessories-layout{flex-direction:column;gap:40px}.accessories-col-left{text-align:center;align-items:center;width:100%}.glove-image-wrapper{display:none}.accessories-col-right{width:100%}}@media (width<=768px){.accessories-col-right{grid-template-columns:repeat(2,1fr);gap:20px}}@media (width<=480px){.accessories-redesign-section{padding:60px 0 80px}.accessories-col-right{grid-template-columns:1fr;gap:20px}.activewear-title{font-size:28px}}.catalog-divider{background-color:#eaeaea;max-width:1200px;height:1.5px;margin:80px auto}.catalog-section-wrapper{padding-bottom:40px}.catalog-section-wrapper .section-header{text-align:center;margin-bottom:40px}.catalog-section-wrapper .section-subtitle{font-family:var(--font-family-condensed);color:var(--accent-red);letter-spacing:.2em;text-transform:uppercase;font-size:12px;font-weight:700}.catalog-section-wrapper .section-title{font-family:var(--font-family-base);text-transform:uppercase;color:#111;letter-spacing:-.02em;margin-top:5px;font-size:36px;font-style:normal;font-weight:900}.catalog-search-container{background:#fdfdfd;border:1px solid #ddd;border-radius:2px;align-items:center;max-width:500px;height:46px;margin:0 auto 50px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.catalog-search-container:focus-within{border-color:var(--accent-red);box-shadow:0 5px 15px #f15a2414}.catalog-search-input{text-transform:uppercase;color:#222;background:0 0;border:none;outline:none;flex:1;padding:0 16px;font-size:13px;font-weight:700}.catalog-search-input::placeholder{color:#999}.catalog-search-icon{color:#888;justify-content:center;align-items:center;padding:0 18px;display:flex}.accessories-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.catalog-folder-card{transition:transform .3s cubic-bezier(.16,1,.3,1)}.catalog-folder-card:hover{transform:translateY(-6px)}.catalog-folder-tab{background-color:#f3f4f6;border-bottom:1.5px solid #0b1a240d;border-radius:14px 14px 0 0;width:70%;height:38px;padding:0 14px;transition:background-color .3s,color .3s,border-color .3s}.catalog-folder-tab .tab-title{color:#0b1a24;font-size:10px;font-weight:700;transition:color .3s}.catalog-folder-tab .tab-arrow{color:#888;font-size:10px;transition:color .3s}.catalog-card-body{box-sizing:border-box;background-color:#f3f4f6;border-radius:0 16px 16px;flex-direction:column;height:auto;min-height:245px;padding:12px;display:flex;box-shadow:0 8px 20px #00000005}.catalog-image-wrapper{background:#fff;border:1px solid #00000008;border-radius:10px;width:100%;height:125px;overflow:hidden}.catalog-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.catalog-folder-card:hover .catalog-img{transform:scale(1.05)}.catalog-info-wrapper{text-align:left;flex-direction:column;flex-grow:1;justify-content:space-between;margin-top:12px;display:flex}.catalog-card-name{font-family:var(--font-family-base);color:#111;text-transform:uppercase;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:13px;font-weight:800;line-height:1.3;display:-webkit-box;overflow:hidden}.catalog-card-explore{font-family:var(--font-family-condensed);color:var(--accent-red);text-transform:uppercase;letter-spacing:.05em;font-size:9px;font-weight:700;transition:color .2s}.section-subbrand-banner-container{justify-content:center;align-items:center;width:100%;margin-top:45px;display:flex}.card-subbrand-creative-banner{text-align:center;background:linear-gradient(135deg,#ffedee 0%,#fff 100%);border:1.5px solid #ff6b6b59;border-radius:50px;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;padding:12px 32px;transition:transform .3s,box-shadow .3s,border-color .3s;display:inline-flex;box-shadow:0 6px 20px #ff6b6b1f}.card-subbrand-creative-banner:hover{border-color:#ff6b6b;transform:translateY(-3px);box-shadow:0 10px 26px #ff6b6b38}.card-subbrand-creative-banner .banner-brand{font-family:var(--font-family-base);color:#ff6b6b;letter-spacing:.08em;text-transform:uppercase;font-size:15px;font-weight:900}.card-subbrand-creative-banner .banner-dot{color:#ff6b6b;font-size:15px;font-weight:900}.card-subbrand-creative-banner .banner-venture{font-family:var(--font-family-condensed);color:#222;letter-spacing:.06em;text-transform:uppercase;font-size:13px;font-weight:700}.catalog-folder-card:hover .catalog-folder-tab{background-color:var(--accent-red);border-bottom-color:#ffffff26}.catalog-folder-card:hover .catalog-folder-tab .tab-title,.catalog-folder-card:hover .catalog-folder-tab .tab-arrow{color:#fff}.catalog-empty{text-align:center;color:#666;font-family:var(--font-family-condensed);text-transform:uppercase;grid-column:1/-1;padding:50px 0;font-size:14px}@media (width<=1024px){.accessories-grid{grid-template-columns:repeat(3,1fr);gap:18px}.catalog-divider{margin:60px 20px}}@media (width<=768px){.accessories-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (width<=580px){.accessories-redesign-section{padding:40px 14px 60px}.accessories-col-right{grid-template-columns:1fr;gap:16px}.activewear-title{margin-bottom:16px;font-size:26px}.accessories-grid{grid-template-columns:1fr;gap:20px}.catalog-folder-tab{width:max-content;min-width:140px;height:36px;padding:0 16px}.catalog-card-body{border-radius:0 16px 16px;min-height:auto;padding:14px}.catalog-image-wrapper{height:170px}.catalog-info-wrapper{margin-top:12px}.catalog-card-name{-webkit-line-clamp:unset;line-clamp:unset;margin-bottom:6px;font-size:14px;line-height:1.3}.catalog-card-explore{margin-top:6px;font-size:10.5px}.catalog-search-container{border-radius:12px;height:46px;margin-bottom:25px}.catalog-search-input{padding:0 14px;font-size:12px}.catalog-search-icon{padding:0 14px}.catalog-divider{margin:40px 12px}}.about-section{color:#222;background:#fff;border-bottom:1px solid #e9ece8;padding:100px 0;position:relative;overflow:hidden}.about-content{align-items:center;gap:60px;display:flex}.about-text,.about-media{flex:1}.about-text{text-align:left}.about-title-brand{font-family:var(--font-family-base);text-transform:uppercase;color:#222;letter-spacing:-.02em;margin-bottom:25px;font-size:42px;font-weight:900;line-height:1.1}.about-title-brand span{color:#ff6b6b}.about-paragraph{color:#555;letter-spacing:.02em;margin-bottom:20px;font-size:14px;line-height:1.7}.about-features{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:35px;display:grid}.about-feature-item{border-left:3px solid #ff6b6b;padding-left:15px}.about-feature-title{font-family:var(--font-family-condensed);color:#222;text-transform:uppercase;margin-bottom:5px;font-size:14px;font-weight:700}.about-feature-desc{color:#666;font-size:12px;line-height:1.5}.about-media-wrapper{background:#faf8f3;border:1px solid #e9ece8;border-radius:20px;padding:10px;position:relative}.about-img{object-fit:cover;border-radius:14px;width:100%;height:400px;display:block}@media (width<=900px){.about-section{padding:70px 0}.about-content{flex-direction:column;gap:36px}.about-title-brand{font-size:34px}.about-img{height:280px}}@media (width<=480px){.about-section{padding:50px 16px}.about-title-brand{margin-bottom:16px;font-size:26px}.about-features{grid-template-columns:1fr;gap:16px}.about-paragraph{font-size:13px}.about-img{height:220px}}.who-section{color:#222;background:#f4f6f2;border-bottom:1px solid #e9ece8;padding:100px 0}.who-header{text-align:center;margin-bottom:50px}.who-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.who-card{text-align:left;background:#fff;border:1px solid #e9ece8;border-radius:20px;padding:36px 28px;transition:transform .3s,box-shadow .3s,border-color .2s;position:relative}.who-card:hover{border-color:#ff6b6b4d;transform:translateY(-4px);box-shadow:0 16px 36px #0000000d}.who-card-num{font-family:var(--font-family-base);color:#ff6b6b26;font-size:44px;font-weight:900;line-height:1;position:absolute;top:20px;right:24px}.who-card:hover .who-card-num{color:#ff6b6b4d}.who-card-title{font-family:var(--font-family-base);text-transform:uppercase;color:#222;letter-spacing:.03em;margin-top:10px;margin-bottom:15px;font-size:18px;font-style:italic;font-weight:800;position:relative}.who-card-title:after{content:"";background-color:#ff6b6b;border-radius:2px;width:36px;height:2.5px;margin-top:8px;display:block}.who-card-desc{color:#555;font-size:13.5px;line-height:1.65}@media (width<=900px){.who-section{padding:70px 0}.who-grid{grid-template-columns:1fr;gap:24px}}@media (width<=480px){.who-section{padding:50px 16px}.who-header{margin-bottom:30px}.who-card{border-radius:18px;padding:26px 20px}.who-card-num{font-size:38px;top:16px;right:18px}}.contact-section{color:#222;background:#f5f5f5;border-top:1px solid #ff6b6b1f;border-bottom:1px solid #ff6b6b1f;padding:110px 0;position:relative;overflow:hidden}.contact-header{text-align:center;margin-bottom:54px}.contact-badge-pill{color:#ff6b6b;font-family:var(--font-family-condensed);letter-spacing:.12em;text-transform:uppercase;background:#ffedee;border:1px solid #ff6b6b4d;border-radius:20px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 18px;font-size:11px;font-weight:800;display:inline-flex}.pulse-dot{background-color:#ff6b6b;border-radius:50%;width:8px;height:8px;animation:2s infinite pulseDot;box-shadow:0 0 #ff6b6b80}@keyframes pulseDot{0%{box-shadow:0 0 #ff6b6b99}70%{box-shadow:0 0 0 8px #ff6b6b00}to{box-shadow:0 0 #ff6b6b00}}.contact-title{font-family:var(--font-family-base);letter-spacing:-.02em;color:#222;text-transform:uppercase;margin-bottom:14px;font-size:46px;font-weight:900}.contact-header-subtitle{color:#666;max-width:640px;margin:0 auto;font-size:15px;line-height:1.7}.contact-grid{grid-template-columns:1fr 1.15fr;align-items:start;gap:36px;display:grid}.contact-info-col{flex-direction:column;gap:24px;display:flex}.info-card{background:#fff;border:1px solid #e9ece8;border-radius:22px;align-items:flex-start;gap:22px;padding:28px 30px;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s,border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000008}.info-card:before{content:"";background:0 0;width:4px;height:100%;transition:background-color .3s;position:absolute;top:0;left:0}.info-card.showroom-card:hover:before{background-color:#ff6b6b}.info-card.hq-card:hover:before{background-color:#f97316}.info-card.contact-card:hover:before{background-color:#222}.info-card:hover{border-color:#ff6b6b66;transform:translateY(-4px);box-shadow:0 16px 36px #ff6b6b1a}.info-card-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex}.info-card:hover .info-card-icon{transform:scale(1.08)rotate(-3deg)}.green-icon{color:#ff6b6b;background:#ffedee;border:1px solid #ff6b6b40}.orange-icon{color:#f97316;background:#faf8f3;border:1px solid #f9731640}.dark-icon{color:#222;background:#2222220f;border:1px solid #2222221f}.info-card-content{text-align:left;flex:1}.info-card-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.info-card-badge{font-family:var(--font-family-condensed);text-transform:uppercase;letter-spacing:.1em;border-radius:12px;padding:4px 12px;font-size:10px;font-weight:800}.green-badge{color:#ff6b6b;background-color:#ffedee}.orange-badge{color:#f97316;background-color:#faf8f3}.open-status{color:#15803d;letter-spacing:.03em;background:#22c55e1f;border:1px solid #22c55e4d;border-radius:14px;align-items:center;gap:6px;padding:4px 12px;font-size:11.5px;font-weight:800;display:inline-flex}.status-dot{background-color:#22c55e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 2px #22c55e4d}.info-card-title{font-family:var(--font-family-base);color:#222;letter-spacing:-.01em;margin-bottom:8px;font-size:19px;font-weight:800}.info-card-address{color:#666;font-size:13.5px;line-height:1.65}.contact-chip-row{flex-wrap:wrap;gap:10px;margin:14px 0 18px;display:flex}.contact-chip{font-family:var(--font-family-condensed);border-radius:14px;align-items:center;gap:8px;padding:8px 16px;font-size:12px;font-weight:800;text-decoration:none;transition:transform .25s,box-shadow .25s,background-color .25s,color .25s;display:inline-flex}.call-chip{color:#ff6b6b;background:#ffedee;border:1px solid #ff6b6b4d}.call-chip:hover{color:#fff;background:#ff6b6b;transform:translateY(-2px);box-shadow:0 4px 14px #ff6b6b59}.mail-chip{color:#f97316;background:#faf8f3;border:1px solid #f973164d}.mail-chip:hover{color:#fff;background:#f97316;transform:translateY(-2px);box-shadow:0 4px 14px #f9731659}.fb-chip{color:#1877f2;background:#1877f214;border:1px solid #1877f240}.fb-chip:hover{color:#fff;background:#1877f2;transform:translateY(-2px);box-shadow:0 4px 14px #1877f24d}.insta-chip:hover{color:#fff;background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);transform:translateY(-2px);box-shadow:0 4px 14px #dc27434d}.yt-chip:hover{color:#fff;background:red;transform:translateY(-2px);box-shadow:0 4px 14px #ff00004d}.hours-meta{border-top:1px dashed #e9ece8;margin-bottom:18px;padding-top:14px}.hours-title{color:#222;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:11px;font-weight:800}.hours-detail{color:#666;font-size:12.5px}.cool-whatsapp-btn{color:#fff;width:100%;font-family:var(--font-family-condensed);text-transform:uppercase;letter-spacing:.06em;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:13px 22px;font-size:12.5px;font-weight:800;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 6px 18px #25d3664d}.cool-whatsapp-btn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 10px 25px #25d36673}.contact-form-col{flex-direction:column;gap:24px;display:flex}.cool-form-card{text-align:left;background:#fff;border:1px solid #e9ece8;border-radius:22px;padding:38px;position:relative;box-shadow:0 10px 30px #00000008}.form-card-header{margin-bottom:28px}.cool-form-title{font-family:var(--font-family-base);color:#222;letter-spacing:-.01em;margin-bottom:6px;font-size:24px;font-weight:900}.cool-form-subtitle{color:#666;font-size:13.5px}.cool-form{flex-direction:column;gap:20px;display:flex}.cool-form-group{flex-direction:column;gap:6px;display:flex}.cool-label{font-family:var(--font-family-condensed);text-transform:uppercase;letter-spacing:.08em;color:#222;font-size:11px;font-weight:800}.input-with-icon{align-items:center;display:flex;position:relative}.input-icon{color:#888;pointer-events:none;transition:color .25s;position:absolute;left:16px}.cool-input{width:100%;font-family:var(--font-family-base);color:#222;background-color:#faf8f3;border:1.5px solid #e9ece8;border-radius:14px;outline:none;padding:14px 16px 14px 44px;font-size:13.5px;transition:border-color .25s,background-color .25s,box-shadow .25s}.cool-input:focus{background-color:#fff;border-color:#ff6b6b;box-shadow:0 0 0 4px #ff6b6b26}.cool-input:focus+.input-icon,.input-with-icon:focus-within .input-icon{color:#ff6b6b}.cool-textarea{width:100%;font-family:var(--font-family-base);color:#222;resize:vertical;background-color:#faf8f3;border:1.5px solid #e9ece8;border-radius:14px;outline:none;padding:16px;font-size:13.5px;transition:border-color .25s,background-color .25s,box-shadow .25s}.cool-textarea:focus{background-color:#fff;border-color:#ff6b6b;box-shadow:0 0 0 4px #ff6b6b26}.cool-submit-btn{color:#fff;width:100%;font-family:var(--font-family-condensed);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;background:linear-gradient(135deg,#ff6b6b 0%,#e53935 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:12px;margin-top:6px;padding:15px 28px;font-size:13px;font-weight:800;transition:transform .25s,box-shadow .25s,background .25s;display:inline-flex;box-shadow:0 8px 22px #ff6b6b59}.submit-arrow-circle{background:#ffffff40;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:transform .3s,background-color .25s;display:flex}.cool-submit-btn:hover{transform:translateY(-3px);box-shadow:0 12px 28px #ff6b6b73}.cool-submit-btn:hover .submit-arrow-circle{color:#ff6b6b;background:#fff;transform:translate(3px)}.cool-success-alert{text-align:left;background:#ffedee;border:1.5px solid #ff6b6b;border-radius:14px;align-items:flex-start;gap:16px;padding:24px;display:flex}.success-icon-badge{color:#fff;background-color:#ff6b6b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.cool-success-alert h4{color:#ff6b6b;margin-bottom:4px;font-size:16px;font-weight:800}.cool-success-alert p{color:#666;font-size:13px;line-height:1.5}.cool-map-card{text-align:left;background:#fff;border:1px solid #e9ece8;border-radius:22px;padding:22px;box-shadow:0 10px 30px #00000008}.map-card-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;display:flex}.map-info{align-items:center;gap:10px;display:flex}.map-pin-icon{font-size:20px}.map-location-name{font-family:var(--font-family-base);color:#222;font-size:14.5px;font-weight:800}.map-location-sub{color:#666;font-size:11.5px}.open-maps-btn{color:#ff6b6b;font-family:var(--font-family-condensed);text-transform:uppercase;letter-spacing:.05em;background:#ffedee;border:1px solid #ff6b6b4d;border-radius:14px;align-items:center;gap:6px;padding:7px 16px;font-size:11.5px;font-weight:800;text-decoration:none;transition:transform .2s,background-color .2s,color .2s;display:inline-flex}.open-maps-btn:hover{color:#fff;background:#ff6b6b;transform:translateY(-2px)}.cool-map-frame-wrapper{border-radius:16px;overflow:hidden}@media (width<=900px){.contact-section{padding:80px 0}.contact-grid{grid-template-columns:1fr;gap:32px}}@media (width<=480px){.contact-section{padding:60px 16px}.contact-badge-pill{padding:5px 14px;font-size:10px}.contact-title{margin-bottom:10px;font-size:32px}.contact-header-subtitle{font-size:13.5px}.info-card{border-radius:18px;gap:16px;padding:20px 18px}.info-card-icon{border-radius:12px;width:46px;height:46px}.info-card-title{font-size:17px}.info-card-address{font-size:12.5px}.contact-chip-row{flex-direction:column;width:100%}.contact-chip{box-sizing:border-box;justify-content:center;width:100%}.cool-whatsapp-btn{padding:12px 18px;font-size:11.5px}.cool-form-card{border-radius:18px;padding:24px 18px}.cool-form-title{font-size:20px}.cool-form-subtitle{font-size:12.5px}.cool-input,.cool-textarea{padding:12px 14px 12px 40px;font-size:14px}.cool-textarea{padding:12px}.cool-submit-btn{width:100%;padding:14px 20px;font-size:12.5px}.cool-map-card{border-radius:18px;padding:16px}.map-card-bar{flex-direction:column;align-items:flex-start;gap:10px}.open-maps-btn{justify-content:center;width:100%}}.floating-chat-wrapper{z-index:9999;align-items:center;display:flex;position:fixed;bottom:28px;right:28px}.floating-chat-btn{color:#fff;cursor:pointer;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;text-decoration:none;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex;position:relative;box-shadow:0 8px 24px #25d36666}.floating-chat-btn:hover{transform:scale(1.1)rotate(6deg);box-shadow:0 12px 30px #25d3668c}.whatsapp-svg{z-index:2}.pulse-ring{z-index:1;pointer-events:none;border:2px solid #25d36699;border-radius:50%;animation:2.5s infinite chatPulse;position:absolute;inset:-4px}@keyframes chatPulse{0%{opacity:.8;transform:scale(.95)}50%{opacity:0;transform:scale(1.25)}to{opacity:0;transform:scale(.95)}}.floating-chat-tooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;text-align:right;z-index:10000;background:#222;border-radius:10px;flex-direction:column;padding:10px 16px;transition:opacity .3s,transform .3s;display:flex;position:absolute;right:70px;transform:translate(10px);box-shadow:0 8px 20px #00000026}.floating-chat-tooltip:after{content:"";border:6px solid #0000;border-left-color:#222;border-right-width:0;position:absolute;top:50%;right:-6px;transform:translateY(-50%)}.floating-chat-tooltip.visible{opacity:1;transform:translate(0)}.tooltip-title{font-family:var(--font-family-base);font-size:12px;font-weight:700}.tooltip-sub{color:#aaa;margin-top:2px;font-size:10px}@media (width<=768px){.floating-chat-wrapper{bottom:20px;right:20px}.floating-chat-btn{width:50px;height:50px}.floating-chat-tooltip{display:none}}.footer-container{color:#555;font-family:var(--font-family-condensed);text-transform:uppercase;background:#faf8f3;border-top:1px solid #ff6b6b26;padding:60px 0 30px;font-size:11px}.footer-grid{grid-template-columns:1.2fr 1fr 1fr 1.3fr;gap:36px;margin-bottom:40px;display:grid}.footer-col{text-align:left}.footer-col-title{font-family:var(--font-family-base);color:#222;letter-spacing:.1em;margin-bottom:18px;font-size:13px;font-weight:800}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:8px}.footer-links a{color:#666;letter-spacing:.05em;text-decoration:none;transition:color .2s,transform .2s;display:inline-block}.footer-links a:hover{color:#ff6b6b;transform:translate(2px)}.footer-links-grid{display:contents}.social-icons-row{flex-wrap:wrap;gap:12px;margin-top:10px;display:flex}.social-icon{color:#555;background:#fff;border:1px solid #e9ece8;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 10px #00000008}.social-icon.fb:hover{color:#fff;background:#1877f2;border-color:#1877f2;transform:translateY(-3px)}.social-icon.insta:hover{color:#fff;background:linear-gradient(45deg,#f09433 0%,#bc1888 100%);border-color:#bc1888;transform:translateY(-3px)}.social-icon.yt:hover{color:#fff;background:red;border-color:red;transform:translateY(-3px)}.social-icon.wa:hover{color:#fff;background:#25d366;border-color:#25d366;transform:translateY(-3px)}.footer-brand-col{flex-direction:column;align-items:flex-start;display:flex}.footer-brand-top{text-align:left}.brand-logo-container{display:inline-block}.footer-logo-img{object-fit:contain;border-radius:4px;width:auto;height:48px;max-height:52px;box-shadow:0 4px 12px #e5191933}.brand-tagline{font-family:var(--font-family-base);color:#888;letter-spacing:.15em;margin-top:8px;margin-bottom:16px;font-size:11px;font-weight:800}.corporate-card{background:#fff;border:1px solid #e9ece8;border-radius:14px;padding:16px;box-shadow:0 4px 14px #00000005}.info-block{margin-bottom:12px}.info-block:last-child{margin-bottom:0}.info-badge{font-family:var(--font-family-condensed);color:#ff6b6b;text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px;font-size:10px;font-weight:800;display:block}.info-block p{color:#666;text-transform:none;margin:0;font-size:11.5px;line-height:1.4}.contact-quick-row{border-top:1px dashed #e9ece8;flex-direction:column;gap:6px;margin-top:12px;padding-top:10px;display:flex}.quick-link{color:#333;text-transform:none;font-size:11.5px;font-weight:700;text-decoration:none;transition:color .2s}.quick-link:hover{color:#ff6b6b}.footer-bottom-strip{text-align:center;border-top:1px solid #0000000f;padding-top:24px}.copyright-text{color:#777;letter-spacing:.05em;font-size:10px;line-height:1.6}.copyright-text a{color:#ff6b6b;font-weight:700;text-decoration:none}@media (width<=900px){.footer-grid{grid-template-columns:1fr;gap:32px}.footer-links-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}}@media (width<=480px){.footer-container{padding:40px 16px 25px}.footer-grid{gap:24px}.footer-brand-col{text-align:center;background:#fff;border:1px solid #e9ece8;border-radius:18px;align-items:center;padding:20px 16px;box-shadow:0 6px 18px #00000005}.footer-brand-top{text-align:center}.footer-social-wrapper{width:100%;margin-top:12px}.social-title{text-align:center;margin-bottom:10px;font-size:11px}.social-icons-row{justify-content:center}.footer-links-grid{background:#fff;border:1px solid #e9ece8;border-radius:18px;grid-template-columns:1fr 1fr;gap:20px;padding:20px 16px}.footer-col-title{color:#ff6b6b;border-bottom:1.5px solid #ffedee;margin-bottom:12px;padding-bottom:6px;font-size:12px;display:inline-block}.footer-links li{margin-bottom:10px}.footer-links a{font-size:11px;line-height:1.3}.footer-corporate-col{text-align:left}.footer-corporate-col .footer-col-title{text-align:center;border-bottom:none;width:100%;padding-bottom:0;display:block}.corporate-card{border-radius:18px;padding:18px 16px}}
