/** Shopify CDN: Minification failed

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

**/
.subtitle {
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.9);
}
.header__heading-link {
  padding-top: 0;
  padding-bottom: 0;
}
.header .list-menu__item {
  font-size: 1.8rem;
}

.banner__heading strong {
  display: block;
  font-weight: normal;
}
.main-home-banner .banner__heading.hxxl strong {
  text-align: right;
  font-size: 120%;
  color: #ffcf00;
  margin-top: 2rem;
}

.product-card-wrapper .card__heading {
  font-size: 2rem;
}
.footer-block__details-content ul {
  list-style: none;
  padding: 0;
}
.footer-block__details-content ul li {
  margin-bottom: 1rem;
}
.footer-block__details-content a {
  color: rgb(var(--color-foreground));
  text-decoration: none;
}
.footer-block__brand-info .footer__list-social {
  margin-top: 2rem;
}
.newsletter .newsletter-form {
  max-width: 66rem;
}
.newsletter .newsletter__wrapper .newsletter-form__field-wrapper {
  max-width: 100%;
}
.footer .footer-block__heading {
  font-size: 2.4rem;
}
.footer .footer__content-bottom {
  padding-top: 0;
}

.copyright__content img {
  vertical-align: middle;
  width: 80px;
}

.cart-drawer .cart__ctas {
  flex-direction: column;
}

.collection-hero.collection-hero--with-image {
  position: relative;
  z-index: 0;
}
.collection-hero.collection-hero--with-image .collection-hero__image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  height: 100%;
  z-index: -1;
  opacity: 0.4;
}
.collection-hero__inner {
  text-align: center;
}
.collection-hero.collection-hero--with-image .collection-hero__text-wrapper {
  padding-right: 0;
  flex-basis: 100%;
}
.collection-hero .collection-hero__title {
  text-transform: capitalize;
  margin: 0;
}
.breadcrumb:not(:only-child) {
  margin-top: 1.5rem;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.breadcrumb a {
  color: rgb(var(--color-foreground));
  text-decoration: none;
}
.breadcrumb a:after {
  content: "/";
  margin: 0 0.5rem;
}

product-info .breadcrumb {
  margin-bottom: 4rem;
  justify-content: flex-start;
}

.facets-container-drawer {
  background: #dff5fa;
  padding: 1rem 1.5rem;
}
.list-grid-view {
  display: flex;
  margin-right: auto;
}
.list-grid-view button {
  border: none;
  background: rgb(var(--color-foreground));
  color: #fff;
  width: 3.5rem;
  height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  cursor: pointer;
}
.list-grid-view button.active {
  background: rgb(var(--color-button));
}
.list-grid-view button svg {
  fill: currentcolor;
}

.product-list-view .card {
  text-align: left;
}
.product-list-view .card:not(.ratio) {
  flex-direction: row;
  align-items: center;
}
.product-list-view .card:not(.ratio) .card-information {
  text-align: left;
}
.product-list-view .card:not(.ratio) > .card__content {
  padding: 3rem;
}

.facets-container .facets__form,
.facets-container.facets-container-drawer .product-count {
  margin-bottom: 0;
}
facet-filters-form .facet-filters__sort:focus-visible,
facet-filters-form .mobile-facets__sort .select__select:focus-visible {
  box-shadow: none;
  outline: none;
}
.facet-filters__field .select__select,
facet-filters-form .mobile-facets__sort .select__select {
  background: rgb(var(--color-foreground));
  color: rgb(var(--color-button-text));
  padding: 0.5rem 3rem 0.5rem 1rem;
  margin: 0;
}
.facet-filters__field .select .svg-wrapper,
facet-filters-form .mobile-facets__sort .select .svg-wrapper {
  color: rgb(var(--color-button-text));
  right: 1rem;
}

.product-media-modal__content > * {
  max-width: fit-content;
  max-height: 90vh;
}
.related-products__heading {
  text-align: center;
}
.product__info-wrapper .accordion__title {
  font-size: 2.4rem;
}
.product__info-wrapper .accordion__content h1 {
  font-size: 3rem;
}
.product__info-wrapper .accordion__content h2 {
  font-size: 2.4rem;
}
.product__info-wrapper .accordion__content h3 {
  font-size: 2rem;
}
.product__info-wrapper .accordion__content h1 {
  font-size: 1.8rem;
}
.other-informations .info-row {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}
.other-informations .info-row:last-child {
  margin-bottom: 0;
}
.other-informations .info-row label {
  flex: 0 0 14rem;
  font-weight: 700;
  padding: 0.5rem 0;
  line-height: 2.2rem;
}
.other-informations .info-row .info-content {
  flex: 1 1 auto;
}

.product__info-wrapper .product-form__input {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  column-gap: 0.7rem;
  row-gap: 0.7rem;
}
.product__info-wrapper .product-form__input .product-form__input_inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  column-gap: 0.7rem;
  row-gap: 0.7rem;
}
.product__info-wrapper
  .product-form__input
  .product-form__input_inner
  .variant-options {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.7rem;
  row-gap: 0.7rem;
}
.product__info-wrapper .product-form__input .form__label {
  font-size: 1.6rem;
  flex: 0 0 14rem;
  font-weight: 700;
  padding: 0.5rem 0;
  line-height: 2.2rem;
}
.product__info-wrapper .product-form__input--pill input[type="radio"] + label {
  margin: 0;
  padding: 0.5rem 1.6rem;
  line-height: 2.2rem;
  font-size: 1.6rem;
}
.quantity {
  min-height: calc((var(--inputs-border-width) * 2) + 3.4rem);
}
.quantity__input:focus-visible {
  box-shadow: none;
  outline: none;
  background: none;
}

.custom-product .grid {
  align-items: center;
}

.custom-product .left-images {
  flex: 0 0 calc(30% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  max-width: calc(30% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
}
.custom-product .left-images img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.custom-product .left-images img:first-child:not(:only-child) {
  width: 75%;
  display: block;
  margin-left: auto;
  margin-bottom: var(--grid-desktop-horizontal-spacing);
}
.custom-product .product-show {
  flex: 0 0 calc(20% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
}
.custom-product .product-show .card__content,
.custom-product .product-show .card-information {
  text-align: left;
}
.custom-product .heading {
  flex: 1 1 0;
  text-align: center;
}
.custom-product .heading .title {
  margin: 0;
  transition: 0.6s;
  color: rgb(var(--color-foreground));
}
.custom-product .heading:hover .title {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgb(var(--color-foreground));
  /* color: transparent; */
}

.image-fit .image-with-text__media img {
  object-fit: contain;
}

.multicolumn-icon {
  width: 5rem;
  height: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
  transition: 0.4s;
}
.multicolumn .multicolumn-card:hover .multicolumn-icon {
  background: rgb(var(--color-button));
}
.multicolumn-icon svg {
  width: 2rem;
}
.multicolumn .multicolumn-card__info a:not(.link) {
  color: rgb(var(--color-foreground));
  text-decoration: none;
}
.multicolumn .multicolumn-card__info h3 {
  font-weight: 700;
}
.contact-blocks.multicolumn .multicolumn-card__info {
  padding: 3rem;
}
.contact-blocks .multicolumn-card {
  border: 1px solid rgb(var(--color-foreground));
}
.contact-blocks .multicolumn-card .multicolumn-card__info h3 {
  margin: 2rem 0;
}

.contact .field .field__input {
  background: #fff;
}
.contact__button {
  text-align: center;
}
.contact__button .button {
  width: 100%;
  max-width: 30rem;
}

.page-banner {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.page-banner.text-left nav.breadcrumb {
  justify-content: flex-start;
}
.page-banner.text-right nav.breadcrumb {
  justify-content: flex-end;
}

.page-banner .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-banner .title {
  margin: 0;
  text-transform: capitalize;
  text-align: center;
}

.collection-list .collection-list__item:only-child {
  max-width: 400px;
  margin: 0 auto;
}

.article-template {
  padding: 64px 0;
}
.article-template .caption-with-letter-spacing {
  font-size: 1.6rem;
}
.form__message:focus-visible {
  outline: none;
  box-shadow: none;
}

.main-blog .blog-articles {
  grid-template-columns: 1fr 1fr 1fr;
}

.article-card-wrapper .card--standard {
  z-index: 0;
}
.article-card-wrapper .card--standard .card__inner {
  z-index: -1;
}
.article-card-wrapper .card--standard > .card__content {
  padding: 2rem 3rem;
  margin-top: -5rem;
  max-width: 85%;
  background: #dff5fa;
}
.article-card-wrapper .article-card__info {
  font-size: 1.4rem;
  font-family: var(--font-body-family);
  margin-bottom: 1.5rem;
  padding-top: 0;
}
.article-card-wrapper .readmore {
  color: rgb(var(--color-foreground));
  display: inline-block;
  padding: 1.6rem 5rem;
  position: relative;
  text-decoration: none;
}
.article-card-wrapper:hover .readmore {
  text-decoration: none;
}
.article-card-wrapper .readmore:before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 0.2rem;
  background: rgb(var(--color-foreground));
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.article-card-wrapper .readmore:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0.2rem;
  background: rgb(var(--color-button));
  left: 0;
  top: 50%;
  margin-top: -1px;
  transition: 0.4s;
}
.article-card-wrapper:hover .readmore:after {
  width: 3rem;
}

.blog__posts .article-card .card__information {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.customer > h1:focus-visible,
.customer__title:focus-visible {
  box-shadow: none;
  outline: none;
}

.customer .form-action {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 4rem 0 0;
}
.customer .form-action button {
  margin: 0;
}
.login.customer .form-action a {
  margin: 0;
}

.customer a.button {
  display: inline-flex;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(var(--color-button-text));
  text-decoration: none;
}

body .customer.addresses {
  max-width: 1100px !important;
}
.customer select + .svg-wrapper {
  right: 1rem;
}

.customer .field label span {
  color: #ff0000;
}

.addresses ul[role="list"] {
  display: grid;
  column-gap: 3rem;
  row-gap: 3rem;
  grid-template-columns: 1fr;
}
.addresses ul[role="list"] li {
  border: 1px solid rgb(var(--color-button));
  padding: 1.5rem;
  position: relative;
  margin: 0;
}
.addresses ul[role="list"] li h2 {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-size: 1.6rem;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  padding: 0.5rem 1.2rem;
}

.collapsible-content .collapsible-content-wrapper-narrow {
  max-width: 110rem;
}
.collapsible-content .collapsible-content-wrapper-narrow .accordion__title {
  font-size: 2.4rem;
}

.contact .form__message.success {
  color: green;
}

.is-empty .cart__warnings {
  padding-bottom: 6.4rem;
}

button.sdd-download-button {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(var(--color-button-text));
  border: 0;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 4.7rem;
  padding: 0 3rem;
  border-radius: 5px;
  cursor: pointer;
}

.image-with-text__text.rte ul{
  list-style-position: outside;
} 

@media screen and (min-width: 750px) {
  .collection-hero {
    padding: 6.4rem 0 !important;
  }
  .facets-container.facets-container-drawer .mobile-facets__wrapper {
    flex-grow: initial;
  }
  .contact .contact__fields {
    grid-template-columns: repeat(3, 1fr);
  }
  .contact .field textarea.field__input {
    min-height: 22rem;
  }

  body .customer:not(.account):not(.order) {
    max-width: 65rem;
    background: #fff;
    padding: 3rem;
    margin: 6.4rem auto;
  }
}
@media screen and (min-width: 990px) {
  .header .list-menu__item {
    padding: 1.2rem 3rem;
  }
  .header--top-left {
    grid-template-areas: "heading navigation icons";
    grid-template-columns: auto auto auto;
  }
  .header--top-left .header__inline-menu {
    margin-left: 0;
    margin-top: 0 !important;
  }
  .header--top-left .list-menu--inline {
    width: 100%;
    justify-content: center;
  }
  .main-home-banner .banner__heading.hxxl {
    font-size: 15rem;
    transition: 0.8s;
  }
  .main-home-banner .banner__heading.hxxl:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .main-home-banner .banner__heading.hxxl strong {
    font-size: 20rem;
    margin-top: 86px;
  }
  .banner .banner__content {
    max-width: 1200px;
  }
  .banner.banner--content-align-left.banner--desktop-transparent .banner__box {
    max-width: 94rem;
    width: 100%;
  }
}
@media screen and (min-width: 1170px) {
  .page-width--narrow {
    max-width: 110rem;
  }
  .addresses ul[role="list"] {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 750px) and (max-width: 1279px) {
  .hxxl {
    font-size: clamp(
      calc(var(--font-heading-scale) * 5.6rem),
      14vw,
      calc(var(--font-heading-scale) * 5.2rem)
    );
  }
  .h0 {
    font-size: calc(var(--font-heading-scale) * 4.6rem);
  }
}
@media screen and (max-width: 1199px) {
  .header__heading-logo {
    width: 18rem;
  }
  .header .list-menu__item {
    font-size: 1.6rem;
    padding: 1.2rem 1.5rem;
  }
  .article-card-wrapper .card--standard > .card__content {
    padding: 1.5rem;
  }
  .main-home-banner .banner__heading.hxxl strong {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 989px) {
  .main-home-banner .banner__content .banner__box {
    width: 100%;
    max-width: 50rem !important;
  }
  .custom-product .heading {
    flex: 1 1 100%;
    order: -1;
  }
  .custom-product .left-images {
    flex: 0 0 calc(65% - var(--grid-desktop-horizontal-spacing) * 1 / 2);
    max-width: calc(65% - var(--grid-desktop-horizontal-spacing) * 1 / 2);
  }
  .custom-product .product-show {
    flex: 0 0 calc(35% - var(--grid-desktop-horizontal-spacing) * 1 / 2);
    max-width: calc(35% - var(--grid-desktop-horizontal-spacing) * 1 / 2);
  }
  .image-with-text .grid__item {
    width: 100%;
  }
  .product__info-wrapper .product-form__input .form__label,
  .other-informations .info-row label {
    flex: 0 0 8rem;
  }
  .main-blog .blog-articles {
    grid-template-columns: 1fr 1fr;
  }

  .footer .grid--4-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) * 1 / 2);
  }

  .product__info-wrapper .product-form__input .product-form__input_inner {
    display: block;
  }
  .product__info-wrapper
    .product-form__input--pill
    input[type="radio"]
    + label {
    padding: 0.5rem 0.7rem;
  }
}
@media screen and (max-width: 749px) {
  .subtitle {
    font-size: 1.6rem;
  }
  .hxxl {
    font-size: clamp(
      calc(var(--font-heading-scale) * 3.2rem),
      14vw,
      calc(var(--font-heading-scale) * 4rem)
    );
  }
  .h0 {
    font-size: calc(var(--font-heading-scale) * 3rem);
  }
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
  .header {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .banner--mobile-bottom .banner__box {
    padding: 1.5rem !important;
  }
  .main-home-banner .banner__media:before {
    padding-bottom: 150% !important;
  }
  .main-home-banner .banner__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /* background-color: rgba(var(--color-background), 0.8); */
  }
  .main-home-banner .banner__content .banner__box {
    background: none;
  }
  .main-home-banner .banner__heading.hxxl strong {
    margin-top: 1rem;
    text-align: center;
    color: rgba(var(--color-button), 1);
  }
  .custom-product .left-images {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .custom-product .left-images img:first-child:not(:only-child) {
    width: 100%;
  }
  .custom-product .product-show {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .custom-product .heading {
    margin-bottom: 2rem;
  }
  .image-with-text__text-item .image-with-text__content {
    padding: 3rem 1.5rem;
  }
  .product-card-wrapper .card__heading {
    font-size: 1.8rem;
  }
  .list-grid-view {
    display: none;
  }
  .collection-hero {
    padding: 4.8rem 0 !important;
  }
  .product__info-wrapper .accordion__title {
    font-size: 2rem;
  }
  .main-blog .blog-articles {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
  .article-template {
    padding: 4.8rem 0;
  }
  .home-middle-banner.banner--mobile-bottom .banner__media {
    position: absolute;
  }
  .home-middle-banner.banner--mobile-bottom .banner__content .banner__box {
    background: none;
  }
  .cart-drawer .cart__ctas .button {
    width: 100%;
  }
  .collapsible-content .collapsible-content-wrapper-narrow .accordion__title {
    font-size: 2rem;
  }
  .footer .grid--4-col-tablet .grid__item {
    width: 100%;
  }
  .is-empty .cart__warnings {
    padding-bottom: 4.8rem;
  }
}
.announcement-bar__message span::after {
  content: " LOVEART25"; /* Text after the colon */
  color: yellow;
}



.slider-counter.caption {
    display: none;
}


  .popular-searches {
    text-align: center;
    padding: 5px 20px;
  }

  .popular-searches h2 {
    font-size: 52px;
    margin-bottom: 21px;
    font-weight: 400;
    font-family: 'EB Garamond';
}

  .popular-search-links a {
    font-size: 16px;
    text-decoration: underline;
    color: #000;
    margin: 0 4px;
  }
  @media screen and (max-width: 749px) {
    .popular-searches h2 {
    font-size: 30px;
    }
