.bg-premium-dark { background: linear-gradient(135deg, #001A33 0%, #004080 100%); }
.bg-premium-light { background: #f8f9fa; }
.text-gradient { background: linear-gradient(45deg, #0056b3, #00a8ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 800; }
.card-product { border: none; border-radius: 12px; transition: transform 0.3s ease, box-shadow 0.3s ease; background: #ffffff; box-shadow: 0 4px 6px rgba(0,0,0,0.05); overflow: hidden; }
.card-product:hover { transform: translateY(-5px); box-shadow: 0 12px 24px rgba(0,64,128,0.15); }
.badge-flash { background: linear-gradient(45deg, #ff416c, #ff4b2b); color: white; border-radius: 20px; padding: 5px 12px; font-weight: bold; }
.btn-gold { background: linear-gradient(45deg, #D4AF37, #F3E5AB); color: #001A33; font-weight: bold; border: none; border-radius: 25px; padding: 10px 25px; transition: 0.3s; }
.btn-gold:hover { background: linear-gradient(45deg, #F3E5AB, #D4AF37); color: #000; box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4); }
.section-title { position: relative; padding-bottom: 15px; margin-bottom: 30px; color: #001A33; font-weight: 800; text-align: center; }
.section-title::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 80px; height: 4px; background: linear-gradient(45deg, #0056b3, #00a8ff); border-radius: 2px; }
.nav-link { font-weight: 600; color: #ffffff !important; transition: 0.3s; }
.nav-link:hover { color: #F3E5AB !important; }
.timer-box { background: #001A33; color: #fff; padding: 10px 15px; border-radius: 8px; font-size: 1.2rem; font-weight: bold; margin: 0 5px; }
.price-cut { text-decoration: line-through; color: #999; font-size: 0.9rem; }
.price-hot { color: #d9534f; font-size: 1.4rem; font-weight: 800; }
.footer-link { color: #b3d4ff; text-decoration: none; transition: 0.3s; }
.footer-link:hover { color: #ffffff; padding-left: 5px; }
.cta-icon { font-size: 1.5rem; margin-right: 10px; }
body,
html,
h1,
h2,
h3,
h4,
h5,
a,
p,
.rd-navbar-nav {
  font-family: "kanit" !important;

}

@media (min-width:1024px) {

  p,
  .p {
    font-size: 1.2rem !important;
    color: #919191;
  }
}

p,
.p {
  font-size: 1rem;
  color: #919191;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome-5-brands/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("../fonts/font-awesome-5-brands/fa-brands-400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}


@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome-5-brands/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("../fonts/font-awesome-5-brands/fa-brands-400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}