/** Shopify CDN: Minification failed

Line 312:3 Unexpected "/"

**/
.mega-menu {
  display: flex !important;
  padding: 0 145px !important;
}

/* Medium-large screens (1281px - 1440px) */
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .mega-menu {
    display: flex !important;
    padding: 0 60px !important;
  }
}

/* Medium screens (991px - 1280px) */
@media only screen and (min-width: 991px) and (max-width: 1280px) {
  .mega-menu {
    display: flex !important;
    padding: 0 30px !important;
  }
}

/* Small screens (≤ 990px) */
@media only screen and (max-width: 990px) {
  .mega-menu {
    display: flex !important;
    padding: 0 10px !important;
  }
}

/* Mega Menu Overlay Styles */
.mega-menu-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 999 !important;
  background: #808080;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}

.mega-menu-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-mega-menu {
  z-index: 9999999 !important;
  display: block !important;
}

/* Add blur and dimming to page content when mega menu is active */
body.mega-menu-active main,
body.mega-menu-active .main-content,
body.mega-menu-active .footer,
body.mega-menu-active .page-content,
body.mega-menu-active .body,
body.mega-menu-active .header-group,
body.mega-menu-active .footer-group,
body.mega-menu-active .faq-container,
body.mega-menu-active .help-page,
body.mega-menu-active .help-center,
body.mega-menu-active .page-width,
body.mega-menu-active .template-page,
body.mega-menu-active section[data-section-type="page-section"],
body.mega-menu-active main,
body.mega-menu-active .main-content,
body.mega-menu-active .faq-section {
  filter: blur(3px);
  opacity: 0.6; /* Use opacity instead of brightness */
  transition: all 0.3s ease;
}

/* Prevent announcement slider from being blurred */
body.mega-menu-active slideshow-component,
body.mega-menu-active slideshow-component *,
body.mega-menu-active .slideshow,
body.mega-menu-active .slideshow *,
body.mega-menu-active .announcement-bar,
body.mega-menu-active .announcement-bar *,
body.mega-menu-active .custom-contact-bar,
body.mega-menu-active .custom-contact-bar *,
body.mega-menu-active [id^="Slider-"],
body.mega-menu-active [id^="Slider-"] *,
body.mega-menu-active section[data-section-type="announcement-slider"],
body.mega-menu-active section[data-section-type="announcement-slider"] *,
body.mega-menu-active .shopify-section[data-section-type="announcement-slider"],
body.mega-menu-active
  .shopify-section[data-section-type="announcement-slider"]
  *,
body.mega-menu-active #shopify-section-announcement-slider,
body.mega-menu-active #shopify-section-announcement-slider * {
  filter: none !important;
  opacity: 1 !important;
}

body.mega-menu-active main::after,
body.mega-menu-active .main-content::after,
/* your other selectors */
body.mega-menu-active .faq-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  z-index: 100000;
  transition: all 0.3s ease;
}

/* Prevent outlet direct link from triggering mega menu hover events */
.outlet-direct-link {
  pointer-events: auto !important;
}

.outlet-direct-link:hover .mega-menu,
.outlet-direct-link .mega-menu {
  display: none !important;
  visibility: hidden !important;
}

/* Ensure outlet direct link parent doesn't trigger mega menu events */
li:has(.outlet-direct-link) .mega-menu {
  display: none !important;
}

li:has(.outlet-direct-link):hover .mega-menu {
  display: none !important;
}

.smarch-customer-header-mega-menu {
  display: flex;
  gap: 20px !important;
  align-items: center;
  padding: 0 145px 0 145px;
}

.smarch-customer-header-mega-menu .header__heading {
  grid-column: 2;
  text-align: center;
  justify-self: center;
  align-self: center;
}

.smarch-customer-header-mega-menu .smarch-mega-menu-header {
  grid-column: 1;
  justify-self: start;
  min-height: 65px !important;
}

.smarch-mega-menu-header .mega-menu-item {
  width: 200px;
}

.smarch-customer-header-mega-menu .header__icons {
  grid-column: 3;
  justify-self: end;
  padding-bottom: 20px;
}

.smarch-mega-menu-header .california-card {
  background-color: #d9d9d9;
  width: 100%;
  height: 100%;
  position: relative;
  display: grid;
}

.smarch-header-items-display {
  display: flex !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

.smarch-mega-menu-header .california-card .title {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
}

.smarch-mega-menu-header .california-img {
  max-width: 100%;
  height: 145px;
  object-fit: contain;
}

.smarch-mega-menu-header .california-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #71903e;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.smarch-mega-menu-header .california-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  gap: 10px;
  margin-top: 20px;
}

.smarch-mega-menu-header .california-btn-borderless {
  color: white;
  background-color: transparent;
  border: 1px solid black;
  padding: 10px 20px;
  border-radius: 4px;
}

.smarch-mega-menu-header .full-grid-image {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  overflow: hidden;
  padding: 20px 10px;
}

.smarch-mega-menu-header .full-grid-image .card-top-text .title,
.smarch-mega-menu-header .full-grid-image .card-top-text .subtitle {
  color: white;
  transition: color 0.3s ease;
  position: relative;
  z-index: 3; /* Higher than overlay z-index: 2 */
  padding: 2px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1em;
  height: 2em; /* Reserve exactly 2 lines: 2 * line-height (1.2) */
  min-height: 2em;
}

.smarch-mega-menu-header .full-grid-image .card-bottom-btn {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 9px 11px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  transition: color 0.3s ease, border-color 0.3s ease;
  z-index: 3; /* Higher than overlay z-index: 2 */
}

.smarch-mega-menu-header .full-grid-image img {
  width: 100% !important;
  height: 300px !important;
  object-fit: cover !important;
}

/* Show-on-hover animation styles */
 /* .smarch-mega-menu-header .full-grid-image.show-on-hover .hidden-image {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: top 0.4s ease;
  z-index: 2;
} */

/* Apply overlay to the container instead of the image */
/* .smarch-mega-menu-header .full-grid-image.show-on-hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
} */

/* .smarch-mega-menu-header .full-grid-image.show-on-hover:hover::before {
  opacity: 1;
}

/* Hover effect */
.smarch-mega-menu-header .full-grid-image.show-on-hover:hover .hidden-image {
  top: 0;
} */

/* Fix to prevent text hover from triggering the effect */
/* .smarch-mega-menu-header .full-grid-image.show-on-hover .card-top-text,
.smarch-mega-menu-header .full-grid-image.show-on-hover .card-bottom-btn {
  pointer-events: none;
} */

.smarch-mega-menu-header
  .full-grid-image
  .card-top-text
  .title,
.smarch-mega-menu-header
  .full-grid-image
  .card-top-text
  .subtitle {
  color: #ffffff;
}

/* .smarch-mega-menu-header .full-grid-image.show-on-hover:hover .card-bottom-btn {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 9px 11px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
} */

/* Removed duplicate styles - using ::before overlay instead */
.smarch-customer-header-mega-menu .header__heading-logo-wrapper {
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 990px) {
  .smarch-customer-header-mega-menu {
    padding: 0 10px 0 10px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
    position: relative;
  }

  .smarch-customer-header-mega-menu .header__heading {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    margin: 0;
    flex: 0 0 auto;
    text-align: center;
    z-index: 1;
    pointer-events: auto;
  }

  .smarch-customer-header-mega-menu .header__heading-logo-wrapper {
    max-width: 120px;
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
    flex-shrink: 0;
    min-width: 80px;
  }

  .smarch-customer-header-mega-menu .smarch-mega-menu-header {
    flex: 0 0 auto;
    z-index: 2;
    margin-right: 100px;
  }

  .smarch-customer-header-mega-menu .header__icons {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    z-index: 2;
    margin-left: 100px;
    padding-bottom: 0;
  }

  .header__icon {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 480px) {
  .smarch-customer-header-mega-menu .header__heading-logo-wrapper {
    max-width: 120px;
    padding-bottom: 15px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
  }

  .smarch-customer-header-mega-menu .smarch-mega-menu-header {
    margin-right: 80px;
  }

  .smarch-customer-header-mega-menu .header__icons {
    margin-left: 80px;
    padding-bottom: 0;
  }

  .header__icon {
    padding: 0 3px;
  }
}

.smarch-mega-menu-header .smarch-hidden-logo-under-medium-screen {
  display: none !important;
}

@media only screen and (max-width: 990px) {
  .hide-build-your-own {
    display: none !important;
  }
}

@media only screen and (max-width: 1280px) {
  .smarch-mega-menu-header .smarch-hidden-logo-under-medium-screen {
    display: none !important;
  }
}

/* @media only screen and (min-width: 1280px) {
  .smarch-mega-menu-header .smarch-hidden-logo-above-medium-screen {
    display: none !important;
  }
} */

@media only screen and (min-width: 991px) and (max-width: 1280px) {
  .smarch-customer-header-mega-menu {
    padding: 0 30px 0 30px !important;
    display: flex;
    justify-content: flex-start;
    gap: 20px !important;
  }

  .smarch-customer-header-mega-menu .header__heading {
    order: 0;
    width: auto;
    margin-right: 15px;
    flex-shrink: 0;
  }

  .smarch-customer-header-mega-menu .header__heading-logo-wrapper {
    max-width: 120px;
    padding-bottom: 15px;
    flex-shrink: 0;
    min-width: 80px;
    display: flex;
    justify-content: center;
  }

  .smarch-customer-header-mega-menu .smarch-mega-menu-header {
    order: 1;
    flex: 1;
    overflow-x: visible;
  }

  .smarch-customer-header-mega-menu .header__icons {
    order: 2;
    margin-left: auto;
    flex-shrink: 0;
    padding-bottom: 0;
  }

  .smarch-mega-menu-header .list-mega-menu {
    padding: 0 32px;
  }

  .smarch-mega-menu-header .header__menu-item {
    font-size: 0.9em;
  }
}

/* Media query for larger screens */
.hide-when-smaller-screen {
  display: none !important;
}

.show-when-smaller-screen {
  display: block !important;
}

@media screen and (min-width: 990px) {
  .hide-when-smaller-screen {
    display: block !important;
  }

  .show-when-smaller-screen {
    display: none !important;
  }
}

/* Fix for middle-center logo positioning */
.header--middle-center .header__heading {
  grid-area: heading;
  justify-self: center;
  text-align: center;
}

.header--middle-center .header__heading-link {
  justify-self: center;
  text-align: center;
}

/*TODO: Finish logo in header position*/

/* Slightly larger screens but still need optimization */
@media only screen and (min-width: 1281px) {
  .smarch-customer-header-mega-menu {
    padding: 0 60px 0 60px !important;
    display: flex;
    justify-content: flex-start;
    gap: 20px !important;
  }

  .smarch-customer-header-mega-menu .header__heading {
    order: 0;
    width: auto;
    margin-right: 15px;
    flex-shrink: 0;
  }

  .smarch-customer-header-mega-menu .header__heading-logo-wrapper {
    max-width: 120px;
    padding-bottom: 15px;
    flex-shrink: 0;
    min-width: 80px;
    display: flex;
    justify-content: center;
  }

  .smarch-customer-header-mega-menu .smarch-mega-menu-header {
    order: 1;
    flex: 1;
    overflow-x: visible;
  }

  .smarch-customer-header-mega-menu .header__icons {
    order: 2;
    margin-left: auto;
    flex-shrink: 0;
    padding-bottom: 0;
  }

  /* .smarch-mega-menu-header .list-mega-menu {
    padding: 0 8px;
  } */

  .smarch-mega-menu-header .header__menu-item {
    font-size: 0.9em;
  }
}

@media only screen and (min-width: 1439px) {
.smarch-customer-header-mega-menu {
    padding: 0 145px 0 145px !important;
  }
  }

.smarch-mega-menu-header .mega-menu-padding {
  margin: 0 auto;
}

.smarch-mega-menu-header .mega-menu-unordered-list {
  min-height: 65px !important;
  align-items: center !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.smarch-mega-menu-header .list-mega-menu {
  padding: 0 15px;
  min-height: 75px !important;
  align-items: center !important;
  align-self: center !important;
  align-content: center !important;
}

.smarch-mega-menu-header .list-mega-menu:hover {
  background-image: linear-gradient(to right, transparent 16.67%, #71903e 16.67%, #71903e 83.33%, transparent 83.33%);
  background-position: bottom;
  background-size: 100% 5px;
  background-repeat: no-repeat;
}

.smarch-mega-menu-header .product-item-image {
  position: relative !important;
  object-fit: cover !important;
  min-height: 375px !important;
  padding: 0 !important;
}

.smarch-mega-menu-header .card-top-text {
  position: absolute;
  top: -10px;
  left: 50px;
  color: #fff;
  z-index: 5;
}

.smarch-mega-menu-header .card-top-text .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: -0.54px;
  color: black;
}

.smarch-mega-menu-header .card-top-text .subtitle {
  font-size: 14px;
  letter-spacing: -0.14px;
}

/* .smarch-mega-menu-header .hidden-image:hover .card-bottom-btn {
  color: #ffffff;
  border: 1px solid #ffffff;
} */

.smarch-mega-menu-header .card-bottom-btn {
  bottom: 24px;
  left: 24px;
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 9px 11px 9px 11px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
}

.smarch-mega-menu-header .header-mega-menu {
  width: 100%;
  display: flex;
}

.smarch-mega-menu-header .container {
  width: 100%;
  margin: 0 auto;
}

.smarch-mega-menu-header .top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.smarch-mega-menu-header .contact-info {
  display: flex;
  gap: 20px;
}

.smarch-mega-menu-header .contact-info a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
}

.smarch-mega-menu-header .right-nav {
  display: flex;
  gap: 20px;
}

.smarch-mega-menu-header .right-nav a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
}

.smarch-mega-menu-header .main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.smarch-mega-menu-header .logo {
  font-size: 24px;
  font-weight: bold;
}

.smarch-mega-menu-header .smarch-cta-button {
  min-height: auto !important;
  height: 18px !important;
}

.smarch-mega-menu-header .header__inline-menu ul {
  min-height: 65px !important;
}

.smarch-header-icons {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.smarch-mega-menu-header .main-nav {
  display: flex;
}

.smarch-mega-menu-header .nav-item {
  gap: 30px;
}

.smarch-mega-menu-header .underline {
  border-bottom: #71903e 2px solid !important;
}

.smarch-mega-menu-header .header__menu-item {
  padding: 0 !important;
}

.smarch-mega-menu-header .header-ordered-items {
  display: flex;
  flex-wrap: nowrap;
}

.smarch-mega-menu-header .nav-link {
  display: block;
  text-decoration: none;
  font-weight: 500;
}

.smarch-mega-menu-header .nav-link:hover {
  color: #4a90e2;
}

.smarch-mega-menu-header .mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: white;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex !important;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
}

.smarch-mega-menu-header .mega-menu-content {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.smarch-mega-menu-header li:hover {
  cursor: pointer;
}

.smarch-mega-menu-header .mega-menu.show,
.smarch-mega-menu-header .outlet-mega-menu.show {
  opacity: 1;
  visibility: visible;
}

.smarch-mega-menu-header .categories-column {
  padding: 41px 36px 60px 0px;
  /*padding: 41px 0 60px 0;*/
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.smarch-mega-menu-header .mega-menu-title {
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
}

.smarch-mega-menu-header .mega-menu-list {
  list-style: none;
  padding: 0;
}

.smarch-mega-menu-header .mega-menu-link {
  display: block;
  padding: 8px 0;
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.smarch-mega-menu-header .mega-menu-link:hover,
.smarch-mega-menu-header .mega-menu-link.active {
  color: #71903e;
}

.smarch-mega-menu-header .product-grid {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  /*grid-auto-rows: 373px;*/
  gap: 0;
  flex-grow: 1;
  margin-left: 20px;
}

.smarch-mega-menu-header .product-item {
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /*padding: 20px;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.product-title {
  /* font roboto */
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #373b3e;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.4em; /* Reserve exactly 2 lines: 2 * line-height (1.2) */
  min-height: 2.4em;
  padding: 2px;
}

/* Accessories specific styling - white text for outlet items */
.smarch-mega-menu-header .outlet-item .product-title {
  color: white;
}

.smarch-mega-menu-header .product-subtitle {
  font-size: 12px;
  color: #888;
  margin-bottom: 15px;
}

.smarch-mega-menu-header .price-button {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 9px 11px 9px 11px;
  cursor: pointer;
  margin-bottom: 32px;
  font-size: 12px;
  font-weight: 500;
}

.smarch-mega-menu-header .price-button-absolute {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 9px 11px 9px 11px;
  cursor: pointer;

  font-size: 12px;
  font-weight: 500;
}

.smarch-mega-menu-header .product-image {
  width: 145px;
  height: 145px;
  object-fit: contain;
}

/* .smarch-mega-menu-header .hidden-image {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
} */

/* .smarch-mega-menu-header .hidden-image:hover {
  opacity: 1;
} */

.smarch-mega-menu-header .cta-button {
  display: inline-block;
  background-color: #71903e;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.smarch-mega-menu-header .cta-button:hover {
  background-color: #45a049;
}

.smarch-mega-menu-header .right-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.smarch-mega-menu-header .search-icon,
.smarch-mega-menu-header .cart-icon,
.smarch-mega-menu-header .account-icon {
  font-size: 18px;
  color: #333;
  cursor: pointer;
}

.smarch-mega-menu-header .nav-item.active .nav-link {
  color: #71903e;
}

.smarch-mega-menu-header .nav-item.active::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  height: 3px;
  background-color: #71903e;
  bottom: 0;
}

/* Outlet menu specific styles */
.smarch-mega-menu-header .outlet-menu {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.smarch-mega-menu-header .outlet-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  width: auto;
  min-width: 200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 100;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.smarch-mega-menu-header .outlet-menu:hover .outlet-submenu {
  opacity: 1;
  visibility: visible;
}

.smarch-mega-menu-header .outlet-submenu-list {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

.smarch-mega-menu-header .outlet-submenu-item {
  padding: 0;
  margin: 0;
}

.smarch-mega-menu-header .outlet-submenu-link {
  display: block;
  padding: 10px 20px;
  color: #666;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}

.smarch-mega-menu-header .outlet-submenu-link:hover {
  background-color: #f5f5f5;
  color: #4caf50;
}

.smarch-mega-menu-header .hide-overlay {
  display: none;
}

/* Outlet menu specific styles */
.smarch-mega-menu-header .outlet-mega-menu {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: white;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
  min-height: 23dvw;
  overflow: auto;
}

@media screen and (min-width: 1600px) {
  .smarch-mega-menu-header .outlet-mega-menu {
    min-height: 380px;
  }
}

.smarch-mega-menu-header .outlet-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  /*grid-auto-rows: 373px;*/
  gap: 16px;
  flex-grow: 1;
  width: calc(100% - 290px);
  margin: 0 auto;
  padding: 0 145px;
}

/* Accessories tab specific styling - remove padding */
.smarch-mega-menu-header .outlet-mega-menu .outlet-product-grid {
  padding: 40px 0px;
}

.smarch-mega-menu-header .outlet-item {
  position: relative;
  color: black !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* .smarch-mega-menu-header .outlet-product-grid .outlet-item:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
} */

.smarch-mega-menu-header .outlet-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

/* Hover animation removed for accessories cards */
.smarch-mega-menu-header .outlet-item.show-on-hover .hidden-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

/* Apply overlay to the outlet item container instead of the image */
.smarch-mega-menu-header .outlet-item.show-on-hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); /* 40% black overlay for better text readability */
  z-index: 3;
  pointer-events: none;
  opacity: 1; /* Changed from 0 to 1 to show overlay by default */
  /* transition: opacity 0.3s ease; - Removed transition */
}

/* Removed hover effects */
/* .smarch-mega-menu-header .outlet-item.show-on-hover:hover::before {
  opacity: 1;
} */

/* .smarch-mega-menu-header .outlet-item.show-on-hover:hover .hidden-image {
  top: 0;
} */

/* .smarch-mega-menu-header
  .outlet-item.show-on-hover:hover
  .accessories-item-link,
.smarch-mega-menu-header
  .outlet-item.show-on-hover:hover
  .accessories-price-button,
.smarch-mega-menu-header .outlet-item.show-on-hover:hover .product-title {
  color: white;
} */
.smarch-mega-menu-header
  .outlet-item.show-on-hover
  .accessories-price-button {
  border-color: white;
} 

/* .smarch-mega-menu-header .outlet-item.show-on-hover:hover .product-subtitle {
  color: rgba(255, 255, 255, 0.4);
} */

.smarch-mega-menu-header .outlet-item-content {
  position: absolute !important;
  z-index: 5; /* Higher than overlay z-index: 3 */
  top: 20px;
  left: 50px;
  padding: 0;
  margin: 0;
  width: auto;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: "Roboto", sans-serif;
  pointer-events: none;
}
/* 
.smarch-mega-menu-header .outlet-item.show-on-hover .outlet-item-content,
.smarch-mega-menu-header .outlet-item.show-on-hover .accessories-item-link {
  pointer-events: none;
}

.smarch-mega-menu-header a.outlet-item .outlet-item-content {
  position: absolute !important;
  z-index: 3;
  top: 20px;
  left: 50px;
} */

/* .smarch-mega-menu-header .outlet-item .product-title {
  color: #373b3e;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.4em; 
  min-height: 2.4em;
} */

.smarch-mega-menu-header .outlet-item .product-subtitle {
  color: rgba(55, 59, 62, 0.4);
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.smarch-mega-menu-header .outlet-item .accessories-item-link {
  color: white;
  text-decoration: none;
  display: flex;
  position: absolute !important;
  bottom: 0px !important;
  left: 30px !important;
  margin: 0;
  padding: 0;
  z-index: 5 !important; /* Higher than overlay z-index: 3 */
  pointer-events: auto;
}

.smarch-mega-menu-header .outlet-item .accessories-price-button {
  background: transparent;
  color: white;
  border: 1px solid #373b3e;
  border-radius: 2px;
  width: 90px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin: 0;
}

.accessories-item-link .product-title{
  font-size: 18px;
  margin:0px;
}

/* Image overlay container for gradient effect */
.smarch-mega-menu-header .image-overlay-container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 300px;
}

.smarch-mega-menu-header .image-overlay-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, transparent 50%);
  border-radius: 20px;
  z-index: 2;
  pointer-events: none;
}

.smarch-mega-menu-header .image-overlay-container img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* New encapsulated mega menu image container */
.mega-menu-image-container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 160px;
}

.mega-menu-image-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, transparent 50%);
  border-radius: 20px;
  z-index: 2;
  pointer-events: none;
}

.mega-menu-image-container img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 20px;
}
