/** Shopify CDN: Minification failed

Line 15:2 Unexpected "500"

**/
Your
  custom
  CSS
  has
  reached
  the
  size
  limit
  of
  500
  characters.
  Remove
  some
  CSS
  to
  save
  your
  changes.
  @media
  (min-width: 769px) {
  /* Mega menu container styling */
  .mega-menu-container,
  .mobile-menu-drawer--inner,
  .sub-menu {
    background: #f4f0eb;
    padding: 20px; /* Add padding for spacing */
  }

  /* Flex layout for sub-menu items */
  .sub-menu,
  .mega-menu-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  /* Styling for menu links */
  .sub-menu a,
  .full-menu a {
    color: red;
    font-weight: 400;
    text-decoration: none;
    font-size: 14px; /* Slightly larger font for better readability */
    line-height: 1.6; /* Increase line height for more space between items */
  }

  /* Hover state for menu links */
  .sub-menu a:hover,
  .full-menu a:hover {
    color: #d62464; /* Bright color for hover */
  }

  /* Heading styling for each column (Type, Recipient, etc.) */
  .mega-menu-columns__heading a {
    font-size: 24px; /* Larger heading size */
    font-weight: 600; /* Bold weight for emphasis */
    font-family: Desktop/H5, sans-serif; /* Use appropriate font family */
    color: #4a1b2f;
    text-transform: capitalize; /* Optional for styling */
    margin-bottom: 10px; /* Space under the heading */
    display: block;
  }

  /* Layout for each list item (category) */
  .mega-menu-columns > li {
    flex: 1 1 25%; /* 4 items per row */
    margin-bottom: 20px; /* Add some space between items */
  }

  /* General link styles for full menu links */
  .full-menu a {
    font-size: 12px;
    font-weight: 500;
  }

  /* Price and dietary categories styling */
  .price-category,
  .dietary-category {
    font-size: 14px;
    font-weight: 400;
    color: #4a1b2f;
  }

  /* Extra spacing and styling for different sections */
  .mega-menu-section {
    padding: 15px 0;
  }

  /* Special offers or promotional images */
  .promo-section img {
    max-width: 100%;
    border-radius: 8px; /* Optional rounded corners */
    margin-top: 20px;
  }

  /* Ensure images and text align correctly in the bottom section */
  .promo-section {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }

  /* Fine-tuning the list structure */
  .mega-menu-columns__heading {
    margin-bottom: 20px;
  }
}

.template-header--subcollection,
.template-header--subcollection-transparent img {
  box-shadow: var(--block-shadows);
}

.template-header {
  padding: 30px 0;
}
.template-header--title {
  margin-bottom: 10px;
}
.template-header--title:only-child {
  margin-bottom: 0;
}
.template-header--content {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
@media only screen and (min-width: 1068px) {
  .template-header--content {
    flex-direction: row;
  }
}
.template-header--image {
  width: 90px;
}
.template-header--image img {
  border-radius: 50%;
}
.template-header--description {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .template-header--description {
    font-size: 1.0625rem;
  }
}
.template-header > *:last-child {
  margin-bottom: 0;
}
.template-header .searchform {
  max-width: 440px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.template-header .searchform + .template-header--description {
  font-size: 0.8125rem;
}
.template-header--subcollections {
  display: flex;
  flex-wrap: nowrap;
  grid-gap: 10px;
  grid-auto-flow: column;
  overflow-x: auto;
  padding: 0 0 10px 0;
}
.template-header--subcollections-container {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .template-header--subcollections-container {
    margin-left: -15px;
    width: calc(100% + 30px);
    padding-left: 15px;
  }
}
.template-header--subcollection {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  padding: 4px;
  font-size: 0.9375rem;
  font-weight: var(--font-body-medium-weight, 500);
  height: 50px;
  border-radius: 500px;
  white-space: nowrap;
  background: var(--subcollection-bg, var(--color-drawer-bg, #fff));
  color: var(--color-body, #2c2d2e);
  white-space: nowrap;
}
.template-header--subcollection img {
  width: 42px;
  height: 42px;
  margin-right: 17px;
  border-radius: 500px;
}
.template-header--subcollection span {
  padding: 10px 10px 10px 0;
}
[dir="rtl"] .template-header--subcollection img {
  margin-right: 0;
  margin-left: 17px;
}
[dir="rtl"] .template-header--subcollection span {
  padding: 10px 0 10px 10px;
}
.template-header--subcollection-transparent {
  background: transparent;
  padding: 0;
  box-shadow: none;
}
