.product-main-content .product-labels {
    width: 50px;
    display: flex;
    position: absolute;
    gap: 15px;
    top: 20px;
    left: 20px;
    padding: 0;
}

.product-main-content .product-labels .price-label-cont {
    margin: 0;
}

.product-main-content .product-label {
    /* display: flex;
    justify-content: center;
    align-items: center;
    width: max-content; */
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    height: 24px;
    border-radius: 8px;
}

.product-main-content .product-label span {
    display: none;
}

.product-main-content .product-label .custom-label-descr span {
    display: inline-block;
}

.product-main-content .product-label .icon.icon-bell {
    display: block;
}

.product-main-btns .button .icon.icon-bell {
    display: block;
}

.product-main-content .product-label + .product-label {
    margin: 0;
}

.product-main-content .product-label--award svg {
    stroke: #00afff;
    fill: #00afff;
}

.product-main-content .product-label--award p {
    display: none;
    margin: 0;
}

.product-main-content .product-label--award .tooltip-window p {
    display: block;
}

.product-main-content .product-label--award a {
    display: block;
    width: max-content;
    text-decoration: none;
    color: #222222;
}

.product-label-custom .custom-label-gradient {
    font-weight: 400;
    background: conic-gradient(
        from 180deg at 50% 50%,
        #ed4261 0deg,
        #425ded 65.21063804626465deg,
        #bfc9ff 133.4766447544098deg,
        #42a5ed 195.4675269126892deg,
        #c142ed 252.55643606185913deg,
        #edd242 323.99999141693115deg
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-carousel__item .product-labels .html-title-content,
.bx-no-touch .product-label[data-html-title]:before,
.product-carousel__item .product-labels .product-gift .tooltip-window,
.product-carousel__item .product-label__custom + .custom-label-descr {
    display: none !important;
}

.product-label,
.price-label-cont {
    position: relative;
}

.product-labels .price-label-cont .html-title-content,
.product-labels .product-label .html-title-content {
    top: -20px;
    right: 0;
    left: auto;
    position: absolute;
    width: 200px;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    background-color: rgb(241 241 241);
    border: none;
    border-radius: 0 0 10px 10px;
    box-shadow: none;
    transition: opacity 0.1s ease-in-out;
}

.product-label.product-label--award.tooltip,
.product-label.product-label-custom.tooltip {
    position: static;
}

.product-label.product-label--award .tooltip-window,
.product-label.product-label-custom .tooltip-window {
    top: -30px;
    right: auto;
    height: max-content;
    left: 230px;
    background-color: rgb(241 241 241);
    border: none;
    border-radius: 10px;
    box-shadow: none;
    transition: opacity 0.1s ease-in-out;
}

.product-label.product-label--award .tooltip-window:before,
.product-label.product-label-custom .tooltip-window:before {
    display: none;
}

.product-labels .price-label-cont .html-title-content,
.product-labels .product-label .html-title-content {
    top: -18px;
    right: auto;
    left: 70px;
    box-shadow: none;
    border-radius: 10px;
}

.product-labels .price-label-cont .html-title-content::before {
    content: "";
    top: 31%;
    left: -24px;
    position: absolute;
    border: 12px solid transparent;
    border-bottom-color: rgb(241 241 241);
    transform: rotate(270deg);
}

.product-labels .price-label-cont .html-title-content:hover,
.product-labels .product-label .html-title-content:hover {
    opacity: 1;
    visibility: visible;
    padding: 20px;
}

.product-label.product-label--award.tooltip,
.product-label.product-label-custom.tooltip {
    position: relative;
}

.product-labels .product-label--award .tooltip-window:after,
.product-labels .product-label-custom .tooltip-window:after {
    width: 0;
    height: 0;
    content: "";
    top: 31%;
    left: -24px;
    position: absolute;
    border: 12px solid transparent;
    border-bottom-color: rgb(241 241 241);
    transform: rotate(270deg);
}


@media (max-width: 767px) {
    .product-main-content .product-labels {
        flex-wrap: nowrap;
        overflow: scroll;
        background-color: transparent;
        top: 20px;
        left: 10px;
        padding: 5px 0;
    }

    .product-main-content .product-labels::-webkit-scrollbar {
        display: none;
    }

    .product-main-content .product-label {
        flex-shrink: 0;
        font-size: 14px;
        height: 24px;
        border-radius: 8px;
    }

    #threesixty {
        height: auto !important;
        min-height: 359px;
    }
}
