/** Shopify CDN: Minification failed

Line 574:0 All "@import" rules must come first

**/
.PageOverlay.is-visible ~ div button.kl-teaser-Urb7Qc {
  display: none;
}

.Drawer__Cart__Recap {
  text-align: right;
}

/** Featured In */

.Section-Featured-In {
  padding: 0;
}

.Featured-InList {
  display: flex;
  align-items: center;
}

.Featured-InHeading {
  text-align: center;
  padding-bottom: 20px;
  color: #303030;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.LogoContainer {
  margin: 0 auto;
  padding: 0 0px;
}

@media screen and (min-width: 641px) {
  .LogoContainer {
    margin: 0 auto;
    padding: 0 10px;
  }
}

@media screen and (min-width: 1140px) {
  .Featured-InList {
    max-width: 880px;
  }
}

@media screen and (min-width: 1440px) {
}

/** Hero Image */

.StartHero__ImageContainer {
  height: 100%;
  overflow: hidden;
}
#Heroslide-0 {
  overflow: hidden;
}

.StartHero__Image {
  z-index: 0;
}

.StartHero__Content {
  position: absolute;
  padding: 0 24px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.StartHero__Content--middleLeft,
.StartHero__Content--bottomLeft {
  text-align: left;
}
.StartHero__Content--middleLeft .ButtonGroup,
.StartHero__Content--bottomLeft .ButtonGroup {
  justify-content: flex-start;
}

.StartHero__Content--middleRight,
.StartHero__Content--bottomRight {
  text-align: right;
}
.StartHero__Content--middleRight .ButtonGroup,
.StartHero__Content--bottomRight .ButtonGroup {
  justify-content: flex-end;
}

.StartHero__Content--bottomLeft,
.StartHero__Content--bottomCenter,
.StartHero__Content--bottomRight {
  top: auto;
  bottom: 70px;
  left: 0;
  transform: none;
}

.Section--BubbleCollections {
  margin-bottom: 40px;
}

.Section--BubbleCollections-Wrapper:not(.flickity-enabled) {
  display: none;
}

div.Section--BubbleCollections-Container {
  max-width: 880px;
  margin: 0 auto;
}

.Section--BubbleCollections-Wrapper .flickity-viewport {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
}

div.Section--BubbleCollections-Wrapper {
  max-width: 880px;
}

div.Section--BubbleCollection--Single a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

div.Section--BubbleCollections-ImageWrapper {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
}

div.Section--BubbleCollection--Single {
  width: 160px;
  height: 170px;
}

p.Section--BubbleCollections-Title {
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  .Section--BubbleCollections {
    margin-bottom: 0px;
  }

  div.Section--BubbleCollections-Container {
    padding: 0 24px;
  }

  .Section--BubbleCollections-Wrapper .flickity-viewport {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  div.Section--BubbleCollection--Single {
    width: 110px;
    height: 140px;
  }

  div.Section--BubbleCollections-ImageWrapper {
    width: 80px;
    height: 80px;
  }
}

.Text-Inside-Collection {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.Text-Inside-Collection .FeatureText__Content {
  width: 80%;
  max-width: 80%;
  text-align: center;
}
.Text-Inside-Collection .SectionHeader__Description {
  text-align: center;
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  .StartHero__ImageContainer {
    height: 400px;
    overflow: hidden;
    --aspect-ratio: initial;
    background-size: cover !important;
    background-position-y: 80%;
  }

  .StartHero__Content.StartHero__Content--bottomCenter {
    bottom: 40px;
  }

  .StartHero__Content.StartHero__Content--bottomCenter h2 {
    margin-bottom: 160px;
  }
}

@media screen and (min-width: 641px) {
  .CollectionList--grid {
    max-width: 1600px;
    justify-content: center;
    margin: 0 auto;
  }
  .CollectionList--grid .Link.Link--underline::before {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .CollectionList--grid {
    margin: 12px 12px 12px 12px;
    display: grid;
    justify-content: center;
    grid-template-columns: calc(50% - (12px + 10px)) calc(50% - (12px + 10px));
    justify-items: center;
    grid-template-rows: 240px 240px 240px;
    gap: 20px;
    margin-bottom: 80px;
  }

  .CollectionItem__Wrapper.CollectionItem__Wrapper--small {
    background: none !important;
  }

  .CollectionList--grid .CollectionItem {
    padding: 0;
  }

  .CollectionList--grid .CollectionItem__Wrapper--small {
    height: 240px;
  }

  .CollectionList--grid .CollectionItem__ImageWrapper {
    height: 200px;
  }

  .CollectionList--grid .ollectionItem__Content.CollectionItem__Content--bottomLeft {
    position: relative;
  }

  .CollectionList--grid h2.SectionHeader__Heading.u-h1 {
    font-family: var(--text-font-family);
    font-weight: var(--text-font-weight);
    font-style: var(--text-font-style);
    color: var(--text-color) !important;
    font-size: 14px;
    text-transform: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: initial;
  }

  .CollectionList--grid .CollectionItem__Content {
    bottom: initial;
    padding: 0;
    margin-top: 10px;
  }

  .CollectionList--grid .SectionHeader__ButtonWrapper {
    display: none;
  }

  .kl-teaser-Urb7Qc {
    width: 80px !important;
    height: 80px !important;
  }
}

.StartHero__ImageContainer.Image--contrast::after {
  background-image: linear-gradient(to top, rgba(4, 4, 4, 0.15), rgba(54, 54, 54, 0.05));
}

/** Icons ATC */

.CTA_Custom_Icons {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 20px;
}

.CTA_Custom_Icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin: 0 10px;
}

.CTA_Custom_Icon_Text {
  font-size: 11px;
}

/** Icons AEB */

.Bestseller_AEB {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  margin-top: -40px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.AEB_Custom_Icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 25px;
}

.AEB_Custom_Icon_Icon {
  margin-right: 5px;
  width: 80px;
  display: flex;
}

.Bestseller_AEB_Image {
  width: 500px;
}

.AEB_Custom_Icon_Text {
  width: 250px;
}
@media screen and (max-width: 1400px) {
  .Bestseller_AEB {
    margin-top: -40px;
  }
  .AEB_Custom_Icon_Text {
    width: 150px;
  }
}

@media screen and (max-width: 1200px) {
  .Bestseller_AEB {
    margin-top: -20px;
  }
  .AEB_Custom_Icon_Text {
    width: 100px;
  }
}

.display-mobile-only {
  display: none;
}

@media screen and (max-width: 940px) {
  .Bestseller .Heading {
    z-index: 2;
  }
  .Bestseller_AEB {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
  }
  .Bestseller_AEB_Icons {
    order: 2;
  }
  .Bestseller_AEB_Image {
    order: 1;
    margin-top: -40px;
    margin-bottom: 20px;
    z-index: 1;
    width: 350px;
  }
  .AEB_Custom_Icon {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .AEB_Custom_Icon_Text {
    width: 100%;
  }
  .display-mobile-only {
    display: flex;
  }
  .hide-mobile {
    display: none;
  }
}

.ProductMeta__Description .Rte p {
  margin-bottom: 8px;
}

.CTA_Payment_Methods {
  margin-top: 5px;
  padding-top: 15px;
  border-top: 0px solid #e3e3e3;
}

.CTA_Payment_Methods ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.CTA_Payment_Methods .HorizontalList__Item {
  margin: 0;
}

#shopify-block-3ef50c96-7983-4e74-9eb9-5539a5fc9476 {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  #shopify-block-3ef50c96-7983-4e74-9eb9-5539a5fc9476 {
    text-align: center;
  }
}

.ProductForm_QTY_ATC {
  display: flex;
}

.ProductForm_QTY_ATC .ProductForm__QuantitySelector {
  margin: 0;
  margin-right: 10px;
}

.ProductForm_QTY_ATC .ProductForm__BuyButtons {
  width: 100%;
}

.ProductForm_QTY_ATC .ProductForm__BuyButtons .Button--primary {
  height: 100%;
}

.ProductForm_QTY_ATC .QuantitySelector--large .QuantitySelector__Button {
  padding: 10px 10px;
}

.Section-Featured-In {
  margin-top: 20px;
}

/* ===== ASALEA pura Rebrand ===== */

:root {
  --asalea-sage: #9CAF88;
  --asalea-sage-light: #B5C4A5;
  --asalea-dark: #262A26;
  --asalea-charcoal: #3A423A;
  --asalea-stone: #F7F9F7;
  --asalea-beige: #F0F2F0;
}

.Button--primary {
  background-color: var(--asalea-sage) !important;
  border-color: var(--asalea-sage) !important;
  color: #fff !important;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.Button--primary:hover {
  background-color: var(--asalea-sage-light) !important;
  border-color: var(--asalea-sage-light) !important;
}

.Button--secondary {
  border-color: var(--asalea-charcoal) !important;
  color: var(--asalea-charcoal) !important;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.Button--secondary:hover {
  background-color: var(--asalea-charcoal) !important;
  color: #fff !important;
}

.Header__Logo img {
  max-height: 50px;
}

body.prestige--v4 {
  font-family: 'Mulish', -apple-system, BlinkMacSystemFont, sans-serif;
}

.Heading {
  font-family: 'Playfair Display', Georgia, serif;
}

.SectionHeader__Heading {
  letter-spacing: 0.05em;
}

.ProductItem__Title {
  font-family: 'Playfair Display', Georgia, serif;
}

.Footer {
  background-color: var(--asalea-dark);
  color: var(--asalea-beige);
}

.Footer__Title {
  color: #fff;
  letter-spacing: 0.15em;
}

.Footer .Link--primary {
  color: var(--asalea-beige);
}

.Footer .Link--primary:hover {
  color: var(--asalea-sage);
}

.Drawer .Button--primary {
  border-radius: 50px;
}

.ProductForm__AddToCart {
  border-radius: 50px !important;
}

.Form__Submit {
  border-radius: 50px !important;
  background-color: var(--asalea-sage) !important;
  border-color: var(--asalea-sage) !important;
}

a.Link--underline::before {
  background-color: var(--asalea-sage);
}

.AnnouncementBar {
  background-color: var(--asalea-sage) !important;
  color: #fff !important;
}

.ProductItem__PriceList .Price--highlight {
  color: var(--asalea-sage);
}

.Drawer__Header {
  border-bottom-color: var(--asalea-beige);
}

.Drawer__Footer {
  border-top-color: var(--asalea-beige);
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&family=Mulish:wght@300;400;500;600&display=swap');
