/** Shopify CDN: Minification failed

Line 491:0 Unexpected "}"

**/


/* ============================================================
   ENHANCED MEGA MENU STYLES FOR DAWN THEME
   Combines Dawn's existing mega menu with Prestige-style features
   Based on Prestige theme CSS patterns
   ============================================================ */

/* ============================================================
   DESKTOP MEGA MENU STYLES
   ============================================================ */

/* Mega Menu Wrapper Enhancement */
.mega-menu__wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4rem;
  padding: 3rem 0;
  width: 100%;
}

.mega-menu__wrapper.mega-menu--reverse {
  grid-template-columns: 1fr auto;
}

.mega-menu__wrapper.mega-menu--reverse > *:first-child {
  order: 2;
}

.mega-menu__wrapper.mega-menu--reverse > *:last-child {
  order: 1;
}

/* Linklist Wrapper */
.mega-menu__linklist-wrapper {
  min-width: 200px;
}

@media screen and (min-width: 1001px) {
  .mega-menu ul.mega-menu__linklist li {
    row-gap: 9px;
  }
  
  .mega-menu ul.mega-menu__linklist li a.h6 {
    letter-spacing: normal;
    font-weight: 600;
  }
  
  .mega-menu ul.mega-menu__linklist li a.link-faded {
    color: rgb(var(--text-color) / 0.7);
    font-size: 13px;
    font-weight: 500;
  }
  
  .mega-menu {
    /* padding-top: 15px; */
  }
}

/* ============================================================
   COLLECTIONS SECTION
   ============================================================ */

.mega-menu__collections,
.mega-menu__products,
.mega_menu-collections {
  flex: 1;
}

.mega-menu__collections-title,
.mega-menu__products-title,
.mega_menu--collections_title {
  margin-bottom: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12px;
}

/* Desktop Collections Title */
@media screen and (min-width: 1001px) {
  .mega_menu-collections {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
}

/* Mobile Collections Title */
@media screen and (max-width: 1000px) {
  p.mega_menu--collections_title {
    font-size: 17px;
    font-weight: 500;
    background: #ffffff;
    padding: 12px;
    letter-spacing: 0.1em;
  }
}

/* Collections/Products Grid */
.mega-menu__collections-grid,
.mega-menu__products-grid,
.mega_menu--collections {
  display: grid;
          justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(100px, 123px));
  gap: 2rem;
  padding-top: 15px;
  padding-bottom: 65px;
}

/* Desktop Grid */
@media screen and (min-width: 1001px) {
  .mega_menu--collections {
    display: flex;
    column-gap: 20px;
  }
  
  .mega-menu__collections-grid,
  .mega-menu__products-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
  }
}

/* Mobile Grid */
@media screen and (max-width: 1000px) {
  .mega_menu--collections {
    flex-direction: column;
  }
  
  .mega_menu-collections {
    row-gap: 8px;
  }
  
  ul.mega_menu--collections.header-sidebar__linklist {
    margin-left: 0;
  }
}

/* ============================================================
   COLLECTION/PRODUCT ITEMS
   ============================================================ */

.mega-menu__collection-item,
.mega-menu__product-item,
.collection_item-mega {
  position: relative;
  text-align: center;
}
.mega-menu__product-item,
.mega-menu__product-image,
.mega-menu__image-link {
  height: 140px !important;
  width: 122px !important;
}
.mega-menu__product-item--view-all{
  height: 140px !important;
  width: 100px !important;
}

/* Desktop Item Styles */
@media screen and (min-width: 1001px) {
  .collection_item-mega {
    position: relative;
  }
}

/* Mobile Item Styles */
@media screen and (max-width: 1000px) {
  .collection_item-mega {
    display: flex;
    position: relative;
    align-items: center;
    gap: 7px;
    background: white;
    margin-bottom: 15px;
    padding: 10px 11px !important;
  }
}

/* ============================================================
   IMAGE CONTAINER
   ============================================================ */

.mega-menu__collection-image,
.mega-menu__product-image,
.collection_image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-bottom: 9px;
  background-color: rgba(var(--color-foreground), 0.04);
}

/* Desktop Image */
@media screen and (min-width: 1001px) {
  .collection_image {
    width: 122px;
    height: 140px;
    display: flex;
    margin: auto;
    border-radius: 5px;
  }
}

/* Mobile Image */
@media screen and (max-width: 1000px) {
  .collection_image {
    width: 50px;
    min-width: 50px;
    height: 56px;
    display: flex;
  }
}

/* Image Element */
.mega-menu__collection-image img,
.mega-menu__product-image img,
.collection_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: calc(1 - var(--image-opacity, 0));
  border-radius: 5px;
}

/* Image Links */
a.collection_-image_link {
  width: 100%;
  display: flex;
}

.mega-menu__image-link:hover img {
  /* transform: scale(1.05); */
}

/* Hover Effects */
.collection_item-mega:hover .title--last {
  color: #054b48;
}

.collection_item-mega:hover a {
  color: #054b48;
}

/* ============================================================
   PLACEHOLDER IMAGES
   ============================================================ */

.mega-menu__collection-image--placeholder,
.mega-menu__product-image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mega-menu__collection-image--placeholder svg,
.mega-menu__product-image--placeholder svg {
  width: 60%;
  height: 60%;
  opacity: 0.2;
}

/* ============================================================
   PRODUCT TAGS
   ============================================================ */

.mega-menu__product-tag {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 0.25rem;
  z-index: 1;
}

/* Mobile Menu Tag */
.mobile-menu-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tag-bg, #054b48);
  color: var(--tag-text, #ffffff);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 7px 4.5px;
  line-height: normal;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}

/* ============================================================
   TITLE STYLES
   ============================================================ */

.mega-menu__collection-title,
.mega-menu__product-title,
.collection_title {
  margin: 0;
    font-size: 12px;
    line-height: 1.4;
    width: max-content;
    max-width: none;
    white-space: nowrap;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* Desktop Title */
@media screen and (min-width: 1001px) {
  .collection_item-mega .collection_title {
    margin-top: 5px;
    line-height: normal;
    text-align: center;
  }
}

/* Mobile Title */
@media screen and (max-width: 1000px) {
  .collection_item-mega .collection_title {
    text-align: left;
  }
}

/* Title Links */
.mega-menu__title-link,
a.collection_-title_link {
  color: #414141;
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

a.collection_-title_link,
p.title--last {
  color: #4a4a4a;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
}

.mega-menu__title-link:hover {
  color: #054b48 !important;
}
.mega-menu__product-item:hover .mega-menu__title-link {
  color: #054b48 !important;
}


/* Desktop Title Link */
@media screen and (min-width: 1001px) {
  .title--last {
    margin-top: 3px;
    line-height: normal;
  }
}

/* Mobile Title Link */
@media screen and (max-width: 1000px) {
  a.collection_-title_link {
    color: black !important;
    letter-spacing: 0.1em;
    font-size: 17px !important;
  }
  
  .title--last {
    font-size: 17px !important;
    letter-spacing: 0.1em;
    color: black !important;
  }
  
  .mobile--original--title {
    line-height: 1.2;
    font-size: 14px !important;
  }
  
  .mobile--original--title a {
    font-size: 14px !important;
  }
}

/* ============================================================
   TITLE OVERLAY STYLE
   ============================================================ */

.mega-menu__title--overlay,
a.collection_-title_link.mega-title_over--image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: white;
  margin-bottom: 0;
}

/* Desktop Title Overlay */
@media screen and (min-width: 1001px) {
  a.collection_-title_link.mega-title_over--image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.05em;
    background: rgba(0, 0, 0, var(--image-opacity));
    border-radius: 5px;
  }
  
  .collection_-title_link.mega-title_over--image:hover {
    background: rgba(0, 0, 0, calc(var(--image-opacity) + 0.2));
  }
}

.mega-menu__title--overlay:hover {
  color: rgba(255, 255, 255, 0.9);
}

.mega-menu__collection-item:has(.mega-menu__title--overlay) .mega-menu__collection-title,
.mega-menu__product-item:has(.mega-menu__title--overlay) .mega-menu__product-title {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: 0;
}

/* ============================================================
   VIEW ALL / LAST ITEM
   ============================================================ */

.mega-menu__collection-item--view-all,
.mega-menu__product-item--view-all,
.collection_item-mega.collection_last-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mega-menu__view-all-link {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;
    aspect-ratio: 1 !important;
    border-radius: .5rem !important;
    text-decoration: none !important;
    color: inherit !important;
    transition: all .3s ease !important;
    height:100%;
}
.mega-menu__view-all-icon{
      display: flex;
    align-items: center;
    justify-content: center;
}
.mega-menu__view-all-text{
     position: absolute;
    bottom: -3.9rem !important;
    left: 50% !important;
    transform: translate(-50%) !important;
    width: 126px;
}
}
.mega-menu__product-item--view-all:hover svg {
  stroke: #000;
}
.mega-menu__product-item--view-all:hover {
  border-color: rgba(var(--color-foreground), 0.4);
  /* background-color: rgba(var(--color-foreground), 0.02); */
}

/* Desktop Last Item */
@media screen and (min-width: 1001px) {
  .collection_item-mega.collection_last-item a.collection_-image_link {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
}

/* Mobile Last Item */
@media screen and (max-width: 1000px) {
  .collection_item-mega.collection_last-item a.collection_-image_link {
    flex-direction: row;
    gap: 7px;
  }
}
.mega-menu__product-item--view-all:hover .mega-menu__view-all-icon {

  border: 1px solid black;
}
.mega-menu__view-all-icon,
.collection_last-item-image {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 1px solid #a4a4a4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
     fill: transparent;
    stroke: #a4a4a4;
}
.mega-menu__view-all-icon svg{
      fill: transparent;
    stroke: #a4a4a4;
}

/* Desktop View All Icon */
@media screen and (min-width: 1001px) {
  .collection_last-item-image {
    width: 100px;
    height: 141px;
    display: flex;
    justify-content: center;
  }
  
  .collection_last-item-image svg {
    fill: transparent;
    stroke: #a4a4a4;
  }
  
  a.collection_-image_link:hover .collection_last-item-image svg {
    stroke: black !important;
  }
}

.mega-menu__product-item--view-all:hover svg {
  stroke: #000 !important; /* turns black when you hover over the icon */
  stroke-width: 1.3;
}
/* Mobile View All Icon */
@media screen and (max-width: 1000px) {
  .collection_last-item-image {
    width: 50px;
    min-width: 50px;
    height: 55px;
  }
  
  .collection_last-item-image svg {
    stroke: black;
  }
}

.mega-menu__view-all-link:hover .mega-menu__view-all-icon {
  /* transform: scale(1.1); */
}

.mega-menu__view-all-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.mega-menu__view-all-text {
 color: #4a4a4a;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

/* ============================================================
   PROMOTIONAL IMAGES SECTION
   ============================================================ */

.mega-menu__promo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.mega-menu__promo-item {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}

.mega-menu__promo-link {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
}

.mega-menu__promo-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.mega-menu__promo-link:hover img {
  /* transform: scale(1.05); */
}

.mega-menu__promo-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white;
}

.mega-menu__promo-heading {
  margin: 0 0 0.5rem;
  color: white;
}

.mega-menu__promo-text {
  margin: 0;
  font-size: 0.875rem;
  opacity: 0.9;
}

/* ============================================================
   MENU ITEM WITH TAG
   ============================================================ */

.menu-item-with-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  font-weight: 500;
  letter-spacing: 1px;
}

/* ============================================================
   MOBILE LINK OVERLAY
   ============================================================ */

@media screen and (max-width: 1000px) {
  a.collection_-item_link {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

/* ============================================================
   RESPONSIVE ADJUSTMENTS
   ============================================================ */

@media screen and (max-width: 989px) {
  .mega-menu__wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .mega-menu__wrapper.mega-menu--reverse {
    grid-template-columns: 1fr;
  }

  .mega-menu__wrapper.mega-menu--reverse > * {
    order: initial;
  }

  .mega-menu__collections-grid,
  .mega-menu__products-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 126px));
    gap: 1.5rem;
  }

  .mega-menu__promo {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   INTEGRATION WITH EXISTING DAWN MEGA MENU STYLES
   ============================================================ */

.mega-menu__content:has(.mega-menu__wrapper) {
  max-width: none;
  padding: 0;
}

.mega-menu__content:has(.mega-menu__wrapper) .page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 2rem;
}

/* Ensure existing Dawn mega menu list styles don't conflict */
.mega-menu__wrapper .mega-menu__list {
  display: block;
  columns: 1;
  column-gap: 0;
}

.mega-menu__wrapper .mega-menu__list li {
  break-inside: avoid;
  margin-bottom: 1.5rem;
}

.mega-menu__wrapper .mega-menu__link--level-2 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  display: block;
}

.mega-menu__wrapper .list-unstyled {
  margin-top: 0.75rem;
}

.mega-menu__wrapper .list-unstyled a {
  font-size: 0.875rem;
  display: block;
  padding: 0.25rem 0;
}

/* Fix for content alignment when using content_left option */
.mega-menu__wrapper:has(.mega-menu__collections:only-child),
.mega-menu__wrapper:has(.mega-menu__products:only-child) {
  grid-template-columns: 1fr;
  justify-content: flex-start;
}

/* ============================================================
   MOBILE COLLECTIONS CAROUSEL (SIDEBAR)
   ============================================================ */

.mobile-collections-container {
  width: 100%;
  overflow-x: hidden;
  padding: 8px 19px 16px 19px;
  background: white;
}

.mobile-collections-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 16px;
  width: calc(100% + 24px);
  margin: 0 -12px;
}

.mobile-collections-scroll::-webkit-scrollbar {
  display: none;
}

.mobile-collection-item {
  flex: 0 0 calc(50% - 6px);
  min-width: calc(50% - 6px);
  max-width: calc(50% - 6px);
}

.mobile-collection-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
}

.mobile-collection-image {
  position: relative;
  width: 100%;
  aspect-ratio: 0.95;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f5f5f5;
  margin-bottom: 8px;
}

.mobile-collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  object-position: 0 -26px;
}

.mobile-collection-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
}

.mobile-collection-placeholder svg {
  width: 60%;
  height: 60%;
}

.mobile-collection-badge {
        position: absolute;
        top: 8px;
        left: 8px;
        background-color: #f6f3eb;
        color: #000000;
        border: 1px solid #000000;
        padding: 4px 13px;
        border-radius: 60px;
        font-size: 8.96px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        z-index: 1;
        line-height: 1.65;
}

.mobile-collection-title {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 1.5px;
  text-align: left;
  color: #333;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.1em;
  display: flex;
  gap: 4px;
  align-items: center;
}

@media (max-width: 480px) {
  .mobile-collections-scroll {
    padding: 0 12px;
  }
  
  .mobile-collection-item {
    flex: 0 0 calc(50% - 6px);
    min-width: calc(50% - 6px);
  }
  
  .mobile-collection-title {
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  .mobile-collections-scroll {
    gap: 8px;
    padding: 0 8px;
  }
  
  .mobile-collection-item {
    flex: 0 0 calc(50% - 4px);
    min-width: calc(50% - 4px);
  }
}

/* ============================================================
   HEADER SIDEBAR STYLES (MOBILE MENU)
   ============================================================ */

@media screen and (max-width: 1000px) {
  header-sidebar-collapsible-panel .header-sidebar__scroller {
    padding-right: 0;
    padding-left: 10px;
  }

  .header-sidebar::part(header) {
    background: white;
    color: white;
    min-height: 3.5rem;
    padding: 15px 20px;
  }

  .header-sidebar::part(panel-list),
  .header-sidebar__scroller {
    background: #f6f5f5;
    background: #F6F2EB;
    padding: 0;
  }

  ul.header-sidebar__linklist li {
    padding: 0 15px;
    padding: 0 18px;
  }

  ul.header-sidebar__linklist li a,
  ul.header-sidebar__linklist li button,
  ul.header-sidebar__linklist li summary,
  .header-sidebar__back-button {
    /* Inherits from theme */
  }

  .header-sidebar__back-button {
    background: white;
    color: black;
    margin-bottom: 8px !important;
    padding: 12px 12px;
    border: 1px solid #0000001a !important;
    margin-top: 7px;
  }

  .header-sidebar__back-button span.menu-item-with-tag {
    font-size: 17px;
  }

  .header-sidebar__linklist.divide-y .header-sidebar__linklist-button {
    font-weight: 500;
  }

  .header-sidebar__collapsible-panel {
    background: transparent;
  }

  .header-sidebar__main-panel {
    height: fit-content;
  }

  header-sidebar-collapsible-panel.header-sidebar__collapsible-panel {
    background: #f6f2eb;
    width: 100%;
    padding: 0 15px 0 6px;
  }

  header-sidebar-collapsible-panel.header-sidebar__collapsible-panel ul.header-sidebar__linklist li {
    background: white;
    margin-bottom: 8px;
    padding: 0 13px;
  }

  header-sidebar-collapsible-panel.header-sidebar__collapsible-panel ul.header-sidebar__linklist li details.group[open] {
    padding-bottom: 1px;
  }

  .header-sidebar__nested-linklist a {
    letter-spacing: 0.1em;
  }

  .drawer.header-sidebar::part(content) {
    background: #f6f2eb;
  }

  .header--sidebar_logoarea img {
    width: 85px !important;
  }

  .header--sidebar_logoarea {
    width: 100px;
  }
}

/* ============================================================
   SIDEBAR MOBILE BANNER
   ============================================================ */

@media screen and (max-width: 1000px) {
  .sidebar--mobile-banner {
    background: var(--sidebar-banner-bg);
    background: #f6f5f5;
    padding: 10px 22px 0;
  }

  a.sidebar--banner_link {
    display: flex;
    background: var(--sidebar-banner-bg);
    padding: 10px 20px;
    border-radius: 6px;
    justify-content: space-between;
    align-items: center;
  }

  .sidebar--banner_title {
    line-height: normal;
    font-size: 19px;
    font-weight: 600;
  }

  .sidebar--banner_subtitle {
    text-decoration: underline;
    font-weight: 500;
    line-height: normal;
    font-size: 13px;
  }

  .banner--sale_image {
    width: 115px;
    border-radius: 6px;
    overflow: hidden;
  }

  .sidebar--header_button-with-selector {
    display: flex;
    gap: 20px;
  }

  .sidebar--selectors-header button.localization-toggle.heading span {
    display: none;
  }

  .sidebar--selector_with-button button[aria-label="Close"] path {
    stroke: black;
  }
}

@media screen and (max-width: 400px) {
  .banner--sale_image {
    width: 110px;
  }

  .sidebar--banner_title {
    font-size: 19px;
  }

  a.sidebar--banner_link {
    padding: 8px 15px;
  }

  .sidebar--banner_subtitle {
    font-size: 11px;
  }
}

@media screen and (max-width: 360px) {
  .banner--sale_image {
    width: 100px;
  }

  .sidebar--banner_title {
    font-size: 14px;
  }

  a.sidebar--banner_link {
    padding: 8px 15px;
  }

  .sidebar--banner_subtitle {
    font-size: 10px;
  }
}

/* ============================================================
   HEADER SIDEBAR SEARCH
   ============================================================ */

@media screen and (max-width: 1000px) {
  .header--sidebar-search {
    padding: 0 20px;
    background: white;
  }

  .header--sidebar-search input.header-search__input {
    border-bottom: 1px solid #8c8c8c;
    text-align: center;
    margin-left: 6px;
    letter-spacing: normal;
    font-size: 14px;
    padding-bottom: 2px;
  }

  .header--sidebar-search input.header-search__input:focus::placeholder {
    color: transparent;
  }

  .header--sidebar-search .header-search__form-control {
    align-items: flex-end;
    gap: 0;
  }

  .header--sidebar-search .icon.icon-search {
    margin-bottom: 3px;
  }

  button.icon--go {
    padding: 6px 0px 6px 6px;
    margin-right: -3px;
  }

  .header--sidebar-search .predictive-search__suggestions.scroll-area.bleed.md\:unbleed {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    flex-direction: column;
    gap: 9px;
    row-gap: 9px;
    grid: unset;
  }

  .header--sidebar-search .predictive-search__products {
    gap: 0.8rem;
  }

  .header--sidebar-search .v-stack.gap-6.sm\:gap-8 {
    gap: 5px;
  }

  .header--sidebar-search .predictive-search__results {
    gap: 1.5rem;
  }

  predictive-search-sidebar div#predictive-search .predictive-search__results,
  predictive-search-sidebar p.predictive-search__no-results.text-lg {
    position: absolute;
    background: #f6f2eb;
    width: 95%;
    z-index: 1;
    left: 10px;
    padding: 10px 11px 15px;
    overflow-x: hidden;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  }

  predictive-search-sidebar .horizontal-product-card {
    column-gap: 1rem;
  }

  predictive-search-sidebar .predictive-search__suggestions a {
    font-size: 13px;
  }

  predictive-search-sidebar .predictive-search__no-results.text-lg {
    font-size: 13px;
  }

  predictive-search-sidebar button.button[form="predictive-search-form"] {
    font-size: 11px;
    padding: 7px 18px;
  }
}

.header__inline-menu .list-menu li{
    position:unset !important;
}
.header__menu-item:hover span{
    text-decoration:none;
}
.header__inline-menu .list-menu li:hover::before{
    content:unset;
}
.header__inline-menu details[open]>.header__menu-item{
    text-decoration:none;
}
.header__inline-menu summary.list-menu__item {
    padding-right: 0;
}