@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700;800;900&display=swap');

/* =========================
   GLOBAL FONT - HOME
========================= */

.dsbm-home,
.dsbm-home *,
.dsbm-footer,
.dsbm-footer *,
.dsbm-home input,
.dsbm-home button,
.dsbm-home textarea,
.dsbm-home select,
.dsbm-footer input,
.dsbm-footer button,
.dsbm-footer textarea,
.dsbm-footer select {
  font-family: 'Be Vietnam Pro', Arial, Helvetica, sans-serif;
}

.dsbm-home {
  background: #fbf8f1;
}
.dsbm-home .row {
  max-width: 1200px;
}

/* ===== HERO ===== */

.dsbm-hero {
  overflow: hidden;
}

.dsbm-hero .dsbm-hero-left {
  display: flex;
  align-items: center;
}

.dsbm-hero .hero-script {
  font-size: 42px;
  line-height: 1;
  color: #b8794d;
  font-family: serif;
  font-style: italic;
  margin: 0 0 8px;
}

.dsbm-hero h1 {
  font-size: 64px;
  line-height: .95;
  color: #284b35;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.dsbm-hero .hero-desc {
  max-width: 440px;
  font-size: 15px;
  line-height: 1.8;
  color: #6c6258;
  margin-bottom: 18px;
}

.dsbm-hero .button.primary {
  background-color: #254b35;
  border-color: #254b35;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  min-height: 42px;
  padding: 0 24px;
}

.dsbm-hero .hero-region-buttons {
  margin-top: 22px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.dsbm-hero .hero-region-buttons .button {
  margin: 0;
  background: #fff;
  border: 1px solid #ded7ca;
  color: #5d5248;
  min-height: 38px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 600;
}

.dsbm-hero .hero-region-buttons .button.is-active,
.dsbm-hero .hero-region-buttons .button:hover {
  background: #254b35;
  border-color: #254b35;
  color: #fff;
}

.dsbm-hero .dsbm-hero-img img {
  border-radius: 18px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ===== TITLE ===== */

.dsbm-home .section-title {
  margin-bottom: 20px;
}

.dsbm-home .section-title-main {
  font-size: 28px;
  color: #3f3429;
  font-weight: 700;
  letter-spacing: 0;
}

/* ===== REGION ===== */

/* ===== REGION ===== */

.dsbm-region-section {
  padding-top: 4px;
}

.dsbm-region-card .banner {
  border-radius: 18px;
  overflow: hidden;
  background: #eee5d7;
  box-shadow: 0 8px 24px rgba(42, 34, 24, .10);
  min-height: 220px;
}

.dsbm-region-card .banner-bg {
  transition: transform .45s ease;
}

.dsbm-region-card .banner:hover .banner-bg {
  transform: scale(1.05);
}

/* Khung chữ mềm, nhẹ, sang hơn */
.dsbm-region-card .text-box {
  width: 78% !important;
  max-width: 320px;
  left: 50% !important;
  right: auto !important;
  top: auto !important;
  bottom: 14px !important;
  transform: translateX(-50%) !important;

  padding: 16px 18px 14px;
  border-radius: 16px;

  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.78) 0%,
    rgba(255, 250, 242, 0.70) 100%
  );

  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);

  box-shadow: 0 10px 26px rgba(40, 30, 20, 0.12);
  text-align: center;
}

/* Tiêu đề vùng */
.dsbm-region-card h3 {
  font-size: 26px;
  line-height: 1.15;
  color: #3f2f23 !important;
  font-weight: 800;
  letter-spacing: .2px;
  margin: 0 0 8px;
  text-shadow: 0 1px 0 rgba(255,255,255,.35);
}

/* Mô tả */
.dsbm-region-card p {
  font-size: 14px;
  line-height: 1.55;
  color: #5f5348 !important;
  font-weight: 500;
  margin: 0 0 10px;
}

/* Link khám phá */
.dsbm-region-card span,
.dsbm-region-card a {
  display: inline-block;
  color: #9a5a30;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .2px;
  text-decoration: none;
  transition: all .25s ease;
}

.dsbm-region-card span:hover,
.dsbm-region-card a:hover {
  color: #7f4521;
  transform: translateX(2px);
}

.dsbm-feature-cats {
  padding-top: 8px;
}

.dsbm-cat-icon {
  text-align: center;
}

.dsbm-cat-icon {
  text-align: center;
  min-height: 150px;
}

.dsbm-cat-icon .img {
  width: 140px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dsbm-cat-icon .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  padding: 8px 12px;
}

.dsbm-cat-icon p {
  color: #4c4035;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
  min-height: 38px;
}
/* ===== BEST SELLING ===== */

.dsbm-best-selling .product-small {
  background: #fff;
  border-radius: 14px;
  padding: 0;
  box-shadow: 0 4px 12px rgba(42, 34, 24, .06);
  overflow: hidden;
}

.dsbm-best-selling .box-image {
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  background: #f4eee3;
}

.dsbm-best-selling .box-image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.dsbm-best-selling .box-text {
  padding: 10px 12px 12px;
}

.dsbm-best-selling .name.product-title {
  min-height: 42px;
}

.dsbm-best-selling .name.product-title a {
  font-size: 14px;
  line-height: 1.45;
  color: #5a4a3d;
  font-weight: 600;
}

.dsbm-best-selling .price {
  color: #c45d32;
  font-size: 18px;
  font-weight: 700;
}

.dsbm-best-selling .price .amount {
  color: #c45d32;
}

.dsbm-best-selling .star-rating {
  font-size: 12px;
}

/* ===== COMBO GIFTS ===== */

.dsbm-combo-gifts .combo-wrap {
  background: #214b36;
  border-radius: 18px;
  padding: 28px 18px 18px;
  align-items: center;
}

.dsbm-combo-gifts .combo-intro h2 {
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.dsbm-combo-gifts .combo-intro p {
  color: rgba(255,255,255,.86);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.dsbm-combo-gifts .combo-intro .button {
  background: #f3e3c6;
  border-color: #f3e3c6;
  color: #214b36;
  font-size: 13px;
  font-weight: 700;
}

.dsbm-combo-gifts .combo-card {
  text-align: center;
}

.dsbm-combo-gifts .combo-card .col-inner {
  background: #fbf4e8;
  border-radius: 14px;
  padding: 12px 12px 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}

.dsbm-combo-gifts .combo-card .img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.dsbm-combo-gifts .combo-card .img img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.dsbm-combo-gifts .combo-card h3 {
  color: #5c4734;
  font-size: 17px;
  margin: 4px 0 4px;
}

.dsbm-combo-gifts .combo-price {
  color: #bd572f;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 849px) {
  .dsbm-hero h1 {
    font-size: 46px;
  }

  .dsbm-hero .hero-script {
    font-size: 34px;
  }

  .dsbm-hero .dsbm-hero-left {
    padding-bottom: 20px;
  }

  .dsbm-combo-gifts .combo-intro {
    text-align: center;
    margin-bottom: 16px;
  }
}

@media (max-width: 549px) {
  .dsbm-hero {
    padding-top: 14px;
  }

  .dsbm-hero h1 {
    font-size: 36px;
    line-height: 1.05;
  }

  .dsbm-hero .hero-script {
    font-size: 30px;
  }

  .dsbm-hero .hero-desc {
    font-size: 14px;
  }

  .dsbm-hero .hero-region-buttons {
    gap: 8px;
  }

  .dsbm-hero .hero-region-buttons .button {
    padding: 0 14px;
    font-size: 12px;
  }

  .dsbm-home .section-title-main {
    font-size: 24px;
  }

  .dsbm-region-card h3 {
    font-size: 24px;
  }

 .dsbm-cat-icon .img {
  width: 112px;
  height: 70px;
}

  .dsbm-combo-gifts .combo-wrap {
    padding: 22px 14px 12px;
  }
}

.dsbm-footer {
  background: #173c2a;
  color: rgba(255,255,255,.82);
}

.dsbm-footer a {
  color: rgba(255,255,255,.82);
  transition: color .2s ease;
}

.dsbm-footer a:hover {
  color: #f1d7a8;
}

.dsbm-footer h3,
.dsbm-footer h4 {
  color: #fff;
  margin-bottom: 14px;
}

.dsbm-footer p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 8px;
}

/* USP TOP */
.dsbm-footer-usps {
  border-bottom: 1px solid rgba(255,255,255,.12);
  padding: 22px 0 18px;
}

.dsbm-footer-usp {
  text-align: center;
}

.dsbm-footer-usp .col-inner {
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(255,255,255,.055);
}

.dsbm-footer-usp h4 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #f1d7a8;
}

.dsbm-footer-usp p {
  margin-bottom: 0;
  font-size: 13px;
  color: rgba(255,255,255,.76);
}

/* MAIN */
.dsbm-footer-main {
  padding: 38px 0 26px;
}

.dsbm-footer-brand h3 {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 6px;
  font-family: serif;
}

.dsbm-footer-brand .footer-slogan {
  color: #f1d7a8;
  font-size: 15px;
  margin-bottom: 12px;
}

.dsbm-footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dsbm-footer-links li {
  margin-bottom: 8px;
  font-size: 14px;
}

.dsbm-footer-links li a {
  display: inline-block;
}

.dsbm-footer-links li a:hover {
  transform: translateX(3px);
}

/* SOCIAL */
.dsbm-footer-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.dsbm-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 99px;
  background: rgba(255,255,255,.08);
  font-size: 13px;
  font-weight: 600;
}

.dsbm-footer-social a:hover {
  background: #f1d7a8;
  color: #173c2a;
}

/* CONTACT */
.dsbm-footer-contact strong {
  color: #fff;
}

.dsbm-newsletter {
  margin-top: 16px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
}

.dsbm-newsletter p {
  color: #f1d7a8;
  font-weight: 600;
  margin-bottom: 10px;
}

.dsbm-newsletter input[type="email"],
.dsbm-newsletter input[type="text"] {
  height: 40px;
  border-radius: 99px;
  border: 0;
  background: #fff;
  color: #333;
  padding: 0 14px;
}

.dsbm-newsletter input[type="submit"],
.dsbm-newsletter .button {
  border-radius: 99px;
  background: #f1d7a8;
  border-color: #f1d7a8;
  color: #173c2a;
  font-weight: 700;
}

/* BOTTOM */
.dsbm-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 14px 0;
}

.dsbm-footer-bottom p {
  margin-bottom: 0;
  font-size: 13px;
  color: rgba(255,255,255,.68);
}

/* RESPONSIVE */
@media (max-width: 849px) {
  .dsbm-footer-main {
    padding: 28px 0 16px;
  }

  .dsbm-footer-usp {
    margin-bottom: 10px;
  }

  .dsbm-footer-bottom,
  .dsbm-footer-bottom .col {
    text-align: center !important;
  }
}

@media (max-width: 549px) {
  .dsbm-footer-brand h3 {
    font-size: 26px;
  }

  .dsbm-footer h4 {
    font-size: 17px;
  }

  .dsbm-footer-main .col {
    margin-bottom: 18px;
  }

  .dsbm-footer-social {
    justify-content: flex-start;
  }
}
