/* HAOZHOUJI_NAVIGATION_R131 */
@charset "UTF-8";

/* W2 sitewide navigation shell. Statically rendered on every localized visitor page. */

body.ws-nav-v1 {
  --neutral-ink: #102B2A;
  --neutral-ink-2: #225B4F;
  --neutral-accent: #225B4F;
  --neutral-accent-dark: #225B4F;
  --neutral-cream-strong: #BBD7CC;
  --neutral-cream-mid: #8FBAAB;
  --neutral-cream-soft: #E5EEE9;
  --neutral-blue: var(--neutral-accent);
  --neutral-blue-dark: var(--neutral-accent-dark);
  --neutral-blue-soft: var(--neutral-cream-soft);
  --neutral-aqua: var(--neutral-cream-mid);
  --neutral-coral: #C45A3C;
  --neutral-cream: #F6F1E7;
  --neutral-paper: #FFFCF5;
  --neutral-line: #D7E2DC;
  --neutral-muted: #5B6B67;
  --neutral-shadow: 0 24px 70px rgba(16, 43, 42, .12);
}

body.ws-nav-v1 .site-header {
  position: sticky;
  z-index: 60;
  top: 0;
  border-top: 0;
  border-bottom: 1px solid rgba(16, 43, 42, .09);
  color: #102B2A;
  background: rgba(255, 252, 245, .92);
  box-shadow: 0 12px 34px rgba(16, 43, 42, .045);
  backdrop-filter: blur(18px);
}

body.ws-nav-v1 .site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #efd8ad, #d6b477 68%, #c9856f);
}

body.ws-nav-v1 .site-header .nav {
  width: min(1240px, calc(100vw - 48px));
  min-height: 84px;
  gap: 28px;
  padding: 0;
}

body.ws-nav-v1 .site-header .ws-header-brand {
  gap: 12px;
  color: #102B2A;
  text-decoration: none;
}

body.ws-nav-v1 .site-header .ws-header-brand .brand-badge {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  border: 0;
  border-radius: 12px;
  background: url("haozhouji-mark-paper-r131.svg") center / 100% 100% no-repeat;
  box-shadow: 0 11px 24px rgba(34, 91, 79, .2);
}

body.ws-nav-v1 .site-header .ws-header-brand .brand-word {
  color: #102B2A;
  font-size: 1.52rem;
  letter-spacing: -.012em;
}

body.ws-nav-v1.ws-nav-open {
  overflow: hidden;
}

body.ws-nav-v1 .ws-page-shell[aria-hidden="true"] {
  user-select: none;
}

body.ws-nav-v1 .site-header .nav {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}


.ws-header-primary-actions {
  grid-column: 2;
  justify-self: center;
}

.ws-header-brand {
  grid-column: 3;
  justify-self: end;
}

body.ws-nav-v1 .site-header .nav-actions .ws-header-action {
  width: auto;
  min-width: 112px;
  height: 44px;
  display: inline-flex;
  place-items: initial;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 14px;
  padding: 0 16px;
  color: var(--neutral-ink-2);
  text-decoration: none;
  font-size: .86rem;
  font-weight: 900;
}

body.ws-nav-v1 .site-header .nav-actions .ws-header-action--account {
  min-width: 166px;
  border-color: var(--neutral-ink);
  color: var(--neutral-paper);
  background: var(--neutral-ink);
  box-shadow: 0 10px 24px rgba(16, 43, 42, .15);
}

body.ws-nav-v1 .site-header .nav-actions .ws-header-action--account:hover {
  border-color: var(--neutral-ink-2);
  color: var(--neutral-paper);
  background: var(--neutral-ink-2);
}

.ws-header-action__label {
  white-space: nowrap;
}

.ws-menu-cluster {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.ws-nav-trigger {
  min-width: 104px;
  height: 42px;
  border: 1px solid rgba(16, 43, 42, .1);
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 14px;
  color: var(--neutral-ink-2);
  background: var(--neutral-paper);
  box-shadow: 0 8px 20px rgba(16, 43, 42, .04);
  font: inherit;
  font-size: .86rem;
  font-weight: 900;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.ws-nav-trigger:hover {
  border-color: rgba(34, 91, 79, .22);
  color: var(--neutral-blue);
  background: #f6eee2;
  transform: translateY(-1px);
}

.ws-nav-trigger__icon {
  width: 18px;
  height: 14px;
  display: grid;
  align-content: space-between;
}

.ws-nav-trigger__icon::before,
.ws-nav-trigger__icon::after,
.ws-nav-trigger__icon span {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.ws-nav-layer[hidden] {
  display: none;
}

.ws-nav-layer {
  position: fixed;
  z-index: 140;
  inset: 0;
  isolation: isolate;
}

.ws-nav-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  z-index: 0;
  background: rgba(16, 43, 42, .64);
  backdrop-filter: blur(5px);
  cursor: default;
}

.ws-nav-drawer {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: min(420px, calc(100vw - 20px));
  overflow: hidden;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  border-right: 1px solid rgba(16, 43, 42, .12);
  color: var(--neutral-ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(230, 210, 178, .44), transparent 23rem),
    var(--neutral-paper);
  box-shadow: 28px 0 90px rgba(16, 43, 42, .24);
  animation: ws-nav-drawer-in 220ms cubic-bezier(.2,.82,.2,1) both;
}

@keyframes ws-nav-drawer-in {
  from { transform: translateX(-104%); }
  to { transform: translateX(0); }
}

.ws-nav-drawer__head {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(16, 43, 42, .09);
  padding: 18px 22px;
}

.ws-nav-drawer__title {
  display: grid;
  gap: 3px;
}

.ws-nav-drawer__controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ws-language-switch {
  height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  border: 1px solid rgba(16, 43, 42, .1);
  border-radius: 13px;
  padding: 3px;
  background: rgba(255, 252, 245, .72);
  box-shadow: 0 8px 20px rgba(16, 43, 42, .04);
}

.ws-language-switch span,
.ws-language-switch a {
  min-width: 35px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--neutral-muted);
  font-size: .72rem;
  font-weight: 950;
  text-decoration: none;
}

.ws-language-switch span[aria-current="true"] {
  color: var(--neutral-paper);
  background: var(--neutral-ink);
}

.ws-language-switch a:hover {
  color: var(--neutral-accent);
  background: var(--neutral-blue-soft);
}

.ws-nav-drawer__context {
  color: var(--neutral-accent);
  font-size: .67rem;
  font-weight: 950;
  letter-spacing: .13em;
}

.ws-nav-drawer__head strong {
  color: var(--neutral-ink);
  font-size: 1.24rem;
  letter-spacing: -.025em;
}

.ws-nav-close {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid rgba(16, 43, 42, .1);
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: var(--neutral-ink-2);
  background: var(--neutral-paper);
  box-shadow: 0 8px 20px rgba(16, 43, 42, .05);
  font: inherit;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}

.ws-nav-drawer__scroll {
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 20px 16px 28px;
  scrollbar-width: thin;
  scrollbar-color: rgba(34, 91, 79, .32) transparent;
}

.ws-nav-group + .ws-nav-group {
  margin-top: 22px;
}

.ws-nav-group h2 {
  margin: 0 8px 8px;
  color: #7b6a58;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ws-nav-link {
  min-height: 58px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  border: 1px solid transparent;
  border-radius: 16px;
  padding: 7px 11px 7px 7px;
  color: var(--neutral-ink);
  text-decoration: none;
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

.ws-nav-link:hover {
  border-color: rgba(34, 91, 79, .14);
  background: #f7f0e6;
  transform: translateX(2px);
}

.ws-nav-link.is-primary {
  border-color: rgba(16, 43, 42, .12);
  color: #FFFCF5;
  background: var(--neutral-ink);
  box-shadow: 0 12px 26px rgba(16, 43, 42, .12);
}

.ws-nav-link__icon {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(34, 91, 79, .11);
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--neutral-accent);
  background: var(--neutral-blue-soft);
  font-size: .84rem;
  font-weight: 950;
}

.ws-nav-link.is-primary .ws-nav-link__icon {
  border-color: rgba(255, 255, 255, .18);
  color: var(--neutral-ink);
  background: var(--neutral-cream-strong);
}

.ws-nav-link__copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.ws-nav-link__copy strong,
.ws-nav-link__copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ws-nav-link__copy strong {
  color: inherit;
  font-size: .91rem;
  line-height: 1.25;
  letter-spacing: -.01em;
}

.ws-nav-link__copy small {
  color: var(--neutral-muted);
  font-size: .71rem;
  line-height: 1.25;
}

.ws-nav-link.is-primary .ws-nav-link__copy small {
  color: #b8c4d2;
}

.ws-nav-link__arrow {
  color: #8b7d6e;
  font-size: 1.05rem;
}

.ws-nav-link.is-primary .ws-nav-link__arrow {
  color: var(--neutral-cream-strong);
}

.ws-nav-drawer__foot {
  border-top: 1px solid rgba(16, 43, 42, .09);
  padding: 15px 22px 17px;
  background: rgba(255, 252, 245, .95);
}

.ws-nav-utility {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
}

.ws-nav-utility a {
  color: var(--neutral-muted);
  font-size: .73rem;
  font-weight: 800;
  text-decoration: none;
}

.ws-nav-utility a:hover {
  color: var(--neutral-accent);
}

.ws-nav-drawer__foot p {
  min-height: 18px;
  margin: 9px 0 0;
  color: var(--neutral-accent);
  font-size: .7rem;
  font-weight: 850;
}



body.ws-nav-v1 .site-search-form:focus-within {
  border-color: rgba(34, 91, 79, .28);
  box-shadow: 0 0 0 3px rgba(230, 210, 178, .52);
}

body.ws-nav-v1 .site-search-form input:focus,
body.ws-nav-v1 .site-search-form input:focus-visible {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}

@media (max-width: 980px) {
  body.ws-nav-v1 .site-header .nav {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .ws-header-primary-actions {
    grid-column: 2;
    justify-self: center;
  }

  .ws-header-brand {
    grid-column: 3;
  }

  body.ws-nav-v1 .site-header .nav-actions .ws-header-action {
    min-width: 102px;
    padding-inline: 13px;
  }

  body.ws-nav-v1 .site-header .nav-actions .ws-header-action--account {
    min-width: 152px;
  }
}

@media (max-width: 760px) {
  body.ws-nav-v1 .site-header .nav {
    width: min(100% - 28px, 1240px);
    min-height: 72px;
    gap: 10px;
  }

  .ws-menu-cluster {
    gap: 9px;
  }

  .ws-nav-trigger {
    min-width: 42px;
    width: 42px;
    height: 40px;
    padding: 0;
  }

  .ws-nav-trigger__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  body.ws-nav-v1 .site-header .brand-badge {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  body.ws-nav-v1 .site-header .brand-word {
    font-size: clamp(.88rem, 4.5vw, 1.08rem);
  }

  .ws-header-brand {
    justify-self: end;
  }

  body.ws-nav-v1 .site-header .nav-actions {
    gap: 4px;
  }

  body.ws-nav-v1 .site-header .nav-actions .ws-header-action,
  body.ws-nav-v1 .site-header .nav-actions .ws-header-action--account {
    min-width: 38px;
    width: 38px;
    height: 38px;
    padding: 0;
  }

  .ws-header-action__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .ws-nav-drawer__head {
    min-height: 84px;
    padding: 15px 16px;
  }

  .ws-nav-drawer__scroll {
    padding-inline: 12px;
  }

  .ws-nav-drawer__foot {
    padding-inline: 16px;
  }
}

@media (max-width: 370px) {
  body.ws-nav-v1 .site-header .brand-word {
    display: none;
  }

  .ws-menu-cluster {
    gap: 7px;
  }

  .ws-nav-link {
    padding-right: 8px;
  }

  .ws-nav-link__copy strong {
    font-size: .88rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ws-nav-drawer {
    animation: none;
  }
}

.ws-nav-link.is-planned {
  cursor: default;
  opacity: .68;
}

.ws-nav-link.is-planned:hover {
  border-color: transparent;
  background: transparent;
  transform: none;
}

.ws-nav-link__state {
  min-width: 46px;
  border: 1px solid rgba(34, 91, 79, .14);
  border-radius: 999px;
  padding: 4px 7px;
  color: var(--neutral-muted);
  background: var(--neutral-blue-soft);
  font-size: .6rem;
  font-weight: 900;
  letter-spacing: .035em;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 420px) {
  .ws-nav-link__state {
    min-width: 8px;
    width: 8px;
    height: 8px;
    overflow: hidden;
    border: 0;
    padding: 0;
    color: transparent;
    background: var(--neutral-cream-mid);
  }
}


/* W2 unified site footer. Loaded after page and product themes. */
body.ws-nav-v1 .footer.ws-site-footer-v1 {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: clamp(44px, 6vw, 72px) 0;
  color: #FFFCF5;
  background:
    radial-gradient(circle at 8% 0%, rgba(217, 189, 150, .18), transparent 29rem),
    #102B2A;
}

body.ws-nav-v1 .footer.ws-site-footer-v1::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 189, 150, .72), transparent);
}

body.ws-nav-v1 .ws-footer-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 1.2fr) repeat(3, minmax(150px, .72fr));
  gap: clamp(30px, 4vw, 66px);
  align-items: start;
}

body.ws-nav-v1 .ws-footer-brand {
  display: grid;
  gap: 14px;
  align-content: start;
}

body.ws-nav-v1 .footer.ws-site-footer-v1 .ws-footer-brand .brand {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #FFFCF5;
  text-decoration: none;
}

body.ws-nav-v1 .footer.ws-site-footer-v1 .ws-footer-brand .brand .brand-badge {
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  border-radius: 14px;
  color: transparent;
  background: url("haozhouji-mark-paper-r131.svg") center / 100% 100% no-repeat;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
}

body.ws-nav-v1 .footer.ws-site-footer-v1 .ws-footer-brand .brand .brand-word {
  color: #FFFCF5;
  font-size: 1.32rem;
  font-weight: 950;
  letter-spacing: -.035em;
}

body.ws-nav-v1 .footer.ws-site-footer-v1 .ws-footer-brand p {
  max-width: 300px;
  margin: 0;
  color: #d9bd96;
  font-weight: 850;
  line-height: 1.45;
}

body.ws-nav-v1 .footer.ws-site-footer-v1 .ws-footer-brand small {
  max-width: 330px;
  color: #aeb9c7;
  font-size: .82rem;
  line-height: 1.58;
}

body.ws-nav-v1 .ws-footer-group {
  display: grid;
  gap: 11px;
  align-content: start;
}

body.ws-nav-v1 .ws-footer-group h2 {
  margin: 0 0 7px;
  color: #d9bd96;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .12em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.ws-nav-v1 .footer.ws-site-footer-v1 .ws-footer-group a {
  width: fit-content;
  min-height: 29px;
  display: inline-flex;
  align-items: center;
  border: 0;
  padding: 0;
  color: #dce3eb;
  background: transparent;
  font-size: .9rem;
  font-weight: 720;
  line-height: 1.35;
  text-align: left;
  text-decoration: none;
  transition: color .16s ease, transform .16s ease;
}

body.ws-nav-v1 .footer.ws-site-footer-v1 .ws-footer-group a:hover {
  color: #FFFCF5;
  transform: translateX(3px);
}

body.ws-nav-v1 .footer.ws-site-footer-v1 a:focus-visible {
  border-radius: 7px;
  outline: 3px solid rgba(217, 189, 150, .48);
  outline-offset: 4px;
}

@media (max-width: 980px) {
  body.ws-nav-v1 .ws-footer-grid {
    grid-template-columns: minmax(240px, 1.15fr) repeat(2, minmax(160px, .8fr));
  }

  body.ws-nav-v1 .ws-footer-group:last-child {
    grid-column: 2 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.ws-nav-v1 .ws-footer-group:last-child h2 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  body.ws-nav-v1 .footer.ws-site-footer-v1 {
    padding: 42px 0 50px;
  }

  body.ws-nav-v1 .ws-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 24px;
  }

  body.ws-nav-v1 .ws-footer-brand {
    grid-column: 1 / -1;
  }

  body.ws-nav-v1 .ws-footer-group:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 420px) {
  body.ws-nav-v1 .ws-footer-grid,
  body.ws-nav-v1 .ws-footer-group:last-child {
    grid-template-columns: 1fr;
  }

  body.ws-nav-v1 .ws-footer-group:last-child h2 {
    grid-column: auto;
  }
}

/* W2_RELATED_PRODUCTS_START */
body.paypal-product-v1 [data-related-model="category-price-popularity-package-alternative-v1"] .section-heading > p:last-child { max-width: 760px; }
body.paypal-product-v1 [data-related-model="category-price-popularity-package-alternative-v1"] .ws-related-compare-link { white-space: nowrap; color: var(--pp-action); font-weight: 750; }
body.paypal-product-v1 [data-related-model="category-price-popularity-package-alternative-v1"] .ws-related-role { grid-column: 1 / -1; width: fit-content; padding: 5px 8px; border: 1px solid color-mix(in srgb, var(--pp-action) 24%, transparent); border-radius: 999px; color: var(--pp-action); background: color-mix(in srgb, var(--pp-action) 8%, var(--pp-paper)); font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
body.paypal-product-v1 [data-related-model="category-price-popularity-package-alternative-v1"] .paypal-related-card h3 { grid-column: 1; grid-row: 2; }
body.paypal-product-v1 [data-related-model="category-price-popularity-package-alternative-v1"] .paypal-related-card p { grid-column: 1; grid-row: 3; }
body.paypal-product-v1 [data-related-model="category-price-popularity-package-alternative-v1"] .paypal-related-card strong { grid-column: 2; grid-row: 2 / span 2; }
@media (max-width: 420px) {
  body.paypal-product-v1 [data-related-model="category-price-popularity-package-alternative-v1"] .paypal-related-card > div { grid-template-columns: 1fr; }
  body.paypal-product-v1 [data-related-model="category-price-popularity-package-alternative-v1"] .paypal-related-card h3,
  body.paypal-product-v1 [data-related-model="category-price-popularity-package-alternative-v1"] .paypal-related-card p,
  body.paypal-product-v1 [data-related-model="category-price-popularity-package-alternative-v1"] .paypal-related-card strong { grid-column: 1; grid-row: auto; }
}
/* W2_RELATED_PRODUCTS_END */

/* W2_PRODUCT_GUIDANCE_START */
body.paypal-product-v1 .ws-product-guidance-v1 { margin-top: 34px; }
body.paypal-product-v1 .ws-product-guidance-summary { max-width: 760px; margin: 0 auto; color: #c3ced9; font-size: 14px; line-height: 1.7; }
body.paypal-product-v1 .ws-product-guidance-grid { margin: 26px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; text-align: left; }
body.paypal-product-v1 .ws-product-guidance-grid > div { min-height: 150px; padding: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.045); }
body.paypal-product-v1 .ws-product-guidance-grid dt { color: var(--pp-aqua); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
body.paypal-product-v1 .ws-product-guidance-grid dd { margin: 13px 0 0; color: #e5ebf1; font-size: 12px; line-height: 1.6; }
body.paypal-product-v1 .ws-product-guidance-links { margin-top: 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; }
body.paypal-product-v1 .ws-product-guidance-links a { min-height: 38px; padding: 0 13px; display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: white; text-decoration: none; font-size: 11px; font-weight: 760; }
body.paypal-product-v1 .ws-product-guidance-links a:hover { border-color: var(--pp-aqua); color: var(--pp-aqua); }
@media (max-width: 680px) {
  body.paypal-product-v1 .ws-product-guidance-summary { font-size: 13px; }
  body.paypal-product-v1 .ws-product-guidance-grid { grid-template-columns: 1fr; }
  body.paypal-product-v1 .ws-product-guidance-grid > div { min-height: 0; }
  body.paypal-product-v1 .ws-product-guidance-links { align-items: stretch; }
  body.paypal-product-v1 .ws-product-guidance-links a { width: 100%; justify-content: center; text-align: center; }
}
/* W2_PRODUCT_GUIDANCE_END */
