/** Shopify CDN: Minification failed

Line 84:0 Unexpected "}"

**/
.custom-mega-parent {
  position: relative;
}

.custom-mega-details {
  position: static;
}

.custom-mega-details summary {
  list-style: none;
  cursor: pointer;
}

.custom-mega-details summary::-webkit-details-marker {
  display: none;
}

.custom-mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  min-width: 100%;
  background: rgb(255 255 255);
  border-top: 1px solid rgba(var(--color-foreground), 0.08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
  z-index: 30;
  padding: 0;
}

.custom-mega-wrap {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 0;
  min-height: 430px;
}

.custom-mega-sidebar {
  background: rgb(255 255 255);
  border-right: 1px solid rgb(18 18 18 / 49%);
  padding: 20px 0;
  box-shadow: 0 4px 16px #0003;
  border-radius: 6px 0px 0px 6px;
}

.custom-tab-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: transparent;
  padding: 8px 12px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: rgb(var(--color-foreground));
  cursor: pointer;
  transition: all 0.25s ease;
}

.custom-tab-btn:hover,
.custom-tab-btn.is-active {
  background: #f2f2f2;
}

.custom-tab-arrow {
  font-size: 24px;
  line-height: 1;
  opacity: 0.8;
}

.custom-mega-content {
  padding: 20px 28px 26px;
  background: #ffffff!important;
  box-shadow: 0 4px 16px #0003;
    border-radius: 0px 6px 6px 0px;
}
}

.custom-tab-panel {
  display: none;
}

.custom-tab-panel.is-active {
  display: block;
}

.custom-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 26px 28px;
}

.custom-mega-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.custom-mega-card__image {
  border-radius: 10px;
  overflow: hidden;
  background: #f4f4f4;
  aspect-ratio: 1.58 / 1;
  margin-bottom: 12px;
}

.custom-mega-card__image img,
.custom-mega-card__image svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.custom-mega-card:hover .custom-mega-card__image img,
.custom-mega-card:hover .custom-mega-card__image svg {
  transform: scale(1.05);
}

.custom-mega-card__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.custom-mega-placeholder {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 989px) {
  .custom-mega-parent {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .custom-mega-parent:hover .custom-mega-details[open] .custom-mega-menu,
  .custom-mega-parent:hover .custom-mega-menu {
    display: block;
  }

  .custom-mega-details:not([open]) .custom-mega-menu {
    display: none;
  }

  .custom-mega-parent:hover .custom-mega-details {
    open: open;
  }
}

/* Remove underline from tabs */
.custom-tab-btn,
.custom-tab-btn:hover,
.custom-tab-btn:focus,
.custom-tab-btn span,
.custom-tab-btn span:hover {
  text-decoration: none !important;
  border-bottom: none !important;
}

/* Agar link <a> use ho raha ho */
.custom-tab-btn a,
.custom-tab-btn a:hover {
  text-decoration: none !important;
}
.custom-mega-card :hover,
.custom-mega-card__title  a:hover {
  text-decoration: none !important;
}