.app_ce4e8b {
  overflow: hidden;
}

/* ====== Header ====== */

/* Navbar */
.header_2b8a60 {
  height: var(--header-height);
  background-image: linear-gradient(0, #d32f2f, #b71c1c);
}

.header__navbar_7cdabc {
  display: flex;
  justify-content: space-between;
}

.header__navbar-list_3aa25c {
  list-style: none;
  padding-left: 0px;
  margin: 4px 0px 0px;
  display: flex;
  align-items: center;
}

.header__navbar-item_21e498 {
  margin: 0px 8px;
  position: relative;
  min-height: 28px;
}

.header__navbar-user_b38962 {
  position: relative;
}

.header__navbar-user-img_193069 {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.header__navbar-user-name_5c5cfd {
  font-size: 1.4rem;
  margin-left: 4px;
  font-weight: 400;
}

.header__navbar-user_b38962:hover .header__navbar-user-menu_102276 {
  display: block;
}

.header__navbar-user-menu_102276 {
  position: absolute;
  z-index: 1;
  padding-left: 0px;
  top: calc(100% + 6px);
  right: 0;
  list-style: none;
  background-color: var(--white-color);
  border-radius: 2px;
  width: 160px;
  box-shadow: 0 1px 3px #e0e0e0;
  display: none;
}

.header__navbar-user-menu_102276::before {
  content: "";
  border-style: solid;
  border-width: 20px 26px;
  border-color: transparent transparent var(--white-color) transparent;
  position: absolute;
  top: -29px;
  right: 0px;
}

.header__navbar-user-menu_102276::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 14px;
  top: -14px;
  right: 0;
}

.header__navbar-user-item--separate_b14bba {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.header__navbar-user-item_2712e9 a {
  display: block;
  text-decoration: none;
  color: var(--text-color);
  font-size: 1.4rem;
  padding: 9px 16px 8px;
  font-weight: 400;
}

.header__navbar-user-item_2712e9 a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.header__navbar-user-item_2712e9 a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.header__navbar-user-item_2712e9 a:hover {
  background-color: #fafafa;
  border-radius: 2px;
}
.header__navbar-item--has-qr_5fcfdd:hover .header__qr_323a59 {
  display: block;
}

.header__navbar-item_21e498,
.header__navbar-item-link_95f905 {
  display: inline-block;
  font-size: 1.3rem;
  color: var(--white-color);
  text-decoration: none;
  font-weight: 400;
  min-height: 44px;
}

.header__navbar-item_21e498,
.header__navbar-item-link_95f905,
.header__navbar-icon-link_fc98c2 {
  display: flex;
  align-items: center;
}

.header__navbar-item_21e498:hover,
.header__navbar-icon-link_fc98c2:hover,
.header__navbar-item-link_95f905:hover {
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.header__navbar-item--strong_26cf3e {
  font-weight: 400;
}

.header__navbar-item--separate_eb0bd4::after {
  content: "";
  display: block;
  position: absolute;
  border-left: 1px solid #fb9086;
  height: 16px;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}

.header__navbar-icon-link_fc98c2 {
  color: var(--white-color);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
}

.header__navbar-icon-link_fc98c2:nth-child(2) {
  margin-left: 8px;
}

.header__navbar-icon_6bf4b8 {
  font-size: 1.8rem;
  margin: 0px 4px;
}

.header__navbar-title--no-pointer_a652dc {
  cursor: text;
  color: var(--white-color);
}

/* Nav QR code */
.header__qr_323a59 {
  width: 186px;
  background-color: var(--white-color);
  position: absolute;
  left: 0;
  top: 118%;
  padding: 8px;
  border-radius: 2px;
  display: none;
  animation: fadeIn ease-in 0.3s;
  z-index: 1;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.header__qr_323a59::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top: -10px;
}

.header__qr-img_99e03e {
  width: 100%;
}

.header__qr-apps_3d4538 {
  display: flex;
  justify-content: space-between;
}

.header__qr-link_10a142:nth-child(1) {
  margin-left: 11px;
}

.header__qr-link_10a142:nth-child(2) {
  margin-right: 11px;
}

.header__qr-download-img_5446f9 {
  height: 16px;
}

/* Header notification */

.header__notify_22da7a {
  position: absolute;
  top: 118%;
  right: 0;
  width: 404px;
  background-color: var(--white-color);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  cursor: default;
  transform-origin: calc(100% - 32px) top;
  animation: headerNotifyGrowth ease-in 0.2s;
  will-change: opacity, transform;
  display: none;
  z-index: 999;
}

.header__notify_22da7a::before {
  content: "";
  border-style: solid;
  border-width: 20px 26px;
  border-color: transparent transparent var(--white-color) transparent;
  position: absolute;
  top: -30px;
  right: 0px;
}

.header__notify_22da7a::after {
  content: "";
  display: block;
  width: 90px;
  height: 14px;
  position: absolute;
  top: -15px;
  right: 0;
}

@keyframes headerNotifyGrowth {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.header__navbar-item--has-notify_40e0be:hover .header__notify_22da7a {
  display: block;
}

.header__navbar-item--has-notify_40e0be:hover .header__navbar-item-link_95f905 {
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.header__notify-header_c041ef {
  height: 40px;
  background-color: var(--white-color);
}

.header__notify-header_c041ef h3 {
  color: #999;
  margin: 0 0 0 12px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 40px;
  user-select: none;
}

.header__notify-list_a04048 {
  list-style: none;
  padding-left: 0;
}

.header__notify-item_ebc5ad:hover {
  background-color: #f7f7f7;
}

.header__notify-item--viewed_57e62e {
  background-color: rgba(228, 75, 43, 0.08);
}

.header__notify-link_166793 {
  display: flex;
  padding: 12px;
  text-decoration: none;
}

.header__notify-img_5c11d5 {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.header__notify-info_d32af0 {
  margin-left: 12px;
}

.header__notify-name_1e0b06 {
  display: block;
  font-size: 1.4rem;
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: 4px;
  line-height: 1.8rem;
}

.header__notify-decsription_c3d45d {
  display: block;
  font-size: 1.2rem;
  color: #756f6e;
  line-height: 1.6rem;
}

.header__notify-footer_dd2b1c {
  display: flex;
}

.header__notify-footer-btn_615957 {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 400;
  margin: auto;
  padding: 8px 24px;
  font-size: 1.4rem;
}

/* Authen modal */

.auth-form_c85e01 {
  width: 500px;
  background-color: var(--white-color);
  border-radius: 5px;
  overflow: hidden;
}

.auth-form__container_d338b6 {
  padding: 0 32px;
}

.auth-form__header_0405cd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 12px;
  margin-top: 10px;
}

.auth-form__heading_fb4e62 {
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--text-color);
}

.auth-form__switch-btn_46904d {
  font-size: 1.6rem;
  color: var(--primary-color);
  font-weight: 400;
  cursor: pointer;
}

.auth-form__input_9c9619 {
  width: 100%;
  height: 40px;
  margin-top: 16px;
  padding: 0 12px;
  font-size: 1.4rem;
  border: 1px solid var(--border-color);
  border-radius: 2px;
  outline: none;
}

.auth-form__input_9c9619:focus {
  border-color: #888;
}

.auth-form__aside_15770d {
  margin-top: 18px;
}

.auth-form_policy-text_360bb5 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
  padding: 0px 12px;
}

.auth-form_text-link_70fd57 {
  text-decoration: none;
  color: var(--primary-color);
}

.auth-form__controls_dc4a7b {
  margin-top: 80px;
}

.auth-form__controls_dc4a7b {
  display: flex;
  justify-content: flex-end;
}

.auth-form__control-back_c26e4b {
  margin-right: 8px;
}

.auth-form__socials_747920 {
  background-color: #f5f5f5;
  padding: 16px 36px;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.auth-form__socials-icon_0b357e {
  font-size: 1.8rem;
}

.auth-form__socials--facebook_af6d71 {
  color: var(--white-color);
  background-color: #3a5a98;
}

.auth-form__socials--facebook_af6d71 .auth-form__socials-icon_0b357e {
  color: var(--white-color);
}

.auth-form__socials-title_cc07c9 {
  margin: 0px 25px;
}

.auth-form__socials--google_043e93 {
  color: #666;
  background-color: var(--white-color);
}

.auth-form__help_5960dc {
  display: flex;
  justify-content: flex-end;
}

.auth-form__help-link_8bdeb6 {
  text-decoration: none;
  font-size: 1.4rem;
  color: #939393;
}

.auth-form__help-separate_0fe2b8 {
  display: block;
  height: 22px;
  margin: -2px 16px;
  border-right: 1px solid var(--border-color);
}

.auth-form__help-forgot_3703ab {
  color: var(--primary-color);
}

/* Header with search */

.header-with-search_4d5590 {
  height: var(--header-with-search-height);
  display: flex;
  align-items: center;
  margin: 0 8px;
}

.header__mobile-nav_45784a {
  display: none;
  padding: 0 12px;
}

.header__mobile-nav-icon_cc8805 {
  font-size: 2.4rem;
  color: var(--white-color);
}

.header_mobile-nav-overlay_bb0aa3 {
  position: fixed;
  top: var(--header-height);
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.095);
  display: none;
  animation: fadeIn linear 0.2s;
}

.header__mobile-nav-checkbox_656c3f:checked ~ .header_mobile-nav-overlay_bb0aa3 {
  display: block;
}

.mobile-nav_6b51b3 {
  position: fixed;
  top: var(--header-height);
  bottom: 0;
  left: 0;
  width: 320px;
  max-width: 100%;
  opacity: 0;
  transform: translateX(-100%);
  z-index: 2;
  background-color: var(--white-color);
  transition: transform linear 0.2s, opacity linear 0.2s;
  will-change: transform, opacity;
}

.header__mobile-nav-checkbox_656c3f:checked ~ .mobile-nav_6b51b3 {
  opacity: 1;
  transform: translateX(0);
}

.mobile-nav__list_d0eb6e {
  padding-left: 0;
  margin: 0;
  list-style: none;
  max-height: 100%;
  overflow-y: auto;
}

.mobile-nav__list_d0eb6e::-webkit-scrollbar {
  display: none;
}

.mobile-nav__link_0dd0f5 {
  display: block;
  text-decoration: none;
  color: var(--text-color);
  padding: 14px 0 14px 18px;
  font-size: 1.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.mobile-nav__link--active_535c1e {
  color: var(--primary-color);
}

.header__mobile-search_d69796 {
  padding: 0 12px;
  display: none;
}

.header__mobile-search-icon_d52b8f {
  font-size: 2.4rem;
  color: var(--white-color);
}

.header__logo_996d70 {
  width: 200px;
}

.header__logo-link_bb6871 {
  text-decoration: none;
  color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.header__logo-img_7b6863 {
  width: 150px;
}

.header__search_598acf {
  flex: 1;
  height: 44px;
  background-color: var(--white-color);
  border-radius: 2px;
  display: flex;
  align-items: center;
}

.header__cart_5598bd {
  width: 150px;
  text-align: center;
}

.header__cart-wrarp_c968e4 {
  position: relative;
  display: inline-block;
  padding: 10px 12px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.header__cart-icon_d5a69b {
  font-size: 2.4rem;
  color: var(--white-color);
  margin-top: 6px;
}

.header__cart-wrarp_c968e4:hover .header__cart-list_3485da {
  display: block;
}

.header__cart-list_3485da {
  position: absolute;
  top: calc(100% + 6px);
  right: 0px;
  background-color: #fdfdfd;
  width: 400px;
  border-radius: 2px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  display: none;
  animation: fadeIn ease-in 0.2s;
  cursor: default;
  z-index: 2;
}
.header__cart-heading_da4bb9 {
  text-align: left;
  font-size: 1.4rem;
  margin: 8px 0px 8px 12px;
  color: #666;
}
  font-weight: 400;
}

.header__cart-list-item_3e725c {
  padding-left: 0px;
  list-style: none;
  max-height: 50vh;
  overflow-y: auto;
}

.header__cart-item_2ae8c8 {
  display: flex;
  align-items: center;
}

.header__cart-item_2ae8c8:hover {
  background-color: #f8f8f8;
}

.header__cart-img_a43f45 {
  width: 55px;
  height: 55px;
  margin: 12px;
  border: 1px solid #e8e8e8;
}

.header__cart-item-info_62ad1e {
  width: 100%;
  margin-right: 12px;
}

.header__cart-item-head_734cfd {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 1px 0px 4px 0px;
}

.header__cart-item-name_3bcc16 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  max-height: 4rem;
  overflow: hidden;
  flex: 1;
  padding-right: 16px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: left;
  color: var(--text-color);
  margin: 0;
}

.header__cart-item-price_59c60f {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--primary-color);
}

.header__cart-item-multiply_3dcd24 {
  font-size: 0.9rem;
  margin: 0 4px;
  color: 757575;
}

.header__cart-item-quantity_2be005 {
  font-size: 1.2rem;
  color: 757575;
}

.header__cart-item-body_c5678d {
  display: flex;
  justify-content: space-between;
}

.header__cart-item-description_c2a3e1 {
  font-size: 1.2rem;
  color: #a6a6a6;
  font-weight: 400;
}

.header__cart-item-remove_11ca2f {
  font-size: 1.3rem;
  color: var(--text-color);
}

.header__cart-item-remove_11ca2f:hover {
  color: var(--primary-color);
  cursor: pointer;
}

.header__cart-list_3485da::before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  right: 2px;
  border-width: 20px 22px;
  border-style: solid;
  cursor: pointer;
  border-color: transparent transparent var(--white-color) transparent;
}

.header__cart-list--no-cart_dcd87b {
  padding: 24px 0;
}

.header__cart-list--no-cart_dcd87b .header__cart-no-cart-img_417bc4,
.header__cart-list--no-cart_dcd87b .header__cart-list-no-cart-msg_9e1674 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header__cart-no-cart-img_417bc4 {
  width: 30%;
  display: none;
}

.header__cart-list-no-cart-msg_9e1674 {
  display: none;
  font-size: 1.4rem;
  margin-top: 12px;
  color: var(--text-color);
}

.header__cart-notice_7dacf5 {
  position: absolute;
  padding: 1px 7px;
  top: -4px;
  right: -4px;
  background-color: var(--white-color);
  color: var(--primary-color);
  font-size: 1.4rem;
  line-height: 1.4rem;
  border-radius: 10px;
  border: 2px solid #ee4d2d;
}

.header__cart-view-cart_04a791 {
  float: right;
  margin: 0px 12px 12px 0px;
}

.header__cart-view-cart_04a791:hover {
  background-color: #f05d41;
}

.header__search-input-wrap_6d87c7 {
  height: 100%;
  flex: 1;
  position: relative;
}

.header__search-input_54447b {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 1.5rem;
  color: var(--text-color);
  padding: 0px 16px;
  border-radius: 2px;
}

.header__search-select_d96a02 {
  border-left: 1px solid #e8e8e8;
  padding: 5px 0px 5px 16px;
  position: relative;
  cursor: pointer;
}

.header__search-select_d96a02:hover .header__search-option_4a054b {
  display: block;
}

.header__search-select-lable_9c7d8f {
  font-size: 1.4rem;
  color: var(--text-color);
}

.header__search-select-icon_8d09d8 {
  font-size: 1.4rem;
  color: #838383;
  margin: 0 16px 0 8px;
  position: relative;
  top: 2px;
}

.header__search-btn_efe682 {
  background-color: var(--primary-color);
  border: none;
  height: 38px;
  width: 60px;
  border-radius: 2px;
  margin-right: 3px;
  outline: none;
}

.header__search-btn_efe682:hover {
  background-color: #fb6445;
  cursor: pointer;
}

.header__search-btn-icon_f08b8f {
  font-size: 1.4rem;
  color: var(--white-color);
}

.header__search-option_4a054b {
  position: absolute;
  right: 0;
  top: calc(100% - 2px);
  list-style: none;
  width: 130px;
  box-shadow: 0 1px 3px #e0e0e0;
  border-radius: 2px;
  padding-left: 0;
  display: none;
  animation: fadeIn ease-in 0.2s;
  z-index: 1;
}

.header__search-option_4a054b::before {
  content: "";
  display: block;
  width: 100%;
  height: 14px;
  position: absolute;
  top: -14px;
  left: 0;
}

.header__search-option-item_6aacf5 {
  background-color: var(--white-color);
  padding: 12px 8px;
}

.header__search-option-item_6aacf5:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.header__search-option-item_6aacf5:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.header__search-option-item_6aacf5:hover {
  background-color: #fafafa;
  cursor: pointer;
}

.header__search-option-item_6aacf5 span {
  font-size: 1.4rem;
  color: var(--text-color);
  margin-left: 8px;
}

.header__search-option-item_6aacf5 i {
  font-size: 1.2rem;
  color: var(--primary-color);
  margin-left: 12px;
  display: none;
}

.header__search-option-item--active_217c34 i {
  display: inline-block;
}

.header__search-input_54447b:focus ~ .header__search-history_82b6c4 {
  display: block;
}

/* Search history */
.header__search-history_82b6c4 {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: calc(100% - 16px);
  background-color: var(--white-color);
  border-radius: 2px;
  box-shadow: 0 1px 5px #acacac;
  display: none;
  overflow: hidden;
  z-index: 1;
}

.header__search-history-heading_e4aea6 {
  margin: 6px 12px;
  font-size: 1.4rem;
  color: #999;
  font-weight: 400;
}

.header__search-history-list_b39274 {
  list-style: none;
  padding-left: 0;
  margin: 6px 0 0;
}

.header__search-history-item_b9309e {
  height: 38px;
  padding: 0 12px;
}

.header__search-history-item_b9309e:hover {
  background-color: #fafafa;
}

.header__search-history-item_b9309e a {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 38px;
  color: var(--text-color);
  display: block;
}

/* Header sort bar */
.header__sort-bar_f5cede {
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  height: var(--header-sort-bar-height);
  background-color: var(--white-color);
  list-style: none;
  margin: 0;
  padding-left: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: none;
}

.header__sort-item_08af08 {
  flex: 1;
}

.header__sort-link_1d28b4 {
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--text-color);
  font-size: 1.4rem;
  height: 100%;
  line-height: var(--header-sort-bar-height);
  text-align: center;
}

.header__sort-link_1d28b4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 60%;
  border-left: 1px solid #e5e5e5;
}

.header__sort-item--active_41abe7 .header__sort-link_1d28b4 {
  color: var(--primary-color);
}

.header__sort-item_08af08:first-child .header__sort-link_1d28b4::before {
  display: none;
}

.header__sort-item--active_41abe7 .header__sort-link_1d28b4::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: var(--primary-color);
}

.header__sort-icon_ff9bfa {
  font-size: 1.4rem;
  color: #838383;
  position: relative;
  top: 1px;
}

/* App container */
.app__container_c97a2b {
  background-color: #f5f5f5;
}

.app__content_0a191f {
  padding-top: 32px;
}

.category_fbe57f {
  background-color: var(--white-color);
  border-radius: 2px;
}

.category_heading_378242 {
  font-size: 1.5rem;
  color: var(--text-color);
  padding: 20px 20px 0;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 0;
}

.category-list_b9063a {
  padding: 0 0 8px 0;
  list-style: none;
}

.category-item_af4543 {
  position: relative;
}

.category-item_af4543:first-child::before {
  display: none;
}

.category-item_af4543::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  border-top: 1px solid #e1e1e1;
}

.category-item__link_f5cc88 {
  position: relative;
  text-decoration: none;
  color: var(--text-color);
  font-size: 1.4rem;
  padding: 12px 20px;
  display: block;
}

.category-item--active_3f4bf6 .category-item__link_f5cc88 {
  color: var(--primary-color);
}

/* Mobile category */
.mobile-category_192639 {
  display: none;
}

.mobile-category__list_71dfd5 {
  display: flex;
  list-style: none;
  max-width: 100%;
  overflow-x: auto;
  padding-left: 0;
  margin: 0;
}

.mobile-category__list_71dfd5::-webkit-scrollbar {
  display: none;
}

.mobile-category__item_102582 {
  flex-shrink: 0;
  margin-right: 10px;
}

.mobile-category__item_102582:nth-of-type(3n + 1) .mobile-category__link_8d550e {
  background-color: #87afd8;
}

.mobile-category__item_102582:nth-of-type(3n + 2) .mobile-category__link_8d550e {
  background-color: #76c9bd;
}

.mobile-category__item_102582:nth-of-type(3n + 3) .mobile-category__link_8d550e {
  background-color: #88cf81;
}

.mobile-category__link_8d550e {
  --line-height: 2rem;
  display: block;
  display: -webkit-box;
  line-height: var(--line-height);
  height: calc(var(--line-height) * 2);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-decoration: none;
  color: var(--white-color);
  font-size: 1.4rem;
  text-align: center;
  width: 110px;
  border-radius: 4px;
  font-weight: 300;
  user-select: none;
  -webkit-user-select: none;
  padding: 0px 6px;
}

/* Home sort + filter */

.home-filter_8b9b70 {
  display: flex;
  background-color: rgba(0, 0, 0, 0.04);
  align-items: center;
  padding: 12px 22px;
  border-radius: 2px;
}

.home-filter__btn_068061 {
  min-width: 90px;
  margin-right: 12px;
  font-size: 1.4rem;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02);
}

.home-filter__page_a6eb39 {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.home-filter__label_24f038 {
  font-size: 1.4rem;
  color: #555;
  margin-right: 16px;
}

.home-filter__page-num_a68745 {
  font-size: 1.5rem;
  color: var(--text-color);
  margin-right: 22px;
}

.home-filter__page-current_a986d7 {
  color: var(--primary-color);
}

.home-filter__page-control_43433a {
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  width: 88px;
  height: 44px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02);
}

.home-filter__page-btn_02fb56 {
  display: flex;
  flex: 1;
  background-color: var(--white-color);
  text-decoration: none;
}

.home-filter__page-btn--disabled_aa2767 {
  background-color: #f9f9f9;
  cursor: default;
}

.home-filter__page-btn--disabled_aa2767 .home-filter__page-icon_89806b {
  color: #ccc;
}

.home-filter__page-btn_02fb56:first-child {
  border-right: 1px solid #eee;
}

.home-filter__page-icon_89806b {
  margin: auto;
  font-size: 1.4rem;
  color: #555;
}

/* SEO Content Section */
.seo-content-section_5296e2 h1 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
  margin: 0 0 12px 0;
  line-height: 1.4;
}

.seo-content-section_5296e2 p {
  font-size: 1.3rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: justify;
}

.seo-content-section_5296e2 p:last-child {
  margin-bottom: 0;
}

/* product item */
.home-product_b5918a {
  margin-bottom: 10px;
}

.home-product-item_7cc104 {
  background-color: var(--white-color);
  margin-top: 10px;
  position: relative;
  display: block;
  text-decoration: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  transition: transform ease-in 0.1s;
  will-change: transform;
}

.home-product-item_7cc104:hover {
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.home-product-item__img_3558f2 {
  padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.home-product-item__name_0d63a1 {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--text-color);
  margin: 10px 10px 8px;
  line-height: 1.8rem;
  height: 3.6rem;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-product-item__price_55b528 {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.home-product-item__price-old_31c93b {
  font-size: 1.3rem;
  color: #666;
  text-decoration: line-through;
  margin-left: 10px;
}

.home-product-item__price-current_74e562 {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-left: 10px;
}

.home-product-item__action_193b05 {
  display: flex;
  justify-content: space-between;
  margin: 8px 10px 0;
}

.home-product-item__like_e87293 {
  font-size: 1.3rem;
}

.home-product-item__like-icon-fill_90794f {
  display: none;
}

.home-product-item__like--liked_8379f2 .home-product-item__like-icon-fill_90794f {
  display: inline-block;
  color: #f63d30;
}

.home-product-item__like--liked_8379f2 .home-product-item__like-icon-empty_b036af {
  display: none;
}

.home-product-item__rating_5ac107 {
  font-size: 1rem;
  transform-origin: right;
  color: #d5d5d5;
  transform: scale(0.8);
  /* margin: 1px 0 0 auto;  hoặc ở dưới*/
  margin-left: auto;
  position: relative;
  top: 1px;
  /* zoom: 0.8; */
}

.home-product-item__star--gold_5951ba {
  color: var(--star-gold-color);
}

.home-product-item__sold_7a614f {
  font-size: 1.2rem;
  margin-left: 6px;
  color: var(--text-color);
}

.home-product-item__origin_6cdeae {
  display: flex;
  justify-content: space-between;
  margin: 8px 10px 0px;
  font-size: 1.2rem;
  color: #595959;
  font-weight: 300;
}

.home-product-item__brand_e87681 {
}

.home-product-item__origin-name_8b8dc3 {
}

.home-product-item__favorite_bdc3a3 {
  position: absolute;
  top: 10px;
  left: -4px;
  color: var(--primary-color);
  background-color: currentColor;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
  padding-right: 5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.home-product-item__favorite_bdc3a3 span {
  color: var(--white-color);
}

.home-product-item__favorite_bdc3a3 i {
  font-size: 0.9rem;
  color: var(--white-color);
  margin: 0px 2px 0px 5px;
}

.home-product-item__favorite_bdc3a3::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 3px solid currentColor;
  border-left: 3px solid transparent;
  filter: brightness(60%);
}

.home-product-item__sale-off_500cfc {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 36px;
  background-color: rgba(255, 216, 64, 0.94);
  text-align: center;
  border-top-right-radius: 2px;
}

.home-product-item__sale-off_500cfc::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  border-width: 0 20px 4px;
  border-style: solid;
  color: rgba(255, 216, 64, 0.94);
  border-color: transparent currentColor transparent currentColor;
}

.home-product-item__sale-off-percent_21cc6d {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ee4d2d;
  line-height: 1.2rem;
  position: relative;
  top: 4px;
}

.home-product-item__sale-off-lable_5311d4 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3rem;
  color: var(--white-color);
  position: relative;
  top: 4px;
}

/* pagination */
.pagination__margin_4c47cf {
  margin: 48px 0 32px;
  padding-left: 0;
}

/* footer */
.footer_a9244e {
  border-top: 4px solid var(--primary-color);
  padding-top: 16px;
}

.footer__heading_7e3aa5 {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: var(--text-color);
}

.footer-list_671ceb {
  padding-left: 0;
  list-style: none;
}

.footer-item__link_d7900a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1.2rem;
  color: #555;
  padding: 10px 0px;
}

.footer-item__link_d7900a:hover {
  color: var(--primary-color);
}

.footer-item__icon_7c2844 {
  font-size: 1.7rem;
  margin: -1px 8px 0 0;
}

.footer-pay_45b1a9 {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.footer-pay-item_424640 {
  width: 64px;
  height: 30px;
  padding: 4px;
  margin: 0px 8px 8px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  text-align: center;
}

.footer-pay-item__link_87960d {
  display: block;
  width: 100%;
  height: 100%;
  cursor: default;
}

.footer-pay-item__img_9f819d {
  max-width: 100%;
  max-height: 100%;
}

.footer__download_186f07 {
  display: flex;
}

.footer__download-link_aa5a02 {
  text-decoration: none;
  color: transparent;
}

.footer__download-qr_a8db4c {
  width: 88px;
  height: 88px;
  border: 1px solid var(--border-color);
}

.footer__download-apps_f1d24c {
  margin-left: 12px;
  flex: 1;
}

.footer__download-app-link_4fff11 {
  display: block;
  padding: 4px;
  height: 24px;
  width: 76px;
  margin-bottom: 8px;
  background-color: var(--white-color);
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: transparent;
}

.footer__download-app-img_0acf96 {
  max-width: 100%;
  max-height: 100%;
}

.footer__bottom_cfd9bd {
  margin-top: 36px;
  padding: 10px 0px;
  background-color: #f5f5f5;
}

.footer__text_f24205 {
  margin: 0;
  text-align: center;
  font-size: 1.2rem;
  color: #555;
}

/* Countdown Popup Redesign */
.modal_349955#promo-modal {
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal_349955#promo-modal .modal__body_af71bc {
    margin: 0; /* Override base.css margin auto */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.countdown-popup_ccfeb4 {
    background-color: var(--white-color);
    width: 400px;
    max-width: calc(100% - 32px);
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}

.countdown-popup__banner_084b6f {
    background: linear-gradient(135deg, #f53e2d 0%, #ff8c00 100%);
    color: var(--white-color);
    padding: 25px 20px;
    margin-bottom: 0;
}

.countdown-popup__badge_665985 {
    background-color: #ffd700;
    color: #d0011b;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.countdown-popup__header_484e29 {
    font-size: 2.6rem;
    color: var(--white-color);
    margin: 0;
    font-weight: 800;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    line-height: 1.2;
}

.countdown-popup__content_2c5f22 {
    padding: 20px;
}

.countdown-popup__img-wrap_8bbd45 {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: -60px;
    background: white;
    padding: 4px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    width: 150px;
    height: 150px;
    z-index: 1;
    overflow: hidden; /* Important for the rotating effect */
}

/* The rotating background effect - Faster & More Striking */
.countdown-popup__img-wrap_8bbd45::before {
    content: '';
    position: absolute;
    z-index: -2;
    width: 150%;
    height: 150%;
    background: conic-gradient(
        #ff0000, 
        #ff8c00, 
        #ffff00, 
        #00ff00, 
        #00ffff, 
        #0000ff, 
        #ff00ff, 
        #ff0000
    );
    animation: rotate 0.6s linear infinite;
}

/* The inner white circle to create the border look */
.countdown-popup__img-wrap_8bbd45::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 4px;
    top: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: white;
    border-radius: 50%;
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.countdown-popup__img_807960 {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.countdown-popup__discount_073cc6 {
    font-size: 3.2rem;
    font-weight: 900;
    color: #f53e2d;
    margin: 15px 0 5px;
}

.countdown-popup__desc_e60d1f {
    font-size: 1.4rem;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

.countdown-popup__timer_bfe419 {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
}

.countdown-popup__timer-item_e95fcd {
    background-color: #333;
    color: var(--white-color);
    padding: 8px;
    border-radius: 6px;
    min-width: 55px;
}

.countdown-popup__timer-number_f908d1 {
    display: block;
    font-size: 2rem;
    font-weight: 700;
}

.countdown-popup__timer-label_a590bd {
    font-size: 1rem;
    opacity: 0.8;
}

.countdown-popup__btn_a21100 {
    width: 90%;
    height: 50px !important;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 25px;
    background-image: linear-gradient(0, #f53e2d, #ff8c00);
    border: none;
    box-shadow: 0 4px 15px rgba(245, 62, 45, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
}

.countdown-popup__btn_a21100:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 62, 45, 0.6);
}

.countdown-popup__close_0f9803 {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 2.4rem;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    z-index: 2;
}

.countdown-popup__close_0f9803:hover {
    color: var(--white-color);
}

/* ====== SEO Footer Section Styles ====== */
.Dtu9HW_1fb67a {
    background-color: #fbfbfb;
    border-top: 1px solid #e8e8e8;
    padding: 40px 0;
    color: rgba(0, 0, 0, 0.54);
    font-size: 1.2rem;
    margin-top: 40px;
}

.uGvjmv_8810f9 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.shopee-footer-section_597031 {
    margin-bottom: 25px;
}

.shopee-footer-section__heading_146ae5 {
    font-size: 1.4rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 15px;
    text-transform: uppercase;
}

.shopee-footer-section__content_069ab7 {
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 10px;
}

.BCgLjy_993082 {
    background: none;
    border: none;
    color: #ee4d2d;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    padding: 10px 0;
    font-weight: 500;
    text-transform: uppercase;
}

.stardust-icon-arrow-right_7a530d {
    width: 10px;
    height: 10px;
    fill: currentColor;
    margin-left: 5px;
}

.GMetVr_23da24, .N1AuDJ_31f59b {
    margin-top: 40px;
    border-top: 1px solid #e8e8e8;
    padding-top: 25px;
}

.aVxvuu_6f906c, .W4wsb0_86a587 {
    font-size: 1.4rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.DJ_l4P_b12209 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.DJ_l4P_b12209 li {
    width: 20%;
    margin-bottom: 12px;
    padding-right: 15px;
}

.DJ_l4P_b12209 a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.54);
    transition: color 0.2s;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.DJ_l4P_b12209 a:hover {
    color: #ee4d2d;
}

.odeeVp_cdd286 {
    display: flex;
    flex-direction: column;
}

.pUdyxe_5080e3 {
    margin-bottom: 25px;
}

.p30zd9_7f684c {
    margin-bottom: 15px;
}

.OgPQOK_3df130 {
    font-weight: 700;
    margin-bottom: 8px;
}

.XxHVgL_29410b {
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
}

.D63j6g_ab1737 {
    display: flex;
    flex-wrap: wrap;
    line-height: 2;
}

.D63j6g_ab1737 div {
    margin-right: 5px;
}

.ZVJliM_093087 {
    color: rgba(0, 0, 0, 0.54);
    text-decoration: none;
}

.ZVJliM_093087:hover {
    color: #ee4d2d;
}

/* Responsivitas SEO Footer */
@media (max-width: 1023px) {
    .DJ_l4P_b12209 li {
        width: 33.33%;
    }
}

@media (max-width: 739px) {
    .DJ_l4P_b12209 li {
        width: 50%;
    }
}
