/** Shopify CDN: Minification failed

Line 249:10 Unexpected "{"
Line 249:19 Expected ":"
Line 250:14 Expected identifier but found whitespace
Line 250:16 Unexpected "{"
Line 250:25 Expected ":"
Line 250:76 Expected ":"
Line 251:17 Expected identifier but found whitespace
Line 251:19 Unexpected "{"
Line 251:28 Expected ":"
Line 251:82 Expected ":"
... and 10 more hidden warnings

**/
.multicolumn .title {
  margin: 0;
}

.multicolumn.no-heading .title {
  display: none;
}

.multicolumn .title-wrapper-with-link {
  margin-top: 0;
}

@media screen and (max-width: 749px) {
  .multicolumn .title-wrapper-with-link {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .multicolumn__title {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (max-width: 989px) {
  .multicolumn .page-width {
    padding-left: 0;
    padding-right: 0;
  }
}

.multicolumn-card__image-wrapper--third-width {
  width: 33%;
}

.multicolumn-card__image-wrapper--half-width {
  width: 50%;
}

.multicolumn-list__item.center .multicolumn-card__image-wrapper:not(.multicolumn-card__image-wrapper--full-width),
.multicolumn-list__item:only-child {
  margin-left: auto;
  margin-right: auto;
}

.multicolumn .button {
  margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
  .multicolumn .button {
    margin-top: 4rem;
  }
}

.multicolumn-list {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.multicolumn-list__item:only-child {
  max-width: 72rem;
}

.multicolumn-list__item--empty {
  display: none;
}

.multicolumn:not(.background-none) .multicolumn-card {
  background: rgb(var(--color-background));
  height: 100%;
}

.multicolumn.background-primary .multicolumn-card {
  background: rgb(var(--color-background))
    linear-gradient(rgba(var(--color-foreground), 0.04), rgba(var(--color-foreground), 0.04));
}

.multicolumn-list h3 {
  line-height: calc(1 + 0.5 / max(1, var(--font-heading-scale)));
}

.multicolumn-list h3,
.multicolumn-list p {
  margin: 0;
}

.multicolumn-card-spacing {
  padding-top: 2.5rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.multicolumn-card__info > :nth-child(2) {
  margin-top: 1rem;
}

.multicolumn-list__item.center .media--adapt,
.multicolumn-list__item .media--adapt .multicolumn-card__image {
  width: auto;
}

.multicolumn-list__item.center .media--adapt img {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 749px) {
  .multicolumn-list {
    margin: 0;
    width: 100%;
  }

  .multicolumn-list:not(.slider) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .multicolumn-list:not(.slider) {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 750px) {
  .multicolumn-list.slider {
    padding: 0;
  }

  .multicolumn-list__item,
  .grid--4-col-desktop .multicolumn-list__item {
    padding-bottom: 0;
  }

  .background-none .grid--2-col-tablet .multicolumn-list__item {
    margin-top: 4rem;
  }
}

.background-none .multicolumn-card-spacing {
  padding: 0;
  margin: 0;
}

.multicolumn-card__info {
  padding: 2.5rem;
}

.background-none .multicolumn-card__info {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.background-none .slider .multicolumn-card__info {
  padding-bottom: 0;
}

.background-none .multicolumn-card__image-wrapper + .multicolumn-card__info {
  padding-top: 2.5rem;
}

.background-none .slider .multicolumn-card__info {
  padding-left: 0.5rem;
}

.background-none .slider .multicolumn-card__image-wrapper + .multicolumn-card__info {
  padding-left: 1.5rem;
}

.background-none .multicolumn-list:not(.slider) .center .multicolumn-card__info {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media screen and (max-width: 749px) {
  .background-none .slider .multicolumn-card__info {
    padding-bottom: 1rem;
  }

  .multicolumn.background-none .slider.slider--mobile {
    margin-bottom: 0rem;
  }
}

@media screen and (min-width: 750px) {
  .background-none .multicolumn-card__image-wrapper {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .background-none .multicolumn-list .multicolumn-card__info,
  .background-none .multicolumn-list:not(.slider) .center .multicolumn-card__info {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.multicolumn-card {
  position: relative;
  box-sizing: border-box;
}

.multicolumn-card > .multicolumn-card__image-wrapper--full-width:not(.multicolumn-card-spacing) {
  border-top-left-radius: calc(var(--text-boxes-radius) - var(--text-boxes-border-width));
  border-top-right-radius: calc(var(--text-boxes-radius) - var(--text-boxes-border-width));
  overflow: hidden;
}

.multicolumn.background-none .multicolumn-card {
  border-radius: 0;
}

.multicolumn-card__info .link {
  text-decoration: none;
  font-size: inherit;
  margin-top: 1.5rem;
}

.multicolumn-card__info .icon-wrap {
  margin-left: 0.8rem;
  white-space: nowrap;
}

@media screen and (min-width: 990px) {
  .multicolumn-list__item--empty {
    display: list-item;
  }
}
.section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
  padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
}

@media screen and (min-width: 750px) {
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }
}

/* Make sure the image wrapper has a relative position so that text can be absolutely positioned */
.multicolumn-card__image-wrapper {
  position: relative;
  transition: opacity 0.3s ease; /* Smooth transition for opacity change */
}

/* On hover, fade the image to 40% opacity */
.multicolumn-card__image-wrapper:hover img {
  opacity: 0.4; /* 40% opacity on hover */
}

/* Make the hover text wrapper hidden initially and centered */
.hover-text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  visibility: hidden; /* Hide text by default */
  z-index: 10; /* Text should be above the image */
  background-color: transparent; /* Transparent background */
  border-radius: 5px; /* Optional: Rounded corners for text box */
  pointer-events: none; /* Prevent interaction with text itself (for clicks) */
}

/* Show the hover text when hovering over the image */
.multicolumn-card__image-wrapper:hover .hover-text-wrapper {
  visibility: visible; /* Show the hover text */
}

/* Ensure the text itself is fully opaque (black) and not affected by opacity from parent */
.hover-text {
  color: #000 !important; /* Solid black text */
  font-size: 25px !important; /* Adjust font size */
  font-family: 'Nobile', sans-serif; /* Apply Nobile font */
  font-weight: bold !important; /* Optional: Make text bold */
  line-height: 1.5 !important;
  opacity: 1 !important; /* Ensure text is 100% opaque (no transparency) */
  z-index: 11; /* Ensure text is above everything else */
}

/* Ensure the link is above the text and still clickable */
.multicolumn-card__image-wrapper a {
  position: relative;
  z-index: 2; /* Make sure the link stays above the image */
  display: block; /* Make sure the link takes up the full area of the image */
}

@media screen and (max-width: 750px) {
  /* Ensure image stays solid on mobile (no opacity change) */
  .multicolumn-card__image-wrapper .multicolumn-card__image {
    opacity: 1 !important; /* Remove the fade effect on the image */
  }

  /* Set the image wrapper to take full width */
  .multicolumn-card__image-wrapper {
    position: relative;
    padding: 0; /* No padding */
    width: 100%; /* Full width of the container */
    box-sizing: border-box; /* Prevent overflow */
  }

  /* Hover text becomes regular text and centered under the image */
  .hover-text-wrapper {
    position: relative;
    visibility: visible !important; /* Make sure text is visible */
    text-align: center; /* Center the text horizontally */
    width: 100%; /* Full width of the container */
    margin-top: 10px; /* Space between image and text */
    padding: 0; /* Remove extra padding */
    background-color: transparent; /* No background */
    border-radius: 0; /* No rounded corners */
    box-sizing: border-box; /* Prevent overflow */
  }

  /* Adjust the hover text (main text) to fit within the image width */
  .hover-text {
    display: inline-block; /* Allows text to wrap if needed */
    opacity: 1 !important; /* Ensure text is fully visible */
    font-size: 25px; /* Adjust font size */
    font-family: 'Nobile', sans-serif; /* Apply Nobile font */
    font-weight: bold; /* Make the text bold */
    color: black; /* Make sure the text is black */
    text-align: center; /* Center the text inside */
    width: 100%; /* Full width */
    word-wrap: break-word; /* Allow text to break and wrap inside the container */
    overflow-wrap: break-word; /* Handle long words and wrap them */
    padding: 0 10px; /* Add a little padding for spacing */
    box-sizing: border-box; /* Prevent overflow */
  }
}




