/*
Theme Name: Minimog Child
Theme URI: http://minimog.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.1.0
Template: minimog
Text Domain:  minimog-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.treesal-product-style-13 .product-image-wrapper {
    overflow: hidden;
    position: relative;
}

.treesal-product-style-13 .product-image-wrapper img {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Product Carousel After Loop Styles */
.after-loop-content {
    text-align: center;
    margin-top: 30px;
}

.view-all-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.view-all-button:hover {
    background-color: #000;
    color: #fff;
}
