.hinh-dai-dien-container {
    height: auto;
    aspect-ratio: 382/250;
}
.hinh-dai-dien-container img {
    aspect-ratio: 382 / 250;
    object-fit: cover;
    object-position: top center;
}
.pc-foot-product .elementor-widget-container::after {
      content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30%;
    height: auto;
    aspect-ratio: 222 / 12;
    background: url('https://nuta.io/wp-content/uploads/2025/08/pc-foot-shadow.png') no-repeat center / contain;
    transform: translateX(-110%) scaleY(-1);
    opacity: 1;
    filter: blur(3px);
    z-index: -1;
}

.product-website-item .product-price p.price > span > bdi{
    font-size: 18px;
    line-height: 23px;
    color: #8E0E17;
    font-weight: 400;
}
.product-website-item .product-price p{
    margin: 0;
}
@media(max-width: 1200px){
    .product-website-item .product-price p.price{
        display: flex;
        flex-direction: column;
    }
}
@media(max-width: 767px){
    .product-website-item .product-price p.price > span > bdi{
    font-size: 14px;
    }
}
/*  */
/* Trượt sản phẩm điện thoại */
.desktop-click-to-swipe .elementor-posts-container {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: inline proximity;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        scroll-behavior: smooth;
    }
.desktop-click-to-swipe .elementor-posts-container article > div, .desktop-click-to-swipe .elementor-posts-container article > div > div{
	height: 100%;
}
.desktop-click-to-swipe .elementor-posts-container::-webkit-scrollbar {
	display: none;
}
.desktop-click-to-swipe .elementor-posts-container article, .post-apply-products .elementor-posts-container article{
	flex-shrink: 0;
}
.desktop-click-to-swipe .elementor-posts-container article {
	width: calc(25% - 15px);
	scroll-snap-align: start;
	flex-shrink: 0;
}
.desktop-click-to-swipe .elementor-posts{
	padding: 5px 0;
}
.desktop-click-to-swipe .elementor-posts article{
	padding: 0 5px;
}
@media (max-width: 1200px) {
    .post-apply-products .elementor-posts-container {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: inline proximity;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        scroll-behavior: smooth;
    }
    .post-apply-products .elementor-posts-container article > div, .post-apply-products .elementor-posts-container article > div > div{
    height: 100%;
    }
    .post-apply-products .elementor-posts-container::-webkit-scrollbar {
        display: none;
    }
    .post-apply-products .elementor-posts{
        padding: 5px 0;
    }
    .post-apply-products .elementor-posts article{
        padding: 0 5px;
    }
    .post-apply-products .elementor-posts-container article, .desktop-click-to-swipe .elementor-posts-container article{
        width: calc((100% - 60px)/4.6);
    }
}
@media (max-width: 767px) {
    .post-apply-products .elementor-posts-container article, .desktop-click-to-swipe .elementor-posts-container article {
        width: calc((100% - 16px)/2.3);
    }
}