.pl-image:hover > .pl-tooltip{
    visibility: visible !important;
}

.pl-parent {
    position: relative;
}

.pl-container {
    cursor: pointer;
    position: absolute;
}

.pl-product {
    width: 323px;
    height: 434px;
    top: 0;
    z-index: 2;
}

.pl-collection {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 !important;
    z-index: 1;
}

.limespot-recommendation-box-item .pl-collection {
    top: 0;
}

.pl-image {
    display: initial !important;
    position: absolute !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 1;
}

.pl-image:empty {
    display: initial;
}

/*new position*/
.sma_top_right {
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
    background-position: right top;
}

.sma_top_left {
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
    background-position: left top;
}

.sma_top_center {
    top: 0 !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translateX(-50%) !important;
    background-position: center top;
}

.sma_middle_right {
    top: 50% !important;
    right: 0 !important;
    left: auto !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    background-position: right center;
}

.sma_middle_left {
    top: 50% !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    background-position: left center;
}

.sma_middle_center {
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
    background-position: center center;
}

.sma_bottom_right {
    bottom: 0 !important;
    right: 0 !important;
    left: auto !important;
    top: auto !important;
    background-position: right bottom;
}

.sma_bottom_left {
    bottom: 0 !important;
    left: 0 !important;
    top: auto !important;
    right: auto !important;
    background-position: left bottom;
}

.sma_bottom_center {
    bottom: 0 !important;
    left: 50% !important;
    top: auto !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    background-position: center bottom;
}
/*new position*/

.top_right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    background-position: right top;
}

.top_left {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    background-position: left top;
}

.top_center {
    top: 0;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translateX(-50%);
    background-position: center top;
}

.middle_right {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    background-position: right center;
}

.middle_left {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
    background-position: left center;
}

.middle_center {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    background-position: center center;
}

.bottom_right {
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
    background-position: right bottom;
}

.bottom_left {
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    background-position: left bottom;
}

.bottom_center {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translateX(-50%);
    background-position: center bottom;
}

.pl-text {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 9999;
    width: 100%;
    line-height: normal;
}

.tmspslot .pl-container {
    display: none !important;
}

.pl-text-rectangle {
    clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 0);
}

.pl-text-circle {
    clip-path: circle(50% at 50% 50%);
}

.pl-text-left-point {
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}

.pl-text-left-point .pl-text {
    left: 60% !important;
}

.pl-text-shape-5 {
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.pl-text-shape-5 .pl-text {
    left: 60% !important;
}

.pl-text-star {
    clip-path: polygon(50% 0%, 63.23% 9.30%, 79.39% 9.55%, 84.62% 24.84%, 97.55% 34.55%, 92.80% 50%, 97.55% 65.45%, 84.62% 75.16%, 79.39% 90.45%, 63.23% 90.70%, 50% 100%, 36.77% 90.70%, 20.61% 90.45%, 15.38% 75.16%, 2.45% 65.45%, 7.20% 50%, 2.45% 34.55%, 15.38% 24.84%, 20.61% 9.55%, 36.77% 9.30%);
}

.pl-text-star .pl-text {
    width: 70%;
}

.pl-text-trapezoid {
    clip-path: polygon(40% 0, 100% 60%, 100% 100%, 0 0);
}

.pl-text-trapezoid .pl-text {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top: 40%;
    left: 60%;
}

.pl-text-triangle {
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.pl-text-triangle .pl-text {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    left: 66%;
    top: 34%;
    padding-left: 15%;
    padding-right: 15%;
}

.pl-w-100 {
    width: 100%;
    height: auto !important;
    max-height: initial !important;
    background-color: transparent !important;
}

.pl-animation {
    animation-timing-function: ease;
    animation-play-state: running;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1.2);
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes bounce-in {
    0% {
        opacity: 0;
        transform: scale(.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes bounce-out {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(.95);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(.3);
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(0);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) rotateY(360deg) scale(.95);
        animation-timing-function: ease-in;
    }
    100% {
        transform: perspective(400px) scale(1);
        animation-timing-function: ease-in;
    }
}

@keyframes gelatine {
    0%, 100% {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(0.9, 1.1);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    75% {
        transform: scale(0.95, 1.05);
    }
}

@keyframes rubber-band {
    0% {
        transform: scaleX(1);
    }
    40% {
        transform: scaleX(1.12) scaleY(0.75);
    }
    55% {
        transform: scaleX(0.85) scaleY(1);
    }
    65% {
        transform: scaleX(1.09) scaleY(0.85);
    }
    75% {
        transform: scaleX(0.9) scaleY(1);
    }
    90% {
        transform: scaleX(1.05) scaleY(0.95);
    }
    100% {
        transform: scaleX(1) scaleY(1);
    }
}

.pl-tooltip {
    visibility: hidden;
    bottom: 112%;
    width: max-content;
    max-width: 150%;
    background-color: #333333;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    padding: 3%;
    word-break: break-word;
    font-size: 12px;
    z-index: 1;
}

.pl-image:hover .pl-tooltip {
    visibility: visible;
}

.pl-group {
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
}

.pl-group .pl-image {
    position: static !important;
}

.pl-flex-column {
    flex-direction: column;
}

.pl-flex-row {
    flex-direction: row;
}

.group_top_left {
    top: 0;
    left: 0;
}

.pl-flex-column.group_top_right {
    align-items: end;
}

.pl-flex-row.group_top_right {
    justify-content: end;

}

.pl-flex-column.group_bottom_left {
    justify-content: end;
}

.pl-flex-row.group_bottom_left {
    align-items: end;
}

.group_bottom_right {
    bottom: 0;
    justify-content: end;
    align-items: end;
}