.ali-widget-app-ext[hide] {
    display: none !important;
}
.ali-widget-app-ext:not([hide]) {
    display: block !important;
}

.box-shadow {
    box-shadow: 0px 4px 8px rgb(0 0 0 / 10%);
}

.text-over-2 {
    -webkit-line-clamp: 2 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.text-over-3 {
    -webkit-line-clamp: 3 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.alr-app-block {
    
    max-width: 1144px;
    width: 100%;
    margin: 20px auto;
    padding: 30px 16px 30px 32px;
    letter-spacing: unset !important;
}

.limit-plan {
    position: relative;
    top: 20px;
    display: flex;
    align-items: center;
    font-size: 15px;
    gap: 16px;
    background-color: #FFF5EA;
    border: 1px solid #E1B878;
    border-radius: 4px;
    color: #202223;
    padding: 15px;
    line-height: 20px;
    max-width: 1144px;
    margin: 0 20px;
}

.limit-plan svg {
    min-width: 20px;
}

.limit-plan p {
    margin: 0;
}

.limit-plan a {
    color: #2C6ECB;
}

#masonry-effect-desktop,
#masonry-effect-mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: "Inter", sans-serif;
}
#masonry-effect-desktop .item figure,
#masonry-effect-mobile .item figure {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    position: relative;
}
#masonry-effect-desktop .item figure .count-img,
#masonry-effect-mobile .item figure .count-img {
    position: absolute;
    width: 38px;
    height: 20px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    top: 8px;
    right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #1f1f1f;
}

#masonry-effect-desktop .item figure .count-img svg,
#masonry-effect-mobile .item figure .count-img svg {
    width: 11px;
    margin-left: 4px;
}

#masonry-effect-desktop .item figure figcaption,
#masonry-effect-mobile .item figure figcaption {
    padding: 29px 16px 12px;
    position: relative;
}

#masonry-effect-desktop .item figure figcaption .footer,
#masonry-effect-mobile .item figure figcaption .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#masonry-effect-desktop .item figure figcaption .footer .action,
#masonry-effect-mobile .item figure figcaption .footer .action {
    display: flex;
    align-items: center;
}

#masonry-effect-desktop .item figure figcaption .footer .action .action--like,
#masonry-effect-mobile .item figure figcaption .footer .action .action--like {
    display: flex;
    align-items: center;
}

#masonry-effect-desktop .item figure figcaption .footer .action .action--unlike,
#masonry-effect-mobile .item figure figcaption .footer .action .action--unlike {
    display: flex;
    align-items: center;
    margin-left: 12px;
}

#masonry-effect-desktop .item figure figcaption .footer .action .action--unlike label,
#masonry-effect-desktop .item figure figcaption .footer .action .action--like label,
#masonry-effect-mobile .item figure figcaption .footer .action .action--unlike label,
#masonry-effect-mobile .item figure figcaption .footer .action .action--like label {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #757575;
}

#masonry-effect-desktop .item figure figcaption .footer .action .action--like svg,
#masonry-effect-mobile .item figure figcaption .footer .action .action--like svg {
    fill: #1f1f1f;
    cursor: pointer;
}

#masonry-effect-desktop .item figure figcaption .footer .action .action--unlike svg,
#masonry-effect-mobile .item figure figcaption .footer .action .action--unlike svg {
    fill: #757575;
    cursor: pointer;
}

#masonry-effect-desktop .item figure figcaption .footer .action svg,
#masonry-effect-mobile .item figure figcaption .footer .action svg {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
#masonry-effect-desktop .item figure figcaption .footer .date,
#masonry-effect-mobile .item figure figcaption .footer .date {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    color: #757575;
}

#masonry-effect-desktop .item figure figcaption .prapp-review,
#masonry-effect-mobile .item figure figcaption .prapp-review {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background: transparent;
    display: flex;
    justify-content: center;
    background-color: transparent;
}
#masonry-effect-desktop .item figure figcaption .prapp-review .prapp-review__list,
#masonry-effect-mobile .item figure figcaption .prapp-review .prapp-review__list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-color: rgb(228, 228, 228);
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    border-radius: 25px;
}

#masonry-effect-desktop .item figure figcaption .content,
#masonry-effect-mobile .item figure figcaption .content {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    
}

#masonry-effect-desktop .item figure figcaption .alr-author,
#masonry-effect-mobile .item figure figcaption .alr-author {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#masonry-effect-desktop .item figure figcaption .alr-author .alr-flag img,
#masonry-effect-mobile .item figure figcaption .alr-author .alr-flag img {
    width: 100%;
    height: 100%;
}

#masonry-effect-desktop .item figure figcaption .alr-author .alr-name,
#masonry-effect-mobile .item figure figcaption .alr-author .alr-name {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    
    margin-right: 8px;
    margin-top: 0;
    margin-bottom: 0;
}

#masonry-effect-desktop .item figure figcaption .alr-author .alr-avatar img,
#masonry-effect-mobile .item figure figcaption .alr-author .alr-avatar img {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin-bottom: 0;
    border-radius: 50%;
    border: 1px solid #ffffff;
    margin-right: 12px;
    object-fit: cover;
}

#masonry-effect-desktop .item figure figcaption .alr-author .alr-avatar svg,
#masonry-effect-mobile .item figure figcaption .alr-author .alr-avatar svg {
    width: 12px;
    height: 12px;
    position: absolute;
    right: -5px;
    bottom: 0px;
    background: #ffffff;
    border-radius: 50%;
}

#masonry-effect-desktop .item figure figcaption .alr-author .alr-avatar,
#masonry-effect-mobile .item figure figcaption .alr-author .alr-avatar {
    position: relative;
    margin-right: 12px;
    width: 20px;
    height: 20px;
}

#masonry-effect-desktop .item,
#masonry-effect-mobile .item {
    flex-direction: column;
    margin-right: 16px;
    margin-top: 16px;
    
    color: #1f1f1f;
    position: relative;
    width: calc(25% - 16px);
    border-radius: 12px;
    box-sizing: border-box;
    height: fit-content;
    background: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
#masonry-effect-mobile .item {
    width: 100%;
}

#masonry-effect-desktop .item.no-images,
#masonry-effect-mobile .item.no-images {
    margin-top: 29px;
}

#masonry-effect-desktop .item figure > img,
#masonry-effect-mobile .item figure > img {
    height: auto;
    max-height: 380px;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    border-radius: 8px 8px 0px 0px;
}

.prapp-stars {
    display: flex;
}

.prapp-star + .prapp-star {
    margin-left: 4px;
}

progress {
    width: 40%;
    display: block;
    border: 0 none;
    background: #f0f2f8;
    border-radius: 14px;
}
progress::-moz-progress-bar {
    border-radius: 12px;
    
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    progress {
        height: 6px;
        width: 176px;
    }
}
progress::-webkit-progress-bar {
    background: transparent;
}
progress::-webkit-progress-value {
    border-radius: 12px;
    
}

.alr-app-block .prapp-block {
    padding-right: 16px;
}

.prapp-block .prapp-summary .prapp-summary__avg_rating {
    height: 75px;
    width: 75px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffb303;
    color: #ffffff;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 40px;
}

.prapp-block .prapp-summary .prapp-summary__avg-title {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #757575;
    margin-top: 10px;
}
.prapp-block .prapp-summary .prapp-summary__avg-title strong {
    color: #1f1f1f;
}
.prapp-block .prapp-summary .prapp-summary__block-avg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 74px;
}
.prapp-block .prapp-summary .prapp-summary__list .prapp-summary__item-star {
    display: flex;
    align-items: center;
    padding-bottom: 4px;
}

.prapp-block .prapp-summary .prapp-summary__list .prapp-summary__item-star label {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    
}
.prapp-block .prapp-summary .prapp-summary__list .prapp-summary__item-star label:first-child {
    margin-right: 8px;
}

.prapp-block .prapp-summary .prapp-summary__list .prapp-summary__item-star label:last-child {
    margin-left: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #757575;
}
.prapp-block .prapp-summary .prapp-summary__list .prapp-summary__item-star .prapp-star {
    margin-right: 16px;
}

.prapp-block .prapp-summary .prapp-summary__headline {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    
    margin-bottom: 24px;
    margin-top: 0;
}
.prapp-block .prapp-summary .prapp-summary__write-review {
    width: 136px;
    height: 40px;
    background: #1f1f1f;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    
    margin-left: auto;
    align-self: center;
    outline: unset;
    border: unset;
    cursor: pointer;
}
.prapp-summary__block-write-review {
    display: flex;
}
.prapp-summary__avg-title--base-on,
.prapp-summary__avg-title--total {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    
}
.prapp-summary__avg-title--total {
    font-weight: 600;
    
    white-space: break-spaces;
}
.prapp-summary__block-sort {
    margin: 35px 0 8px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: end;
    
    display: flex;
    justify-content: end;
    align-items: center;
}
.prapp-summary__block-sort svg {
    width: 8px;
    margin-left: 6px;
    
}
.btn-load-more button {
    
    border-radius: 8px;
    width: 200px;
    height: 40px;
    
    background: transparent;
    outline: unset;
    box-shadow: unset !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 9px 15px !important;
    font-family: "Inter", sans-serif;
    min-height: unset !important;
}

.btn-load-more button::before, .btn-load-more button::after {
    display: none;
}

.btn-load-more {
    margin: 30px 0 20px;
    text-align: center;
    display: inline-block;
    width: 100%;
}


.alr-app-block.wg-list {
    display: flex;
    align-items: flex-start;
    max-width: 1144px;
    width: 100%;
    margin: 20px auto;
    padding: 30px 32px;
}
.alr-app-block.wg-list #masonry-effect-desktop .item figure figcaption .footer {
    margin-top: 10px;
}
.alr-app-block.wg-list .wg-list-right #masonry-effect-desktop .item figure figcaption .prapp-review {
    left: 16px;
    justify-content: flex-start;
}

.alr-app-block.wg-list .wg-list-right #masonry-effect-desktop .item figure figcaption .alr-author {
    margin-bottom: 0;
}
.alr-app-block.wg-list .wg-list-right #masonry-effect-desktop .item figure figcaption .photos {
    margin-top: 14px;
    display: flex;
}
.alr-app-block.wg-list .wg-list-right #masonry-effect-desktop .item figure figcaption .photos img {
    width: 100%;
    height: auto;
    max-height: 380px;
    object-fit: cover;
    max-width: 100%;
    border-radius: 8px;
    width: 55px;
    height: 55px;
    margin-right: 7px;
    cursor: pointer;
}

.alr-app-block.wg-list .prapp-block {
    padding-right: 0;
}

.alr-app-block.wg-list #masonry-effect-desktop {
    display: flex;
}

.alr-app-block.wg-list #masonry-effect-desktop .item {
    margin-right: unset;
    width: 100%;
    margin-top: 30px;
}

.alr-app-block.wg-list .wg-list-left {
    width: 400px;
}
.wg-list-left .prapp-summary__header .prapp-summary__block-write-review {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wg-list-left .prapp-summary__header .prapp-summary__block-write-review .prapp-summary__write-review {
    margin-left: unset;
    align-self: flex-start;
    margin-top: 40px;
}
.wg-list-left .prapp-summary__header .prapp-summary__block-write-review .prapp-summary__list {
    margin-top: 24px;
    margin-right: 115px;
}

.wg-list-left .prapp-summary__header .prapp-summary__block-write-review .prapp-summary__block-avg {
    flex-direction: row;
    margin-right: unset;
}
.wg-list-left
    .prapp-summary__header
    .prapp-summary__block-write-review
    .prapp-summary__block-avg
    .prapp-summary__avg-title {
    margin-left: 15px;
}

.wg-list-right .prapp-summary__block-sort {
    margin-top: 0;
}



.alr-app-block.wg-carousel {
    padding: 30px 16px 56px 32px;
}
.alr-app-block.wg-carousel #masonry-effect-desktop .item figure figcaption {
    height: 206px;
    display: flex;
    flex-direction: column;
}
.alr-app-block.wg-carousel #masonry-effect-desktop .item figure figcaption .footer {
    margin-top: auto;
}
.alr-app-block.wg-carousel #masonry-effect-desktop {
    display: flex;
    justify-content: center;
    position: relative;
}
.alr-app-block.wg-carousel #masonry-effect-desktop .owl-nav {
    display: flex;
    position: absolute;
    top: calc(50% - 9px);
    width: 100%;
    height: 39px;
    justify-content: space-between;
    padding-right: 80px;
    padding-left: 64px;
    opacity: 0.4;
}
.alr-app-block.wg-carousel #masonry-effect-desktop .owl-nav svg {
    
    cursor: pointer;
}
.alr-app-block.wg-carousel:not(.wg-carousel--vertical-list, .wg-carousel--standard) #masonry-effect-desktop .item {
    width: 270px;
    height: 549px;
    min-height: 549px;
    max-height: 549px;
}
.alr-app-block.wg-carousel #masonry-effect-desktop .item figure figcaption .content {
    font-size: 13px;
    margin: 0;
}
.alr-app-block.wg-carousel #masonry-effect-desktop .item figure .photo {
    width: 270px;
    height: 343px;
    background: #1f1f1f;
    border-radius: 8px 8px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alr-app-block.wg-carousel #masonry-effect-desktop .item figure .photo img {
    height: auto;
    max-height: 343px;
    object-fit: contain;
    max-width: 100%;
    width: 100%;
}

.alr-app-block.wg-carousel #masonry-effect-desktop .item:first-child figure .photo img {
    border-radius: 8px 8px 0px 0px;
}
.alr-app-block.wg-carousel #masonry-effect-desktop .item:nth-of-type(2) figure .photo img {
    border-radius: 8px 8px 0px 0px;
}


@media (max-width: 375px) {
    #masonry-effect-desktop {
        display: none;
        
    }
    #masonry-effect-mobile {
        display: flex;
        
    }
    .prapp-summary__block-write-review {
        flex-direction: column;
        position: relative;
    }
    .prapp-summary__block-write-review .prapp-summary__write-review {
        position: absolute;
        top: 15px;
        right: 0;
    }
    .prapp-summary__block-write-review .prapp-summary__list {
        padding-top: 16px;
    }
    .prapp-summary__block-write-review .prapp-summary__block-avg {
        align-items: start !important;
    }
    .alr-app-block.wg-list .wg-list-left {
        width: 100%;
    }
    .alr-app-block.wg-list {
        flex-direction: column;
        max-width: 320px;
        width: 320px;
        margin: auto;
        padding: 10px 16px;
    }

    .wg-list-left .prapp-summary__header .prapp-summary__block-write-review .prapp-summary__write-review {
        margin-left: unset;
        align-self: unset;
        margin-top: unset;
    }
    .wg-list-left .prapp-summary__header .prapp-summary__block-write-review .prapp-summary__list {
        margin-top: unset;
        margin-right: unset;
    }

    .wg-list-left .prapp-summary__header .prapp-summary__block-write-review .prapp-summary__block-avg {
        flex-direction: column;
        margin-right: unset;
        align-items: center !important;
    }
    .wg-list-left
        .prapp-summary__header
        .prapp-summary__block-write-review
        .prapp-summary__block-avg
        .prapp-summary__avg-title {
        margin-left: 0;
    }

    .wg-list-right .prapp-summary__block-sort {
        margin-top: 24px;
    }

    .alr-app-block.wg-carousel:not(.wg-carousel--vertical-list) #masonry-effect-desktop .item:nth-of-type(3) {
        display: none;
    }

    .alr-app-block.wg-carousel:not(.wg-carousel--vertical-list) #masonry-effect-desktop .item:nth-of-type(1) {
        margin-right: 8px;
    }

    .alr-app-block.wg-carousel #masonry-effect-desktop .item:nth-of-type(2) {
        margin-right: unset;
    }

    .alr-app-block.wg-carousel:not(.wg-carousel--vertical-list) #masonry-effect-desktop .item {
        width: calc(50% - 4px);
        height: 446px;
        min-height: 446px;
        max-height: 446px;
    }
    .alr-app-block.wg-carousel #masonry-effect-desktop .item figure .photo {
        width: 100%;
        height: 214px;
        max-height: 214px;
        min-height: 214px;
    }
    .alr-app-block.wg-carousel {
        padding: 30px 8px !important;
    }
    .limit-plan {
        margin: 0 8px;
    }
    .alr-app-block.wg-carousel #masonry-effect-desktop .item figure figcaption .alr-author .alr-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .alr-app-block.wg-carousel #masonry-effect-desktop .owl-nav {
        display: none;
    }
    .alr-app-block.wg-carousel #masonry-effect-desktop .item figure .photo img {
        max-height: 152px;
    }
    .alr-app-block.wg-carousel #masonry-effect-desktop .item figure figcaption {
        height: 232px;
        padding: 24px 10px 12px;
    }
    .alr-app-block.wg-carousel #masonry-effect-desktop .item figure figcaption .content {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        margin: 0 auto;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .alr-app-block.wg-carousel #masonry-effect-desktop .item figure figcaption .alr-author .alr-flag img {
        width: 18px;
    }
    .alr-app-block.wg-carousel:not(.wg-carousel--vertical-list) #masonry-effect-desktop .item figure figcaption .footer {
        margin-top: auto;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .alr-app-block.wg-carousel #masonry-effect-desktop .item figure figcaption .footer .action {
        margin-top: 6px;
    }
    .alr-app-block.wg-carousel #masonry-effect-desktop .item figure figcaption .alr-author {
        margin-bottom: 4px;
    }
    .alr-app-block.wg-carousel .prapp-block {
        padding-right: 0;
    }
}
@media (min-width: 376px) {
    #masonry-effect-desktop {
        display: flex;
        
    }
    #masonry-effect-mobile {
        display: none;
        
    }
}



.ali-widget-carousel .alr-app-block.wg-carousel:not(.wg-carousel--special-list) {
    padding: 30px 64px 56px 64px;
}

.ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--special-list{
    padding: 30px 32px 56px 32px;
}

.ali-widget-carousel .alr-app-block.wg-carousel .carousel-title {
    font-family: "Inter", sans-serif;
    font-size: 25px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
    color: #1f1f1f;
    margin: unset;
    margin-bottom: 38px;
}

.ali-widget-carousel .alr-app-block.wg-carousel #masonry-effect-desktop {
    flex-wrap: nowrap;
    gap: 16px;
}

.ali-widget-carousel .alr-app-block.wg-carousel:not(.wg-carousel--vertical-list) #masonry-effect-desktop .item {
    width: calc(25% - 12px);
    margin-right: 0;
    margin-top: 0;
}

.ali-widget-carousel .alr-app-block.wg-carousel #masonry-effect-desktop .item {
    height: fit-content;
    max-height: unset;
    min-height: unset;
}

.ali-widget-carousel .alr-app-block.wg-carousel #masonry-effect-desktop .item figure figcaption {
    height: unset;
}

.ali-widget-carousel .alr-app-block.wg-carousel:not(.wg-carousel--vertical-list, .wg-carousel--standard) #masonry-effect-desktop .item:nth-child(even) {
    margin-top: 100px;
}

.ali-widget-carousel .alr-app-block.wg-carousel #masonry-effect-desktop .item figure .photo{
    width: 100%;
    overflow: hidden;
}

.ali-widget-carousel .alr-app-block.wg-carousel #masonry-effect-desktop .item figure .photo img {
    border-radius: unset;
    object-fit: cover;
    height: 100%;
    max-height: unset;
    background-color: #ffffff;
}

.ali-widget-carousel .alr-app-block.wg-carousel #masonry-effect-desktop .item figure figcaption .content {
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
}

.ali-widget-carousel .alr-app-block.wg-carousel #masonry-effect-desktop .item figure hr{
    margin: 0;
    height: 1px;
    color: #e4e4e4;
}

.ali-widget-carousel .alr-app-block.wg-carousel #masonry-effect-desktop .item .alireview-product-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    padding: 12px 16px;
}
.ali-widget-carousel .alr-app-block.wg-carousel #masonry-effect-desktop .item .alireview-product-info .alireview-product-info__image {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    object-fit: cover;
    margin-right: 8px;
    border-radius: 4px;
}
.ali-widget-carousel .alr-app-block.wg-carousel #masonry-effect-desktop .item .alireview-product-info .alireview-product-info__link {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #949494;
    text-decoration: none;
    margin: 0;
}

.ali-widget-carousel .alr-app-block.wg-carousel #masonry-effect-desktop .item .alireview-product-info .alireview-product-info__price {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1f1f1f;
}

.ali-widget-carousel .alr-app-block.wg-carousel #masonry-effect-desktop .item .alireview-product-info .alireview-product-info__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ali-widget-carousel .alr-app-block.wg-carousel #masonry-effect-desktop .item .alireview-product-info .alireview-product-info__link:hover {
    text-decoration: underline;
}


.ali-widget-carousel .alr-app-block.wg-carousel #masonry-effect-desktop .owl-nav {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% + 64px);
}



.ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--vertical-list #masonry-effect-desktop .item {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    box-shadow: unset;
    margin: 0;
    background-color: transparent;
}

.ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--vertical-list #masonry-effect-desktop .item figure figcaption {
    height: auto;
    border-radius: 8px;
    background-color: #ffffff;
}

.ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--vertical-list #masonry-effect-desktop .item figure figcaption:not(:last-child) {
    margin-bottom: 29px;
}

.ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--vertical-list #masonry-effect-desktop .item figure figcaption .prapp-review {
    top: -14px;
    left: 16px;
    justify-content: left;
}

.ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--vertical-list #masonry-effect-desktop .item .alireview-product-info {
    display: block;
    width: 34%;
    max-width: 322px;
    padding: 0;
    border-radius: 8px;
    line-height: 0;
    background-color: #ffffff;
}

.ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--vertical-list #masonry-effect-desktop .item .alireview-product-info p {
    margin: 12px 0;
    padding: 0 16px;
}

.ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--vertical-list #masonry-effect-desktop .item .alireview-product-info__image {
    width: 100%;
    height: unset;
    margin-right: 0;
    padding: 0;
    border-radius: 8px;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}

.ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--vertical-list #masonry-effect-desktop .item .alireview-product-info__link {
    color: #1f1f1f;
    font-size: 14px;
}

.ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--vertical-list #masonry-effect-desktop .item .photo-list {
    display: flex;
    line-height: 0;
    margin: 6px 0 10px;
}
.ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--vertical-list #masonry-effect-desktop .item .photo-list img {
    border-radius: 4px;
    width: 56px;
    height: 56px;
    margin-right: 7px;
    cursor: pointer;
}



.ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--special-list #masonry-effect-desktop .item {
    max-height: 530px;
}

.ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--special-list #masonry-effect-desktop figure {
    position: relative;
    padding: 0 32px;
    width: 55%;
}

.ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--special-list #masonry-effect-desktop .item .alireview-product-info {
    width: 45%;
    max-width: 45%;
}

.ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--special-list #masonry-effect-desktop .owl-nav {
    width: 100%;
    left: 0;
    top: calc(57% - 9px);
}

.ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--special-list #masonry-effect-desktop .carousel-title {
    font-size: 24px;
    font-weight: 500;
}

.ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--special-list #masonry-effect-desktop .carousel-title--mobile {
    display: none;
}

.ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--special-list #masonry-effect-desktop .item .alireview-product-info__image {
    max-height: 440px;
}



.ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--standard #masonry-effect-desktop .item {
    height: unset;
    max-height: unset;
}

.ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--standard #masonry-effect-desktop .item figure .photo {
    height: 154px;
}

@media (max-width: 375px) {
    

    .ali-widget-carousel .alr-app-block.wg-carousel:not(.wg-carousel--vertical-list) #masonry-effect-desktop .item {
        width: calc(50% - 8px);
    }

    .ali-widget-carousel .alr-app-block.wg-carousel:not(.wg-carousel--vertical-list) #masonry-effect-desktop .item:nth-last-child(2) {
        display: none;
    }

    .ali-widget-carousel .alr-app-block.wg-carousel:not(.wg-carousel--vertical-list, .wg-carousel--standard) #masonry-effect-desktop .item:nth-child(even) {
        margin-top: 0;
    }

    .ali-widget-carousel .alr-app-block.wg-carousel:not(.wg-carousel--vertical-list, .wg-carousel--standard) #masonry-effect-desktop .item:nth-child(odd) {
        margin-top: 30px;
    }

    

    .ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--vertical-list #masonry-effect-desktop .item {
        flex-direction: column;
    }

    .ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--vertical-list #masonry-effect-desktop .item .alireview-product-info {
        width: 100%;
        max-width: unset;
        margin-bottom: 13px;
    }

    .ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--special-list #masonry-effect-desktop .carousel-title {
        display: none;
    }

    .ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--special-list #masonry-effect-desktop .carousel-title--mobile {
        display: block;
    }

    .ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--special-list #masonry-effect-desktop .item {
        max-height: unset;
        gap: 0px;
    }

    .ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--special-list #masonry-effect-desktop figure {
        width: 100%;
        padding: 0;
    }

    .ali-widget-carousel .alr-app-block.wg-carousel.wg-carousel--special-list #masonry-effect-desktop .item .alireview-product-info {
        margin-bottom: 29px;
    }

    
}


