/*
Theme Name: Theme Nha Hang 2
Description: This is a child theme for Flatsome Theme
Theme URI: https://muatheme.com/san-pham/theme-wordpress-nha-hang-tuyet-dep-mau-so-2/
Author: MuaTheme.com
Author URI: https://muatheme.com
Template: flatsome
Version: 3.5.3
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.div-dat-ban{
    text-align: center;
}

@media (max-width: 480px) {
    .mobile-small-text {
        font-size: 14px !important;
        line-height: 1.4;
    }
}

button.button-search {
    background: #e0e0e0 !important;
    color: #1b1b1b !important;
    font-size: 14px !important;
    padding: 3px 25px !important;
}

.category-page-title {
	display: none;
}

.single-product .alm-grid-4,
.single-product .alm-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}

.header-bg-color, .header-wrapper {
    background-color: #eee !important;
}

/* ✳️ Chỉ áp dụng cho PC / màn hình >= 992px */
@media (min-width: 992px) {
  .wp-dark-mode-floating-switch {
    top: 35px !important;
    right: 50px !important;
    bottom: auto !important;  /* reset nếu trước đó nằm dưới */
    transform: scale(0.7);    /* thu nhỏ toàn bộ khối */
    transform-origin: top right; /* neo góc trên phải */
  }
}


/* Mỗi card sản phẩm */
.single-product .alm-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  height: 100%;
}

/* Ảnh sản phẩm */
.single-product .alm-item img {
  width: 100%;
  height: 240px;             /* ⚡ cố định chiều cao */
  object-fit: fill;         /* Ảnh đầy khung, không méo */
  border-radius: 10px;
  display: block;
  transition: transform .25s ease;
}
.single-product .alm-item img:hover {
  transform: scale(1.03);
}

/* Tiêu đề sản phẩm */
.single-product .alm-item h3 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #222;
  margin: 10px 0 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* chỉ 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 2.8em; /* đảm bảo đều */
}

/* Mô tả */
.single-product .alm-item p {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* chỉ 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 3em;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .single-product .alm-grid-4,
  .single-product .alm-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
	
	.section-title-main {
		font-size: 2.5rem !important;
	}
	
	.event-main {
		padding: 0 !important;
	}
}
@media (max-width: 575px) {
  .single-product .alm-grid-4,
  .single-product .alm-grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}



/* CSS cho box-contact */
.box-contact {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Bóng mềm, nhẹ */
    border-radius: 10px; /* Bo góc */
    padding: 15px; /* Khoảng cách bên trong */
    background-color: #fff; /* Nền trắng nếu muốn nổi bật */
    transition: transform 0.3s, box-shadow 0.3s; /* Hiệu ứng hover mượt */
}

.box-contact:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3); /* Bóng to hơn khi hover */
    transform: translateY(-3px); /* Nhẹ nâng lên khi hover */
}

.icon-box-left, .icon-box-right {
	align-items: center;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0
}

.header-inner.flex-row.container.logo-left.medium-logo-center {
    max-width: 90%;
}

.section-title-main {
	font-size: 3rem;
	line-height: 1;
}
a:hover {
    color: #c5ad00 !important;
}

.add-to-cart-wrapper {
	display: none !important;
}

/* Hiển thị tiêu đề sản phẩm trong một dòng */
.product-title a {
    white-space: nowrap !important; /* Ngừng ngắt dòng trong tiêu đề */
    overflow: hidden !important; /* Ẩn phần bị tràn nếu quá dài */
    text-overflow: ellipsis !important; /* Hiển thị dấu "..." nếu tiêu đề quá dài */
    display: block !important; /* Đảm bảo tiêu đề là block để có thể áp dụng thuộc tính overflow */
    width: 100%; /* Đảm bảo tiêu đề chiếm hết chiều rộng có sẵn */
}


ul.header-nav.header-nav-main.nav.nav-left.nav-spacing-xlarge.nav-uppercase {
    display: flex !important;
    justify-content: center !important;
}

.nav-dropdown {
	min-width: max-content !important;
}
.div-dat-ban p,.div-dat-ban h3{
    color: white;
}
.section-chi-duong .accordion .toggle{
left: unset !important;
right: 0 !important;
}

.section-chi-duong .active .icon-angle-down:before {
      font-size: 22px;
    font-family: FontAwesome !important;
    content: "\f056" !important;
}
.section-chi-duong  .icon-angle-down:before {
      font-size: 22px;
    font-family: FontAwesome !important;
    content: "\f055";
}
.title-tin-tuc{
     color: #e67e22;
     text-transform: uppercase;
}

.price-wrapper {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.no-prices .amount {
    display: block !important; /* Hiển thị lại giá nếu có class 'no-prices' */
}

.product-title a{
    font-weight: bold;
    color: #e67e22;
}
.title-home{
    padding-bottom: 30px;
    text-transform: uppercase;
        font-weight: bold;
    color: #e67e22;
    font-size: 27px;
}
.star-rating span:before{
    color: yellow;
}
.div-khach-hang p, .div-khach-hang h3
 {
    color: black;
    font-size: 18px;
    font-weight: 500;
}

.box-image {
    height: 160px !important;
    overflow: hidden; /* Đảm bảo ảnh không bị vượt ra ngoài khối */
}

.div-form{
    padding: 10px
}
.ui_tpicker_timezone{
    display: none !important
}
.ui-datepicker dl dt,.ui-datepicker  dl dd{
    display: block ;
}
/* .div-khach-hang{
     background-color: #e62b4c;
        background-image: url(images/feedback-bg-left.png);
    background-repeat: no-repeat;
    background-position: 0 100%;

} */
.div-tin-tuc{

    background: #f1f1f1;
    background-image: url(images/feedback-bg-right.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.section-gioi-thieu{
    text-align: center;
    background-repeat: no-repeat;
    background-position: 0 0, 100% 0;
}

.box-default.box-feature-figure .figure {
    background: none;
    padding: 0px;
    border: none;
    border-radius: 5px;
    overflow: hidden;
}
.box-feature-figure .figcaption {
    text-align: center;
    background-color: #ff8d00;
}
.box-feature-figure .figure {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    background: #FFF;
    padding: 20px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.box-feature-figure:hover .figcaption {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    color: #FFF;
}
.box-feature-figure:hover .figcaption h3 {
    color: #fff;
    margin-top: 20px;
    font-weight: 300;
}
.box-feature-figure:hover .figure {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
}

.flex-right ul li a{
	text-transform: initial !important;
	font-size: 16px;
}
.box-feature-figure .figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-radius: 5px;
}
/*Màu sắc button*/
.social-button, .social-icons .button.icon:not(.is-outline), .social-icons .button.icon:hover {
    background-color: currentColor !important;
    border-color: currentColor !important;
}
.button.facebook,.button.facebook:not(.is-outline), .button.facebook:hover {
color: #fff;
    background-color: #446084;
    border-color: #446084;
}
.button.twitter,.button.twitter:not(.is-outline), .button.twitter:hover {
	color: white !important;
   background : #2478ba !important;
    border-color: #2478ba;
}
.button.email,.button.email:not(.is-outline), .button.email:hover {
    color: #fff;
    background-color: black !important;
    border-color: black !important;
}
.button.pinterest,.button.pinterest:not(.is-outline), .button.pinterest:hover {
color: #fff !important;
    background-color: #cb2320  !important;
    border-color: #cb2320  !important;
}

.button.google-plus,.button.google-plus:not(.is-outline), .button.google-plus:hover {
color: #fff !important;
    background-color: #dd4e31 !important;
    border-color: #dd4e31  !important;
}
.button.linkedin,.button.linkedin:not(.is-outline), .button.linkedin:hover {
color: #fff !important;
    background-color: #0072b7 !important;
    border-color: #0072b7     !important;
}

.single-date{
        border-bottom: 1px dashed #ededed;
}
h1.entry-title{
    font-size: 24px !important;
}
/*Kết thúc màu sắc*/



footer.entry-meta {

    border-top: none !important;
    border-bottom: 1px dashed #ececec !important;
    
}

.entry-content img{
	width: auto !important
}
.duong-line {
    background: rgba(0,0,0,0) url(images/line.png) repeat scroll 0 0;
    height: 12px;
    margin-top: 5px;
    overflow: hidden;
}
.related-post h7{
	font-weight: bold;
	    font-size: 18px;
    float: left;
    margin: -8px 20px 0 0;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.header-top {
    background-color: #8b5e3c !important;
}

/* ===== WRAPPER ===== */
.tag-pills-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 25px;
}

/* ===== TAG PILLS ===== */
.tag-pill {
    display: inline-block;
    background: #a1d8f5;
    color: #205e7e;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    margin: 4px;
    text-decoration: none;
    transition: all .2s ease-in-out;
    font-weight: 500;
}
.tag-pill:hover {
    background: #CFFAEF;
    color: #205e7e;
    transform: translateY(-1px);
}

/* Pills container */
.product-tag-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
	justify-content: center;
}

/* ===== SEARCH BOX ===== */
.tag-search-bar {
    display: flex;
    width: 100%;
    gap: 10px;
}

.tag-search-bar input[type="search"] {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #000000;
    border-radius: 8px;
    background: #ffffff;
    font-size: 15px;
    color: #000000;
    outline: none;
    transition: 0.2s;
}

.tag-search-bar input[type="search"]:focus {
    border-color: #000000;
}

/* SEARCH BUTTON */
.tag-search-bar button {
    padding: 12px 20px;
    background: #00B8A9;
    color: #fff;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.tag-search-bar button:hover {
    background: #008F7A;
    transform: translateY(-1px);
}

.category-circle-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  justify-items: center;
}

.cat-item {
  text-align: center;
  transition: opacity 0.25s ease;
	    display: flex
;
    flex-direction: column;
    align-items: center;
}

.cat-item:hover {
  opacity: 0.8;
}

.avatar-ring {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #FFC107; /* màu vàng */
  transition: transform 0.25s ease;
}

.avatar-ring img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cat-item:hover .avatar-ring {
  transform: scale(1.08);
}

.cat-name {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

/* Responsive cho mobile */
@media (max-width: 768px) {
  .category-circle-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

/* === GRID 4 CỘT === */
.alm-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* === ITEM CƠ BẢN === */
.alm-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.alm-item p:not(.entry-meta) {
    display: none !important;
}

/* MOBILE: Cao tự do hoặc min-height */
@media (max-width: 768px) {
    .alm-item {
        height: auto !important;
    }
}

/* Ảnh sản phẩm */
.alm-item img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
  transition: transform 0.5s ease;
}

/* ẨN NGÀY THÁNG */
.alm-item .entry-meta {
  display: none !important;
}

/* === LỚP NỀN ĐEN MỜ === */
.alm-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
}

/* === TIÊU ĐỀ & MÔ TẢ === */
.alm-item h3,
.alm-item p {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  padding: 0 20px;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease;
}

/* Tiêu đề sản phẩm */
.alm-item h3 {
  top: 25%;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
}
.alm-item h3 a {
  color: #fff !important;
  text-decoration: none;
}

/* Mô tả sản phẩm */
.alm-item p {
  bottom: 20px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255,255,255,0.9);
  display: -webkit-box;
  -webkit-line-clamp: 3; /* chỉ hiển thị 3 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* === HIỆU ỨNG HOVER === */
.alm-item:hover img {
  transform: scale(1.08);
}
.alm-item:hover::before {
  opacity: 1;
}
.alm-item:hover h3,
.alm-item:hover p {
  opacity: 1;
  transform: translateY(0);
}

/* === Responsive === */
@media (max-width: 1024px) {
  .alm-grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .alm-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .alm-grid-4 {
    grid-template-columns: 1fr;
  }
}

/* Căn giữa wrapper */
.alm-btn-wrap {
/*     display: flex !important;
    justify-content: center !important;
    margin-top: 20px; */
	display:none !important;
}

/* Style nút */
.alm-load-more-btn {
    background: #a1d8f5 !important;
    color: #000 !important;
    border: 1px solid #77bde6 !important;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
	margin: 0 !important;
}

.alm-load-more-btn:hover {
    background: #8fcbef !important;
}

/* Khi đang load → hiện icon loading */
.alm-load-more-btn.loading:after {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #000;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

/* Xóa chữ "Xem thêm" khi đang load */
.alm-load-more-btn.loading {
    opacity: 0.8;
}

/* Căn giữa */
.more-products-btn {
    text-align: center;
    margin-top: 20px;
}

/* Nút Xem thêm mới */
.btn-view-more {
    background: #a1d8f5 !important;
    color: #000 !important;
    border: 1px solid #77bde6 !important;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    padding: 10px 22px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

/* Hover */
.btn-view-more:hover {
    background: #8fcbef !important;
}

/* Icon loading khi đang load */
.btn-view-more.loading:after {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #000;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

/* Animation xoay */
@keyframes spin {
    to { transform: rotate(360deg); }
}


/* === Overlay style === */
.product-overlay-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.product-overlay-item .product-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-overlay-item .overlay-card {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}

.product-overlay-item .overlay-info {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  z-index: 2;
}

.product-overlay-item .overlay-info h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.product-overlay-item .overlay-info p {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255,255,255,0.9);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Hover hiệu ứng */
.product-overlay-item:hover .product-img {
  transform: scale(1.08);
  filter: brightness(70%);
}
.product-overlay-item:hover .overlay-info {
  opacity: 1;
  transform: translateY(0);
}

/* Badge hết hàng */
.out-of-stock-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 0, 0, 0.85);
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 4px;
  z-index: 3;
}

/* Responsive */
@media (max-width: 768px) {
  .product-overlay-item .overlay-info h3 {
    font-size: 18px;
  }
  .product-overlay-item .overlay-info p {
    font-size: 14px;
  }
}


/* === Category Page Layout === */

/* Ép full width cho khối ngoài */
.row.category-page-row {
  min-width: 100% !important;
}

/* Giữ khung sản phẩm 90% giữa màn hình */
.products.row.row-small.large-columns-4.medium-columns-3.small-columns-2.has-equal-box-heights {
    min-width: 90% !important;
    margin: auto;
}

/* Responsive — mở rộng dần theo thiết bị */
@media (max-width: 1024px) {
  .products.row.row-small.large-columns-4.medium-columns-3.small-columns-2.has-equal-box-heights {
    width: 95% !important;
	  margin: auto !important;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .products.row.row-small.large-columns-4.medium-columns-3.small-columns-2.has-equal-box-heights {
    width: 98% !important;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .products.row.row-small.large-columns-4.medium-columns-3.small-columns-2.has-equal-box-heights {
    width: 100% !important;
    grid-template-columns: 1fr;
  }
}

.shop-categories-wrap.under-title {
  margin: 15px auto 25px;
  text-align: center;
}
.shop-categories-wrap.under-title a {
  display: inline-block;
  background: #fff3e0;
  color: #cc7a00;
  border-radius: 20px;
  padding: 6px 14px;
  margin: 5px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.shop-categories-wrap.under-title a:hover {
  background: #ffe0b2;
  color: #a85f00;
  transform: translateY(-1px);
}


/* --- Top bar flex --- */
.shop-top-bar-flex {
  display: none !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
	max-width: 90%;
    margin: auto;
}

.shop-top-bar-flex .topbar-left {
  font-size: 15px;
  color: #555;
}

.shop-top-bar-flex .topbar-right ul.page-numbers {
  display: flex;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.shop-top-bar-flex .topbar-right .page-numbers li a,
.shop-top-bar-flex .topbar-right .page-numbers li span {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #333;
  transition: all 0.25s ease;
}

.shop-top-bar-flex .topbar-right .page-numbers li a:hover {
  background: #f6f6f6;
  color: #000;
}

.shop-top-bar-flex .topbar-right .page-numbers .current {
  background: #222;
  color: #fff;
  border-color: #222;
}

/* --- Category pills --- */
.shop-meta-wrap.under-title {
  margin: 20px auto 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
	max-width: 90%;
    margin: auto;
}

/* --- Dòng scroll ngang --- */
.scrollable-row {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 4px;
  scrollbar-width: thin;          /* Firefox */
  -ms-overflow-style: none;       /* IE/Edge */
}
.scrollable-row::-webkit-scrollbar {
  height: 6px;
}
.scrollable-row::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.scrollable-row::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/* --- Pills: Danh mục & Tag --- */
.shop-categories-wrap a,
.product-tag-pill {
  display: inline-block;
  background: #f9f9f9;
  color: #333;
  border-radius: 5px;
  padding: 6px 14px;
  margin: 4px 0;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.25s ease-in-out;
}

.shop-categories-wrap a:hover,
.product-tag-pill:hover {
  background: #f1f1f1;          /* nền xám nhạt */
  border-color: #ddd;           /* viền nhẹ */
  color: #000;                  /* chữ đậm hơn */
  transform: translateY(-1px);
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.is-large {
	font-size: 1.5em;
}

.home nav.woocommerce-pagination {
  display: none !important;
}

/* Mobile full width */
@media (max-width: 768px) {
  .product-ajax {
    max-width: 100% !important;
    padding: 0 10px; /* Thêm một chút padding cho đỡ dính lề */
  }
}

/* --- Tiêu đề dòng --- */
.shop-meta-wrap strong {
  color: #222;
  font-weight: 600;
  margin-right: 6px;
  white-space: nowrap;
}

.alm-listing.alm-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* MOBILE: 2 cột */
@media (max-width: 768px) {
  .alm-listing.alm-grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

span.woocommerce-Price-amount.amount {
    font-size: 28px;
}

/* Header mặc định trong suốt */
.header-wrapper {
  background: transparent;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}

/* Khi cuộn xuống thì thêm hiệu ứng mờ và nền trong suốt */
.header-wrapper.scrolled {
  background: rgba(255, 255, 255, 0.5); /* màu nền mờ trắng, có thể chỉnh */
  backdrop-filter: blur(10px); /* hiệu ứng mờ nền */
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* thêm nhẹ bóng đổ cho nổi */
}