html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; }
body { font:normal 16px/1.5 "Barlow", "Roboto", "PingFang SC", Helvetica,"微软雅黑", sans-serif; background:#fff; color:#333; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:100%; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:"courier new", courier, monospace; }
small { font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; color:#0069ca; }
a:hover { text-decoration:none; color:#f60; }
*:focus { outline: none; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }
select { vertical-align:middle; }
input::-ms-clear { display: none; }
.clr, .clear { clear:both; height:0; overflow:hidden; }
.clr_after {  height: 1%;  zoom: 1  }
.clr_after:after {  display: block; visibility: hidden; height: 0; clear: both; content: "."; }
*{
    box-sizing: border-box;
}
@charset "utf-8";
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-Light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-LightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-ExtraLight.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-ExtraLightItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
html,
body {
  background-color: #ffffff;
  color: #0E0F10;
  --bg-color: #ffffff;
  --bg-color-transparent: rgba(0, 0, 0, 0.5);
  --bg-color-grayer: #F1F4F6;
  --bg-color-grayer2: #F3F6F7;
  --txt-color: #0E0F10;
  --txt-color-light: #0E0F10;
  --txt-color-dakr: #F1F0EF;
  --title-color: #272A2B;
  --border-color: #0E0F10;
  --control-line-color: rgba(14, 15, 16, 0.16);
}
html a,
body a {
  color: #0E0F10;
}
body.dark,
html:has(body.dark) {
  background-color: #16191B;
  color: #F1F0EF;
  --bg-color: #16191B;
  --bg-color-transparent: rgba(255, 255, 255, 0.5);
  --bg-color-grayer: #212629;
  --bg-color-grayer2: #0D0E0F;
  --txt-color: #F1F0EF;
  --title-color: #F1F0EF;
  --border-color: #F1F0EF;
  --control-line-color: rgba(241, 240, 239, 0.16);
}
body.dark a,
html:has(body.dark) a {
  color: #F1F0EF;
}
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url('https://staticcdn.buzud.com/ui/material-symbols/material-symbols-outlined.woff2') format('woff2');
}
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  vertical-align: text-top;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.desktop-submenu-overlay {
  display: none;
}
.header {
  background: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}
.header.has_placeholder {
  background: #fff;
  backdrop-filter: blur(0.625rem);
}
.header.has_placeholder .logo {
  filter: none;
}
.header.has_placeholder .nav-menu {
  filter: none;
}
.header.has_placeholder .nav-actions {
  filter: none;
}
.header.has_placeholder .logo img {
  content: url('https://staticcdn.buzud.com/home/Logo-v2.svg');
}
.header.has_placeholder .nav-link {
  color: var(--Text-Primary, #0E0F10);
  text-shadow: none;
}
.header.has_placeholder .nav-link:hover {
  color: var(--Text-Link, #00A9CE);
}
.header.has_placeholder .language-btn {
  color: var(--Text-Primary, #0E0F10);
  text-shadow: none;
}
.header.has_placeholder .dropdown-arrow {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header.has_placeholder .action-btn {
  color: var(--Text-Primary, #0E0F10);
}
.header.has_placeholder .action-btn:hover {
  color: var(--Text-Link, #00A9CE);
}
.header.has_placeholder .search-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header.has_placeholder .shopping-bag-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header.has_placeholder .profile-icon,
.header.has_placeholder .exit-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header.has_placeholder .mobile-menu-toggle .mobile-menu-toggle-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header.has_border_bottom {
  border-bottom: 0.0625rem solid var(--Text-Quaternary, #D8D9D9);
}
.header a:hover {
  color: #00A9CE !important;
}
.header .logo {
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.25));
}
.header .nav-menu {
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.25));
}
.header .nav-actions {
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.25));
}
.header:hover {
  background: #fff;
  backdrop-filter: blur(0.625rem);
}
.header:hover .logo {
  filter: none;
}
.header:hover .nav-menu {
  filter: none;
}
.header:hover .nav-actions {
  filter: none;
}
.header:hover .logo img {
  content: url('https://staticcdn.buzud.com/home/Logo-v2.svg');
}
.header:hover .nav-link {
  color: var(--Text-Primary, #0E0F10);
  text-shadow: none;
}
.header:hover .nav-link:hover {
  color: var(--Text-Link, #00A9CE);
}
.header:hover .language-btn {
  color: var(--Text-Primary, #0E0F10);
  text-shadow: none;
}
.header:hover .dropdown-arrow {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header:hover .action-btn {
  color: var(--Text-Primary, #0E0F10);
}
.header:hover .action-btn:hover {
  color: var(--Text-Link, #00A9CE);
}
.header:hover .search-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header:hover .shopping-bag-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header:hover .profile-icon,
.header:hover .exit-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header.scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(0.625rem);
}
.header.scrolled .logo {
  filter: none;
}
.header.scrolled .nav-menu {
  filter: none;
}
.header.scrolled .nav-actions {
  filter: none;
}
.header.scrolled .logo img {
  content: url('https://staticcdn.buzud.com/home/Logo-v2.svg');
}
.header.scrolled .nav-link {
  color: var(--Text-Primary, #0E0F10);
  text-shadow: none;
}
.header.scrolled .nav-link:hover {
  color: var(--Text-Link, #00A9CE);
}
.header.scrolled .language-btn {
  color: var(--Text-Primary, #0E0F10);
  text-shadow: none;
}
.header.scrolled .dropdown-arrow {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header.scrolled .action-btn {
  color: var(--Text-Primary, #0E0F10);
}
.header.scrolled .action-btn:hover {
  color: var(--Text-Link, #00A9CE);
}
.header.scrolled .search-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header.scrolled .shopping-bag-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header.scrolled .profile-icon,
.header.scrolled .exit-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.nav {
  position: relative;
}
.nav-container {
  max-width: 77rem;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.375rem;
}
.nav-container .nav-logo {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.nav-container .nav-logo .nav-menu {
  margin-left: 2.5rem;
}
.logo {
  display: flex;
  align-items: center;
}
.logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo a:focus {
  outline: none;
}
.logo img {
  height: 2.5rem;
  width: auto;
  display: block;
}
.nav-menu {
  display: flex;
  list-style: none;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
  align-items: center;
}
.nav-menu li {
  margin: 0;
}
.nav-link {
  text-decoration: none;
  color: #fff;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 141.176% */
  letter-spacing: -0.00425rem;
  text-shadow: 0rem 0rem 0.125rem rgba(0, 0, 0, 0.25);
  transition: color 0.3s ease;
}
.nav-link:hover {
  color: var(--Text-Link, #00A9CE);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.language-selector {
  position: relative;
}
.language-selector:hover .language-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.language-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem 0;
  border-radius: 0.5rem;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 141.176% */
  letter-spacing: -0.00425rem;
  color: #fff;
  text-shadow: 0rem 0rem 0.125rem rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  min-width: 6.25rem;
}
.language-btn:hover {
  color: var(--Text-Link, #00A9CE);
}
.globe-icon {
  font-size: 1.5rem;
}
.language-text {
  font-size: 0.875rem;
  font-weight: 500;
}
.dropdown-arrow {
  width: 1rem;
  height: 1rem;
  background-image: url('https://staticcdn.buzud.com/web/home/dropdown-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.language-btn:hover .dropdown-arrow {
  transform: rotate(180deg);
}
.language-dropdown {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 50%;
  transform: translateX(-50%) translateY(-0.625rem);
  background: #FFF;
  border-radius: 0.75rem;
  box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(0, 0, 0, 0.25);
  padding: 0;
  min-width: 12rem;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  border: none;
}
.language-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.language-option {
  display: flex;
  height: 3.5rem;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  color: #0E0F10;
  text-decoration: none;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 141.176% */
  letter-spacing: -0.00425rem;
  transition: background-color 0.3s ease;
  border-bottom: 0.0625rem solid var(--Text-Quaternary, #D8D9D9);
}
.language-option:last-child {
  border-bottom: none;
  border-radius: 0 0 0.75rem 0.75rem;
}
.language-option:first-child {
  border-radius: 0.75rem 0.75rem 0 0;
}
.language-option:hover {
  color: #00A9CE;
}
.language-option .language-name {
  flex: 1;
}
.language-option .checkmark {
  opacity: 0;
  font-size: 1.5rem;
  transition: opacity 0.3s ease;
}
.language-option.active .checkmark {
  opacity: 1;
}
.action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background: none;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  color: #fff;
  text-shadow: 0rem 0rem 0.125rem rgba(0, 0, 0, 0.25);
  transition: color 0.3s ease;
  padding: 0;
}
.action-btn:hover {
  color: var(--Text-Link, #00A9CE);
}
.action-btn:hover .search-icon,
.action-btn:hover .shopping-bag-icon,
.action-btn:hover .profile-icon,
.action-btn:hover .exit-icon {
  filter: brightness(0) saturate(100%) invert(69%) sepia(99%) saturate(1739%) hue-rotate(175deg) brightness(87%) contrast(101%);
}
.action-btn .material-symbols-outlined {
  font-size: 1.5rem;
  color: currentColor;
}
.search-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('https://staticcdn.buzud.com/web/home/search.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  transition: filter 0.3s ease;
}
.shopping-bag-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('https://staticcdn.buzud.com/web/home/shopping-bag.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  transition: filter 0.3s ease;
}
.profile-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('https://staticcdn.buzud.com/web/home/profile.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  transition: filter 0.3s ease;
}
.exit-icon {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  object-fit: contain;
  transition: filter 0.3s ease;
}
.mobile-menu-toggle {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0.5rem;
  border: none;
  background: none;
  z-index: 1001;
  position: relative;
}
.mobile-menu-toggle .mobile-menu-toggle-icon {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  text-shadow: 0rem 0rem 0.125rem rgba(0, 0, 0, 0.25);
  transition: filter 0.3s ease;
}
.mobile-menu-toggle.active {
  opacity: 0;
  pointer-events: none;
}
.fullscreen-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  background: #FFF;
  background-color: #FFF;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fullscreen-menu-overlay.show {
  opacity: 1;
  visibility: visible;
}
.fullscreen-menu-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fullscreen-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 0.0625rem solid var(--Text-Quaternary, #D8D9D9);
}
.fullscreen-menu-header .logo img {
  height: 2.5rem;
  filter: brightness(0) saturate(100%) invert(42%) sepia(94%) saturate(1500%) hue-rotate(166deg) brightness(98%) contrast(101%);
}
.close-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  color: var(--Text-Primary, #0E0F10);
  z-index: 1002;
}
.close-menu-btn .material-symbols-outlined {
  font-size: 1.5rem;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.fullscreen-menu-body {
  flex: 1;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.menu-section h3 {
  color: var(--Text-Primary, #0E0F10);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
}
.fullscreen-nav {
  display: flex;
  flex-direction: column;
}
.fullscreen-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  color: var(--Text-Primary, #0E0F10);
  text-decoration: none;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5rem;
  border-bottom: 0.0625rem solid var(--Text-Quaternary, #D8D9D9);
}
.fullscreen-nav-link:last-child {
  border-bottom: none;
}
.fullscreen-nav-link .material-symbols-outlined {
  font-size: 1.25rem;
  color: var(--Text-Tertiary, #8A8B8D);
}
.services-section h3 {
  color: var(--Text-Primary, #0E0F10);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
}
.services-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.service-action {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--Text-Primary, #0E0F10);
  text-align: left;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.service-action .material-symbols-outlined {
  font-size: 1.5rem;
}
.service-action .search-icon,
.service-action .shopping-bag-icon,
.service-action .profile-icon,
.service-action .exit-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.language-section {
  margin-top: 2.5rem;
  border-top: 0.0625rem solid var(--Text-Quaternary, #D8D9D9);
  padding-top: 1.5rem;
}
.language-selector-fullscreen {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: var(--Text-Primary, #0E0F10);
  font-size: 1.0625rem;
  font-weight: 500;
}
.language-selector-fullscreen .material-symbols-outlined {
  font-size: 1.5rem;
}
.language-options-fullscreen {
  display: flex;
  flex-direction: column;
  padding-left: 2.25rem;
}
.language-option-fullscreen {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  background: none;
  border: none;
  border-bottom: 0.0625rem solid var(--Text-Quaternary, #D8D9D9);
  cursor: pointer;
  color: var(--Text-Primary, #0E0F10);
  text-align: left;
  font-size: 1.0625rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
.language-option-fullscreen .checkmark {
  opacity: 0;
  font-size: 1.5rem;
  transition: opacity 0.3s ease;
}
.language-option-fullscreen.active .checkmark {
  opacity: 1;
}
.submenu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  background: #FFF;
  background-color: #FFF;
  z-index: 1001;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.submenu-overlay.show {
  transform: translateX(0);
}
.submenu-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.submenu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}
.submenu-header .logo img {
  height: 2.5rem;
}
.submenu-nav-header {
  margin-bottom: 2rem;
}
.back-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--Text-Primary, #0E0F10);
  font-size: 1.0625rem;
  font-weight: 500;
  padding: 0;
}
.back-btn .material-symbols-outlined {
  font-size: 1.5rem;
}
.close-submenu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  color: var(--Text-Primary, #0E0F10);
  z-index: 1002;
}
.close-submenu-btn .material-symbols-outlined {
  font-size: 1.5rem;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.submenu-body {
  flex: 1;
  padding: 2.5rem 5rem;
  display: flex;
  flex-direction: column;
}
.submenu-image {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  cursor: pointer;
  background: #d3d3d3;
}
.submenu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.submenu-image .submenu-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.5rem;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 500;
  backdrop-filter: blur(0.625rem);
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
.submenu-nav {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  width: 100%;
}
.submenu-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  color: var(--Text-Primary, #0E0F10);
  text-decoration: none;
  font-size: 1.0625rem;
  font-weight: 500;
  border-bottom: 0.0625rem solid var(--Text-Quaternary, #D8D9D9);
}
.submenu-nav-link:last-child {
  border-bottom: none;
}
.submenu-nav-link .material-symbols-outlined {
  font-size: 1.25rem;
  color: var(--Text-Tertiary, #8A8B8D);
}
@media screen and (max-width: 768px) {
  .header:hover {
    background: transparent;
    backdrop-filter: none;
  }
  .header:hover .nav-logo .logo img {
    content: url('https://staticcdn.buzud.com/home/logo_mono_dark.svg');
  }
  .header.scrolled,
  .header.has_placeholder,
  .fullscreen-menu-header {
    background: #fff;
    backdrop-filter: blur(0.625rem);
  }
  .header.scrolled .logo,
  .header.has_placeholder .logo,
  .fullscreen-menu-header .logo {
    filter: none;
  }
  .header.scrolled:hover .logo img,
  .header.has_placeholder:hover .logo img,
  .fullscreen-menu-header:hover .logo img {
    content: url('https://staticcdn.buzud.com/home/Logo-v2.svg');
  }
  .header.scrolled .logo img,
  .header.has_placeholder .logo img,
  .fullscreen-menu-header .logo img {
    content: url('https://staticcdn.buzud.com/home/Logo-v2.svg');
  }
  .header.scrolled .mobile-menu-toggle .mobile-menu-toggle-icon,
  .header.has_placeholder .mobile-menu-toggle .mobile-menu-toggle-icon,
  .fullscreen-menu-header .mobile-menu-toggle .mobile-menu-toggle-icon {
    filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
  }
  .nav-container {
    height: 3.75rem;
    padding: 0 1rem;
  }
  .logo img {
    height: 2rem;
  }
  .nav-menu {
    display: none;
  }
  .nav-actions {
    gap: 0.75rem;
  }
  .nav-actions .language-selector,
  .nav-actions .search-btn,
  .nav-actions .store-btn,
  .nav-actions .profile-btn,
  .nav-actions .exit-btn {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .fullscreen-menu-overlay {
    display: block;
  }
  .submenu-overlay {
    display: block !important;
  }
  .fullscreen-menu-header {
    border-bottom: none;
  }
  .fullscreen-menu-body {
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    flex-direction: column;
    gap: 2.5rem;
  }
  .submenu-nav-header {
    margin-bottom: 2rem;
  }
  .submenu-nav-header .back-btn span:last-child {
    font-size: 1.5rem;
    letter-spacing: -0.006rem;
  }
  .submenu-body {
    padding: 1.5rem 1.5rem;
    max-width: none;
  }
  .submenu-image {
    width: 100%;
    height: 12rem;
  }
  .solutions-submenu-mobile .submenu-body {
    padding: 1.5rem 1.5rem;
  }
  .solutions-submenu-mobile .submenu-nav-header {
    margin-bottom: 1.5rem;
  }
  .solutions-submenu-mobile .solutions-cards-mobile {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
  }
  .solutions-submenu-mobile .solution-card-mobile {
    width: 100%;
    height: 11.75rem;
    border-radius: 0.75rem;
    overflow: hidden;
    position: relative;
    background: #E7E7E7;
    display: block;
    text-decoration: none;
  }
  .solutions-submenu-mobile .solution-card-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
  }
  .solutions-submenu-mobile .solution-card-mobile:hover img {
    transform: scale(1.05);
  }
  .solutions-submenu-mobile .solution-card-mobile .solution-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.5rem;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(0.625rem);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    padding: 0 1.5rem;
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 1.5rem;
    letter-spacing: -0.00425rem;
  }
  .solutions-submenu-mobile .solution-card-mobile .solution-card-overlay .arrow {
    font-size: 1rem;
  }
  .language-section {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  .language-options-fullscreen {
    padding-left: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .desktop-submenu-overlay {
    display: none;
  }
  .nav-container {
    max-width: 100%;
    padding: 0 2rem;
  }
  .nav-menu {
    display: none;
  }
  .nav-actions {
    gap: 0.875rem;
  }
  .nav-actions .language-selector,
  .nav-actions .search-btn,
  .nav-actions .store-btn,
  .nav-actions .profile-btn,
  .nav-actions .exit-btn {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .header:hover .mobile-menu-toggle .mobile-menu-toggle-icon,
  .header.scrolled .mobile-menu-toggle .mobile-menu-toggle-icon {
    filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
  }
  .fullscreen-menu-overlay {
    display: block;
  }
  .fullscreen-menu-header {
    border-bottom: none;
  }
  .fullscreen-menu-body {
    padding: 2.5rem 5rem;
    flex-direction: row;
    gap: 9.5rem;
    align-items: flex-start;
  }
  .menu-section {
    flex: 0 0 auto;
    width: 29.5rem;
    max-width: none;
  }
  .menu-section h3 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    /* 100% */
    letter-spacing: -0.006rem;
  }
  .menu-section .fullscreen-nav-link {
    padding: 1rem 0.5rem 1rem 0rem;
    height: 3.5rem;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    /* 141.176% */
    letter-spacing: -0.00425rem;
    border-bottom: 0.0625rem solid var(--Text-Quaternary, #D8D9D9);
  }
  .services-section {
    flex: 0 0 auto;
    max-width: none;
  }
  .services-section h3 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    /* 100% */
    letter-spacing: -0.006rem;
  }
  .services-section .services-actions {
    margin-bottom: 4rem;
    border-bottom: none;
  }
  .services-section .service-action {
    gap: 0.5rem;
    padding: 0;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    /* 141.176% */
    letter-spacing: -0.00425rem;
  }
  .services-section .service-action .material-symbols-outlined {
    font-size: 1.5rem;
  }
  .services-section .language-section {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
    width: 12rem;
  }
  .services-section .language-options-fullscreen {
    padding: 0;
  }
  .services-section .language-option-fullscreen {
    height: 3.5rem;
    padding: 1rem 1.5rem 1rem 2rem;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    /* 141.176% */
    letter-spacing: -0.00425rem;
    border-bottom: 0.0625rem solid var(--Text-Quaternary, #D8D9D9);
  }
  .services-section .language-option-fullscreen .checkmark {
    font-size: 1.5rem;
    color: inherit;
  }
  .submenu-overlay {
    display: block !important;
  }
  .submenu-nav-header {
    margin-bottom: 2rem;
  }
  .submenu-body {
    max-width: 40rem;
  }
  .submenu-image {
    width: 30rem;
    height: 11.75rem;
  }
  .solutions-submenu-mobile .submenu-body {
    max-width: 40rem;
    padding: 2.5rem 5rem;
  }
  .solutions-submenu-mobile .submenu-nav-header {
    margin-bottom: 2rem;
  }
  .solutions-submenu-mobile .submenu-nav-header .back-btn span:last-child {
    font-size: 1.5rem;
    letter-spacing: -0.006rem;
  }
  .solutions-submenu-mobile .solutions-cards-mobile {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
  }
  .solutions-submenu-mobile .solution-card-mobile {
    width: 30rem;
    height: 11.75rem;
    border-radius: 0.75rem;
    overflow: hidden;
    position: relative;
    background: #E7E7E7;
    display: block;
    text-decoration: none;
  }
  .solutions-submenu-mobile .solution-card-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
  }
  .solutions-submenu-mobile .solution-card-mobile:hover img {
    transform: scale(1.05);
  }
  .solutions-submenu-mobile .solution-card-mobile .solution-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.5rem;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(0.625rem);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    padding: 0 1.5rem;
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 1.5rem;
    letter-spacing: -0.00425rem;
  }
  .solutions-submenu-mobile .solution-card-mobile .solution-card-overlay .arrow {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1281px) {
  .mobile-menu-toggle {
    display: none !important;
  }
  .fullscreen-menu-overlay {
    display: none !important;
  }
  .submenu-overlay {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 24rem;
    background: #FFF;
    z-index: 9999;
    transform: translateY(-0.5rem);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 0.25rem 2rem rgba(0, 0, 0, 0.15);
    border-radius: 0;
    overflow: hidden;
  }
  .submenu-overlay.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .submenu-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    max-width: 77rem;
    margin: 0 auto;
    padding: 0;
  }
  .submenu-header {
    display: none;
  }
  .submenu-body {
    flex: 1;
    padding: 2.25rem 9rem 2.25rem 9rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: none;
    height: 100%;
    position: relative;
  }
  .submenu-title {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.5rem;
    letter-spacing: -0.008rem;
    color: #0E0F10;
    margin-bottom: 1.5rem;
    text-align: left;
  }
  .submenu-content-area {
    display: flex;
    flex-direction: row;
    gap: 2.875rem;
    flex: 1;
  }
  .submenu-nav-header {
    display: none;
  }
  .submenu-image {
    width: 23.875rem;
    height: 14rem;
    flex-shrink: 0;
    border-radius: 0.75rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: #E7E7E7;
  }
  .submenu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .submenu-image .submenu-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.5rem;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(0.625rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 1.5rem;
    letter-spacing: -0.00425rem;
  }
  .submenu-image .submenu-image-overlay span {
    display: flex;
    align-items: center;
  }
  .submenu-image .submenu-image-overlay::after {
    content: '';
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml;utf8,<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6 4L10 8L6 12\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    flex-shrink: 0;
  }
  .submenu-nav {
    flex: 1;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 20rem;
  }
  .submenu-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    height: 3.5rem;
    border-bottom: 0.0625rem solid #D8D9D9;
    transition: color 0.3s ease;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 1.5rem;
    letter-spacing: -0.00425rem;
    color: #0E0F10;
    text-decoration: none;
  }
  .submenu-nav-link:hover {
    color: #00A9CE;
  }
  .submenu-nav-link:last-child {
    border-bottom: none;
  }
  .submenu-nav-link .material-symbols-outlined {
    font-size: 1rem;
    color: #8A8B8D;
  }
  .submenu-nav-link .submenu-goto-icon {
    display: block;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
  }
  .desktop-submenu-overlay {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 24rem;
    background: #FFF;
    backdrop-filter: blur(0.625rem);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateY(-0.5rem);
  }
  .desktop-submenu-overlay.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .desktop-submenu-overlay .submenu-content {
    width: 100%;
    height: 100%;
    max-width: 77rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 2.5rem;
  }
  .desktop-submenu-overlay .submenu-content > div {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
  }
  .desktop-submenu-overlay .submenu-content > div h3 {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.5rem;
    color: #0E0F10;
    margin: 0;
  }
  .desktop-submenu-overlay .submenu-content > div > div {
    display: flex;
    flex-direction: row;
    gap: 2.875rem;
    align-items: flex-start;
  }
  .desktop-submenu-overlay .submenu-content > div > div > div:first-child {
    width: 23.875rem;
    height: 14rem;
    border-radius: 0.75rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: #E7E7E7;
    flex-shrink: 0;
  }
  .desktop-submenu-overlay .submenu-content > div > div > div:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .desktop-submenu-overlay .submenu-content > div > div > div:first-child > div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.5rem;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(0.625rem);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    padding: 0 1.5rem;
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 1.0625rem;
  }
  .desktop-submenu-overlay .submenu-content > div > div nav {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 19.5rem;
  }
  .desktop-submenu-overlay .submenu-content > div > div nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    height: 3.5rem;
    border-bottom: 0.0625rem solid #D8D9D9;
    color: #0E0F10;
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 1.0625rem;
    box-sizing: border-box;
    transition: color 0.3s ease;
  }
  .desktop-submenu-overlay .submenu-content > div > div nav a:hover {
    color: #00A9CE;
  }
  .desktop-submenu-overlay .submenu-content > div > div nav a:last-child {
    border-bottom: none;
  }
  .desktop-submenu-overlay .submenu-content > div > div nav a .submenu-goto-icon {
    display: block;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
  }
  .desktop-submenu-overlay .submenu-content.solutions-submenu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 9rem;
  }
  .desktop-submenu-overlay .submenu-content.solutions-submenu .submenu-title {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.5rem;
    letter-spacing: -0.008rem;
    color: #0E0F10;
    margin: 0 0 2rem 0;
  }
  .desktop-submenu-overlay .submenu-content.solutions-submenu .solutions-cards {
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
  }
  .desktop-submenu-overlay .submenu-content.solutions-submenu .solution-card {
    width: 23.875rem;
    height: 14rem;
    border-radius: 0.75rem;
    overflow: hidden;
    position: relative;
    background: #E7E7E7;
    display: block;
    text-decoration: none;
    flex-shrink: 0;
  }
  .desktop-submenu-overlay .submenu-content.solutions-submenu .solution-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
  }
  .desktop-submenu-overlay .submenu-content.solutions-submenu .solution-card:hover img {
    transform: scale(1.05);
  }
  .desktop-submenu-overlay .submenu-content.solutions-submenu .solution-card .solution-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.5rem;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(0.625rem);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    padding: 0 1.5rem;
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 1.5rem;
    letter-spacing: -0.00425rem;
  }
  .desktop-submenu-overlay .submenu-content.solutions-submenu .solution-card .solution-card-overlay .arrow {
    font-size: 1rem;
  }
}
html {
  scroll-padding-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 3.75rem;
  }
}
@keyframes headerSlideIn {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header {
  animation: headerSlideIn 0.3s ease-out;
}
.header_placeholder {
  background: #fff;
  position: relative;
  width: 100%;
  height: 4.375rem;
}
@media screen and (max-width: 768px) {
  .desktop-submenu-overlay {
    display: none;
  }
  .header_placeholder {
    height: 3.75rem;
  }
}
.shop-page {
  background-color: #eeeff0;
  padding-bottom: 4rem;
}
/* ── Banner ── */
.shop-banner {
  position: relative;
  width: 100%;
  height: 15rem;
  border-radius: 1rem;
  overflow: hidden;
  background: #ffffff;
}
.shop-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ── Layout container ── */
.shop-container {
  max-width: 77rem;
  margin: -9.5rem auto 0;
  position: relative;
  z-index: 2;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
/* ── Category sidebar (PC/Tablet) ── */
.shop-sidebar {
  width: 25rem;
  flex-shrink: 0;
  background: #ffffff;
  border: 0.0625rem solid #d8d9d9;
  border-radius: 1rem;
  overflow: hidden;
}
.shop-sidebar .sidebar-title {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: normal;
  letter-spacing: -0.008rem;
  color: #0e0f10;
  padding: 1.4375rem 1.5rem;
  margin: 0;
}
.shop-sidebar .category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shop-sidebar .category-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  border-bottom: 0.03125rem solid #b7b7b7;
  cursor: pointer;
  transition: background-color 0.2s;
  text-decoration: none;
  color: inherit;
}
.shop-sidebar .category-item:last-child {
  border-bottom: none;
}
.shop-sidebar .category-item:hover {
  background-color: #f5f5f5;
}
.shop-sidebar .category-item .category-name {
  flex: 1;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  letter-spacing: -0.00425rem;
  color: #0e0f10;
  white-space: pre-wrap;
  min-width: 0;
  text-decoration: none;
}
.shop-sidebar .category-item .category-name:hover {
  color: inherit;
}
.shop-sidebar .category-item .category-arrow {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-sidebar .category-item .category-arrow svg,
.shop-sidebar .category-item .category-arrow img {
  width: 0.4375rem;
  height: 0.8125rem;
}
/* ── Main content area ── */
.shop-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
/* ── Product grid ── */
.shop-products {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
}
.product-card {
  width: calc(50% - 0.5rem);
  background: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
}
.product-card:hover {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
}
.product-card .product-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #ffffff;
}
.product-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s;
}
.product-card .product-image:hover img {
  transform: scale(1.03);
}
.product-card .product-info {
  padding: 1rem 1.5rem 1.5rem;
  overflow: hidden;
}
.product-card .product-info .product-name {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  color: #0e0f10;
  margin: 0 0 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3.625rem;
}
.product-card .product-info .product-price {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: normal;
  color: #0e0f10;
  margin: 0 0 0.625rem;
}
.product-card .product-info .product-ori-price {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #676868;
  text-decoration: line-through;
  margin: 0 0 0.25rem;
  display: none;
}
.product-card .product-info .product-ori-price.show {
  display: block;
}
.product-card .product-info .product-gst {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: normal;
  color: #676868;
  margin: 0;
}
/* ── Loading / empty states ── */
.shop-loading,
.shop-empty {
  text-align: center;
  padding: 4rem 1.5rem;
  color: #676868;
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  width: 100%;
}
.shop-load-more {
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #676868;
  font-family: 'Barlow', sans-serif;
  font-size: 0.875rem;
}
/* ── Mobile category bar (hidden on PC/Tablet) ── */
.shop-category-bar {
  display: none;
}
/* ── Category header bar (inside teal header, visible when category selected) ── */
.shop-category-header {
  display: none;
  position: absolute;
  top: 7rem;
  left: 0;
  right: 0;
  max-width: 77rem;
  margin: 0 auto;
  z-index: 10;
  align-items: center;
  gap: 0.75rem;
}
.shop-category-header .category-header-back {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.6);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
}
.shop-category-header .category-header-back svg {
  width: 1.5rem;
  height: 1.5rem;
}
.shop-category-header .category-header-dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 2.5rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.6);
  border-radius: 0.5rem;
  padding: 0 1rem;
  cursor: pointer;
  overflow: hidden;
}
.shop-category-header .category-header-name {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: normal;
  letter-spacing: -0.006rem;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop-category-header .category-header-expand {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.shop-category-header .category-header-dropdown-trigger.open .category-header-expand {
  transform: rotate(180deg);
}
.category-header-dropdown-wrapper {
  position: relative;
}
.category-header-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  background: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.16);
  min-width: 25rem;
  /* 400px */
  min-height: 11.5rem;
  /* 3 rows */
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  z-index: 1100;
  flex-direction: column;
}
.category-header-dropdown-menu::-webkit-scrollbar {
  display: none;
}
.category-header-dropdown-menu.show {
  display: flex;
}
.category-header-dropdown-menu .header-menu-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0.75rem;
  /* 12px */
  height: 3.5rem;
  padding: 1rem 1.5rem;
  /* 16px 24px */
  text-decoration: none;
  border-bottom: 0.5px solid #b7b7b7;
  transition: background-color 0.15s ease;
  overflow: hidden;
}
.category-header-dropdown-menu .header-menu-item:last-child {
  border-bottom: none;
}
.category-header-dropdown-menu .header-menu-item:hover {
  background-color: #f5f5f5;
}
.category-header-dropdown-menu .header-menu-item.active .header-menu-item-text {
  color: #00A9CE;
}
.category-header-dropdown-menu .header-menu-item .header-menu-item-text {
  flex: 1;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  /* 17px */
  line-height: 1.5rem;
  /* 24px */
  color: #0e0f10;
  letter-spacing: -0.00425rem;
  /* -0.068px */
}
.category-header-dropdown-menu .header-menu-item .header-menu-item-arrow {
  flex-shrink: 0;
}
.category-header-dropdown-menu .header-menu-item .header-menu-item-arrow img {
  width: 1rem;
  /* 16px */
  height: 1rem;
}
@media screen and (max-width: 750px) {
  .category-header-dropdown-menu {
    min-width: calc(100vw - 5rem);
  }
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
  .category-header-dropdown-menu {
    min-width: 24rem;
  }
}
/* ── Mobile category fullscreen overlay (hidden by default on all viewports) ── */
.shop-category-dropdown {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
}
.shop-category-dropdown.open {
  opacity: 1;
  visibility: visible;
}
.shop-category-dropdown .dropdown-body {
  flex: 1;
  padding: 0 1.5rem;
  overflow-y: auto;
}
.shop-category-dropdown .dropdown-title {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: -0.006rem;
  color: #0e0f10;
  margin: 1.5rem 0;
}
.shop-category-dropdown .dropdown-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shop-category-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  height: 3.5rem;
  border-bottom: 0.0625rem solid #d8d9d9;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.shop-category-dropdown .dropdown-item:last-child {
  border-bottom: none;
}
.shop-category-dropdown .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.shop-category-dropdown .dropdown-item .dropdown-item-name {
  flex: 1;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  letter-spacing: -0.00425rem;
  color: #0e0f10;
  text-decoration: none;
}
.shop-category-dropdown .dropdown-item .dropdown-item-name:hover {
  color: inherit;
}
.shop-category-dropdown .dropdown-item .dropdown-item-arrow {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-category-dropdown .dropdown-item .dropdown-item-arrow svg,
.shop-category-dropdown .dropdown-item .dropdown-item-arrow img {
  width: 0.4375rem;
  height: 0.8125rem;
}
/* ── Header top area (teal background) ── */
.shop-header-bg {
  background-color: #4db4cb;
  position: relative;
  overflow: visible;
  height: 16.5rem;
}
.shop-header-bg .header-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background: linear-gradient(180deg, #43ACC7 0%, rgba(67, 172, 199, 0) 100%);
  z-index: 1;
}
/* ══ Category Selected State ══ */
.shop-page.category-selected .shop-sidebar {
  display: none;
}
.shop-page.category-selected .shop-banner {
  display: none;
}
.shop-page.category-selected .shop-category-bar {
  display: none !important;
}
.shop-page.category-selected .shop-category-header {
  display: flex;
}
.shop-page.category-selected .shop-container {
  max-width: 77rem;
  margin-top: -5.5rem;
}
.shop-page.category-selected .shop-products {
  gap: 1rem;
  justify-content: flex-start;
}
@media screen and (min-width: 751px) {
  .shop-page.category-selected .product-card {
    width: calc(33.333% - 0.6667rem);
  }
}
/* Tablet (750px – 1280px) */
@media screen and (max-width: 1280px) and (min-width: 750px) {
  .shop-container {
    max-width: 100%;
    padding: 0 1.5rem;
    margin-top: -9.5rem;
  }
  .shop-sidebar {
    width: 18.75rem;
  }
  .shop-sidebar .sidebar-title {
    font-size: 1.5rem;
    padding: 1.125rem 1.25rem;
  }
  .shop-sidebar .category-item {
    padding: 0.75rem 1.25rem;
  }
  .shop-sidebar .category-item .category-name {
    font-size: 0.9375rem;
  }
  .product-card .product-info {
    padding: 0.75rem 1rem 1rem;
  }
  .product-card .product-info .product-name {
    font-size: 1.125rem;
    line-height: 1.375rem;
    height: 2.75rem;
    margin-bottom: 1rem;
  }
  .product-card .product-info .product-price {
    font-size: 1.5rem;
  }
  /* ── Category Selected State (Tablet) ── */
  .shop-page.category-selected .shop-category-header {
    left: 1.5rem;
    right: auto;
    max-width: none;
    margin: 0;
  }
  .shop-page.category-selected .shop-category-header .category-header-name {
    font-size: 1.25rem;
    max-width: 80vw;
  }
  .shop-page.category-selected .shop-container {
    margin-top: -5.5rem;
  }
  .shop-page.category-selected .product-card {
    width: calc(33.333% - 0.6667rem);
  }
  .shop-page.category-selected .product-card .product-info {
    padding: 1rem 1.5rem 1.5rem;
  }
  .shop-page.category-selected .product-card .product-info .product-name {
    font-size: 1rem;
    line-height: 1.1875rem;
    height: 2.375rem;
    margin-bottom: 0.75rem;
  }
  .shop-page.category-selected .product-card .product-info .product-price {
    font-size: 1.5rem;
  }
  .shop-page.category-selected .product-card .product-info .product-gst {
    font-size: 0.75rem;
  }
}
/* Mobile (< 750px) */
@media screen and (max-width: 750px) {
  .shop-page {
    padding-bottom: 2rem;
  }
  .shop-container {
    flex-direction: column;
    padding: 0 1.5rem;
    gap: 1.5rem;
    margin-top: -11rem;
  }
  .shop-sidebar {
    display: none;
  }
  .shop-banner {
    height: auto;
    aspect-ratio: 327 / 400;
    border-radius: 1rem;
  }
  .shop-category-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 0.0625rem solid #d8d9d9;
    border-radius: 0.5rem;
    padding: 1rem 1.4375rem;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
  }
  .shop-category-bar .category-bar-label {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 1.5rem;
    letter-spacing: -0.00425rem;
    color: #0e0f10;
  }
  .shop-category-bar .category-bar-arrow {
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shop-category-bar .category-bar-arrow svg,
  .shop-category-bar .category-bar-arrow img {
    width: 0.4375rem;
    height: 0.8125rem;
  }
  .shop-products {
    gap: 0.5rem;
  }
  .product-card {
    width: calc(50% - 0.25rem);
    border-radius: 0.5rem;
  }
  .product-card .product-info {
    padding: 0.75rem;
    min-height: 6.5rem;
  }
  .product-card .product-info .product-name {
    font-size: 0.75rem;
    line-height: 0.875rem;
    height: 1.75rem;
    margin-bottom: 0.5rem;
  }
  .product-card .product-info .product-price {
    font-size: 1rem;
    margin-bottom: 0.3125rem;
  }
  .product-card .product-info .product-gst {
    font-size: 0.75rem;
    margin: 0;
  }
  .shop-load-more {
    height: 3.75rem;
  }
  .shop-header-bg {
    height: 16.5rem;
  }
  /* ── Category Selected State (Mobile) ── */
  .shop-page.category-selected .shop-category-header {
    left: 1.5rem;
    right: auto;
    max-width: none;
    margin: 0;
    top: 5.5rem;
  }
  .shop-page.category-selected .shop-category-header .category-header-name {
    font-size: 1rem;
    max-width: calc(100vw - 8rem);
  }
  .shop-page.category-selected .shop-container {
    margin-top: -7.5rem;
    gap: 0.5rem;
  }
  .shop-page.category-selected .shop-products {
    width: 100%;
    gap: 0.5625rem;
  }
  .shop-page.category-selected .product-card {
    width: calc(50% - 0.28125rem);
    border-radius: 0.5rem;
  }
  .shop-page.category-selected .shop-main {
    width: 100%;
  }
}


/*# sourceMappingURL=index.9339cb3a.css.map*/