/** Shopify CDN: Minification failed

Line 32:15 Unexpected "("

**/
.mega-menu {
  position: static;
}
.mega-menu__right.no-grandchildren {
  display: none;
}
.mega-menu__right-panel.is-active {
  display: block;
}
.mega-menu__right-panel {
  display: none;
}
.mega-menu__right-panel.is-active {
  display: block;
}
.mega-menu__link.is-active {
  font-weight: 600;
}
.mega-menu__left-item:hover ~ .mega-menu__right .mega-menu__right-panel {
  display: none;
}
.mega-menu__left-item:hover a[data-target] {
  font-weight: 600;
}
.mega-menu__left-item:hover
  ~ .mega-menu__right
  #submenu-attr(data-target) {
  display: block;
}
.mega-menu__content {
  background-color: rgb(var(--color-background));
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  left: 0;
  overflow-y: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: absolute;
  right: 0;
  top: 100%;
}

.shopify-section-header-sticky .mega-menu__content {
  max-height: calc(100vh - var(--header-bottom-position-desktop, 20rem) - 4rem);
}

.header-wrapper--border-bottom .mega-menu__content {
  border-top: 0;
}

.js .mega-menu__content {
  opacity: 0;
  transform: translateY(-1.5rem);
}

.mega-menu[open] .mega-menu__content {
  opacity: 1;
  transform: translateY(0);
}

.mega-menu__list {
  display: grid;
  gap: 1.8rem 4rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
}

.mega-menu__link {
  color: rgba(var(--color-foreground), 0.75);
  display: block;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  text-decoration: none;
  transition: text-decoration var(--duration-short) ease;
  word-wrap: break-word;
}

.mega-menu__link--level-2 {
  font-weight: bold;
}

.header--top-center .mega-menu__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 0;
}

.header--top-center .mega-menu__list > li {
  width: 16%;
  padding-right: 2.4rem;
}

.mega-menu__link:hover,
.mega-menu__link--active {
  color: rgb(var(--color-foreground));
  text-decoration: underline;
}

.mega-menu__link--active:hover {
  text-decoration-thickness: 0.2rem;
}

.mega-menu .mega-menu__list--condensed {
  display: block;
}

.mega-menu__list--condensed .mega-menu__link {
  font-weight: normal;
}

/* updated mega menu */

.mega-menu__grid {
  display: flex;
  gap: 30px;
  background-color: #FFFFFF;
  max-height: calc(100vh - var(--header-bottom-position-desktop, 20rem) - 4rem);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 15px 0px;
  width: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  align-items: stretch;
  overscroll-behavior: contain;
}
.mega-menu__left list-unstyled{
  overflow-y: auto;
}
.mega_menu__content_wrapper{
  display: flex;
  justify-content:space-between;
  gap: 20px;
  width: 100%;
  min-width: 0;
  min-height: 0;
  max-height: 100%;
  flex: 1 1 auto;
  align-self: stretch;
  padding-right: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
/* Common Scrollbar Style */
ul.mega-menu__left,
.mega_menu__content_wrapper {
  overflow-y: auto;
  overscroll-behavior: contain;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f5f5f5;
}

/* Chrome, Edge, Safari */
ul.mega-menu__left::-webkit-scrollbar,
.mega_menu__content_wrapper::-webkit-scrollbar {
  width: 8px;
}

ul.mega-menu__left::-webkit-scrollbar-track,
.mega_menu__content_wrapper::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 10px;
}

ul.mega-menu__left::-webkit-scrollbar-thumb,
.mega_menu__content_wrapper::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #d6d6d6, #bfbfbf);
  border-radius: 10px;
  border: 2px solid #f5f5f5;
  transition: all 0.3s ease;
}

ul.mega-menu__left::-webkit-scrollbar-thumb:hover,
.mega_menu__content_wrapper::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #b5b5b5, #9e9e9e);
}

@media screen and (max-width: 1100px){
  .mega-menu__grid {
    gap: 15px;
  }
  .mega_menu__content_wrapper{
    gap: 15px;
    padding-right: 0px;
  }
}

.nw_header_inline-megamenu .mega-menu__left-item {
  background-color: #E3DDD8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:0px 30px;
  border-bottom: 1px solid #4D1C2633;
  transition: all 0.2s ease;
}
.nw_header_inline-megamenu .mega-menu__left-item:hover {
  cursor:pointer;
}
.nw_header_inline-megamenu .mega-menu__left-item a,
.nw_header_inline-megamenu .mega-menu__left-item div
{
  font-family: Josefin Sans;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
  display: block;
  padding: 16px 0;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration:none;
}
.nw_header_inline-megamenu .mega-menu__content.page-width {
  padding: 0px 20px;
  background-color: transparent;
  /* visible so child panel box-shadow is not clipped */
  overflow: visible;
  max-height: calc(100vh - var(--header-bottom-position-desktop, 20rem) - 4rem);
  box-shadow: none;
  border: none;
  overscroll-behavior: contain;
  pointer-events: none;
}

.nw_header_inline-megamenu .mega-menu__content .mega-menu__grid,
.nw_header_inline-megamenu .mega-menu__content .sec-mega-menu__ui {
  pointer-events: auto;
}
ul.mega-menu__left {
  max-width: 300px;
  width: 100%;
  flex: 0 0 300px;
  min-width: 300px;
  min-height: 0;
  max-height: 100%;
  align-self: stretch;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f5f5f5;
}

/* Chrome, Edge, Safari */
ul.mega-menu__left::-webkit-scrollbar {
  width: 8px;
}

ul.mega-menu__left::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 10px;
}

ul.mega-menu__left::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #d6d6d6, #bfbfbf);
  border-radius: 10px;
  border: 2px solid #f5f5f5;
  transition: all 0.3s ease;
}

ul.mega-menu__left::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #b5b5b5, #9e9e9e);
}

.mega-menu__right {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  max-width: 100%;
  padding: 20px 0;
  overflow: visible;
}
.mega-menu__right_sec{
  flex: 0 0 auto;
  min-width: 0;
  padding: 20px 0;
  overflow: visible;
}
.mega-menu__grid .heading-childmenu {
  font-family: Josefin Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #28181C;
  text-transform: uppercase;
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 20px;
}
ul.grid_child_menu {
  display: grid;
  /* grid-template: auto / 1fr 1fr; */
  width: auto;
  max-width: 100%;
  column-gap: 22px;
  list-style: initial;
  color: #4D1C26;
  padding-left: 30px;
  padding-bottom: 20px;
}
ul.grid_child_menu li {
  padding-bottom: 30px;
  line-height: 0;
  margin-right: 40px;
}
.mega-menu__right-panel .grid_child_menu li a {
  font-family: Josefin Sans;
  font-weight: 400;
  color: #4D1C26;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  padding: 0px;
  transition: all 0.2s ease;
  max-width: 225px;
}
.mega-menu__right-panel .grid_child_menu li.is-show a, 
.mega-menu__right-panel .grid_child_menu li.is-show::marker,
.mega-menu__right-panel .grid_child_menu li:hover::marker {
  color: #B50457;
}
.mega-menu__right-panel .grid_child_menu li a:hover,
.mega-menu__right-panel .grid_child_menu li a:focus {
  color: #B50457;
}
/* .mega-menu__right-panel .grid_child_menu li a:hover,
.mega-menu__right-panel .grid_child_menu li.is-show::marker,
.mega-menu__right-panel .grid_child_menu li:hover::marker,
.mega-menu__right-panel .grid_child_menu li a:focus {
  color: #B50457;
} */
.nw_header_inline-megamenu .mega-menu__left-item.is-active {
  background-color: #B50457;
}
.nw_header_inline-megamenu .mega-menu__left-item.is-active a,
.nw_header_inline-megamenu .mega-menu__left-item.is-active div  {
  color: #FFFFFF;
}
.nw_header_inline-megamenu .mega-menu__left-item.is-active span svg path {
  stroke: #FFFFFF;
}
.shop_all-btn {
  padding: 20px 30px;
  background-color: #E3DDD8;
}
@media screen and (min-width: 990px){
.shop_all-btn {
  position: sticky;
  bottom:0;
}
}
@media screen and (max-width: 1350px){
  .mega-featured-image {
    max-height: 180px !important;
    width: 180px !important;
  }
}

@media (min-width: 990px) and (max-width: 1100px){
  .mega-featured-image {
    max-height: 150px !important;
    width: 150px !important;
  }
  .mega-featured-card-product {
    max-width: 150px;
  }
  .mega-menu__featured-grid {
    padding-right: 30px;
  }
}
@media  (max-width: 990px){
  .mega-featured-image {
    max-height: 157.826px !important;
    width: 157.826px !important;
  }
  .mega-featured-card-product {
    max-width: 157.826px;
  }
}
@media  (max-width: 360px){
  .mega-featured-image {
    max-height: 150px !important;
    width: 150px !important;
  }
  .mega-featured-card-product {
    max-width: 150px;
  }
}

.shop_all-btn a {
  border: 1px solid #000000;
  height: 40px;
  display: block;
  text-align: center;
  padding: 12px;
  font-weight: 700;
  color: #28181C;
  font-size: 14px;
  text-decoration: none;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  align-items: center;
  transition: background 0.2s ease;
}
.shop_all-btn a:hover {
  background-color: #28181C;
  color: #FFF !important;
}
.right_gr-links {
  max-width: 100%;
  width: 100%;
  min-width: 0;
}
.mega-menu__featured-panel {
  display: none;
  max-width: 410px;
  width: max-content;
  flex-shrink: 0;
}

.mega-menu__featured-panel.is-active {
  display: block;
}
.mega-menu__featured-grid {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 749px) {
  .mega-menu__featured-grid {
    gap: 10px;
  }
  .mega-menu__right_sec.grand_menu-bottom-pro{
    padding: 20px;
  }
}
.mega-featured-card-product {
  flex: 0 0 auto;
  max-width: 175px;
}
.mega-featured-image img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.mega-featured-image {
  max-width: 100%;
  max-height: 195px;
  height: 100%;
  width: 195px;
  display: flex;
  justify-content: center;
  /* background-color: #F5F5F5; */
  background-color: #FFFFFF;
  position: relative;
}
span.badge-off {
  position: absolute;
  left: 0;
  margin: 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 5px 5px 3px;
  color: #FFFFFF;
  background-color: #B50457;
}
.mega-featured-info {
  margin-top: 10px;
}
.mega-featured-info p {
  font-family: Lora;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #28181C;
  margin: 0px;
  padding-bottom: 2px;
}
.mega-featured-info span {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #28181C;
  vertical-align: middle;
  padding-top: 10px;
}
.mega-featured-info span.price--compare {
  font-size: 14px;
  line-height: 14px;
  text-decoration: line-through;
}
.mega-featured-card-product a {
  text-decoration: none;
}
ul.grid_child_menu li:last-child {
  padding-bottom: 0px;
}

.nw_header_inline-megamenu .mega-menu__content.page-width.drop_down--menu {
  position: absolute;
  left: unset;
  right: unset;
  max-width: max-content;
  padding: 0px;
  overflow: visible;
}
.sec-mega-menu__ui li.mg_childlink-box {
  min-width: 170px;
}
.sec-mega-menu__ui ul.mega-menu__list {
  display: flex;
  flex-wrap: wrap;
  gap:60px;
  padding: 0px;
}
.sec-mega-menu__ui ul.mega-menu__list a.mg_links,
.sec-mega-menu__ui ul.mega-menu__list div.mg_links {
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 20px;
  color: #4D1C26;
  text-decoration: none;
  width: fit-content;
}
.sec-mega-menu__ui ul.mega-menu__list a:hover{
  text-decoration:none;
  color: #4D1C26;
}
.child_mg-links a {
  font-family: Josefin Sans;
  font-weight: 400;
  color: #4D1C26;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  padding: 0px;
  transition: all 0.2s ease;
}
.sec-mega-menu__ui ul.mega-menu__list .child_mg-links a:hover{
  color: #B50457;
  text-decoration: underline;
}
li.child_mg-links {
  padding-bottom: 10px;
}
.sec-mega-menu__ui{
  background-color:#FFFFFF;
  max-width:max-content;
  padding: 30px;
  max-width: 690px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 15px 0px;
}
@media screen and (min-width: 1300px){
  ul.grid_child_menu{
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
  }
  .nw_header_inline-megamenu .mega-menu__content.page-width {
    padding: 0px 60px;
  }
}