/** Shopify CDN: Minification failed

Line 102:0 Unexpected "{"
Line 102:1 Expected identifier but found "%"

**/
.custom-header-rows-wrapper {
  display: flex;
  flex-direction: column;
  background: lightgoldenrodyellow;
}
.custom-header-first-row-wrapper {
  width: 100%;
  background: white;
}
.custom-header-second-row-wrapper {
  width: 100%;
  background: linear-gradient(to right, #E81836, #E81836);
}
.custom-header-first-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.custom-header-second-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-header-second-row .header__inline-menu {
  width: 100%;
}
.custom-header-second-row .list-menu--inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-header-second-row details[open]>.header__menu-item {
  text-decoration: none;
}
.custom-header-second-row .header__submenu {
  width: 24rem;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.custom-header-mega-menu-list {
  background: #fff;
  top: 97%;
  padding-top: 1.7rem !important;
}
.custom-header-second-row .custom-header-mega-menu-list.header__submenu .header__submenu {
  padding: 0 0 1rem;
}
.custom-header-second-row .header__submenu .header__submenu li {
  margin: 0.5rem;
  position: relative;
  height: 100%;
  width: 21rem;
}
.custom-header-second-row .header__submenu .header__submenu li a {
  padding: 0;
}
.custom-header-second-row .header__submenu .header__submenu li a:hover {
  text-decoration: none;
}
.custom-header-second-row .header__submenu .header__submenu li a img {
  transform: scale(0.8);
}
.custom-header-mega-menu-list .dropdown-menu:hover {
  background: #fff6f2;
}
.custom-header-second-row .header__submenu .header__submenu .header__menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-shadow: 0px 4px 3px -1px rgba(0,0,0,0.1);
  border: 1px solid #f0f0f0;
  padding: 5px;
  transition: all 0.3s ease;
}
.custom-header-second-row .header__submenu .header__submenu .header__menu-item:hover {
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
}
.header__inline-menu .list-menu .list-menu-item a {
  padding: 0;
}
.custom-header-second-row .mega-menu__link--level-3 {
  padding: 0.8rem 0 !important;
}
.mega-menu__list.page-width {
  display: flex;
  justify-content: center;
}
/* Horizontal header submenu */
{%- if  -%}
details[open] .header__submenu.list-menu:not(.list-menu--disclosure) {
  position: absolute;
  background: #fff;
  top: -0.1rem;
  left: 26.8rem;
  display: grid;
  grid-template-rows: repeat(3, 184px);
  min-height: 64.2rem;
  width: auto;
}
@media screen and (min-width: 996px) {
  details[open] .header__submenu.list-menu:not(.list-menu--disclosure) {
      grid-template-columns: auto auto auto;
  }
}
@media screen and (min-width: 1250px) and (max-width: 1470px) {
  details[open] .header__submenu.list-menu:not(.list-menu--disclosure) {
      grid-template-columns: auto auto auto auto;
  }
}
@media screen and (min-width: 1471px) {
  details[open] .header__submenu.list-menu:not(.list-menu--disclosure) {
      grid-template-columns: auto auto auto auto auto;
  }
}
.header__submenu.list-menu--disclosure .icon-caret{
  transform: rotate(-90deg);
  margin-right: 0.5rem;
}
details[open] > .header__menu-item .icon-caret {
  transform: rotate(-90deg) !important;;
}
/* End of horizontal header submenu */
.custom-header-second-row .header__submenu.list-menu .header__menu-item:hover > a {
  text-decoration: none;
}
.custom-header-second-row .mega-menu__content {
  z-index: 2;
  max-width: 136.rem !important;
  width: auto;
  margin: 0 auto;
}
.custom-header-second-row .mega-menu-button {
  min-width: 27rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: white;
  border: 1px solid #ccc;
  border-bottom: none;
  padding-top: 0.8rem;
  font-weight: bold;
  font-size: 1.5rem;
  transform: translateY(1px);
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
}
.custom-header-second-row .mega-menu-collection-link {
  color: whitesmoke !important;
  font-weight: bold;
}
.mega-menu-collection-link:hover span {
  text-decoration: none !important;
}
.custom-header-second-row .mega-menu-button:hover span {
  text-decoration: none;
}
.custom-header-second-row .list-menu-item .header__menu-item svg {
  color: whitesmoke;
}
.custom-header-second-row .list-menu-item .mega-menu__content {
  border: 1px solid #ccc;
}
.custom-header-second-row .grandchild-link {
  border-radius: 5px;
}
.custom-header-second-row summary.list-menu__item:not(.mega-menu-button.header__menu-item) {
  padding: 0.47rem 0.6rem !important;
}
.custom-header-second-row .inline--second--menu {
  display: flex;
  flex: 4;
  align-items: center;
  justify-content: space-around;
}
.grandchild-link-overlay {
  width: 21rem;
  height: 17.2rem;
  background: rgba(0,0,0,0.5);
  display: block !important;
  position: absolute;
  top: 0;
  border-radius: 5px;
  transition: all 0.3s ease;
  pointer-events: none;
  opacity: 0;
}
.grandchild-text {
  position: absolute;
  top: 76%;
  left: 50%;
  text-align: center;
  width: 100%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 1.1rem;
  color: #ff5502;
  transition: all 0.3s ease;
}

.custom-header-second-row .header__submenu .header__submenu li:hover .grandchild-link-overlay {
  opacity: 1;
}

.custom-header-second-row .header__submenu .header__submenu li:hover .grandchild-text {
  color: white;
}

.mega-menu-image {
  width: 280px;
  height: 420px;
  margin-left: 1.5rem;
  filter: brightness(0.95);
  border-radius: 5px;
}

.mega-menu-image-para {
  margin-left: 2rem;
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 0;
}

.mega-menu-image-link {
  text-decoration: none;
  color: #121212;
}

.mega-menu-image-para:hover .mega-menu-image-link {
  text-decoration: underline;
}

.mega-menu-image-para .icon-arrow {
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}

.mega-menu-image-para:hover .icon-arrow {
  margin-left: 1rem;
}

.cart-count-bubble {
  background-color: red;
}

details.mega-menu {
  padding: 0.6rem;
}