:root{
  --primary-background: var(--pure900-clr);
}

/* Chrome, Safari, Edge, Opera */
input#pro_qty::-webkit-inner-spin-button,
input#pro_qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input#pro_qty {
  -moz-appearance: textfield;
}

section:nth-child(odd) {
    /* background: var(--p100-clr) !important; */
}

.fancybox__content {
    padding: 0;
}
.search-adjust {
    display: flex;
    align-items: center;
    gap: 16px;
}
.search-adjust .search-trigger {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(42, 185, 57, .16);
}
.search-adjust .search-trigger i {
    color: #fff;
}
.search-adjust .cart-trigger {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(42, 185, 57, .16);
}
.search-adjust .cart-trigger i {
  color: #fff;
}
/* Hover, Focus, Active, Open */
.form-checkout-item .nice-select:active,
.form-checkout-item .nice-select.open,
.form-checkout-item .nice-select:hover,
.form-checkout-item .nice-select:focus,
.form-checkout-item .nice-select.open:after {
    border-color: var(--p2-clr) !important;
    box-shadow: none;
}

/* Select mặc định */
.form-checkout-item .nice-select {
    border: 2px solid #E9E9E9;
    padding: 12px;
    width: 100%;
    color: var(--p900-clr);
    font-size: 13px;
    margin-bottom: 30px;
    height: auto;
    line-height: unset;
    border-radius: 20px;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}



/* Mũi tên */
.form-checkout-item .nice-select:after {
    border-color: #E9E9E9;
}

/* Danh sách dropdown */
.form-checkout-item .nice-select .list {
    background-color: var(--p900-clr);
    min-width: 250px;
    color: #fff;
    border-radius: 5px;
    padding: 0;
}

/* Option trong dropdown */
.form-checkout-item .nice-select .option {
    color: #fff;
    padding: 0;
    margin: 0 20px;
    font-size: 13px;
    line-height: 50px;
    border-bottom: 1px solid rgba(155, 155, 155, 0.3);
    font-weight: 400;
    text-transform: capitalize;
    display: block;
}

/* Option cuối bỏ border */
.form-checkout-item .nice-select .option:last-of-type {
    border-bottom: 0;
}

/* Hover, focus, selected option */
.form-checkout-item .nice-select .option:hover,
.form-checkout-item .nice-select .option.focus,
.form-checkout-item .nice-select .option.selected.focus {
    background-color: transparent;
    color: var(--p2-clr) !important;
}

.form-checkout-item input[type="text"], .form-checkout-item input[type="email"], .form-checkout-item textarea {
    border: 2px solid #E9E9E9;
    padding: 12px;
    width: 100%;
    color: var(--p900-clr);
    font-size: 13px;
    margin-bottom: 30px;
    height: auto;
    line-height: unset;
    border-radius: 20px;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    font-family: Montserrat, sans-serif;
    box-sizing: border-box;
}
.form-checkout-item .nice-select .current, .form-checkout-item input[type="text"]::placeholder, .form-checkout-item input[type="email"]::placeholder, .form-checkout-item textarea::placeholder{
    font-family: Montserrat, sans-serif;
    font-weight: normal;
    color: var(--p700-clr);
    font-size: 15px;
    
}
.form-checkout-item.cmn-btn{
    border-radius: 20px;
}

/* Hover, Focus */
.form-checkout-item input[type="text"]:hover,
.form-checkout-item input[type="email"]:hover,
.form-checkout-item textarea:hover,
.form-checkout-item input[type="text"]:focus,
.form-checkout-item input[type="email"]:focus,
.form-checkout-item textarea:focus {
    border-color: var(--p2-clr) !important;
    outline: none;
    box-shadow: none;
}


.pagination .page-link {
    background: var(--p100-clr);
    color: var(--p1-clr);
    border: none;
    margin: 0 6px;
    border-radius: 8px;
    padding: 8px 18.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.pagination .page-link:hover {
    background: var(--p1-clr);
    color: #fff;
}

.pagination .active .page-link {
    background: var(--p1-clr);
    color: #fff;
}

.pagination svg {
    width: 16px;
    height: 28px;
}
.page-link:focus{
    box-shadow: unset;
}
.blog-post-details .explore-details-content p{
    margin-bottom: 30px;
}
.blog-post-details .explore-details-content img{
    border-radius: 20px;
    /* width: 100%; */
    margin: 0 auto 0 auto;
    display: block;

}

.maybe-liking h3 {
    color: var(--p900-clr);
}

.swiper-all .slick-slide {
    padding: 0 10px;
    box-sizing: border-box;
}

.swiper-all .slick-list {
    /* margin: 0 -10px; */
}



/* ===== List Style ===== */
.blog-post-details .explore-details-content ul,
.blog-post-details .explore-details-content ol {
    margin: 0 0 26px 20px;
    padding: 0;
}

.blog-post-details .explore-details-content ul li,
.blog-post-details .explore-details-content ol li {
    font-size: 16px;
    line-height: 1.6;
    color: var(--p800-clr);
    margin-bottom: 8px;
    position: relative;
}

/* Style dấu đầu dòng ul */
.blog-post-details .explore-details-content ul li {
    list-style: none;
    padding-left: 24px;
}

.blog-post-details .explore-details-content ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--p1-clr);
    font-size: 18px;
    line-height: 1.6;
}

/* ol giữ số mặc định */
.blog-post-details .explore-details-content ol li {
    list-style: decimal;
}

/* Responsive list font size */
@media(max-width:575px) {
    .blog-post-details .explore-details-content ul li,
    .blog-post-details .explore-details-content ol li {
        font-size: 14px;
    }
}

/* ===== Table Style ===== */
.blog-post-details .explore-details-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 26px;
    border: 1px solid var(--p200-clr);
    font-size: 16px;
    color: var(--p800-clr);
}

.blog-post-details .explore-details-content table th,
.blog-post-details .explore-details-content table td {
    padding: 12px 16px;
    border: 1px solid var(--p200-clr);
    text-align: left;
}

.blog-post-details .explore-details-content table th {
    background: var(--p100-clr);
    font-weight: 600;
    color: var(--p900-clr);
}

.blog-post-details .explore-details-content table tr:nth-child(even) {
    background: var(--p50-clr, #fafafa); /* fallback nếu p50 chưa có */
}

/* Responsive table */
@media(max-width:575px) {
    .blog-post-details .explore-details-content table {
        font-size: 14px;
    }
    .blog-post-details .explore-details-content table th,
    .blog-post-details .explore-details-content table td {
        padding: 8px 10px;
    }
}


/* Ẩn mặc định */
#itemFEToast {
    transform: translateY(-150%);
    opacity: 0;
    transition: all 0.4s ease;
    background-color: var(--p1-clr);
    color: var(--white-clr);
    border-radius: 9999px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    font-family: Montserrat, sans-serif;

}

#itemFEToast.show {
    transform: translateY(0);
    opacity: 1;
    top: 20px;
    right: 10px;
}
.btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: 1; /* đảm bảo không bị mờ */
}
#itemFEToast .toast-body{
    padding: 10px 20px;
}





/* ========== CART PAGE ========== */
/* === Cart Page === */
.cart-page {
    font-family: Montserrat, sans-serif;
  }
  
  .cart-page .card {
    background: var(--white-clr);
    border: 1px solid var(--p200-clr);
    border-radius: 12px;
    padding: 20px;
  }
  
  .cart-page .cart-table thead th {
    font-size: 16px;
    font-weight: 600;
    color: var(--p900-clr);
    border-bottom: 2px solid var(--p200-clr);
    padding: 12px 8px;
  }
  
  .cart-page .cart-table td {
    vertical-align: middle;
    padding: 12px 8px;
    border-bottom: 1px solid var(--p100-clr);
  }
  
  /* Product thumbnail */
  .cart-page .product-thumb .image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
  }
  
  .cart-page .product-meta .product-name {
    font-size: 15px;
    font-weight: 500;
    color: var(--p900-clr);
    display: block;
    margin-bottom: 4px;
    line-height: 1.4;
  }
  
  .cart-page .product-meta .sku {
    font-size: 13px;
    color: var(--p600-clr);
  }
  
  /* Giá */
  .cart-page .price {
    font-weight: 500;
    color: var(--p900-clr);
  }
  
  /* Quantity box */
  .cart-page .qty {
    display: flex;
    align-items: center;
    border: 1px solid var(--p200-clr);
    border-radius: 6px;
    overflow: hidden;
    width: fit-content;
  }
  
  .cart-page .qty-btn {
    background: var(--p100-clr);
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    color: var(--p900-clr);
    font-size: 14px;
  }
  
  .cart-page .qty-input {
    width: 50px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 4px;
  }
  
  .cart-page .qty-btn:hover {
    background: var(--p1-clr);
    color: var(--white-clr);
  }
  
  /* Thành tiền */
  .cart-page .subtotal {
    font-size: 15px;
    font-weight: 600;
    color: var(--p900-clr);
  }
  
  /* Xóa sản phẩm */
  .cart-page .icon-btn {
    background: var(--p100-clr);
    border: none;
    border-radius: 6px;
    padding: 6px;
    cursor: pointer;
  }
  
  .cart-page .icon-btn.danger {
    color: var(--danger-clr, #d9534f);
  }
  
  .cart-page .icon-btn:hover {
    background: var(--danger-clr, #d9534f);
    color: var(--white-clr);
  }
  
  /* Footbar */
  .cart-page .footbar {
    margin-top: 20px;
    gap: 12px;
  }
  

  .cart-page .footbar .totals {
    font-size: 16px;
    font-weight: 500;
    color: var(--p900-clr);
  }
  
  .cart-page .total-amount {
    font-size: 18px;
    font-weight: 600;
    color: var(--p1-clr);
    margin-left: 6px;
  }
  
  /* Form info */
  .cart-page .form-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  
  .cart-page .form-group label {
    /* font-weight: 500; */
    font-size: 14px;
    color: var(--p900-clr);
  }
  
  
  /* Button thanh toán */
  .cart-page .btn.brand {
    background: var(--p1-clr);
    color: var(--white-clr);
    border-radius: 8px;
    padding: 12px;
    font-weight: 500;
    font-size: 16px;
  }
  
  .cart-page .btn.brand:hover {
    opacity: 0.9;
  }
  
  /* Responsive */
  @media (max-width: 767px) {
    .cart-page .cart-table thead {
      display: none;
    }
    .cart-page .cart-table tr {
      display: flex;
      flex-direction: column;
      border-bottom: 1px solid var(--p100-clr);
      padding: 10px 0;
    }
  }
  
  
  @media (max-width: 992px) {

  .header-landingpage{
    position: relative;
    background: var(--box-clr);
    padding: 10px 0;
  }
}


.two-text-line {
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.social-round.social{
  display: flex;
}
li.social-item {
  width: 90px;
  height: 20px;
}

.blog-post-details .explore-details-content .comment-inner{
  margin-left: 5px;
  gap: 25px;
}
.blog-post-details .explore-details-content ul li{
  padding-left: 0;
}
.blog-post-details .explore-details-content ul.comment-inner li::before, .toc-block ul li::before{
  content: unset!important;
}


.toc-block {
  background: #f3f8ff;  /* nhạt/lợt hơn #1f4e3d */
  border: 1px solid #c8dfff;
  border-radius: 5px;
  height: auto;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.title-toc-block {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 5px;
  position: relative;
  color: #333;
}

.toc-block ul {
  color: #462c20;
  list-style: disc;
  padding-left: 27px
}

.blog-post-details .explore-details-content .post-sapo p{
  color: var(--p900-clr);
  font-weight: bold;
}

.dropdown-toc-block{
  position: absolute;
    top: 0px;
    right: 0px;
    background: var(--p1-clr);
    font-size: 16px;
    cursor: pointer;
    padding: 5px 10px;
}
.dropdown-toc-block svg{
  fill: #fff;
}

/** bo sung responsive module */
.section-desc {
    color: var(--p800-clr);
}

.section-title-md + .section-desc {
    margin-top: 15px;
}

.service-itemsv02.service-style03 .desc {
    color: var(--p800-clr);
    margin-top: 5px;
}

@media (max-width: 1200px) {
  .gallery-itemsv02.gallery-itemshover .content {
      opacity: 1;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  .counter-item {
    width: 48%;
  }
}

@media (min-width: 468px) and (max-width: 650px) {
  .counter-item {
    width: 45%;
  }
}

@media (max-width: 467px) {
  .counter-item {
    width: 100%;
  }
}

/** reason-section - Lý do */
@media (max-width: 991px) {
  .about-wrapperv3 .about-thumv03 .avarage-counting .cont {
    max-width: unset;
  }
}

@media (max-width: 567px) {
  .about-wrapperv3 .about-thumv03 .avarage-counting
  {
    right: 10px;
  }
}

/** partner-section - Đối tác */
.brand-slider .brand-image{
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 567px) {
  .brand-slider .brand-image {
    padding: 10px;
  }

  .brand-slider .brand-image img {
    max-width: 100%;
  }
}

/** service-us-section: Dịch vụ của chúng tôi */

@media (max-width: 1200px) {
  .service-itemsv1 {
    text-align: center;
  }

  .service-itemsv1 .icons {
    margin: auto;
    width: auto;
    height: auto;
  }
}

/** customer-section - Cảm nhận khách hang */
.testimonial-common-wrapper.testimonial-wrapperv02 .testimonail-common-items .stars i:not(:last-child)
{
  color: unset;
}
.testimonial-common-wrapper.testimonial-wrapperv02 .testimonail-common-items .stars .active {
  color: var(--p2-clr) !important;
}

/** Header */
.header-logo img, .footer-logo img {
  max-width: 100%;
}

/** Footer */
.footer-section.footer-style3 .footer-widget-wrapperv03 {
  padding: 50px 0;
}


.shop-details-samll-check{
  margin: 0 5px;   
}
.shop-details-samll-check, .shop-details-samll{
  width: 90px;
  height: 90px;
  overflow: hidden;

}
.shop-details-samll-check.is-active .shop-details-samll{
  border: 1px solid var(--p1-clr);
}
.shop-details-samll img{
    width: 85px;
    height: 85px;
}

.shop-details-bigthumb {
  border-radius: 30px;
  overflow: hidden;
}

.shop-details-wrap .swiper-wrapper-main{
  background: #fafafc;
  border-radius: 30px;
  border: 1px solid var(--p200-clr);
}

.cart-trigger {
  position: relative;
  cursor: pointer;
}

.cart-counter {
  position: absolute;
  top: -8px;   /* chỉnh vị trí dọc */
  right: -8px; /* chỉnh vị trí ngang */
  background: red;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  padding: 4px 7px; /* bo tròn đều */
  line-height: 1;
  min-width: 20px;
  text-align: center;
}
/* 
.page-search section:nth-child(odd){
  background: var(--p100-clr);
}
.page-search section:nth-child(even){
  background: #fff;
} */

/* === CART QUICK CHECK (wrapper trống, KHÔNG CSS) === */
.cart-quickcheck {}

/* === ITEM WRAPPER (giữ vai trò popup) === */
.small-cart-item-wrapper {
  position: absolute;
  top: 100%;      /* ngay dưới trigger */
  right: 0;
  margin-top: 10px;
  width: 340px;
  background: #fff;
  border: 1px solid var(--p200-clr);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.25s ease;
  z-index: 1000;
  font-family: Montserrat, sans-serif;
}

/* Hover trigger thì hiện */
.cart-trigger:hover .small-cart-item-wrapper,
.small-cart-item-wrapper:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* === ITEM === */
.item-cart-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--p100-clr);
}

.item-cart-header:last-child {
  border-bottom: none;
}

.item-cart-header .image img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 8px;
}

.item-cart-header .content {
  flex: 1;
}

.item-cart-header .cart-name a {
  font-size: 14px;
  font-weight: 600;
  color: var(--p900-clr);
  text-decoration: none;
  line-height: 1.4;
  display: block;
}
.item-cart-header .cart-name a:hover {
  color: var(--p1-clr);
}

.item-cart-header .cart-quantity {
  font-size: 13px;
  color: var(--p700-clr);
  margin-top: 4px;
}

.item-cart-header .fa-close {
  margin-left: auto;
  cursor: pointer;
  color: var(--p600-clr);
  transition: color .2s;
}
.item-cart-header .fa-close:hover {
  color: var(--danger-clr, #e74c3c);
}

/* === TỔNG ĐƠN === */
.cart-calculation-table {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--p200-clr);
  color: var(--p900-clr);
}

.cart-calculation-table td {
  border: none;
  padding: 4px 0;
}

.cart-calculation-table .text-total_bill {
  font-size: 15px;
  font-weight: 600;
  color: var(--p1-clr);
}

/* === NÚT === */
.cart-buttons {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart-buttons .btn {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  transition: opacity .2s;
  font-size: 15px;
}

.cart-buttons .btn.btn-primary {
  background: var(--p900-clr);
  color: #fff;
}

.cart-buttons .btn.checkout {
  background: var(--p1-clr);
  color: #fff;
}

.cart-buttons .btn:hover {
  opacity: 0.9;
}


/* === CHECKOUT PAGE (Xác nhận đơn hàng) === */
.checkout-page {
  font-family: Montserrat, sans-serif;
  padding: 40px 0;
}

.checkout-page .box-text-success {
  background: #e9f9ee;
  border: 1px solid #c8e6c9;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 25px;
  text-align: center;
}
.checkout-page .box-text-success p {
  margin: 0;
  font-size: 15px;
  color: var(--p2-clr);
  font-weight: 500;
}

/* Tiêu đề */
.checkout-page .checkout-title h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--p900-clr);
}

/* Thông tin người nhận */
.checkout-page .checkout-form .form__group {
  background: #fafafa;
  border: 1px solid var(--p100-clr);
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 14px;
  color: var(--p800-clr);
}
.checkout-page .checkout-form .form__group + .form__group {
  margin-top: 10px;
}

/* Chi tiết đơn hàng */
.checkout-page .order-details {
  background: #fff;
  border: 1px solid var(--p200-clr);
  border-radius: 8px;
  padding: 15px;
}

.checkout-page .order-table thead th {
  font-size: 15px;
  font-weight: 600;
  color: var(--p900-clr);
  background: var(--p100-clr);
  padding: 12px;
  border-bottom: 2px solid var(--p200-clr);
}

.checkout-page .order-table td {
  font-size: 14px;
  color: var(--p800-clr);
  padding: 10px 12px;
  border-bottom: 1px solid var(--p100-clr);
}

.checkout-page .order-table tr:last-child td {
  border-bottom: none;
}

/* Tổng hóa đơn */
.checkout-page .order-table tfoot .order-total td {
  font-weight: 600;
  color: var(--p900-clr);
  padding-top: 12px;
  border-top: 2px solid var(--p200-clr);
}

.checkout-page .order-table .text-danger {
  font-size: 18px;
  font-weight: 700;
  color: var(--p1-clr) !important;
}

/* Responsive */
@media (max-width: 767px) {
  .checkout-page {
    padding: 20px 0;
  }
  .checkout-page .checkout-title h2 {
    font-size: 16px;
  }
  .checkout-page .order-table thead {
    display: none;
  }
  .checkout-page .order-table tr {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    border-bottom: 1px solid var(--p100-clr);
  }
  .checkout-page .order-table td {
    border: none;
    padding: 6px 0;
  }
}







/* .checkout-page {
  font-family: Montserrat, sans-serif;
}

.checkout-page .card {
  background: var(--white-clr);
  border: 1px solid var(--p200-clr);
  border-radius: 12px;
  padding: 20px;
}

.checkout-page .card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--p900-clr);
}

.checkout-page .form-group label {
  font-size: 14px;
  color: var(--p900-clr);
  margin-bottom: 6px;
  display: inline-block;
}
.checkout-page .form-control,
.checkout-page .form-select {
  border: 2px solid #E9E9E9;
  padding: 12px;
  width: 100%;
  color: var(--p900-clr);
  font-size: 14px;
  border-radius: 3px;
  background: #fff;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
}
.checkout-page .form-control:focus,
.checkout-page .form-select:focus {
  border-color: var(--p2-clr) !important;
  outline: none;
  box-shadow: none;
}

.checkout-page .nice-select {
  border: 2px solid #E9E9E9;
  padding: 12px;
  font-size: 14px;
  border-radius: 3px;
  margin-bottom: 15px;
}
.checkout-page .nice-select:after {
  border-color: #E9E9E9;
}

.checkout-page textarea {
  resize: vertical;
  min-height: 80px;
}

.checkout-page .form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--p800-clr);
}
.checkout-page .form-check-input {
  margin-top: 0;
}

.checkout-page .btn-submit {
  background: var(--p1-clr);
  color: #fff;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  transition: opacity .2s;
}
.checkout-page .btn-submit:hover {
  opacity: 0.9;
}

.checkout-page .error {
  color: red;
  font-size: 13px;
  margin-top: 5px;
  display: none;
}

@media (max-width: 767px) {
  .checkout-page .card {
    padding: 15px;
  }
  .checkout-page .form-control,
  .checkout-page .form-select {
    font-size: 13px;
    padding: 10px;
  }
} */


.flash-sale-countdown {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.flash-sale-countdown .time-box {
  background: var(--p100-clr);
  color: var(--p900-clr);
  padding: 6px 10px;
  border-radius: 6px;
  text-align: center;
  min-width: 55px;
}

.flash-sale-countdown .time-box b {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--p1-clr);
  font-family: Montserrat, sans-serif;
}

.flash-sale-countdown .time-box small {
  font-size: 11px;
  color: var(--p700-clr);
}

.flash-sale-countdown.expired {
  color: var(--danger-clr, #d9534f);
  font-weight: 600;
}


.landing-page.not-homepage{
  margin-top: 124px;
}





.feature-itemsv1 {
  background: #fff;
  border: 1px solid var(--p200-clr);
  border-radius: 10px;
  padding: 20px;
  transition: all 0.3s;
  flex-wrap: wrap;
}
.feature-itemsv1:hover {
  border-color: var(--p1-clr);
}
.feature-itemsv1 .title {
  font-size: 18px;
  font-weight: 600;
  color: var(--p900-clr);
}
.feature-itemsv1 .add-tocart {
  border-radius: 20px;
  border: 1px solid var(--p200-clr);
  padding: 8px 16px;
  display: inline-block;
}


*:not(i){
  font-family: Arial, Helvetica, sans-serif!important;
}


.variant-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.variant-chips .chip {
  min-width: 64px;
  padding: 8px 12px;
  border: 1px solid var(--p200-clr);
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  color: var(--p900-clr);
  transition: all .15s ease;
}
.variant-chips .chip:hover { border-color: var(--p1-clr); }
.variant-chips .chip.is-active {
  border-color: var(--p1-clr);
  box-shadow: 0 0 0 2px rgba(42,185,57,.15) inset;
}
.variant-chips .chip.is-disabled {
  color: var(--p600-clr);
  background: #f5f5f5;
  border-color: #eee;
  pointer-events: none;
  opacity: .7;
}


/* =====================
   BLOG POST DETAIL
===================== */
.blog-post-details .explore-details-content {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: var(--p800-clr);
  line-height: 1.6;
}

/* --- Heading --- */
.blog-post-details .explore-details-content .h2,
.blog-post-details .explore-details-content h2 {
  color: var(--p900-clr);
  font-size: 32px;
  margin-bottom: 18px; /* giảm từ 30px */
}

.blog-post-details .explore-details-content .h3,
.blog-post-details .explore-details-content h3 {
  color: var(--p900-clr);
  font-size: 28px; /* giảm từ 36px */
  font-weight: 500;
  margin-bottom: 16px;
}

.blog-post-details .explore-details-content .quote-box .h5,
.blog-post-details .explore-details-content .quote-box h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--p900-clr);
}

/* --- Paragraph --- */
.blog-post-details .explore-details-content p {
  margin-bottom: 16px; /* thay vì 30px */
}

/* --- First paragraph highlight --- */
.blog-post-details .explore-details-content .fist-pra {
  margin-bottom: 20px;
}

/* --- Links --- */
.blog-post-details .explore-details-content a {
  color: var(--p900-clr);
  text-decoration: underline;
  transition: color 0.2s ease;
}
.blog-post-details .explore-details-content a:hover {
  color: var(--p600-clr);
}

/* --- List --- */
.blog-post-details .explore-details-content ul,
.blog-post-details .explore-details-content ol {
  margin: 0 0 16px 20px;
  padding: 0;
}
.blog-post-details .explore-details-content li {
  margin-bottom: 8px;
  line-height: 1.5;
}

/* --- Table --- */
.blog-post-details .explore-details-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 15px;
}
.blog-post-details .explore-details-content table th,
.blog-post-details .explore-details-content table td {
  border: 1px solid var(--p200-clr);
  padding: 10px 14px;
  text-align: left;
}
.blog-post-details .explore-details-content table th {
  background: var(--p100-clr);
  font-weight: 600;
}

/* --- Images & Thumb --- */
.blog-post-details .explore-details-content .thumb img,
.blog-post-details .explore-details-content .blog-single-thumb .thumb img,
.blog-post-details .maybe-liking .thumb img {
  border-radius: 12px; /* giảm từ 20px */
  width: 100%;
  height: auto;
}

/* --- Comment Inner --- */
.blog-post-details .explore-details-content .comment-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  margin-bottom: 20px;
}
.blog-post-details .explore-details-content .comment-inner li a {
  font-size: 14px;
  color: var(--p700-clr);
}

.blog-post-details .explore-details-content .comment-inner a,
.blog-post-details .explore-details-content .toc-block a {
  color: inherit;            /* giữ màu mặc định */
  text-decoration: none;     /* bỏ gạch chân */
  transition: none;
}


.feature-itemsv1{
  position: relative;
  border-color: var(--p1-clr);
}

.feature-itemsv1 .badge{
  position: absolute;
  background-color: var(--p1-clr);
  top: 6px;
  right: 6px;
  border-radius: 10px;
}
.feature-itemsv1 .badge:nth-child(2){
  top: 28px;
}
.feature-itemsv1 .badge:nth-child(3){
  top: 49px;
}
.feature-itemsv1 .badge:nth-child(4){
  top: 60px;
}

/* Menu Mobile NAV */

.offcanvas__info {
    background-color: var(--primary-background) !important;
}

.offcanvas__info *:not(.social-icon *) {
    color: #fff !important;
}

.offcanvas__logo img {
    max-width: 100%;
}

.lang-box {
    background: rgba(42, 185, 57, .16);
    padding: 7px 10px;
    border-radius: 5px;
}

.offcanvas__info.info-open .offcanvas__content {
  padding-bottom: 30px;
}

@media (max-width: 1200px) {

  .header-main {
      gap: 10px;
  }

  .header-main .sidebar__toggle{
      font-size: 25px;
  }

  .search-adjust .search-trigger, .search-adjust .cart-trigger {
      width: 40px;
      height: 40px;
  }
}

@media (max-width: 320px) {
  .header-logo img {
    min-width: 100px;
  }

  .search-adjust .search-trigger, .search-adjust .cart-trigger, .lang-box {
    background-color: unset;
    padding: 0;
    width: unset;
  }

  .search-adjust {
    gap: 10px;
  }
}

@media (max-width: 300px) {
  .offcanvas__info {
    width: 100%;
  }
}

/* Module BST - gallery */
.gallery-section .gallery-itemsv02 .content {
    margin-top: -7px;
}

/* Module Sản phẩm - product */

.product-section .list-badge {
    display: grid;
    gap: 5px;
    position: absolute;
    top: 10px;
    right: 0;
}

.product-section .feature-itemsv1 .badge {
    position: relative;
    top: unset;
}