body.demo-2 {
  --primary-color: 255, 102, 0;
  --primary-color3: 255, 102, 0;
}

.btn {
  text-transform: uppercase;
  font-weight: 600;
}

.title-2 h2 {
  font-weight: 500;
  text-transform: capitalize;
  font-size: calc(16px + 8 * (100vw - 320px) / 1600);
  line-height: 1.4;
}

.title-flex h2 {
  display: flex;
  align-items: center;
  gap: 4px;
}

.service-section {
    margin-top: clamp(32px, 4vw, 64px);
}

.service-section .service-box i {
  color: rgba(var(--primary-color), 1);
  font-size: 29px;
}

[data-home-lazy-sections] {
  min-height: 680px;
}

[data-home-lazy-sections]:empty {
  display: block;
}

[data-home-lazy-reserve="media"] {
  min-height: 1520px;
}

[data-home-lazy-reserve="tiktok"] {
  min-height: 1120px;
}

[data-home-lazy-reserve="notifications"] {
  min-height: 420px;
}

[data-home-lazy-reserve="posts"] {
  min-height: 760px;
}

[data-home-lazy-reserve="products"] {
  min-height: 820px;
}

[data-home-lazy-reserve="explore"] {
  min-height: 620px;
}

.ann-lazy-render-section {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

.ann-home-section-skeleton {
  padding-top: calc(18px + 42 * (100vw - 320px) / 1600);
}

.ann-home-section-skeleton .custom-container {
  display: block;
}

.ann-skeleton-title,
.ann-skeleton-card,
.ann-skeleton-row {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(90deg, #e2e6ef 0%, #f7f8fb 48%, #e2e6ef 100%);
  background-size: 220% 100%;
  box-shadow: inset 0 0 0 1px rgba(66, 72, 90, 0.04);
  animation: ann-skeleton-pulse 1.25s ease-in-out infinite;
}

.ann-skeleton-title {
  width: min(260px, 70%);
  height: 28px;
  margin-bottom: 16px;
}

.ann-skeleton-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ann-skeleton-card {
  min-height: 270px;
}

.ann-skeleton-list {
  display: grid;
  gap: 12px;
}

.ann-skeleton-row {
  min-height: 96px;
}

.ann-home-section-skeleton-products .ann-skeleton-card {
  min-height: 250px;
}

.ann-home-section-skeleton-explore .ann-skeleton-card {
  min-height: 150px;
}

.ann-catalog-skeleton-card .ann-skeleton-card {
  width: 100%;
  min-height: 250px;
}

@media (min-width: 768px) {
  .ann-skeleton-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (min-width: 1200px) {
  .ann-skeleton-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@keyframes ann-skeleton-pulse {
  0% {
    background-position: 120% 0;
  }

  100% {
    background-position: -120% 0;
  }
}

@media (min-width: 576px) {
  [data-home-lazy-reserve="media"] {
    min-height: 1160px;
  }

  [data-home-lazy-reserve="tiktok"] {
    min-height: 820px;
  }

  [data-home-lazy-reserve="notifications"] {
    min-height: 360px;
  }

  [data-home-lazy-reserve="posts"] {
    min-height: 620px;
  }

  [data-home-lazy-reserve="products"] {
    min-height: 700px;
  }

  [data-home-lazy-reserve="explore"] {
    min-height: 500px;
  }
}

@media (min-width: 992px) {
  [data-home-lazy-reserve="media"] {
    min-height: 780px;
  }

  [data-home-lazy-reserve="tiktok"] {
    min-height: 520px;
  }

  [data-home-lazy-reserve="notifications"] {
    min-height: 330px;
  }

  [data-home-lazy-reserve="posts"] {
    min-height: 430px;
  }

  [data-home-lazy-reserve="products"] {
    min-height: 520px;
  }

  [data-home-lazy-reserve="explore"] {
    min-height: 420px;
  }
}

.ann-notification-panel,
.ann-notification-page {
  padding: clamp(14px, 2vw, 22px);
  border-radius: 10px;
}

.ann-notification-list {
  display: grid;
  gap: 12px;
}

.ann-notification-home-grid {
  align-items: stretch;
}

.ann-notification-featured {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 10px;
  background-color: rgba(var(--white), 1);
}

.ann-notification-featured-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background-color: rgba(var(--base-gray), 1);
}

.ann-notification-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ann-notification-featured-body {
  padding: 14px;
}

.ann-notification-featured-body h3,
.ann-notification-featured-body h4 {
  margin-bottom: 8px;
  color: rgba(var(--title-color), 1);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.ann-notification-featured time {
  color: rgba(var(--content-color), 1);
  font-size: 13px;
}

.ann-notification-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 10px;
  background-color: rgba(var(--white), 1);
}

.ann-notification-row-no-image {
  grid-template-columns: minmax(0, 1fr);
}

.ann-notification-thumb {
  width: 88px;
  height: 88px;
  overflow: hidden;
  border-radius: 8px;
  background-color: rgba(var(--base-gray), 1);
}

.ann-notification-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ann-notification-body h3,
.ann-notification-body h4 {
  margin-bottom: 6px;
  color: rgba(var(--title-color), 1);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.ann-notification-body p {
  margin-bottom: 6px;
  overflow: hidden;
  color: rgba(var(--content-color), 1);
  font-size: 14px;
  line-height: 1.45;
}

.ann-notification-content {
  display: -webkit-box;
  margin-bottom: 6px;
  overflow: hidden;
  color: rgba(var(--content-color), 1);
  font-size: 14px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ann-notification-content p,
.ann-notification-content ul,
.ann-notification-content ol {
  margin-bottom: 0;
}

.ann-notification-body time {
  color: rgba(var(--content-color), 1);
  font-size: 13px;
}

@media (min-width: 768px) {
  .ann-notification-row {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .ann-notification-thumb {
    width: 96px;
    height: 96px;
  }
}

.ann-viewed-products-section[hidden] {
  display: none;
}

.ann-viewed-products-section {
  padding-bottom: clamp(18px, 3vw, 38px);
}

.ann-viewed-products-section .title-slider-button {
  display: flex;
}

.ann-viewed-title-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ann-viewed-loading {
  display: grid;
  gap: 16px;
}

.ann-viewed-loading.ann-home-section-skeleton {
  padding-top: 0;
}

.ann-viewed-slider .swiper-slide {
  height: auto;
}

.ann-viewed-grid .product-box-4-main,
.ann-viewed-slider .product-box-4-main {
  height: 100%;
}

.blog-section .blog-deatils-box,
.blog-section .review-people,
.blog-section .left-sidebar-box .blog-user-box,
.blog-section .left-sidebar-box .accordion-item {
    box-shadow: none;
}

.breadcrumb-section .breadcrumb-contain h1,
.breadcrumb-section .breadcrumb-contain h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}

.breadcrumb-section .breadcrumb-contain .breadcrumb-item a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item,
.breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  align-items: center;
  min-height: 44px;
}

.breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-flex;
  float: none;
  align-items: center;
  min-height: 44px;
  line-height: 1;
}

:root {
  --ann-tiktok-orange: #ff5b00;
}

body,
button,
input,
textarea,
select {
  font-family: Arial, Helvetica, sans-serif;
}

.custom-container {
  padding-inline: calc(10px + 145 * (100vw - 320px) / 1600);
}

.swal2-toast.swal2-popup,
.preloader .percentage,
.preloader .loading-text,
.lg-container {
  font-family: Arial, Helvetica, sans-serif;
}

img {
  filter: none !important;
  opacity: 1;
}

.ann-tiktok-block {
  background: #1f2228;
  padding: 18px 14px 22px;
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.16);
}

.ann-tiktok-block .title-2 h2,
.ann-tiktok-block .title-2 h3 {
  color: var(--ann-tiktok-orange);
  font-weight: 600;
  text-transform: uppercase;
}

.ann-tiktok-block .title-2 a {
  color: #fff;
}

.ann-tiktok-block [data-tiktok-more] {
  background-color: #000 !important;
}

.ann-featured-posts .title-2 h2,
.ann-featured-posts .title-2 h2 a,
.ann-featured-posts .title-2 h3,
.ann-featured-posts .title-2 h3 a {
  color: #ff5b00;
  font-weight: 700;
  text-transform: uppercase;
}

.ann-featured-post-card {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1.6;
  border-radius: 8px;
  color: #fff;
}

.ann-featured-post-card:hover {
  color: #fff;
}

.ann-featured-post-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ann-featured-post-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 45%, rgba(0, 0, 0, 0.74) 100%);
}

.ann-featured-post-card span {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  z-index: 1;
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.28;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.ann-tiktok-grid {
  align-items: stretch;
}

.ann-tiktok-card {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  aspect-ratio: 9 / 14.5;
  cursor: pointer;
}

.ann-tiktok-thumb-wrap,
.ann-tiktok-thumb-wrap img {
  display: block;
  width: 100%;
  height: 100%;
}

.ann-tiktok-thumb-wrap img {
  object-fit: cover;
}

.ann-tiktok-thumb-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 36%, rgba(0, 0, 0, 0.76) 100%);
}

.ann-tiktok-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
  color: #fff;
  font-size: 44px;
  transform: translate(-50%, -50%);
}

.ann-tiktok-play i {
  transform: scale(2.14);
  margin-left: 4px;
}

.ann-tiktok-card-body {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  z-index: 3;
  display: grid;
  gap: 6px;
}

.ann-tiktok-desc {
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.26;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.ann-tiktok-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 11px;
}

.ann-tiktok-stats span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
}

.ann-tiktok-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
}

.ann-tiktok-modal[hidden] {
  display: none;
}

.ann-tiktok-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.84);
}

.ann-tiktok-modal-dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: min(430px, calc((100vh - 90px) * 9 / 16), calc(100vw - 24px));
  margin: 14px auto;
  color: #fff;
}

.ann-tiktok-modal-close {
  align-self: flex-end;
  min-width: 82px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #333;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.ann-tiktok-player {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 20px;
  background: #111;
}

.ann-tiktok-player iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 20px;
  background: #000;
}

.ann-tiktok-player-caption {
  display: none;
}

body.ann-tiktok-modal-open {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .ann-tiktok-modal-dialog {
    width: min(430px, calc((100vh - 74px) * 9 / 16), calc(100vw - 16px));
    margin: 8px auto;
  }
}

@media (max-width: 575.98px) {
  .ann-tiktok-play {
    width: 52px;
    height: 52px;
    font-size: 38px;
  }

  .ann-tiktok-desc {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }

  .ann-tiktok-stats {
    font-size: 10px;
  }
}

.mobile-menu {
  position: fixed;
  bottom: -1px;
  padding: 10px 10px 10px;
  width: 100%;
  background-color: rgba(var(--white), 1);
  z-index: 4;
  overflow: visible;
  box-shadow: 0 -3px 10px 0 rgba(var(--black), 0.08);
}

.mobile-menu ul li a span {
  display: inline-block;
  color: rgba(var(--content-color), 1);
  line-height: 1;
  margin-top: 8px;
  font-weight: 600;
  font-size: 13px;
}

.mobile-menu ul li a,
.mobile-menu ul li a:focus,
.mobile-menu ul li a:focus-visible,
.mobile-menu ul li a:active {
  outline: 0;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

.mobile-menu ul li a .ann-mobile-cart-icon,
.mobile-menu ul li a .ann-mobile-action-icon {
  position: relative;
  display: block;
  width: fit-content;
  margin-top: 0;
  margin-inline: auto;
  line-height: 1;
}

.mobile-menu ul li a .ann-mobile-cart-badge,
.mobile-menu ul li a .ann-mobile-action-badge {
  position: absolute;
  top: -7px;
  right: -10px;
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border: 1px solid rgba(var(--white), 1);
  border-radius: 999px;
  background: rgba(var(--primary-color3), 1);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
}

.mobile-menu ul li a .ann-mobile-cart-icon + span,
.mobile-menu ul li a .ann-mobile-action-icon + span {
  margin-top: 8px;
}

.mobile-menu ul li a .ann-mobile-menu-icon-fill {
  display: none;
}

.mobile-menu ul li.active a .ann-mobile-menu-icon-line {
  display: none;
}

.mobile-menu ul li.active a .ann-mobile-menu-icon-fill {
  display: block;
}

.mobile-menu ul li.active a > i,
.mobile-menu ul li.active a .ann-mobile-cart-icon > i,
.mobile-menu ul li.active a .ann-mobile-action-icon > i,
.mobile-menu ul li.active a > span,
.mobile-menu ul li.active a .ann-mobile-cart-icon + span,
.mobile-menu ul li.active a .ann-mobile-action-icon + span {
  color: #171717;
}

.mobile-menu ul li.active a > span,
.mobile-menu ul li.active a .ann-mobile-cart-icon + span,
.mobile-menu ul li.active a .ann-mobile-action-icon + span {
  font-weight: 700;
}

.ann-remix-ui-icon {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ann-header-menu-button {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  width: 42px;
  min-width: 42px;
  padding: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.ann-header-menu-button .navbar-toggler-icon {
  font-size: 25px;
  width: auto;
  height: auto;
  margin: 0;
  line-height: 1;
}

.ann-header-menu-button .navbar-toggler-icon i {
  display: inline-block;
  font-size: 25px;
  line-height: 1;
  transform: scaleX(1.6);
  transform-origin: center;
}

.ann-header-menu-label {
  color: inherit;
  font-size: 11px;
  font-weight: inherit;
  line-height: 1;
}

.header-style-1 .main-header .right-header .header-icon > li > a i {
  font-size: 25px;
}

.header-style-1 .main-header .right-header .header-icon > li > a .label {
  width: 18px;
  height: 18px;
  font-size: 11px;
  font-weight: 700;
}

.header-style-1 .main-header .middle-header .search-form .input-group .search-button-light {
  background-color: color-mix(in srgb, rgba(var(--primary-color3), 1) 72%, #000);
}

.header-style-1 .main-header .middle-header .search-form .input-group > .form-control:first-child,
.header-style-1 .main-header .middle-header .search-form .input-group .close-icon + .form-control {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

body:has(header .middle-header.show) .header-style-1 {
  z-index: 1200;
}

.header-style-1 .main-header .middle-header.show {
  z-index: 1201;
}

.header-style-1 .main-header .middle-header.show .result-box {
  z-index: 1202;
}

@media (min-width: 992px) {
  .header-style-1 .main-header .middle-header .search-form {
    width: max-content;
  }

  .header-style-1 .main-header .middle-header .search-form .input-group,
  .header-style-1 .main-header .middle-header .search-form .result-box {
    width: 100%;
  }

  .header-style-1 .main-header .middle-header .search-form .result-box.show {
    height: calc(100dvh - 96px);
    max-height: calc(100dvh - 96px);
    overflow-y: auto;
  }
}

.header-style-1 .main-header .middle-header .search-form .input-group input[type="search"]::-webkit-search-decoration,
.header-style-1 .main-header .middle-header .search-form .input-group input[type="search"]::-webkit-search-cancel-button,
.header-style-1 .main-header .middle-header .search-form .input-group input[type="search"]::-webkit-search-results-button,
.header-style-1 .main-header .middle-header .search-form .input-group input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.result-box .search-result-box .result-list-box.ann-search-product-list,
.result-box .ann-search-product-list {
  display: grid;
  align-items: stretch;
  flex-wrap: initial;
  gap: 5px;
  max-height: none;
  overflow-y: visible;
  padding-right: 4px;
}

.result-box .search-result-box .ann-search-history-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.result-box .search-result-box .ann-search-history-list li {
  display: inline-flex;
  width: auto;
}

.ann-search-history-title {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.ann-search-history-toggle {
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(var(--primary-color3), 1);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.ann-search-history-chip {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border-radius: 4px;
  background-color: rgba(var(--content-color), 0.05);
}

.result-box .search-result-box .result-list-box li .ann-search-history-keyword,
.result-box .search-result-box .result-list-box li .ann-search-history-remove {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border: 0;
  background: transparent;
  color: rgba(var(--title-color), 1);
  line-height: 1;
  text-transform: none;
}

.result-box .search-result-box .result-list-box li .ann-search-history-keyword {
  max-width: min(220px, 64vw);
  overflow: hidden;
  padding: 0 8px 0 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.result-box .search-result-box .result-list-box li .ann-search-history-remove {
  justify-content: center;
  width: 34px;
  padding: 0;
  color: rgba(var(--content-color), 1);
}

.result-box .search-result-box .result-list-box li .ann-search-history-keyword:hover,
.result-box .search-result-box .result-list-box li .ann-search-history-remove:hover {
  color: rgba(var(--primary-color3), 1);
}

.ann-search-flash-sale-list {
  display: grid;
  gap: 6px;
}

.ann-search-flash-sale-list li {
  display: block;
  width: 100%;
}

.ann-search-flash-sale-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
  padding: 8px 0;
  border-radius: 6px;
  color: rgba(var(--title-color), 1);
  text-transform: none;
}

.ann-search-flash-sale-row:hover {
  background: rgba(var(--primary-color3), 0.08);
  color: rgba(var(--title-color), 1);
}

.ann-search-flash-sale-info {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.ann-search-flash-sale-name {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  overflow: hidden;
  color: rgba(var(--title-color), 1);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ann-search-flash-sale-name i {
  flex: 0 0 auto;
  color: #ff5a00;
  font-size: 17px;
  line-height: 1;
}

.ann-search-flash-sale-name span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ann-search-flash-sale-meta {
  color: rgba(var(--content-color), 1);
  font-size: 12px;
  line-height: 1;
}

.ann-search-flash-sale-action {
  color: rgba(var(--primary-color3), 1);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.result-box .search-result-box .result-list-box.ann-search-product-list li,
.result-box .ann-search-product-list li {
  display: block;
  width: 100%;
  padding: 0;
}

.result-box .search-result-box .result-list-box.ann-search-product-list li .ann-search-product-row,
.result-box .last-seen-search-box .result-list-box.ann-search-product-list li .ann-search-product-row,
.result-box .ann-search-product-list .ann-search-product-row {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 5px;
  align-items: center;
  padding: 5px 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(var(--title-color), 1);
  text-transform: none;
  outline: 0;
}

.result-box .search-result-box .result-list-box.ann-search-product-list li .ann-search-product-row:hover,
.result-box .last-seen-search-box .result-list-box.ann-search-product-list li .ann-search-product-row:hover,
.result-box .ann-search-product-list .ann-search-product-row:hover {
  background: rgba(var(--primary-color3), 0.08);
  color: rgba(var(--title-color), 1);
  outline: 0;
}

.ann-search-product-thumb {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(var(--content-color), 0.06);
}

.ann-search-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ann-search-product-info {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.ann-search-product-name {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(var(--title-color), 1);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ann-search-product-price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
}

.ann-search-product-price {
  color: #d60000;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.ann-search-product-compare-price {
  color: rgba(var(--content-color), 0.9);
  font-size: 12px;
  line-height: 1;
  text-decoration: line-through;
}

.ann-search-empty {
  color: rgba(var(--content-color), 1);
  font-size: 14px;
}

.ann-mobile-search-trigger {
  display: none;
}

.header-style-1 {
  --ann-sticky-main-height: 80px;
}

.header-style-1 .main-header {
  transition: box-shadow 0.28s ease, transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.header-style-1.sticky-header {
  min-height: var(--ann-sticky-main-height);
}

.header-style-1.sticky-header .main-header {
  z-index: 1030;
  box-shadow: 0 6px 16px rgba(var(--black), 0.08);
  animation: ann-sticky-header-soft 0.6s;
}

.header-style-1.sticky-header .nav-light-header {
  display: none !important;
}

.header-style-1.sticky-header.ann-primary-menu-open .nav-light-header,
.header-style-1.sticky-header .nav-light-header:has(#primaryMenu.show),
.header-style-1.sticky-header .nav-light-header:has(#primaryMenu.showing),
.header-style-1.sticky-header .nav-light-header:has(#primaryMenu.hiding) {
  display: flex !important;
  height: 0;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.header-style-1.sticky-header #primaryMenu.offcanvas {
  z-index: 1080;
}

.header-style-1.ann-sticky-reset .main-header {
  animation: none !important;
  transition: none !important;
}

@keyframes ann-sticky-header-soft {
  from {
    transform: translate3d(0, -100%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-style-1 .main-header {
    transition: none;
  }

  .header-style-1.sticky-header .main-header {
    animation: none;
  }
}

@media (max-width: 991.98px) {
  .header-style-1 {
    --ann-sticky-main-height: 60px;
  }

  .header-style-1 .main-header {
    gap: 10px;
  }

  .header-style-1 .main-header .right-header .header-icon > li:first-child > a {
    color: rgba(var(--content-color), 1);
  }

  .header-style-1 .main-header .right-header .header-icon > li > a:focus,
  .header-style-1 .main-header .right-header .header-icon > li > a:focus-visible,
  .header-style-1 .main-header .right-header .header-icon > li > a:active,
  .header-style-1 .main-header .ann-header-menu-button:focus,
  .header-style-1 .main-header .ann-header-menu-button:focus-visible,
  .header-style-1 .main-header .ann-header-menu-button:active,
  .header-style-1 .main-header .header-logo:focus,
  .header-style-1 .main-header .header-logo:focus-visible,
  .header-style-1 .main-header .header-logo:active,
  .header-style-1 .main-header .search-form .form-control:focus,
  .header-style-1 .main-header .search-form .search-button:focus,
  .header-style-1 .main-header .search-form .search-button:focus-visible,
  .header-style-1 .main-header .search-form .search-button:active,
  .ann-mobile-search-trigger:focus,
  .ann-mobile-search-trigger:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
  }

  .header-style-1 .main-header a,
  .header-style-1 .main-header button,
  .header-style-1 .main-header input {
    -webkit-tap-highlight-color: transparent;
  }

  .header-style-1 .main-header,
  .header-style-1 .main-header *,
  .header-style-1 .main-header *::before,
  .header-style-1 .main-header *::after {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .header-style-1 .main-header .right-header .header-icon > li:first-child > a > .search-btn {
    display: none;
  }

  .ann-mobile-search-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    width: 279px;
    height: 42px;
    padding: 13px;
    border-radius: 999px;
    background: rgba(var(--white), 1);
    color: rgba(var(--title-color), 0.9);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
  }

  .header-style-1 .main-header .right-header .header-icon > li > a .ann-mobile-search-trigger i {
    color: rgba(var(--content-color), 1);
    font-size: 18px;
    line-height: 1;
  }

}

.ann-hero {
  min-height: 480px;
  display: flex;
  align-items: center;
  background: #fee501 url("../images/grocery/banner/1.png") right center/contain no-repeat;
}

.ann-hero h1 {
  max-width: 680px;
  font-size: clamp(38px, 6vw, 78px);
  line-height: .95;
}

.ann-section {
  padding: 54px 0;
}

.ann-muted {
  color: #6f6f6f;
}

.ann-card-img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #f8f8f8;
}

.ann-post-img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #f8f8f8;
}

.ann-price {
  color: #111;
  font-weight: 600;
}

.ann-line {
  border-top: 1px solid #ececec;
}

.ann-empty {
  min-height: 260px;
  display: grid;
  place-items: center;
  text-align: center;
}

.product-box .product-content h5 {
  min-height: 42px;
}

.cart-table img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  background: #f7f7f7;
  border-radius: 8px;
}

html {
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

.category-fixed-box .sub-category-box img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  border-radius: 4px;
}

.offcanvas.ann-category-canvas {
  width: min(100vw, 390px);
  max-width: 100vw;
  background: #f6fbf8;
}

@media (max-width: 1199.98px) {
  header #primaryMenu.offcanvas-collapse.ann-primary-menu-canvas {
    --bs-offcanvas-width: 100vw;
    width: 100vw !important;
    max-width: 100vw;
    height: 100dvh;
    background: #f6fbf8;
  }

  header #primaryMenu.offcanvas-collapse.ann-primary-menu-canvas .offcanvas-body {
    padding: 0;
    overflow: hidden;
  }

  .ann-category-browser.ann-primary-menu-browser {
    display: block;
    grid-template-columns: none;
    height: calc(100dvh - 60px);
    background: #fff;
  }

  .ann-category-browser.ann-primary-menu-browser .ann-category-child-scroll {
    height: 100%;
    width: 100%;
    background: #fff;
  }

  .ann-category-browser.ann-primary-menu-browser .ann-category-child-section {
    min-height: 100%;
    border-bottom: 0;
    padding: 14px 12px 24px;
  }

  .ann-category-child-grid.ann-primary-menu-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 8px;
  }

  .ann-primary-menu-grid .ann-category-child-card {
    grid-template-rows: 56px minmax(30px, auto);
    gap: 6px;
    font-size: 12px;
  }

  .ann-primary-menu-grid .ann-category-child-media {
    width: 56px;
    height: 56px;
  }
}

.ann-category-canvas .offcanvas-body {
  padding: 0;
}

.ann-canvas-toolbar,
.ann-category-toolbar {
  display: grid;
  grid-template-columns: 54px 64px minmax(0, 1fr);
  gap: 6px;
  height: 60px;
  padding: 6px;
  background: rgba(var(--primary-color3), 1);
}

.ann-category-tool {
  display: grid;
  place-items: center;
  align-content: center;
  min-width: 0;
  min-height: 38px;
  padding: 3px 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  background: color-mix(in srgb, rgba(var(--primary-color3), 1) 72%, #000);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.ann-category-tool:hover,
.ann-category-tool:focus {
  color: #fff;
  background: color-mix(in srgb, rgba(var(--primary-color3), 1) 58%, #000);
}

.ann-category-tool i {
  font-size: 15px;
  line-height: 1.5;
}

.ann-category-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  height: 47px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: rgba(var(--title-color), 0.9);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}

.ann-category-search i {
  flex: 0 0 auto;
  font-size: 18px;
  color: rgba(var(--content-color), 1);
  line-height: 1;
}

.ann-category-search span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ann-category-search:hover,
.ann-category-search:focus,
.ann-category-search:focus-visible,
.ann-category-search:active {
  color: rgba(var(--title-color), 0.9);
  outline: 0;
  box-shadow: none;
}

.ann-category-title-box {
  display: none;
}

.ann-category-browser {
  display: grid;
  grid-template-columns: 122px minmax(0, 1fr);
  height: calc(100vh - 60px);
  background: #f7fbff;
  overflow: hidden;
}

.ann-category-parent-list,
.ann-category-child-scroll {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
}

.ann-category-parent-list::-webkit-scrollbar,
.ann-category-child-scroll::-webkit-scrollbar {
  display: none;
}

.ann-category-parent-list {
  background: #f3f8ff;
  border-right: 1px solid #e4edf7;
}

.ann-category-parent {
  display: grid;
  grid-template-rows: 56px auto;
  place-items: center;
  min-height: 105px;
  padding: 8px 6px 10px;
  border-bottom: 1px solid #e5edf6;
  background: #f8fbff;
  color: #1f3545;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

.ann-category-parent.active {
  background: #eefcf1;
  color: rgba(var(--primary-color3), 1);
  font-weight: bold;
}

.ann-category-parent:focus,
.ann-category-parent:focus-visible,
.ann-category-parent.active {
  outline: 0;
}

.ann-category-parent:active,
.ann-category-child-card:active {
  transform: scale(0.985);
}

.ann-category-parent-media,
.ann-category-child-media {
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, #fff9f1 25%, #fff5ea 37%, #fff9f1 63%);
  background-size: 220% 100%;
  animation: ann-category-skeleton 1.4s ease-in-out infinite;
}

.ann-category-parent-media {
  width: 58px;
  height: 54px;
  border-radius: 5px;
}

.ann-category-parent-media img,
.ann-category-child-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f4f8fb;
}

.ann-category-parent-media i,
.ann-category-child-media i {
  color: rgba(var(--primary-color3), 1);
  font-size: 28px;
}

.ann-category-child-scroll {
  background: #fff;
}

.ann-category-child-section {
  padding: 10px 10px 16px;
  border-bottom: 3px solid #f0f4f7;
  scroll-margin-top: 0;
}

.ann-category-child-section.active {
  background: #eefcf1;
}

.ann-category-child-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 10px;
}

.ann-category-child-card {
  display: grid;
  grid-template-rows: 64px 60px;
  justify-items: center;
  gap: 6px;
  min-width: 0;
  color: #364652;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
}

.ann-category-child-card:hover,
.ann-category-child-card:focus {
  color: #008a2e;
}

.ann-category-child-card.active {
  color: rgba(var(--primary-color3), 1);
}

.ann-category-child-card:focus,
.ann-category-child-card:focus-visible,
.ann-category-child-card.active {
  outline: 0;
}

.ann-category-child-card.active .ann-category-child-media {
  outline: 2px solid rgba(var(--primary-color3), 1);
  outline-offset: 2px;
}

.ann-category-child-media {
  width: 64px;
  height: 64px;
  border-radius: 8px;
}

.ann-category-child-card span:last-child,
.ann-category-parent span:last-child {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.ann-category-child-card span:last-child {
  min-height: 60px;
}

@keyframes ann-category-skeleton {
  0% {
    background-position: 120% 0;
  }

  100% {
    background-position: -120% 0;
  }
}

@media (max-width: 360px) {
  .ann-category-browser {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .ann-category-child-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .header-style-1,
  .header-style-1.sticky-header {
    --ann-sticky-main-height: 60px;
  }

  .header-style-1.sticky-header {
    min-height: 60px;
  }

  .header-style-1 .main-header {
    box-sizing: border-box;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    gap: 10px;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-style-1.sticky-header .main-header {
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    animation: ann-mobile-sticky-header-soft 0.5s ease-out both !important;
  }

  .offcanvas.ann-category-canvas {
    width: 100vw;
    height: 100dvh;
    max-width: 100vw;
  }

  .ann-category-browser {
    height: calc(100dvh - 60px);
  }
}

@keyframes ann-mobile-sticky-header-soft {
  from {
    transform: translate3d(0, -60px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 480px) {
  .ann-mobile-search-trigger {
    width: 179px;
  }
}

@media (min-width: 768px) {
  .ann-category-toolbar {
    grid-template-columns: 54px 64px minmax(0, 1fr);
  }

  .ann-category-search {
    display: none;
  }

  .ann-category-title-box {
    display: flex;
  }

  .ann-category-browser {
    height: calc(100vh - 60px);
  }
}

.category-fixed-box .category-child-list {
  padding-left: 24px;
  margin-top: 8px;
}

.category-fixed-box .category-child-list .sub-category-box {
  padding-block: 8px;
}

.category-list .category-list {
  margin-top: 8px;
}

.category-list-box > .form-check-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: inherit;
}

.filter-category-2 li ul {
  padding-left: 16px;
  margin-top: 8px;
}

.filter-category-2 a.active,
.category-fixed-box .sub-category-box.active,
.category-list-box > .form-check-label:hover {
  color: rgba(var(--primary-color), 1);
}

.category-sm-box .category-image img {
  width: 100%;
  aspect-ratio: 432 / 444;
  object-fit: contain;
}

.category-sm-box h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ann-home-mobile-hero-bg {
  display: none;
}

.ann-shopfront-home-banner-slider,
.ann-shopfront-home-banner-slider .swiper,
.ann-shopfront-home-banner-slider .swiper-wrapper,
.ann-shopfront-home-banner-slider .swiper-slide,
.ann-shopfront-home-banner-slider .banner-box,
.ann-home-main-banner,
.ann-home-main-banner picture,
.ann-home-main-banner img,
.ann-shopfront-home-banner-slider img {
  border-radius: 10px;
}

.ann-shopfront-home-banner-slider,
.ann-home-main-banner {
  overflow: hidden;
}

.ann-home-main-banner {
  display: block;
}

.category-bg-color {
  position: relative;
}

.ann-home-category-section .category-bg-color {
  border-radius: 10px;
  overflow: hidden;
}

.ann-home-category-slider {
  position: relative;
}

.ann-category-scroll-strip,
.ann-home-category-slider.swiper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: rgba(var(--content-color), 0.35) transparent;
  scrollbar-width: thin;
}

.ann-category-scroll-strip::-webkit-scrollbar,
.ann-home-category-slider.swiper::-webkit-scrollbar {
  height: 5px;
}

.ann-category-scroll-strip::-webkit-scrollbar-thumb,
.ann-home-category-slider.swiper::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background-color: rgba(var(--content-color), 0.35);
}

.ann-category-scroll-track,
.ann-home-category-slider .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 110px) / 12);
  gap: 10px;
  align-items: stretch;
  min-width: 100%;
  width: auto;
  transform: none !important;
}

.ann-category-scroll-item,
.ann-home-category-slider .swiper-slide {
  min-width: 0;
  width: auto;
  height: auto;
  flex-shrink: 1;
}

.category-bg-color.ann-category-loading .ann-home-category-slider,
.ann-home-category-section.ann-category-loading .ann-home-category-slider {
  visibility: hidden;
  opacity: 0;
}

.ann-home-category-skeleton {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 18px 10px;
  padding: 20px 10px;
  background-color: rgba(var(--white), 1);
}

.category-bg-color.ann-category-ready .ann-home-category-skeleton,
.ann-home-category-section.ann-category-ready .ann-home-category-skeleton {
  display: none;
}

.ann-category-skeleton-item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.ann-category-skeleton-image,
.ann-category-skeleton-line {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(90deg, #e2e6ef 0%, #f7f8fb 48%, #e2e6ef 100%);
  background-size: 220% 100%;
  box-shadow: inset 0 0 0 1px rgba(66, 72, 90, 0.04);
  animation: ann-skeleton-pulse 1.25s ease-in-out infinite;
}

.ann-category-skeleton-image {
  width: 92px;
  height: 92px;
  border-radius: 8px;
}

.ann-category-skeleton-line {
  width: 82%;
  height: 13px;
}

.ann-category-skeleton-line-short {
  width: 62%;
}

@media (min-width: 768px) {
  .ann-home-category-skeleton {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .ann-home-category-skeleton {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

.ann-shop-category-strip {
  height: auto;
}

.ann-shop-category-strip .ann-home-category-slider {
  height: auto;
}

.ann-shop-category-strip .ann-category-scroll-track {
  grid-auto-columns: calc((100% - 105px) / 11.5);
}

.ann-product-category-strip .ann-category-scroll-track {
  grid-auto-columns: calc((100% - 75px) / 8.5);
}

.ann-shop-category-strip .category-box-2.active h6 {
  color: rgba(var(--title-color), 1);
  font-weight: 600;
}

.ann-shop-category-strip .category-box-2 h6 {
  min-height: calc(4 * 1.22em);
  line-height: 1.22;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.ann-shop-category-strip .category-box-2 {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
}

.ann-shop-category-strip .category-box-2 .category-image {
  flex: 0 0 92px;
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ann-shop-category-strip .category-box-2 .category-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-section-2 .main-footer .footer-list li a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.footer-section-2 .main-footer .app-store-link img {
  width: 135px;
  height: 40px;
}

.footer-section-2 .sub-footer {
  color: rgba(var(--white), 0.5);
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 24px;
}

.footer-section-2 .sub-footer .sub-footer-logo {
  flex: 0 0 auto;
}

.footer-section-2 .sub-footer .ann-business-info {
  flex: 1 1 auto;
  margin: 0;
  text-align: right;
  line-height: 1.7;
}

@media (max-width: 767.98px) {
  .footer-section-2 .sub-footer {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 12px;
  }

  .footer-section-2 .sub-footer .ann-business-info {
    text-align: center;
  }
}

.ann-zalo-widget {
  position: fixed;
  left: 16px;
  bottom: 18px;
  z-index: 90;
  transition: bottom 0.24s ease;
}

body.ann-product-sticky-cart-visible .ann-zalo-widget {
  bottom: 90px;
}

.ann-zalo-floating-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background-color: #0068ff;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 104, 255, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ann-zalo-floating-button:hover,
.ann-zalo-floating-button:focus {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 104, 255, 0.34);
}

.ann-zalo-floating-button.zalo_loading {
  pointer-events: none;
  opacity: 0.72;
}

.ann-zalo-contact-form {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto;
  gap: 6px;
  width: min(310px, calc(100vw - 32px));
  padding: 8px;
  border-radius: 29px;
  background-color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 104, 255, 0.22);
}

.ann-zalo-contact-form[hidden],
.ann-zalo-floating-button[hidden] {
  display: none;
}

.ann-zalo-contact-form input {
  min-width: 0;
  height: 42px;
  border: 1px solid rgba(0, 104, 255, 0.22);
  border-radius: 999px;
  padding: 0 12px;
  font-size: 16px;
}

.ann-zalo-contact-form button {
  height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 0 14px;
  background-color: #0068ff;
  color: #ffffff;
  font-weight: 700;
}

.ann-zalo-contact-message {
  grid-column: 1 / -1;
  display: none;
  padding: 0 8px 2px;
  color: rgba(var(--content-color), 1);
  font-size: 12px;
  line-height: 1.25;
}

.ann-zalo-contact-message:not(:empty) {
  display: block;
}

@media (max-width: 767.98px) {
  .ann-zalo-widget {
    bottom: 78px;
  }

  body.ann-product-sticky-cart-visible .ann-zalo-widget {
    bottom: 135px;
  }

  .ann-zalo-floating-button {
    width: 52px;
    height: 52px;
    font-size: 14px;
  }
}

.ann-home-category-slider .ann-category-scroll-track,
.ann-home-category-slider .swiper-wrapper {
  z-index: unset;
}

.ann-home-category-slider .category-button {
  display: none;
}

.ann-home-category-slider .category-box-2 {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
}

.category-bg-color .ann-home-category-slider .category-box-2 .category-image {
  flex: 0 0 92px;
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 0;
  overflow: visible;
}

.ann-home-category-slider .category-box-2 .category-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
}

.ann-home-category-slider .category-box-2 h6 {
  min-height: calc(4 * 1.22em);
  margin-top: 8px;
  line-height: 1.22;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  main {
    position: relative;
  }

  .ann-home-mobile-hero-bg {
    position: absolute;
    display: block;
    top: -1px;
    left: 0;
    right: 0;
    height: 330px;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(
      180deg,
      rgba(var(--primary-color3), 1) 0%,
      rgba(var(--primary-color3), 1) 40%,
      rgba(var(--base-gray), 1) 100%
    );
  }

  .ann-home-mobile-hero-bg ~ section,
  .ann-home-mobile-hero-bg ~ [data-home-lazy-sections] {
    position: relative;
    z-index: 1;
  }

  .ann-home-category-slider .ann-category-scroll-track,
  .ann-home-category-slider .swiper-wrapper {
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-auto-columns: calc((100% - 24px) / 3.5);
    align-items: stretch;
  }

  .ann-home-category-skeleton {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    min-height: 360px;
    padding: 18px 8px;
  }

  .ann-category-skeleton-item:nth-child(n + 9) {
    display: none;
  }

  .category-bg-color.ann-category-loading,
  .ann-home-category-slider {
    min-height: 360px;
  }

  .ann-home-category-slider .ann-category-scroll-item,
  .ann-home-category-slider .swiper-slide {
    height: calc((360px - 10px) / 2);
  }

  .ann-home-category-slider .category-box-2 {
    height: 100%;
  }

  .ann-home-category-slider .category-box-2 .category-image {
    flex-basis: 92px;
  }

  .ann-home-category-slider .category-bg-color .category-box-2 h6,
  .ann-home-category-slider .category-box-2 h6 {
    min-height: calc(4 * 1.22em);
    line-height: 1.22;
    word-break: normal;
    overflow-wrap: anywhere;
    -webkit-line-clamp: 4;
  }

  .title-flex h2 {
    display: block;
  }

  .ann-shop-category-strip .category-box-2 h6 {
    min-height: calc(4 * 1.22em);
    line-height: 1.22;
    -webkit-line-clamp: 4;
  }
}

.shop-section {
  padding-bottom: calc(42px + 28 * (100vw - 320px) / 1600);
}

.shop-section .custom-pagination {
  margin-bottom: calc(18px + 16 * (100vw - 320px) / 1600);
}

.product-box-4 .product-image .quick-view-button-box {
  display: none;
}

.product-box-4 .product-image {
  aspect-ratio: 103 / 103;
}

.product-box-4 .product-content .option-box,
.product-box-4:hover .product-content .option-box,
.product-list-section .product-box-4 .product-content .option-box {
  position: relative;
  inset: auto;
  bottom: auto;
  left: auto;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  margin-top: 9px;
  padding: 0;
  background-color: transparent;
}

.product-box-4 .product-content .name h5,
.product-box-4 .product-content .name h3,
.product-box-4 .product-content .name .h5 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 4.6em;
}

.ann-product-card .product-box-4 {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: visible;
  border: 1px solid rgba(var(--content-color), 0.16);
  border-radius: 8px;
  background: #fff;
  padding: 0;
}

.ann-product-card .ann-product-card-image {
  position: relative;
  overflow: visible;
  background: #fff;
  padding: 0;
  border-radius: 8px;
}

.ann-product-card .ann-product-card-link {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  color: inherit;
  text-transform: none;
}

.ann-product-card .ann-product-card-link:hover,
.ann-product-card .ann-product-card-link:focus {
  color: inherit;
}

.ann-product-card .ann-product-card-link .ann-product-card-image {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.ann-product-card .ann-product-card-image > a:not(.ann-product-wishlist) {
  display: block;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  transform: none;
}

.ann-product-card .product-box-4:hover .ann-product-card-image > a:not(.ann-product-wishlist) {
  transform: none;
}

.ann-product-card .ann-product-card-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.ann-product-discount {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 26px;
  padding: 4px 8px;
  border-radius: 0 8px 0 8px;
  background: rgba(var(--primary-color3), 0.8);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 0.5;
}

.ann-product-wishlist {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: rgba(var(--white), 0.7);
  color: #d60000;
  box-shadow: 0 2px 8px rgba(var(--black), 0.08);
}

.ann-product-card .ann-product-card-image > .ann-product-wishlist {
  display: grid;
  width: 30px;
  height: 30px;
  mix-blend-mode: normal;
}

.ann-product-wishlist i {
  color: inherit;
  font-size: 20px;
  line-height: 1;
}

.ann-product-card .ann-product-card-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 0 8px 8px;
}

.ann-product-card .ann-product-card-content-flash {
  display: flex;
  flex-direction: column;
}

.ann-product-card .ann-product-card-content .name h5,
.ann-product-card .ann-product-card-content .name h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 4.6em;
  margin-bottom: 0;
  color: rgba(var(--title-color), 1);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.24;
  letter-spacing: 0;
}

.ann-product-sold {
  margin: 0;
  color: rgba(var(--content-color), 0.9);
  font-size: 13px;
  line-height: 1.2;
}

.ann-product-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-height: 18px;
}

.ann-product-compare-price {
  color: rgba(var(--content-color), 0.9);
  font-size: 13px;
  line-height: 1.2;
  text-decoration: line-through;
}

.ann-product-price {
  color: #d60000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.ann-product-flash-badge {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 2;
  border-radius: 4px;
  padding: 4px 6px 3px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  background: rgba(var(--primary-color3), 0.8);
}

.ann-flash-sale-block {
  border-radius: 8px;
  background: #ff8747;
  padding: 24px;
}

.ann-flash-sale-block .title-2 {
  margin-bottom: 18px;
}

.ann-flash-sale-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.ann-flash-sale-block .title-2 h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.ann-flash-sale-block .title-2 h2 i {
  display: inline-block;
  margin-right: 0;
  line-height: 1;
  vertical-align: 0;
  font-size: 20px;
}

.ri-flashlight-fill:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  vertical-align: -0.125em;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M13 2 4 14h6l-1 8 10-13h-6l1-7Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M13 2 4 14h6l-1 8 10-13h-6l1-7Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ann-flash-sale-countdown {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.ann-flash-sale-countdown span {
  display: grid;
  place-items: center;
  min-width: 44px;
  height: 34px;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-weight: 800;
}

.ann-flash-sale-countdown i {
  color: #fff;
  font-style: normal;
  font-weight: 800;
}

.ann-flash-sale-all-link {
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
}

.ann-flash-sale-all-link:hover {
  color: #fff !important;
}

.ann-flash-sale-mobile-all-wrap {
  display: none;
}

.ann-flash-sale-mobile-all-link {
  color: #fff !important;
}

.ann-flash-sale-mobile-all-link:hover,
.ann-flash-sale-mobile-all-link:focus {
  color: #fff !important;
}

.ann-product-flash-deal {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px 16px;
  margin-top: 14px;
  margin-bottom: 14px;
  border-radius: 4px;
  background: #ff5a00;
  padding: 8px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.ann-product-flash-main {
  display: grid;
  gap: 11px;
  min-width: 0;
}

.ann-product-flash-main strong {
  display: inline-flex;
  min-width: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.ann-product-flash-main a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ann-product-flash-main a:hover,
.ann-product-flash-main a:focus {
  color: #fff;
}

.ann-product-flash-timer {
  display: grid;
  justify-items: end;
  gap: 6px;
}

.ann-product-flash-timer > span:not(.ann-flash-sale-countdown) {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.ann-product-flash-deal .ann-flash-sale-countdown {
  gap: 5px;
  font-size: 14px;
}

.ann-product-flash-deal .ann-flash-sale-countdown span {
  min-width: 31px;
  height: 28px;
  border-radius: 5px;
  font-size: 13px;
}

.ann-product-flash-price-list .ann-product-flash-regular-price {
  color: rgba(var(--content-color), 0.85);
  text-decoration: line-through;
}

.ann-product-flash-price-list .ann-product-flash-sale-price {
  color: #d60000;
  font-size: 18px;
  font-weight: 800;
}

.ann-flash-sale-section .product-box-4-main {
  height: 100%;
}

.ann-flash-sale-section .ann-product-card .product-box-4,
.ann-flash-sale-page .ann-product-card .product-box-4 {
  overflow: hidden;
  border: 0;
  border-radius: 8px;
}

.ann-flash-sale-progress {
  position: relative;
  display: grid;
  place-items: center;
  margin-top: auto;
  height: 19px;
  overflow: hidden;
  border-radius: 999px;
  background: #ffc6a5;
}

.ann-flash-sale-progress progress {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
}

.ann-flash-sale-progress progress::-webkit-progress-bar {
  border-radius: 999px;
  background: #ffc6a5;
}

.ann-flash-sale-progress progress::-webkit-progress-value {
  border-radius: 999px;
  background: #ff5a00;
}

.ann-flash-sale-progress progress::-moz-progress-bar {
  border-radius: 999px;
  background: #ff5a00;
}

.ann-flash-sale-progress strong {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .ann-flash-sale-block {
    padding: 14px;
  }

  .ann-flash-sale-block .title-2 {
    align-items: center;
    gap: 10px;
  }

  .ann-flash-sale-heading {
    gap: 8px;
  }

  .ann-flash-sale-block .title-2 h2 {
    font-size: 22px;
  }

  .ann-flash-sale-section .ann-flash-sale-block .title-2 {
    align-items: flex-start;
  }

  .ann-flash-sale-section .ann-flash-sale-heading {
    flex-wrap: wrap;
    flex: 1 1 auto;
    min-width: 0;
  }

  .ann-flash-sale-section .ann-flash-sale-block .title-2 h2 {
    flex: 0 1 auto;
    max-width: 100%;
    font-weight: 600;
  }

  .ann-flash-sale-section .ann-flash-sale-countdown {
    flex: 0 0 auto;
    justify-content: flex-end;
    margin-left: auto;
  }

  .ann-flash-sale-countdown {
    gap: 5px;
    font-size: 14px;
  }

  .ann-flash-sale-countdown span {
    min-width: 32px;
    height: 28px;
  }

  .ann-flash-sale-all-link {
    display: none;
  }

  .ann-flash-sale-mobile-all-wrap {
    display: block;
  }

  .ann-product-flash-deal {
    gap: 8px;
    padding: 8px;
  }

  .ann-product-flash-timer > span:not(.ann-flash-sale-countdown) {
    font-size: 13px;
  }

  .ann-product-flash-deal .ann-flash-sale-countdown {
    justify-content: flex-end;
  }

  .ann-product-flash-deal .ann-flash-sale-countdown span {
    min-width: 28px;
    height: 26px;
  }
}

.ann-product-tier {
  margin: 0;
  color: rgba(var(--content-color), 1);
  font-size: 12px;
  line-height: 1.28;
}

.ann-product-card-action {
  flex: 0 0 auto;
  min-height: 43px;
  background: #fff3e6;
}

.ann-product-buy-btn,
.ann-product-qty-box {
  width: 100%;
  height: 43px;
}

.ann-product-buy-btn {
  display: grid;
  place-items: center;
  border: 0;
  background: #fff3e6;
  color: rgba(var(--title-color), 1);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.ann-product-qty-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.ann-product-qty-box[hidden],
.ann-product-buy-btn[hidden] {
  display: none;
}

.ann-product-qty-btn,
.ann-product-qty-value {
  display: grid;
  place-items: center;
  border: 0;
  color: rgba(var(--title-color), 1);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.ann-product-qty-btn {
  background: #fff3e6;
}

.ann-product-qty-value {
  background: #fff;
}

[data-cart-progress] {
  width: 0%;
}

.ann-color-swatch {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: var(--ann-swatch-color);
  border: 1px solid rgba(33, 37, 41, 0.18);
}

.product-section .product-order-box {
  position: static;
  margin-top: calc(18px + 10 * (100vw - 320px) / 1600);
}

.product-section .product-order-box .side-product-detail {
  border: 1px solid rgba(var(--content-color), 0.1);
}

.product-section .right-box-contain .rating-review-sold-box li .ann-product-sold-count {
  display: flex;
  align-items: center;
  gap: 3px;
  color: rgba(var(--content-color), 1);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
  line-height: 1;
}

.product-section .product-order-box .side-product-box .product-contain .ann-product-selected-title {
  display: block;
  margin-bottom: 6px;
  color: rgba(var(--content-color), 0.7);
}

.product-section .product-order-box .side-product-box .product-contain .ann-product-selected-label {
  display: block;
  font-weight: 600;
}

.product-section .right-sidebar-box > .side-product-detail + .side-product-detail {
  margin-top: calc(18px + 10 * (100vw - 320px) / 1600);
}

.product-section .product-info-side-box .about-item-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-section .product-info-side-box .about-item-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  line-height: 1.45;
}

.product-section .product-info-side-box .about-item-list li > span {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
}

.product-section .product-order-box .button-group {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
}

.product-section .product-order-box .button-group a,
.product-section .product-order-box .button-group button {
  flex: 1 1 0;
  width: auto;
  min-height: 54px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.product-section .product-order-box .button-group button.ann-product-action-disabled {
  cursor: pointer;
  opacity: 0.65;
}

@media (min-width: 576px) {
  .product-section .product-order-box .button-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .product-section .product-order-box .button-group [data-product-add-cart] {
    grid-column: 1;
    width: 100%;
    font-size: 14px;
  }

  .product-section .product-order-box .button-group [data-product-buy-now] {
    grid-column: 2;
    width: 100%;
    font-size: 14px;
  }

  .product-section .product-order-box .button-group [data-product-add-order-edit] {
    grid-column: 1 / -1;
  }
}

.checkout-section-new [data-password-toggle],
.ann-account-login-box [data-password-toggle] {
  min-width: 64px;
  color: rgba(var(--title-color), 1);
  background-color: rgba(var(--base-gray), 1);
  border: 1px solid rgba(var(--border-color), 1);
  border-left: 0;
  border-radius: 0 5px 5px 0;
}

.checkout-section-new [data-password-toggle]:hover,
.checkout-section-new [data-password-toggle]:focus,
.checkout-section-new [data-password-toggle]:active,
.ann-account-login-box [data-password-toggle]:hover,
.ann-account-login-box [data-password-toggle]:focus,
.ann-account-login-box [data-password-toggle]:active {
  color: rgba(var(--white), 1);
  background-color: rgba(var(--content-color), 1);
  border-color: rgba(var(--content-color), 1);
}

.checkout-section-new .ann-password-group > .form-control,
.ann-account-login-box .ann-password-group > .form-control {
  border-right: 0;
}

.ann-account-password-form .ann-password-group {
  position: relative;
  display: block;
}

.ann-account-password-form .ann-password-group > .form-control {
  width: 100%;
  padding-right: 48px;
  background-color: rgba(var(--base-gray), 1);
  border-color: transparent;
  border-radius: 5px !important;
}

.ann-account-password-form .ann-password-group > .form-control:focus {
  background-color: rgba(var(--base-gray), 1);
  border-color: rgba(var(--primary-color), 1);
  box-shadow: none;
}

.ann-account-password-form .ann-password-group > [data-password-toggle] {
  position: absolute;
  top: 50%;
  right: 6px;
  z-index: 4;
  min-width: 36px;
  width: 36px;
  height: 36px;
  padding: 0;
  color: rgba(var(--content-color), 1);
  background: transparent;
  border: 0;
  transform: translateY(-50%);
}

.ann-account-password-form .ann-password-group > [data-password-toggle]:hover,
.ann-account-password-form .ann-password-group > [data-password-toggle]:focus,
.ann-account-password-form .ann-password-group > [data-password-toggle]:active {
  color: rgba(var(--primary-color), 1);
  background: transparent;
  border: 0;
}

.ann-checkout-address-list {
  display: grid;
  gap: 12px;
}

.ann-checkout-address {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  width: 100%;
  padding: 16px;
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 12px;
  background: rgba(var(--white), 1);
  cursor: pointer;
}

.ann-checkout-address:has(.form-check-input:checked) {
  border-color: rgba(var(--primary-color), 1);
}

.ann-checkout-address .form-check-input {
  margin-top: 4px;
}

.ann-checkout-address-body,
.ann-checkout-address-title,
.ann-checkout-address-line {
  display: block;
}

.ann-checkout-address-title {
  color: rgba(var(--title-color), 1);
  line-height: 1.4;
}

.ann-checkout-address-line {
  margin-top: 10px;
  color: rgba(var(--content-color), 1);
  line-height: 1.5;
}

.ann-default-badge {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #008a2e;
  background: #dff7e7;
  font-size: 13px;
  font-weight: 700;
}

.ann-add-address-link {
  margin-top: 18px;
  padding: 0;
  color: #ff7a00;
  background: transparent;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
}

.ann-add-address-link:hover,
.ann-add-address-link:focus {
  color: rgba(var(--primary-color), 1);
}

.ann-cart-discount,
.ann-product-price-note {
  display: inline-flex;
  margin: 0;
  color: #008a2e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.ann-product-price-note {
  flex-direction: column;
}

.ann-product-discount-note {
  color: rgba(var(--title-color), 1);
}

.product-order-box [data-product-selected-title].ann-product-choose-alert {
  animation: ann-product-choose-flash 1.1s ease-in-out;
  transform-origin: left center;
}

@keyframes ann-product-choose-flash {
  0%,
  100% {
    color: inherit;
    font-weight: inherit;
    transform: scale(1);
  }

  28%,
  72% {
    color: #f5b400;
    font-weight: 600;
    transform: scale(1.1);
  }

  50% {
    color: #d99a00;
    transform: scale(1.04);
  }
}

.ann-cart-discount span {
  color: inherit;
}

.offcanvas.cart-offcanvas .product-box-list .vertical-product-box .product-content .ann-cart-price-row,
.offcanvas.cart-offcanvas .product-box-list .vertical-product-box .product-content .ann-cart-amount-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.offcanvas.cart-offcanvas .product-box-list .vertical-product-box .product-content .ann-cart-price-row {
  margin-top: 4px;
  flex-wrap: wrap;
}

.offcanvas.cart-offcanvas .product-box-list .vertical-product-box .product-content .ann-cart-price-row .price {
  margin: 0;
}

.offcanvas.cart-offcanvas .product-box-list .vertical-product-box .product-content .ann-cart-amount-row {
  margin-top: 8px;
  justify-content: space-between;
}

.offcanvas.cart-offcanvas .product-box-list .vertical-product-box .product-content .quantity-box.qty-container {
  display: grid;
  grid-template-columns: 28px minmax(28px, 1fr) 28px;
  align-items: center;
  position: static;
  margin-top: 0;
  width: 98px;
}

.offcanvas.cart-offcanvas .product-box-list .vertical-product-box .product-content .quantity-box .qty-btn-minus,
.offcanvas.cart-offcanvas .product-box-list .vertical-product-box .product-content .quantity-box .qty-btn-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  min-width: 28px;
  height: 28px;
}

.offcanvas.cart-offcanvas .product-box-list .vertical-product-box .product-content .quantity-box .input-qty {
  width: 100%;
  min-width: 28px;
}

.offcanvas.cart-offcanvas .product-box-list .vertical-product-box .product-content .ann-cart-line-total {
  margin: 0;
  color: rgba(var(--title-color), 1);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.cart-section .cart-table-box tr.table-row > td:nth-child(4) {
  display: none;
}

.cart-section .cart-table2 .cart-box .cart-image .ann-cart-thumb-remove {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 30px;
  padding: 0;
  color: #5a5a5a;
  background: #fff;
  border: 2px solid #5a5a5a;
  border-radius: 50%;
}

.cart-section .cart-table2 .cart-box .cart-image .ann-cart-thumb-remove i {
  position: static;
  color: inherit;
  font-size: 16px;
  line-height: 1;
}

.cart-section .cart-table2 .cart-box .cart-image > i {
  display: none;
}

.offcanvas.cart-offcanvas .product-box-list .vertical-product-box {
  position: relative;
}

.offcanvas.cart-offcanvas .product-box-list .vertical-product-box .ann-cart-thumb-remove {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 30px;
  padding: 0;
  color: #5a5a5a;
  background: #fff;
  border: 2px solid #5a5a5a;
  border-radius: 50%;
}

.offcanvas.cart-offcanvas .product-box-list .vertical-product-box .ann-cart-thumb-remove i {
  color: inherit;
  font-size: 16px;
  line-height: 1;
}

.offcanvas.cart-offcanvas .product-box-list .vertical-product-box .close-button {
  display: none;
}

.offcanvas.ann-cart-canvas,
.offcanvas.ann-wishlist-canvas,
.offcanvas.ann-account-canvas {
  background: #fff;
}

.offcanvas.ann-cart-canvas .ann-canvas-header,
.offcanvas.ann-wishlist-canvas .ann-canvas-header,
.offcanvas.ann-account-canvas .ann-canvas-header {
  display: block;
  padding: 0;
  border-bottom: 0;
  background: rgba(var(--primary-color3), 1);
}

.ann-cart-toolbar {
  width: 100%;
}

.ann-canvas-title-box,
.ann-cart-title-box {
  display: flex;
  align-items: center;
  min-width: 0;
  height: 48px;
  padding: 0 12px;
  color: rgba(var(--white), 1);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

.ann-canvas-title-box i,
.ann-cart-title-box i {
  flex: 0 0 auto;
  margin-right: 8px;
  color: rgba(var(--white), 1);
  font-size: 20px;
}

.ann-canvas-title-box span,
.ann-cart-title-box span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ann-cart-clear-all {
  flex: 0 0 auto;
  margin-left: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(var(--white), 0.92);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
}

.ann-cart-clear-all:hover,
.ann-cart-clear-all:focus {
  color: rgba(var(--white), 1);
}

.offcanvas.ann-cart-canvas .offcanvas-body,
.offcanvas.ann-wishlist-canvas .offcanvas-body,
.offcanvas.ann-account-canvas .offcanvas-body {
  padding: 0;
}

.offcanvas.ann-cart-canvas .offcanvas-body {
  min-height: 0;
  overflow: hidden;
}

.offcanvas.ann-cart-canvas .cart-product-box {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  position: relative;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #fff;
}

.offcanvas.ann-wishlist-canvas .cart-product-box {
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  position: relative;
  height: calc(100dvh - 60px);
  height: calc(100vh - 60px);
  max-height: calc(100dvh - 60px);
  max-height: calc(100vh - 60px);
  min-height: 0;
  overflow: hidden;
}

.offcanvas.ann-cart-canvas .cart-product-box::after,
.offcanvas.ann-wishlist-canvas .cart-product-box::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 2px;
  width: 4px;
  height: 20%;
  border-radius: 999px;
  background: rgba(var(--primary-color3), 1);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.offcanvas.ann-cart-canvas .cart-product-box.ann-has-items::after,
.offcanvas.ann-wishlist-canvas .cart-product-box.ann-has-items::after {
  opacity: 1;
}

.offcanvas.ann-cart-canvas .cart-product-box.ann-is-scrolling::after,
.offcanvas.ann-wishlist-canvas .cart-product-box.ann-is-scrolling::after {
  opacity: 0;
}

.offcanvas.ann-account-canvas .offcanvas-body {
  height: calc(100dvh - 60px);
  overflow-y: auto;
  scrollbar-width: none;
  background: #fff;
}

.offcanvas.ann-account-canvas .offcanvas-body::-webkit-scrollbar {
  display: none;
}

.offcanvas.ann-account-canvas .dashboard-left-sidebar.show {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: 100%;
  min-height: calc(100dvh - 60px);
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
}

.offcanvas.ann-account-canvas .dashboard-left-sidebar .sidebar-close {
  display: none !important;
}

.offcanvas.ann-account-canvas .profile-box {
  padding: 16px;
  border-bottom: 1px solid #eef0f5;
}

.offcanvas.ann-account-canvas .profile-contain {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.offcanvas.ann-account-canvas .ann-account-profile-link {
  color: inherit;
  text-decoration: none;
}

.offcanvas.ann-account-canvas .ann-account-profile-link:hover .profile-name h3,
.offcanvas.ann-account-canvas .ann-account-profile-link:focus .profile-name h3 {
  color: #ff8a00;
}

.offcanvas.ann-account-canvas .profile-image {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 6px;
  overflow: hidden;
  background: #f4f6fb;
  border: 1px solid #edf0f6;
  color: #7b819c;
}

.offcanvas.ann-account-canvas .profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offcanvas.ann-account-canvas .profile-image i {
  font-size: 31px;
  line-height: 1;
}

.offcanvas.ann-account-canvas .profile-name h3 {
  margin: 0 0 6px;
  color: rgba(var(--title-color), 1);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.offcanvas.ann-account-canvas .profile-name h4 {
  margin: 0;
  color: #4f5577;
  font-size: 14px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.offcanvas.ann-account-canvas .user-nav-pills {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  min-height: 0;
  padding: 12px 0;
  overflow-y: auto;
  scrollbar-width: none;
}

.offcanvas.ann-account-canvas .user-nav-pills::-webkit-scrollbar {
  display: none;
}

.offcanvas.ann-account-canvas .user-nav-pills .nav-item {
  width: 100%;
  margin: 0;
}

.offcanvas.ann-account-canvas .user-nav-pills .nav-link {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 53px;
  padding: 0 24px;
  border-radius: 0;
  border-left: 3px solid transparent;
  color: #555a78;
  background: transparent;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  transition: background 0.18s ease, color 0.18s ease;
}

.offcanvas.ann-account-canvas .user-nav-pills .nav-link i {
  flex: 0 0 auto;
  width: 24px;
  margin-right: 11px;
  color: currentColor;
  font-size: 22px;
  line-height: 1;
}

.offcanvas.ann-account-canvas .user-nav-pills .nav-link:hover,
.offcanvas.ann-account-canvas .user-nav-pills .nav-link:focus {
  color: #ff8a00;
  background: rgba(255, 138, 0, 0.08);
}

.offcanvas.ann-account-canvas .user-nav-pills .nav-link.active {
  color: #ff8a00;
  background: linear-gradient(90deg, rgba(255, 138, 0, 0.14), rgba(255, 138, 0, 0));
  border-left: 3px solid #ff8a00;
  font-weight: 600;
}

.offcanvas.ann-account-canvas .logout-box {
  padding: 12px;
  border-top: 1px solid #eef0f5;
  background: #fff;
}

.offcanvas.ann-account-canvas .logout-box form {
  margin: 0;
}

.offcanvas.ann-account-canvas .logout-box .logout-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 46px;
  border-radius: 6px;
}

@media (max-width: 991.98px) {
  .user-dashboard-section .left-dashboard-show {
    display: none !important;
  }
}

.user-dashboard-section .dashboard-order .ann-order-recipient {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.4;
}

.user-dashboard-section .dashboard-order .ann-order-recipient small {
  color: rgba(var(--content-color), 1);
}

@media (max-width: 575.98px) {
  .user-dashboard-section .dashboard-order .dashboard-order-table {
    overflow: visible;
  }

  .user-dashboard-section .dashboard-order .dashboard-order-table .table {
    min-width: 0;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0 10px;
  }

  .user-dashboard-section .dashboard-order .dashboard-order-table thead {
    display: none;
  }

  .user-dashboard-section .dashboard-order .dashboard-order-table tbody,
  .user-dashboard-section .dashboard-order .dashboard-order-table tr,
  .user-dashboard-section .dashboard-order .dashboard-order-table td {
    display: block;
    width: 100%;
  }

  .user-dashboard-section .dashboard-order .dashboard-order-table tbody tr {
    padding: 12px;
    border: 1px solid rgba(var(--border-color), 1);
    border-radius: 6px;
    background-color: rgba(var(--white), 1);
  }

  .user-dashboard-section .dashboard-order .dashboard-order-table tbody tr td {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 8px 0;
    border: 0;
    color: rgba(var(--title-color), 1);
    text-align: right;
  }

  .user-dashboard-section .dashboard-order .dashboard-order-table tbody tr td + td {
    border-top: 1px solid rgba(var(--border-color), 0.65);
  }

  .user-dashboard-section .dashboard-order .dashboard-order-table tbody tr td::before {
    content: attr(data-label);
    flex: 0 0 96px;
    color: rgba(var(--content-color), 1);
    font-weight: 600;
    text-align: left;
  }

  .user-dashboard-section .dashboard-order .dashboard-order-table tbody tr td[colspan] {
    display: block;
    text-align: center;
  }

  .user-dashboard-section .dashboard-order .dashboard-order-table tbody tr td[colspan]::before {
    content: none;
  }

  .user-dashboard-section .dashboard-order .dashboard-order-table tbody tr td .btn {
    width: auto;
    min-width: 92px;
  }

  .user-dashboard-section .dashboard-order .ann-order-recipient {
    align-items: flex-end;
  }
}

.ann-account-login-box {
  min-height: calc(100dvh - 60px);
  padding: 18px 16px;
  background: #fff;
}

.ann-account-login-box .title {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eef0f5;
}

.ann-account-login-box .title h3 {
  margin-bottom: 6px;
  color: rgba(var(--title-color), 1);
  font-size: 22px;
  font-weight: 600;
}

.ann-account-login-box .title p,
.ann-account-register-line {
  color: rgba(var(--content-color), 1);
  font-size: 14px;
  line-height: 1.5;
}

.ann-account-register-line {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-top: 16px;
}

.ann-account-register-line a {
  color: rgba(var(--primary-color), 1);
  font-weight: 600;
}

.offcanvas.ann-cart-canvas .product-box-list,
.offcanvas.ann-wishlist-canvas .product-box-list {
  min-height: 0;
  overflow-y: auto;
  scrollbar-width: none;
}

.offcanvas.ann-cart-canvas.cart-offcanvas .offcanvas-body .cart-product-box .product-box-list {
  height: auto;
  min-height: 0;
  padding-right: 14px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: rgba(var(--primary-color3), 1) rgba(var(--base-gray), 1);
  scrollbar-width: thin;
}

.offcanvas.ann-wishlist-canvas .product-box-list::-webkit-scrollbar {
  display: none;
}

.offcanvas.ann-cart-canvas .product-box-list::-webkit-scrollbar {
  display: block;
  width: 8px;
}

.offcanvas.ann-cart-canvas .product-box-list::-webkit-scrollbar-track {
  background: rgba(var(--base-gray), 1);
}

.offcanvas.ann-cart-canvas .product-box-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(var(--primary-color3), 1);
}

.offcanvas.ann-cart-canvas .cart-product-box.ann-is-scrolling .product-box-list,
.offcanvas.ann-wishlist-canvas .cart-product-box.ann-is-scrolling .product-box-list {
  scrollbar-color: transparent transparent;
}

.offcanvas.ann-cart-canvas .cart-product-box.ann-is-scrolling .product-box-list::-webkit-scrollbar-track,
.offcanvas.ann-cart-canvas .cart-product-box.ann-is-scrolling .product-box-list::-webkit-scrollbar-thumb,
.offcanvas.ann-wishlist-canvas .cart-product-box.ann-is-scrolling .product-box-list::-webkit-scrollbar-track,
.offcanvas.ann-wishlist-canvas .cart-product-box.ann-is-scrolling .product-box-list::-webkit-scrollbar-thumb {
  background: transparent;
}

.offcanvas.ann-wishlist-canvas .product-box-list {
  height: 100%;
  max-height: calc(100vh - 60px);
  max-height: calc(100dvh - 60px);
  padding-right: 14px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: rgba(var(--primary-color3), 1) rgba(var(--base-gray), 1);
  scrollbar-width: thin;
}

.offcanvas.ann-wishlist-canvas .product-box-list::-webkit-scrollbar {
  display: block;
  width: 8px;
}

.offcanvas.ann-wishlist-canvas .product-box-list::-webkit-scrollbar-track {
  background: rgba(var(--base-gray), 1);
}

.offcanvas.ann-wishlist-canvas .product-box-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(var(--primary-color3), 1);
}

.offcanvas.ann-cart-canvas .total-price-box {
  border-top: 1px solid #e4e9ef;
  position: relative;
  z-index: 3;
  background-color: #f2f3f7;
  box-shadow: 0 -8px 18px rgba(15, 23, 42, 0.08);
}

@media (max-width: 767.98px) {
  .offcanvas.ann-cart-canvas,
  .offcanvas.ann-wishlist-canvas,
  .offcanvas.ann-account-canvas {
    width: 100vw;
    height: 100dvh;
    max-width: 100vw;
  }
}

@media (max-width: 767.98px) {
  .tracking-section .order-tracking-table .table-responsive {
    overflow-x: visible;
  }

  .tracking-section .order-tracking-table table,
  .tracking-section .order-tracking-table tbody,
  .tracking-section .order-tracking-table tr,
  .tracking-section .order-tracking-table td {
    display: block;
  }

  .tracking-section .order-tracking-table table {
    min-width: 0;
    margin-bottom: 0;
  }

  .tracking-section .order-tracking-table thead {
    display: none;
  }

  .tracking-section .order-tracking-table tbody {
    display: grid;
    gap: 16px;
  }

  .tracking-section .order-tracking-table tr {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(var(--border-color), 1);
  }

  .tracking-section .order-tracking-table tr:last-child {
    border-bottom: 0;
  }

  .tracking-section .order-tracking-table tr td {
    min-width: 0;
    max-width: none;
    padding: 0;
    border: 0;
    text-align: left !important;
  }

  .tracking-section .order-tracking-table tr td + td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 10px;
    color: rgba(var(--title-color), 1);
    font-size: 15px;
    line-height: 1.3;
  }

  .tracking-section .order-tracking-table tr td + td::before {
    content: attr(data-label);
    color: rgba(var(--content-color), 1);
    font-size: 14px;
  }

  .tracking-section .order-tracking-table tr td .tracking-order-box {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }

  .tracking-section .order-tracking-table tr td .tracking-order-box a.order-images {
    width: 110px;
    height: 110px;
    padding: 0;
    overflow: hidden;
    border-radius: 8px;
  }

  .tracking-section .order-tracking-table tr td .tracking-order-box a.order-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .tracking-section .order-tracking-table tr td .tracking-order-box .tracking-product-details {
    width: auto;
    min-width: 0;
  }

  .tracking-section .order-tracking-table tr td .tracking-order-box h4 {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 17px;
    line-height: 1.25;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .tracking-section .order-tracking-table tr td .tracking-order-box .order-list {
    gap: 4px;
    margin-top: 6px;
    padding-top: 0;
  }

  .tracking-section .order-tracking-table tr td .tracking-order-box .order-list li {
    display: block;
    font-size: 14px;
    line-height: 1.35;
  }

  .tracking-section .order-tracking-table tr td .tracking-order-box .order-list li span {
    display: inline;
  }

  .tracking-section .order-tracking-table .price {
    justify-content: flex-end;
    margin: 0;
    font-size: 16px;
    text-align: right;
  }

  .tracking-section .order-tracking-table .price .del-price {
    font-size: 14px;
  }

  .cart-section .cart-table2 .table-responsive {
    overflow-x: visible;
  }

  .cart-section .cart-table-box,
  .cart-section .cart-table-box tbody,
  .cart-section .cart-table-box tr,
  .cart-section .cart-table-box td {
    display: block;
  }

  .cart-section .cart-table-box {
    min-width: 0;
    margin-bottom: 0;
  }

  .cart-section .cart-table-box tbody {
    display: grid;
    gap: 16px;
  }

  .cart-section .cart-table-box tr.table-row {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 0 12px;
    min-height: 156px;
    padding: 0 0 16px;
    border-bottom: 1px solid rgba(var(--border-color), 1);
  }

  .cart-section .cart-table-box tr.table-row:last-child {
    border-bottom: 0;
  }

  .cart-section .cart-table-box tr.table-row > td {
    display: block;
    padding: 0;
    border: 0 !important;
    background: transparent;
  }

  .cart-section .cart-table2 .cart-table-box tbody tr.table-row > td:first-child {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .cart-section .cart-table-box tr.table-row > td:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .cart-section .cart-table-box tr.table-row > td:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    min-width: 0;
    margin-top: 54px;
  }

  .cart-section .cart-table-box tr.table-row > td:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    margin-top: 112px;
  }

  .cart-section .cart-table-box tr.table-row > td:nth-child(4) {
    display: none;
  }

  .cart-section .cart-table-box tr.table-row > td:nth-child(5) {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    justify-self: end;
    margin-top: 124px;
    text-align: right;
  }

  .cart-section .cart-table-box .cart-box {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }

  .cart-section .cart-table-box .cart-image {
    width: 110px;
    height: 110px;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(var(--base-gray), 1);
  }

  .cart-section .cart-table-box .cart-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .cart-section .cart-table-box .cart-contain {
    width: auto;
    min-width: 0;
  }

  .cart-section .cart-table2 .cart-box .cart-contain {
    width: auto;
    min-width: 0;
  }

  .cart-section .cart-table2 .cart-box .cart-contain a {
    display: block;
    width: 100%;
  }

  .cart-section .cart-table-box .cart-contain h3 {
    display: -webkit-box;
    width: 100%;
    margin: 0 0 4px;
    overflow: hidden;
    color: rgba(var(--title-color), 1);
    font-size: 17px;
    line-height: 1.25;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .cart-section .cart-table-box .cart-contain span {
    display: block;
    color: rgba(var(--content-color), 1);
    font-size: 14px;
    line-height: 1.35;
  }

  .cart-section .cart-table-box tr.table-row > td:nth-child(2) .price {
    margin: 0;
    color: #198754;
    font-size: 16px;
    line-height: 1.3;
  }

  .cart-section .cart-table-box tr.table-row > td:nth-child(2) .ann-cart-discount {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.25;
    display: block;
  }

  .cart-section .cart-table-box tr.table-row > td:nth-child(3) .quantity-box.qty-container {
    display: grid;
    grid-template-columns: 34px minmax(30px, 1fr) 34px;
    width: 112px;
    min-width: 112px;
    height: 44px;
    margin: 0;
  }

  .cart-section .cart-table-box tr.table-row > td:nth-child(3) .quantity-box .qty-btn-minus,
  .cart-section .cart-table-box tr.table-row > td:nth-child(3) .quantity-box .qty-btn-plus,
  .cart-section .cart-table-box tr.table-row > td:nth-child(3) .quantity-box .input-qty {
    width: 100%;
    height: 44px;
    min-width: 0;
  }

  .cart-section .cart-table-box tr.table-row > td:nth-child(3) .quantity-box .qty-btn-minus,
  .cart-section .cart-table-box tr.table-row > td:nth-child(3) .quantity-box .qty-btn-plus {
    height: 44px;
  }

  .cart-section .cart-table-box tr.table-row > td:nth-child(5) .h5 {
    margin: 0;
    color: rgba(var(--title-color), 1);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
  }

  .cart-section .cart-table-box .empty-card {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .product-section .product-order-box .button-group {
    flex-direction: column;
  }

.product-section .product-order-box .button-group a,
.product-section .product-order-box .button-group button {
  width: 100%;
}
}

.product-section .product-left-box .product-original-box,
.product-section .product-left-box .product-original-slider,
.product-section .product-left-box .product-thumbnail-box,
.product-section .product-left-box .slider-image {
  width: 100%;
  padding: 0 !important;
  background-color: #fff;
}

.ann-product-gallery-skeleton {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  align-content: start;
  gap: 8px;
  pointer-events: none;
}

.ann-product-gallery-skeleton-main,
.ann-product-gallery-skeleton-thumb {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  background: linear-gradient(90deg, #e2e6ef 0%, #f5f7fb 44%, #d7ddea 100%);
  background-size: 220% 100%;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.22);
  animation: ann-skeleton-pulse 1.05s ease-in-out infinite;
}

.ann-product-gallery-skeleton-main {
  aspect-ratio: 1 / 1;
}

.ann-product-gallery-skeleton-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, calc((100% - 32px) / 5)));
  gap: 8px;
}

.ann-product-gallery-skeleton-thumb {
  aspect-ratio: 1 / 1;
}

.ann-product-gallery-loading .product-original-slider,
.ann-product-gallery-loading .product-thumbnail-box {
  visibility: hidden;
  opacity: 0;
}

.ann-product-gallery-ready .ann-product-gallery-skeleton {
  display: none;
}

.product-section .product-left-box .slider-image {
  padding: 0;
}

.product-section .product-left-box .product-original-box .slider-image,
.product-right-box .product-left-box .product-original-box .slider-image {
  display: block !important;
  padding: 0 !important;
  background-color: #fff !important;
  height: auto !important;
  border-radius: 6px !important;
}

.product-section .product-left-box .product-thumbnail-box .sidebar-image,
.product-right-box .product-left-box .product-thumbnail-box .sidebar-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 0 !important;
  background-color: #fff !important;
  height: auto !important;
  border-radius: 6px !important;
  overflow: hidden;
}

.product-section .product-left-box .product-thumbnail-box .sidebar-image img,
.product-right-box .product-left-box .product-thumbnail-box .sidebar-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-section .product-left-box .product-thumbnail-box .swiper-slide {
  flex: 0 0 calc((100% - 32px) / 5);
  width: calc((100% - 32px) / 5);
  margin-right: 8px;
}

@media (min-width: 576px) {
  .ann-product-gallery-skeleton,
  .ann-product-gallery-skeleton-thumbs {
    gap: 10px;
  }

  .ann-product-gallery-skeleton-thumbs {
    grid-template-columns: repeat(auto-fit, minmax(0, calc((100% - 40px) / 5)));
  }

  .product-section .product-left-box .product-thumbnail-box .swiper-slide {
    flex-basis: calc((100% - 40px) / 5);
    width: calc((100% - 40px) / 5);
    margin-right: 10px;
  }
}

.product-section .product-left-box .slider-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.ann-product-rating-summary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ann-product-rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  min-height: 20px;
  padding: 2px 5px;
  border-radius: 5px;
  background: rgba(var(--primary-color3), 1);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.ann-product-rating-badge i {
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
}

.ann-product-rating-link {
  color: #007a5a;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}

.ann-product-rating-link:hover {
  color: var(--theme-color);
}

.ann-product-rating-wishlist {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #222222;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}

.ann-product-rating-wishlist::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(var(--content-color), 0.35);
  margin-right: 4px;
}

.ann-product-rating-wishlist i {
  color: #d60000;
  font-size: 16px;
  line-height: 1;
}

.ann-product-rating-wishlist:hover,
.ann-product-rating-wishlist.active {
  color: #222222;
}

#product-reviews {
  scroll-margin-top: 110px;
}

.ann-product-review-box {
  margin-top: 24px !important;
}

.ann-related-products-box {
  padding: calc(18px + 8 * (100vw - 990px) / 930);
  border-radius: calc(6px + 2 * (100vw - 990px) / 930);
  background-color: rgba(var(--white), 1);
}

.ann-related-products-box + .ann-related-products-box {
  margin-top: 24px;
}

.ann-related-products-side {
  padding: 0;
}

.ann-related-products-box .side-title {
  margin-bottom: calc(12px + 4 * (100vw - 990px) / 930);
  padding-bottom: calc(6px + 5 * (100vw - 990px) / 930);
  border-bottom: 1px solid rgba(var(--content-color), 0.1);
}

.ann-related-products-box .side-title h4 {
  font-size: calc(20px + 4 * (100vw - 990px) / 930);
  font-weight: 600;
}

.ann-product-recommendations-loading {
  display: grid;
  gap: 24px;
}

.ann-product-recommendations-loading .ann-skeleton-card {
  width: 100%;
  min-height: 250px;
}

@media (max-width: 767.98px) {
  .product-section .right-box-contain .name,
  .product-section .right-box-contain .product-title h4,
  .product-section .shipping-info-list li {
    text-align: left;
  }

  .product-section .right-box-contain .rating-review-sold-box,
  .product-section .right-box-contain .product-package .select-package {
    justify-content: flex-start;
  }

  .product-section .shipping-info-list {
    padding-left: 18px;
  }
}
.ann-order-edit-table td {
    vertical-align: middle;
}

.ann-order-edit-page {
    padding-bottom: calc(30px + 30 * (100vw - 320px) / 1600);
}

.ann-order-edit-page .cart-table2 {
    height: auto;
}

.ann-order-edit-page .cart-table2 .table-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ann-order-edit-page .cart-table2 .table-title h2 {
    margin-bottom: 0;
}

.ann-order-edit-add-product {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    white-space: nowrap;
}

.ann-order-edit-page .right-summery-box {
    display: grid;
    gap: 16px;
}

.ann-order-edit-page .right-summery-box .summery-box {
    min-width: 0;
}

.ann-order-edit-shipping .checkbox-bg-color {
    padding: calc(16px + 12 * (100vw - 320px) / 1600);
    border-radius: calc(6px + 4 * (100vw - 320px) / 1600);
    background-color: rgba(var(--white), 1);
}

.ann-order-edit-shipping .checkout-title {
    margin-bottom: calc(10px + 6 * (100vw - 320px) / 1600);
    padding-bottom: calc(8px + 5 * (100vw - 320px) / 1600);
    border-bottom: 1px solid rgba(var(--border-color), 1);
}

.ann-order-edit-shipping .checkout-title h4 {
    font-size: calc(20px + 6 * (100vw - 320px) / 1600);
}

.ann-order-edit-shipping .form-label {
    margin-bottom: calc(2px + 2 * (100vw - 320px) / 1600);
    font-size: calc(15px + 3 * (100vw - 320px) / 1600);
    color: rgba(var(--title-color), 1);
}

.ann-order-edit-shipping .form-label span {
    color: rgba(var(--danger-color), 1);
}

.ann-order-edit-shipping .form-control,
.ann-order-edit-shipping .form-select {
    padding: calc(8px + 4 * (100vw - 320px) / 1600) calc(12px + 2 * (100vw - 320px) / 1600);
    border: 1px solid rgba(var(--border-color), 1);
    background-color: rgba(var(--base-gray), 1);
    font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}

.ann-order-edit-page [data-order-edit-complete],
.ann-order-edit-page [data-order-edit-complete]:hover,
.ann-order-edit-page [data-order-edit-complete]:focus,
#orderEditCompleteModal [data-order-edit-complete-confirm],
#orderEditCompleteModal [data-order-edit-complete-confirm]:hover,
#orderEditCompleteModal [data-order-edit-complete-confirm]:focus {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.ann-order-edit-product-search .ann-order-edit-search-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

.ann-order-edit-product-search .form-control,
.ann-order-edit-product-search .btn {
    min-height: 46px;
}

.ann-order-edit-product-search .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.ann-product-card-meta {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 4px 10px;
    min-height: 25px;
    margin-top: auto;
    padding: 4px 0 0;
    white-space: nowrap;
    overflow: hidden;
}

.ann-product-card-meta span:last-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ann-product-card-meta .ann-product-rating-badge i {
    color: #ffffff;
}

#review .rating i {
    color: #ffb321;
}

.ann-shopfront-home-banner-slider,
.ann-shopfront-product-banner-slider,
.ann-shopfront-category-banner-slider,
.ann-shopfront-tag-banner-slider,
.ann-shopfront-brand-banner-slider,
.ann-shopfront-top-banner-slider {
  position: relative;
}

.ann-shopfront-home-banner-slider .ann-shopfront-banner-nav,
.ann-shopfront-product-banner-slider .ann-shopfront-banner-nav,
.ann-shopfront-category-banner-slider .ann-shopfront-banner-nav,
.ann-shopfront-tag-banner-slider .ann-shopfront-banner-nav,
.ann-shopfront-brand-banner-slider .ann-shopfront-banner-nav,
.ann-shopfront-top-banner-slider .ann-shopfront-banner-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 54px;
  border: 0;
  border-radius: 0 4px 4px 0;
  background: rgba(0, 0, 0, 0.22);
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  transform: translateY(-50%);
  transition: background 0.2s ease;
}

.ann-shopfront-home-banner-slider .ann-shopfront-banner-nav:hover,
.ann-shopfront-product-banner-slider .ann-shopfront-banner-nav:hover,
.ann-shopfront-category-banner-slider .ann-shopfront-banner-nav:hover,
.ann-shopfront-tag-banner-slider .ann-shopfront-banner-nav:hover,
.ann-shopfront-brand-banner-slider .ann-shopfront-banner-nav:hover,
.ann-shopfront-top-banner-slider .ann-shopfront-banner-nav:hover {
  background: rgba(0, 0, 0, 0.36);
}

.ann-shopfront-home-banner-slider .ann-shopfront-banner-prev,
.ann-shopfront-product-banner-slider .ann-shopfront-banner-prev,
.ann-shopfront-category-banner-slider .ann-shopfront-banner-prev,
.ann-shopfront-tag-banner-slider .ann-shopfront-banner-prev,
.ann-shopfront-brand-banner-slider .ann-shopfront-banner-prev,
.ann-shopfront-top-banner-slider .ann-shopfront-banner-prev {
  left: 0;
}

.ann-shopfront-home-banner-slider .ann-shopfront-banner-next,
.ann-shopfront-product-banner-slider .ann-shopfront-banner-next,
.ann-shopfront-category-banner-slider .ann-shopfront-banner-next,
.ann-shopfront-tag-banner-slider .ann-shopfront-banner-next,
.ann-shopfront-brand-banner-slider .ann-shopfront-banner-next,
.ann-shopfront-top-banner-slider .ann-shopfront-banner-next {
  right: 0;
  border-radius: 4px 0 0 4px;
}

.ann-shopfront-home-banner-slider .ann-shopfront-banner-nav i,
.ann-shopfront-product-banner-slider .ann-shopfront-banner-nav i,
.ann-shopfront-category-banner-slider .ann-shopfront-banner-nav i,
.ann-shopfront-tag-banner-slider .ann-shopfront-banner-nav i,
.ann-shopfront-brand-banner-slider .ann-shopfront-banner-nav i,
.ann-shopfront-top-banner-slider .ann-shopfront-banner-nav i {
  line-height: 1;
}

.ann-shopfront-home-banner-slider .ann-shopfront-banner-dots,
.ann-shopfront-product-banner-slider .ann-shopfront-banner-dots,
.ann-shopfront-category-banner-slider .ann-shopfront-banner-dots,
.ann-shopfront-tag-banner-slider .ann-shopfront-banner-dots,
.ann-shopfront-brand-banner-slider .ann-shopfront-banner-dots,
.ann-shopfront-top-banner-slider .ann-shopfront-banner-dots {
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.ann-shopfront-home-banner-slider .ann-shopfront-banner-dot,
.ann-shopfront-product-banner-slider .ann-shopfront-banner-dot,
.ann-shopfront-category-banner-slider .ann-shopfront-banner-dot,
.ann-shopfront-tag-banner-slider .ann-shopfront-banner-dot,
.ann-shopfront-brand-banner-slider .ann-shopfront-banner-dot,
.ann-shopfront-top-banner-slider .ann-shopfront-banner-dot {
  position: relative;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.ann-shopfront-home-banner-slider .ann-shopfront-banner-dot::after,
.ann-shopfront-product-banner-slider .ann-shopfront-banner-dot::after,
.ann-shopfront-category-banner-slider .ann-shopfront-banner-dot::after,
.ann-shopfront-tag-banner-slider .ann-shopfront-banner-dot::after,
.ann-shopfront-brand-banner-slider .ann-shopfront-banner-dot::after,
.ann-shopfront-top-banner-slider .ann-shopfront-banner-dot::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(0, 0, 0, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  content: "";
  transform: translate(-50%, -50%);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.ann-shopfront-home-banner-slider .ann-shopfront-banner-dot.active::after,
.ann-shopfront-product-banner-slider .ann-shopfront-banner-dot.active::after,
.ann-shopfront-category-banner-slider .ann-shopfront-banner-dot.active::after,
.ann-shopfront-tag-banner-slider .ann-shopfront-banner-dot.active::after,
.ann-shopfront-brand-banner-slider .ann-shopfront-banner-dot.active::after,
.ann-shopfront-top-banner-slider .ann-shopfront-banner-dot.active::after {
  border-color: rgba(var(--primary-color3), 1);
  background: rgba(var(--primary-color3), 1);
}

.header-style-1 .top-header-banner {
  display: block;
  position: relative;
}

.header-style-1 .top-header-banner .banner-remove {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  background: transparent;
}

.header-style-1 .top-header-banner .banner-remove i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: rgba(var(--title-color), 1);
  color: rgba(var(--white), 1);
}

@media (max-width: 1199.98px) {
  .header-style-1 .top-header-banner a.d-block,
  .header-style-1 .top-header-banner picture,
  .header-style-1 .top-header-banner img {
    min-height: 44px;
  }

  .header-style-1 .top-header-banner img {
    object-fit: cover;
  }
}

.ann-review-textarea {
    min-height: 150px;
}

.ann-rating-progress-fill {
    width: 0;
}

.ann-rating-progress-0 { width: 0; }
.ann-rating-progress-5 { width: 5%; }
.ann-rating-progress-10 { width: 10%; }
.ann-rating-progress-15 { width: 15%; }
.ann-rating-progress-20 { width: 20%; }
.ann-rating-progress-25 { width: 25%; }
.ann-rating-progress-30 { width: 30%; }
.ann-rating-progress-35 { width: 35%; }
.ann-rating-progress-40 { width: 40%; }
.ann-rating-progress-45 { width: 45%; }
.ann-rating-progress-50 { width: 50%; }
.ann-rating-progress-55 { width: 55%; }
.ann-rating-progress-60 { width: 60%; }
.ann-rating-progress-65 { width: 65%; }
.ann-rating-progress-70 { width: 70%; }
.ann-rating-progress-75 { width: 75%; }
.ann-rating-progress-80 { width: 80%; }
.ann-rating-progress-85 { width: 85%; }
.ann-rating-progress-90 { width: 90%; }
.ann-rating-progress-95 { width: 95%; }
.ann-rating-progress-100 { width: 100%; }

.ann-review-avatar {
    display: grid;
    place-items: center;
    min-width: 82px;
    min-height: 82px;
    border-radius: 6px;
    background-color: rgba(var(--base-gray), 1);
    color: rgba(var(--content-color), 1);
    font-size: 10px;
}

.ann-review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.ann-review-avatar-brand {
    background-color: rgba(var(--theme-color), .12);
    color: rgba(var(--theme-color), 1);
    font-weight: 700;
}

.ann-review-avatar-letter {
    background-color: #e8f0fe;
    color: #1a73e8;
    font-size: 28px;
    font-weight: 700;
}

.ann-review-purchased-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 8px;
    color: #17a34a;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    white-space: nowrap;
}

.ann-review-purchased-badge i {
    font-size: 16px;
    line-height: 1;
}

.ann-review-rating-input {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 4px;
}

.ann-review-rating-input input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ann-review-rating-input label {
    cursor: pointer;
    color: rgba(var(--content-color), .45);
    font-size: 30px !important;
    line-height: 30px;
}

.review-form-box .ann-review-rating-input label i {
    font-size: 30px !important;
    line-height: 30px;
}

.ann-review-rating-input label:hover,
.ann-review-rating-input label:hover ~ label,
.ann-review-rating-input input:checked ~ label,
.ann-review-rating-input label.is-active {
    color: #ffb321;
}

.ann-review-rating-input label:hover i,
.ann-review-rating-input label:hover ~ label i,
.ann-review-rating-input input:checked ~ label i,
.ann-review-rating-input label.is-active i {
    color: #ffb321;
}

.ann-review-media {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.ann-review-gallery-trigger {
    position: relative;
    display: inline-flex;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
}

.ann-review-gallery-trigger:focus {
    outline: 2px solid rgba(var(--theme-color), .45);
    outline-offset: 2px;
}

.ann-review-video-trigger {
    position: relative;
    display: inline-flex;
    width: 82px;
    height: 82px;
    padding: 0;
    border: 1px solid rgba(var(--border-color), 1);
    border-radius: 6px;
    background-color: rgba(var(--base-gray), 1);
    overflow: hidden;
}

.ann-review-video-trigger img,
.ann-review-video-empty,
.ann-review-media img {
    width: 82px;
    height: 82px;
    object-fit: cover;
    border: 1px solid rgba(var(--border-color), 1);
    border-radius: 6px;
    background-color: rgba(var(--base-gray), 1);
}

.ann-review-video-trigger img,
.ann-review-video-empty {
    border: 0;
    border-radius: 0;
}

.ann-review-video-empty {
    display: grid;
    place-items: center;
    color: rgba(var(--content-color), 1);
    font-size: 24px;
}

.ann-review-summary {
    margin-top: 22px;
}

.ann-review-summary h5 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(var(--title-color), 1);
}

.ann-review-summary-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.ann-review-summary-thumb {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background-color: rgba(var(--base-gray), 1);
}

.ann-review-summary-thumb > img,
.ann-review-summary-thumb > .ann-review-video-empty {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ann-review-summary-thumb > span:not(.ann-review-play):not(.ann-review-video-empty),
.ann-review-summary-count {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(var(--white), 1);
    font-size: 20px;
    font-weight: 700;
    background-color: rgba(0, 0, 0, .48);
}

.ann-review-summary-video .ann-review-play {
    width: 34px;
    height: 34px;
}

.ann-review-play {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .28);
    font-size: 28px;
}

.ann-review-summary-video.ann-review-video-trigger {
    width: auto;
    height: auto;
}

.ann-review-summary-video .ann-review-play {
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.ann-review-video-player {
    width: 100%;
    max-height: min(70vh, 720px);
    border-radius: 8px;
    background-color: #000;
}

.ann-review-login-prompt {
    display: grid;
    gap: 12px;
}

.ann-review-form-status,
.ann-review-login-status {
    min-height: 22px;
    margin-bottom: 10px;
    font-size: 14px;
}

.ann-review-pending-note {
    display: inline-flex;
    margin-top: 10px;
    padding: 5px 10px;
    border-radius: 6px;
    background-color: rgba(var(--theme-color), .1);
    color: rgba(var(--theme-color), 1);
    font-size: 13px;
    font-weight: 600;
}

.ann-review-admin-reply {
    margin-top: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(var(--border-color), .7);
    border-radius: 8px;
    background-color: #fff;
}

.ann-review-admin-reply p {
    margin: 0;
    color: rgba(var(--content-color), 1);
    line-height: 1.55;
}

.ann-review-admin-reply strong {
    color: #222;
    font-weight: 700;
}

.ann-review-gallery-large {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 320px;
    border-radius: 8px;
    background-color: rgba(var(--base-gray), 1);
}

.ann-review-gallery-large img {
    max-width: 100%;
    max-height: min(68vh, 680px);
    object-fit: contain;
}

.ann-review-gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    color: rgba(var(--white), 1);
    background-color: rgba(0, 0, 0, .45);
    transform: translateY(-50%);
}

.ann-review-gallery-nav[data-review-gallery-prev] {
    left: 16px;
}

.ann-review-gallery-nav[data-review-gallery-next] {
    right: 16px;
}

.ann-review-gallery-thumbs-wrap {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
}

.ann-review-gallery-thumbs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.ann-review-gallery-thumbs::-webkit-scrollbar {
    display: none;
}

.ann-review-gallery-thumb-nav {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: rgba(var(--white), 1);
    background-color: rgba(0, 0, 0, .42);
}

.ann-review-gallery-thumbs button {
    flex: 0 0 auto;
    padding: 2px;
    border: 2px solid transparent;
    border-radius: 6px;
    background-color: transparent;
}

.ann-review-gallery-thumbs button.active {
    border-color: rgba(var(--theme-color), 1);
}

.ann-review-gallery-thumbs img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 4px;
}

.ann-review-gallery-content {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 6px;
    color: rgba(var(--content-color), 1);
    background-color: rgba(var(--base-gray), 1);
    line-height: 1.6;
}

.ann-review-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.ann-review-actions .btn {
    min-height: 58px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
}

.ann-review-load-more {
    border: 1px solid rgba(var(--title-color), 1);
    color: rgba(var(--title-color), 1);
    background-color: rgba(var(--white), 1);
}

.ann-review-write-button {
    color: rgba(var(--white), 1);
    background-color: rgba(var(--theme-color), 1);
}

.ann-review-write-button:hover {
    color: rgba(var(--white), 1);
}

@media (max-width: 575.98px) {
    .review-people .review-list li .people-box {
        display: grid;
        grid-template-columns: 64px minmax(0, 1fr);
        align-items: flex-start;
        gap: 12px;
    }

    .review-people .review-list li .people-box > div:first-child {
        grid-column: 1;
        grid-row: 1 / span 4;
    }

    .review-people .review-list li .people-box .people-image,
    .review-people .review-list li .people-box .ann-review-avatar {
        width: 64px;
        height: 64px;
        min-width: 64px;
        min-height: 64px;
    }

    .review-people .review-list li .people-box .people-comment {
        display: contents;
        width: auto;
        min-width: 0;
        padding-left: 0;
    }

    .review-people .review-list li .people-box .people-comment .name,
    .review-people .review-list li .people-box .people-comment .date-time,
    .review-people .review-list li .people-box .people-comment .reply,
    .review-people .review-list li .people-box .people-comment .ann-review-pending-note,
    .review-people .review-list li .people-box .people-comment .ann-review-admin-reply {
        grid-column: 2;
    }

    .review-people .review-list li .people-box .ann-review-media {
        display: grid;
        grid-column: 1 / -1;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 8px;
        margin-left: 0;
    }

    .review-people .review-list li .people-box .share-box {
        grid-column: 1 / -1;
    }

    .review-people .review-list li .people-box .ann-review-gallery-trigger,
    .review-people .review-list li .people-box .ann-review-video-trigger {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }

    .review-people .review-list li .people-box .ann-review-media img,
    .review-people .review-list li .people-box .ann-review-video-empty {
        width: 100%;
        height: 100%;
    }

    .ann-review-actions {
        grid-template-columns: 1fr;
    }

    .ann-order-edit-page .cart-table2 .table-title {
        align-items: flex-start;
        flex-direction: column;
    }

    .ann-order-edit-add-product {
        width: 100%;
    }

    .ann-order-edit-product-search .ann-order-edit-search-row {
        grid-template-columns: 1fr;
    }

    .ann-order-edit-product-search .form-control,
    .ann-order-edit-product-search .btn {
        width: 100%;
    }
}

.ann-product-sticky-cart {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 10px 0;
    border-top: 1px solid rgba(var(--border-color), 1);
    background-color: rgba(var(--white), 1);
    box-shadow: 0 -8px 24px rgba(var(--black), 0.08);
    transform: translateY(110%);
    transition: transform 0.24s ease;
}

.ann-product-sticky-cart.is-visible {
    z-index: 9;
    transform: translateY(0);
}

.ann-product-sticky-cart-inner {
    display: grid;
    gap: 10px;
    align-items: center;
    max-width: 760px;
    margin-left: auto;
}

.ann-product-sticky-cart-simple {
    grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
}

.ann-product-sticky-cart-variant {
    grid-template-columns: minmax(0, 1fr);
}

.ann-product-sticky-qty {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 6px;
    border-radius: 4px;
    background-color: rgba(var(--base-gray), 1);
}

.ann-product-sticky-qty .qty-btn,
.ann-product-sticky-qty .input-qty {
    border: 0;
    text-align: center;
}

.ann-product-sticky-qty .qty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 4px;
    color: rgba(var(--content-color), 1);
    background-color: rgba(var(--white), 1);
}

.ann-product-sticky-qty .qty-btn:hover,
.ann-product-sticky-qty .qty-btn:focus {
    color: rgba(var(--white), 1);
    background-color: rgba(var(--primary-color), 1);
}

.ann-product-sticky-qty .input-qty {
    width: 60px;
    height: 34px;
    min-width: 0;
    padding: 3px 0 0;
    color: rgba(var(--title-color), 1);
    background-color: transparent;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    outline: 0;
    appearance: textfield;
}

.ann-product-sticky-qty .input-qty::-webkit-inner-spin-button,
.ann-product-sticky-qty .input-qty::-webkit-outer-spin-button {
    appearance: none;
    margin: 0;
}

.ann-product-sticky-add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    border-radius: 6px;
}

.ann-product-sticky-add i {
    line-height: 1;
    font-weight: normal;
    font-size: 22px;
    margin-top: -4px;
}

.product-section .right-sidebar-box .side-product-detail .button-group [data-product-add-cart],
.product-section .right-sidebar-box .side-product-detail .button-group [data-product-buy-now] {
    font-weight: 600;
}

body.ann-product-sticky-cart-visible {
    padding-bottom: 72px;
}

@media (max-width: 575.98px) {
    .ann-product-sticky-cart {
        bottom: 63px;
        padding: 8px 0;
    }

    .ann-product-sticky-cart-inner {
        max-width: none;
    }

    .ann-product-sticky-cart-simple {
        grid-template-columns: minmax(118px, 36%) minmax(0, 1fr);
    }

    .ann-product-sticky-qty {
        height: 44px;
        padding: 5px;
    }

    .ann-product-sticky-qty .qty-btn {
        flex-basis: 32px;
        width: 32px;
        height: 32px;
    }

    .ann-product-sticky-qty .input-qty {
        width: 48px;
        height: 32px;
    }

    .ann-product-sticky-add {
        min-height: 44px;
        padding-inline: 10px;
    }

    body.ann-product-sticky-cart-visible {
        padding-bottom: 129px;
    }
}
