.elementor-402 .elementor-element.elementor-element-9a047c0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-857af9a *//* =========================
   CONTAINER
========================= */
.dt-container{
  max-width:1200px;
  margin:auto;
  padding:0 20px;
}

/* =========================
   CATEGORY HEADER
========================= */
.dt-category-header{
  padding:40px 0 10px;
}

.dt-back{
  display:inline-block;
  margin-bottom:10px;
  font-size:15px;
  color:#6a4a3b;
  text-decoration:none;
}

.dt-category-title{
  font-size:44px;
  color:#5a372f;
  margin:0 0 10px;
}

.dt-category-desc{
  font-size:20px;
  color:#666;
  max-width:720px;
  line-height:1.6;
  margin:0;
}

/* =========================
   CATEGORY TABS
========================= */
.dt-category-tabs{
  padding:18px 0;
}

.dt-category-tabs .dt-container{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.dt-tab{
  padding:12px 22px;
  border-radius:999px;
  border:2px solid #e5dcd6;
  text-decoration:none;
  color:#5a372f;
  font-weight:600;
  background:#fff;
  transition:all .2s ease;
}

.dt-tab:hover{
  border-color:#5a302b;
}

.dt-tab-active{
  background:#5a302b;
  color:#fff;
  border-color:#5a302b;
}

/* =========================
   CATEGORY INTRO
========================= */
.dt-category-intro{
  padding:6px 0 18px;
  font-size:19px;
  color:#666;
  max-width:800px;
  line-height:1.6;
}

.dt-category-intro p{
  margin:0;
}

/* =========================
   SECTION TITLE
========================= */
.dt-section-title{
  font-size:32px;
  color:#5a372f;
  margin:18px 0 20px;
}

/* =========================
   PRODUCT GRID
========================= */
.dt-products ul.products{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:26px !important;
  list-style:none !important;
  padding:0 !important;
  margin:30px 0 0 !important;
}

.dt-products ul.products::before,
.dt-products ul.products::after{
  display:none !important;
  content:none !important;
}

.dt-products ul.products li.product{
  width:100% !important;
  float:none !important;
  clear:none !important;
  margin:0 !important;
  list-style:none !important;
  display:flex !important;
  flex-direction:column !important;
  min-height:420px;
  background:#fff;
  border:1px solid #eee6e1;
  border-radius:26px;
  padding:22px !important;
  box-shadow:0 8px 18px rgba(0,0,0,0.04);
  transition:all .25s ease;
}

.dt-products ul.products li.product:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 24px rgba(0,0,0,0.08);
}

.dt-products ul.products li.product a{
  text-decoration:none;
}

.dt-products ul.products li.product a.woocommerce-LoopProduct-link{
  display:block;
}

.dt-products ul.products li.product img{
  width:100% !important;
  height:220px !important;
  object-fit:cover !important;
  border-radius:16px;
  margin:0 0 14px !important;
  background:#f6f2ee;
}

.dt-products ul.products li.product .woocommerce-loop-product__title,
.dt-products ul.products li.product h2{
  font-size:30px;
  line-height:1.35;
  color:#5a372f;
  margin:8px 0 10px !important;
  font-weight:700;
}

.dt-products ul.products li.product .price{
  color:#6a4a3b !important;
  font-size:20px !important;
  font-weight:600 !important;
  margin:0 0 14px !important;
}

/* Ẩn nút mua mặc định ở trang nhóm */
.dt-products ul.products li.product .button,
.dt-products ul.products li.product a.button,
.dt-products ul.products li.product .add_to_cart_button,
.dt-products ul.products li.product .product_type_simple,
.dt-products ul.products li.product .added_to_cart{
  display:none !important;
}

/* Nút Xem chi tiết trên card */
.dt-products ul.products li.product a.woocommerce-LoopProduct-link::after{
  content:"Xem chi tiết";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:18px;
  background:#5a302b;
  color:#fff;
  border-radius:999px;
  padding:12px 22px;
  min-height:48px;
  font-size:14px;
  font-weight:600;
  line-height:1;
}

/* Ẩn sale flash nếu có */
.dt-products ul.products li.product .onsale{
  display:none !important;
}

/* =========================
   PRODUCT PAGE - TABS
========================= */

/* Ẩn chữ trong tab Description / Reviews nhưng giữ khung tab */
body.single-product .woocommerce-tabs ul.tabs li{
  min-width:120px !important;
  min-height:54px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
}

body.single-product .woocommerce-tabs ul.tabs li a,
body.single-product .woocommerce-tabs ul.tabs li a span,
body.single-product .woocommerce-tabs ul.tabs li span{
  font-size:0 !important;
  line-height:0 !important;
  color:transparent !important;
  text-indent:-9999px !important;
  overflow:hidden !important;
}

/* Ẩn tiêu đề Description / Reviews trong phần nội dung */
body.single-product .woocommerce-tabs .panel h2,
body.single-product .woocommerce-Tabs-panel h2,
body.single-product .woocommerce-tabs .panel > h2:first-child{
  display:none !important;
  margin:0 !important;
  padding:0 !important;
  font-size:0 !important;
  line-height:0 !important;
}

/* Muốn ẩn luôn tab Reviews thì bỏ comment dòng dưới */
/*
body.single-product .woocommerce-tabs ul.tabs li.reviews_tab{
  display:none !important;
}
*/

/* =========================
   CATEGORY CTA
========================= */
.dt-category-cta{
  padding:60px 0;
}

.dt-cta-box{
  background:#f6f2ee;
  padding:40px;
  border-radius:28px;
  text-align:center;
}

.dt-btn-primary{
  display:inline-block;
  margin-top:14px;
  background:#5a302b;
  color:#fff;
  padding:12px 28px;
  border-radius:999px;
  text-decoration:none;
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width:900px){
  .dt-products ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}





/* =========================
   PRODUCT PAGE LAYOUT
========================= */

.single-product div.product{
  max-width:1100px;
  margin:auto;
}

/* Ảnh sản phẩm */

.single-product .woocommerce-product-gallery{
  border-radius:18px;
  overflow:hidden;
}

/* Tiêu đề */

.single-product .product_title{
  font-size:40px;
  color:#5a372f;
  margin-bottom:10px;
}

/* Giá */

.single-product .price{
  font-size:28px !important;
  color:#6a4a3b !important;
  font-weight:600;
  margin-bottom:20px;
}

/* Nút mua */

.single-product button.single_add_to_cart_button{
  background:#5a302b !important;
  border-radius:999px !important;
  padding:16px 34px !important;
  font-size:16px !important;
  font-weight:600;
}

/* Quantity */

.single-product .quantity input{
  border-radius:10px;
  padding:8px;
}

/* Nội dung description */

.single-product .woocommerce-tabs .panel{
  max-width:900px;
  margin:auto;
  font-size:18px;
  line-height:1.7;
}

/* List đẹp hơn */

.single-product .woocommerce-tabs ul{
  margin-top:10px;
  padding-left:20px;
}

.single-product .woocommerce-tabs li{
  margin-bottom:6px;
}





@media(max-width:600px){
  .dt-products ul.products{
    grid-template-columns:1fr !important;
  }

  .dt-category-title{
    font-size:32px;
  }

  .dt-products ul.products li.product{
    min-height:auto;
  }

  .dt-products ul.products li.product img{
    height:200px !important;
  }
}/* End custom CSS */