.wrestler-profile{position:relative;background-color:var(--wrestler-profile-bg-color, #0a0a0a);padding-top:var(--wrestler-profile-padding-top, 48px);padding-bottom:var(--wrestler-profile-padding-bottom, 48px);overflow:hidden}@media screen and (max-width:749px){.wrestler-profile{padding-top:var(--wrestler-profile-padding-top-mobile, 32px);padding-bottom:var(--wrestler-profile-padding-bottom-mobile, 32px)}}.wrestler-profile__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.wrestler-profile__background-image{width:100%;height:100%;object-fit:cover;object-position:center top;filter:blur(20px);transform:scale(1.1)}.wrestler-profile__background-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--wrestler-profile-overlay-color, #000);opacity:var(--wrestler-profile-overlay-opacity, .7)}.wrestler-profile__container{position:relative;z-index:1;max-width:var(--wrestler-profile-container-width, 1200px);margin:0 auto;padding:0 1.5rem}@media screen and (max-width:749px){.wrestler-profile__container{padding:0 1rem}}.wrestler-profile__layout{display:flex;align-items:center;gap:var(--wrestler-profile-gap, 32px)}.wrestler-profile__layout--right{flex-direction:row-reverse}@media screen and (max-width:749px){.wrestler-profile__layout,.wrestler-profile__layout--right{flex-direction:column;text-align:center}}.wrestler-profile__image-wrapper{flex-shrink:0;width:var(--wrestler-profile-image-width, 40%);max-width:400px}@media screen and (max-width:749px){.wrestler-profile__image-wrapper{width:100%;max-width:300px}}.wrestler-profile__image{width:100%;height:auto;display:block;border-radius:8px;box-shadow:0 8px 32px #0006}.wrestler-profile__image-placeholder{aspect-ratio:3 / 4;background-color:#1a1a1a;border-radius:8px;display:flex;align-items:center;justify-content:center}.wrestler-profile__image-placeholder svg{width:50%;height:auto;opacity:.3}.wrestler-profile__content{flex:1;min-width:0;text-align:var(--wrestler-profile-text-align, left)}.wrestler-profile--align-left .wrestler-profile__championships,.wrestler-profile--align-left .wrestler-profile__factions,.wrestler-profile--align-left .wrestler-profile__social{justify-content:flex-start}.wrestler-profile--align-center .wrestler-profile__championships,.wrestler-profile--align-center .wrestler-profile__factions,.wrestler-profile--align-center .wrestler-profile__social{justify-content:center}.wrestler-profile--align-right .wrestler-profile__championships,.wrestler-profile--align-right .wrestler-profile__factions,.wrestler-profile--align-right .wrestler-profile__social{justify-content:flex-end}@media screen and (max-width:749px){.wrestler-profile__content{text-align:var(--wrestler-profile-text-align-mobile, center)}.wrestler-profile--mobile-align-left .wrestler-profile__championships,.wrestler-profile--mobile-align-left .wrestler-profile__factions,.wrestler-profile--mobile-align-left .wrestler-profile__social{justify-content:flex-start}.wrestler-profile--mobile-align-center .wrestler-profile__championships,.wrestler-profile--mobile-align-center .wrestler-profile__factions,.wrestler-profile--mobile-align-center .wrestler-profile__social{justify-content:center}.wrestler-profile--mobile-align-right .wrestler-profile__championships,.wrestler-profile--mobile-align-right .wrestler-profile__factions,.wrestler-profile--mobile-align-right .wrestler-profile__social{justify-content:flex-end}}.wrestler-profile__nickname{font-size:var(--wrestler-profile-nickname-size, 18px);color:var(--wrestler-profile-nickname-color, #ccc);font-style:italic;margin:0 0 .5rem;letter-spacing:.02em}@media screen and (max-width:749px){.wrestler-profile__nickname{font-size:var(--wrestler-profile-nickname-size-mobile, 14px)}}.wrestler-profile__name{font-size:var(--wrestler-profile-name-size, 48px);font-weight:var(--wrestler-profile-name-weight, 700);color:var(--wrestler-profile-name-color, #fff);margin:0 0 1rem;line-height:1.1;text-transform:uppercase;letter-spacing:-.02em}@media screen and (max-width:749px){.wrestler-profile__name{font-size:var(--wrestler-profile-name-size-mobile, 32px)}}.wrestler-profile__championships{display:flex;flex-wrap:wrap;gap:.25rem .75rem;margin-bottom:1rem}.wrestler-profile__championship{display:inline-flex;align-items:center;gap:.5rem;font-size:var(--wrestler-profile-championship-size, 14px);color:var(--wrestler-profile-championship-color, #ffd700);font-weight:600;text-transform:uppercase;letter-spacing:.05em}@media screen and (max-width:749px){.wrestler-profile__championship{font-size:var(--wrestler-profile-championship-size-mobile, 12px)}}.wrestler-profile__championship-icon{width:1.2em;height:1.2em;flex-shrink:0}.wrestler-profile__championship-icon--belt,.wrestler-profile__championship-icon--star,.wrestler-profile__championship-icon--medal{fill:currentColor}.wrestler-profile__factions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.wrestler-profile__faction{font-size:var(--wrestler-profile-faction-size, 14px);color:var(--wrestler-profile-faction-color, #aaa);background-color:#ffffff1a;padding:.375rem .75rem;border-radius:20px;text-decoration:none;transition:color .2s ease,background-color .2s ease;border:1px solid rgba(255,255,255,.15)}@media screen and (max-width:749px){.wrestler-profile__faction{font-size:var(--wrestler-profile-faction-size-mobile, 12px)}}a.wrestler-profile__faction:hover,a.wrestler-profile__faction:focus{color:var(--wrestler-profile-faction-hover-color, #fff);background-color:#fff3;border-color:#ffffff4d}.wrestler-profile__faction--no-link{cursor:default}.wrestler-profile__promotion{margin-bottom:1rem}.wrestler-profile__promotion-badge{display:inline-block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:.375rem .75rem;background:linear-gradient(135deg,#333,#1a1a1a);border:1px solid #444;border-radius:4px;color:#fff}.wrestler-profile__bio{font-size:var(--wrestler-profile-bio-size, 16px);color:var(--wrestler-profile-bio-color, #ddd);line-height:1.6;margin-bottom:1.5rem}@media screen and (max-width:749px){.wrestler-profile__bio{max-width:none;font-size:var(--wrestler-profile-bio-size-mobile, 14px)}}.wrestler-profile__bio p{margin:0 0 1rem}.wrestler-profile__bio p:last-child{margin-bottom:0}.wrestler-profile__social{display:flex;gap:1rem}.wrestler-profile__social-link{display:flex;align-items:center;justify-content:center;color:var(--wrestler-profile-social-color, #888);transition:color .2s ease,transform .2s ease}.wrestler-profile__social-link:hover,.wrestler-profile__social-link:focus{color:var(--wrestler-profile-social-hover-color, #fff);transform:scale(1.1)}.wrestler-profile__social-icon{width:var(--wrestler-profile-social-size, 28px);height:var(--wrestler-profile-social-size, 28px)}@media screen and (max-width:749px){.wrestler-profile__social-icon{width:var(--wrestler-profile-social-size-mobile, 24px);height:var(--wrestler-profile-social-size-mobile, 24px)}}@media(prefers-reduced-motion:reduce){.wrestler-profile__social-link{transition:none}.wrestler-profile__social-link:hover,.wrestler-profile__social-link:focus{transform:none}.wrestler-profile__faction{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/wrestler-profile-header.css.map */
