/*
Theme Name: Default Theme
Theme URI: https://www.shopagg.com/
Author: ShopAGG
Author URI: https://www.shopagg.com/
Description: ShopAGG B2B 企业官网默认主题，包含完整的页面模板、区块配置和基础样式。
Version: 1.0.0
License: MIT
*/

/**
 * Default Theme - Custom Styles for Tailwind CSS
 */

/* ===== Base & Variables ===== */
:root {
  --brand-ink: #08265a;
  --brand-muted: #52647c;
  --brand-surface: #f6f9fd;
  --brand-border: #d9e3ee;
  --brand-accent: #c9141d;
  --brand-accent-dark: #09275a;
  --brand-gold: #c9141d;
  --brand-card: rgba(255, 255, 255, 0.96);
  --brand-shadow: 0 18px 44px rgba(8, 38, 90, 0.1);
  --brand-shadow-strong: 0 28px 68px rgba(8, 38, 90, 0.18);
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
}

summary::-webkit-details-marker {
  display: none;
}

/* ===== MD Brand System ===== */
.md-brand-theme {
  color: var(--brand-ink);
  background:
    linear-gradient(90deg, rgba(8, 38, 90, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #f6f9fd 0%, #ffffff 42%, #eef4fb 100%);
  background-size: 34px 34px, auto;
}

.md-brand-theme main {
  background:
    linear-gradient(180deg, rgba(246, 249, 253, 0.96), rgba(255, 255, 255, 0.92) 42%, rgba(246, 249, 253, 0.98));
}

.md-brand-theme h1,
.md-brand-theme h2,
.md-brand-theme h3,
.md-brand-theme h4 {
  letter-spacing: 0;
}

.md-section-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(33, 27, 24, 0.98) 0%, rgba(92, 20, 17, 0.98) 48%, rgba(165, 22, 22, 0.94) 100%);
  color: #fff;
}

.md-section-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 46%, rgba(255, 255, 255, 0.08) 46% 47%, transparent 47% 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 100% 100%, 42px 42px;
  opacity: 0.55;
  pointer-events: none;
}

.md-section-hero > * {
  position: relative;
  z-index: 1;
}

.md-brand-theme .bg-white.rounded-xl,
.md-brand-theme .bg-white.rounded-2xl,
.md-brand-theme .bg-white.rounded-lg {
  border-color: rgba(33, 27, 24, 0.1) !important;
  border-radius: 0.5rem !important;
  box-shadow: var(--brand-shadow);
}

.md-brand-theme .shadow-sm,
.md-brand-theme .shadow-lg,
.md-brand-theme .shadow-xl,
.md-brand-theme .shadow-2xl {
  box-shadow: var(--brand-shadow) !important;
}

.md-brand-theme article.bg-white:hover,
.md-brand-theme .bg-white.rounded-xl:hover,
.md-brand-theme .bg-white.rounded-2xl:hover {
  border-color: rgba(226, 43, 34, 0.22) !important;
}

.md-brand-theme .border-gray-100,
.md-brand-theme .border-gray-200,
.md-brand-theme .border-gray-300 {
  border-color: rgba(33, 27, 24, 0.12) !important;
}

.md-brand-theme .text-gray-900 {
  color: var(--brand-ink) !important;
}

.md-brand-theme .text-gray-700,
.md-brand-theme .text-gray-600,
.md-brand-theme .text-gray-500 {
  color: var(--brand-muted) !important;
}

.md-brand-theme .bg-gray-50,
.md-brand-theme .bg-gray-100 {
  background-color: #f6f9fd !important;
}

.md-brand-theme .bg-amber-50,
.md-brand-theme .bg-amber-100,
.md-brand-theme .bg-brand-50,
.md-brand-theme .bg-brand-100 {
  background-color: #eef4fb !important;
}

.md-brand-theme .text-amber-500,
.md-brand-theme .text-amber-600,
.md-brand-theme .text-amber-700,
.md-brand-theme .text-brand-600,
.md-brand-theme .text-brand-700 {
  color: var(--brand-accent) !important;
}

.md-brand-theme .border-amber-500,
.md-brand-theme .border-brand-600 {
  border-color: var(--brand-accent) !important;
}

.md-brand-theme input,
.md-brand-theme textarea,
.md-brand-theme select {
  background-color: #ffffff;
  border-color: rgba(8, 38, 90, 0.16);
  color: var(--brand-ink);
}

.md-brand-theme input::placeholder,
.md-brand-theme textarea::placeholder {
  color: rgba(82, 100, 124, 0.66);
}

.md-btn-primary,
.md-brand-theme .bg-brand-600 {
  background: linear-gradient(135deg, var(--brand-accent) 0%, var(--brand-accent-dark) 100%) !important;
  box-shadow: 0 14px 28px rgba(201, 20, 29, 0.22) !important;
}

.md-btn-primary:hover,
.md-brand-theme .hover\:bg-brand-700:hover {
  background: linear-gradient(135deg, #d91b25 0%, #061d43 100%) !important;
}

.md-brand-theme .rich-content {
  color: var(--brand-muted);
}

.md-brand-theme .rich-content h1,
.md-brand-theme .rich-content h2,
.md-brand-theme .rich-content h3 {
  color: var(--brand-ink);
}

.md-brand-theme .rich-content a {
  color: var(--brand-accent);
}

.md-brand-theme .rich-content table {
  border-color: rgba(8, 38, 90, 0.12);
}

.md-brand-theme .rich-content th {
  background: #eef4fb;
  color: var(--brand-ink);
}

.md-brand-theme .rich-content td {
  border-color: rgba(8, 38, 90, 0.1);
}

/* ===== Brand Lockup ===== */
.md-logo-frame {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 1 auto;
  height: 3.5rem;
  width: min(18rem, calc(100vw - 5.75rem));
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.md-site-logo {
  display: block;
  max-height: 3.25rem;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 3px 7px rgba(8, 38, 90, 0.12));
}

.md-brand-theme nav a,
.md-brand-theme nav button,
.md-brand-theme nav .lang-selector-wrapper > div {
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .md-logo-frame {
    height: 4.8rem;
    width: clamp(24rem, 34vw, 33rem);
    padding: 0;
  }

  .md-site-logo {
    max-height: 4.35rem;
  }
}

/* ===== Typography ===== */
.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ===== Hero Swiper ===== */
.hero-banner {
  min-height: 520px;
  height: clamp(520px, 45.4545vw, 900px);
}

.hero-banner .swiper,
.hero-banner .swiper-wrapper,
.hero-banner .swiper-slide {
  height: 100%;
}

.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
  background: rgba(255, 255, 255, 0.2);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: background 0.2s;
}

.hero-swiper .swiper-button-prev:hover,
.hero-swiper .swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.35);
}

.hero-swiper .swiper-button-prev::after,
.hero-swiper .swiper-button-next::after {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}

.hero-swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.hero-swiper .swiper-pagination-bullet-active {
  background: #fff;
}

/* ===== Swiper Thumbs ===== */
.thumbs-swiper {
  height: 5.25rem;
}

.thumbs-swiper .swiper-wrapper {
  height: 4.75rem !important;
}

.thumbs-swiper .swiper-slide {
  height: 4.75rem !important;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.thumbs-swiper .swiper-slide-thumb-active {
  opacity: 1;
  border-color: var(--brand-accent) !important;
}

/* ===== Content Safety ===== */
.rich-content img {
  height: auto;
}

.rich-content table {
  width: 100%;
}

@media (max-width: 767px) {
  .rich-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/* ===== Smooth Scroll ===== */
html {
  scroll-behavior: smooth;
}

/* ===== Focus States ===== */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(226, 43, 34, 0.28);
  outline-offset: 2px;
}

/* ===== Mobile Menu Animation ===== */
#mobile-menu {
  transition: all 0.3s ease;
}

/* ===== Floating Contact ===== */
.site-float-contact {
  position: fixed;
  right: 1rem;
  bottom: calc(1rem + env(safe-area-inset-bottom));
  z-index: 45;
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
}

.site-float-contact__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #211b18 0%, #e22b22 100%);
  color: #fff;
  padding: 0.9rem 1.1rem;
  font-weight: 700;
  box-shadow: 0 22px 40px rgba(226, 43, 34, 0.26);
}

.site-float-contact__panel {
  width: min(320px, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  border-radius: 1.5rem;
  padding: 1rem;
  background:
    radial-gradient(circle at top right, rgba(226, 43, 34, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 248, 245, 0.98));
  border: 1px solid rgba(33, 27, 24, 0.14);
  box-shadow: 0 28px 60px rgba(33, 27, 24, 0.18);
  backdrop-filter: blur(14px);
}

.site-float-contact__eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-accent);
  margin-bottom: 0.45rem;
}

.site-float-contact__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--brand-ink);
}

.site-float-contact__desc {
  margin: 0.45rem 0 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--brand-muted);
}

.site-float-contact__group {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-top: 1rem;
}

.site-float-contact__item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.85rem 0.9rem;
  border-radius: 1rem;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.site-float-contact__item:hover {
  transform: translateY(-1px);
  border-color: rgba(226, 43, 34, 0.36);
  box-shadow: 0 16px 32px rgba(226, 43, 34, 0.12);
}

.site-float-contact__icon {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fff1ef 0%, #faf8f5 100%);
  color: var(--brand-accent);
  flex-shrink: 0;
}

.site-float-contact__item--phone .site-float-contact__icon {
  background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
  color: #fff;
}

.site-float-contact__item--email .site-float-contact__icon {
  background: linear-gradient(135deg, #e22b22 0%, #a51616 100%);
  color: #fff;
}

.site-float-contact__item--whatsapp .site-float-contact__icon {
  background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
  color: #fff;
}

.site-float-contact__item--address .site-float-contact__icon {
  background: linear-gradient(135deg, #ea580c 0%, #fb923c 100%);
  color: #fff;
}

.site-float-contact__meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.site-float-contact__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

.site-float-contact__value {
  color: var(--brand-ink);
  font-size: 0.94rem;
  line-height: 1.45;
  word-break: break-word;
}

.site-float-contact__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.site-float-contact__social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 2.75rem;
  padding: 0.35rem;
  border-radius: 999px;
  background: #fff;
  color: var(--brand-ink);
  border: 1px solid rgba(226, 232, 240, 0.95);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.site-float-contact__social-link:hover {
  transform: translateY(-1px);
  border-color: rgba(226, 43, 34, 0.36);
  color: var(--brand-accent);
}

.site-float-contact__social-icon {
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}

.site-float-contact__social-text {
  font-size: 0.84rem;
  font-weight: 700;
  white-space: nowrap;
}

.site-float-contact__social-link {
  background-color: #ffffff;
}

.site-float-contact__social-link--facebook .site-float-contact__social-icon {
  background: linear-gradient(135deg, #211b18 0%, #e22b22 100%);
}

.site-float-contact__social-link--instagram .site-float-contact__social-icon {
  background: linear-gradient(135deg, #e22b22 0%, #a51616 100%);
}

.site-float-contact__social-link--twitter .site-float-contact__social-icon {
  background: linear-gradient(135deg, #211b18 0%, #5f5650 100%);
}

.site-float-contact__social-link--linkedin .site-float-contact__social-icon {
  background: linear-gradient(135deg, #5f5650 0%, #a51616 100%);
}

.site-float-contact__social-link--youtube .site-float-contact__social-icon {
  background: linear-gradient(135deg, #a51616 0%, #e22b22 100%);
}

.site-float-contact__cta {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 999px;
  padding: 0.9rem 1rem;
  background: linear-gradient(135deg, #e22b22 0%, #211b18 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 16px 32px rgba(226, 43, 34, 0.18);
}

@media (min-width: 1024px) {
  .site-float-contact {
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    align-items: flex-end;
  }

  .site-float-contact__toggle {
    display: none;
  }

  .site-float-contact__panel {
    width: auto;
    max-width: none;
    max-height: none;
    overflow: visible;
    padding: 0.75rem 0.55rem;
    border-radius: 1.4rem 0 0 1.4rem;
    background:
      radial-gradient(circle at top right, rgba(226, 43, 34, 0.24), transparent 36%),
      linear-gradient(180deg, rgba(33, 27, 24, 0.97), rgba(47, 40, 35, 0.94));
    border-color: rgba(148, 163, 184, 0.18);
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.28);
  }

  .site-float-contact__eyebrow,
  .site-float-contact__title,
  .site-float-contact__desc,
  .site-float-contact__cta {
    display: none;
  }

  .site-float-contact__group {
    margin-top: 0;
    gap: 0.55rem;
  }

  .site-float-contact__item {
    width: 3.35rem;
    min-height: 3.35rem;
    padding: 0.38rem;
    border-radius: 999px;
    border-color: rgba(148, 163, 184, 0.16);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
  }

  .site-float-contact__item:hover {
    width: min(17rem, calc(100vw - 3rem));
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.18);
  }

  .site-float-contact__icon {
    width: 2.6rem;
    height: 2.6rem;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
  }

  .site-float-contact__item:hover .site-float-contact__icon {
    transform: scale(1.02);
  }

  .site-float-contact__meta {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-width 0.22s ease, opacity 0.18s ease;
  }

  .site-float-contact__item:hover .site-float-contact__meta {
    max-width: 11rem;
    opacity: 1;
  }

  .site-float-contact__label {
    color: #64748b;
  }

  .site-float-contact__value {
    max-width: 10.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-float-contact__social {
    margin-top: 0.55rem;
    flex-direction: column;
    gap: 0.55rem;
  }

  .site-float-contact__social-link {
    width: 3.15rem;
    min-height: 3.15rem;
    padding: 0.32rem;
    border-color: rgba(148, 163, 184, 0.14);
    overflow: hidden;
    box-shadow: none;
  }

  .site-float-contact__social-link:hover {
    width: min(13rem, calc(100vw - 3rem));
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.18);
  }

  .site-float-contact__social-icon {
    width: 2.5rem;
    height: 2.5rem;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
  }

  .site-float-contact__social-text {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    color: #0f172a;
    transition: max-width 0.22s ease, opacity 0.18s ease;
  }

  .site-float-contact__social-link:hover .site-float-contact__social-text {
    max-width: 7rem;
    opacity: 1;
  }
}

@media (max-width: 1023px) {
  .site-float-contact {
    right: 0.75rem;
    align-items: flex-end;
  }

  .site-float-contact__panel {
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.75rem);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(0.75rem);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  .site-float-contact__social-link {
    padding-right: 0.9rem;
  }

  .site-float-contact.is-open .site-float-contact__panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media (min-width: 1024px) {
  .site-float-contact {
    left: auto;
    right: 1.25rem;
    top: auto;
    bottom: calc(1.25rem + env(safe-area-inset-bottom));
    transform: none;
    align-items: flex-end;
  }

  .site-float-contact__toggle {
    display: inline-flex;
  }

  .site-float-contact__panel {
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.75rem);
    width: min(320px, calc(100vw - 2rem));
    max-height: calc(100vh - 6rem);
    overflow-y: auto;
    padding: 1rem;
    border-radius: 1.4rem;
    background:
      radial-gradient(circle at top right, rgba(226, 43, 34, 0.16), transparent 36%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 248, 245, 0.98));
    border-color: rgba(33, 27, 24, 0.14);
    box-shadow: 0 28px 60px rgba(33, 27, 24, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(0.75rem);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  .site-float-contact.is-open .site-float-contact__panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-float-contact__eyebrow,
  .site-float-contact__title,
  .site-float-contact__desc {
    display: block;
  }

  .site-float-contact__cta {
    display: inline-flex;
  }

  .site-float-contact__group {
    margin-top: 1rem;
    gap: 0.7rem;
  }

  .site-float-contact__item,
  .site-float-contact__item:hover {
    width: auto;
    min-height: auto;
    padding: 0.85rem 0.9rem;
    border-radius: 1rem;
    overflow: visible;
    white-space: normal;
  }

  .site-float-contact__meta,
  .site-float-contact__item:hover .site-float-contact__meta {
    max-width: none;
    opacity: 1;
    overflow: visible;
  }

  .site-float-contact__value {
    max-width: none;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .site-float-contact__social {
    margin-top: 1rem;
    flex-direction: row;
    gap: 0.6rem;
  }

  .site-float-contact__social-link,
  .site-float-contact__social-link:hover {
    width: auto;
    min-height: 2.75rem;
    padding: 0.35rem 0.9rem 0.35rem 0.35rem;
    overflow: visible;
  }

  .site-float-contact__social-text,
  .site-float-contact__social-link:hover .site-float-contact__social-text {
    max-width: none;
    opacity: 1;
    overflow: visible;
    color: var(--brand-ink);
  }
}

@media (max-width: 767px) {
  .hero-banner {
    min-height: 430px;
    height: min(560px, calc(100svh - 4rem));
  }

  .hero-swiper .swiper-button-prev,
  .hero-swiper .swiper-button-next {
    display: none;
  }

  .site-float-contact__toggle {
    width: 3.25rem;
    height: 3.25rem;
    justify-content: center;
    padding: 0;
    box-shadow: 0 16px 32px rgba(226, 43, 34, 0.22);
  }

  .site-float-contact__toggle span {
    display: none;
  }

  .site-float-contact__panel {
    width: calc(100vw - 1.5rem);
    max-height: min(72vh, 32rem);
  }

  .md-brand-theme section {
    scroll-margin-top: 4.75rem;
  }

  .md-section-hero .container {
    padding-top: 2rem;
    padding-bottom: 2.25rem;
  }

  .md-brand-theme .bg-white.rounded-xl,
  .md-brand-theme .bg-white.rounded-2xl,
  .md-brand-theme .bg-white.rounded-lg {
    box-shadow: 0 12px 30px rgba(33, 27, 24, 0.09) !important;
  }

  .md-brand-theme input,
  .md-brand-theme textarea,
  .md-brand-theme select,
  .md-brand-theme button,
  .md-brand-theme a {
    -webkit-tap-highlight-color: rgba(226, 43, 34, 0.16);
  }

  .md-brand-theme table {
    font-size: 0.875rem;
  }

  #inquiry-modal .absolute.inset-3 {
    inset: 0.75rem;
  }
}

/* ===== Print Styles ===== */
@media print {
  nav, footer, .no-print, .site-float-contact {
    display: none !important;
  }
  
  body {
    background: white;
  }
  
  .container {
    max-width: 100%;
  }
}

/* ===== Responsive Typography ===== */
@media (max-width: 640px) {
  .rich-content {
    font-size: 0.9375rem;
  }
}

/* ===== High Contrast Mode Support ===== */
@media (prefers-contrast: high) {
  .bg-gradient-to-r {
    background: #1e293b !important;
  }
}

/* ===== Reduced Motion Support ===== */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
