body > header {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
@media (min-width: 40rem) {
  body > header {
    flex-direction: row;
    height: 10rem;
    margin: 0 0 2rem;
 }
}
body > header .header-section {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0;
  padding: 1rem;
}
@media (min-width: 40rem) {
  body > header .header-section {
    flex-direction: row;
    padding: 2rem 1rem;
 }
}
body > header .header-section.branding {
  justify-content: flex-start;
  padding: 4rem 1rem 0;
}
@media (min-width: 40rem) {
  body > header .header-section.branding {
    flex-direction: row;
    padding: 2rem 1rem;
 }
}
@media (max-width: 40rem) {
  body > header .header-section.navigation .header-navigation-menus .top-menu {
    display: flex;
    flex-direction: row;
 }
  body > header .header-section.navigation .header-navigation-menus .top-menu .general-links {
    display: flex;
    order: 3;
 }
  body > header .header-section.navigation .header-navigation-menus .top-menu .profile-controls {
    display: flex;
    order: 1;
 }
}
body > header .header-section.branding img {
   width: 280px;
}
body > header .header-section .header-navigation-menus {
  display: flex;
  position: relative;
  flex-direction: column;
}
body > header .header-section .header-navigation-menus .top-menu {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  margin: 0 0 1rem 0;
  padding: 0;
}
@media (min-width: 40rem) {
  body > header .header-section .header-navigation-menus .top-menu {
    flex-direction: row;
    justify-content: flex-end;
    height: 4rem;
    margin: 0;
 }
}
body > header .header-section .header-navigation-menus .top-menu a {
  color: #333;
}
body > header .header-section .header-navigation-menus .top-menu a:hover {
  text-decoration: underline;
}
body > header .header-section .header-navigation-menus .top-menu .woocommerce-product-search {
  display: none;
  position: relative;
  width: 24rem;
  height: auto;
  background-color: #fff;
  z-index: 1080;
  transition: all 0.5s ease-in-out;
  order: 2;
}
@media (max-width: 40rem) {
  body > header .header-section .header-navigation-menus .top-menu .woocommerce-product-search.open {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
 }
}
@media (min-width: 41rem) {
  body > header .header-section .header-navigation-menus .top-menu .woocommerce-product-search {
    display: flex;
    order: 1;
 }
}
body > header .header-section .header-navigation-menus .top-menu .woocommerce-product-search #woocommerce-product-search-field {
  display: flex;
  position: relative;
  width: calc(100% - 2rem);
  height: 3rem;
  margin: 1rem;
  padding: 0.25rem 1rem;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: none;
}
@media (min-width: 40rem) {
  body > header .header-section .header-navigation-menus .top-menu .woocommerce-product-search #woocommerce-product-search-field {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin: 0.25rem 0;
 }
}
body > header .header-section .header-navigation-menus .top-menu .woocommerce-product-search .clear-search {
  display: none;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
  background-color: transparent;
  line-height: 1em;
}
@media (min-width: 40rem) {
  body > header .header-section .header-navigation-menus .top-menu .woocommerce-product-search .clear-search {
    right: 0;
 }
}
body > header .header-section .header-navigation-menus .top-menu .woocommerce-product-search #woocommerce-product-search-results {
  display: none;
  position: absolute;
  top: calc(4rem - 1px);
  left: 1rem;
  width: calc(100% - 2rem);
  height: auto;
  min-height: 4rem;
  max-height: 292px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  z-index: 980;
}
@media (min-width: 40rem) {
  body > header .header-section .header-navigation-menus .top-menu .woocommerce-product-search #woocommerce-product-search-results {
    left: 0;
    width: 24rem;
    max-height: 50vw;
 }
}
body > header .header-section .header-navigation-menus .top-menu .woocommerce-product-search #woocommerce-product-search-results .tag-results {
  padding: 1rem 0.5rem 0.5rem 0.5rem;
}
body > header .header-section .header-navigation-menus .top-menu .woocommerce-product-search #woocommerce-product-search-results .tag-results a {
  margin: 0 0.5rem 0 0;
  padding: 0.25rem 0.5rem;
  background-color: #e3d3a3;
  border-radius: 3px;
  transition: background-color 0.2s ease-in-out;
}
body > header .header-section .header-navigation-menus .top-menu .woocommerce-product-search #woocommerce-product-search-results .tag-results a:hover {
  text-decoration: none;
  background-color: #b4a474;
}
body > header .header-section .header-navigation-menus .top-menu .woocommerce-product-search #woocommerce-product-search-results .search-result {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0;
  padding: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
body > header .header-section .header-navigation-menus .top-menu .woocommerce-product-search #woocommerce-product-search-results .search-result__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0 0.5rem 0 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px;
}
body > header .header-section .header-navigation-menus .top-menu .woocommerce-product-search #woocommerce-product-search-results .search-result .search-result-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  max-width: 15rem;
  flex: 1;
  white-space: normal;
}
body > header .header-section .header-navigation-menus .top-menu .woocommerce-product-search #woocommerce-product-search-results .search-result__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body > header .header-section .header-navigation-menus .top-menu .woocommerce-product-search #woocommerce-product-search-results .search-result:hover {
  background-color: #f6eed7;
}
body > header .header-section .header-navigation-menus .top-menu .woocommerce-product-search #woocommerce-product-search-results .no-results {
  padding: 1rem;
  text-transform: none;
}
body > header .header-section .header-navigation-menus .top-menu .general-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 1rem;
  padding: 0;
  text-transform: capitalize;
  order: 1;
}
body > header .header-section .header-navigation-menus .top-menu .general-links a {
  position: relative;
  margin: 0 0.5rem;
  padding: 0;
}
@media (min-width: 40rem) {
  body > header .header-section .header-navigation-menus .top-menu .general-links {
    justify-content: flex-end;
    margin: 0;
    padding: 0 0.5rem 0 0;
    order: 3;
  }
  body > header .header-section .header-navigation-menus .top-menu .general-links a {
    margin: 0 0.5rem;
  }
}
body > header .header-section .header-navigation-menus .top-menu .general-links .show-mobile {
  display: none;
}
@media (max-width: 999rem) {
  body > header .header-section .header-navigation-menus .top-menu .general-links .hide-mobile {
    display: none;
  }
  body > header .header-section .header-navigation-menus .top-menu .general-links .show-mobile {
    display: block;
  }
}
body > header .header-section .header-navigation-menus .top-menu .general-links a.my-cart .cart-count {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 0;
  right: -0.5rem;
  font-size: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #c5312d;
  user-select: none;
  pointer-events: none;
  border-radius: 10px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
body > header .header-section .header-navigation-menus .top-menu .general-links a.my-cart:hover .cart-count {
  top: -0.25rem;
  right: -0.75rem;
  width: 1rem;
  height: 1rem;
  font-size: 0.75rem;
  transition: all 0.1s ease-in-out;
}
body > header .header-section .header-navigation-menus .top-menu .general-links .search-toggle {
  margin: -1px 0.5rem 0;
}
body > header .header-section .header-navigation-menus .top-menu .language-switch {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0rem;
  order: 1;
}
@media (min-width: 40rem) {
  body > header .header-section .header-navigation-menus .top-menu .language-switch {
    order: 2;
    padding: 0 2rem;
  }
}
body > header .header-section .header-navigation-menus .top-menu .language-switch a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.825rem;
  margin: 0 0.05rem;
  background-color: #e8d094;
  color: #fff;
}
@media (min-width: 40rem) {
  body > header .header-section .header-navigation-menus .top-menu .language-switch a {
    margin: 0 0.5rem;
  }
}
body > header .header-section .header-navigation-menus .top-menu .language-switch a:hover {
  background-color: #c2a969;
  text-decoration: none;
}

/* Custom Marquee Styles */
.custom-marquee {
  width: 100%;
  background-color: #c5312d;
  background: linear-gradient(135deg, #610b08 0%, #c5312d 100%);
  background-image: url(../images/christmas-white-snowflakes-falling-video-red3.jpg);
  background-size: 30%;
  color: #ffffff;
  font-weight: 400;
  font-size: 1rem;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow: hidden;
  height: 30px;
}

/* Admin bar offset for desktop */
.admin-bar .custom-marquee {
  bottom: 32px;
}

/* Admin bar offset for mobile */
@media screen and (max-width: 782px) {
  .admin-bar .custom-marquee {
    bottom: 46px;
  }
}

.custom-marquee .custom-marquee__inner {
  display: flex;
  width: 100%;
  height: 100%;
}

.custom-marquee .custom-marquee__inner .custom-marquee__inner__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
}

.custom-marquee .custom-marquee__inner .custom-marquee__inner__content span {
  margin: 0 2rem;
  flex-shrink: 0;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}

.custom-marquee .custom-marquee__inner .custom-marquee__inner__content span b {
  font-weight: 800 !important;
}

.custom-marquee .custom-marquee__inner .custom-marquee__inner__content span:not(:last-child)::after {
  content: '•';
  margin-left: 2rem;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-10%);
  }
}

@media screen and (max-width: 480px) {
  .custom-marquee .custom-marquee__inner .custom-marquee__inner__content {
    animation-duration: 20s;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .custom-marquee .custom-marquee__inner .custom-marquee__inner__content {
    animation-duration: 25s;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .custom-marquee .custom-marquee__inner .custom-marquee__inner__content {
    animation-duration: 30s;
  }
}

@media screen and (min-width: 1025px) {
  .custom-marquee .custom-marquee__inner .custom-marquee__inner__content {
    animation-duration: 35s;
  }
}