/** Shopify CDN: Minification failed

Line 505:0 Expected "}" to go with "{"

**/
.egio-section {
  background: #f7f3ea;
  color: #6d6d6b;
}

.egio-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
}


.egio-hero {
  display: grid;
  grid-template-columns: 56% 44%;
  height: 600px;
  min-height: 0;
  background: #6d6d6b;
  overflow: hidden;
}

.egio-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 36px 28px 36px clamp(55px, 5vw, 95px);

  box-sizing: border-box;
  min-width: 0;
  z-index: 2;
}

.egio-hero__heading {
  font-family: Georgia, serif;
  font-size: clamp(46px, 3.1vw, 54px);
  line-height: 1.04;
  font-weight: 400;
  letter-spacing: -1px;

  width: 100%;
  max-width: 790px;

  margin: 0 0 22px;
}

.egio-hero__line {
  width: 180px;
  height: 1px;
  background: #c6a24a;
  margin: 0 0 22px;
  position: relative;
}

.egio-hero__line::after {
  content: "✦";
  position: absolute;
  right: -14px;
  top: -11px;
  color: #c6a24a;
  font-size: 18px;
}

.egio-hero__text {
  font-size: clamp(23px, 1.7vw, 30px);
  line-height: 1.4;
  width: 100%;
  max-width: 760px;
  margin: 0 0 26px;
}

.egio-hero__text p {
  margin-top: 0;
  margin-bottom: 16px;
}

.egio-hero__text p:last-child {
  margin-bottom: 0;
}

.egio-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: fit-content;
  min-width: 210px;
  min-height: 52px;

  padding: 0 28px;

  background: #f7f7fa;
  color: #15026d;

  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
}

.egio-hero__image {
  display: flex;
  align-items: center;
  justify-content: flex-end;

  height: 100%;
  min-width: 0;

  overflow: hidden;
  background: #6d6d6b;
}

.egio-hero__image img {
  width: 100%;
  height: 100%;

  max-height: none;

  object-fit: contain;
  object-position: right center;

  display: block;
}


.egio-trust {
  background: #fbf7ef;
  border-top: 1px solid rgba(198, 162, 74, 0.25);
  border-bottom: 1px solid rgba(198, 162, 74, 0.25);
}

.egio-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.egio-trust__item {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 24px 28px;
  border-right: 1px solid rgba(198, 162, 74, 0.25);
}

.egio-trust__item:last-child {
  border-right: 0;
}

.egio-trust__icon {
  color: #c6a24a;
  font-size: 30px;
  line-height: 1;
}

.egio-trust__title {
  font-size: 15px;
  line-height: 1.35;
  margin: 0;
}


.egio-title {
  font-family: Georgia, serif;
  font-size: 42px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

.egio-subtitle {
  text-align: center;
  margin: 12px auto 36px;
  max-width: 600px;
  font-size: 16px;
  color: #555;
}


.egio-collections {
  padding: 64px 0;
  background: #fffdf8;
}

.egio-collection-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.egio-card {
  background: #f7f3ea;
  text-align: center;
  text-decoration: none;
  color: #171717;

  overflow: hidden;
  border-radius: 6px;
  display: block;
}

.egio-card img {
  width: 100%;
  height: auto;

  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;

  display: block;
}

.egio-card__body {
  padding: 18px 10px 20px;
}

.egio-card__title {
  font-size: 14px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.egio-card__link {
  font-size: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}


.egio-why {
  padding: 70px 0;
  background: #fffdf8;
}

.egio-why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  margin-top: 42px;
  border-top: 1px solid rgba(198, 162, 74, 0.25);
}

.egio-why__item {
  text-align: center;
  padding: 34px 26px;
  border-right: 1px solid rgba(198, 162, 74, 0.25);
}

.egio-why__item:last-child {
  border-right: 0;
}

.egio-why__icon {
  font-size: 46px;
  color: #c6a24a;
  margin-bottom: 18px;
}

.egio-why__heading {
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 12px;
}

.egio-why__text {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  color: #444;
}


.egio-lifestyle {
  display: grid;
  grid-template-columns: 33% 67%;
  background: #f7f3ea;
  min-height: 430px;
}

.egio-lifestyle__image {
  overflow: hidden;
}

.egio-lifestyle__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.egio-lifestyle__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 55px 70px;
}

.egio-lifestyle__heading {
  font-family: Georgia, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 20px;
  max-width: 620px;
}

.egio-lifestyle__text {
  font-size: 17px;
  line-height: 1.65;
  max-width: 620px;
  margin-bottom: 30px;
}


@media screen and (max-width: 989px) {
  .egio-hero,
  .egio-lifestyle {
    grid-template-columns: 1fr;
  }

  .egio-hero {
    height: auto;
    min-height: 0;
  }

  .egio-hero__content {
    padding: 46px 32px;
  }

  .egio-hero__heading {
    font-size: 43px;
    max-width: 720px;
  }

  .egio-hero__text {
    font-size: 25px;
    max-width: 680px;
  }

  .egio-hero__image {
    width: 100%;
    height: 500px;
  }

  .egio-hero__image img {
    width: 100%;
    height: 100%;
    min-height: 0;

    object-fit: cover;
    object-position: center 20%;
  }

  .egio-trust__grid,
  .egio-why__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .egio-collection-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
  }

  .egio-lifestyle__content {
    padding: 48px 28px;
  }
}


@media screen and (max-width: 600px) {
  .egio-container {
    padding: 0 18px;
  }

  .egio-hero__content {
    padding: 36px 22px;
  }

  .egio-hero__heading {
    font-size: 37px;
    line-height: 1.08;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
  }

  .egio-hero__line {
    margin-bottom: 20px;
  }

  .egio-hero__text {
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 24px;
  }

  .egio-button {
    min-width: 190px;
    min-height: 50px;
    padding: 0 22px;
    font-size: 12px;
  }

  .egio-hero__image {
    height: 400px;
  }

  .egio-hero__image img {
    object-fit: cover;
    object-position: center top;
  }

  .egio-trust__grid,
  .egio-why__grid {
    grid-template-columns: 1fr;
  }

  .egio-trust__item,
  .egio-why__item {
    border-right: 0;
    border-bottom: 1px solid rgba(198, 162, 74, 0.25);
  }

  .egio-title {
    font-size: 34px;
  }

  .egio-lifestyle__content {
    padding: 40px 22px;
  }

  .egio-lifestyle__heading {
    font-size: 36px;
  }
}


@media screen and (max-width: 749px) {
  .egio-collection-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .egio-card__title {
    font-size: 13px;
    letter-spacing: 1.6px;
    line-height: 1.3;

    word-break: normal;
    overflow-wrap: normal;
  }

  .egio-card__body {
    padding: 16px 8px 18px;
  }

  .egio-card__link {
    font-size: 12px;
    letter-spacing: 1.3px;
  }
}

.header__heading-logo {
  width: 420px !important;
  max-width: 420px !important;
}

@media screen and (max-width: 749px) {
  .header__heading-logo {
    width: 180px !important;
    max-width: 180px !important;
  }
}@media screen and (max-width: 749px) {

  .egio-hero {
    display: block;
    min-height: auto;
  }

  .egio-hero__content {
    display: none;
  }

  .egio-hero__image {
    width: 100%;
    display: block;
  }

  .egio-hero__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
