/** Shopify CDN: Minification failed

Line 100:31 Unexpected "{"
Line 101:0 Expected identifier but found "."

**/
.product-block.product-block--header:empty {
    display: none;
}

.grid-product__price--original {
    margin-right: 0px;
    margin-left: 5px;
}

.sales-point span.icon-and-text,
.custom-badge {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 16px;
    text-align: left;
    white-space: nowrap;
    line-height: 1.3;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
    width: fit-content;
}

.custom-badge {
    font-weight: bold;
}

.sales-point span.icon-and-text,
.custom-badge {
    &:hover {
        transform: translateY(-2px);
    }
}

.pulse_move_up {
    margin-top: -20px;
}

.pulse_move_down {
    margin-bottom: -20px;
}

.animated-dot {
    width: 6px;
    height: 6px;
    background-color: #FF9F00;
    border-radius: 50%;
    margin-right: 6px;
    animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.7;
    }
}

.btn.add-to-cart {
    padding: 4px 12px;
    font: 300 0.85rem "Lato", sans-serif;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    border-radius: 6px;
    min-height: 60px !important;
}


.product__price.on-sale {
    padding-right: 5px;
    font-size: 1.1rem;
    font-weight: 700;
}

.sale_true,
.product__price.on-sale{
    color: #28a745;
    font-weight: 700;
}

.product__price--compare{
    font-size: 1.1rem;
}

.grid-product__price--original,{
..product__price--compare
    color: #000 ;
    opacity: .7 ;
    font-weight: 400 ;
}