/** Shopify CDN: Minification failed

Line 1421:0 Unexpected "{"
Line 1421:1 Expected identifier but found "%"
Line 1421:27 Expected identifier but found whitespace
Line 1421:101 Expected identifier but found "%"
Line 1422:0 Unexpected "<"

**/
.header-links, .announcement-bar__slider {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header-links::-webkit-scrollbar, .announcement-bar__slider::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.site-header {
  background: var(--color-background-header);
  color: var(--color-text-header);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 999;
  --shadow-x-buttons: 0;
  --shadow-y-buttons: 0;
  --shadow-blur-buttons: 0;
}
.site-header--absolute {
  position: absolute;
  width: 100%;
  background: transparent;
}
.site-header--absolute .header-container, .site-header--absolute .site-header {
  transition: background-color 150ms linear;
}
.site-header--absolute .site-search-handle input {
  transition: border-color 100ms linear;
  background: transparent !important;
}
.site-header--absolute .site-search-handle input:focus {
  background: var(--color-background-header) !important;
}
.site-header--absolute .header-info-block g *,
.site-header--absolute .header-info-block__caption {
  transition: all 100ms linear;
}
.site-header--absolute .absolute-header-icon {
  position: absolute;
  opacity: 0;
  transition: opacity 100ms linear;
}
.site-header--absolute .absolute-header-icon + img {
  transition: opacity 100ms linear;
}
@media screen and (min-width: 1024px) {
  .site-header--absolute:hover .absolute-header-icon {
    opacity: 1;
  }
  .site-header--absolute:hover .absolute-header-icon + img {
    opacity: 0;
  }
  .site-header--absolute:not(:hover) {
    --color-text-header: var(--color-text-header-absolute);
    --color-foreground-header: var(--color-foreground-header-absolute);
    --color-borders-header: var(--color-borders-header-absolute);
    --color-secondary-background-header: var(--color-secondary-background-header-absolute);
    --color-background-header: var(--color-background-header-absolute);
    --color-opacity-background-header: var(--color-opacity-background-header-absolute);
  }
}
@media screen and (max-width: 1023px) {
  .site-header--absolute {
    --color-text-header: var(--color-text-header-absolute);
    --color-foreground-header: var(--color-foreground-header-absolute);
    --color-borders-header: var(--color-borders-header-absolute);
    --color-secondary-background-header: var(--color-secondary-background-header-absolute);
    --color-background-header: var(--color-background-header-absolute);
    --color-opacity-background-header: var(--color-opacity-background-header-absolute);
  }
}
.site-header .logo {
  flex: 1;
  padding-inline-end: 2.5rem;
  align-items: center;
  display: flex;
  max-width: 20rem;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .site-header .logo {
    padding-inline-end: 7.5rem;
  }
}
.site-header .logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(var(--header-logo));
}
.site-header .logo-img {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .site-header .logo-img--desk-only {
    display: none;
  }
}
.site-header .logo-img--mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .site-header .logo-img--mobile {
    display: inline-flex;
    height: auto;
  }
}
.site-header .logo-txt {
  margin: 0;
  word-break: break-all;
  color: var(--color-text-header);
}
.site-header .logo-txt {
  font-family: var(--font-stack-body);
  font-weight: var(--font-weight-body);
  font-style: var(--font-style-body);
  line-height: 1;
}
@media screen and (max-width: 474px) {
  .site-header .logo-txt {
    font-size: calc(20px / 16 * var(--base-body-size) + 0px);
  }
}
@media screen and (min-width: 475px) and (max-width: 1023px) {
  .site-header .logo-txt {
    font-size: calc(22px / 16 * var(--base-body-size) + 0px);
  }
}
@media screen and (min-width: 1024px) {
  .site-header .logo-txt {
    font-size: calc(24px / 16 * var(--base-body-size) + 0px);
  }
}
@media screen and (max-width: 767px) {
  .site-header .logo-txt--desk-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .site-header .logo-txt--mobile-only {
    display: none;
  }
}
.site-header .logo-txt--hidden {
  display: none;
}
.site-header h1 {
  margin-bottom: 0;
  line-height: 0;
}
.site-header a {
  color: var(--color-text-header);
}

.header-container {
  border-bottom: 1px solid var(--color-borders-header);
  background: var(--color-background-header);
  position: relative;
  font-size: calc(16px / 16 * var(--base-menu-size) + 0px);
  font-weight: var(--font-weight-menu);
}
.header-container .header-actions > .button, .header-container .header-actions > input {
  font-size: calc(16px / 16 * var(--base-menu-size) + 0px);
  font-weight: var(--font-weight-menu);
  height: 3.125rem;
  line-height: 1;
}
html[dir=rtl] .header-container .header-actions > a.button {
  padding-left: 1.25rem;
}
html[dir=ltr] .header-container .header-actions > a.button {
  padding-right: 1.25rem;
}
.header-container .button {
  border-width: 1px;
  color: var(--color-text-header);
}
.header-container .button--solid {
  background-color: var(--color-text-header);
  border-color: var(--color-text-header);
  color: var(--color-foreground-header);
}
.no-touchevents .header-container .button:not(.button--outline-hover):hover {
  background-color: var(--color-accent-header);
  border-color: var(--color-accent-header);
  color: var(--color-foreground-accent-header);
}
.no-touchevents .header-container .button:not(.button--outline-hover):hover svg * {
  stroke: var(--color-foreground-accent-header);
}
.no-touchevents .header-container .button--outline-hover:not(.button--no-hover):hover {
  border-color: var(--color-accent-header);
  color: var(--color-accent-header);
}
.site-header-container .header-container .button--icon.button--outline svg * {
  stroke: var(--color-text-header);
  fill: var(--color-text-header);
}
.site-header-container .header-container .button--icon.button--solid svg * {
  stroke: var(--color-foreground-header);
}
.header-container--top {
  z-index: 11;
}
.header-container--bottom {
  z-index: 10;
}

.header-links {
  flex: 1;
  overflow-x: auto;
  padding-bottom: 1.25rem;
  margin-bottom: -1.25rem;
}

.scrollable-navigation-button {
  display: none;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  z-index: 11;
  cursor: pointer;
}
.scrollable-navigation-button:before {
  content: "";
  position: absolute;
  top: -1.5625rem;
  width: 1.875rem;
  height: 1.5625rem;
  pointer-events: none;
  z-index: 9;
  background: var(--color-background-header);
  background: linear-gradient(0, var(--color-background-header) 50%, var(--color-opacity-background-header) 100%);
}
html[dir=rtl] .scrollable-navigation-button:before {
  left: -0.3125rem;
}
html[dir=ltr] .scrollable-navigation-button:before {
  right: -0.3125rem;
}
.scrollable-navigation-button:after {
  content: "";
  position: absolute;
  width: 2.1875rem;
  height: 2.1875rem;
}
.scrollable-navigation-button--right {
  transform: rotate(-90deg);
  margin-inline-start: 0.625rem;
  margin-inline-end: 0.9375rem;
}
html[dir=rtl] .scrollable-navigation-button--right {
  transform: rotate(90deg);
}
.scrollable-navigation-button--left {
  transform: rotate(90deg);
  margin-inline-end: 0.25rem;
}
html[dir=rtl] .scrollable-navigation-button--left {
  transform: rotate(-90deg);
}
@media screen and (min-width: 1281px) {
  .scrollable-navigation-button--left {
    margin-inline-start: 0.8125rem;
  }
}
@media screen and (max-width: 1280px) {
  .scrollable-navigation-button--left {
    margin-inline-start: 0.5rem;
  }
}
.scrolling-navigation-enabled .scrollable-navigation-button {
  display: flex;
}
.scrollable-navigation-button svg path {
  fill: var(--color-text-header);
}

.header__top {
  padding-top: var(--header-vertical-space);
  padding-bottom: var(--header-vertical-space);
  position: relative;
}

.header__bottom {
  padding-top: calc(var(--header-vertical-space) / 2);
  padding-bottom: calc(var(--header-vertical-space) / 2);
}
@media screen and (min-width: 1281px) {
  .header__bottom {
    padding-inline-start: calc(var(--gutter-container) - 1.25rem);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .header__bottom {
    padding-inline-start: calc(var(--gutter-container) - 0.9375rem);
  }
}
.header__bottom .site-menu-handle {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.header__bottom.show-mobile-menu .site-menu-handle {
  visibility: visible;
  pointer-events: all;
}
.header__bottom.show-mobile-menu .site-nav.style--classic {
  visibility: hidden;
  pointer-events: none;
}

.header__top, .header__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .header__top {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}

.header-info-block {
  display: flex;
  align-items: center;
}
.header-info-block__image {
  font-size: 0;
  text-align: end;
  margin-inline-end: 0.9375rem;
}
.header-info-block__image svg {
  width: 2.375rem;
  height: 2.375rem;
}
.header-info-block__image svg * {
  stroke: var(--color-text-header);
}
.header-info-block__text > span {
  display: block;
}
.header-info-block__caption {
  font-weight: var(--font-weight-body);
}
.header-info-block__title {
  font-size: calc(16px / 16 * var(--base-menu-size) + 0px);
  margin-top: 0.3125rem;
}
@media screen and (max-width: 1023px) {
  .header-info-block__title {
    margin-top: 0.125rem;
  }
}
.header-info-block__title path {
  fill: var(--color-text-header);
  transition: all 100ms linear;
}
.header-info-block[href], .header-info-block[aria-controls] {
  cursor: pointer;
}
.no-touchevents .header-info-block:hover .text-animation--underline-in-header {
  background-size: 100% 1px;
  color: var(--color-accent-header);
}
.no-touchevents .header-info-block:hover .text-animation--underline-in-header + .icon path {
  fill: var(--color-accent-header);
}

.header-actions {
  position: relative;
  line-height: 1.1;
  flex-shrink: 0;
}
.header-actions:empty {
  display: none;
}
.header-actions:not(:empty) {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .header-actions:not(:empty) {
    display: grid;
    grid-template-columns: 1fr auto auto;
    justify-items: end;
  }
  .header-actions:not(:empty).header-actions--show-search {
    justify-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .header-actions a.button {
    max-width: 100%;
  }
}

.header-actions--buttons > *:not(:last-child) {
  margin-inline-end: 0.625rem;
}
.header__bottom .header-actions--buttons {
  flex-shrink: 0;
}

.header-actions--blocks:not(:empty) {
  display: flex;
  justify-content: end;
}
.header-actions--blocks > *:not(:last-child) {
  margin-inline-end: var(--gutter-large);
}

search-form {
  display: block;
  position: relative;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  search-form .button,
  search-form form {
    width: 100%;
  }
}

.site-search-handle {
  border-color: transparent;
  z-index: 10;
}
.site-search-handle input {
  width: 25rem;
  display: block;
  text-align: start;
  padding: var(--button-padding-regular);
  padding-inline-start: 3.3125rem;
  background: var(--color-background-header);
  border-color: var(--color-borders-header);
  border-radius: var(--border-radius-buttons);
  border-width: 1px;
  font-weight: var(--font-weight-body);
}
@media screen and (min-width: 768px) {
  .site-search-handle input {
    width: 100%;
  }
}
.site-search-handle input:-webkit-autofill {
  box-shadow: inset 0 0 0px 9999px var(--color-background-header);
}
.site-search-handle input::placeholder {
  color: var(--color-text-header);
}
.no-touchevents .site-search-handle input:hover, .site-search-handle input:focus {
  border-color: var(--color-text-header);
  color: var(--color-text-header);
}
.no-touchevents .site-search-handle input:hover::placeholder, .site-search-handle input:focus::placeholder {
  opacity: 1;
}
html[dir=rtl] .site-search-handle input .button__icon {
  right: 1.25rem;
}
html[dir=ltr] .site-search-handle input .button__icon {
  left: 1.25rem;
}

#logo-sticky .absolute-header-icon + img {
  display: none;
}

.site-nav:focus {
  outline: none;
}
.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav a {
  display: inline-block;
}
.site-nav .icon {
  margin-inline-start: 0.625rem;
  display: inline-flex;
  align-items: center;
}
.site-nav.style--classic {
  display: flex;
  color: var(--color-text-header);
}
.site-nav.style--classic .icon svg * {
  fill: var(--color-text-header);
  transition: all 100ms linear;
}
.site-nav.style--classic a {
  color: var(--color-text-header);
}
.site-nav.style--classic a span {
  transition: all 100ms linear;
}
.no-touchevents .site-nav.style--classic a:hover span {
  color: var(--color-accent-header);
}
.no-touchevents .site-nav.style--classic a:hover span + .icon svg * {
  fill: var(--color-accent-header);
}
.site-nav.style--classic nav {
  padding-inline-end: 1.875rem;
}
.site-nav.style--classic nav > ul {
  display: flex;
  flex-wrap: nowrap;
}
.site-nav.style--classic nav > ul > li {
  flex-shrink: 0;
}
.site-nav.style--classic nav > ul > li > .menu-link {
  outline-offset: -0.3125rem;
}
.site-nav.style--classic li {
  display: inline-block;
  margin: 0;
}
.site-nav.style--classic .menu-link {
  line-height: 1;
  color: var(--color-text-header);
  position: relative;
  padding: 0.9375rem 1.25rem;
  z-index: 9;
  display: inline-flex;
}
@media screen and (max-width: 1280px) {
  .site-nav.style--classic .menu-link {
    padding: 0.9375rem 0.9375rem;
  }
}
.site-nav.style--classic .submenu {
  background: transparent;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 100ms linear 40ms, visibility 100ms linear 40ms;
  padding-top: calc(var(--header-vertical-space) / 2);
  margin-top: 0.0625rem;
}
.site-nav.style--classic .submenu:not(.mega-menu) {
  left: auto;
}
html[dir=rtl] .site-nav.style--classic .submenu {
  left: 100%;
}
html[dir=rtl] .site-nav.style--classic .submenu.normal-menu {
  transform: translateX(-100%);
}
.site-nav.style--classic .submenu .submenu-holder {
  opacity: 0;
  transform: translateY(5px);
  transition: 80ms linear;
}
.site-nav.style--classic .submenu:after {
  content: "";
  position: absolute;
  top: calc(var(--header-vertical-space) / 2);
  width: 100%;
  height: 0;
  background: var(--color-background-header);
  border: 1px solid var(--color-borders-header);
  border-top: none;
  z-index: -1;
  transition: height 100ms ease-in-out 40ms;
}
html[dir=rtl] .site-nav.style--classic .submenu:after {
  right: 0;
}
html[dir=ltr] .site-nav.style--classic .submenu:after {
  left: 0;
}
.site-nav.style--classic .has-submenu:hover .submenu,
.site-nav.style--classic .has-submenu.focus .submenu,
.site-nav.style--classic .submenu-is-mega-menu.focus .submenu {
  opacity: 1;
  visibility: visible;
  transition: opacity 10ms linear, visibility 10ms linear;
}
.site-nav.style--classic .has-submenu:hover .submenu:after,
.site-nav.style--classic .has-submenu.focus .submenu:after,
.site-nav.style--classic .submenu-is-mega-menu.focus .submenu:after {
  height: calc(100% - var(--header-vertical-space) / 2);
  transition: height 140ms ease-in-out;
}
.site-nav.style--classic .has-submenu:hover .submenu .submenu-holder,
.site-nav.style--classic .has-submenu.focus .submenu .submenu-holder,
.site-nav.style--classic .submenu-is-mega-menu.focus .submenu .submenu-holder {
  opacity: 1;
  transform: translateY(0);
  transition: 120ms linear 80ms;
}
.site-nav.style--classic .submenu.normal-menu {
  margin-inline-start: -0.625rem;
  width: max-content;
  min-width: 9.375rem;
  max-width: 22.5rem;
}
.site-nav.style--classic .submenu.normal-menu .submenu-holder {
  padding: 1.25rem 0;
  min-width: 9.375rem;
  margin-top: -1px;
}
.site-nav.style--classic .submenu.normal-menu .submenu-holder > li {
  display: block;
  position: relative;
}
.site-nav.style--classic .submenu.normal-menu .submenu-holder .menu-link {
  padding: 0.625rem 1.875rem;
}
.site-nav.style--classic .submenu.normal-menu .submenu-holder .icon {
  position: relative;
  transform: rotate(-90deg);
  display: inline-block;
}
html[dir=rtl] .site-nav.style--classic .submenu.normal-menu .submenu-holder .icon {
  transform: rotate(90deg);
}
.site-nav.style--classic .submenu.normal-menu .submenu-holder .icon svg {
  transform: scale(0.95);
}
.site-nav.style--classic .submenu.normal-menu .babymenu {
  position: absolute;
  display: block;
  top: -1.25rem;
  background: var(--color-background-header);
  width: max-content;
  min-width: 9.375rem;
  max-width: 22.5rem;
  padding: 1.1875rem 0;
  border: 1px solid var(--color-borders-header);
  opacity: 0;
  margin-inline-start: -1px;
  margin-top: 0;
  visibility: hidden;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 101%);
  transition: opacity 100ms linear 40ms, visibility 100ms linear 40ms, clip-path 100ms ease-in-out 40ms;
}
html[dir=rtl] .site-nav.style--classic .submenu.normal-menu .babymenu {
  right: 100%;
}
html[dir=ltr] .site-nav.style--classic .submenu.normal-menu .babymenu {
  left: 100%;
}
html[dir=rtl] .site-nav.style--classic .submenu.normal-menu .babymenu {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 101%);
}
.site-nav.style--classic .submenu.normal-menu .babymenu li {
  opacity: 0;
  transform: translateY(5px);
  transition: 80ms linear;
}
.site-nav.style--classic .submenu.normal-menu .babymenu span {
  position: relative;
  top: -1px;
}
.site-nav.style--classic .submenu.normal-menu .has-babymenu:hover .babymenu,
.site-nav.style--classic .submenu.normal-menu .has-babymenu.focus .babymenu {
  opacity: 1;
  visibility: visible;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 101%);
  transition: opacity 10ms linear, visibility 10ms linear, clip-path 140ms ease-in-out;
}
html[dir=rtl] .site-nav.style--classic .submenu.normal-menu .has-babymenu:hover .babymenu,
html[dir=rtl] .site-nav.style--classic .submenu.normal-menu .has-babymenu.focus .babymenu {
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 101%);
}
.site-nav.style--classic .submenu.normal-menu .has-babymenu:hover .babymenu li,
.site-nav.style--classic .submenu.normal-menu .has-babymenu.focus .babymenu li {
  opacity: 1;
  transform: translateY(0);
  transition: 120ms linear 80ms;
}
.site-nav.style--classic .submenu.normal-menu .babymenu-faux {
  display: none;
}
.site-nav.style--classic .submenu.normal-menu .has-babymenu a {
  display: flex;
}
.site-nav.style--classic .submenu.mega-menu {
  left: 0;
  width: 100%;
  padding: calc(var(--header-vertical-space) * 1.5) 0 var(--header-vertical-space);
  display: flex;
}
html[dir=rtl] .site-nav.style--classic .submenu.mega-menu {
  left: 0;
}
.site-nav.style--classic .submenu.mega-menu .submenu-masonry {
  display: flex;
  flex-wrap: wrap;
  margin-inline-start: -0.9375rem;
}
.site-nav.style--classic .submenu.mega-menu .submenu-masonry.with-promotion {
  width: 75%;
}
.site-nav.style--classic .submenu.mega-menu .submenu-masonry.with-promotion .mega-link {
  width: 33.33%;
}
.site-nav.style--classic .submenu.mega-menu .submenu-masonry.without-promotion {
  width: 100%;
}
.site-nav.style--classic .submenu.mega-menu .submenu-masonry.without-promotion .mega-link {
  width: 25%;
}
.site-nav.style--classic .submenu.mega-menu .submenu-masonry > .mega-link > .menu-link,
.site-nav.style--classic .submenu.mega-menu .mega-link.has-promotion > .menu-link {
  margin-bottom: 0.9375rem;
  display: block;
}
.site-nav.style--classic .submenu.mega-menu .mega-link.has-promotion {
  margin-inline-start: 0.9375rem;
  padding: 0 !important;
}
.site-nav.style--classic .submenu.mega-menu .submenu-holder {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
.site-nav.style--classic .submenu.mega-menu .submenu-holder:not(.container--large) {
  margin-bottom: -1.875rem;
}
.site-nav.style--classic .submenu.mega-menu .submenu-holder .mega-link {
  padding: 0 0.9375rem 1.875rem;
  position: relative;
  width: 25%;
}
.site-nav.style--classic .submenu.mega-menu .submenu-holder .mega-link > .menu-link {
  padding: 0.625rem;
  margin: -0.625rem 0 0 -0.625rem;
}
.site-nav.style--classic .submenu.mega-menu .icon {
  display: none;
}
.site-nav.style--classic .submenu.mega-menu .menu-link {
  line-height: 1;
  font-weight: var(--font-weight-body-bold);
  text-transform: none;
  padding: 0;
}
.site-nav.style--classic .submenu.mega-menu .babymenu {
  margin-top: 0.5rem;
}
.site-nav.style--classic .submenu.mega-menu .babymenu li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.site-nav.style--classic .submenu.mega-menu .babymenu .menu-link {
  font-weight: var(--font-weight-body);
  padding: 6px 10px;
  margin-inline-start: -10px;
  line-height: 1.2;
}
.site-nav.style--classic .submenu.mega-menu .has-babymenu > .menu-link {
  color: #339999 !important;
  font-weight: var(--font-weight-body-bold) !important;
}
.site-nav.style--classic .babymenu li {
  display: block;
  margin: 0;
  line-height: 1;
}
.site-nav.style--classic .babymenu .menu-link {
  padding: 0;
}

.menu-promotion {
  width: 100%;
  text-align: center;
  min-height: 12.5rem;
  position: relative;
  display: flex;
}
.menu-promotion:before, .menu-promotion:after {
  display: none;
}
.menu-promotion .menu-promotion-title {
  position: relative;
  z-index: 1;
  display: block;
}
.menu-promotion .menu-promotion-content {
  flex-direction: column;
}
.menu-promotion .menu-promotion-button {
  border-color: transparent !important;
}
.menu-promotion .menu-promotion-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.menu-promotion .menu-promotion-background-image:after {
  content: "";
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menu-promotion .menu-promotion-background-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-container.fix {
  position: fixed;
  padding: 0;
  top: 0 !important;
  transform: translateY(-100%);
  transition: none !important;
  width: 100%;
  background: var(--color-background-header);
}
.header-container.fix.ready {
  transition: left 500ms ease-in-out, transform 100ms linear !important;
}
@media screen and (max-width: 474px) {
  .header-container.fix.ready {
    transition: left 300ms ease-in-out, transform 100ms linear !important;
  }
}
.header-container.fix.animate {
  transform: translateY(0);
}
.header-container.fix .logo-img {
  max-height: 40px !important;
}
.header-container.fix .header__top {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --header-logo: 20px;
}

@media screen and (max-width: 1023px) {
  .site-header .mobile-menu-button {
    order: 0;
    margin-inline-start: -0.625rem;
  }
  .site-header .mobile-menu-button svg path {
    fill: var(--color-text-header);
  }
  .site-header .logo {
    order: 1;
    flex: auto;
    text-align: center;
    padding: 0 1.5rem;
    justify-content: center;
  }
  .site-header .mobile-cart-button {
    order: 2;
    position: relative;
    cursor: pointer;
  }
  .site-header .mobile-cart-button svg path {
    stroke: var(--color-text-header);
  }
  .site-header .mobile-cart-button svg .circle {
    fill: var(--color-text-header);
  }
  .site-header .mobile-cart-button span {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    background: var(--color-text-header);
    color: var(--color-foreground-header);
    font-weight: var(--font-weight-body-bold);
    width: 16px;
    height: 16px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(9px / 16 * var(--base-body-size) + 0px);
  }
  .site-header .mobile-menu-button,
  .site-header .mobile-cart-button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .hide-border-on-portable {
    border-bottom: 0;
  }
  .mobile-search {
    padding-bottom: var(--header-vertical-space);
  }
  .mobile-search .site-search-handle, .mobile-search form, .mobile-search input {
    width: 100%;
  }
  .mobile-search .site-search-handle {
    height: 100%;
  }
  html[dir=rtl] .mobile-search .site-search-handle .button__icon {
    right: 0.75rem;
  }
  html[dir=ltr] .mobile-search .site-search-handle .button__icon {
    left: 0.75rem;
  }
  .mobile-search .site-search-handle input {
    height: 2.5rem;
    font-size: 1rem;
    padding-inline-start: 2.6875rem;
  }
  .mobile-search .search-results-container:not(:empty) {
    margin-top: 1.875rem;
    max-width: 100%;
  }
  .mobile-search .search-results-container:not(:empty):before {
    margin-inline-start: 0.875rem;
  }
  .no-header-blocks {
    display: none;
  }
}
.button--solid .circle {
  fill: var(--color-foreground-header);
}

.no-touchevents .button--solid:hover .circle {
  fill: var(--color-foreground-accent-header);
}

@media screen and (max-width: 1023px) {
  .header-container--top {
    order: 0;
  }
  .header-container--bottom.mobile-search {
    order: 1;
  }
  .header-container--bottom.show-header-actions-on-mobile {
    order: 2;
  }
  .show-header-actions-on-mobile {
    background: transparent;
    width: 100%;
  }
  .show-header-actions-on-mobile.ontop {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
  }
  html[dir=rtl] .show-header-actions-on-mobile.ontop {
    right: 0;
  }
  html[dir=ltr] .show-header-actions-on-mobile.ontop {
    left: 0;
  }
  .show-header-actions-on-mobile .header-links,
  .show-header-actions-on-mobile .scrollable-navigation-button {
    display: none;
  }
  .show-header-actions-on-mobile .header-actions {
    width: calc(100% + 0.75rem);
    margin-inline-start: -0.375rem;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .show-header-actions-on-mobile .header-actions > * {
    display: inline-flex;
    margin: 0.375rem 0.375rem;
  }
  .show-header-actions-on-mobile .header-actions .header-info-block {
    height: auto;
  }
  .show-header-actions-on-mobile .header-actions .header-info-block__image {
    margin-inline-end: 0.625rem;
  }
  .show-header-actions-on-mobile .header-actions .header-info-block__image svg, .show-header-actions-on-mobile .header-actions .header-info-block__image img {
    width: 1.75rem !important;
    height: 1.75rem !important;
  }
  .show-header-actions-on-mobile .header-actions .header-info-block__title {
    font-size: calc(14px / 16 * var(--base-body-size) + 0px);
    font-weight: var(--font-weight-body-bold);
    letter-spacing: var(--base-body-spacing);
  }
  .show-header-actions-on-mobile .header-actions .header-info-block__text .icon {
    margin-inline-start: 0.3125rem;
    transform: scale(0.9);
  }
  .show-header-actions-on-mobile .header-actions:before {
    display: none;
  }
}
.header__top--password-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1023px) {
  .header__top--password-page {
    display: block;
    text-align: center;
  }
}
.header__top--password-page .logo {
  order: 0;
}
@media screen and (max-width: 1023px) {
  .header__top--password-page .logo {
    display: inline-block;
  }
}
.header__top--password-page svg path {
  stroke: var(--color-text-header);
}

.modal-login-cta {
  display: inline-flex;
  align-items: end;
  gap: 0.625rem;
  line-height: 1;
  justify-self: end;
}
@media screen and (max-width: 1023px) {
  .modal-login-cta {
    margin-top: var(--gutter-regular);
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  announcement-bar {
    overflow-x: hidden;
  }
  announcement-bar .container--large {
    padding: 0;
  }
  announcement-bar .announcement-bar__slider {
    width: 100vw;
  }
  html[dir=rtl] announcement-bar .announcement-bar__content-nav--left {
    right: 0 !important;
  }
  html[dir=rtl] announcement-bar .announcement-bar__content-nav--right {
    left: 0 !important;
  }
  html[dir=ltr] announcement-bar .announcement-bar__content-nav--left {
    left: 0 !important;
  }
  html[dir=ltr] announcement-bar .announcement-bar__content-nav--right {
    right: 0 !important;
  }
  announcement-bar .announcement-bar .announcement {
    padding: 0.3125rem calc(var(--gutter-container) + 1.25rem);
  }
}
.announcement-bar {
  display: grid;
  align-items: center;
  min-height: 2.5rem;
  grid-template-columns: 27% 46% 27%;
}
@media screen and (max-width: 767px) {
  .announcement-bar {
    grid-template-columns: 1fr;
  }
}
.announcement-bar__social-icons {
  padding-inline-end: 1.25rem;
}
.announcement-bar__localization-forms {
  padding-inline-start: 1.25rem;
}
.announcement-bar__content {
  position: relative;
  min-height: 2.5rem;
  align-items: center;
  display: flex;
}
.announcement-bar__content .announcement {
  width: 100%;
  flex-shrink: 0;
  text-align: center;
  scroll-snap-align: start;
  line-height: 1;
  display: flex;
  align-items: center;
  word-break: break-word;
  justify-content: center;
  padding: 0.3125rem 1.25rem;
  font-size: calc(14px / 16 * var(--base-body-size) + 0px);
  cursor: default;
}
.announcement-bar__content-nav {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.announcement-bar__content-nav--left svg {
  transform: rotate(90deg);
}
html[dir=rtl] .announcement-bar__content-nav--left {
  right: -1.25rem;
}
html[dir=ltr] .announcement-bar__content-nav--left {
  left: -1.25rem;
}
.announcement-bar__content-nav--right svg {
  transform: rotate(-90deg);
}
html[dir=rtl] .announcement-bar__content-nav--right {
  left: -1.25rem;
}
html[dir=ltr] .announcement-bar__content-nav--right {
  right: -1.25rem;
}
html[dir=rtl] .announcement-bar__content-nav {
  transform: scale(-1);
}
.announcement-bar__content-nav--disabled {
  opacity: 0.36;
  pointer-events: none;
}
.announcement-bar__slider {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  display: flex;
  width: 100%;
  flex-shrink: 0;
}
.announcement-bar__localization-form {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-inline-start: 1.25rem;
}
.announcement-bar__localization-form .localization-form {
  justify-content: flex-end;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--color-background-header);
  color: var(--color-text-header);
  z-index: 999;
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}
.sticky-header a.header-info-block {
  color: var(--color-text-header);
}
.sticky-header.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: transform 200ms linear;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid var(--color-borders-header);
}
.sticky-header .header__bottom {
  border-bottom: 0;
  position: initial;
}
.sticky-header .header__bottom .button--cart-handle svg * {
  stroke: var(--color-foreground-header);
}
.sticky-header .header__top {
  display: none;
}
@media screen and (max-width: 1023px) {
  .sticky-header .header__top {
    display: flex;
    flex-direction: row;
  }
  .sticky-header .header__top .logo-img {
    height: 40px !important;
  }
}

.site-nav.style--classic .submenu:after {
  z-index: 0;
}

.site-nav.style--classic .submenu .submenu-holder {
  position: relative;
  z-index: 1;
}

.sidebar__body .mega-image {
  display: none !important;
}
.sidebar__body .baby-image {
  padding: var(--sidebar-gutter);
}

.site-nav.style--classic .baby-image {
  display: none;
}
.site-nav.style--classic .mega-image {
  display: block;
}



/* Multilocation app 

/* =========================================
   Cascadia — Multi-Location (Drawer only)
   Clean • Stylish • Modern
   ========================================= */

#multilocationBlock,
#inventoryDrawerContent{
  --brand:#339999;        /* Cascadia olive */
  --ink:#1c1d1a;          /* primary text */
  --muted:#6f7377;        /* secondary text */
  --border:#e7eaee;       /* dividers */
  --surface:#fff;
  --pill:#339999;         /* subtle brand tint */
  --radius:20px;
  --gap:40px;
  font-family: inherit;
  color: var(--ink);
}

/* ----------------------------
   Header (inline – no container)
   ---------------------------- */
#multilocationBlock.multilocation-block{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0;
  background:transparent;
  border:none;
  box-shadow:none;
}
#multilocationBlock .multilocation-icon{
  width:20px;height:20px;display:block;flex:0 0 20px;
}
#multilocationBlock .location-popup-header{
  font-weight:800;
  font-size:.95rem;
  letter-spacing:.01em;
  color:var(--ink);
  display:inline-flex;
  align-items:center;
  gap:6px;
}
#multilocationBlock .location-popup-header::after{
  content:'▾';
  opacity:.6; font-size:.85em; transform:translateY(-1px);
}
#multilocationBlock #shoptime{ display:none !important; } /* hide stray time if present */

/* ----------------------------
   Drawer container & header
   ---------------------------- */
#inventoryDrawerContent.multiloca-inventory-drawer-content{
  background:var(--surface);
  border:none;
  box-shadow:none;                  /* keep it a clean drawer, not a popup */
  
}
#inventoryDrawerContent .custom_drawer__header{
  position:sticky; top:0; z-index:2;
  background:var(--surface);
  padding:18px 20px;
  border-bottom:1px solid var(--border);
  
}
#inventoryDrawerTitle.multiloca-inventory-drawer-title{
  margin:0; font-size:1.24rem; font-weight:800;
  letter-spacing:0;
  
}

/* Close button (simple) */
#inventoryDrawerContent .multiloca-close-drawer-button{
  position:absolute; top:12px; right:12px;
  width:36px;height:36px; line-height:36px; text-align:center;
  border-radius:50%;
  background:#f3f4f5; border:1px solid var(--border);
  cursor:pointer; transition:background .2s ease, transform .06s ease;
}
#inventoryDrawerContent .multiloca-close-drawer-button:hover{ background:#eceff2; }
#inventoryDrawerContent .multiloca-close-drawer-button:active{ transform:translateY(1px); }


/* ----------------------------
   Location list (clean list style)
   ---------------------------- */
#inventoryDrawerContent .locationCardDrawerView{
  display:grid !important;
  grid-template-columns:1.6fr 1fr !important;
  gap:10px 24px !important;
  align-items:start !important;
  background:transparent; border:0 !important;
  border-bottom:1px solid var(--border) ;
}
@media (max-width:760px){
  #inventoryDrawerContent .locationCardDrawerView{
    grid-template-columns:1fr;
    padding:14px 2px;
  }
}
#inventoryDrawerContent .location-card-drawer-list-view-name{
  grid-column:1 / -1;
  font-size:1.02rem; font-weight:900; letter-spacing:.005em;
  display:flex; align-items:center; gap:10px;
}
#inventoryDrawerContent .location-card-drawer-list-view-address{
  color:var(--muted); line-height:1.5; font-size:1rem !important;
}
#inventoryDrawerContent .google-rating{
  grid-column:1 / -1; margin:2px 0 0; color:var(--muted);
  font-size:.95rem; display:none;
}
#inventoryDrawerContent .google-rating .star{ color:#f7b500; margin-left:2px; }

/* Selected state – subtle pill background + brand rail */
#inventoryDrawerContent .location-card-drawer-list-view-selected{
  position:relative; background:transparent;
}
#inventoryDrawerContent .location-card-drawer-list-view-selected::before{
  content:''; position:absolute; left:0; top:0; bottom:0; width:3px;
  background:var(--brand);
}
#inventoryDrawerContent .location-card-drawer-list-view-selected .location-card-drawer-list-view-name{
  padding-left:6px;
}
#inventoryDrawerContent .location-card-drawer-list-view-selected .location-card-drawer-list-view-name::after{
  content:'Current Store';
  margin-left:6px; padding:4px 8px; border-radius:999px;
  font-size:.7rem !important; font-weight:800; letter-spacing:.03em;
  background:var(--pill); color:#fff;
  border:1px solid rgba(101,113,89,.25);
}


/* ----------------------------
   Actions (Buttons)
   ---------------------------- */

/* Phone as primary button (JS injects <a> inside phone container) */
#inventoryDrawerContent .ml-phone-btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  height:40px; padding:0 16px; border-radius:999px;
  background:var(--brand); color:#fff !important; text-decoration:none;
  font-weight:900; letter-spacing:.02em; border:1px solid var(--brand);
  transition:filter .15s ease, transform .06s ease; font-size:1.02rem !important;
}
#inventoryDrawerContent .ml-phone-btn:hover{ filter:brightness(.96); }
#inventoryDrawerContent .ml-phone-btn:active{ transform:translateY(1px); }

/* Secondary: Get directions */
#inventoryDrawerContent .location-card-drawer-list-view-direction a{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  height:40px; padding:0 16px; border-radius:999px;
  border:1px solid var(--brand); color:var(--brand) !important;
  background:transparent; text-decoration:none; font-weight:900; letter-spacing:.02em;
  transition:background .15s ease, transform .06s ease;
  white-space:nowrap; font-size:1.02rem !important;
}
#inventoryDrawerContent .location-card-drawer-list-view-direction a:hover{
  background:rgba(101,113,89,.06);
}
#inventoryDrawerContent .location-card-drawer-list-view-direction a:active{
  transform:translateY(1px);
}

/* Layout for actions on desktop vs mobile */
#inventoryDrawerContent .location-card-drawer-list-view-phone,
#inventoryDrawerContent .location-card-drawer-list-view-direction{
  display:flex; align-items:center; gap:10px; flex-wrap:wrap;
}
@media (max-width:760px){
  #inventoryDrawerContent .location-card-drawer-list-view-phone a,
  #inventoryDrawerContent .location-card-drawer-list-view-direction a{
    width:100%; justify-content:center;
  }
}


{% comment %} --- Cascadia: Store Availability Drawer — final left-aligned styling + behavior --- {% endcomment %}
<style>
  /* ========= TOKENS ========= */
  .custom_drawer__wrapper{
    --cl-bg: var(--color-background, #fff);
    --cl-fg: var(--color-foreground, 20,20,20);
    --cl-text: rgb(var(--cl-fg));
    --cl-muted: color-mix(in srgb, rgb(var(--cl-fg)) 70%, transparent);
    --cl-border: color-mix(in srgb, rgb(var(--cl-fg)) 12%, transparent);
    --cl-card: #fff;
    --cl-brand: #339999;
    --cl-brand-weak: color-mix(in srgb, var(--cl-brand) 8%, white);
    --cl-success: #2fa84f;
    --cl-danger: #c62a24;
    --cl-radius: 12px;
    --cl-shadow: 0 6px 18px rgba(0,0,0,.06);
  }

  /* ========= WRAPPER / HEADER ========= */
  .custom_drawer__wrapper{ background:#fff; color:var(--cl-text); padding:0 0 10px; }
  .custom_drawer__header{
    position:sticky; top:0; z-index:3;
    display:flex; align-items:center; justify-content:space-between;
    padding:14px 18px; background:var(--cl-bg);
    border-bottom:1px solid var(--cl-border);
  }
  .custom_drawer__title{ font-weight:700; font-size:1.05rem; line-height:1.25; }
  .custom_drawer__title strong{ color:rgb(var(--cl-fg)); text-decoration:none !important; }
  .custom_drawer__close{
    --size:36px; inline-size:var(--size); block-size:var(--size);
    border-radius:999px; border:1px solid var(--cl-border); background:var(--cl-card); position:relative;
  }
  .custom_drawer__close::before{ content:"×"; position:absolute; inset:0; display:grid; place-items:center; font-size:20px; color:rgb(var(--cl-fg)); }
  .custom_drawer__close:hover{ background:#f7f7f7; }

  /* ========= PRODUCT STRIP ========= */
  .variant-container{
    display:flex; align-items:center; gap:12px;
    padding:12px 18px; border-bottom:1px solid var(--cl-border); background:#faf9f8;
  }
  .multiloca_variant-name{ margin:0; font-weight:600; font-size:.95rem; display:flex; gap:12px; align-items:center; }
  .multiloca-product-image{ width:42px; height:42px; object-fit:cover; border-radius:8px; border:1px solid var(--cl-border); background:#fff; }

  /* ========= LIST / CARD LAYOUT ========= */
  .custom_drawer__content{ padding:14px 0 18px; }        /* no horizontal padding: let cards align with left rail */
  .drawer-location-container{ margin:0 0 10px; }

  .location-card-listview{
    background:var(--cl-card);
    border:1px solid var(--cl-border) !important;
    border-radius:var(--cl-radius);
    box-shadow:var(--cl-shadow);
    padding:14px;
    margin:0 14px;                              /* even gutter left/right */
    display:grid;
    grid-template-columns: minmax(0,1fr) auto;  /* left content, right distance chip */
    gap:12px 14px;
  }

  /* name + radio (left) */
  .location-radio-and-label{ grid-column:1/2; display:flex; gap:10px; align-items:flex-start; font-size:.94rem; font-weight:500;}
  .location-radio-button{ width:18px; height:18px; margin-top:2px; accent-color:#339999; cursor:pointer; }
  .location-radio-button[disabled]{ opacity:.6; cursor:not-allowed; }

  .location-info{ line-height:1.25; }
  .location-info strong{ font-size:1rem; }

  /* distance chip (right) */
  .location-card-listview > p:first-of-type{
    grid-column:2/3; justify-self:end; align-self:start; margin:0;
    background:#eef1f3; color:#3c4043; padding:4px 8px; border-radius:999px; font-weight:700; font-size:.84rem;
  }

  /* stock chips from inline colors */
  .location-info > div[style*="#33b44a"]{
    display:inline-block; padding:3px 10px; border-radius:999px; background:#e8f7ee; color:var(--cl-success) !important; font-weight:800; margin:6px 6px 0 0; font-size:.94rem;
  }
  .location-info > div[style*="#c62a24"]{
    display:inline-block; padding:3px 10px; border-radius:999px; background:#fdecec; color:var(--cl-danger) !important; font-weight:800; margin:6px 6px 0 0; font-size:.94rem;
  }

  /* address (full width, FLUSH-LEFT) */
  .location-address{
    grid-column:1/-1;
    margin:0;                                     /* remove app default margins */
    color:var(--cl-muted);
    line-height:1.5;
    font-size:1.05rem;
    gap:10px;
  }

  /* ===== LEFT-ALIGNED BUTTONS (side-by-side) ===== */
 /* ===== LEFT-ALIGNED BUTTONS (side-by-side, with icons) ===== */
.location-phone,
.direction-link { 
  grid-column:1/-1 !important; 
}

.location-phone { 
  display:none !important; 
  margin:6px 0 0 !important; 
}
.direction-link { 
  display:inline-flex !important; 
  margin:6px 0 0 10px !important; 
  justify-self:start !important; 
}

.location-phone a,
.direction-link {
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:8px 16px; border-radius:999px;
  font-weight:800; font-size:.92rem; line-height:1;
  white-space:nowrap; text-decoration:none !important;
  border:1px solid var(--cl-brand);
  transition:filter .15s ease, transform .06s ease, background .15s ease, color .15s ease;
}

/* Phone button: solid pill */
.location-phone a { 
  background:var(--cl-brand); 
  color:#fff !important; 
}
.location-phone a:hover { 
  filter:brightness(.96); 
  transform:translateY(-1px); 
}

/* Direction button: outline pill */
.direction-link { 
  background:#339999; 
  color:#fff !important; 
}
.direction-link:hover { 
  background:var(--cl-brand-weak); 
  transform:translateY(-1px); 
}


/* Rating row */ .google-rating{ grid-column: 1 / -1; margin: 2px 0 0; color: var(--cl-muted); font-size: .9rem; display:none; align-items:center; gap:6px; flex-wrap:wrap; }

  /* Selection ring (where :has is supported) */
  @supports(selector(:has(*))){
    .location-card-listview:has(.location-radio-button:checked){
      border-color:var(--cl-brand) !important;
      box-shadow:0 0 0 2px color-mix(in srgb, var(--cl-brand) 22%, transparent), var(--cl-shadow);
    }
    .location-card-listview:has(.location-radio-button[disabled]){ opacity:.82; }
  }

  /* kill rogue <p> margins inside cards */
  .location-card-listview :where(p){ margin:2px 0; line-height:1.35; }




  /* Overlay */
.multiloca-toast-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease;
}

/* Popup container */
.multiloca-toast-popup {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  width: 95%;
  max-width: 480px;
  margin: 1rem;
  padding: 1.5rem;
  animation: slideUp 0.35s ease;
  font-family: inherit;
}

/* Body */
.multiloca-toast-body {
  margin-bottom: 1rem;
}

.toastMessage {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
}

.toastList {
  font-size: 0.9rem;
  color: #555;
  margin-top: 0.75rem;
  padding: 0.75rem;
  background: #f9f9f9;
  border-left: 3px solid #cc0000;
  border-radius: 6px;
}

/* Footer Buttons */
.multiloca-toast-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.toast-btn {
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.clear-cart-btn {
  background: #cc0000;
  color: #fff;
}

.clear-cart-btn:hover {
  background: #b30000;
}

.switch-location-btn {
  background: #f0f0f0;
  color: #666;
  cursor: not-allowed;
}

.toast-close-button {
  background: #e5e5e5;
  color: #333;
}

.toast-close-button:hover {
  background: #d5d5d5;
}

/* Animations */
@keyframes fadeIn {
  from { background: rgba(0,0,0,0); }
  to { background: rgba(0,0,0,0.4); }
}

@keyframes slideUp {
  from { transform: translateY(50px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
