/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1768889038
Updated: 2026-01-20 06:03:58

*/

.brand-category-block {
	padding-top: 15px;
    padding-bottom: 15px;
}
div.brand-product-card {
  padding-bottom: 15px; 
}
.brand-header {
  background-image: url("https://aptsc.com.vn/wp-content/uploads/2026/01/Rectangle-7-1.png");
  height: 250px;                 /* adjust height */
  background-size: cover;           /* scale to cover */
  background-position: center;      /* center horizontally & vertically */
  background-repeat: no-repeat;     /* no repeat */
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

header a {
  color: black;
}

.category-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: black !important;
  background-color: white;
}

.products-grid {
  display: grid;
  /* Creates three columns, each taking up one equal fraction of the available space */
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /* or use the repeat() function for a more concise way */
  /* grid-template-columns: repeat(3, 1fr); */
  
  /* Optional: Adds space (gutters) between the grid items */
  gap: 20px; 
}
.brand-product-card {
  background-color: #f4fafc;
  padding: 15px;
  border-radius: 15px;
  transform: scale(0.8);
}

.brand-product-card:hover {
  transform: scale(0.9); 
}

.product-title {
 padding-left: 15px; 
}

.product-thumb img {
  width: 100%;
  border-radius: 15px ;
  padding: 5px 15px 5px -10px;
  margin-left: -15px;
}
.product-title {
  text-align: left;
  padding-bottom: 25px;
}
.product-title a {
 color: black;
}

div.product-actions {
 text-align: center; 
}

div a.view-product {
 background-image: linear-gradient(90deg, #0b4d80, #91c4d7);
 color: white;
 padding: 15px;
 border-radius: 15px;
}