/*
Theme Name: Shoptimizer Child
Theme URI: https://www.commercegurus.com/wordpress-themes/shoptimizer
Template: shoptimizer
Author: CommerceGurus
Author URI: https://www.commercegurus.com/
Description: Shoptimizer is the perfect theme for your next WooCommerce project designed around speed and conversions.
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options
Version: 2.8.13.1758653531
Updated: 2025-09-23 18:52:11

*/
header.woocommerce-products-header img.sale_category {
  width: 100% !important;
}
.project-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.gallery-item {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.gallery-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.related-slider {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    scroll-snap-type: x mandatory;
}
.related-slide {
    min-width: 150px;
    flex: 0 0 auto;
    scroll-snap-align: start;
    text-align: center;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 6px;
    background: #fff;
}
.mini-cart-related-slider {
    margin-top: 20px;
}
.swiper-slide {
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 6px;
}
.swiper-slide img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}


