.pl-collection,
.pl-product {
    width: 0 !important;
    height: 0 !important;
}
.pl-text-circle,
.pl-text-star,
.pl-text-trapezoid,
.pl-text-triangle,
.pl-w-100 {
    height: auto !important;
}
.pl-parent {
    position: relative;
}
.pl-container {
    cursor: pointer;
    display: block !important;
    position: initial !important;
    z-index: 10;
    padding: 0 !important;
    margin: 0 !important;
}
.pl-image,
.pl-product,
.pl-product .pl-image {
    z-index: 2;
}
.limespot-recommendation-box-item .pl-collection {
    top: 0;
}
.pl-image {
    display: flex !important;
    position: absolute !important;
    justify-content: center;
    align-items: center;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.pl-image-badge {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.pl-image:empty {
    display: initial;
}
.sma_top_right {
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
    background-position: right top;
}
.sma_top_center,
.sma_top_left {
    top: 0 !important;
    right: auto !important;
    bottom: auto !important;
}
.sma_top_left {
    left: 0 !important;
    background-position: left top;
}
.sma_top_center {
    left: 50% !important;
    transform: translateX(-50%) !important;
    background-position: center top;
}
.sma_middle_left,
.sma_middle_right {
    transform: translateY(-50%) !important;
}
.sma_middle_right {
    top: 50% !important;
    right: 0 !important;
    left: auto !important;
    bottom: auto !important;
    background-position: right center;
}
.sma_middle_center,
.sma_middle_left {
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
}
.sma_middle_left {
    left: 0 !important;
    background-position: left center;
}
.sma_middle_center {
    left: 50% !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_center,
.sma_bottom_left {
    bottom: 0 !important;
    top: auto !important;
    right: auto !important;
}
.sma_bottom_left {
    left: 0 !important;
    background-position: left bottom;
}
.sma_bottom_center {
    left: 50% !important;
    transform: translateX(-50%) !important;
    background-position: center bottom;
}
.top_right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    background-position: right top;
}
.top_center,
.top_left {
    top: 0;
    right: auto;
    bottom: auto;
}
.top_left {
    left: 0;
    background-position: left top;
}
.top_center {
    left: 50%;
    transform: translateX(-50%);
    background-position: center top;
}
.middle_left,
.middle_right {
    transform: translateY(-50%);
}
.middle_right {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    background-position: right center;
}
.middle_center,
.middle_left {
    top: 50%;
    right: auto;
    bottom: auto;
}
.middle_left {
    left: 0;
    background-position: left center;
}
.middle_center {
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: center center;
}
.bottom_right {
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
    background-position: right bottom;
}
.bottom_center,
.bottom_left {
    top: auto;
    right: auto;
    bottom: 0;
}
.bottom_left {
    left: 0;
    background-position: left bottom;
}
.bottom_center {
    left: 50%;
    transform: translateX(-50%);
    background-position: center bottom;
}
.pl-text {
    text-align: center;
    z-index: 9999;
    width: 100%;
    line-height: normal;
    position: absolute;
}
#shopify-section-product-template .pl-collection,
.product .product__container .pl-collection,
.section-main-product .pl-collection,
.t4s-section-main-product .pl-collection,
.tmspslot .pl-container, .product-block-list__item--info .pl-collection {
    display: none !important;
}
.pl-text-rectangle {
    clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 0);
}
.pl-text-rectangle-border-corner {
    clip-path: xywh(0 0 100% 100% round 10px 0);
}
.pl-text-circle {
    clip-path: circle(50% at 50% 50%);
    aspect-ratio: 1/1;
}
.pl-text-left-point {
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}
.pl-text-left-point .pl-text,
.pl-text-shape-5 .pl-text {
    position: absolute !important;
    left: 10% !important;
}
.pl-text-trapezoid .pl-text,
.pl-text-triangle .pl-text {
    position: absolute;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.pl-text-shape-5 {
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
}
.pl-text-star {
    aspect-ratio: 1/1;
    clip-path: polygon(
            50% 0%,
            63.23% 9.3%,
            79.39% 9.55%,
            84.62% 24.84%,
            97.55% 34.55%,
            92.8% 50%,
            97.55% 65.45%,
            84.62% 75.16%,
            79.39% 90.45%,
            63.23% 90.7%,
            50% 100%,
            36.77% 90.7%,
            20.61% 90.45%,
            15.38% 75.16%,
            2.45% 65.45%,
            7.2% 50%,
            2.45% 34.55%,
            15.38% 24.84%,
            20.61% 9.55%,
            36.77% 9.3%
    );
}
.pl-text-star .pl-text {
    width: 70%;
}
.pl-text-trapezoid {
    clip-path: polygon(40% 0, 100% 60%, 100% 100%, 0 0);
    aspect-ratio: 1/1;
}
.pl-text-trapezoid .pl-text {
    top: 40%;
    left: 60%;
}
.pl-text-triangle {
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    aspect-ratio: 1/1;
}
.pl-text-triangle .pl-text {
    left: 66%;
    top: 34%;
    padding-left: 15%;
    padding-right: 15%;
}
.pl-w-100 {
    width: 100% !important;
    max-height: initial !important;
    min-height: initial !important;
    background-color: transparent !important;
    box-shadow: none !important;
    --web-kit-box-shadow: none !important;
    display: block !important;
    position: initial !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.pl-animation {
    animation-timing-function: ease;
    animation-play-state: running;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes pulse-deco {
    0% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1.2);
    }
}
@keyframes fade-in-deco {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-out-deco {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes bounce-in-deco {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes bounce-out-deco {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(0.3);
    }
}
@keyframes flip-deco {
    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(0.95);
        animation-timing-function: ease-in;
    }
    100% {
        transform: perspective(400px) scale(1);
        animation-timing-function: ease-in;
    }
}
@keyframes gelatine-deco {
    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-deco {
    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 {
    max-width: 200px;
    position: absolute;
    background: #000;
    color: #fff;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    text-align: center;
    word-wrap: break-word;
    z-index: 10;
}
.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,
.pl-flex-row.group_bottom_left {
    align-items: end;
}
.pl-flex-column.group_bottom_left,
.pl-flex-row.group_top_right {
    justify-content: end;
}
.group_bottom_right {
    bottom: 0;
    justify-content: end;
    align-items: end;
}
.pl-deco-link {
    position: absolute !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}
#header .pl-collection, #shopify-section-product-template .pl-collection,
.section-main-product .pl-collection,
.product .product__container .pl-collection,
.t4s-section-main-product .pl-collection,
.t4s-pr_breadcrumbs .pl-collection,
.product-description-main-wrapper .pl-collection,
.product__description--container .pl-collection,.product__info .pl-collection,.page__sub-header .pl-collection,
.product-info .pl-collection, .product__info-wrapper .pl-collection, .article-template .pl-collection,
.product-section .pl-collection, nav .pl-collection{
    display: none !important;
}
.deco-slick-slide {
    overflow: hidden;
}

.deco-carousel-container {
    height: auto;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 35px;
    gap: 1rem;
    z-index: 9999;
}

.deco-slick-list {
    width: 100%;
    overflow: hidden;
}

.deco-slick-track {
    display: flex;
    transition: 0.2s;
    overflow: hidden;
}

.deco-slick-slide {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.deco-slick-arrow {
   position: absolute;
   display: block;
   width: 30px;
   height: 30px;
   text-align: center;
   line-height: 30px;
   font-size: 25px;
    cursor: pointer;
}

.deco-slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    border-radius: 50%;
}
.deco-slick-arrow.deco-slick-prev {
    transform: scaleX(-1);
}
.deco-slick-arrow .deco-slick-arrow-span {
    display: flex;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 9;
}
.deco-slick-arrow .deco-slick-arrow-span::before,
.deco-slick-arrow .deco-slick-arrow-span::after {
    content: '';
    width: 10px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -5px;
    transform-origin: 9px 50%;
}
.deco-slick-arrow .deco-slick-arrow-span::before {
    transform: rotate(-40deg);
}
.deco-slick-arrow .deco-slick-arrow-span::after {
    transform: rotate(40deg);
}
.deco-slick-arrow::before {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: 50%;
}

.deco-banner-text {
   word-break: break-word;
    text-align: center;
}

.deco-banner-content {
}

.deco-banner-button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #000000;
    white-space: nowrap;
    padding: 5px 10px;
}

.deco-banner-running-text {
    display: flex;
    gap: 2rem;
    white-space: nowrap;
    animation-name: deco-marquee-line;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes deco-marquee-line {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.deco-close-button > div {
   position: relative;
}

.deco-close-button {
    display: block;
    width: 12px;
    height: 10px;
    position: absolute;
    right: 10px;
    z-index: 100;
    cursor: pointer;
}

.deco-close-button-block {
    display: block !important;
    width: 10px;
    height: 5px;
    position: relative;
    overflow: hidden;
}
.deco-close-button-block:before,
.deco-close-button-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(60% - 2px);
    display: block;
    width: 2px;
    height: 12px;
    transform-origin: bottom center;
    transition: all ease-out 280ms;
}
.deco-close-button-block:last-of-type {
    transform: rotate(180deg);
}
.deco-close-button .deco-close-button-in .deco-close-button-block:before {
    transition-delay: 280ms;
    transform: translateX(10px) translateY(-10px) rotate(45deg);
}
.deco-close-button .deco-close-button-in .deco-close-button-block:after {
    transition-delay: 280ms;
    transform: translateX(-10px) translateY(-10px) rotate(-45deg);
}
.deco-close-button .deco-close-button-out {
    position: absolute;
    top: 0;
    left: 0;
}
.deco-close-button .deco-close-button-out .deco-close-button-block:before {
    transform: translateX(-2.5px) translateY(2.5px) rotate(45deg);
}
.deco-close-button .deco-close-button-out .deco-close-button-block:after {
    transform: translateX(2.5px) translateY(2.5px) rotate(-45deg);
}
.deco-close-button:hover .deco-close-button-in .deco-close-button-block:before {
    transform: translateX(-2.5px) translateY(2.5px) rotate(45deg);
}
.deco-close-button:hover .deco-close-button-in .deco-close-button-block:after {
    transform: translateX(2.5px) translateY(2.5px) rotate(-45deg);
}
.deco-close-button:hover .deco-close-button-out .deco-close-button-block:before {
    transform: translateX(-10px) translateY(10px) rotate(45deg);
}
.deco-close-button:hover .deco-close-button-out .deco-close-button-block:after {
    transform: translateX(10px) translateY(10px) rotate(-45deg);
}