.header {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

header .promo-bar {
  height: 45px;
  background-color: var(--primary);
  overflow: hidden;
  position: relative;
  width: 100%;
}

header .promo-message {
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  max-width: 60%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

header .country-info {
  font-size: 0.875rem;
  gap: 6px;
  white-space: nowrap;
}

.promo-bar .country-info-wrapper {
  position: absolute;
  left: 75%;
  top: 50%;
  transform: translateY(-50%);
}

.custom-modal .modal-header,
.custom-modal .modal-footer {
  border-bottom: none !important;
  border-top: none !important;
}

/* Main header */
.main-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Logo */
header .logo {
  background-color: var(--primary);
  color: #fff;
  font-size: 1rem;
  width: 150px;
  height: 40px;
  text-align: center;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  display: inline-block;
}

/* Search */
header .search-input.form-control {
  border: 1px solid var(--primary) !important;
}

header .search-input::placeholder {
  color: #bbb;
}

header .btn-search {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
header .btn-search:focus,
header .btn-search:active,
header .btn-search:focus-visible {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

header .menu-item {
  position: relative;
  color: var(--primary);
  font-weight: 600;
  display: inline-block;
  padding: 8px 12px;
  z-index: 1;
  transition: 0.3s;
}
header .menu-item::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -8px;
  right: -8px;
  background-color: #ff5b6b;
  border-radius: 30px;
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease;
  transform: scale(0.9);
}
header .menu-item:hover::before {
  opacity: 1;
  transform: scale(1.05);
}
header .menu-item:hover {
  color: #fff;
}
.text-color {
  color: var(--primary);
}

.cart-count {
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  font-size: 12px;
  background-color: #4bb232;
  color: white;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-section-home {
  font-size: 35px;
}

.title-section {
  font-size: 25px;
}

.footer-links li a {
  text-transform: capitalize;
  transition: all 0.4s ease;
  padding-left: 0;
}

.footer-links li a:hover {
  padding-left: 8px;
  color: #444444;
}

.trustpilot-stars i {
  color: #00b67a;
  font-size: 1.5rem;
  margin-right: 4px;
}

.testimonial-card {
  border-radius: 12px;
  padding: 20px;
  background-color: #fff;
  height: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.testimonial-card .name {
  font-weight: 700;
  font-size: 20px;
}

.testimonial-card .location {
  font-size: 14px;
  color: #565656;
  font-style: italic;
}
.testimonial-card .stars-icon > img {
  height: 22px;
}
.testimonial-card .text {
  font-style: italic;
  font-size: 15px;
  color: #444444;
}

.testimonial-swiper .swiper-slide {
  height: auto;
}
.news-navigation,
.testimonial-navigation {
  position: absolute;
  top: -40px;
  right: 12px;
  display: flex;
  gap: 10px;
}
.news-navigation .btn-nav,
.testimonial-navigation .btn-nav {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: var(--text-color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.news-navigation .btn-nav:hover,
.testimonial-navigation .btn-nav:hover {
  background-color: white;
  color: var(--text-color);
  border: 1px solid var(--text-color);
}

.trustpilot-logo h3 {
  font-size: 35px;
}

.card-custom {
  border-radius: 16px;
  /* overflow: hidden; */
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-img-fixed {
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.card-custom .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.card-custom .card-text {
  margin-bottom: 16px;
  line-height: 1.5;
}

.btn-discover {
  font-size: 20px;
  height: 50px;
  padding: 13px 30px;
}

.section-product {
  font-size: 35px;
}

/* Product Categories */
.category-slide {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.image-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 20px;
}
.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.image-wrapper:hover img {
  transform: scale(1.06);
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none !important;
  content: none !important;
}
.swiper-button-next,
.swiper-button-prev {
  margin-top: 0;
}
.category-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  z-index: 1;
  border-radius: 0 0 20px 20px;
}
.overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  z-index: 2;
}
.banner-swiper-pc,
.swiper-category-wrapper {
  position: relative;
}
.banner-swiper-pc:hover .banner-nav,
.swiper-category-wrapper:hover .category-nav {
  opacity: 1;
  visibility: visible;
}
.banner-nav,
.category-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  color: var(--text-color);
  border: 1px solid var(--text-color);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 2;
}
.banner-swiper-pc .banner-nav:hover,
.swiper-category-wrapper .category-nav:hover {
  background-color: var(--text-color);
  color: white;
}
.swiper-button-prev.category-nav {
  left: -12px;
}
.swiper-button-next.category-nav {
  right: -12px;
}
.banner-nav.swiper-button-disabled,
.category-nav.swiper-button-disabled,
.gallery-nav.swiper-button-disabled {
	display: none;
}
.swiper-button-disabled {
	cursor: not-allowed !important;
}

.banner-swiper-pc .swiper-pagination,
.banner-swiper-mobile .swiper-pagination {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: auto !important;
  padding: 6px 12px;
  background: rgba(0,0,0,0.4);
  border-radius: 20px;
  display: inline-flex;
  gap: 6px;
}
/* Bullet style */
.banner-swiper-pc .swiper-pagination-bullet,
.banner-swiper-mobile .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.6;
}
.banner-swiper-pc .swiper-pagination-bullet-active,
.banner-swiper-mobile .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--text-color);
}

.sub-section {
  background-image: url("../images/Rectangle 79.png");
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  height: 235px;
}
.sub-section .sub-title {
  font-size: 30px;
}
.sub-section .sub-desc {
  font-size: 20px;
}
.sub-section::after,
.buy-more::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: inherit;
  z-index: 1;
}
.sub-section,
.buy-more > div {
  z-index: 2;
  position: relative;
}
.sub-section .btn-pink {
  background-color: var(--text-color);
  color: white;
  border: none;
}
.sub-section .btn-pink:hover {
  background-color: #f76c9f;
}
.sub-section .sub-form {
  max-width: 50%;
}
.custom-form-control-focus .form-control {
  border: 1px solid var(--text-color) !important;
}
.custom-form-control-focus .form-control::placeholder {
  color: #8f8f8f;
}
.custom-form-control-focus .form-control:focus {
  box-shadow: none;
  border: 2px solid var(--text-color) !important;
	
}.form-control:focus {
    box-shadow: 0 0 0 .25rem #ff5b6b2e;
}

.certificate h6 {
  font-size: 20px !important;
}
.footer-style h6 {
  font-size: 18px;
}

/** Product **/
.btn-pink {
  background-color: var(--text-color);
  color: white;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
}
.btn-pink:hover {
  background-color: var(--text-color);
}
.custom-select-wrapper {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 999px;
  padding: 6px 10px 6px 16px;
  background-color: white;
  font-size: 14px;
  position: relative;
  white-space: nowrap;
}
.custom-select-wrapper:hover {
  border: 1px solid var(--text-color);
}
.custom-select-wrapper select {
  font-weight: normal !important;
}
.custom-select label {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
}
.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  padding: 6px 30px 6px 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.pagination li {
  display: inline-block;
  height: 30px;
}
.page-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  text-align: center;
  color: var(--text-color);
  background-color: transparent;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  transition: 0.2s;
  padding: 0;
}
.page-btn img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.page-btn.active {
  background-color: var(--text-color);
  color: white;
}
.page-btn.disabled {
  color: #fbcacac2;
  pointer-events: none;
}
.page-btn:hover:not(.active):not(.disabled) {
  background-color: #fcd5d5;
}

/** Cart **/
.cart-card,
.summary-card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 20px;
}
.cart-title h5 {
  font-size: 20px;
}
.cart-price .price-sale {
  font-size: 25px;
}
.cart-price span {
  color: #9d9b9b;
}
.checkout-btn span {
  font-size: 25px;
}
.cart-meta {
  font-size: 13px;
  color: #9d9b9b;
}
.cart-image {
  width: 250px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}
.cart-image img {
  width: 100%;
  object-fit: contain;
  border-radius: 20px;
}
.cart-remove {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
}
.cart-remove i {
  font-size: 20px;
  color: #444444;
}
.cart-remove i:hover {
  color: #000000;
}
.summary-checkout {
  font-size: 1rem;
}
.cart-meta {
  font-size: 13px;
  color: #9d9b9b;
}
.vertical-rounded-bar {
  position: relative;
  height: 55px;
  padding-left: 13px;
}
.vertical-rounded-bar::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: #9d9b9b;
  border-radius: 50px;
}
.cart-delivery {
  font-size: 13px;
}
.checkout-container {
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.checkout-container .btn-paypal {
  font-size: 28px;
  background: #ffc43a;
  color: #444444;
  border-radius: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.checkout-form-control button {
  border-radius: 10px;
}
.btn-paynow {
  background-color: #4bb232;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-paynow:hover {
  color: #4bb232 !important;
  border: 1px solid #4bb232;
}
.checkout-meta {
  border-left: 1px solid #9d9b9b;
  padding-left: 12px;
  font-size: 12px;
  color: #9d9b9b;
}
.icon-social {
  min-width: 60px;
  display: flex;
  justify-content: center;
}
.icon-wrapper {
  position: relative;
}
.icon-wrapper::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 5px;
  left: 49%;
  width: 1px;
  background-color: #d7d7d7;
}
.secure-checkout-box {
  border: 1px solid #d7d7d7;
  border-radius: 20px;
  padding-top: 32px;
  padding-bottom: 25px;
  background-color: #fff;
}
.secure-checkout-label {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 12px;
}
.qty-custom .btn {
  border-radius: 12px;
}
.qty-custom .btn:hover {
  background-color: var(--text-color) !important;
  border-color: var(--text-color) !important;
}
.collection-section {
  background-image: url("../images/banner-collection.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.collection-section .collection-title {
  font-size: 40px;
}
.certificate-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.certificate-swiper .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

/* Product */
.product-fomo .product-title {
  font-size: 30px;
}
.filter-section .overflow-auto::-webkit-scrollbar {
  display: none;
}

/* Checkout */

/* Checkout Success */
.thanks-section .thanks-text {
  font-size: 20px;
}

/* Blog */
.blog-card:hover {
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
#blog-container .blog-card .blog-title {
  font-size: 20px;
}
#blog-container .blog-card .blog-meta {
  font-size: 13px;
}
#blog-container .blog-card .blog-desc {
  font-size: 15px;
}

/* Blog Detail */
.breadcrumb-style ol li {
  font-size: 15px;
  color: #444444 !important;
}
.breadcrumb-style ol li a {
  color: #9d9b9b !important;
  font-size: 15px;
}
.blog-detail .meta-data {
  font-size: 15px;
  color: #9d9b9b !important;
}

/* Introduce */
.introduce-content p {
  font-size: 15px;
  color: #444444 !important;
}
.introduce-content h3 {
  font-size: 30px;
  color: #444444 !important;
}

/* Product Detail */
/* .product-detail .product-detail-right {
  position: sticky;
  top: 20px;
  align-self: start;
} */
.product-detail .product-name {
  font-size: 25px;
}
.product-detail .stars-icon img {
  height: 22px;
}
.product-detail .price-sale {
  font-size: 30px;
}
.product-detail .price-origin {
  font-size: 20px;
  text-decoration-thickness: 1px;
}
.product-detail .delivery-text {
  font-size: 15px;
}
.product-detail .payments-icon img {
  height: 39px;
}
.product-detail .view-more-btn {
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 15px;
  font-weight: 500;
}
.custom-tab .nav-link {
  border: 1px solid #d7d7d7;
  border-radius: 30px;
  padding: 6px 16px;
  color: #444444;
  background-color: #fff;
  font-weight: 500;
  transition: all 0.2s;
}
.custom-tab .nav-link.active {
  background-color: #ff939d;
  color: #fff;
  border: 1px solid #ff939d !important;
}
.custom-tab .nav-link:not(.active):hover {
  color: #ff939d;
  border: 1px solid #ff939d;
}
.tab-content .col img {
  border: 1px solid transparent;
  border-radius: 20px;
  cursor: pointer;
  border: solid 1px #dee2e6;
}
.product-option {
  cursor: pointer;
  transition: border 0.2s ease;
  border-radius: 10px;
}
.product-option.active {
  border: 1px solid #ff939d !important;
}
#countdown .count-time div {
  width: 40px;
  border-radius: 5px;
}
.count-time {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.count-time span {
  font-size: 13px;
}
.collection-thumb.active, .img-gallery.active {
  border: 2px solid #ff939d !important;
}

/* Navigation buttons */
.swiper-gallery-wrapper {
  position: relative;
}
.swiper-gallery .swiper-wrapper {
  position: relative;
}
.swiper-gallery .swiper-wrapper .swiper-slide {
  inset: 0;
  overflow: hidden;
  border-radius: 15px;
}
.swiper-gallery .swiper-wrapper .swiper-slide img {
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.swiper-gallery .swiper-wrapper .swiper-slide:hover img:not(.collection-thumb.active) {
  transform: scale(1.06);
}

.swiper-gallery-wrapper:hover .gallery-nav {
  opacity: 1;
  visibility: visible;
}
.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  color: var(--text-color);
  border: 1px solid var(--text-color);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 2;
}
.swiper-gallery-wrapper .gallery-nav:hover {
  background-color: var(--text-color);
  color: white;
}
.swiper-button-prev.gallery-nav {
  left: -12px;
}
.swiper-button-next.gallery-nav {
  right: -12px;
}
.artStyle-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 2;
}
.swiperArtStyle-prev.artStyle-nav {
  left: -20px;
}
.swiperArtStyle-next.artStyle-nav {
  right: -30px;
}
.tab-policy-content {
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 17px 20px;
}
.cart-popup {
  border: 1px solid #ff5b6b;
  border-radius: 20px;
  padding: 12px;
  background-color: #fff;
  text-align: center;
}
.cart-popup .icon-check {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cart-popup .icon-check i {
  color: white;
  font-size: 32px;
}
.cart-popup h5 {
  color: #188654;
  font-weight: 600;
}
.cart-popup p {
  color: #999999;
  font-size: 14px;
  margin-bottom: 30px;
}
.cart-popup .btn {
  min-width: 160px;
  padding: 14px 20px;
  font-weight: 600;
  border-radius: 8px;
}
.btn-gray {
  background-color: #e6e6e6;
  color: #444444;
}
.btn-gray:hover {
  border: 1px solid #e6e6e6;
  color: #444444;
}
.btn-viewCart {
  background-color: #ff5b6b;
  color: #ffffff;
}
.btn-viewCart:hover {
  border: 1px solid #ff5b6b;
  color: #ff5b6b;
}
.custom-modal-width {
  max-width: 580px;
}

.product-detail-right .wcpa_form_outer {margin: 0;}
.product-detail-right .wcpa_price_summary {display: none;}
.product-gallery .wp-post-image {border-radius: 20px;}
#footer .payments img, .woocommerce-cart-form .payments img {height: 38px;}
#footer .socials img:hover {
	transform: scale(1.2);
}
#footer .socials img {
    transition: transform 0.2s ease-in-out;
}
/* CSS of A.Minh */
.cart-details .amount, .cart-details .woocommerce-Price-currencySymbol {color: #444;}
img.img-fluid.w-100.h-100.object-fit-cover {border-radius: 16px;}
.card .card-img-top {border-radius: 16px 16px 0 0;}
.single-product .tab-content img, .single-post .entry-header img, .single-post .entry-content img, .home-banner img, .top-banner img {border-radius: 20px;}
.single-product .wcpa_wrap .wcpa_image .wcpa_image_label {text-align: center; margin-top: 5px;}
.card .price-sale del {color: #000;}
.disable-click {pointer-events: none; opacity: 0.5;}
#mockup-container {width: 100%;max-width: 100%; }
.konvajs-content {width: 100% !important;height: auto !important;aspect-ratio: 1/1;}
.instruction-upload li {font-size: 15px; color: #444;}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin: 20px 0;
}

.pagination-wrapper a,
.pagination-wrapper span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;  /* số tối thiểu cho nút */
    height: 38px;     /* chiều cao đều */
    margin: 0 3px;
/*     border: 1px solid #ddd; */
    color: #ff939d;
	font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    padding: 0 10px; /* giúp Prev/Next rộng hơn nếu cần */
    box-sizing: border-box;
}

.pagination-wrapper .current {
    background: #ff939d;
    color: #fff;
    border-color: #ff939d;
}
.pagination-wrapper a:hover,
.pagination-wrapper span:hover {
    background: #ff939d;
    color: #fff;
    border-color: #ff939d;
}
.related-posts-sidebar h4,
.best-selling-products h4 {
    font-size: 1.1rem;
    font-weight: bold;
    border-bottom: 2px solid #ff939d;
    padding-bottom: 5px;
}

.related-posts-sidebar img,
.best-selling-products img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.related-posts-sidebar p,
.best-selling-products p {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 4px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;     /* Giới hạn 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	color: black;
}

span.woocommerce-Price-amount.amount {
    font-weight: 600;
    color: #000000;
}
.price-origin .woocommerce-Price-amount.amount {
	color: #999999 !important;
    font-weight: 400 !important;
}
button.btn.btn-search.position-absolute.top-50.end-0.translate-middle-y.me-3 {
    background: white;
}
body.page-id-9:not(.woocommerce-order-received) header,
body.page-id-9:not(.woocommerce-order-received) footer {
    display: none !important;
}
body.page-id-9.woocommerce-order-received .checkout-logo {
	display: none !important;
}
body.page-id-9 section.py-md-5.certificate.d-none.d-md-block,
body.page-id-9 section.pt-2.pb-4.py-md-5,
body.page-id-9 section.py-md-5.certificate.d-none.d-md-block,
body.page-id-9 h1.entry-title.fw-bold,
body.page-id-9 #certificate{
    display: none !important;
}
.tab-policy-content .collapsible-content {
  overflow: hidden;
  transition: max-height .3s ease;
  max-height: none;
}
button.btn.position-absolute.top-50.end-0.translate-middle-y.me-3 {
    margin-right: 0.25rem !important;
}
button.btn.position-absolute.top-50.end-0.translate-middle-y.me-3 {
    background: white;
    border-radius: 30px;
    /* padding: 10px 20px 10px 10px; */
}
.tab-policy-content .collapsible-content.collapsed {
  max-height: 200px;
}

/* (Tuỳ chọn) hiệu ứng mờ phần đáy khi bị thu gọn */
.tab-policy-content .collapsible-content.collapsed {
  -webkit-mask-image: linear-gradient(#000 70%, transparent);
  mask-image: linear-gradient(#000 70%, transparent);
}

/* Bảng */
.page-content-style table,
.tab-policy-content table {
  --primary: #ff5b6b;
  --bg: #fff;
  --text: #0f172a;
  --muted: #475569;
  --border: #ffd1d6;
  --stripe: #fff6f7;
  --hover: #fff1f3;
  --head-from: #ffeff1;
  --head-to: #ffd6db;

  width: 100% !important;
  height: 100% !important;
  table-layout: fixed;
  border-collapse: collapse;
  background: var(--bg);
  font-size: 15px;
  margin-bottom: 15px;
}

.page-content-style table tbody,
.tab-policy-content table tbody {
  display: table;
  width: 100% !important;
}

/* Ô bảng */
.page-content-style table th,
.page-content-style table td,
.tab-policy-content table th,
.tab-policy-content table td {
  padding: 14px 16px;
  vertical-align: middle;
  border: 1px solid var(--border);
  white-space: wrap;
}
.page-content-style table th,
.tab-policy-content table th {
  background: linear-gradient(180deg, var(--head-from), var(--head-to));
  color: var(--primary);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.tab-policy-content table tr:last-child td {
/*   border-bottom: none; */
}

/* Căn giữa cho số liệu */
.page-content-style table th:nth-child(n+2),
.tab-policy-content table td:nth-child(n+2) {
  text-align: center;
}
.page-content-style table tbody tr:nth-child(odd) td,
.tab-policy-content table tbody tr:nth-child(odd) td {
  background: var(--stripe);
}
.page-content-style table tbody tr:hover td,
.tab-policy-content table tbody tr:hover td {
  background: var(--hover);
}
a.showcoupon{
	color: rgb(224 73 91);
	font-weight: 700;
	font-size: 15px;
}
.woocommerce-info{
	border-top-color: unset;
  background-color: transparent !important;
  color: var(--color-gray-900) !important;
  font-weight: 600;
  text-align: unset;
	font-size: 15px;
	padding: 10px;
}
.woocommerce-info::before{
	display: none;
}
.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: #dee2e6;
}
.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
  border-color: #dee2e6;
}
.woocommerce-billing-fields h3{
	display: none;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
  font-size: 15px;
  font-weight: 600;
}
span.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #ff939d;
}
/* Container: form nằm ngang */
.newsletter-form {
  align-items: center;
  gap: 10px; /* khoảng cách giữa input & nút */
  width: 100%;
  margin: 0 auto;
}

/* Input email */
.newsletter-form .form-control {
  flex: 1; /* input chiếm hết không gian còn lại */
  border-radius: 50px;
  padding: 12px 20px;
  border: none;
  outline: none;
  font-size: 16px;
}

/* Button */
.newsletter-form .btn-claim {
  border-radius: 50px;
  padding: 12px 25px;
  background-color: #ff939d; /* màu hồng giống hình bạn gửi */
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
  transition: 0.3s;
  border: 1px solid transparent;
}

.newsletter-form .btn-claim:hover {
  color: var(--text-color);
  border: 1px solid var(--text-color);
  background-color: #fff;
}
.newsletter-form p {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: 1px solid #ff939d !important;
}
.wpcf7-response-output {
  border-color: #ff939d;
  border-radius: 30px;
  backdrop-filter: blur(10px);           /* làm mờ background phía sau */
  -webkit-backdrop-filter: blur(10px); 
	color: black;
}
span.wpcf7-not-valid-tip {display: none;}
span.wpcf7-not-valid-tip {
    display: none;
}
.woocommerce-additional-fields {
    display: none;
}
@media (max-width: 768px) {
  .page-content-style table,
  .tab-policy-content table {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
	}
  .page-content-style table th,
  .page-content-style table td,
  .tab-policy-content table th,
  .tab-policy-content table td {
    white-space: nowrap;
  }

.woocommerce form.checkout_coupon{
	border: unset;
	padding: unset;
  margin: unset;
}
.woocommerce table.shop_table {	border: unset;}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  line-height: 45px;
	height: 45px;
}
.woocommerce-additional-fields {
    display: none;
}
.newsletter-form p {
    display: flex;
    gap: unset !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.newsletter-form .btn-claim {
	width :100%;
}
.woocommerce-shipping-fields {
    display: none;
}
}
/* ipad tinh gọn */
@media (min-width: 768px) and (max-width: 1024px) {
#mega-menu-wrap-primary #mega-menu-primary {
    display: none;
}
#mega-menu-wrap-primary .mega-menu-toggle {
    display: block;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {
    border-radius: 30px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
	margin: 0 10px 0 10px;}
.mega-toggle-blocks-left {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select, 
.select2-container .select2-dropdown,
.select2-container .select2-selection,
.select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #dee2e6;
	border-radius: 10px;
}

.wcpa_wrap .wcpa_check_ui_button .wcpa_radio.wcpa_selected label {
  border: solid 2px #ff939d !important;
	outline: unset !important;
}

.woocommerce form .form-row-last, .woocommerce form .form-row-first {
	width: 49%;
}

.woocommerce form .form-row .input-text:focus {
	border-color: #ff939d !important;
}
.checkout-form-control .ppc-button-wrapper {
	padding: 0 !important;
}

.product-detail .row .col-md-7 {
  position: sticky;
  top: 20px;
  align-self: start;
  z-index: 10;
}
#footer .logo-footer {
    margin-bottom: 15px;
    width: 85%;
}
.tab-content .collapsible-content>p {
	text-align: left !important;
}
.tab-content .collapsible-content>table {
	width: 100% !important;
	height: 100% !important;
}
.product-gallery #mockup-canvas {
	border-radius: 20px;
}

/* === Base style for content pages === */
.page-content-style {
  margin: 0 auto;
  padding: 0 1rem;
  font-size: 16px;
  color: #444444;
}

/* Paragraph & span text */
.page-content-style p,
.page-content-style span {
  display: block;
  font-weight: 400;
}

/* Headings (SEO friendly hierarchy) */
.page-content-style h1,
.page-content-style h2,
.page-content-style h3,
.page-content-style h4,
.page-content-style h5,
.page-content-style h6 {
  font-weight: 600;
  line-height: 1.4;
  margin: 1rem 0;
}

.page-content-style h1 {
  font-size: 2rem;
}
.page-content-style h2 {
  font-size: 1.6rem;
  border-left: 4px solid #ff5b6b;
  padding-left: 0.5rem;
}
.page-content-style h3 {
  font-size: 1.3rem;
}
.page-content-style h4 {
  font-size: 1.1rem;
}

/* List styling */
.page-content-style ul {
  margin: 1rem 0 1rem 1.5rem;
  list-style: disc;
}
.page-content-style li {
  margin-bottom: 0.5rem;
}

/* Highlight notes */
.page-content-style b,
.page-content-style strong {
  font-weight: 600;
  color: #000;
}

.page-content-style em {
  font-style: italic;
  color: #555;
}

/* Links */
.page-content-style a {
  color: #ff5b6b;
  text-decoration: none;
  font-weight: 500;
}
.page-content-style a:hover {
  text-decoration: underline !important;
}

/* Responsive */
@media (max-width: 600px) {
  .page-content-style {
    font-size: 15px;
  }
}