/*
Theme Name: Morsun Offroad
Theme URI: https://www.morsunoffroad.com/
Template: modern-store
Author: Morsun
Author URI: https://www.morsunoffroad.com/
Description: morsun offroad theme
Tags: grid-layout,one-column,two-columns,three-columns,left-sidebar,custom-colors,custom-header,custom-logo,custom-menu,featured-images,flexible-header,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,blog,e-commerce,portfolio
Version: 1.26.1744249330
Updated: 2025-04-10 01:42:10

*/
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    border: 1px solid #efefef; /* Light gray border */
    border-radius: 10px; /* Adjust the radius for desired roundness */
    overflow: hidden; /* Ensures child elements like images don't overflow */
    transition: all 0.3s ease-in-out; /* Smooth hover effect */
	 background-color: #fff;
}

.woocommerce ul.products li.product:hover, 
.woocommerce-page ul.products li.product:hover {
    border-color: #cdcdcd; /* Changes border color on hover */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.woocommerce div.product .product_title{
	font-size:16px;
}

.design-credit .no_translate .multilang-item a{
    font-weight: 300;
    font-size: 12px;
}

.site-footer {
    margin-top: 8em;
}