
.sfdrawer-body { overscroll-behavior: contain }
.sfdrawer-nav { padding-bottom: 4px }
.sfdrawer-nav li.has-kids > a { padding-inline-end: 48px }
.sfdrawer-nav li.lvl2.has-kids > a { padding-inline-end: 44px }

.sfdrawer-nav li.has-kids > .sfdrawer-toggle {
  inset-inline-start: auto;
  inset-inline-end: 0;
  top: 5px;
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: var(--surface2);
  color: var(--muted);
  cursor: pointer;
}
.sfdrawer-nav li.has-kids > .sfdrawer-toggle:hover { color: var(--green) }
.sfdrawer-nav li.lvl2.has-kids > .sfdrawer-toggle { top: 2px; width: 34px; height: 34px; border-radius: 10px }

.sfdrawer-nav .sfdrawer-toggle::after {
  position: static;
  content: "";
  top: auto; inset-inline-start: auto; inset-inline-end: auto;
  width: 7px; height: 7px;
  border-inline-end: 2px solid currentColor;
  border-block-end: 2px solid currentColor;
  transform: rotate(45deg);
  margin-block-start: -3px;
  transition: transform .2s ease, margin .2s ease;
}
.sfdrawer-nav li.open > .sfdrawer-toggle::after { transform: rotate(225deg); margin-block-start: 3px }
.sfdrawer-nav li.open > .sfdrawer-toggle { background: var(--sf-soft, var(--surface2)); color: var(--green) }

.sfdrawer-nav li.has-kids.open > ul {
  display: block;
  margin-block: 4px 8px;
  padding: 4px 0;
  border-radius: 12px;
  background: color-mix(in oklch, var(--surface2), transparent 35%);
}
.sfdrawer-nav li.lvl2 > a { display: block }
.sfdrawer-nav li.lvl3 > a { opacity: .92 }
.sfdrawer-nav li.lvl2.all > a { padding-inline-end: 12px }

.sf-navbar { --sf-nav-pad: 9px }
@media (max-width: 1200px) { .sf-navbar { --sf-nav-pad: 7px } }

.sf-navbar .sfnav-item > .sfdrop,
.sf-navbar .sfnav-item > .sfmega {
  top: calc(100% + var(--sf-nav-pad));
  margin: 0;
}
.sf-navbar .sfnav-item > .sfmega > .sfmega-in { margin-top: 0 }

.sf-navbar .sfnav-item > .sfdrop::before,
.sf-navbar .sfnav-item > .sfmega::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 100%;
  height: calc(var(--sf-nav-pad) + 4px);
}

.sf-navbar .sfnav-item > .sfdrop {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-top: 0;
}
.sf-navbar .sfnav-item > .sfmega > .sfmega-in {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-top: 0;
}
.sf-navbar .sfnav-item:hover > .sfnav-link,
.sf-navbar .sfnav-item.open > .sfnav-link {
  border-start-start-radius: 12px;
  border-start-end-radius: 12px;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}
.sf-navbar .sfnav-item > .sfdrop { transform: translateY(4px) }
.sf-navbar .sfnav-item:hover > .sfdrop { transform: none }

footer.sf-foot .sf-foot-trust {
  width: 100%;
  justify-content: flex-end;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed var(--sf-line, var(--line));
}
footer.sf-foot .sf-foot-trust .sf-foot-trust-title {
  order: 2;
  margin-inline: 0 0;
}
footer.sf-foot .sf-foot-trust .sf-foot-logo { order: 1 }
footer.sf-foot .sf-foot-copy { margin-top: 18px }
@media (max-width: 760px) {
  footer.sf-foot .sf-foot-trust { justify-content: center }
  footer.sf-foot .sf-foot-trust .sf-foot-trust-title { order: 0; width: 100%; text-align: center }
}

picture.sf-pic { display: block; width: 100%; height: 100%; line-height: 0 }
picture.sf-pic > img { display: block; width: 100%; height: 100%; object-fit: cover }

.wg-slide > picture.sf-pic,
.wg-bgrid a > picture.sf-pic,
.sfmega-promo > picture.sf-pic { position: absolute; inset: 0 }

.wg-hero-img { position: relative }
.wg-hero-img > picture.sf-pic { position: absolute; inset: 0 }

.hero.has-bg {
  background-image: linear-gradient(100deg, rgba(20, 18, 14, .86), rgba(20, 18, 14, .35)), var(--hero-bg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .hero.has-bg {
    background-image: linear-gradient(180deg, rgba(20, 18, 14, .72), rgba(20, 18, 14, .55)), var(--hero-bg-m, var(--hero-bg));
  }
}

.pick-list { display: grid; gap: 9px }
.pick-card {
  display: flex; align-items: flex-start; gap: 10px;
  border: 1px solid var(--line); border-radius: 13px;
  padding: 12px 13px; cursor: pointer;
  transition: border-color .18s, background .18s, box-shadow .18s;
}
.pick-card:hover { border-color: var(--green) }
.pick-card input { margin: 3px 0 0; accent-color: var(--green); flex: none }
.pick-card .pick-body { flex: 1; min-width: 0 }
.pick-card .pick-body b { display: block; font-size: calc(13px * var(--fz-card, 1)); line-height: 1.7 }
.pick-card .pick-body span { display: block; font-size: calc(11.5px * var(--fz-card, 1)); color: var(--muted); line-height: 1.9 }
.pick-card .pick-cost { font: 800 12.5px var(--font); color: var(--green); white-space: nowrap; margin-inline-start: auto; font-size: calc(12.5px * var(--fz-card, 1))}
.pick-card .pick-cost.is-free { color: var(--gold, var(--green)) }
.pick-card.is-on {
  border-color: var(--green);
  background: color-mix(in oklch, var(--green) 7%, transparent);
  box-shadow: inset 0 0 0 1px var(--green);
}
.ship-note { font-size: calc(11px * var(--fz-base, 1)); color: var(--muted); margin: 10px 0 0; line-height: 1.9 }
@media (max-width: 900px) {
  .pick-card { padding: 11px }
  .pick-card .pick-cost { font-size: calc(12px * var(--fz-card, 1))}
}

.sf-theme, .sfdrawer-theme { position: relative }
.sf-theme .ic-moon, .sf-theme .ic-sun { display: none }
html[data-theme="light"] .sf-theme .ic-moon { display: block }
html[data-theme="dark"]  .sf-theme .ic-sun  { display: block }
.sfdrawer-theme .ic-moon, .sfdrawer-theme .ic-sun { display: none }
html[data-theme="light"] .sfdrawer-theme .ic-moon { display: inline-block }
html[data-theme="dark"]  .sfdrawer-theme .ic-sun  { display: inline-block }

@media (max-width: 768px) {
  .wg-slider, .wg .wg-slider { height: var(--sl-h-m, 200px) }
}
