/*
Theme Name: teta Child
Theme URI: http://teta.kitestudio.co/
Template: teta
Author: kitestudio
Author URI: http://www.kitestudio.co
Description: WooCommerce WordPress Theme
Tags: two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-header,custom-menu,editor-style,featured-images,flexible-header,full-width-template,microformats,post-formats,sticky-post,theme-options,translation-ready
Version: 1.0
*/

/* Write your styles here */

/*---------------------------   Label Product   ---------------------------*/

/* Direct positioning with !important to override theme styles */
div.product-labels {
	display: flex;
	position: relative;
	top: unset;
	left: unset;
	flex-wrap: wrap;
	gap: 8px;
	z-index: unset;
	margin: 0rem 0 0.5rem 0rem;
}

/* Strong styling for labels */
.product-label {
	display: inline-block;
	border: 1px solid #e2e7e3;
	border-radius: 4px;
	background-color: ghostwhite;
	padding: 2px 5px 1px;
	color: hsl(0, 0%, 25%);
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4;

	&:hover {
		color: var(--global-palette-highlight);
	}

}

@media (max-width:760px) {
	div.product-labels {
		gap: 15px;
		border-radius: 3px;
		background-color: ghostwhite;
		padding: 4px 6px 3px;
		margin-bottom: 0.3rem;
	}

	span.product-label {
		border: none;         /* bỏ viền */
	
		padding: 0;
		font-size: 11px;
	}

}



/*---------------------------   catalog   ---------------------------*/
@media (min-width: 321px) and (max-width: 767px) {
    .woocommerce.wc-shortcode:not(.carousel):not(.no-gutter) div.products.shop-2column.column_res div.product, .woocommerce.wc-shortcode:not(.carousel):not(.no-gutter) div.products.shop-3column.column_res div.product, .woocommerce.wc-shortcode:not(.carousel):not(.no-gutter) div.products.shop-4column.column_res div.product, .woocommerce.wc-shortcode:not(.carousel):not(.no-gutter) div.products.shop-5column.column_res div.product, .woocommerce:not(.carousel) div.products.shop-2column.column_res div.product, .woocommerce:not(.carousel):not(.no-gutter) div.products.shop-3column.column_res div.product, .woocommerce:not(.carousel):not(.no-gutter) div.products.shop-4column.column_res div.product, .woocommerce:not(.carousel):not(.no-gutter) div.products.shop-5column.column_res div.product {
        width: calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
        margin: 0 !important;
        margin-bottom: 5px !important;
    }
}





