/** Shopify CDN: Minification failed

Line 182:38 Unexpected "{"
Line 182:47 Expected ":"
Line 182:54 Unexpected "{"

**/
@media screen and (max-width: 768px) {
    .recommended-creators {
        overflow: hidden;
    }
}

.recommended-creators__top {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 38px;
}
@media screen and (min-width: 768px) {
    .recommended-creators__top {
        margin-bottom: 60px;
    }
}

.recommended-creators__title {
    line-height: 1.2;
    font-size: 30px;
}
.recommended-creators__subtitle {
    font-size: 14px;
    opacity: 0.7;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
    .recommended-creators__title {
        font-size: 46px;
    }
    .recommended-creators__subtitle {
        font-size: 16px;
    }
}

.recommended-creators__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* max-width: 330px; */
    position: relative;
    overflow: hidden;
    border-radius: 0 0 12px 12px;
}
.recommended-creators__item * {
    color: #fff;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .recommended-creators__item {
        max-width: 450px;
    }
}
.recommended-creators__item-img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    cursor: pointer;
    position: relative;
    text-align: right;
}
.recommended-creators_action_button{
    position: absolute;
    z-index: 3;
    top: 64px;
    right: 24px;
}
.recommended-creators__item-img img.recommended-creators_action_icon{
    width: 48px;
    height: 48px;
    display: block;
    margin-left: auto;
}
.recommended-creators__item-img .desktop {
    display: block;
}
.recommended-creators__item-img .mobile {
    display: none;
}
@media screen and (max-width: 768px) {
    .recommended-creators__item-img .desktop {
        display: none;
    }
    .recommended-creators__item-img .mobile {
        display: block;
    }
}
.recommended-creators__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .recommended-creators__item-img img {
        object-fit: unset;
    }
}
.recommended-creators__item-content {
    position: absolute;
    bottom: 0;
    padding: 30px;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    background: linear-gradient(180deg, rgba(25, 25, 28, 0) 0%, rgba(25, 25, 28, 0.9) 100%);

}
.recommended-creators__text {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 26px;
}
.recommended-creators__text * {
    color: #EFEEE9;
    font-size: inherit;
    line-height: 1.4;
}
@media screen and (max-width: 768px) {
    .recommended-creators__text {
        font-size: 20px; 
    }
}

.recommended-creators__footer {
    display: flex;
    align-items: flex-start;
    gap: 10px;

}
.recommended-creators__author-icon {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
    padding-top: 2px;
}
.recommended-creators__author-icon img{
    width: 100%;
    height: auto;
}
.recommended-creators__author-name {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
}
.recommended-creators__author-name:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 13 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.062 0L7.5713 0.984127L9.37306 0.972216L10.1107 2.61611L11.6329 3.58019L11.3647 5.36192L12.124 6.99592L10.9351 8.3498L10.6905 10.1349L8.95833 10.6311L7.78742 12.0006L6.062 11.4815L4.33657 12.0006L3.16567 10.6311L1.43353 10.1349L1.18891 8.3498L0 6.99592L0.759314 5.36192L0.491107 3.58019L2.01329 2.61611L2.75093 0.972216L4.5527 0.984127L6.062 0Z' fill='%2337C0FB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.66517 4.3093L5.25378 6.86954L4.45891 6.0256C4.27339 5.82862 3.96331 5.81934 3.76633 6.00486C3.56935 6.19039 3.56007 6.50046 3.7456 6.69744L4.89713 7.92005C5.09055 8.12542 5.41701 8.12542 5.61044 7.92005L8.37848 4.98114C8.56401 4.78417 8.55472 4.47409 8.35775 4.28856C8.16077 4.10304 7.85069 4.11232 7.66517 4.3093Z' fill='%23EFEEE9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
}
.recommended-creators__author-position {
    font-size: 12px;
    color: rgba(239, 238, 233, 0.7);
    margin-top: 2px;
    line-height: 19px;
    width: 90%;
}
.recommended-creators .swiper-wrapper {
}

/* Swiper container styles */
.recommended-creators__wrapper {
    position: relative;
}

.js-recommended-creators-slider-init-{{ section.id }} {
    overflow: hidden;
}

.recommended-creators__swiper-wrapper {
    display: flex;
    transition-property: transform;
}

.recommended-creators__item.swiper-slide {
    width: 100%;
    position: relative;
    transition-property: transform;
    margin-right: 28px;
}

/* Navigation buttons */
.recommended-creators__buttons-wrapper {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 0;
}
@media screen and (min-width: 768px) {
.recommended-creators__buttons-wrapper{
    display: none;
}
}

.recommended-creators__button-prev-mob,
.recommended-creators__button-next-mob {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.06);
    padding: 0;
}

.recommended-creators__button-prev-mob {
    left: 8px;
}

.recommended-creators__button-prev-mob svg {
    transform: rotate(180deg);
}

.recommended-creators__button-next-mob {
    right: 8px;
}

.recommended-creators .swiper-initialized ~ .recommended-creators__buttons-wrapper .recommended-creators__button-next-mob,
.recommended-creators .swiper-initialized ~ .recommended-creators__buttons-wrapper .recommended-creators__button-prev-mob {
    display: flex;
}

.recommended-creators .swiper-initialized ~ .recommended-creators__buttons-wrapper .swiper-button-disabled {
    display: none;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .recommended-creators__button-prev-mob,
    .recommended-creators__button-next-mob {
        display: flex;
    }
    .recommended-creators__buttons-wrapper {
        margin-top: 0;
    }
    
    .recommended-creators__button-prev-mob,
    .recommended-creators__button-next-mob {
        width: 36px;
        height: 36px;
    }
}

@media (min-width: 1024px) {
    .recommended-creators__buttons-wrapper {
        margin-top: 32px;
    }
    
    .recommended-creators__button-prev-mob,
    .recommended-creators__button-next-mob {
        width: 48px;
        height: 48px;
    }
}
.recommended-creators__item.swiper-slide{
    transition: all .2s;
}
.recommended-creators__item.swiper-slide:hover{
    transform: scale(1.02);
}
@media (max-width: 678px) {
    .recommended-creators__item-img img.recommended-creators_action_icon{
        width: 40px;
        height: 40px;
    }
    .recommended-creators_action_button{
        right: 16px;
        top: 56px;
    }
    .recommended-creators__item.swiper-slide {
        flex-shrink: 0;
    }
}

/* Popup */
.influ-popup_outer-whole{
    position: fixed;
    top: 0;
    left: 0;
    background: #000000b3;
     -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    z-index: 99999; 
}
.influ-popup_outer{
    padding: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    /* align-items: flex-start; */
    justify-content: center;
    overflow-y: scroll;
    padding-bottom: 56px;
    padding-top: 56px;
}
.influ-popup_inner{
    width: 100%;
    max-width: 780px;
    border-radius: 16px;
    padding: 60px;
    overflow: hidden;
    background: #fff;
    position: relative;
    /* height: 500px; */
    height: auto;
    display: flex;
    align-items: center;  
}
.influ-popup_close{
    position: fixed;
    top: calc(56px + 16px);
    right: calc(50% - 390px + 16px);
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 999999;
}
.influ-popup_close img{
    width: 100%;
    display: block;
    cursor: pointer;
}
.influ-popup-meta{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.influ-popup-meta > div:nth-child(1){
    width: 30px;
    display: flex;
    align-items: center;
    padding-top: 2px;
}
.influ-popup-meta > div:nth-child(2){
    width: calc(100% - 10px - 30px);
}
.influ-popup-meta img{
    width: 100%;
    display: block;
}
.influ-popup_name{
    display: flex;
    align-items: center;
    gap: 6px;
}
.influ-popup_name, 
.influ-popup_name span{
    font-size: 14px;
    line-height: 1.3em;
    margin: 0;
    height: 12px;
}
.influ-popup_name img{
    width: 100%;
    max-width: 12px;
}
.influ-popup_info{
    font-size: 12px;
    line-height: 1.3em;
    color: #19191CB2;
    margin: 0;
    margin-top: 10px;
}
.influ-popup_title{
    margin-top: 24px;
    font-size: 32px;
    line-height: 1.4em;
    margin-bottom: 0;
}
.influ-popup_review p{
    margin-top: 14px;
    color: #19191CCC;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 0;
}
.influ-popup_footer{
    display: flex;
    border-top: 1px solid #19191C1A;
    margin-top: 24px;
    padding-top: 24px;
    gap: 16px;
    align-items: center;
}
.influ-popup_footer a{
    max-width: 24px;
}
.influ-popup_footer img {
    width: 100%;
    display: block;
}
.influ-popup_close{
    display: none;
}
.influ-popup_outer-whole{
    display: none;
}
.influ-popup_close.popup_close-when-small{
    position: absolute;
    right: 16px;
    top: 16px;
}
.influ-popup_outer-whole{
    display: none;
}
.influ-popup_soc-icon{
    transition: all .2s;
}
.influ-popup_soc-icon:hover{
    opacity: 0.7;
}
@media (max-width: 678px) {
    .influ-popup_outer{
        align-items: flex-end;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 24px;
    }
    .influ-popup_inner{
        border-radius: 16px 16px 0 0;
    }
    .influ-popup_inner{
        height: 85vh;
    }
    .influ-popup_inner{
        padding: 16px;
        padding-top: 60px;
    }
    .influ-popup_title{
        font-size: 24px;
        margin-top: 21px;
    }
    .influ-popup_inner{
        height: auto;
        top: 0;
        left: 0;
        min-height: 100%;
        align-items: flex-start;
    }
    .influ-popup_review p{
        font-size: 14px;
        line-height: 1.7em;
        margin-top: 8px;
    }
    .influ-popup_footer{
        margin-top: 17px;
    }
    .influ-popup_close{
        position: fixed;
        top: 40px;
        z-index: 999999;
        right: 16px;
    }
}
