/** Shopify CDN: Minification failed

Line 648:20 The "-" operator only works if there is whitespace on both sides

**/
.header-wrapper {
  max-width: 1280px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .header-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .header-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.wrap-top {
  /* max-width: 1280px; */
  /* margin-left: auto; */
}

.section_menu_wrapper {
  /* height: 100vh; */
  /* position: relative; */
}

@media (min-width: 1280px) {
  .section_menu_wrapper {
    /* position: relative; */
    margin: auto;
  }
}

.cutom-sec-nav {
  /* padding: 5px 5%; */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
}

.cutom-sec-nav .hamburger,
.cutom-sec-nav .hamburger-text {
  display: none;
}

@media (min-width: 1440px) {
  .cutom-sec-nav {
    /* padding-right: 260px; */
  }
}

.cutom-sec-nav .logo {
  display: flex;
  align-items: center;
}
.cutom-sec-nav .logo img {
  height: 25px;
  width: auto;
  margin-right: 10px;
}
.cutom-sec-nav .logo h1 {
  font-size: 1.1rem;
  background: linear-gradient(to right, #b927fc 0%, #2c64fc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cutom-sec-nav ul {
  list-style: none;
  display: flex;
}

.cutom-sec-nav ul li a {
  text-decoration: none;
  line-height: 28.08px;
  font-size: 26px;
  font-weight: 400;
  padding: 4px 0px;
}

/* nav ul li a:hover {
  background-color: #f5f5f5;
} */

.hamburger {
  display: block;
  cursor: pointer;
  z-index: 999;
}

.hamburger .line {
  width: 25px;
  height: 1px;
  background-color: #1f1f1f;
  display: block;
  margin: 7px auto;
  transition: all 0.3s ease-in-out;
}
.hamburger-active {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
  /* transform: rotate(45deg); */
}

.hamburger-active .line:nth-child(2) {
  width: 0px;
}

.hamburger-active .line:nth-child(1),
.hamburger-active .line:nth-child(3) {
  transition-delay: 0.3s;
}

.hamburger-active .line:nth-child(1) {
  transform: translateY(12px);
}

.hamburger-active .line:nth-child(3) {
  transform: translateY(-5px) rotate(90deg);
}

.wrapper-menu {
  /* height: calc(110vh - 82px); */

  /* overflow: scroll; */
}

/* @media (min-width: 768px) {
  .wrapper-menu {
    height: calc(110vh - 82px);
    display: flex;
    overflow: scroll;
  }
} */

.menubar {
  position: absolute;
  display: flex;
  top: 0;
  right: -100vw;
  align-items: end;
  width: 100%;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 78px;
  padding-left: 20px;
  background: #fef9f3;
  transition: all 0.5s ease-in;
  z-index: 2;
  overflow: hidden;
  max-width: 1320px;
  opacity: 0;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .menubar {
    width: 400px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1280px) {
  .menubar {
    width: 40%;
    padding-bottom: 40px;
    /* max-height: 890px; */
  }
}

@media (min-width: 1440px) {
  .menubar {
    width: 45%;
    /* max-height: none;
    padding-bottom: 450px; */
  }
}

.active {
  opacity: 1;
  right: 0;

  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  transition: right 0.8s ease-in-out, 0.8s ease-in-out;
}

.menubar ul {
  padding: 0;
  list-style: none;
  text-align: left;
}
.menubar ul li {
  margin-bottom: 12px;
  cursor: pointer;
}

.menubar ul li:last-child {
  margin-bottom: 14px;
}

.menubar ul li a {
  text-decoration: none;
  color: #8f2c89;
  font-size: 26px;
  font-weight: 400;
  line-height: 28.08px;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 350;
  border-radius: 5px;
}

.menubar ul li a:hover {
  /* background-color: #f5f5f5; */
}

.sub_menu {
  display: flex;
  gap: 8px;
  align-items: center;
}

.sub_menu .arrow {
  width: 28px;
  height: 28px;
}

/* .hide-main-menu .main_menu {
  display: none;
  opacity: 0;
} */

@media (max-width: 1280px) {
  .hide-main-menu .main_menu {
    display: block;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
}

@media (max-width: 1280px) {
  .products_menu {
    display: flex;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .products_menu.active-sub {
    display: flex;
    opacity: 1;
    transform: translateX(0);
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}

@media (min-width: 1280px) {
  .products_menu {
    display: none;
    opacity: 0;
    /* transition: transform 0.3s ease, opacity 0.3s ease; */
  }

  .products_menu.active-sub {
    display: flex;
    opacity: 1;
    transition: transform 0.3s ease, opacity 0.3s ease;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}

/* .menubar.align-start {
  align-items: start;
} */

.subMenu {
  display: flex;
  gap: 8px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}

.arrow_left {
  width: 28px;
  height: 28px;
  transform: rotate(180deg);
}

.subMenu_title {
  font-size: 28px;
  text-decoration: none;
  color: #8f2c89;
}

.sub_menu_content {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  /* gap: 12px; */
}

@media (min-width: 1280px) {
  .sub_menu_content {
    min-width: 299px;
  }
}

.p_single_card {
  display: flex;
  gap: 18px;
  max-width: 335px;
  align-items: center;

  border-right: 1px solid #2b2b2b;
  border-left: 1px solid #2b2b2b;
}

@media (min-width: 1280px) {
  .p_single_card {
    min-width: 350px;
    padding: 0 8px 0 16px;
  }
}

.p_card_left {
  min-width: 97px;
  height: 138px;
}

.p_product_img {
  height: 100%;
  display: block;
  max-width: 97px;
  width: 100%;
  object-fit: cover;
}

.produ_desc {
  color: #8f2c89;
  margin: 0px;
  max-width: 168px;
  white-space: wrap !important;
  text-align: left !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.p_text {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.p_title_wrap {
  display: flex;
  gap: 8px;
  display: none;
}

.produ_title {
  font-size: 27px;
  line-height: 27px;
  color: var(--primary-color);
  text-decoration: none;
  text-align: left;
  margin-bottom: 0px;
  white-space: wrap;
}

.p_arrow {
  width: 28px;
  height: 28px;
}

.menubar.sub_menu_active {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .menubar.sub_menu_active {
    width: 66%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 1280px) {
  .menubar.sub_menu_active {
    /* width: calc(100% - 360px); */
    width: 80%;
  }
}

@media (min-width: 1280px) {
  .menubar {
    /* height: 100%; */
  }

  .menubar.sub_menu_active {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hide-main-menu .main_menu {
    display: block;
    opacity: 1;
  }

  .menubar.align-start {
    align-items: end;
  }

  .main_menu {
    min-width: 245px;
    margin: 0px;
  }

  .subMenu {
    display: none;
  }

  .menubar ul li a:hover {
    background-color: transparent;
  }
}

.review_wrap {
  display: none;
}

.reviews {
  display: none;
  position: relative;
}

@media (min-width: 1280px) {
  .product_and_review_wrap {
    display: flex;
    overflow: scroll;
    height: 100%;
  }

  .menubar {
    padding-top: 90px;
    padding-right: 35px;
    padding-left: 40px;
  }

  .menubar .sub_menu_active {
    width: 70%;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .review_wrap {
    min-width: 164px;
    flex-direction: column;
    padding-left: 40px;
  }

  .reviews {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
    /* max-width: 164px; */
    /* padding-top: 64px; */
  }

  .top_content_reviews {
    display: flex;
    gap: 6px;
  }

  .stars_col {
    display: flex;
    gap: 1px;
    align-items: center;
  }

  .star_icon {
    width: 14px;
    height: 14px;
  }

  .review_count {
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #8f2c89;
    white-space: nowrap;
    margin: 0px;
    align-items: center;
  }

  .products_menu.active-sub {
    padding-left: 40px;
    padding-right: 40px;
    /* border-right: 1px solid #8F2C89;
    border-left: 1px solid #8F2C89; */
  }
}

.bottom_content_reviews {
  background-size: cover;
  background-position: center;
  min-width: 112px;
  text-decoration: none;
  max-height: 40px;
  border-radius: 8px;
  padding: 0;
  text-align: center;
}

.explore_btn {
  font-size: 20px;
  text-align: center;
  /* line-height: 28px; */
  color: white;
  font-weight: 300;
  text-decoration: none;

  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_and_review_wrap {
  scrollbar-width: none;
  opacity: 1;
}

.product_and_review_wrap::-webkit-scrollbar {
  display: none;
}

.logo_main {
  max-width: 152px;
  position: absolute;
  top: 35px;
}

.logo-main-menu {
  max-width: 100px;
}

@media (min-width: 768px) {
  .logo-main-menu {
    max-width: 182px;
  }
}

@media (max-width: 1280px) {
  .hide-logo {
    display: none;
  }
}

@media (min-width: 1280px) {
  .logo_main {
    display: block;
    position: absolute;
    top: 35px;
  }
}

.right_line {
  display: none;
}

.left_line {
  display: none;
}

@media (min-width: 1280px) {
  .right_line {
    position: absolute;
    width: 1px;
    height: 984px;
    /* right: 234px; */
    margin-left: -40px;
    display: block;
    top: -164px;
    opacity: 1;
    /* animation: slideDown 0.4s ease forwards 0.4s; */
  }

  .left_line {
    position: absolute;
    width: 1px;
    height: 824px;
    display: block;
    opacity: 1;
    /* animation: slideLeft 0.4s ease forwards 0.4s; */
  }

  @keyframes slideLeft {
    100% {
      left: 0;
      opacity: 1;
    }
  }

  @keyframes slideDown {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

@media (min-width: 1280px) and (max-width: 1423px) {
  .menubar.sub_menu_active {
    width: 180%;
  }
}
@media (min-width: 1440px) {
  .menubar.sub_menu_active {
    width: calc(100%-360px);
  }
}

/* fading animation */
.menubar li {
  opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}

.menubar li.fade-in {
  animation: fadeIn 0.5s ease forwards;
}

.menubar li.fade-out {
  animation: fadeOut 0.5s ease forwards;
  opacity: 0;
}

@media (min-width: 1280px) {
  .product_and_review_wrap {
    opacity: 0;
    transform: translateX(100%);
    /* transition: opacity 4s cubic-bezier(0.25, 0.8, 0.25, 1), 
            transform 4s cubic-bezier(0.25, 0.8, 0.25, 1); */
  }

  @keyframes productreviewWrap {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .product_review_transition {
    opacity: 1;
    transform: translateX(0);
    animation: productreviewWrap 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
}

@media (max-width: 1280px) {
  .sub_menu_content {
    /* height: 80vh; */
    /* overflow: scroll; */
    scrollbar-width: none;
  }

  .main_menu_toggle {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .custome_toggle {
    opacity: 0;
  }

  @keyframes productreviewWrapHide {
    0% {
      opacity: 1;
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }

  .remove-fade-products-review {
    /* opacity: 0;
    transform: translateX(100%);
    animation: productreviewWrapHide 1s cubic-bezier(0.25, 0.8, 0.25, 1); */
  }
}

.menu-button-wrap {
  position: relative;
  display: flex;
  padding-right: 4px;
  padding-left: 8px;
  gap: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;

  z-index: 9999;
  max-height: 72px;
}

.menu-button-wrap .cart-text-mobile {
  margin-bottom: 0;
}

.cart {
  z-index: 999;
  margin: 0px;
  display: flex;
  flex-direction: row;
  top: 30px;
  padding-right: 12px;
  height: 39px;
  align-items: center;
}

.cart.only-cart {
  padding-right: 0px;
  border-right: 0px;
  border-right: 0px !important;
}

.menu-button-wrap.only-cart div#menu-button {
  display: none;
}

.menu-button-wrap.only-cart {
  justify-content: end;
}

.cart-text-mobile {
  color: #c09147;
  margin-left: 4px;
}

@media (min-width: 768px) {
  .cart {
    padding-right: 24px;
    height: auto;
    gap: 14px;
    /* flex-direction: column; */
    align-items: center;
  }

  .cart-text {
    margin-bottom: 0px;
  }

  .cart-text-mobile {
    display: none;
  }

  .menu-button-wrap {
    gap: 24px;
    padding: 12px 12px;
    min-width: 180px;
    /* background: rgb(255, 255, 255); */
  }
}

.cart-icon {
  height: 24px;
  width: 24px;
}

@media (min-width: 768px) {
  .cart-icon {
    height: 28px;
    width: 28px;
    padding-top: 2px;
  }
}

.cart-text {
  white-space: nowrap;
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  display: none;
  color: var(--primary-color);
}

@media (min-width: 768px) {
  .cart-text {
    display: flex;
  }
}

@media (min-width: 768px) {
  .cart {
    font-size: 24px;
    line-height: 24px;
    height: 72px;
  }
}

.mobile-menu-hide {
  display: none;
}

.inner-nav-containers {
  margin-left: 20px;
  /* display: none; */
}

@media (min-width: 1024px) {
  .inner-nav-containers {
    display: block;
    /* margin-left: 0px; */
  }
}

.overlay-menu {
  height: 100vh;
  width: 100%;
  position: absolute;
  background-color: black;
  opacity: 0.4;
  top: 0;
  transition: height 0.5s ease, width 0.5s ease, background-color 0.5s ease;
}

.site-header {
  position: fixed;
  top: 0px;
  width: 100%;
}

.site-header {
  background-color: transparent;
}

@media (min-height: 800px) {
  .main_menu {
    /* display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end; */
    /* height: 100%; */
    /* padding-top: 400px !important; */
  }
}

@media (min-height: 900px) {
  .main_menu {
    height: 100%;
  }
}

@media (min-width: 1920px) {
  .menubar {
    max-width: none;
    width: 50%;
  }

  .menubar.sub_menu_active {
    width: 66%;
  }
}

@media (min-width: 2560px) {
  .active {
    right: 20%;
  }

  .menubar {
    width: 30%;
  }

  .menubar.sub_menu_active {
    width: 46%;
  }
}

.mobile-title-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
}

@media (min-width: 1280px) {
  .mobile-title-wrap {
    display: none;
  }

  .p_title_wrap {
    display: flex;
  }
}

.site-header {
  position: fixed;
  width: 100%;
  align-items: flex-start;
  /* top: -10px; */
  transition: top 0.3s ease-in-out, background-color 0.3s ease;
  background-color: transparent;
  z-index: 999;
  /* box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 60px -10px rgba(0, 0, 0, 0.2); */
}

.site-header.fixed {
  top: 0;
}

.site-header.fixed.has-bg {
  background-color: white;
}

.site-header.hidden {
  top: -100px;
  transition: top 0.3s ease-in-out;
}

.bg-white-active {
  color: white;
}

.colored-title {
  color: var(--primary-color) !important;
}

.cart img svg path {
  fill: white;
}

@media (min-height: 800px) {
  .menubar {
    padding-top: 240px;
  }

  .main_menu {
    /* padding-top: 180px !important; */
  }

  .rechange-sub_menu_content {
    max-height: none !important;
  }

  .rechange-review_wrap {
    max-height: none !important;
  }

  .right_line {
    top: 180px;
  }

  .left_line {
    top: 180px;
  }
}

@media (min-height: 985px) {
  .rechange-products-menu {
    margin-top: 0px !important;
  }

  .rechange-review_wrap {
    display: flex !important;
    gap: 77px !important;
    /* margin-top: 45px; */
  }
}

@media (min-width: 1280px) {
  .rechange-menubar {
    /* width: 70% !important; */
    padding-top: 120px;
  }

  .rechange-products-menu {
    opacity: 1 !important;
    display: flex;
    /* margin-top: -45px; */
    transform: translateX(0);
  }

  .rechange-product-and-review-wrap {
    opacity: 1 !important;
    transform: translateX(0);
    overflow: hidden;
    max-height: 790px;
    margin-bottom: auto;
  }

  .rechange-review_wrap {
    display: flex !important;
    gap: 77px;
    justify-content: flex-end;
    max-height: 693px;
    margin-top: -120px;
  }

  .rechange-sub_menu_content {
    justify-content: flex-end;
    max-height: 693px;
    margin-top: 0px;
    margin-top: -100px;
  }
}

@media (min-width: 2560px) {
  .rechange-menubar {
    width: 50% !important;
  }
}

@media (min-height: 600px) and (max-height: 900px) {
  .main_menu {
    margin-bottom: 0px;
  }
}
