/*
Theme Name: SaleCraft Ecommerce V2
Theme URI: https://themebee.net/products/salecraft-ecommerce-v2
Author: Theme Bee
Author URI: https://www.themebee.net/
Description: SaleCraft Ecommerce V2 is an ecommerce theme designed for online stores that require a structured layout for product presentation and catalog management. The theme includes responsive page sections, customizable homepage blocks, product category displays, banner areas, and navigation options that support organized browsing across devices. It is compatible with common ecommerce plugins and supports product listings, shopping carts, checkout pages, and payment integration workflows. The theme provides layout controls, typography settings, color customization, widget-ready areas, and menu management options through the customization panel. Additional features include featured product sections, promotional banners, search functionality, breadcrumb support, and social media integration. SaleCraft Ecommerce V2 also supports image galleries, blog sections, and multi-category product organization for stores with varied inventories. Its responsive structure adapts to desktop, tablet, and mobile screens without requiring separate layouts. The theme is suitable for stores that need a straightforward ecommerce interface with configurable design settings and support for standard online retail functionality, including inventory presentation, product filtering, and customer navigation tools.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
WordPress Available: yes
Requires License: no
Text Domain: salecraft-ecommerce-v2
Template: salecraft-ecommerce
Tags: grid-layout, one-column, two-columns, right-sidebar, left-sidebar, custom-colors, sticky-post, threaded-comments, wide-blocks, block-patterns, block-styles, custom-menu, custom-background, custom-header, custom-logo, editor-style, featured-images, full-site-editing, full-width-template, template-editing, translation-ready, rtl-language-support, style-variations, three-columns, four-columns, footer-widgets, blog, photography, e-commerce

SaleCraft Ecommerce V2 Theme, Copyright 2026 themebee
SaleCraft Ecommerce V2 is distributed under the terms of the GNU GPL
*/

/* Top Seller Section */
.top-sell-section .top-sell-bg{
	min-height: auto;
	height: 100%;
}
.top-sell-section .top-sell-bg .top-sell-img img{
	object-fit: contain;
}
.top-sell-section .product-section .custom-controls a{
	display: flex;
}
.top-sell-section .product-section .custom-controls a:hover{
	color: #000000;
}
.top-sell-section .product-section .custom-controls a span.dashicons{
	font-size: 25px;
    display: flex;
	align-items: center;
    justify-content: center;
}

/* Collection Section */
.collection-section .collection-content .collection-btn a:hover{
	background-color: var(--wp--preset--color--primary) !important;
}

/* Footer */
.footer-section .footer-4 a{
	text-decoration: none;
}
.footer-section .footer-2 a:hover, .footer-section .footer-3 a:hover, .footer-section .footer-4 a:hover{
	color: var(--wp--preset--color--primary);
}

/* Media */
@media screen and (max-width: 767px)  {
	.collection-section .collection-blank{
		display: none;
	}
	.top-sell-section .top-sell-bg, .collection-section .collection-boxes .collection-content{
		text-align: center;
	}
	.collection-section .collection-boxes .collection-content .collection-btn{
		justify-content: center;
	}
}
@media screen and (max-width: 991px){
	.collection-section .collection-bg img.wp-block-cover__image-background{
		object-position: 0% 50% !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.top-sell-section .top-sell-boxes{
		flex-wrap: nowrap !important;
	}
	.top-sell-section .top-sell-boxes:not(.is-not-stacked-on-mobile)>.top-sell-cover{
		flex-basis: 30% !important;
	}
	.top-sell-section .top-sell-boxes:not(.is-not-stacked-on-mobile)>.product-section{
		flex-basis: 70% !important;
	}
	.collection-section .collection-boxes{
		flex-wrap: nowrap !important;
	}
	.collection-section .collection-boxes:not(.is-not-stacked-on-mobile)>.collection-content{
		flex-basis: 60% !important;
	}
	.collection-section .collection-boxes:not(.is-not-stacked-on-mobile)>.collection-blank{
		flex-basis: 40% !important;
	}
}
@media (min-width: 992px) and (max-width: 1399px){
	.collection-section .collection-boxes .collection-content{
		flex-basis: 40% !important;
	}
	.collection-section .collection-boxes .collection-blank{
		flex-basis: 60% !important;
	}
}