/*
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 created for online stores that require organized product presentation and flexible store management features. The theme includes responsive layouts, customizable homepage sections, category displays, product grids, navigation menus, and banner areas designed to support different ecommerce setups. It is compatible with commonly used ecommerce plugins and supports product listings, shopping cart functionality, checkout pages, and payment workflow integration. The customization panel provides options for managing typography, colors, widgets, menus, and layout structures without modifying core files. Additional features include featured product sections, search functionality, blog integration, breadcrumb support, image galleries, and social media links. The responsive structure adjusts across desktop, tablet, and mobile devices for consistent browsing and shopping experiences. SaleCraft Ecommerce V2 can be used for stores managed by dropshippers, retail brand owners, boutique owners, digital product sellers, and wholesalers that require structured inventory organization and configurable storefront layouts. The theme supports multi-category product management, promotional sections, and customer navigation tools for handling varied ecommerce catalog requirements efficiently.
Version: 1.0.1
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;
	}
}