.product .site-breadcrumbs {
    margin-top: 0;
}
body.single-product .site-content {
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-image {
	min-height: 193.02px;
}
.single-product .product .discount-tag {
        z-index: 1;
    }
.elementor-shortcode .products-grid {
    display: flex;
    gap: 15px;
	flex-wrap: wrap;
	margin-left: auto;
	justify-content: center;
}
.elementor-shortcode a.product-card {
    display: flex;
    width: 18%;
    min-width: 160px;
    margin: 0.5%;
    flex-direction: column;
    justify-content: space-between;
}
@media(min-width: 541px) and (max-width: 1023px) {
	.elementor-shortcode a.product-card {
    	width: 25%;
		min-width: 180px;
	}
	.elementor-shortcode .old-price {
    	top: 160px;
	}
}
.product-card .product-image {
	background: #fff;
	position: relative;
}
.elementor-shortcode .container h1 {
	text-align: center;
	font-size: 2.5rem;
}
.product-card {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
    border: 1px solid #ddd;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.product-card img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.product-card h3 {
    font-size: 17px;
    margin: 10px 0 5px;
    text-align: center;
	padding: 0 10px;
}
.elementor-shortcode .price-tag {
    position: absolute;
    bottom: 0;
    right: 0px;
    top: auto;
    font-style: italic;
    background: #FFF200;
    color: #fff;
    color: #EE3124;
    border-radius: 5px;
    font-size: 2.8rem;
    font-family: "Exo 2", "Exo2", Sans-serif;
    font-weight: 800;
	padding: 5px 10px;
}
.elementor-shortcode .old-price {
    position: absolute;
    top: auto;
    /* left: 4px; */
    bottom: 10px;
    right: 0;
    /* background: #fff; */
    color: #888;
    border-radius: 5px;
    font-size: .9rem;
    font-family: "Exo 2", "Exo2", Sans-serif;
    font-weight: 600;
    font-style: italic;
    padding: 0 5px;
}
.old-price {
    text-decoration: line-through;
    color: #888;
    font-size: 13px;
    text-align: center;
    margin-top: 4px;
	font-family: "Exo 2", "Exo2", Sans-serif;
}
.discount-tag {
    position: absolute;
    transform: rotate(-30deg);
    top: 20px;
    left: 15px;
    background: #ffffff;
    color: #ee3124;
    padding: 4px 6px;
    font-weight: 800;
    font-style: italic;
    font-size: 1.39rem;
    border-radius: 4px;
    font-family: "Exo 2", "Exo2", Sans-serif;
    text-align: center;
    line-height: 60%;
    border: 1px solid #ee3124;
}
.discount-tag span {
	font-size: 0.67rem;
	font-weight: 500;
	
}

.promo-period {
    color: #EE3124;
    font-family: "Exo 2", "Exo2";
}

.elementor-shortcode .products-grid .product-card .promo-period {
	position: inherit;
    color: #EE3124;
    font-family: "Exo 2", "Exo2";
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    margin: 10px 0;
}

@media(max-width: 1119px) {
	.elementor-shortcode .price-tag {
    	font-size: 2.5rem;
	}
	.discount-tag {
    	left: 10px;
    	font-size: 0.8rem;
    	border-radius: 4px;
    	font-family: "Exo 2", "Exo2", Sans-serif;
	}
}
.single-product  .elementor-shortcode .price .price-tag {
    position: absolute;
    bottom: auto;
    right: auto;
    top: 0;
    font-style: italic;
    background: #FFF200;
    color: #fff;
    color: #EE3124;
    border-radius: 5px;
    font-size: 3.8rem;
    font-family: "Exo 2", "Exo2", Sans-serif;
    font-weight: 800;
    padding: 15px 20px;
}

.single-product  .elementor-shortcode .price .old-price {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 5px;
    right: 0;
    /* background: #fff; */
    color: #888;
    border-radius: 5px;
    font-size: 1.4rem;
    font-family: "Exo 2", "Exo2", Sans-serif;
    font-weight: 600;
    font-style: italic;
    padding: 0 5px;
}
.product .promo-period {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0;
    padding-right: 0px;
    color: #EE3124;
    font-family: "Exo 2", "Exo2";
    font-size: 1.2rem;
    z-index: 3;
}
