@charset "UTF-8";
/* Biến font */
:root {
  --colorblueBack: #001f3d;
  --font-color-fff: #fff;
  --font-size: 14px;
  --color--primary-oran: #ed5f2b;
  --color--primary-oran-opacity-50: #ed5f2b85;
  --primary-color: #ff6a00;
  --primary-color: #ff6a00;
  --primary-hover: #e65f00;
  --text-dark: #333;
  --text-light: #666;
  --bg-light: #f8f9fa;
  --primary-color: #ff6a00;
  --primary-gradient: linear-gradient(135deg, #ff6a00, #ff9900);
  --secondary-color: #1a1a1a;
  --text-color: #333;
  --bg-light: #f8f9fa;
  --white: #ffffff;
  --gold: #d4af37;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

body {
  line-height: 1.5;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
}

*,
::after,
::before {
  box-sizing: border-box;
}

body {
  font-size: var(--font-size) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
  line-height: normal;
}

.detail__productGift-gpInfo,
.detail__productPromontionGp,
.detail__productGift-name,
.detail__buy-buttonContact,
.topBar-container__navbar-item,
.method-lis,
.layout__gird__envent,
.layout-product-title,
.product-wrapper {
  font-family: "Inter 28pt", "Arial", "system-ui";
}

.logo {
  margin-left: -7px;
  width: 150px;
  height: auto;
}

.icon::after, .icon::before {
  vertical-align: 0.875em !important;
}

/* Áp dụng cho tất cả các phần tử */
::selection {
  background-color: var(--color--primary-oran-opacity-50);
  /* Màu nền khi tô chọn */
  color: #ffffff;
  /* Màu chữ khi tô chọn */
}

/* Hỗ trợ cho Firefox */
::-moz-selection {
  background-color: var(--color--primary-oran-opacity-50);
  color: #ffffff;
}

/* Áp dụng riêng cho input và textarea */
input::selection,
textarea::selection {
  background-color: var(--color--primary-oran-opacity-50);
  /* Màu nền khác cho input/textarea */
  color: #ffffff;
}

input::-moz-selection,
textarea::-moz-selection {
  background-color: var(--color--primary-oran-opacity-50);
  color: #ffffff;
}

/* THANH CUỘN*/
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  /* Chiều rộng của thanh cuộn */
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* Màu nền của thanh cuộn */
  border-radius: 5px;
  /* Bo góc của vùng thanh cuộn */
}

::-webkit-scrollbar-thumb {
  background-color: #ffcfac;
  /* Màu của thanh cuộn */
  border-radius: 5px;
  /* Bo góc của thanh cuộn */
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  /* Tạo bóng cho thanh cuộn */
}
::-webkit-scrollbar-thumb:hover {
  background-color: #e65c00;
  /* Màu của thanh cuộn khi hover */
}

/* ============TOP BAR HEADER=======*/
.header {
  position: sticky;
  top: -56px;
  z-index: 999;
}

/* menu mobile  */
.icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
  object-fit: contain;
}

.icon-methor {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  filter: brightness(0) invert(1);
  object-fit: contain;
  background: rgba(255, 255, 255, 0.1490196078);
  padding: 9px;
}

.navbar-menuPhone__bkgMenu {
  width: 60%;
  height: 100vh;
  background-color: #fff;
}

.topBar-container__navbar-menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-items: center;
  gap: 16px;
}

.topBar-container__navbarInput {
  display: none;
}

.topBar-container__navbar__span:focus ~ .navbar-menuPhone__bkg,
.topBar-container__navbarInput:checked ~ .navbar-menuPhone__bkg {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.2s ease-in-out;
}

.navbar-menuPhone__bkg {
  position: fixed;
  visibility: hidden;
  height: 100%;
  width: 100%;
  transition: 0.2s ease-in-out;
  left: 0;
  top: 0;
  z-index: 3;
}

.topBar-container__navbarMenuPhoneIcon {
  font-size: 25px;
  color: #fff;
}

.topBar {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  background-color: #ff6a00;
  padding: 10px 0 4px 0;
}

.icon_flasSale {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}

.topBar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  /* padding-top: 10px; */
}

.topBar-container__img {
  display: flex;
  align-items: center;
}

.topBar-container__group {
  display: flex;
  align-items: center;
  gap: 15px;
}

.topBar-container__group-info {
  display: flex;
  flex-flow: column;
}

/* <!--=== THANH TÌM KIẾM ===--> */
.search-trigger {
  background: white;
  border-radius: 3px;
  padding: 4px 7px 4px 7px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 30%;
  border-radius: 99px;
  justify-content: flex-end;
  flex: 2;
}
.search-trigger input {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 50%;
}

.topBar-containerGp {
  display: flex;
  justify-content: space-between;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10vh;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.search-overlay.active {
  display: flex;
  opacity: 1;
}

.search-container {
  width: 90%;
  max-width: 600px;
  background: white;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}

.search-overlay.active .search-container {
  transform: translateY(0);
}

.productDanhMucList__tuKhoa {
  padding-left: 10px;
  width: 178px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 24px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}

.search-input {
  flex: 1;
  padding: 12px 16px;
  font-size: 16px;
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  border-radius: 24px;
}

.search-button {
  background: transparent;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-icon {
  width: 28px;
  height: 28px;
  fill: #ff6a00;
  padding: 4px;
  background: rgba(255, 106, 0, 0.3098039216);
  border-radius: 50%;
}

.search-iconLup,
.icon-exit {
  width: 24px;
}

.close-button {
  position: absolute;
  top: -40px;
  right: 0;
  background: transparent;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
}

.search-suggestions {
  padding-bottom: 10px;
  margin-top: 8px;
  background: white;
  border-radius: 8px;
  max-height: 300px;
  overflow-y: auto;
}

.suggestion-item {
  padding: 12px 20px !important;
  cursor: pointer;
  transition: background-color 0.2s;
}
.suggestion-item:hover, .suggestion-item.highlight {
  background-color: #f5f5f5;
}

/* Tablet styles */
@media (max-width: 768px) {
  .search-container {
    width: 85%;
    padding: 16px;
  }
  .search-trigger {
    top: 16px;
    right: 16px;
  }
}
/* Mobile styles */
@media (max-width: 480px) {
  .search-container {
    width: 90%;
    padding: 12px;
  }
  .search-trigger {
    top: 12px;
    right: 12px;
    padding: 6px 6px;
  }
  .search-input {
    padding: 10px 14px;
    font-size: 14px;
  }
  .close-button {
    top: -36px;
    font-size: 20px;
  }
}
/* loại sản phẩm phân loại  */
.search-containerCheckBox {
  max-width: 400px;
  padding: 0 15px;
  background: white;
  border-radius: 12px;
  /* box-shadow: 0 4px 6px rgba(0,0,0,0.1); */
}

.search-containerCheckBox__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  flex-wrap: wrap;
}

/* Ẩn input radio */
.search-containerCheckBox__input {
  display: none;
}

.search-containerCheckBox__label {
  flex: 1;
  padding: 10px 15px;
  text-align: center;
  color: #ff6a00;
  background: rgba(255, 106, 0, 0.1);
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
}
.search-containerCheckBox__label:hover {
  background: rgba(255, 106, 0, 0.2);
  transform: translateY(-2px);
}

/* Style khi input được check */
.search-containerCheckBox__input:checked + .search-containerCheckBox__label {
  background: #ff6a00;
  color: white;
  box-shadow: 0 4px 12px rgba(255, 106, 0, 0.3);
}

@media (max-width: 768px) {
  .search-containerCheckBox {
    margin: 0 15px;
  }
  .search-containerCheckBox__wrapper {
    flex-direction: row;
  }
  .search-containerCheckBox__label {
    width: 100%;
    padding: 8px;
    font-size: 10px;
  }
}
/* END */
.topBar-container__group-name:nth-child(1) {
  font-weight: 500;
  line-height: 18px;
}

.topBar-container__groupIcon-info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
.topBar-container__groupIcon-info::after {
  position: absolute;
  content: "";
  height: 35px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  left: -7px;
}

.gio-hang-iconSvg {
  width: 33px;
  height: 33px;
}

.gio-hang-iconSvg:hover {
  background-color: hsla(0, 0%, 100%, 0.3) !important;
}

@media (max-width: 992px) {
  .topBar-container__group {
    gap: 0;
    padding-right: 10px;
  }
}
.topBar-container__groupIcon-loginGiohang,
.topBar-container__groupIcon-login {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

#icon-smember {
  width: 25px;
}
#icon-smember .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 30px;
  width: 25px;
}

.logoImg {
  width: 200px;
}

.groupIcon-login_iconImg::after {
  content: "12";
  display: flex;
  justify-content: center;
  position: absolute;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #ff0018;
  top: 9px;
  right: 12px;
  font-size: 10px;
  align-items: center;
  color: #fff;
}

.groupIcon-login_icon {
  fill: var(--font-color-fff);
  width: 25px;
}

.groupIcon-login__name {
  font-size: 13px;
  color: var(--font-color-fff);
}

.topBar-container__group-name {
  font-family: "Inter 28pt", "Arial", "system-ui";
  text-transform: uppercase;
  font-size: 12px;
  color: var(--font-color-fff);
  text-decoration: none;
}

.topBar-container__group-tcdms {
  display: flex;
  text-decoration: none;
  align-items: center;
  gap: 6px;
}

.topBar-container__group-icon {
  width: 24px;
  height: 24px;
}

.topBar-container__group-tcdm {
  display: flex;
  flex-direction: column;
}

:root {
  --primary-orange: #ff6a00;
  --primary-orange-light: #ff8533;
  --gold-accent: #d4af37;
  --text-dark: #1a1a1a;
  --text-gray: #666666;
  --text-light: #999999;
  --bg-white: #ffffff;
  --bg-light: #fafafa;
  --border-light: #e8e8e8;
  --shadow-soft: 0 4px 24px rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 8px 32px rgba(0, 0, 0, 0.12);
  --shadow-strong: 0 16px 48px rgba(0, 0, 0, 0.18);
}

.tcdm__container {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 0 2rem;
}

.tcdm__header {
  background: var(--bg-white);
  padding: 25px 0 40px 0;
  text-align: center;
  /* border-bottom: 1px solid var(--border-light); */
  position: relative;
}
.tcdm__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-orange), var(--gold-accent));
}

.tcdm__header-badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: var(--primary-orange);
  color: white;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
}

.tcdm__header-title {
  font-size: 3.5rem;
  font-weight: 300;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
.tcdm__header-title strong {
  font-weight: 700;
  color: var(--primary-orange);
}

.tcdm__header-subtitle {
  font-size: 1.125rem;
  color: var(--text-gray);
  font-weight: 400;
  max-width: 500px;
  margin: 0 auto;
}

.tcdm__main {
  padding: 5rem 0;
}

.tcdm__section {
  background: var(--bg-white);
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
  margin-bottom: 2.5rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
.tcdm__section:hover {
  box-shadow: var(--shadow-medium);
  transform: translateY(-2px);
}

.tcdm__section-header {
  padding: 2.5rem 2.5rem 1.5rem;
  border-bottom: 1px solid var(--border-light);
}

.tcdm__section-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.tcdm__section-subtitle {
  color: var(--text-gray);
  font-size: 1rem;
  font-weight: 400;
}

.tcdm__section-content {
  padding: 0 25px;
}

.tcdm__policy-text {
  color: var(--text-gray);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.tcdm__policy-list {
  list-style: none;
  display: grid;
  gap: 1rem;
}

.tcdm__policy-item {
  padding: 1.25rem 1.5rem;
  background: var(--bg-light);
  border-radius: 8px;
  position: relative;
  padding-left: 3rem;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}
.tcdm__policy-item::before {
  content: "✓";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-orange);
  font-weight: 600;
  font-size: 1.1rem;
}
.tcdm__policy-item:hover {
  border-left-color: var(--primary-orange);
  background: #fff8f4;
}

.tcdm__form {
  display: grid;
  gap: 2rem;
}

.tcdm__form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.tcdm__form-group {
  position: relative;
}

.tcdm__form-group--full {
  grid-column: 1/-1;
}

.tcdm__form-label {
  display: block;
  color: var(--text-dark);
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tcdm__form-label--required::after {
  content: " *";
  color: var(--primary-orange);
}

.tcdm__form-input,
.tcdm__form-select {
  width: 100%;
  padding: 1rem 1.25rem;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  font-size: 1rem;
  color: var(--text-dark);
  background: var(--bg-white);
  transition: all 0.2s ease;
  font-family: inherit;
}

.tcdm__form-input:focus,
.tcdm__form-select:focus {
  outline: none;
  border-color: var(--primary-orange);
  box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.1);
}

.tcdm__form-input::placeholder {
  color: var(--text-light);
}

.tcdm__upload-area {
  border: 2px dashed var(--border-light);
  border-radius: 12px;
  padding: 3rem 2rem;
  text-align: center;
  background: var(--bg-white);
  cursor: pointer;
  transition: all 0.3s ease;
}
.tcdm__upload-area:hover {
  border-color: var(--primary-orange);
  background: #fff8f4;
}

.tcdm__upload-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  opacity: 0.6;
}

.tcdm__upload-text {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.tcdm__upload-subtext {
  color: var(--text-gray);
  font-size: 0.875rem;
}

.tcdm__file-input {
  display: none;
}

.tcdm__image-preview {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.tcdm__image-item {
  position: relative;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  background: var(--bg-light);
  box-shadow: var(--shadow-soft);
  transition: all 0.3s ease;
}
.tcdm__image-item:hover {
  box-shadow: var(--shadow-medium);
  transform: translateY(-2px);
}

.tcdm__image-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tcdm__image-remove {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tcdm__image-remove:hover {
  background: #dc3545;
  transform: scale(1.1);
}

.tcdm__submit-btn {
  background: var(--primary-orange);
  color: white;
  border: none;
  padding: 1.25rem 3rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 1rem;
  justify-self: center;
  box-shadow: var(--shadow-soft);
}
.tcdm__submit-btn:hover {
  background: var(--primary-orange-light);
  box-shadow: var(--shadow-medium);
  transform: translateY(-2px);
}
.tcdm__submit-btn:active {
  transform: translateY(0);
}

.tcdm__success-message {
  background: #28a745;
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  margin-top: 1rem;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.tcdm__success-message.show {
  opacity: 1;
  transform: translateY(0);
}

.tcdm__footer {
  background: var(--bg-white);
  border-top: 1px solid var(--border-light);
  padding: 2rem 0;
  text-align: center;
  margin-top: 4rem;
}

.tcdm__footer-text {
  color: var(--text-gray);
  font-size: 0.875rem;
}

/* Loading State */
.tcdm__loading .tcdm__submit-btn {
  background: var(--text-light);
  cursor: not-allowed;
  opacity: 0.7;
}

/* Error States */
.tcdm__form-input--error,
.tcdm__form-select--error {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.tcdm__error-message {
  color: #dc3545;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
  .tcdm__container {
    padding: 0 1rem;
  }
  .tcdm__header {
    padding: 3rem 0;
  }
  .tcdm__header-title {
    font-size: 2.5rem;
  }
  .tcdm__main {
    padding: 3rem 0;
  }
  .tcdm__section-header {
    padding: 2rem 1.5rem 1rem;
  }
  .tcdm__form-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .tcdm__upload-area {
    padding: 2rem 1rem;
  }
  .tcdm__image-preview {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
}
@media (max-width: 480px) {
  .tcdm__header-title {
    font-size: 2rem;
  }
  .tcdm__section-header {
    padding: 1.5rem 1rem 0.5rem;
  }
  .tcdm__upload-area {
    padding: 1.5rem 1rem;
  }
}
/* Smooth animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tcdm__section {
  animation: fadeInUp 0.6s ease forwards;
}
.tcdm__section:nth-child(2) {
  animation-delay: 0.1s;
}
.tcdm__section:nth-child(3) {
  animation-delay: 0.2s;
}
.tcdm__section:nth-child(4) {
  animation-delay: 0.3s;
}

/* Focus styles for accessibility */
.tcdm__form-input:focus-visible,
.tcdm__form-select:focus-visible,
.tcdm__submit-btn:focus-visible {
  outline: 2px solid var(--primary-orange);
  outline-offset: 2px;
}

/* Notification */
.tcdm__notification {
  position: fixed;
  top: 2rem;
  right: 2rem;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  color: white;
  font-weight: 500;
  z-index: 1000;
  box-shadow: var(--shadow-strong);
  animation: slideInRight 0.3s ease;
  max-width: 400px;
}

.tcdm__notification--success {
  background: #28a745;
}

.tcdm__notification--error {
  background: #dc3545;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* SHOW MENU */
.tcdm__section-header.clickable {
  cursor: pointer;
  user-select: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tcdm__section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.arrow {
  font-size: 1rem;
  transition: transform 0.3s ease;
}
.arrow.rotate {
  transform: rotate(180deg);
}

/* Bố cục nội dung */
.tcdm__section-content-list > .ChinhSachBaoHanh__list-item {
  line-height: normal;
  margin-bottom: 0;
}

.tcdm__section-contentForm {
  padding: 25px;
}

.tcdm__banner {
  display: flex;
  justify-content: center;
  padding-top: 12px;
}

.tcdm__banner-img {
  width: 100%;
}

@media (max-width: 991.98px) {
  .topBar-container__group-tcdms {
    display: none !important;
  }
}
@keyframes rotateLight {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.product-container__title {
  font-size: 20px;
  padding: 0 10px;
}

.iconProduct-wrapper {
  margin-top: -5px;
}

.topBar-container__group-name:hover {
  color: #fff;
}

/* Phần tử danh mục menu */
.topBar-container__navbar-item {
  display: flex;
  margin: 0;
  justify-content: space-between;
}
.topBar-container__navbar-item > .topBar-container__navbar-list {
  display: flex;
  padding-top: 8px;
  align-items: center;
}

.topBar-container__navbar-icon {
  object-fit: contain;
  width: 20px;
}

.topBar-container__navbar-list > .topBar-container__navbar-link {
  display: flex;
  text-decoration: none;
  color: var(--font-color-fff);
  font-weight: 500;
  padding: 10px 6px;
  font-size: 13px;
  transition: background-color 0.2s ease-in-out;
  align-items: center;
  gap: 2px;
}

.topBar__imgLogo {
  position: relative;
  display: flex;
  justify-content: space-between;
}

/* Hiệu ứng nút nổi bật */
.mobile_menu_overlay_menu-gp .sparkle-button {
  color: #fff;
}

.sparkle-button {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  padding: 10px 16px;
  background: linear-gradient(to right, #ff6a00, #ffa500);
  border-radius: 6px;
  /* box-shadow: 0 0 20px rgba(255, 106, 0, 0.8), 0 0 40px rgba(255, 165, 0, 0.8), 0 0 80px rgba(255, 215, 0, 0.8); */
  animation: sparkle 3s ease-in-out infinite;
  overflow: hidden;
  position: relative;
}
.sparkle-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 10%, transparent 20%);
  animation: sparkle-flash 1s ease-in-out infinite;
}
.sparkle-button .topBar-container__navbar-icon,
.sparkle-button .topBar-container__navbar-arrow {
  filter: brightness(0) invert(1);
  position: relative;
  z-index: 1;
}

@media (min-width: 1199.98px) {
  .topBar-container__navbar-linkMobile {
    display: none !important;
  }
}
@keyframes sparkle {
  0%, 100% {
    /* box-shadow: 0 0 20px rgba(255, 106, 0, 0.8), 0 0 40px rgba(255, 165, 0, 0.8), 0 0 80px rgba(255, 215, 0, 0.8); */
  }
  50% {
    /* box-shadow: 0 0 40px rgba(255, 165, 0, 0.8), 0 0 80px rgba(255, 215, 0, 0.8), 0 0 120px rgba(255, 255, 0, 0.8); */
  }
}
@keyframes sparkle-flash {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/*  */
.topBar-container__navbar-link > span {
  margin-left: 5px;
  text-transform: uppercase;
}

.topBar_container__navbar_item_sub span {
  color: #000;
}
.topBar_container__navbar_item_sub:hover span {
  color: #fff;
}
.topBar_container__navbar_item_sub .topBar-container__navbar-link {
  display: block;
}

.topBar_container__navbar_item_sub > .topBar-container__navbar-link,
.topBar-container__navbar-link > span:hover {
  color: #ffffff;
}

.topBar-container__navbar-list > .topBar-container__navbar-link:hover {
  background-color: rgba(23, 21, 19, 0.0705882353);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.8431372549);
}

.topBar-container__navbar-arrow {
  width: 8px;
  height: 8px;
  fill: #fff;
  stroke: #fff;
  stroke-width: 5px;
}

/* CLD */
.topBar-container__input-group {
  position: relative;
}

.search-suggestions {
  position: absolute;
  top: 88%;
  left: 0;
  width: 100%;
  background-color: white;
  border-top: none;
  border-radius: 4px 4px 4px 4px;
  max-height: 300px;
  overflow-y: auto;
  display: none;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.suggestion-item {
  cursor: pointer;
  transition: background-color 0.2s;
}
.suggestion-item:hover {
  background-color: #f5f5f5;
}

.highlight {
  background-color: #f0f0f0;
}

/* HOVER MENU HEADER */
.topBar-container__navbar-list {
  position: relative;
}
.topBar-container__navbar-list:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0s, opacity 0.2s ease;
}

.mega-menu {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s ease;
  margin: 0 auto;
  font-family: system-ui, sans-serif;
  min-width: 220px;
}

.menu-lists__link {
  text-decoration: none;
  white-space: nowrap;
  color: #ff6a00;
  padding: 10px;
  display: block;
  width: 100%;
}

.menu-lists__item:hover .menu-lists__link {
  color: #ff6a00;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.08);
}

.menu-lists {
  padding: 4px 11px;
  border-radius: 3px;
  width: 100%;
}
.menu-lists .topBar_container__navbar_item_sub:hover {
  border-radius: 3px;
  background-color: rgba(255, 94, 20, 0.7803921569);
  transition: all 0.1s ease-in;
  color: #fff;
  cursor: pointer;
}

.menu-container {
  display: flex;
  /* flex-wrap: wrap; */
}

.menu-section {
  position: relative;
  padding: 10px;
  width: 150px;
}
.menu-section:last-child {
  border-right: none;
}

.menu-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.menu-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-header h3 {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
  width: 100%;
  z-index: 10;
}

.menu-section:hover .menu-list {
  display: block;
}

.menu-list li {
  padding: 0;
  margin: 0;
}
.menu-list li a {
  display: block;
  padding: 0.75rem 10px;
  color: #374151;
  text-decoration: none;
  transition: all 0.2s;
}
.menu-list li a:hover {
  background-color: #f3f4f6;
  color: #ff6a00;
}

.topBar_container__navbar_item_sub {
  padding: 6px;
  font-weight: 500;
}

.menu-list__title {
  text-decoration: none;
  font-size: 1.4rem;
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 4px;
  padding-right: 40px;
  margin-bottom: 8px;
  display: block;
}

.topBar-container__navbar-link {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  font-weight: 400;
}
.topBar-container__navbar-link span {
  display: contents;
  /* Đảm bảo nền bao quanh chỉ đúng phần văn bản */
  padding: 2px 0;
  white-space: nowrap;
  /* Khoảng cách nền và chữ */
  border-radius: 3px;
}

/* Icon colors */
.menu-icon.purple {
  color: #8b5cf6;
}
.menu-icon.red {
  color: #ef4444;
}

/* Bootstrap Icons */
.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  fill: currentColor;
}

/* SILE */
.container-slide__ {
  padding: 12px 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.slide-track {
  display: flex;
  transition: transform 0.5s ease;
  /* touch-action: pan-x; */
}

.slide {
  min-width: 100%;
  padding: 20px;
  font-family: "Inter 28pt", "Arial", "system-ui";
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fad961;
  background-image: linear-gradient(90deg, #fad961 0%, #f76b1c 100%);
  color: white;
  border-radius: 4px;
  user-select: none;
  /* Không cho phép chọn text */
  -webkit-user-select: none;
  /* Dành cho trình duyệt WebKit (Safari, Chrome) */
  -ms-user-select: none;
}

.slide-content {
  flex: 1;
  padding-right: 20px;
}

.slide-image {
  display: inline-block;
  animation: smoothSwing 2s ease-in-out infinite;
  object-fit: contain;
  background-size: 250px;
  background-repeat: no-repeat;
  background-position-y: center;
}

.div-slide-image {
  background-size: 250px;
  background-repeat: no-repeat;
  background-position-y: center;
}

@keyframes smoothSwing {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(1.5deg);
  }
  40% {
    transform: rotate(-1.5deg);
  }
  60% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.slide-title {
  font-family: "Inter 28pt", "Arial", "system-ui";
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 30px;
}

.slide-noidung {
  display: block;
}

.silderQuaTang {
  height: 25px;
}

.slideGp {
  display: flex;
  align-items: center;
}

.slide-description {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.slideBtn {
  margin-bottom: 10px;
}

.slide-button {
  display: inline-block;
  padding: 12px 22px;
  border: 1px solid white;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.slide-button:hover {
  background: white;
  color: #292c2c;
}

.dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.dot {
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.dot.active {
  background: white;
  width: 20px;
  border-radius: 9px;
}

[name=myBannerSlide] {
  overscroll-behavior-x: contain;
  -webkit-user-select: none;
  user-select: none;
}

[name=myBannerSlide] a,
[name=myBannerSlide] img {
  -webkit-touch-callout: none;
}

/* Tablet devices (768px and up) */
@media screen and (max-width: 768px) {
  .slide {
    flex-direction: column;
    text-align: center;
    background-color: #fad961;
    background-image: linear-gradient(90deg, rgba(250, 97, 97, 0.3098039216) 0%, #ff6a00 100%);
  }
}
.slide-content {
  padding-right: 0;
  padding-bottom: 20px;
}

.slide-description {
  font-size: 1.1px;
}

.slide-image {
  width: 200px;
  height: 200px;
  background-size: contain;
}

/* Mobile devices (576px and below) */
@media screen and (max-width: 576px) {
  /* .slide {
      padding: 10px;
  } */
  .slide-title {
    font-size: 15px;
    font-style: italic;
    padding: 0 10px;
    margin-bottom: 5px;
  }
  .slide-description {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .slide-button {
    padding: 10px 16px;
    font-size: 10px;
  }
  .dot {
    width: 8px;
    height: 8px;
  }
}
/* END */
.method-lis {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 50px;
  margin: 0;
}

.method-item {
  background-color: #ed5f2b;
  display: flex;
  padding: 8px 50px;
  border-radius: 5px;
}

.methodl-li {
  display: flex;
  align-items: center;
  padding: 0 4px;
  gap: 5px;
}

.method-link {
  color: var(--font-color-fff);
}

.method-link-2 {
  color: var(--font-color-fff);
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
}

.methodLink_gp {
  white-space: nowrap;
}

@media (max-width: 1199.98px) {
  .method-lis {
    gap: 35px;
  }
}
@media (max-width: 991.98px) {
  .method-lis {
    gap: 35px;
  }
  .method {
    display: none;
  }
}
/* LAYPUT SILE CŨ MỚI  */
.productCategory {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.productCategory__gp {
  padding: 25px 0;
}

.productCategory__itemImg {
  width: 100%;
}

.productCategory__itemImg-gp {
  display: flex;
  align-items: center;
  max-width: 150px;
  height: 120px;
}

.productCategor {
  width: 100%;
}

/* Nút next sile */
.turnPageLink {
  display: flex;
  align-items: center;
  justify-content: center;
}

.productCategory__turnPage-link-1 {
  display: none;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #fff;
  transition: 0.2s ease-in-out;
}
.productCategory__turnPage-link-1:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.58);
}

/*  */
.layout-product__gp {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, 1fr);
}

.layout-product__gp a:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 0px 9px 0px;
}

.layout-product__gp-Grid {
  display: grid !important;
  width: 100%;
  margin: auto;
  gap: 4px;
}

.productCategory__turnPage-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
  padding: 10px;
}
.productCategory__turnPage-link:hover {
  background: rgba(0, 0, 0, 0.07);
}

.productCategory-title {
  text-align: center;
}

.productCategory__turnPage-link > .productCategory__turnPage-icon {
  font-size: 20px;
  display: inline-flex;
  color: rgba(0, 0, 0, 0.49);
}

.productCategory__item-gp {
  display: flex;
}

/* SILE SMALL 1 */
.bannerSileSmall__slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  background: #fff;
  border-radius: 4px;
  margin: 10px 0;
}

/* Đặt kích thước cho các ảnh và dùng Flexbox để xếp chúng theo hàng */
.bannerSileSmall__slides {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

/* Đặt kích thước cho từng ảnh trong slider */
.bannerSileSmall__slide {
  min-width: 100%;
  box-sizing: border-box;
}
.bannerSileSmall__slide img {
  width: 100%;
  display: block;
}

/* Tùy chọn kiểu cho ảnh trong slider */
/* Nút điều hướng */
.bannerSileSmall__prev,
.bannerSileSmall__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  cursor: pointer;
  border: none;
  outline: none;
}

/* SẢN PHẨM NỔI BẬT */
.outstandingProducts {
  padding: 6px 0;
}

.outstandingProducts__itemImg-gp {
  display: flex;
  align-items: center;
  max-width: 190px;
  height: 120px;
}

.outstandingProducts__itemImg {
  width: 100%;
  object-fit: contain;
  padding: 0 35px;
}

.outstandingProducts__item {
  text-decoration: none;
  color: #000;
}

.outstandingProducts__item-title {
  font-weight: 400;
}

.outstandingProducts__item:hover .outstandingProducts__item-title {
  color: #ff6a00;
}

.outstandingProducts__name {
  font-weight: 700;
  padding: 0 0 18px 40px;
  display: block;
  /*  */
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(90deg, #ff0000, #ff6b00, #ffaa00);
  background-size: 200% auto;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: flash 1s linear infinite;
  text-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
}

@keyframes flash {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
.outstandingProducts__nameLink {
  text-decoration: none;
}

.outstandingProducts__gp {
  display: flex;
  /* justify-content: space-between; */
  gap: 30px;
}

.outstandingProducts__gpItem-hot,
.iconGifhot,
.iconGifsale {
  position: relative;
}

.iconGifhot::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  background-image: url("/asset/imgs/icon/hot-icon.gif");
  background-size: cover;
  top: 0px;
  left: 0;
  border-radius: 50%;
  color: var(--font-color-fff);
  text-align: center;
  padding-top: 4px;
  animation: blink 1s infinite;
  /* Thêm animation */
}

.iconGifsale::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  background-image: url("/asset/imgs/icon/hot-icon.gif");
  background-size: cover;
  top: 0px;
  left: 0;
  border-radius: 50%;
  color: var(--font-color-fff);
  text-align: center;
  padding-top: 4px;
  animation: blink 1s infinite;
  /* Thêm animation */
  background: url("/asset/imgs/icon/flashSale_trongSuot.webp") !important;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.outstandingProducts__item-gp {
  display: flex;
  justify-content: space-around;
}

.outstandingProducts__item {
  padding: 0 6px;
}

.outstandingProducts__itemInfo-gp {
  text-align: center;
  padding: 25px 0 10px 0;
}

.outstandingProducts__item-price {
  color: #ff6a00;
}

.outstandingProducts__gpItem {
  width: 100%;
  /* background: #fff; */
  border-radius: 13px;
  margin: 15px 0;
}

.outstandingProducts__gpItemProduct {
  display: flex;
  /* background: #fff; */
  border-radius: 13px;
}

/* LAYOUT SLIE BIG 2 */
.bannerSileBig__sileImg {
  width: 100%;
}

/* PRODUCT */
.layout-product__date {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  line-height: normal;
}

.layout-product__gp {
  margin-top: 10px;
  padding: 0px 8px;
  border-radius: 12px;
}

.layoutProduct__classify-title {
  position: relative;
  white-space: nowrap;
  color: var(--colorblueBack);
  margin: 0;
  padding: 6px 22px;
  font-size: 20px;
}
.layoutProduct__classify-title:hover {
  color: var(--color--primary-oran);
}
.layoutProduct__classify-title::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 3px;
  height: 64px;
  width: 64px;
  background: url(/asset/imgs/img/tet/phaohoa.webp);
  background-size: contain;
  object-fit: contain;
}
.layoutProduct__classify-title .span_tu_khoa {
  color: var(--primary-color);
}

.layoutProduct__classify-menu {
  padding: 4px;
  border-radius: 5px;
  cursor: pointer;
}

.layoutProduct__classif--img {
  position: absolute;
  animation: rotate 10s linear infinite;
}
.layoutProduct__classif--img img {
  width: 100px;
  z-index: 90;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.layoutProduct {
  padding: 6px 0;
  background: linear-gradient(to top, #ffffff 38%, rgba(255, 255, 255, 0.03));
}

.layoutProduct__classify-gp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layoutProduct__classify-gp a {
  text-decoration: none;
  color: #000;
}

.layoutProduct__classify-span {
  color: var(--color--primary-oran) !important;
  position: relative;
  font-weight: 700;
  color: #ff4400;
  font-size: 16px;
  text-decoration: none;
  padding: 0 5px;
  transition: 0.2s ease-in-out;
}
.layoutProduct__classify-span:hover {
  opacity: 0.5;
  color: var(--color--primary-oran);
}
.layoutProduct__classify-span::before {
  position: absolute;
  content: "";
  height: 19px;
  width: 1px;
  left: -2px;
  top: 0;
  background-color: rgba(255, 94, 20, 0.3);
}
.layoutProduct__classify-span:nth-child(1)::before {
  display: none;
}

.container-product-layout__gird {
  display: flex;
  grid-template-rows: repeat(2, auto);
}

.container-product-layout__girdHeigh {
  min-height: 820px;
}

.layout-product-img {
  position: relative;
  display: flex;
  justify-content: center;
  height: 150px;
  width: 100%;
}

/*noiBat = 1*/
.layout-product-img__active::after {
  content: "HOT";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px !important;
  line-height: inherit;
  font-size: 0.75rem;
  background: linear-gradient(to right, #ef3006, #ff5e14);
  padding: 4px 6px;
  border-radius: 8px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-transform: uppercase;
  animation: blink 1.5s ease-in-out infinite;
  z-index: 2;
  margin: 6px;
}

/*noiBat = 2*/
.layout-product-img__active_qua_tang::after {
  content: "QUÀ";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px !important;
  line-height: inherit;
  font-size: 0.75rem;
  background: linear-gradient(to right, #ef3006, #ff5e14);
  padding: 4px 6px;
  border-radius: 8px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-transform: uppercase;
  animation: blink 1.5s ease-in-out infinite;
  z-index: 2;
  margin: 6px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.layout-product-img {
  position: relative;
  overflow: hidden;
}

.layout-product-img__thumbnail {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.layout-product-img__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.layout-product-img__content {
  padding: 15px;
}

.layout-product-img__title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 8px;
  line-height: 1.3;
}

.layout-product-img__price {
  font-size: 18px;
  font-weight: bold;
  color: #d70018;
  margin-bottom: 8px;
}

.layout-product-img__installment {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
}

.installment-label {
  position: relative;
  display: flex;
  align-items: center;
}

.installment-label__content {
  gap: 2px;
  color: white;
  padding: 4px;
  font-weight: bold;
  font-size: 10px;
  border-radius: 20px 14px 0px 20px;
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .installment-label__content {
    padding: 0px 4px 0px 0px;
  }
}
.installment-label__icon {
  color: #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 10px;
}

.installment-label__text,
.installment-label__iconText {
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
}

.installment-label__iconImage {
  padding-left: 4px;
}

.installment-label--hot .installment-label__content {
  background-color: #f6b900;
  background: linear-gradient(to right, #ef3006, #ff5e14);
}
.installment-label--hot .installment-label__icon {
  color: #ffffff;
}

.layout-produc__img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}

.layout-produc__img-default {
  position: absolute;
  height: 90%;
  width: auto;
  max-width: 90%;
  padding: 10px;
  object-fit: contain;
}

.layout-product-img:hover .layout-produc__img {
  display: block;
  height: 80%;
  width: 80%;
  max-width: 100%;
  transition: 0.3s ease;
}
.layout-product-img:hover .layout-produc__img-default {
  transition: 0.3s ease;
  display: none;
}

.layout-product {
  margin-top: 5px;
  width: 100%;
  height: auto;
  background: #fff;
  text-decoration: none;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
}

.layout-productGps,
.oldProduct__Gp--old {
  position: relative;
  padding: 5px 15px 15px 15px;
}

.layout-product__date {
  position: absolute;
  top: -33px;
  right: 16px;
}

.layout-product-title {
  color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  font-size: 15px;
  font-weight: 500 !important;
  line-height: 20px;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  /* overflow-y: auto; *hidden; */
  text-overflow: ellipsis;
  font-weight: 400;
  margin: 0;
  padding: 10px 0 4px 0;
  min-height: 62px;
}

.div_hinh_thuc_hang_cu {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 12px;
  margin-bottom: 6px;
}

.div_item_hinh_thuc_hang_cu {
  display: flex;
  gap: 3px;
  align-items: center;
}

.span_item_tieu_de_hang_cu {
  color: black;
  font-weight: 500;
}

/* ========== */
@keyframes sparkle {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.span_item_so_luong_hang_cu {
  color: #ffffff;
  font-weight: bold;
  padding: 0px 2px;
  border-radius: 4px;
  background: linear-gradient(90deg, #ff8731, #ff9f5f, #ffa86a, #ff8a3c);
  background-size: 400%;
  position: relative;
  display: inline-block;
  box-shadow: 0 2px 10px rgba(255, 106, 0, 0.5);
  animation: glowing 8s linear infinite;
  line-height: normal;
  height: fit-content;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.span_item_so_luong_hang_cu::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #fff3e6, transparent 20%, transparent 40%, #ffcc99 50%, transparent 60%, transparent 80%, #fff3e6);
  border-radius: inherit;
  z-index: -1;
  animation: shine 3s linear infinite;
}

/* =========== */
.div_item_uu_dai {
  display: flex;
}

.div_item_uu_dai_bi_dot {
  font-size: 18px;
  font-weight: bold;
}

.div_uu_dai {
  padding: 4px;
}

.div-uu_daiGp {
  display: flex;
  gap: 5px;
}

.div-uu_daiGplistNumber {
  background-image: linear-gradient(to right, #ff512f 0%, #f09819 100%, #ff512f 4%);
  background-color: red;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  flex-shrink: 0;
  margin-top: 4px;
}

.div_uu_dai div {
  line-height: 24px;
}

.text-size-giam-gia {
  font-size: 1.9rem !important;
}

@media (max-width: 1199px) {
  .text-price-center {
    margin-left: 0px !important;
  }
}
/*SCROLL*/
h4 {
  scrollbar-width: none;
}
h4::-webkit-scrollbar {
  width: 8px;
  /* Độ rộng của thanh cuộn */
  height: 8px;
  /* Độ cao của thanh cuộn ngang (nếu có) */
}
h4::-webkit-scrollbar-thumb {
  background: transparent;
  /* Màu của thanh cuộn (có độ trong suốt) */
  border-radius: 10px;
  /* Bo tròn góc của thanh cuộn */
  opacity: 0;
}
h4::-webkit-scrollbar-track {
  background: transparent;
  /* Làm trong suốt nền của thanh cuộn */
  opacity: 0;
}

/* Tạo phần thân của thanh cuộn */
/* Tạo phần track (nền) của thanh cuộn */
/*END SCROLL*/
.layout-product__price-date {
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
  flex-wrap: wrap;
  color: var(--color--primary-oran);
}

.layout-product__price_name {
  color: #dc3545;
  font-size: 14px;
}

.layout-product__price {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: normal;
}

.text-hang-tam-het {
  font-size: 13px;
  color: var(--primary-color);
}

.layout__gird-sale {
  text-align: end;
}

.layout-product__span {
  color: rgb(0, 0, 0);
}

.layout-product__date-number {
  font-size: 1.2rem;
  color: #ca4f00;
  font-weight: 700;
}

.cssChopChop {
  animation: cssChopChop 1.4s infinite;
}

@keyframes cssChopChop {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.layout-product__level {
  position: relative;
  width: 80px;
  height: 4px;
  margin-top: 0.5rem;
  background-color: #e7e7e7;
}

.layout-product__level-tube {
  width: 34%;
  height: 100%;
  background-color: #ff6a00;
  border-radius: 999px;
}

.layout-gird__sale-dect {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: line-through;
  text-decoration-style: solid;
  font-size: 1.1px;
}

.layout-gird__sale-pice {
  padding-top: 4px;
  color: #ca4f00;
  font-weight: 700;
  font-size: 13px;
}

.layout__gird__envent {
  justify-content: space-between;
}

.layout__gird__compare {
  color: #1a5888;
}

.MuiSvgIcon-root {
  width: 16px;
}

.gird__gift > .MuiSvgIcon-root {
  fill: rgb(220, 0, 78);
}

.layout__gird__gift {
  color: rgb(220, 0, 78);
  display: -webkit-box;
  -webkit-line-clamp: 1; /* Số dòng muốn hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gird__gift {
  padding-top: 6px;
  text-align: start;
}

.div_hinh_thuc_hang_cu {
  color: #000;
}

/* Hiệu ứng 1: Shine Effect */
.slide {
  min-width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fad961;
  color: white;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  position: relative;
  overflow: hidden;
}

.slide::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(30deg);
  animation: shineEffect 3s infinite;
}

@keyframes shineEffect {
  from {
    transform: translateX(-100%) rotate(30deg);
  }
  to {
    transform: translateX(100%) rotate(30deg);
  }
}
/* Hoặc hiệu ứng 2: Border Effect */
.slide {
  min-width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fad961;
  color: white;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  position: relative;
  animation: borderPulse 2s infinite;
}

@keyframes borderPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(247, 107, 28, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(247, 107, 28, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(247, 107, 28, 0);
  }
}
/* Hoặc hiệu ứng 3: Background Wave */
.slide {
  min-width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, #fad961 0%, #f76b1c 50%, #fad961 100%);
  background-size: 200% 200%;
  color: white;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  animation: waveBackground 3s ease infinite;
}

@keyframes waveBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* END */
/* <!-- SILE TOP SẢN PHẨM 1--> */
.bannerSileSmall-2 {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  background: #ffffff;
  border-radius: 4px;
}

.bannerSileSmall-2__sile {
  display: flex;
  transition: transform 0.5s ease-in-out;
  cursor: grab;
  touch-action: pan-y pinch-zoom;
}
.bannerSileSmall-2__sile:active {
  cursor: grabbing;
}

.bannerSileSmall-2__sileImg {
  min-width: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  border-radius: 2px;
}

/* Dots navigation */
.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.3s ease;
}
.dot.active {
  background: white;
}

/* END */
/* TIN TỨC */
/* FOOTER */
.news__gp {
  display: flex;
  justify-content: center;
}

ul {
  margin: 0px;
  padding: 0px;
}

.footer-section {
  background: #151414;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}

.footer-text a,
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
  text-decoration: none;
}
.footer-text a:hover,
.footer-text p:hover {
  color: var(--color--primary-oran);
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.footer-social-icon i:hover {
  color: var(--color--primary-oran);
}

.facebook-bg {
  background: #3b5998;
}

.twitter-bg {
  background: #55acee;
}

.google-bg {
  background: #dd4b39;
}

.ft_phuongThucThanhToan {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding-bottom: 30px;
}

.ft_phuongThucThanhToanTieuDe {
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  margin-top: 30px;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  /* width: 50%; */
  margin-bottom: 12px;
}

.footer-widget-2 ul li {
  color: #fff;
}
.footer-widget-2 ul li i,
.footer-widget-2 ul li span {
  color: #fff;
}

.footer-widgetMailto {
  text-transform: none !important;
}

.footer-widget ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
  text-decoration: none;
}
.footer-widget ul li a:hover {
  color: #ff5e14;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #202020;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 12px;
  color: #878787;
  text-align: center;
}
.copyright-text p a {
  color: #ff5e14;
}

.bi-check-circle-fillColor {
  color: var(--color--primary-oran);
}

.footer-menu {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.footer-menu ul {
  margin: 0;
  padding-left: 0;
}

.text-right {
  display: flex !important;
  width: 100% !important;
}

/* ================ MOBILE MENU =============== */
#mobile_menu_wrapper {
  position: relative;
  display: none;
}

.mobile_menu_overlay_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 5;
}

.mobile_menu_overlay_sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 75%;
  max-width: 400px;
  background-color: #fff;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 9999;
  padding: 10px 20px;
}
.mobile_menu_overlay_sidebar::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 160px;
  background: url(/asset/imgs/img/tet/7.gif) no-repeat center center;
  width: 39px;
  height: 39px;
  background-size: contain;
}

.mobile_menu_overlay_menu-btn {
  font-size: 24px;
  top: 20px;
  left: 20px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 3;
  color: #fff;
}

.mobile_menu_overlay_menu-item {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.mobile_menu_overlay_menu-title {
  font-family: "Inter 28pt", "Arial", "system-ui";
  text-decoration: none;
  color: #333;
  font-size: 14px;
  margin-right: 10px;
  font-weight: 500;
  display: flex;
  gap: 10px;
}

.mobile_menu_overlay_icon {
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

.mobile_menu_overlay_submenu {
  display: none;
  background: rgba(255, 94, 20, 0.1215686275);
  border-radius: 10px;
}
.mobile_menu_overlay_submenu > .logo {
  display: none;
}
.mobile_menu_overlay_submenu .mobile_menu_overlay_menu-title {
  display: block;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
.mobile_menu_overlay_submenu a:hover {
  color: #000;
}

.mobile_menu_overlay_sidebar.mobile_menu_overlay_active {
  transform: translateX(0);
  overflow-x: hidden;
  scrollbar-width: none;
}

.mobile_menu_overlay_overlay.mobile_menu_overlay_active {
  display: block;
}

.mobile_menu_overlay_icon.mobile_menu_overlay_open {
  transform: rotate(90deg);
}

.mobile_menu_overlay_menu-gp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.topBar-container__navbar-item__sub {
  margin-left: 20px;
}

/*==END MOBILE MENU==*/
/***HIDDEN*/
.hidden {
  display: none !important;
}

/* ==============================================CHI TIẾT PRODUCT HTML (SẢN PHẨM)======================== */
.detail__container {
  /* max-width: 1200px;
  margin: 0 auto; */
  padding: 10px;
}

.detail__breadcrumb {
  display: flex;
  margin-bottom: 20px;
  color: #666;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.detail__breadcrumbLink {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  margin: 1px 4px;
}

.detail__product-grid {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.detail__gallery {
  flex: 3;
  width: 100%;
  position: relative;
}

.detail__main-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  cursor: zoom-in;
  border-radius: 6px;
}

.deltai__mainGp {
  flex: 2;
  width: 60%;
}

.detail__main-image img {
  margin: 20px 0;
  width: 367px;
  height: 367px;
  object-fit: contain;
  padding: 18px;
}

.detail__thumbnail-grid {
  display: flex;
  scrollbar-width: none;
  gap: 10px;
  overflow-x: auto;
  cursor: grab;
  transition: transform 0.3s ease-out;
  user-select: none;
}

.detail__thumbnail {
  aspect-ratio: 1;
  min-width: calc((100% - 40px) / 5);
  height: 80px;
  border: 2px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s ease;
  overflow: hidden;
}

.detail__thumbnail--active {
  border-color: #007bff;
}

.detail__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.detail__product-info {
  width: 100%;
  padding: 15px 0;
  flex: 1;
}

.detail__title {
  font-size: 24px;
}

.detail__price-info,
.detail__quantity-selector,
.detail__product-meta {
  /* margin-bottom: 20px; */
  position: relative;
}

.detail__current-priceGps {
  display: flex;
  justify-content: space-between;
}

.detail__current-priceGp {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.detail__btnIconThemGioHang {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 20px;
  color: #dc3545;
  outline: none;
  border: none;
  background-color: transparent;
}
.detail__btnIconThemGioHang:hover {
  color: #1424ff;
}

.detail__current-price {
  font-size: 28px;
  color: var(--color--primary-oran);
  font-weight: bold;
  padding: 0 10px;
}
.detail__current-price a {
  color: var(--color--primary-oran);
  text-decoration: none;
}

.detail__tableInfo {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 24px;
}

.detail__tableInfo-header {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.detail__tableInfo-tab {
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 8px;
}

.detail__tableInfo-tab {
  background: #ff5e14;
  color: white;
}

.detail__tableInfo-tab--usedOld {
  color: white;
  color: white;
  background: rgba(136, 147, 156, 0.4392156863);
}

.detail__tableInfo-tab:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.detail__tableInfo-content {
  margin: 16px 0;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.detail__tableInfo-cell {
  color: var(--color--primary-oran);
}
.detail__tableInfo-cell a {
  text-decoration: none;
  color: var(--color--primary-oran);
}

.detail__tableInfo-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
}

.detail__tableInfo-table th {
  background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
  color: white;
  padding: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
}

.detail__tableInfo-table th:first-child {
  border-top-left-radius: 12px;
}

.detail__tableInfo-table th:last-child {
  border-top-right-radius: 12px;
}

.detail__tableInfo-row {
  justify-content: space-between;
  transition: all 0.2s ease;
}

.detail__tableInfoGps {
  background-color: #fff;
  background: white;
  border-radius: 12px;
  padding: 10px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
}

.detail__tableInfoPrice {
  color: var(--color--primary-oran);
}
.detail__tableInfoPrice .detail__tableInfoPrice:hover {
  text-decoration: none;
  color: var(--color--primary-oran);
}

.them-vao-gio-hang {
  display: none !important;
}

.detail__tableInfo-row:hover {
  background-color: #f1f5f9;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.detail__tableInfo-rows {
  position: sticky;
  display: flex;
  flex-direction: row;
  top: 0;
  background: var(--color--primary-oran);
  z-index: 10;
  align-items: center;
  border-radius: 3px;
}

@keyframes sparkle {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.detail__tableInfoPrice {
  color: #ff6a00;
  font-weight: bold;
  padding: 2px 8px;
  background: linear-gradient(90deg, rgba(255, 106, 0, 0.32) 0%, rgba(255, 106, 0, 0.31) 25%, rgba(255, 106, 0, 0.13) 50%, rgba(255, 106, 0, 0) 75%, rgba(255, 106, 0, 0.25) 100%);
  background-size: 200% 100%;
  border-radius: 4px;
  display: inline-block;
  animation: sparkle 3s linear infinite;
  text-shadow: 0 0 5px rgba(255, 106, 0, 0.3);
  box-shadow: 0 0 10px rgba(255, 106, 0, 0.2);
}

.detail__tableInfoPrice:hover {
  animation: sparkle 1s linear infinite;
  background-size: 200% 100%;
  text-shadow: 0 0 8px rgba(255, 106, 0, 0.5);
  box-shadow: 0 0 15px rgba(255, 106, 0, 0.3);
}

.detail__tableInfoGps_diaChi {
  color: #000 !important;
}

.detail__tableInfoGps_diaChi {
  display: flex;
  align-items: center;
  gap: 5px;
}

.image-viewer-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  display: flex;
  flex-direction: column;
}

.previewImageDiv {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  /* overflow: auto; */
  position: relative;
}

.previeImage {
  max-width: 90%;
  max-height: 80vh;
  object-fit: contain;
  transition: transform 0.3s ease;
  cursor: zoom-in;
}

.thumbDiv {
  height: 78px;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 10px;
  margin: 0 20px;
  bottom: 5vh;
  min-width: 250px;
}

.thumbNav {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(131, 131, 131, 0.2);
  color: white;
  border: none;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: background-color 0.3s;
}
.thumbNav:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.thumbPrev {
  left: 20px;
}

.thumbNext {
  right: 20px;
}

.thumbDivGps {
  display: flex;
  justify-content: center;
}

.imgPreiviewIcon {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  max-width: 80%;
  scrollbar-width: none;
  /* scrollbar-color: #66666600 #33333300; */
  padding: 0 10px;
}
.imgPreiviewIcon::-webkit-scrollbar {
  height: 8px;
}
.imgPreiviewIcon::-webkit-scrollbar-track {
  background: #333;
  border-radius: 10px;
}
.imgPreiviewIcon::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 10px;
}
.imgPreiviewIcon img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: all 0.2s ease;
}
.imgPreiviewIcon img:hover {
  transform: translateY(-3px);
}
.imgPreiviewIcon img.active {
  border-color: #ff6600;
  transform: translateY(0);
}

.image-viewer-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  display: none;
  /* Ban đầu ẩn đi */
  flex-direction: column;
}

.navArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: background-color 0.3s;
}
.navArrow:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.navPrev {
  left: 20px;
}

.navNext {
  right: 20px;
}

.closeButton {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: rgba(115, 115, 115, 0.5);
  color: white;
  border: none;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: background-color 0.3s;
}
.closeButton:hover {
  background-color: rgba(255, 94, 0, 0.6);
}

.imageCounter {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  z-index: 1;
}

.zoomControls {
  position: absolute;
  right: 72px;
  display: flex;
  gap: 10px;
  top: 20px;
}

.zoomButton {
  width: 40px;
  height: 40px;
  background-color: rgba(115, 115, 115, 0.5);
  color: white;
  border: none;
  font-size: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}
.zoomButton:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation: fadeIn 0.3s ease;
}

.previeImage.dragging {
  cursor: grabbing;
}

#previewImage {
  cursor: move;
  transition: transform 0.2s;
  user-select: none;
  transition: transform 0.2s ease;
  transform-origin: center center;
}

@media (max-width: 576px) {
  .navArrow {
    background-color: rgba(0, 0, 0, 0.34);
  }
  .thumbPrev {
    left: -10px;
  }
  .thumbNext {
    right: -10px;
  }
  .thumbDiv {
    bottom: 20vh;
  }
}
.phu_kien_kem {
  color: var(--color--primary-oran);
}

.phu_kien_kemgps {
  display: flex;
  align-items: center;
  gap: 6px;
}

.detail__tableInfoText {
  color: #fff;
}

.detail__tableInfo-cell {
  display: inline;
  align-items: center;
  padding: 6px 0;
  color: #475569;
  font-size: 14px;
}
.detail__tableInfo-cell a {
  text-decoration: none;
  color: var(--color--primary-oran);
}
.detail__tableInfo-cell .detail__tableInfoPriceMap {
  color: #444;
}
.detail__tableInfo-cell .detail__tableInfoPriceMap:hover {
  color: var(--color--primary-oran);
}

.detail__tableInfo-cell:first-child {
  font-weight: 600;
  color: #1e293b;
}

.status-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.status-new {
  background-color: #dcfce7;
  color: #166534;
}

.status-used {
  background-color: #fff7ed;
  color: #9a3412;
}

.price-tag {
  font-weight: 600;
  color: var(--primary-color);
}

.warranty-badge {
  display: inline-block;
  padding: 4px 8px;
  background-color: #f1f5f9;
  border-radius: 4px;
  font-size: 12px;
  color: #64748b;
}

.div_nut_chon_gia {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 6px 0;
}

.div_nut_chon_gia {
  display: flex;
  gap: 10px;
}

.detail__tableInfo-tab {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Trạng thái mặc định */
.detail__tableInfo-tab--new {
  white-space: nowrap;
  padding: 10px 12px;
  background: #ff5e14;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 8px;
}

.detail__tableInfo-tab--used {
  white-space: nowrap;
  padding: 10px 12px;
  background-color: rgba(229, 231, 235, 0.6784313725);
  color: #374151;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 8px;
}

.hidden {
  display: none;
}

@media (max-width: 768px) {
  .detail__tableInfo {
    padding: 16px;
    border-radius: 12px;
  }
  .detail__tableInfo-cell,
  .detail__tableInfo-table th {
    line-height: normal;
    padding: 6px;
    font-size: 13px;
  }
  .detail__tableInfo-tab {
    padding: 8px 10px;
    font-size: 13px;
  }
}
.price-nhapKhau {
  font-size: 28px;
  font-weight: bold;
}

.detail__original-price {
  color: #666;
  text-decoration: line-through;
  margin-left: 10px;
}

.detail__savings {
  color: var(--color--primary-oran);
  font-size: 14px;
}

.detail__product-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.detail__meta-item {
  display: flex;
  gap: 10px;
  flex: 1;
}

.detail__meta-label {
  color: #666;
  display: block;
  margin-bottom: 5px;
}

.detail__meta-labelHT {
  color: var(--color--primary-oran);
  text-decoration: none;
}

.detail__quantity-controls {
  display: flex;
  width: 124px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.detail__quantity-btn {
  padding: 8px 12px;
  background: none;
  border: none;
  cursor: pointer;
}
.detail__quantity-btn:hover {
  background: #f5f5f5;
}

.detail__quantity-input {
  width: 60px;
  text-align: center;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  outline: none;
}

.detail__buy-button {
  width: 100%;
  background: var(--color--primary-oran);
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin: 20px 0;
  transition: all 0.2s ease;
}
.detail__buy-button a {
  display: block;
  text-decoration: none;
  color: #fff;
  width: 100%;
  padding: 15px 44px;
}
.detail__buy-button a:hover {
  color: #fff;
}
.detail__buy-button:hover {
  background: #ff4400;
  color: #fff;
}

.detail__specs-table {
  width: 100%;
  border-collapse: collapse;
}
.detail__specs-table tr:nth-child(even) {
  background: #f9f9f9;
}
.detail__specs-table td {
  padding: 10px;
  border: 1px solid #ddd;
}

.detail__specs {
  padding: 10px 0;
}

.detail__buy-buttonContact {
  text-align: center;
  display: block;
}

.detail__buy-buttonPhone {
  color: #ff5e14;
  text-decoration: none;
  font-weight: 700;
}

.detail__productGift-img {
  width: 50px;
  object-fit: contain;
  padding: 10px;
}

.detail__productGift-gpInfo {
  font-family: "Inter 28pt", "Arial", "system-ui";
}

.detail__productGifGp {
  display: flex;
  padding: 8px;
}

.detail__productGift-nameNgay {
  color: var(--color--primary-oran);
}

.detail__productGift {
  padding: 20px 0;
}

.detail__productGift-title,
.detail__productGift-price {
  display: block;
}

.ul_uu_dai li {
  color: var(--color--primary-oran);
}

.detail__productGift-price {
  color: var(--color--primary-oran);
}

.detail__productGift-name {
  color: #666;
  font-weight: 600;
}

.detail__productPromontion {
  width: 100%;
  border: 1px solid var(--color--primary-oran);
  border-radius: 6px;
}

.detail__productPromontion-dieuKien {
  margin-top: 10px;
}

.detail__productPromontionGp {
  display: flex;
  background-image: linear-gradient(to right, #ff512f 0%, #f09819 100%, #ff512f 4%);
  background-color: var(--color--primary-oran);
  align-items: center;
  padding: 4px;
  border-radius: 4px;
}

.detail__productPromontionIcon {
  display: block;
  width: 24px;
}

.detail__productPromontionName {
  font-family: "Inter 28pt", "Arial", "system-ui";
  color: #fff;
  font-weight: 600;
  margin-left: 4px;
}

.detail__productPromontion-content {
  display: block;
  padding: 12px;
  color: #dc3545;
  font-weight: 500;
  font-style: italic;
}

.deltai__mainImgGp {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  align-items: start;
  gap: 20px;
}

.detail__thumbnail-gridGp {
  /*Tamj aanr, update sau*/
  overflow: hidden;
}

/* <!-- Policy Section --> */
.detailProduct__policies {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 1.5rem;
  margin-top: 15px;
  background: #fff;
  border-radius: 0.5rem;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.detailProduct__policy-card {
  display: flex;
  align-items: flex-start;
  padding: 10px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0.5rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.detailProduct__policy-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(255, 106, 0, 0.1);
}

.detailProduct__policy-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  padding: 0.5rem;
  background: rgba(255, 106, 0, 0.1);
  border-radius: 0.5rem;
}

.detailProduct__icon {
  width: 100%;
  height: 100%;
}

.detailProduct__policy-content {
  flex-grow: 1;
}

.detailProduct__policy-title {
  margin: 0 0 0.5rem;
  font-size: 10px;
  font-weight: 600;
  color: #333;
}

.detailProduct__policy-text {
  margin: 0;
  font-size: 0.875rem;
  color: #666;
  line-height: 1.4;
}

.tabContent__link a,
.oldProduct__Gp a {
  text-decoration: none;
  border: 1px solid rgba(102, 102, 102, 0.1254901961);
  border-radius: 9px;
  margin: 3px;
  width: 24%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

@media (max-width: 768px) {
  .detailProduct__policies {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px;
  }
  .detailProduct__policy-card {
    padding: 0.875rem;
  }
}
/* END */
/* Responsive */
@media (max-width: 768px) {
  .detail__thumbnail {
    min-width: calc((100% - 30px) / 4);
    /* 4 ảnh trên màn hình nhỏ hơn */
  }
}
@media (max-width: 480px) {
  .detail__thumbnail {
    min-width: calc((100% - 20px) / 3);
    /* 3 ảnh trên mobile */
  }
}
/* Responsive Breakpoints */
@media (max-width: 1399.98px) {
  .detail__container {
    max-width: 1140px;
  }
}
@media (max-width: 1199.98px) {
  .detail__container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .detail__container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .detail__container {
    max-width: 540px;
  }
  .detail__product-grid {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .detail__container {
    padding: 10px;
  }
  .detail__product-meta {
    grid-template-columns: 1fr;
  }
  .detail__thumbnail-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
/*  */
/* END */
/* Table chi tiết */
.product-tabs {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

.tab-navigation {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  overflow-x: auto;
  display: -webkit-inline-box;
  -webkit-overflow-scrolling: touch;
}
.tab-navigation button {
  padding: 12px 20px;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  color: #666;
  font-size: 14px;
}
.tab-navigation button.active {
  border-bottom: 2px solid #2d5aa3;
  color: #2d5aa3;
  font-weight: bold;
}

.product-title {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
  color: #333;
  padding: 0 15px;
}

.tab-content {
  display: none;
  padding: 10px;
  animation: fadeIn 0.3s ease-in;
}

.tab-contents {
  padding: 15px;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Specs table styles */
.specs-table {
  width: 100%;
  border-collapse: collapse;
}
.specs-table tr {
  border: 1px solid #ddd;
}
.specs-table td {
  padding: 12px;
}
.specs-table td:first-child {
  width: 30%;
  background-color: #f9f9f9;
}

/* Tablet styles */
@media (max-width: 768px) {
  .tab-navigation {
    padding: 0 10px;
  }
  .tab-navigation button {
    padding: 10px 15px;
    font-size: 13px;
  }
  .product-title {
    font-size: 20px;
  }
}
/* Mobile styles */
@media (max-width: 480px) {
  .tab-navigation {
    padding: 0 5px;
  }
  .tab-navigation button {
    padding: 8px 12px;
    font-size: 14px;
  }
  .product-title {
    font-size: 18px;
    padding: 0 10px;
  }
}
.oldProduct__ {
  padding: 2rem 0;
}

.oldProduct__Gp a {
  text-decoration: none;
}

.oldProduct__card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.oldProduct__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.oldProduct__image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.oldProduct__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  transition: transform 0.3s ease;
}

.oldProduct__card:hover .oldProduct__image img {
  transform: scale(1.05);
}

.oldProduct__body {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.oldProduct__title {
  font-size: 10px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 10px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 30px;
}
.oldProduct__title:hover {
  color: var(--primary-color);
}

.oldProduct__price-official {
  color: var(--primary-color);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.oldProduct__price-import {
  color: var(--text-light);
  font-size: 10px;
}

.oldProduct__price-label {
  font-size: 0.875rem;
  color: var(--text-light);
  margin-bottom: 0.25rem;
}

.oldProduct__badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--primary-color);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.875rem;
  z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .oldProduct__body {
    padding: 10px;
  }
  .oldProduct__title {
    font-size: 9px;
  }
  .oldProduct__price-official {
    font-size: 11px;
  }
}
/* END */
/* <!-- SẢN PHẨM ĐANG KHUYỄN MÃI --> */
/* Desktop lớn (>1200px) */
.listProduct__ {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.listProduct__ .product-container {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  white-space: nowrap;
}
.listProduct__ .product-container::-webkit-scrollbar {
  display: none;
}
.listProduct__ .product-wrapper {
  display: inline-flex;
  gap: 20px;
  padding: 10px;
}
.listProduct__ .product-item {
  position: relative;
  min-width: calc((100% - 100px) / 6);
  /* 6 items trên desktop lớn */
  padding: 10px 15px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
}
.listProduct__ .product-image {
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 10px;
}

.product-title {
  display: contents !important;
}

.listProduct__ .product-title {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  margin: 0;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
}
.listProduct__ .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.listProduct__ .prev-btn {
  left: -10px;
}
.listProduct__ .next-btn {
  right: -10px;
}
.listProduct__ .nav-btn:hover {
  background: #f8f8f8;
  transform: translateY(-50%) scale(1.1);
}

/* Navigation buttons */
.product-container {
  cursor: grab;
  user-select: none;
}
.product-container.dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}
.product-container:active {
  cursor: grabbing;
}

/* Thêm transition cho nút điều hướng */
.nav-btn {
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Desktop nhỏ (992px - 1199px) */
@media (max-width: 1199px) {
  .listProduct__ {
    padding: 15px;
  }
  .listProduct__ .product-item {
    min-width: calc((100% - 80px) / 5);
    /* 5 items */
  }
}
/* Tablet lớn (768px - 991px) */
@media (max-width: 991px) {
  .listProduct__ .product-item {
    min-width: calc((100% - 60px) / 6);
    /* 4 items */
  }
  .listProduct__ .product-image {
    height: 130px;
  }
  .listProduct__ .product-title {
    font-size: 13px;
  }
}
/* Tablet nhỏ (576px - 767px) */
@media (max-width: 767px) {
  .listProduct__ {
    padding: 10px;
  }
  .listProduct__ .product-item {
    min-width: calc((100% - 40px) / 6);
    /* 3 items */
  }
  .listProduct__ .product-image {
    height: 120px;
  }
  .listProduct__ .nav-btn {
    width: 35px;
    height: 35px;
  }
}
/* Mobile (< 576px) */
@media (max-width: 575px) {
  .listProduct__ .product-wrapper {
    gap: 6px;
    padding: 5px;
  }
  .listProduct__ .product-item {
    min-width: calc((100% - 20px) / 5);
    /* 2 items */
    padding: 10px;
  }
  .listProduct__ .product-image {
    height: 100px;
  }
  .listProduct__ .product-title {
    font-size: 13px;
    height: 35px;
    -webkit-line-clamp: 2;
  }
  .listProduct__ .nav-btn {
    display: none;
    /* Ẩn nút điều hướng trên mobile */
  }
}
/* Mobile nhỏ (< 375px) */
@media (max-width: 374px) {
  .listProduct__ .product-item {
    min-width: calc(100% - 20px);
    /* 1 item */
  }
  .listProduct__ .product-image {
    height: 120px;
  }
  .listProduct__ .product-title {
    height: auto;
  }
}
/* Touch device optimization */
@media (hover: none) {
  .listProduct__ .product-container {
    -webkit-overflow-scrolling: touch;
  }
  .listProduct__ .product-item:hover {
    transform: none;
  }
  .listProduct__ .product-container::-webkit-scrollbar {
    height: 4px;
    display: block;
  }
  .listProduct__ .product-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }
  .listProduct__ .product-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }
  .listProduct__ .product-container::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  /* Custom scrollbar for touch devices */
}
.product-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  background: white;
  padding: 15px;
  text-decoration: none;
}
.product-item::after {
  position: absolute;
  content: "";
  top: -7px;
  left: -4px;
  width: 48px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  object-fit: contain;
}

/* CSS cho hình ảnh */
.product-image {
  width: 100%;
  border-radius: 8px;
  transition: transform 0.6s ease;
  display: block;
}

/* CSS cho tiêu đề */
.product-title {
  text-align: center;
  margin-top: 10px;
  padding: 10px 0;
  color: #333;
  font-weight: 600;
  transition: color 0.3s ease;
}

/* Hiệu ứng hover */
.product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.product-item:hover .product-image {
  transform: scale(1.08);
}
.product-item:hover .product-title {
  color: var(--color--primary-oran);
}
.product-item::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
}
.product-item:hover {
  animation: pulse 1.5s infinite;
}
.product-item:hover::before {
  animation: shine 1.5s;
}

/* Hiệu ứng shine */
/* Hiệu ứng pulse */
/* Animations */
@keyframes shine {
  from {
    opacity: 1;
    transform: rotate(45deg) translate(-50%, -50%);
  }
  to {
    opacity: 0;
    transform: rotate(45deg) translate(100%, 100%);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 123, 0, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}
/* Responsive */
@media (max-width: 768px) {
  .product-title {
    font-size: 1.4rem;
  }
}
/* ===================================== CSS CHO TRANG sanPham.html ================================ */
.div_container_icon_hsx {
  display: flex;
  width: 100%;
  background: white;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  margin-bottom: 15px;
  flex-wrap: wrap;
  position: relative;
}

.sanPham__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.sanPham__item {
  margin: 4px 9px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.sanPham__logo {
  height: 40px;
  object-fit: contain;
  transition: all 0.3s ease;
}

.sanPhambreadcrumbs {
  padding: 16px 0;
}

.div_icon_hsx {
  display: flex;
  align-items: center;
  justify-content: center;
}

.div_icon_hsxLink {
  color: #000000;
  min-width: 125px;
  min-height: 30px;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  padding: 5px 0;
  border: 1px solid;
}
.div_icon_hsxLink:hover {
  color: #000;
}

.div_icon_hsxLink {
  max-width: 15ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

/* Desktop lớn (1200px trở lên) */
@media screen and (min-width: 1200px) {
  .sanPham__logo {
    height: 30px;
  }
}
/* Tablet to Desktop nhỏ (768px - 1199px) */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sanPham__logo {
    height: 30px;
  }
}
/* Tablet nhỏ (481px - 767px) */
@media screen and (min-width: 481px) and (max-width: 767px) {
  .sanPham__logo {
    height: 30px;
  }
}
/* Mobile (480px trở xuống) */
@media screen and (max-width: 480px) {
  .sanPham__logo {
    height: 30px;
  }
}
/* Hover effect cho desktop */
@media (hover: hover) {
  .sanPham__logo:hover {
    transform: scale(1.1);
    cursor: pointer;
  }
}
/* END */
/* NÚT LỌC SẢN PHẨM */
.sanPham__locContainer {
  position: relative;
  display: flex;
  gap: 20px;
  /* padding: 50px 0 20px 0; */
  /* max-width: 1200px; */
  justify-content: flex-end;
}

.sanPham__nutLoc {
  user-select: none;
  background: #ff6a00;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(255, 106, 0, 0.2);
}
.sanPham__nutLoc:hover {
  background: #ff8533;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(255, 106, 0, 0.3);
}

.sanPham__boLoc {
  position: absolute;
  top: calc(100% + 15px);
  left: 20px;
  right: 20px;
  background: white;
  border-radius: 12px;
  padding: 24px;
  display: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 106, 0, 0.1);
  z-index: 10;
}

#toggleFilter {
  display: none;
}
#toggleFilter:checked ~ .sanPham__boLoc {
  display: block;
}

.sanPham__noiDung {
  display: flex;
  gap: 40px;
  justify-content: space-evenly;
}

.sanPham__phan {
  /* flex: 1; */
  min-width: 280px;
}

.sanPham__phan-clear,
.btHuyLocTheoGia {
  border: none;
  background: rgba(221, 221, 221, 0);
  color: #ff5e14;
  border-radius: 30px;
  padding: 10px;
}

.sanPham__tieuDe {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ff6a00;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 106, 0, 0.1);
}

.sanPham__danhSach {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: scroll;
  max-height: 300px;
}
.sanPham__danhSach label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 6px;
  transition: background-color 0.2s;
  font-size: 14px;
}
.sanPham__danhSach::-webkit-scrollbar {
  width: 10px;
  /* Chiều rộng của thanh cuộn */
}
.sanPham__danhSach::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* Màu nền của thanh cuộn */
  border-radius: 5px;
  /* Bo góc của vùng thanh cuộn */
}
.sanPham__danhSach::-webkit-scrollbar-thumb {
  background-color: #ffcfac;
  /* Màu của thanh cuộn */
  border-radius: 5px;
  /* Bo góc của thanh cuộn */
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  /* Tạo bóng cho thanh cuộn */
}
.sanPham__danhSach::-webkit-scrollbar-thumb:hover {
  background-color: #e65c00;
  /* Màu của thanh cuộn khi hover */
}
.sanPham__danhSach label:hover {
  background-color: rgba(255, 106, 0, 0.05);
}
.sanPham__danhSach input[type=checkbox] {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  accent-color: #ff6a00;
}

.sanPham__khoangGia {
  width: 100%;
  margin: 20px 0;
}

.sanPham__khoangGia-hienthi {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  font-size: 14px;
  color: #666;
}

/* Style cho range input */
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background: #e0e0e0;
  border-radius: 2px;
  outline: none;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #ff6a00;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(255, 106, 0, 0.2);
  transition: all 0.2s;
}
input[type=range]::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 8px rgba(255, 106, 0, 0.3);
}
input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #ff6a00;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(255, 106, 0, 0.2);
  transition: all 0.2s;
}
input[type=range]::-moz-range-thumb:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 8px rgba(255, 106, 0, 0.3);
}

/* Backdrop cho mobile */
.sanPham__backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

#toggleFilter:checked ~ .sanPham__backdrop {
  opacity: 1;
}

.price-slider {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background: white;
  border-radius: 10px;
}

.range-container {
  position: relative;
  width: 100%;
  height: 8px;
}

.slider-track {
  width: 100%;
  height: 8px;
  position: absolute;
  background: #e5e7eb;
  border-radius: 4px;
}

.slider-range {
  height: 8px;
  position: absolute;
  background: #ff6a00;
  border-radius: 4px;
}

input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  width: 100%;
  height: 8px;
  background: none;
  pointer-events: none;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #ef4444;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  margin-top: -6px;
}
input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #ef4444;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
}

.price-values {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  font-family: Arial, sans-serif;
}
.price-values span {
  font-size: 14px;
  color: #333;
}

/* Responsive */
@media (max-width: 968px) {
  .sanPham__noiDung {
    gap: 30px;
  }
  .sanPham__phan {
    min-width: 180px;
  }
}
@media (max-width: 768px) {
  .sanPham__backdrop {
    display: block;
  }
  .sanPham__boLoc {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 20px 20px 0 0;
    padding: 24px 20px;
  }
  .sanPham__noiDung {
    flex-direction: column;
    gap: 24px;
  }
  .sanPham__phan {
    width: 100%;
  }
  .sanPham__tieuDe {
    margin-bottom: 15px;
  }
  .sanPham__danhSach {
    gap: 8px;
  }
  .sanPham__danhSach label {
    padding: 4px 10px;
  }
  /* Thanh cuộn tùy chỉnh cho mobile */
  .sanPham__boLoc::-webkit-scrollbar {
    width: 4px;
  }
  .sanPham__boLoc::-webkit-scrollbar-thumb {
    background-color: rgba(255, 106, 0, 0.3);
    border-radius: 2px;
  }
  .sanPham__boLoc::-webkit-scrollbar-track {
    background: transparent;
  }
}
@media (max-width: 480px) {
  .sanPham__locContainer {
    padding: 15px;
  }
  .sanPham__nutLoc {
    /* width: 100%; */
    justify-content: center;
  }
}
/* CSS trước giữ nguyên, thêm style mới cho phần nút */
.sanPham__nutContainer {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sanPham__nutLoc--full {
  flex: 1;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.sanPham__nutLoc--apDung {
  background: #ff6a00;
  color: white;
  border: none;
  box-shadow: 0 2px 4px rgba(255, 106, 0, 0.2);
}
.sanPham__nutLoc--apDung:hover {
  background: #ff8533;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(255, 106, 0, 0.3);
}

.sanPham__nutLoc--huyBo {
  background: white;
  color: #666;
  border: 1px solid #ddd;
}
.sanPham__nutLoc--huyBo:hover {
  background: #f5f5f5;
  border-color: #ccc;
}

.sanPham__locContainerGp {
  /* flex: 1; */
}

/* Điều chỉnh responsive cho phần nút */
@media (max-width: 768px) {
  .sanPham__boLoc {
    padding-bottom: 90px;
    /* Tạo khoảng trống cho nút fixed */
  }
  .sanPham__nutContainer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
    background: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    border-top: none;
    z-index: 1001;
  }
  .sanPham__nutLoc--full {
    padding: 14px 24px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .sanPham__nutContainer {
    padding: 12px 15px;
  }
  .sanPham__nutLoc--full {
    padding: 12px 16px;
  }
}
/* END */
.containerPhanLoaiHT {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  background: rgb(255, 255, 255);
  border-radius: 16px;
  flex-wrap: wrap;
}

.containerPhanLoaiHT__tag {
  display: inline-block;
  white-space: nowrap;
  background: linear-gradient(135deg, #f88d40, #fba66d);
  padding: 10px 20px;
  border-radius: 25px;
  color: white;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(255, 106, 0, 0.2);
  position: relative;
  overflow: hidden;
  letter-spacing: 0.3px;
  flex-shrink: 0;
  width: fit-content;
}
.containerPhanLoaiHT__tag:hover {
  color: #fff;
}
.containerPhanLoaiHT__tag:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: 0.5s;
}
.containerPhanLoaiHT__tag:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(255, 106, 0, 0.3);
  background: linear-gradient(135deg, #ff5500, #ff7a1f);
}
.containerPhanLoaiHT__tag:hover:before {
  left: 100%;
}
.containerPhanLoaiHT__tag:active {
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(255, 106, 0, 0.2);
}

@supports (backdrop-filter: blur(10px)) {
  .containerPhanLoaiHT {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.6);
  }
}
@media (max-width: 768px) {
  .containerPhanLoaiHT {
    padding: 15px;
    gap: 10px;
    margin: 10px;
    border-radius: 12px;
  }
  .containerPhanLoaiHT__tag {
    padding: 8px 16px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .containerPhanLoaiHT {
    padding: 12px;
    gap: 8px;
    margin: 8px;
    border-radius: 10px;
  }
  .containerPhanLoaiHT__tag {
    padding: 6px 14px;
    font-size: 12px;
    letter-spacing: 0.2px;
  }
}
.containerPhanLoaiHT {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.1);
}

/* <!-- nút bộ lọc phân loại giá --> */
.sanPham-boLocPhanLoai {
  /* flex: 1; */
  width: 200px;
  position: relative;
  font-family: Arial, sans-serif;
}

.sanPham-boLocPhanLoai__control {
  display: none;
}

.sanPham-boLocPhanLoai__button {
  position: relative;
  width: 100%;
  padding: 12px 15px;
  background: white;
  /* border: 2px solid #ff6a00; */
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #333;
  transition: all 0.3s ease;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.sanPham-boLocPhanLoai__button:hover {
  background-color: #ff6a00;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(255, 106, 0, 0.3);
  color: #fff;
}
.sanPham-boLocPhanLoai__button::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #929292;
  border-bottom: 2px solid #929292;
  transform: rotate(45deg);
  transition: transform 0.3s;
  position: absolute;
  right: 15px;
  top: 45%;
}

.sanPham-boLocPhanLoai__control:checked + .sanPham-boLocPhanLoai__button::after {
  transform: rotate(-135deg);
}

.sanPham-boLocPhanLoai__danhSach {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid #ff6a00;
  border-radius: 4px;
  margin-top: 5px;
  display: none;
  z-index: 1000;
  box-shadow: rgba(255, 139, 0, 0.16) 0px 3px 6px, rgba(255, 140, 0, 0.23) 0px 3px 6px;
}

.sanPham-boLocPhanLoai__control:checked ~ .sanPham-boLocPhanLoai__danhSach {
  display: block;
}

.sanPham-boLocPhanLoai__mucGia {
  display: block;
  width: 100%;
  padding: 10px 15px;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
}

.sanPham-boLocPhanLoai__mucGia:hover {
  background-color: #fff1e6;
  color: #ff6a00;
}

/*  */
/* Responsive */
@media screen and (max-width: 768px) {
  .sanPham-boLocPhanLoai {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .sanPham-boLocPhanLoai__button {
    padding: 12px 24px;
    font-size: 16px;
  }
  .sanPham-boLocPhanLoai__mucGia {
    padding: 12px 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sanPham-boLocPhanLoai {
    max-width: 100%;
  }
}
/*  */
/* END */
/* <!-- NÚT XEM TIẾP --> */
.btXemTiep__Gp {
  position: relative;
  width: 100%;
  height: 50px;
}

.btXemTiep {
  cursor: pointer;
  position: absolute;
  top: -100px;
  height: 157px;
  width: 100%;
  color: #000;
  display: flex;
  justify-content: center;
  /* width: 100%; */
  background: linear-gradient(to top, #fff 38%, rgba(255, 255, 255, 0));
  align-items: flex-end;
}

.btXemTiep_xt {
  padding: 10px 30px;
  background: #ff6a00;
  color: #fff;
  border-radius: 6px;
  transition: background-color 0.2s ease-in-out;
}
.btXemTiep_xt:hover {
  background-color: #ff8c3a;
}

/* END */
/* NÚT CHAT HỖ TRỢ LIÊN HỆ */
.btnSearch::after, .btnSearch::before {
  vertical-align: 0.875em !important;
}

.support-btn {
  position: fixed;
  bottom: 50%;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  animation: support-btn__float 2s infinite;
  z-index: 999;
}

/* Biến thể nút tìm kiếm */
.support-btn--search {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Icon trong nút */
.support-btn__icon {
  font-size: 20px;
  color: #333;
  transition: color 0.3s ease;
}

/* Trạng thái active khi scroll */
.support-btn--active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  background: #ff6a00;
  color: #fff;
}
.support-btn--active .support-btn__icon {
  color: #ffffff;
}

/* Hiệu ứng hover */
.support-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.support-btn__container {
  position: fixed;
  right: 20px;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
}

.support-btn__toggle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ff6a00;
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  animation: support-btn__pulse 2s infinite 0.6s;
  box-shadow: 0 4px 15px rgba(255, 106, 0, 0.3);
  transition: transform 0.3s ease;
  z-index: 1000;
}
.support-btn__toggle:hover {
  transform: scale(1.1);
}
.support-btn__toggle.active {
  transform: rotate(135deg);
}

.support-btn__items {
  position: absolute;
  bottom: 70px;
  right: 7px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(20px);
}
.support-btn__items.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.support-btn__item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  background: #ff6a00;
}

.support-btn__icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.support-btn__text {
  font-size: 14px;
  font-weight: bold;
}

.support-btn__shine {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(45deg);
  left: -110%;
  top: -10%;
  transition: all 0.3s ease;
}

.support-btn__tooltip {
  position: absolute;
  right: 60px;
  background: #ff6a00;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}

.support-btn__phone {
  animation: support-btn__pulse 2s infinite;
}

.support-btn__messenger {
  animation: support-btn__pulse 2s infinite 0.3s;
}

.support-btn__zalo {
  animation: support-btn__pulse 2s infinite 0.6s;
}

.support-btn__backtop {
  position: fixed;
  right: 20px;
  bottom: 9px;
  width: 55px;
  height: 55px;
  background: #ff6a00;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(255, 106, 0, 0.3);
}

.support-btn__backtop--visible {
  opacity: 1;
  visibility: visible;
  animation: support-btn__float 2s infinite;
}

.support-btn__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(255, 106, 0, 0.4);
  color: #fff;
}
.support-btn__item:hover .support-btn__shine {
  left: 110%;
}
.support-btn__item:hover .support-btn__tooltip {
  opacity: 1;
  visibility: visible;
}

.support-btn__backtop:hover {
  transform: translateY(-5px) scale(1.1);
  background: #ff8534;
}

@keyframes support-btn__pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 106, 0, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 106, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 106, 0, 0);
  }
}
@keyframes support-btn__float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
/* Demo content styles - có thể xóa */
.support-btn__content {
  height: 200vh;
  padding: 20px;
  background: linear-gradient(135deg, #fff5f0, #fff);
}

.support-btn__section {
  margin: 20px 0;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .support-btn__container {
    bottom: 90px;
  }
  .support-btn__toggle {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .support-btn__item {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  .support-btn__backtop {
    width: 50px;
    height: 50px;
  }
  .support-btn__tooltip {
    display: none;
  }
}
/* END */
/* ======================= TRANG LIÊN HỆ HTML CSS =========== */
.lienHe__gp {
  padding: 40px 0;
}

.contact-header {
  text-align: center;
  margin-bottom: 50px;
}
.contact-header h1 {
  color: #ff6a00;
  font-size: 2.5em;
  margin-bottom: 15px;
}
.contact-header p {
  color: #666;
  font-size: 1.1em;
}

.contact-content {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.map-container {
  flex: 1;
  min-width: 300px;
  height: 450px;
  background: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.map-frame {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
}

.contact-info {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-card {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 15px;
  transition: transform 0.3s ease;
}
.info-card:hover {
  transform: translateY(-5px);
}

.thongTinLienHe__map a {
  text-decoration: none;
  color: #000;
}
.thongTinLienHe__map a:hover {
  color: var(--color--primary-oran);
}

.info-card i {
  font-size: 24px;
  color: #ff6a00;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 106, 0, 0.1);
  border-radius: 50%;
}
.info-card .social-linksIcon {
  background-color: rgba(0, 0, 0, 0);
}

.social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  justify-content: center;
}

.social-link {
  width: 40px;
  height: 40px;
  background: #ff6a00;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease;
}
.social-link:hover {
  transform: translateY(-3px);
  background: #e65f00;
}

.qr-code {
  text-align: center;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.qr-code h3 {
  color: #ff6a00;
  margin-bottom: 15px;
}
.qr-code img {
  width: 150px;
  height: 150px;
}

.info-card__title {
  font-weight: bold;
  display: flex;
  gap: 10px;
}

.info-card__link {
  display: flex;
  align-items: center;
  gap: 5px;
}

.info-card__linkBanDo {
  display: inline-block;
  white-space: nowrap;
  color: var(--color--primary-oran) !important;
}
.info-card__linkBanDo:hover {
  font-weight: 600;
}

.info-card__content {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
}

.contact-infoLink {
  text-decoration: none;
  color: #000;
}

.social-linksIcon {
  background-color: #fff;
}

.info-cardPhone {
  display: grid;
}

.contact-infoLink:hover {
  color: #ff6a00;
}

@media (max-width: 768px) {
  .contact-content {
    flex-direction: column;
  }
  .map-container {
    height: 300px;
  }
  .contact-header h1 {
    padding: 0 10px;
  }
}
/* ================================CHÍNH SÁCH BẢO HÀNH CSS HTML =================== */
.ChinhSachBaoHanh__header {
  background: linear-gradient(135deg, #ff6a00 0%, #ff8533 100%);
  color: white;
  padding: 3rem 10px;
  text-align: center;
  position: relative;
  border-radius: 4px;
  /* overflow: hidden; */
}
.ChinhSachBaoHanh__header::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 62px;
  background: #f8f9fa;
  transform: skewY(-3deg);
}

.ChinhSachBaoHanh__title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.ChinhSachBaoHanh__subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
}

.ChinhSachBaoHanh__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
  z-index: 1;
}

.ChinhSachBaoHanh__card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 2.5rem;
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
}
.ChinhSachBaoHanh__card:hover {
  transform: translateY(-5px);
}

.ChinhSachBaoHanh__section {
  margin-bottom: 2.5rem;
}
.ChinhSachBaoHanh__section:last-child {
  margin-bottom: 0;
}

#chinhSachDoiTraHoanTien {
  margin-top: 60px;
  scroll-margin-top: 60px;
}

.ChinhSachBaoHanh__section-title {
  color: #ff6a00;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid rgba(255, 106, 0, 0.2);
  position: relative;
}
.ChinhSachBaoHanh__section-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #ff6a00;
}

.ChinhSachBaoHanh__list {
  list-style: none;
}

.ChinhSachBaoHanh__list-item {
  margin-bottom: 10px;
  padding-left: 2rem;
  position: relative;
}
.ChinhSachBaoHanh__list-item::before {
  content: "→";
  color: #ff6a00;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.ChinhSachBaoHanh__contact {
  background: linear-gradient(135deg, #fff5ef 0%, #fff9f5 100%);
  padding: 2rem;
  border-radius: 12px;
  border-left: 4px solid #ff6a00;
  margin-top: 3rem;
}

.ChinhSachBaoHanh__contact-info {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #666;
}
.ChinhSachBaoHanh__contact-info:hover {
  color: var(--color--primary-oran);
}

.ChinhSachBaoHanh__contact-infoP {
  display: flex;
  gap: 2px;
}

.ChinhSachBaoHanh__purpose {
  font-style: italic;
  color: #666;
  margin-bottom: 2rem;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 8px;
}

.ChinhSachBaoHanh__Gp {
  padding: 40px 0;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .ChinhSachBaoHanh__container {
    max-width: 960px;
  }
}
@media (max-width: 992px) {
  .ChinhSachBaoHanh__container {
    max-width: 720px;
  }
}
@media (max-width: 768px) {
  .ChinhSachBaoHanh__container {
    max-width: 540px;
    padding: 10px;
  }
  .ChinhSachBaoHanh__title {
    font-size: 2.2rem;
  }
  .ChinhSachBaoHanh__card {
    padding: 1.5rem;
  }
  .ChinhSachBaoHanh__section-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .ChinhSachBaoHanh__container {
    padding: 10px;
  }
  .ChinhSachBaoHanh__header {
    padding: 2rem 10px;
  }
  .ChinhSachBaoHanh__title {
    font-size: 1.8rem;
  }
  .ChinhSachBaoHanh__subtitle {
    font-size: 10px;
  }
}
/* ==================================SetupPhongStudio TRANG HTML CSS======================== */
.setupPhongStudio {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
}

.setupPhongStudio__header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 1px;
}
.setupPhongStudio__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: var(--primary-gradient);
}

.setupPhongStudio__title {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: normal;
}

.setupPhongStudio__subtitle {
  font-size: 14px;
  color: var(--secondary-color);
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto;
}

.setupPhongStudio__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}

.setupPhongStudio__card {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  position: relative;
}
.setupPhongStudio__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(255, 106, 0, 0.15);
}

.setupPhongStudio__card-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.setupPhongStudio__card:hover .setupPhongStudio__card-image {
  transform: scale(1.05);
}

.setupPhongStudio__card-content {
  padding: 30px;
  position: relative;
}

.setupPhongStudio__card-title {
  font-size: 1.8rem;
  color: var(--secondary-color);
  margin-bottom: 15px;
  font-weight: 700;
}

.setupPhongStudio__card-description {
  color: #666;
  margin-bottom: 25px;
  font-size: 1.1px;
  line-height: 1.8;
}

.setupPhongStudio__button {
  display: inline-block;
  padding: 15px 35px;
  background: var(--primary-gradient);
  color: var(--white);
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 106, 0, 0.2);
}
.setupPhongStudio__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 106, 0, 0.3);
  color: #fff;
}

.setupPhongStudio__features {
  background: var(--white);
  padding: 60px;
  border-radius: 30px;
  margin-bottom: 60px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.setupPhongStudio__features-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.5rem;
  color: var(--secondary-color);
  font-weight: 700;
}

.setupPhongStudio__features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.setupPhongStudio__feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: var(--bg-light);
  border-radius: 15px;
  transition: all 0.3s ease;
}
.setupPhongStudio__feature-item:hover {
  transform: translateX(5px);
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.1), rgba(255, 153, 0, 0.1));
}

.setupPhongStudio__feature-icon {
  width: 50px;
  height: 50px;
  background: var(--primary-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.5rem;
}

.setupPhongStudio__feature-text {
  font-size: 1.1px;
  font-weight: 500;
  color: var(--secondary-color);
}

.setupPhongStudio__services {
  padding: 80px 0;
}

.setupPhongStudio__services-intro {
  text-align: center;
  margin-bottom: 60px;
}

.setupPhongStudio__services-heading {
  font-size: 2.8rem;
  color: var(--secondary-color);
  margin-bottom: 20px;
  font-weight: 800;
}

.setupPhongStudio__services-subtext {
  font-size: 1.2rem;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}

.setupPhongStudio__service-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 100px;
  align-items: center;
}
.setupPhongStudio__service-item:nth-child(even) {
  direction: rtl;
}
.setupPhongStudio__service-item:nth-child(even) .setupPhongStudio__service-content {
  direction: ltr;
}

.setupPhongStudio__service-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.setupPhongStudio__banner {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.setupPhongStudio__banner-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90vh;
}

.setupPhongStudio__close {
  position: absolute;
  right: 13px;
  top: 0px;
  color: #f1f1f1;
  font-size: 30px;
  cursor: pointer;
}
.setupPhongStudio__close:hover {
  color: #bbb;
}

.setupPhongStudio__service-image {
  cursor: pointer;
  transition: transform 0.3s;
}
.setupPhongStudio__service-image:hover {
  transform: scale(1.05);
}

S .setupPhongStudio__banner-content {
  animation: zoom 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.setupPhongStudio__service-image-wrapper::after {
  content: "";
  position: absolute;
  height: 73px;
  width: 173px;
  bottom: 6px;
  left: 6px;
  border-radius: 7px;
  background: url("/asset/imgs/img/table_thongtin01.png") center/cover no-repeat;
}

.setupPhongStudio__service-image {
  width: 100%;
  object-fit: contain;
  transition: transform 0.6s ease;
  direction: rtl;
  padding: 10px;
  border-radius: 20px;
}

.setupPhongStudio__service-image-wrapper:hover .setupPhongStudio__service-image {
  transform: scale(1.05);
}

.setupPhongStudio__service-content {
  padding: 30px;
}

.setupPhongStudio__service-title {
  font-size: 2.2rem;
  color: var(--secondary-color);
  margin-bottom: 20px;
  font-weight: 700;
}

.setupPhongStudio__service-description {
  font-size: 1.1px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 30px;
}

.setupPhongStudio__service-features {
  list-style: none;
  margin-bottom: 30px;
}

.setupPhongStudio__service-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 1.1px;
  color: var(--secondary-color);
}
.setupPhongStudio__service-feature::before {
  content: "✓";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: var(--primary-gradient);
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 24px;
  font-size: 0.9rem;
}

.setupPhongStudio__price-tag {
  display: inline-block;
  padding: 10px 25px;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.1), rgba(255, 153, 0, 0.1));
  border-radius: 20px;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

@media (max-width: 968px) {
  .setupPhongStudio__service-item {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 60px;
  }
  .setupPhongStudio__service-item:nth-child(even) {
    direction: ltr;
  }
}
@media (max-width: 768px) {
  .setupPhongStudio__title {
    font-size: 2.5rem;
  }
  .setupPhongStudio__subtitle {
    font-size: 14px;
  }
  .setupPhongStudio__grid {
    grid-template-columns: 1fr;
  }
  .setupPhongStudio__features {
    padding: 30px;
  }
  .setupPhongStudio__features-title {
    font-size: 20px;
  }
}
/* * ==================================SetupPhongStudio01 TRANG HTML CSS======================== */
.setupPhongStudio01__subtitle {
  max-width: 100%;
  margin: 20px auto;
}

.setupPhongStudio01__services {
  padding: 0;
}

.setupPhongStudio01__service-item {
  margin-bottom: 0;
}

.setupPhongStudio01__header {
  /* margin-bottom: 0;     */
}

.setupPhongStudio01__subtitle a {
  text-decoration: none;
  color: var(--color--primary-oran);
}

@media (max-width: 968px) {
  .setupPhongStudio01__service-item {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-bottom: 60px;
  }
}
.gioHang__cart {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 2rem;
}

.gioHang__cart-title {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 2.5rem;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.gioHang__cart-title i {
  color: #ff6a00;
}

.gioHang__cart-container {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 2.5rem;
}

/* Cart Items */
.gioHang__cart-items {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.gio-hang-item-count {
  position: absolute;
  top: -4px;
  right: -11px;
  width: 22px;
  height: 22px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  color: rgb(255, 94, 20);
  font-size: 12px;
  border: 1px solid rgb(255, 94, 20);
  text-align: center;
  padding: 3px 0;
}

.gioHang__cart-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  padding: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}
.gioHang__cart-item:hover {
  background: rgba(255, 106, 0, 0.02);
}

.gioHang__cart-item-image {
  width: 180px;
  height: 180px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.gioHang__cart-item-image img {
  width: 100%;
  height: 100%;
  padding: 10px;
  object-fit: contain;
  transition: transform 0.5s ease;
}
.gioHang__cart-item-image:hover img {
  transform: scale(1.05);
}

.gioHang__cart-item-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 106, 0, 0.95);
  color: white;
  padding: 0.5rem 10px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(255, 106, 0, 0.2);
}

.gioHang__cart-item-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gioHang__cart-item-title {
  font-size: 1.5rem;
  color: #2c3e50;
  font-weight: 600;
  margin: 0;
}

.gioHang__cart-item-desc {
  color: #666;
  font-size: 10px;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.gioHang__cart-item-price {
  font-size: 1.5rem;
  color: #ff6a00;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.gioHang__cart-item-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.gioHang__cart-item-quantity {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 15px;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: 8px;
}

.gioHang__cart-item-quantity-btn {
  width: 36px;
  height: 36px;
  background-color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff6a00;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.gioHang__cart-item-quantity-btn:hover {
  background: #ff6a00;
  color: white;
  transform: translateY(-2px);
}

.gioHang__cart-item-quantity-input {
  width: 50px;
  height: 36px;
  text-align: center;
  border: none;
  background: white;
  border-radius: 8px;
  font-weight: 600;
  color: #2c3e50;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.gioHang__cart-item-remove {
  background: none;
  border: none;
  color: #dc3545;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 10px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.gioHang__cart-item-remove:hover {
  background: rgba(220, 53, 69, 0.1);
  transform: translateY(-2px);
}

/* Cart Summary */
.gioHang__cart-summary {
  background: white;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  height: fit-content;
  position: sticky;
  top: 8rem;
}

.gioHang__cart-summary-title {
  font-size: 1.75rem;
  color: #2c3e50;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.gioHang__cart-summary-row span {
  font-size: var(--font-size);
}

.gioHang__cart-summary-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.gioHang__cart-summary-row {
  display: flex;
  justify-content: space-between;
  color: #666;
  font-size: 1.1px;
}

.gioHang__form-groupIcon {
  color: #ff6a00;
}

.gioHang__cart-summary-discount {
  display: flex;
  gap: 0.5rem;
  margin: 10px 0;
}

.gioHang__radio {
  display: flex;
  gap: 20px;
  font-family: Arial, sans-serif;
}

.gioHang__radio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.gioHang__radio-labelGps {
  display: flex;
  gap: 20px;
}

.gioHang__radio-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.gioHang__radio-custom {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border: 2px solid #ff6a00;
  border-radius: 50%;
}

.gioHang__radio-input:checked + .gioHang__radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff6a00;
}
.gioHang__radio-input:focus + .gioHang__radio-custom {
  box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.3);
}

.gioHang__radio-label:hover .gioHang__radio-custom {
  border-color: #ff8533;
}

.gioHang__cart-discount-input {
  flex: 1;
  padding: 0.75rem 10px;
  border: 2px solid #eee;
  border-radius: 8px;
  font-size: 10px;
  transition: all 0.3s ease;
}
.gioHang__cart-discount-input:focus {
  border-color: #ff6a00;
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.1);
}

.gioHang__cart-discount-button {
  padding: 0.75rem 1.5rem;
  background: #ff6a00;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.gioHang__cart-discount-button:hover {
  background: #e65e00;
  transform: translateY(-2px);
}

.gioHang__cart-summary-total {
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c3e50;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid #eee;
}

.gioHang__cart-checkout {
  background: linear-gradient(45deg, #ff6a00, #ff8533);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 1.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 8px 20px rgba(255, 106, 0, 0.3);
}
.gioHang__cart-checkout:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(255, 106, 0, 0.4);
}

/* Empty Cart State */
.gioHang__cart-empty {
  text-align: center;
  padding: 3rem;
  color: #666;
}
.gioHang__cart-empty i {
  font-size: 4rem;
  color: #ddd;
  margin-bottom: 10px;
}

/* Toast Messages */
.gioHang__toast {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: white;
  padding: 10px 2rem;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 10px;
  animation: slideIn 0.3s ease;
  z-index: 1000;
}
.gioHang__toast.success {
  border-left: 4px solid #28a745;
}
.gioHang__toast.error {
  border-left: 4px solid #dc3545;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* Loading Animation */
.loading {
  position: relative;
  opacity: 0.8;
  pointer-events: none;
}
.loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: loading 0.8s ease infinite;
}

@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}
/* Responsive Design */
@media (max-width: 1024px) {
  .gioHang__cart-container {
    grid-template-columns: 1fr;
  }
  .gioHang__cart-summary {
    position: static;
  }
}
@media (max-width: 768px) {
  .gioHang__cart {
    padding: 10px;
  }
  .gioHang__cart-item-image {
    margin: 0 auto;
    width: 140px;
    height: 140px;
  }
  .gioHang__cart-item-controls {
    flex-direction: column;
    gap: 10px;
  }
  .gioHang__cart-summary-discount {
    flex-direction: column;
  }
}
.gioHang__checkout {
  margin: 2rem auto;
  padding: 2rem;
}

.gioHang__checkout-container {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 2rem;
}

/* Progress Bar */
.gioHang__checkout-progress {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}

.gioHang__checkout-progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.gioHang__checkout-progress-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #666;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
}

.gioHang__checkout-progress-step.active .gioHang__checkout-progress-number {
  background: #ff6a00;
  color: white;
}

.gioHang__checkout-progress-text {
  font-size: 13px;
  color: #666;
}

.gioHang__checkout-progress-line {
  flex: 1;
  height: 2px;
  background: #eee;
  margin: 0 10px;
  margin-bottom: 2rem;
}

/* Checkout Content */
.gioHang__checkout-content {
  grid-template-columns: 1.5fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

/* Form Styles */
.gioHang__checkout-title {
  font-size: 1.75rem;
  color: #2c3e50;
  margin-bottom: 2rem;
}

.gioHang__form-group {
  margin-bottom: 1.5rem;
}

.gioHang__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.gioHang__form-group label {
  display: flex;
  margin-bottom: 0.5rem;
  color: #2c3e50;
  font-weight: 500;
}

.gioHang__form-input {
  width: 100%;
  padding: 0.75rem 10px;
  border: 2px solid #eee;
  border-radius: 8px;
  font-size: 13px;
  transition: all 0.3s ease;
}
.gioHang__form-input:focus {
  border-color: #ff6a00;
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.1);
}
.gioHang__form-input::placeholder {
  color: #aaa;
}

.gioHang__form-error {
  display: block;
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  min-height: 18px;
}

/* Summary Styles */
.gioHang__checkout-summary {
  background: #fff;
  border-radius: 16px;
  padding: 2rem 0;
  height: fit-content;
  position: sticky;
  top: 2rem;
}

.gioHang__checkout-summary-header {
  display: flex;
  justify-content: space-between;
}

.gioHang__checkout-summary-title {
  font-size: 1.5rem;
  color: #2c3e50;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ClassBtClearGioHang {
  outline: none;
  border: none;
  background: none;
  color: #dc3545;
}

.gioHang__checkout-summary-RemovedTitle {
  color: #dc3545;
}

#itemCount {
  font-size: 10px;
  color: #666;
  font-weight: normal;
}

.gioHang__checkout-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 28px;
  border-radius: 10px;
}
.gioHang__checkout-items .gioHang__checkout-imgGioHangTrong {
  margin: auto;
}

.gioHang__checkout-item {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.gioHang__checkout-item:last-child {
  border-bottom: none;
}

.gioHang__checkout-itemGps {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.gioHang__checkout-item-remove {
  font-size: 18px;
  color: #dc3545;
}

.gioHang__checkout-item-image {
  width: 80px;
  height: 80px;
  padding: 10px;
  object-fit: contain;
  border-radius: 8px;
}

.gioHang__checkout-item-info {
  flex: 1;
}

.gioHang__checkout-item-title {
  color: #2c3e50;
  margin-bottom: 0.25rem;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gioHang__checkout-item-Hang,
.gioHang__checkout-item-PhanLoai {
  color: #ff5e14;
}

.gioHang__checkout-item-variant {
  font-size: 13px;
  color: #666;
  margin-bottom: 0.5rem;
}

.gioHang__checkout-item-price {
  display: flex;
  color: #ff6a00;
  font-weight: 600;
  align-items: end;
  gap: 6px;
  flex-direction: column;
}
.gioHang__checkout-item-price .quantity {
  display: flex;
  justify-content: space-between;
  color: #666;
  font-weight: normal;
}

.gioHang__checkout-item-priceGps {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gioHang__checkout-item-priceAmount {
  font-size: 20px;
  color: #dc3545;
}

.gioHang__checkout-itemTextUuDaiGps {
  position: relative;
  background: #dc3545;
  color: #fff;
  padding: 3px 20px;
  border-radius: 99px;
}
.gioHang__checkout-itemTextUuDaiGps:hover .gioHang__checkout-itemTextUuDaiShow {
  display: block;
}

.gioHang__checkout-itemTextUuDaiShow {
  display: none;
  content: "";
  position: absolute;
  width: 60vw;
  background-color: #ffffff;
  top: 27px;
  left: 0px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.gioHang__checkout-itemTextUuDaiShow span {
  color: #000000;
  display: block;
  padding: 20px;
}

.gioHang__checkout-item-GiamGia {
  display: flex;
  gap: 6px;
  justify-content: space-between;
  align-items: center;
}
.gioHang__checkout-item-GiamGia .gioHang__checkout-itemNumberGiamGia {
  color: #dc3545;
  font-weight: 700;
  font-size: 18px;
}

.gioHang__checkout-item-priceText,
.gioHang__checkout-itemTextGiamGia {
  font-weight: 100;
  color: #666;
}

.gioHang__checkout-summary-calculations {
  padding: 1.5rem 0;
  border-top: 2px solid #eee;
}

.gioHang__checkout-summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #666;
}

.gioHang__checkout-summary-total {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  color: #2c3e50;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid #eee;
}
.gioHang__checkout-summary-total span {
  font-size: 14px;
}

/* Tiếp tục CSS cho nút submit */
.gioHang__checkout-submit {
  background: linear-gradient(45deg, #ff6a00, #ff8533);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 1.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  width: 100%;
  margin-top: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 8px 20px rgba(255, 106, 0, 0.3);
}
.gioHang__checkout-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(255, 106, 0, 0.4);
}
.gioHang__checkout-submit:active {
  transform: translateY(-1px);
}
.gioHang__checkout-submit.loading {
  position: relative;
  opacity: 0.8;
  pointer-events: none;
}
.gioHang__checkout-submit.loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: loading 0.8s ease infinite;
}

/* Loading State */
@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}
/* Toast Messages */
.gioHang__toast {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: white;
  padding: 10px 2rem;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 10px;
  animation: slideIn 0.3s ease;
  z-index: 1000;
}
.gioHang__toast.success {
  border-left: 4px solid #28a745;
}
.gioHang__toast.error {
  border-left: 4px solid #dc3545;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* Responsive Design */
@media (max-width: 1024px) {
  .gioHang__checkout-content {
    grid-template-columns: 1fr;
  }
  .gioHang__checkout-summary {
    position: static;
  }
}
@media (max-width: 768px) {
  .gioHang__checkout {
    padding: 10px;
  }
  .gioHang__form-row {
    grid-template-columns: 1fr;
  }
  .gioHang__checkout-progress-text {
    display: none;
  }
  .gioHang__checkout-progress-line {
    margin-bottom: 0;
  }
}
/* ==============================TRANG PAGE404ERR HTML CSS=============================== */
.page404err {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Segoe UI", sans-serif;
  background: rgb(255, 255, 255);
  padding: 20px;
}

.page404err__container {
  text-align: center;
  max-width: 600px;
  margin: auto;
}

.page404err__title {
  font-size: 120px;
  margin: 0;
  background: linear-gradient(45deg, #ff6a00 20%, #ff8534 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  line-height: 1;
}

.page404err__subtitle {
  font-size: 24px;
  color: #333;
  margin: 20px 0;
  font-weight: 600;
}

.page404err__text {
  color: #666;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}

.page404err__button {
  display: inline-block;
  padding: 15px 35px;
  background-color: #ff6a00;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #ff6a00;
}
.page404err__button:hover {
  background-color: transparent;
  color: #ff6a00;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 106, 0, 0.2);
}

.page404err__image {
  max-width: 100%;
  height: auto;
  margin: 30px 0;
}

.page404err__gif {
  width: 300px;
}

@media (max-width: 768px) {
  .page404err__title {
    font-size: 80px;
  }
  .page404err__subtitle {
    font-size: 20px;
  }
  .page404err__button {
    padding: 12px 28px;
  }
}
/* THẺ TAG TỪ KHOÁ */
.theTagTimKiem {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 10px;
  position: relative;
}

.theTagTimKiem__label {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-right: 12px;
  position: relative;
}
.theTagTimKiem__label::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: linear-gradient(to bottom, #e0e0e0, #ff6a00, #e0e0e0);
}
.theTagTimKiem__label svg {
  width: 16px;
  height: 16px;
  fill: #ff6a00;
  opacity: 0.9;
  transition: all 0.3s ease;
}
.theTagTimKiem__label:hover svg {
  transform: rotate(15deg);
}

.theTagTimKiem__container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.theTagTimKiem__img {
  width: 18px;
}

.theTagTimKiem__item {
  display: inline-flex;
  align-items: center;
  padding: 5px 15px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  color: #555;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}
.theTagTimKiem__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #ff6a00, #ff8534);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.theTagTimKiem__item span {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}
.theTagTimKiem__item:hover {
  border-color: transparent;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(255, 106, 0, 0.15);
}
.theTagTimKiem__item:hover::before {
  opacity: 1;
}
.theTagTimKiem__item:hover span {
  color: white;
}

@media (max-width: 768px) {
  .theTagTimKiem {
    flex-wrap: wrap;
  }
  .theTagTimKiem__label {
    padding-right: 0;
    margin-bottom: 5px;
  }
  .theTagTimKiem__label::after {
    display: none;
  }
}
/* END */
.DatHangHoanTat__container {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 150px 20px;
}

.DatHangHoanTat__icon {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.DatHangHoanTat__cart {
  width: 80px;
  height: 80px;
  fill: #999;
}

.DatHangHoanTat__check {
  position: absolute;
  top: -5px;
  right: -10px;
  width: 28px;
  height: 28px;
  background: #00c853;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.DatHangHoanTat__check svg {
  width: 20px;
  height: 20px;
  fill: white;
}

.DatHangHoanTat__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.DatHangHoanTat__message {
  color: #666;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.5;
}

.DatHangHoanTat__order-id {
  font-weight: bold;
}

.DatHangHoanTat__buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.DatHangHoanTat__button {
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s;
}

.DatHangHoanTat__button--outline {
  border: 1px solid #ff6a00;
  color: #ff6a00;
  background: white;
}

.DatHangHoanTat__button--primary {
  background: linear-gradient(45deg, #ff6a00, #ff8533);
  color: white;
  border: none;
}
.DatHangHoanTat__button--primary:hover {
  color: #fff;
}

.DatHangHoanTat__button:hover {
  opacity: 0.9;
}

@media (max-width: 480px) {
  .DatHangHoanTat__buttons {
    flex-direction: column;
  }
  .DatHangHoanTat__button {
    width: 136px;
    margin: auto;
    text-align: center;
  }
}

/*# sourceMappingURL=styles.css.map */
