.elementor-665481 .elementor-element.elementor-element-0e050f4{--display:flex;}.elementor-665481 .elementor-element.elementor-element-1fbb0ac{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-200428d *//* PRODUCT GRID */
.dr-product-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}
/* PRODUCT CARD */
.dr-product{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    border:1px solid rgba(139,0,0,.15);
    transition:.4s;
    display:flex;
    flex-direction:column;
}
.dr-product:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}
/* PRODUCT IMAGE */
.dr-product-img{
    position:relative;
    width:100%;
    aspect-ratio:1/1;
    overflow:hidden;
}
.dr-product-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s;
}
.dr-product:hover .dr-product-img img{
    transform:scale(1.05);
}
/* PRODUCT INFO */
.dr-product-info{
    padding:12px;
    text-align:center;
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
/* TITLE */
.dr-product-title{
    font-size:14px;
    margin-bottom:10px;
    line-height:1.4;
    min-height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
}
/* PRICE */
.dr-product-price{
    color:#8b0000;
    font-weight:600;
    font-size:14px;
    margin-bottom:16px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
}
.dr-product-price del{
    color:#999;
}
.dr-product-price ins{
    text-decoration:none;
    font-weight:700;
    color:#8b0000;
}
/* BUTTON */
.dr-cart-btn{
    width:100%;
    background:linear-gradient(135deg,#8b0000,#c40000);
    color:#fff;
    border:none;
    padding:10px;
    border-radius:50px;
    cursor:pointer;
}
.dr-cart-btn,
.dr-cart-btn:hover,
.dr-cart-btn:focus,
.dr-cart-btn:active{
    background:linear-gradient(135deg,#8b0000,#c40000);
    color:#fff;
    border:none;
    padding:10px;
    border-radius:50px;
    cursor:pointer;
    transform:none;
    box-shadow:none;
}
.dr-product-grid{
    display:grid !important;
    grid-template-columns:repeat(4,1fr) !important;
    gap:25px;
}
/* TABLET */
@media (max-width:1024px){
    .dr-product-grid{
        grid-template-columns:repeat(3,1fr) !important;
    }
}
/* MOBILE */
@media (max-width:768px){
    .dr-product-grid{
        grid-template-columns:repeat(2,1fr) !important;
    }
}

/* PAGINATION */
.dr-pagination {
    text-align: center;
    margin-top: 40px;
}
.dr-page-btn {
    display: inline-block;
    margin: 6px;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 30px;
    background: #f9f6f2;
    color: #5a4a3f;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #f5f5f5;
}
.dr-page-btn:hover {
    background: #900000;
    color: #fff;
    border-color: #900000;
}
.dr-page-btn.dr-active {
    background: #900000;
    color: #fff;
    border-color: #900000;
}
.dr-prev, .dr-next {
    font-weight: 600;
}/* End custom CSS */