:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;

}

.btn-all{
  width: 150px !important;
}

a.header-nav-title:after {
  font-family: FontAwesome;
  content: "\f107";
  padding-left: 0px;
}

header #header #logo img {
    max-height: 50px;
}

article a{
  color: #e30236 !important;
}

.table strong{
    color: var(--text-secondary-color) !important;
}

/* 
  Start
  Custom woocommerce
*/
.woocommerce .thumbnail-container{
  background-color: transparent;
  height: 230px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 15px;
}


.woocommerce .thumbnail-container img {
  width: 100%;
  height: auto;
  box-shadow: none;
  margin: auto; 
  /* padding: 10%; */
  max-height: 220px;
  /* max-width: 200px; */
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
  background-color: transparent;  
  border-radius: 10px;
}

.woocommerce .products ul, .woocommerce ul.products{
  margin: 1em 0 3em !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: center;
  color: #4c5256 !important;
}
.woocommerce ul.products li.product .price {
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: .857em;
  padding: 0 0.5em;
}
.woocommerce ul.products li.product .button {
  display: inline-block;
  margin:  1em 0.5em;
}
.woocommerce ul.products li.product .star-rating {
  font-size: .857em;
  margin: 0.5em;
}

.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.6em;
  background-color:red;
}
.woocommerce .star-rating {
  color: #8236FF; /* Set your desired color here */
  border-color: #8236FF;
}

 .woocommerce nav.woocommerce-pagination ul{
  border: 0;
  border-radius: 4px;
}
.woocommerce nav.woocommerce-pagination ul li{
  display: inline;
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
  margin: 3px;
  color: #ffffff;
  border: 1px solid #000;
  background-color: #000;
  line-height: 1.42857143;
  padding: 6px 12px;
  border-radius: 50%;
  
}
.woocommerce nav.woocommerce-pagination ul li a:hover{
  background: #8236FF;
  border: 1px solid #8236FF;
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #8236FF;
  border: 1px solid #8236FF;
  color: #fff;
  line-height: 1.42857143;
  padding: 6px 15px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button{
  font-weight: 400;
}
.woocommerce div.product form.cart .button
{
  padding: 0.45em 1em !important;
}

/* Hide quantity input */
/* form.cart {
  display: none;
} */

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
  color: #fff !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #e9e6ed;
  border-radius: 5px;
}

#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p {
  margin-bottom: 0;
  color: #000000 !important;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400;
  color: #000 !important;
}
.woocommerce-privacy-policy-text p{
  color: #000 !important;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
  color: #000000;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000 !important;
}

.woocommerce table.shop_table {
  border: 1px solid rgb(255 255 255);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
  background-color: #7603ae;
}
.woocommerce table.shop_table td a{
  color: #fff;
  font-weight: 500;
}

.wc-empty-cart-message,.return-to-shop{
  text-align: center;
}
.wc-block-components-notice-banner{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30vh;
  margin: 0;

}
.is-info{
	height: 20vh;
}
.wc-block-components-notice-banner svg path {
  fill: yellow; /* Set your desired color */
}

.woocommerce ul.order_details {
  margin: 0 0 3em;
  list-style: none;  
  border: 1px solid rgb(255 255 255);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
  padding: 5px;
  background-color: #7603ae;
}


.woocommerce ul.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: .715em;
  line-height: 1;
  border-right: 1px dashed #cfc8d8;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  padding-top: 15px;
}

.woocommerce-checkout #payment ul.payment_methods li {
/* 	background-color:yellow; */
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
	width:50% !important
}

.woocommerce .timercounter{
	width:100% !important;	
}


/* CSS สำหรับ radio button */
.variation-select {
  margin-bottom: 20px;
}

.variation-select-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.variation-options {
  display: flex;
  flex-wrap: wrap;
}

.variation-options input[type="radio"] {
  display: none;
}

.variation-options label {
  font-weight: 400 !important;
  display: flex;
  width: 40%;  
  border: 1px solid #8336FF;
  background-color: #1E1E1E; /* สีม่วง */
  color: #fff; /* สีข้อความ */
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center !important;
}

.variation-options input[type="radio"]:checked + label {
  background-color: #FFFFFF; /* สีม่วงเข้ม */
  color: #8336FF;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  display: inline-block;
  color: #ffffff;
  padding: 10px 30px;
  background-color: #191919;
  font-size: 1.25em;
  margin: 10px 0px;
}

.home-price{  
    display: block;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-size: 1em;
    padding: 0 0.5em;
    color: #b3af54;
}
.woocommerce .quantity .qty{
  width: 10em;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
	flex: 0 0 auto;
    width: 25%;
	margin: 0;
}
section.page.woocommerce {
    padding: 0;
}

@media(max-width: 768px){
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {	
		margin: 0;
	}
	/* .woocommerce .thumbnail-container{
		height: auto;
	} */
}
h1.product_title.entry-title {
    color: #e30236;
}
.button.single_add_to_cart_button.button.alt{
	background: #e30236;
}
.product_meta a {
    color: #e30236;
}
/* 
  End
  Custom woocommerce
*/

section.heightlight{
	margin-top:0px !important;
}
/* 🔹 พื้นหลังสีดำ */
.sport-header {
    background: #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

/* 🔹 Sidebar Menu */
.sidebar-menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #111;
    padding: 20px;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.5);
}

.sidebar-menu.active {
    left: 0;
}

/* 🔹 Header บนมือถือ */
.mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
	padding-left:20px;
	padding-right:20px;
    background: #000;
    color: white;
}

/* 🔹 Hamburger Menu อยู่ซ้าย */
.hamburger-menu {
    background: none;
    border: none;
    font-size: 22px;
    color: white;
    cursor: pointer;
}

/* 🔹 Logo ตรงกลาง */
.mobile-logo img {
    max-width: 140px;
}

/* 🔹 ตะกร้าสินค้าอยู่ขวา */
.cart-icon {
    color: white;
    font-size: 24px;
    position: relative;
	padding-right:25px;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: red;
    color: white;
    border-radius: 50%;
    padding: 4px 8px;	
    font-size: 12px;
}

/* 🔹 ปุ่มปิดเมนู */
.close-menu {
    background: none;
    border: none;
    font-size: 22px;
    color: white;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

/* 🔹 Nav Menu */
.nav-links {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.nav-links .nav-item {
    text-align: left;
}

.nav-links .nav-link {
    display: block;
    padding: 12px 20px;
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.nav-links .nav-link:hover {
    background: #1abc9c;
}

.main-content {
    margin-left: 250px;
    padding: 40px;
    transition: margin-left 0.3s ease-in-out;
}

.close-menu{
		display:none;
	}

@media (max-width: 768px) {

	 .main-content {
		margin-top:30px;
        margin-left: 0;
		padding:2px;
    }

    /* เปิดเมนู */
    .sport-header.active {
        transform: translateX(0);
    }

    .main-content.active {
        margin-left: 250px;
    }
	.close-menu{
		display:flex;
	}
}

/* 🔹 ซ่อนเมนูบน Desktop */
@media (min-width: 992px) {

	
    .mobile-header {
        display: none;
    }
    .sidebar-menu {
        left: 0;
    }
	
}


/* home page*/

/* 🔹 Hero Banner */
.hero-banner {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 30%, rgba(255, 87, 34, 0.8) 100%);
    color: white;
    padding: 10px 0;
    text-align: center;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    animation: fadeInDown 1s ease-in-out;
}

.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 20px;
    animation: fadeIn 1.5s ease-in-out;
}

.btn-primary {
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: bold;
}


.hero-image {
    max-width: 100%;
    border-radius: 15px;
    
    /* ไล่จางจากมุมซ้ายบน */
    -webkit-mask-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 40%);
    mask-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 40%);
}




/* 🔹 Product Showcase */
.product-showcase {
    padding: 60px 0;
}

.section-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
}

/* 🔹 Product Card */

.product-card {
    background: white;
    border-radius: 10px;
    padding: 15px;
	margin:10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s;
}

.product-card:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.product-buttons .btn-primary {
    background: #ff5722;
    border: none;
    transition: background 0.3s;
}

.product-buttons .btn-primary:hover {
    background: #e64a19;
}

.product-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.product-title {
    font-size: 1rem;
    font-weight: bold;
    margin: 10px 0;
	color:#000000;
}
.product-title a{
	color:#000000;
}
.product-price {
    font-size: 1.1rem;
    color: #ff6f00;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.product-buttons .btn {
    width: 100%;
    margin-top: 10px;
}

.section-title {
	color: #e4c36e !important;
}

.page-content {
    background: #ffffff;
    border-radius: 10px;
    border: none;
}

.page-title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
}

.breadcrumb {
    background: none;
    padding: 10px 0;
    font-size: 16px;
}

.breadcrumb a {
    color: #007bff;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}
.sport-footer {
    background: #222;
    color: #f8f8f8;
    padding: 40px 0;
}

.footer-top {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    text-align: center;
}

/* โลโก้ */
.footer-logo img {
    max-width: 150px;
    margin-bottom: 10px;
}

/* หมวดหมู่สินค้า */
.footer-categories ul {
    list-style: none;
    padding: 0;
}

.footer-categories ul li {
    margin: 5px 0;
}

.footer-categories ul li a {
    text-decoration: none;
    color: #ff9800;
    font-weight: bold;
    transition: 0.3s;
}

.footer-categories ul li a:hover {
    color: #fff;
}

/* รีวิวลูกค้า */
.footer-reviews .review {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border-radius: 8px;
    margin: 5px 0;
}

/* ข้อมูลติดต่อ (ขยับไปด้านขวา) */
.footer-contact {
    text-align: right;
}

.footer-contact a {
    color: #ff9800;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.footer-contact a:hover {
    color: #fff;
}

/* Footer Bottom */
.footer-bottom {
    text-align: center;
    padding-top: 15px;
}


.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px 0;
}

.product-card {
    background: #1e1e1e;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    transition: transform 0.2s ease-in-out;
}

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

.product-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.product-info {
    padding: 10px 0;
}

.product-title a {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff !important;
    text-decoration: none;
}

.product-price {
    font-size: 18px;
    color: #ffcc00;
}

.product-buttons {
    margin-top: 10px;
}
.product-buttons a{
	color:#0d6efd !important;
}

.product-buttons .btn-primary{
	color:#ffffff !important;
}


.product-buttons .btn {
    display: block;
    margin-top: 5px;
    width: 100%;
}

.woocommerce h3.title{
	color: #e4c36e !important;
}


.page-header {
    background: linear-gradient(135deg, #ff6a00, #e4c36e);
    color: #fff;
    padding: 30px 0 !important;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.product-card:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}

.header-content {
    max-width: 700px;
    margin: 0 auto;
}

.cat-title {
	color:#000000 !important;
    font-size: 42px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.cat-description {
	color:#ffffff !important;
    font-size: 18px;
    font-weight: 300;
    opacity: 0.9;
    margin-bottom: 20px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{
	color:#ffffff !important;
}

.related-products {
    padding: 40px 0;
}

.related-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: bold;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    justify-content: center;
    align-items: start;
}

.product-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.product-item:hover {
    transform: translateY(-5px);
}

.product-image {
    width: 100%;
    height: auto;
    border-bottom: 3px solid #FF4500;
}

.product-info {
    padding: 15px;
    text-align: center;
}

.product-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.product-price {
    font-size: 16px;
    color: #FF4500;
    font-weight: bold;
}

.btn-buy {
    display: inline-block;
    background: #FF4500;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 10px;
}

.btn-buy:hover {
    background: #E03E00;
}

.product-price {
    font-size: 18px;
    color: #FF4500;
    font-weight: bold;
    margin: 5px 0;
    text-align: center;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	text-align:center;
}

.woocommerce table.shop_table td{
	color:#000000;
}

.sidebar-search {
    margin-top: 15px;
}

.sidebar-search input {
    width: calc(100% - 50px);
    padding: 10px;
    border: none;
    border-radius: 5px;
}

.sidebar-search button {
    background: #FF4500;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.sidebar-categories {
    margin-top: 20px;
}

.sidebar-categories h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.sidebar-categories ul {
    list-style: none;
    padding: 0;
}

.sidebar-categories ul li {
    margin-bottom: 10px;
}

.sidebar-categories ul li a {
    color: white;
    text-decoration: none;
}

.sidebar-categories ul li a:hover {
    text-decoration: underline;
}

.faq-header {
    padding: 50px 0;
}

.faq-title {
    font-size: 2rem;
    font-weight: bold;
}

.faq-subtitle {
    color: #888;
    font-size: 1.1rem;
}

.accordion-item {
    border: none;
    margin-bottom: 10px;
}

.accordion-header {
    background: #f8f9fa;
    border-radius: 5px;
}

.accordion-button {
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
    background: #fff;
}

.accordion-button:not(.collapsed) {
    background: #ff4500;
    color: white;
}

.accordion-body {
    font-size: 1rem;
    color: #555;
}
.accordion-body a{
	color:#FF4500;
}


/* Mobile Responsive */
@media (max-width: 768px) {
    .related-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }

    .product-title {
        font-size: 16px;
    }

    .btn-buy {
        padding: 8px 12px;
        font-size: 14px;
    }
	.page-header{
		padding: 3px 0 !important;
	}

	.hero-banner{
		margin-top:60px;
	}
    .page-title {
        font-size: 24px;
    }
    .breadcrumb {
        font-size: 14px;
    }

    .hero-title {
        font-size: 2rem;
    }
	.product-showcase .row {
        display: grid;
    }
	
	.product-grid {
        grid-template-columns: repeat(2, 1fr); /* แสดง 2 คอลัมน์แทน 1 คอลัมน์ */
        gap: 10px;
    }

    .product-card {
        width: 100% !important; /* ให้สินค้าเต็มพื้นที่ของคอลัมน์ */
    }
	.woocommerce-result-count,.woocommerce-ordering{
		display:none;
	}
	


    .product-buttons .btn {
        width: 100%;
        margin-top: 5px;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .product-card {
        padding: 10px;
		margin:0px;
    }

    .product-buttons .btn {
        font-size: 14px;
    }
	.section-title{
		font-size:22px !important;
	}
	.hero-image{
		display:none;
	}
}

