/** Shopify CDN: Minification failed

Line 143:0 Unexpected "{"
Line 143:1 Expected identifier but found "%"
Line 147:0 Unexpected "{"
Line 147:1 Expected identifier but found "%"

**/
.pl-parent {
    position:relative;
}

.pl-container {
    background-color: transparent!important;
    cursor: pointer;
    position: absolute;
}

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

.pl-collection {
    width: 180%;
    height: 180%;
    top: 0;
    margin: 0 !important;
    z-index: 2;
}

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

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

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

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

.top_left {
    top: 5px !important;
    left: 5px !important;
    right: auto !important;
    bottom: auto !important;
    width:12%;
    background-position: left top;
}

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

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

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

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

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

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

.bottom_center {
    bottom: 0 !important;
    left: 50% !important;
    top: auto !important;
    right: auto !important;
    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;
}

{% if template contains 'product' %}
    .top_left {
        display: none;
    }
{% endif %}

@media (max-width: 768px) {
    .top_left {
        width: 15%;
        height: 15%;
    }
}