/** Shopify CDN: Minification failed

Line 93:0 Unexpected "}"

**/
/* --- HOME
=================================== */

/* --- Info/Social bar --- */
.announcement-bar__message .btn-shine{
  display: flex;
  align-items: center;
  gap: 10px;
}

/* --- Featured collection --- */
@media screen and (min-width: 990px) {
  .collection .slider-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    justify-content: space-between !important;
    width: 100%;
  }
}

/* --- BTN: Add to cart --- */
.product-form__buttons .product-form__submit,
.product-form__buttons .shopify-payment-button {
  width: 100% !important;
}

/* --- No display --- */
footer.footer .footer__copyright small:nth-child(2),
.wishlist-popup .wishlit-popupinr .wishlist-p-right p,
.globo-swatch-product-detail .globo-color-swatch--watermarks {
  display: none;
}

/* --- APP
=================================== */

/* --- Klaviyo --- */
.needsclick .go249761392 .kl-private-reset-css-Xuajs1 a svg {
  display: none !important;
}

/* --- Whishlist --- */
.h-wishlist-icon svg.icon {
  width: 2.5rem;
  height: 2.5rem;
}
/* ------ BTN: Heart svg – Collections ------ */
.wish-btn {
  position: absolute;
  right: 0;
  z-index: 9;
}
.wish-btn .wishlist-engine-button {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1;
  transition: color var(--duration-long) ease, opacity var(--duration-long) ease;
  box-shadow: 0 0 4rem rgba(var(--color-foreground),.2);
}
/* ------ BTN: Add to wishlist – Every product ------ */
.wishlist-engine {
  display: flex;
  flex-direction: column;
}

/* --- LPG
=================================== */
.lpg section {
  margin-top: 0;
}
/* --- landing-page --- */
section#shopify-section-template--22561552204015__custom_liquid_7aziWU .color-option-1 {
  background-image: url(/cdn/shop/files/relaxing-bean-bags-laid-out-shady-grass-contemporary-outdoor-event_157027-4351.webp?v=1782248802);
  background-size: cover;
  background-repeat: no-repeat;
}
section#shopify-section-template--22561552204015__custom_liquid_7aziWU .color-option-1 * {
    color: white;
}
}
/* ---  --- */
section#shopify-section-template--19978291904614__rich_text_PR7TBH {
    margin: 0 0 48px 0;
}

.lpg .banner-media {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.lpg .banner-media::after {
  content: "";
  position: absolute;
  top: 0;
  background: rgb(var(--color-base-opacity));
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.lpg .card-badge {
  display: none;
}

.lpg .subcollections .subcollections-title {
  text-align: center;
}

#signup .needsclick {
  display: none;
}

#signup .needsclick:first-child {
    display: block;
}

#image-media::after {
  opacity: 0.4;
  z-index: 0;
}

.lpg footer {
  padding-top: 0;
  padding-bottom: 24px;
}

/* --- COLLECTIONS
=================================== */

/* --- Image cards --- */
.card-media .media img:hover {
  transform: scale(1.2) !important;
}