.Profile .VideoBackground {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    content: "";
    z-index: -1
}

.Profile .Section {
    margin-bottom: 23px;
    width: 100%
}

.Profile .YoutubeVideoWrapper {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 75%;
    height: 100%;
    aspect-ratio: 16/9
}

.Profile .HeaderContainer {
    display: flex;
    flex: 1 1 auto
}

.Profile .YoutubeVideo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0
}

.Profile .YoutubeShortVideoWrapper {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 300px;
    height: 536px;
    min-width: 300px
}

.Profile .YoutubeShortVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.Profile .YoutubeVideoWrapper.HomePagePreview {
    height: 100%;
    max-width: 100%
}

.Profile .TiktokVideoWrapper {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 300px;
    height: 536px;
    min-width: 300px
}

.Profile .LoomVideoWrapper,
.Profile .TwitchVideoWrapper,
.Profile .VimeoVideoWrapper {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 75%;
    aspect-ratio: 16/9
}

.Profile .LoomVideo,
.Profile .TwitchVideo,
.Profile .VimeoVideo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0
}

.Profile .BandCampWrapper {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 134%;
    width: 100%
}

.Profile .BandCamp {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    border: 0
}

.Profile .AppleMusic {
    width: 100%;
    overflow: hidden;
    background: 0 0;
    height: 450px
}

.Profile .AppleMusic.Podcast {
    height: 175px
}

.Profile .Soundcloud {
    width: 100%;
    height: 351px
}

.Profile .Spotify {
    width: 100%;
    height: 380px;
    margin-bottom: -5px;
    background-color: transparent
}

.Profile .Spotify.Podcast {
    height: 233px
}

.Profile .StoreInfo {
    word-break: break-word;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.img-wrap {
    position: relative
}

.img-wrap .delete {
    right: 2px
}

.img-wrap .delete,
.img-wrap .mainStar {
    position: absolute;
    top: 2px;
    z-index: 100;
    stroke: #fff;
    stroke-width: .5px
}

.img-wrap .mainStar {
    left: 2px
}

.img-wrap .thumbnail-button {
    top: 2px;
    left: 30px
}

.img-wrap .galleryStar,
.img-wrap .thumbnail-button {
    position: absolute;
    z-index: 100;
    stroke: #fff;
    stroke-width: .5px
}

.img-wrap .galleryStar {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: gold;
    pointer-events: none
}

.PageFrameWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    background-size: 0 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.PageFrameWrapper:before {
    content: "";
    z-index: -1;
    position: inherit;
    left: inherit;
    top: inherit;
    width: inherit;
    height: inherit;
    background-image: inherit;
    background-size: cover;
    background-position: 50%;
    filter: blur(100px);
    transform: scale(1.2);
    will-change: filter
}

.PageFrame {
    overflow: hidden;
    height: 100vh;
    position: relative
}

.Profile .TiktokVideoWrapper.HomePagePreview {
    max-width: 100%
}

.Profile .TiktokVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 103%;
    height: 117%;
    z-index: 0;
    margin-left: -5px;
    margin-top: -3px
}

.videoBox .banner {
    display: none
}

.Profile .ShopifyProductTitle:hover {
    text-decoration: underline;
    cursor: pointer
}

#contentDeleteButton {
    background-color: var(--error-color);
    color: #fff;
    font-size: 15px;
    text-transform: none
}

#cancelButton {
    color: #45515c;
    border: 1px solid #45515c;
    margin-right: 5px;
    font-size: 15px;
    text-transform: none
}

.Profile .ShopifySaleBadge {
    background-color: var(--error-color);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    margin-right: -45px;
    margin-top: -40px;
    transform: rotate(7deg)
}

.Profile .ShopifyPictureButton .Image {
    object-fit: cover
}

.Profile .ShopifyPictureButton .PreviewImage,
.Profile .ShopifyPictureButton video {
    position: absolute;
    object-fit: contain;
    z-index: 1
}

.Profile .ShopifyPictureButton {
    position: relative;
    cursor: pointer
}

.Profile .ShopifyPictureButton:hover {
    opacity: .9
}

.Profile .BuyNowButton {
    font-size: .9rem
}

.Profile .ShopifyPictureButton .Title {
    font-size: .8rem;
    font-weight: var(--beacons-semibold-font-weight);
    color: #1c1c1c;
    background-color: #ffffffee;
    position: absolute;
    z-index: 1;
    min-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25)
}

.MainImage {
    position: relative
}

.NavigateLeft {
    position: absolute;
    top: 0;
    height: calc(100% - 3px);
    left: 0;
    width: 9%
}

.NavigateLeft .Icon {
    height: 100%;
    cursor: pointer
}

.NavigateRight {
    position: absolute;
    top: 0;
    height: calc(100% - 3px);
    right: 0;
    width: 9%
}

.NavigateRight .Icon {
    height: 100%;
    cursor: pointer
}

.NavigateLeft:hover {
    background-image: linear-gradient(90deg, #ffffff88 0, #ffffff00)
}

.NavigateRight:hover {
    background-image: linear-gradient(270deg, #ffffff88 0, #ffffff00)
}

.OptionSelect .OptionSelectLabel {
    margin: 0 0 5px;
    text-align: left;
    font-size: 14px
}

.OptionSelect .OptionSelectSelect {
    width: 100%;
    border: 1px solid #cecfd0
}

.OptionSelect .MuiNativeSelect-root {
    padding-left: 10px
}

.DisabledButton {
    background-color: #999;
    color: #fff;
    font-weight: 700;
    text-transform: none
}

.BuyButton {
    background-color: #78b657;
    color: #fff;
    font-weight: 700
}

.GalleryImage {
    max-height: 40px;
    max-width: 40px;
    margin: 0 7.5px;
    cursor: pointer;
    overflow: hidden
}

.GalleryImage img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.ShopifyDialogImage {
    overflow: hidden;
    border-radius: 24px;
    width: 82%
}

.ShopifyDialogImage img,
.ShopifyDialogImage video {
    object-fit: contain;
    border-radius: 24px;
    width: 100%;
    height: 100%
}

.Profile .AboutMe {
    padding: 0 15px
}

.Profile .StoreTimeBox {
    position: absolute;
    right: 12px;
    bottom: 16px;
    color: #fff;
    background-color: #030303;
    font-size: .9rem;
    padding: 2px 8px
}

.Profile .ProfileLogo.HomePagePreview {
    margin-bottom: 300px
}

.HomePagePreview {
    height: 100%
}

.Profile .EmailTextField {
    font-size: 15px
}

.Profile .EmailTextField.LinkStyle {
    padding: 12px 8px 0 16px;
    width: calc(100% - 136px)
}

.Profile .EmailTextField.CardStyle {
    padding: 5px 0;
    width: calc(100% - 5px);
    height: 34px;
    margin-right: 1px
}

.Profile .EmailTextField.CardStyle input {
    padding-left: 16px
}

.Profile .EmailButton.LinkStyle {
    font-size: 15px;
    height: 58px;
    width: 110px;
    box-shadow: none
}

.Profile .EmailButton.CardStyle {
    font-size: 14px;
    width: 100%;
    height: 48px;
    box-shadow: none
}

.Profile .CardButton {
    box-shadow: None
}

.Profile .Badge {
    display: inline-flex;
    background-color: #fff;
    border-radius: 10000px;
    margin: 0 5.5px
}

.Profile .Badge>svg {
    height: 15px;
    width: 15px
}

.Profile .Badge .NonVerifiedBadge {
    color: #7f7f7f
}

.Profile .Badge .VerifiedBadge {
    color: #44c2b7
}

.Profile .Badge .VipBadge {
    color: #3897f0
}

.Profile .TwitterTweetWrapper {
    margin-right: 11px;
    margin-left: 10px
}

.Profile .TwitterTweetWrapper.fullWidth {
    margin-right: 0;
    margin-left: 0;
    max-width: 548px
}

.Profile .TwitterTimelineEmbed {
    margin-bottom: -10px;
    background-color: #fff
}

.Profile .TwitterTweetEmbed {
    margin: -11px -2px -12px;
    background-color: #fff
}

.Profile .TwitterTweetWrapper.fullWidth .TwitterTweetEmbed {
    margin: -10px -1px -12px
}

.Profile .TwitterTweetEmbed .twitter-tweet {
    width: 101% !important;
    padding-right: 10px
}

.Profile .TwitterTimelineWrapper {
    position: relative
}

@media screen and (max-width:450px) {
    .Profile .TwitterTweetWrapper {
        margin-right: 0;
        margin-left: 0
    }

    .Profile .TwitterTweetEmbed {
        margin: -10px -1px -12px
    }

    .Profile .TwitterTweetWrapper.fullWidth {
        max-width: 100%
    }

    .Profile .Component .TwitterTimelineEmbed {
        margin-bottom: -86px
    }
}

.Profile .Links>a {
    text-decoration: none
}

.Profile .Links.twoColumnImage {
    display: grid
}

.Profile .Links .ImageOverlay {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    background-size: cover;
    background-position: 50%
}

.Profile .Links .ImageOverlay .BackgroundImage,
.Profile .Links .ImageOverlay>svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.Profile .Links .ImageOverlay .BackgroundImage {
    background-size: cover;
    background-position: 50%
}

.Profile .Links .ImageOverlay.twoColumnImage {
    height: 250px
}

.Profile .Links .ImageOverlay .LinkTitleWrapper {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-self: center;
    flex-direction: column;
    z-index: 99
}

.Profile .Links .ImageOverlay .LinkTitle {
    width: 100%;
    white-space: pre-wrap
}

.Profile .Links .LinkSubtitle {
    font-size: .8em;
    white-space: pre-wrap
}

.Profile .Links .LeftRightImageLink {
    display: flex;
    overflow: hidden;
    cursor: pointer
}

.Profile .Links .LeftRightImageLink>svg {
    flex: 50%;
    width: 100%;
    height: 100%
}

.Profile .Links .LeftRightImageLink .BackgroundImage {
    flex: 50%;
    background-size: cover
}

.Profile .Links .LeftRightImageLink .BackgroundImage>img {
    width: 100%;
    height: 100%
}

.Profile .Links .LeftRightImageLink .TextSideWrapper {
    flex: 50%;
    display: flex;
    align-content: center;
    align-items: center;
    height: 0;
    padding-top: 25%;
    padding-bottom: 25%;
    overflow: hidden
}

.Profile .Links .LeftRightImageLink .TextSide {
    padding: 15px;
    white-space: pre-wrap
}

.Profile .Links .LeftRightImageLink .TextSideSubtitle {
    margin-top: 8px;
    font-size: .8em
}

.Profile .Links .RowLink .LinkTitle {
    display: flex;
    flex-direction: column;
    white-space: pre-wrap;
    flex: 1 1 auto
}

.Profile .Links .RowLink .RowLinkImage {
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:450px) {
    .Profile .Links .ImageOverlay.twoColumnImage {
        height: 150px
    }

    .Profile .Links .LeftRightImageLink .TextSideWrapper {
        height: 0;
        padding-top: 25%;
        padding-bottom: 25%
    }
}

.Profile .Links.Component .LeftRightImageLink .TextSideWrapper {
    height: 0;
    padding-top: 25%;
    padding-bottom: 25%
}

.Profile .Links.Component .ImageOverlay.twoColumnImage {
    height: 150px
}

.Profile .HighlightBlock {
    box-shadow: 0 0 0 0 #00ab6cb2;
    transform: scale(1);
    animation: beacons-pulse 2s 3
}

.Profile .HighlightBlock.Infinite,
.animate-beacons-pulse {
    animation: beacons-pulse 2s infinite
}

@keyframes beacons-pulse {
    0% {
        box-shadow: 0 0 0 0 #00ab6cb2;
        border-radius: 25px
    }

    70% {
        box-shadow: 0 0 0 30px #00ab6c00;
        border-radius: 25px
    }

    to {
        box-shadow: 0 0 0 0 #00ab6c00;
        border-radius: 25px
    }
}

.ShoppingTiktokWrapper {
    transform: scale(.6);
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
    overflow: hidden;
    align-self: center;
    position: relative;
    margin-left: 10px;
    width: 340px;
    height: 560px
}

.ShoppingTiktokEmbed {
    grid-area: 1/1/1/1;
    margin-top: -3px;
    margin-left: -1px;
    height: 117%;
    width: 102%;
    overflow: hidden
}

@media screen and (max-width:450px) {
    .ShoppingTiktokWrapper {
        width: 330x;
        height: 560px
    }
}

.ProfileShoppableProduct {
    overflow: hidden;
    width: 100%;
    text-decoration: none
}

.ProfileShoppableProduct:hover {
    opacity: .7
}

.ProfileShoppableProductImage {
    overflow: hidden;
    height: 0;
    padding-top: 100%;
    background-position: 50%;
    background-size: cover;
    background-color: #c3c3c3
}

.ProfileShoppableProductTextContainer {
    overflow: hidden;
    max-width: 100%;
    font-size: 13px
}

.ProfileShoppableProductTextContainer>div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ProfileShoppableContent {
    position: relative;
    cursor: pointer
}

.ProfileShoppableContent:hover {
    opacity: .7
}

.ProfileShoppableContentImage {
    overflow: hidden;
    height: 0;
    padding-top: 177.77%;
    background-position: 50%;
    background-size: cover;
    background-color: #c3c3c3
}

.MuiPaper-root.MuiPaper-rounded.MuiDialog-paperFullScreen {
    border-radius: 0
}

.ProfileHamburgerNavigation {
    width: 300px;
    padding-top: 4px
}

.ProfileHamburgerNavigation>div {
    padding: 16px;
    cursor: pointer;
    font-size: 20px;
    word-break: break-word
}

.ProfileHamburgerNavigation>div:hover {
    opacity: .7
}

@media screen and (max-width:450px) {
    .ProfileHamburgerNavigation {
        width: 215px
    }
}

.Profile .TopTabs {
    text-transform: none;
    max-width: 150px;
    max-height: 75px;
    min-width: 72px
}

.Profile .TopTabs.Mui-selected {
    border-bottom-width: 4px;
    border-bottom-style: solid
}

.RequestForm p {
    margin-top: 0
}

.AccountFont {
    font-family: Poppins, sans-serif
}

.Profile .CommunityMemberContainer {
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 12px
}

.Profile .CommunityMemberProfPic {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.Profile .CommunityMemberInfo {
    margin-left: 10px;
    overflow-wrap: anywhere;
    margin-right: 10px;
    min-width: 0
}

.carousel {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1rem;
    display: flex
}

.bit-widget-container {
    height: 400px;
    overflow: auto
}