/** Shopify CDN: Minification failed

Line 220:0 Unexpected "<"
Line 292:0 Unexpected "<"

**/

  .template-collection .collection__products {max-width: 95%; margin: auto;}
  .template-collection .product-item {padding: 5px;}
.announcement__text span strong {
    padding: 10px;
    letter-spacing: 1px;
}



.product__grid__cutline, .product__grid__title {color: black! important;}

#dummy-chat-button-iframe, .shop-pay-terms {
  display: none;
}
@media only screen and (max-width: 750px) {
 
  .header__logo__text {
    font-size: 14px;
    padding: 0px;
  }
  #shopify-section-template--16791887118562__b924720c-c618-4f32-99d9-449ae3368088 .collection-item__info p {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
}

  #shopify-section-template--15936908296418__hero .wide-image {
	    max-height: 500px;
}
 .product-item__bg__under {
display: none;
}
  .split-hero__half--right .split-hero__image {
	    background-position: 65% 100%! important;
}
}


.index-hero .hero__title {
    font-size: 50px;
    font-weight: bold;
}


@media screen and (min-width: 750px) {
.index-hero .hero__title {
    font-size: 100px;
    font-weight: bold;
}
  #shopify-section-template--16791887118562__b924720c-c618-4f32-99d9-449ae3368088 .collection-item__info p {
font-size: 25px;
}
  #shopify-section-template--16791887118562__1650649830f8f5a1d7 .index-hero .hero__content {
  max-width: 60%;
}
}

@media screen and (min-width: 1200px) { 
    #shopify-section-template--16791887118562__b924720c-c618-4f32-99d9-449ae3368088 .collection-item__info p {
font-size: 40px;
}
}

.search-outer input {
  border: none;
}

.input-group.newsletter-form input {
    border-bottom: 1px solid black;
    border-radius: 0px;
}
.footer__block__title {
  text-transform: uppercase;}

.zegsu-reviews-header-stars {
padding: 15px 0px;
}
.zegsu-review-total-text {
margin-top: 8px;
}
.product__selectors {
margin-top: 20px! important;
}
.product-description__content__holder {
margin-top: 40px;
}
#shopify-section-template--15936908296418__16612977631f3683ec .brick__section, 
#shopify-section-template--15936908296418__1661298111ecdbcee5 .brick__section {
      height: 200px!important;
    min-height: 200px!important;
    margin-top: -50px;
}

.collection-all .product-item:nth-of-type(2) {
display: none;}

.index-tab-collections .grid__heading { font-weight: bold; }



.index-collections-list .collection-item--centered .collection-item__info {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index:9;
}





#hide {
display: none;}



#shopify-section-template--16791887118562__b924720c-c618-4f32-99d9-449ae3368088 .collection-item__info p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.announcement__text p {
font-size: 15px;}

.template-collection .zegsu-collection-stars, 
.cart-dropdown__message {
display: none; }


.index-hero .background-size-cover {
      background-position: 50% 10%! important;

}

/*  .navlink--cart, .cart__checkout {
display: none! important;}

*/ 

.kanyon-glass-image{
    display:block;
    width:100%;
    height:100%;
    overflow:hidden;
    background:#e8dfd1;
}

.kanyon-glass-image img{
    display:block;
    width:100%;
    height:100%;
    min-height:680px;
    object-fit:cover;
    object-position:center center;
    transition:transform .5s ease;
}

.kanyon-glass-image:hover img{
    transform:scale(1.02);
}
.kanyon-candle-image{
    display:block;
    width:100%;
    height:100%;
    overflow:hidden;
    background:#efede7;
}

.kanyon-candle-image img{
    display:block;
    width:100%;
    height:100%;
    min-height:680px;
    object-fit:cover;
    object-position:center 68%;
    transition:transform .5s ease;
}

.kanyon-candle-image:hover img{
    transform:scale(1.02);
}

.hero-grid{
    height:min(
        100dvh - 120px,
        950px
    );
}
.custom-liquid-section {
    height: calc(100dvh - 120px);
}

.hero-banner img,
.hero-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* DESKTOP + MOBILE */

.hero-banner,
.hero-grid,
.hero-section {
    height: calc(100dvh - var(--header-height, 0px));
    min-height: calc(100dvh - var(--header-height, 0px));
    overflow: hidden;
}

<style>
  /* The exact Shopify section containing this sale banner */
  .kanyon-fullscreen-banner {
    height: var(--kanyon-banner-height) !important;
    min-height: var(--kanyon-banner-height) !important;
  }

  /* The row containing the three banner blocks */
  .kanyon-fullscreen-banner-row {
    height: 100% !important;
    min-height: 0 !important;
    align-items: stretch !important;
  }

  .kanyon-fullscreen-banner-row > * {
    height: 100% !important;
    min-height: 0 !important;
  }

  .kanyon-fullscreen-banner .sale-panel,
  .kanyon-fullscreen-banner .kanyon-glass-image,
  .kanyon-fullscreen-banner .kanyon-candle-image {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
  }

  .kanyon-fullscreen-banner .kanyon-glass-image img,
  .kanyon-fullscreen-banner .kanyon-candle-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
  }

  /* Mobile: keep the whole three-part banner within one screen */
  @media screen and (max-width: 749px) {
    .kanyon-fullscreen-banner-row {
      display: grid !important;
      grid-template-columns: 1fr !important;
      grid-template-rows: repeat(3, 1fr) !important;
    }

    .kanyon-fullscreen-banner .sale-panel {
      padding: 22px 24px !important;
      justify-content: center !important;
    }

    .kanyon-fullscreen-banner .sale-eyebrow {
      margin-bottom: 15px !important;
      font-size: 13px !important;
    }

    .kanyon-fullscreen-banner .sale-heading {
      margin-bottom: 12px !important;
     font-size: 5vw;
      line-height: 0.84 !important;
    }

    .kanyon-fullscreen-banner .sale-subheading {
      font-size: 17px !important;
      line-height: 1.15 !important;
    }

    .kanyon-fullscreen-banner .sale-link {
      margin-top: 20px !important;
      font-size: 15px !important;
    }
  }
</style>


/* Full-screen three-column homepage banner */
.ai-three-html-blocks__container-awek0tvjibmx3ae5kyaigenblockbec11e9fx8r7u {
  height: 100dvh !important;
  min-height: 100dvh !important;
  max-height: 100dvh !important;
  overflow: hidden !important;
  align-items: stretch !important;
}



/* Make the text panel and image links fill their columns */
.ai-three-html-blocks__container-awek0tvjibmx3ae5kyaigenblockbec11e9fx8r7u .sale-panel,
.ai-three-html-blocks__container-awek0tvjibmx3ae5kyaigenblockbec11e9fx8r7u .kanyon-glass-image,
.ai-three-html-blocks__container-awek0tvjibmx3ae5kyaigenblockbec11e9fx8r7u .kanyon-candle-image {
  height: 100% !important;
  min-height: 0 !important;
  max-height: 100% !important;
}

/* Make both images fill their columns without stretching */
.ai-three-html-blocks__container-awek0tvjibmx3ae5kyaigenblockbec11e9fx8r7u img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
}
.ai-three-html-blocks__container-awek0tvjibmx3ae5kyaigenblockbec11e9fx8r7u {
  height: calc(100dvh - 120px) !important;
  min-height: calc(100dvh - 120px) !important;
  max-height: calc(100dvh - 120px) !important;
  overflow: hidden !important;
  align-items: stretch !important;
}
@media screen and (max-width: 749px) {
  .ai-three-html-blocks__container-awek0tvjibmx3ae5kyaigenblockbec11e9fx8r7u {
    height: calc(100dvh - 105px) !important;
    min-height: calc(100dvh - 105px) !important;
    max-height: calc(100dvh - 105px) !important;
  }
}

.ai-text-banner__text-ar3fky08rqxnlznvonaigenblock936009fm7d7pe {
  font-weight: 600! important;
    text-transform: uppercase! important;
      letter-spacing: .18em ! important;
          font-size: 12px! important;
}

.ai-text-banner-ar3fky08rqxnlznvonaigenblock936009fm7d7pe {
      background-color: #edece9! important;
}
@media screen and (max-width:749px){

  .kanyon-glass-image,
  .kanyon-candle-image{
      display:none !important;
  }

}

/* BEDDING EDITORIAL SECTION */
#brick-section--template--22277079433442__section_custom_content_fpJX9Q {
  background: #f7f4ee;
  min-height: 0 !important;
}

#brick-section--template--22277079433442__section_custom_content_fpJX9Q.brick__section {
  display: grid;
  grid-template-columns: 58% 42%;
  align-items: stretch;
}

/* Both columns */
#brick-section--template--22277079433442__section_custom_content_fpJX9Q
  > .brick__block {
  width: 100%;
  min-height: 680px !important;
}

/* IMAGE COLUMN */
#brick-section--template--22277079433442__section_custom_content_fpJX9Q
  .brick__block__image,
#brick-section--template--22277079433442__section_custom_content_fpJX9Q
  .image__hero__frame,
#brick-section--template--22277079433442__section_custom_content_fpJX9Q
  .image__hero__pane,
#brick-section--template--22277079433442__section_custom_content_fpJX9Q
  .image__hero__scale,
#brick-section--template--22277079433442__section_custom_content_fpJX9Q
  .background-size-cover {
  width: 100%;
  height: 100%;
  min-height: 680px !important;
}

#brick-section--template--22277079433442__section_custom_content_fpJX9Q
  .background-size-cover {
  background-size: cover !important;
  background-position: center center !important;
}

/* TEXT COLUMN */
#brick-section--template--22277079433442__section_custom_content_fpJX9Q
  .brick__block__text {
  height: 100%;
  min-height: 680px !important;
  background: #f7f4ee !important;
}

#brick-section--template--22277079433442__section_custom_content_fpJX9Q
  .brick__block__text__inner {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 80px 70px;
}

#brick-section--template--22277079433442__section_custom_content_fpJX9Q
  .text__standard {
  width: 100%;
  max-width: 470px;
}

/* BEDDING label */
#brick-section--template--22277079433442__section_custom_content_fpJX9Q
  .standard__subheading {
  margin: 0 0 24px;
  color: #5d5851;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

/* Heading */
#brick-section--template--22277079433442__section_custom_content_fpJX9Q
  .standard__heading {
  max-width: 420px;
  margin: 0;
  color: #1c1a18;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 4.5vw, 68px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

/* Small underline accent */
#brick-section--template--22277079433442__section_custom_content_fpJX9Q
  .standard__heading::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 28px;
  background: #1c1a18;
}

/* Description */
#brick-section--template--22277079433442__section_custom_content_fpJX9Q
  .standard__rte {
  max-width: 410px;
  margin-top: 28px;
  color: #615b54;
  font-size: 17px;
  line-height: 1.55;
}

#brick-section--template--22277079433442__section_custom_content_fpJX9Q
  .standard__rte p {
  margin: 0;
}

/* Editorial text link instead of pill button */
#brick-section--template--22277079433442__section_custom_content_fpJX9Q
  .standard__cta {
  display: inline-block;
  min-width: 0;
  min-height: 0;
  margin-top: 36px;
  padding: 0 0 7px;
  border: 0;
  border-bottom: 1px solid #1c1a18;
  border-radius: 0;
  background: transparent;
  color: #1c1a18;
  box-shadow: none;
  text-transform: uppercase;
      display: inline-block;
    padding-bottom: 8px;
    color: #111;
    text-decoration: none;
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
  
}

#brick-section--template--22277079433442__section_custom_content_fpJX9Q
  .standard__cta::before,
#brick-section--template--22277079433442__section_custom_content_fpJX9Q
  .standard__cta::after {
  display: none !important;
}

#brick-section--template--22277079433442__section_custom_content_fpJX9Q
  .standard__cta:hover {
  background: transparent;
  color: #1c1a18;
  opacity: 0.6;
}
/* Existing bedding desktop styles */
#brick-section--template--22277079433442__section_custom_content_fpJX9Q
  .standard__cta:hover {
  background: transparent;
  color: #1c1a18;
  opacity: 0.6;
}

/* PASTE NEW MOBILE CSS HERE */

@media screen and (max-width:749px){

  #brick-section--template--22277079433442__section_custom_content_fpJX9Q{
    display:flex !important;
    flex-direction:column !important;
    min-height:0 !important;
    height:auto !important;
  }

  #brick-section--template--22277079433442__section_custom_content_fpJX9Q
  > .brick__block{
    width:100% !important;
    min-height:0 !important;
    height:auto !important;
    flex:none !important;
    float:none !important;
  }

  /* image first */
  #brick-section--template--22277079433442__section_custom_content_fpJX9Q
  > .brick__block:first-child{
    order:1 !important;
  }

  #brick-section--template--22277079433442__section_custom_content_fpJX9Q
  > .brick__block:last-child{
    order:2 !important;
  }

  #brick-section--template--22277079433442__section_custom_content_fpJX9Q
  .brick__block__image{
    height:78vw !important;
    min-height:0 !important;
    max-height:520px !important;
  }

  #brick-section--template--22277079433442__section_custom_content_fpJX9Q
  .brick__block__text{
    min-height:0 !important;
    height:auto !important;
  }

  #brick-section--template--22277079433442__section_custom_content_fpJX9Q
  .brick__block__text__inner{
    padding:48px 28px 58px !important;
    height:auto !important;
  }

  #brick-section--template--22277079433442__section_custom_content_fpJX9Q
  .standard__heading{
    font-size:46px !important;
    max-width:310px !important;
  }

  #brick-section--template--22277079433442__section_custom_content_fpJX9Q
  .standard__rte{
    font-size:16px !important;
  }
}

/* Best Seller section outer background */
#shopify-section-template--22277079433442__section_custom_content_ntPhbw {
  padding: 72px 5vw !important;
  background: #f7f4ee !important;
}

/* Force the section into the exact two-column layout */
#brick-section--template--22277079433442__section_custom_content_ntPhbw {
  display: grid !important;
  grid-template-columns: minmax(300px, 38%) minmax(0, 62%) !important;
  width: 100% !important;
  max-width: 1500px !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  gap: 0 !important;
  background: transparent !important;
}

/* Override the theme's brick widths and reverse setting */
#brick-section--template--22277079433442__section_custom_content_ntPhbw
> .brick__block {
  width: 100% !important;
  max-width: none !important;
  height: 600px !important;
  min-height: 600px !important;
  flex: none !important;
  float: none !important;
  margin: 0 !important;
}

#brick-section--template--22277079433442__section_custom_content_ntPhbw
> .brick__block:first-child {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

#brick-section--template--22277079433442__section_custom_content_ntPhbw
> .brick__block:last-child {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

/* Text column */
#brick-section--template--22277079433442__section_custom_content_ntPhbw
.brick__block__text {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  height: 600px !important;
  min-height: 600px !important;
  background: transparent !important;
}

#brick-section--template--22277079433442__section_custom_content_ntPhbw
.brick__block__text__inner {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  height: 100% !important;
  padding: 60px 70px 60px 20px !important;
}

#brick-section--template--22277079433442__section_custom_content_ntPhbw
.text__standard {
  width: 100% !important;
  max-width: 390px !important;
  margin: 0 !important;
}

/* Best seller label */
#brick-section--template--22277079433442__section_custom_content_ntPhbw
.standard__subheading {
  margin: 0 0 28px !important;
  color: #69635c !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: .2em !important;
  text-transform: uppercase !important;
}

/* Heading */
#brick-section--template--22277079433442__section_custom_content_ntPhbw
.standard__heading {
  max-width: 370px !important;
  margin: 0 !important;
  color: #191714 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(50px, 4.6vw, 74px) !important;
  font-weight: 400 !important;
  line-height: .96 !important;
  letter-spacing: -.045em !important;
  text-transform: none !important;
}

#brick-section--template--22277079433442__section_custom_content_ntPhbw
.standard__heading::after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  margin-top: 28px;
  background: #191714;
}

/* Description */
#brick-section--template--22277079433442__section_custom_content_ntPhbw
.standard__rte {
  max-width: 335px !important;
  margin: 26px 0 0 !important;
  color: #625d56 !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
}

#brick-section--template--22277079433442__section_custom_content_ntPhbw
.standard__rte p {
  margin: 0 !important;
}

/* Underlined link */
#brick-section--template--22277079433442__section_custom_content_ntPhbw
.standard__cta {
    display: inline-block;
    min-width: 0;
    min-height: 0;
    margin-top: 36px;
    padding: 0 0 7px;
    border: 0;
    border-bottom: 1px solid #1c1a18;
    border-radius: 0;
    background: transparent;
    color: #1c1a18;
    box-shadow: none;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 8px;
    color: #111;
    text-decoration: none;
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
}

#brick-section--template--22277079433442__section_custom_content_ntPhbw
.standard__cta::before,
#brick-section--template--22277079433442__section_custom_content_ntPhbw
.standard__cta::after {
  display: none !important;
}

/* Image column */
#brick-section--template--22277079433442__section_custom_content_ntPhbw
.brick__block__image {
  position: relative !important;
  width: 100% !important;
  height: 600px !important;
  min-height: 600px !important;
  overflow: hidden !important;
  background: #ddd7ce !important;
}

#brick-section--template--22277079433442__section_custom_content_ntPhbw
.image__hero__frame,
#brick-section--template--22277079433442__section_custom_content_ntPhbw
.image__hero__pane,
#brick-section--template--22277079433442__section_custom_content_ntPhbw
.image__hero__scale,
#brick-section--template--22277079433442__section_custom_content_ntPhbw
.background-size-cover {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
}

#brick-section--template--22277079433442__section_custom_content_ntPhbw
.background-size-cover {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  #shopify-section-template--22277079433442__section_custom_content_ntPhbw {
    padding: 0 !important;
  }

  #brick-section--template--22277079433442__section_custom_content_ntPhbw {
    display: flex !important;
    flex-direction: column !important;
    max-width: none !important;
  }

  #brick-section--template--22277079433442__section_custom_content_ntPhbw
  > .brick__block {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
  }

  /* Image first */
  #brick-section--template--22277079433442__section_custom_content_ntPhbw
  > .brick__block:last-child {
    order: 1 !important;
  }

  #brick-section--template--22277079433442__section_custom_content_ntPhbw
  > .brick__block:first-child {
    order: 2 !important;
  }

  #brick-section--template--22277079433442__section_custom_content_ntPhbw
  .brick__block__image {
    height: 78vw !important;
    min-height: 0 !important;
    max-height: 520px !important;
    border-radius: 0 !important;
  }

  #brick-section--template--22277079433442__section_custom_content_ntPhbw
  .brick__block__text {
    height: auto !important;
    min-height: 0 !important;
  }

  #brick-section--template--22277079433442__section_custom_content_ntPhbw
  .brick__block__text__inner {
    height: auto !important;
    padding: 48px 28px 58px !important;
  }

  #brick-section--template--22277079433442__section_custom_content_ntPhbw
  .standard__heading {
    max-width: 310px !important;
    font-size: 46px !important;
  }

  #brick-section--template--22277079433442__section_custom_content_ntPhbw
  .standard__rte {
    font-size: 16px !important;
  }
}

/* =========================================
   KANYON SHOP FOOTER
========================================= */

.site-footer-wrapper,
.site-footer{
  background:#f8f6f3 !important;
}

.site-footer{
  padding:60px 5vw 25px !important;
  border-top:1px solid #ece8e2;
}

/* DESKTOP LAYOUT */

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

.site-footer .grid--uniform{
  display:grid !important;
  grid-template-columns:
    1.2fr
    1fr
    1fr
    1.5fr;
  gap:70px;
  align-items:start;
}

.site-footer .grid--uniform > .footer__block{
  float:none !important;
  width:auto !important;
  max-width:none !important;
  padding:0 !important;
  margin:0 !important;
}

/* Split first block into logo + shop links */
.site-footer .grid--uniform > .footer__block:first-child{
  display:contents;
}

/* Logo */
.site-footer
.grid--uniform
> .footer__block:first-child
> .footer__block__title{
  grid-column:1;
  font-size:28px !important;
  font-weight:700;
  letter-spacing:.18em;
  margin:0;
  white-space:nowrap;
}

/* Shop menu */
.site-footer
.grid--uniform
> .footer__block:first-child
> .footer__quicklinks{
  grid-column:2;
}

.site-footer
.grid--uniform
> .footer__block:first-child
> .footer__quicklinks:before{
  content:"SHOP";
  display:block;
  margin-bottom:18px;
  font-size:11px;
  letter-spacing:.14em;
  font-weight:700;
}

/* Customer care */
.site-footer .grid--uniform > .footer__block:nth-child(2){
  grid-column:3;
}

/* Newsletter */
.site-footer .grid--uniform > .footer__block:nth-child(3){
  grid-column:4;
}

/* Social icons */
.site-footer .grid--uniform > .footer__block:nth-child(4){
  grid-column:4;
  margin-top:-15px !important;
}

.site-footer
.grid--uniform
> .footer__block:nth-child(4)
.footer__block__title{
  display:none;
}

}

/* HEADINGS */

.site-footer .footer__block__title{
  font-size:11px !important;
  text-transform:uppercase;
  letter-spacing:.14em;
  margin-bottom:18px;
  font-weight:700;
}

/* Newsletter heading */

.site-footer
.grid--uniform
> .footer__block:nth-child(3)
.footer__block__title{
  font-size:0 !important;
  text-transform:none;
  letter-spacing:0;
}

.site-footer
.grid--uniform
> .footer__block:nth-child(3)
.footer__block__title:after{
  content:"Join our list for 10% off";
  font-size:15px;
  font-weight:500;
}

/* Hide extra newsletter text */

.footer__newsletter__text{
  display:none !important;
}

/* LINKS */

.footer__quicklinks li{
  margin-bottom:9px !important;
}

.footer__quicklinks a{
  font-size:13px !important;
  color:#3d3d3d !important;
  text-decoration:none;
}

.footer__quicklinks a:hover{
  opacity:.6;
}

/* Newsletter */

.klaviyo-form-VB2NGq{
  width:100%;
  max-width:420px;
  margin-top:18px;
}

/* Social */

.footer__social{
  display:flex !important;
  gap:18px;
  margin-top:25px;
}

.footer__social li{
  margin:0 !important;
}

.footer__social svg{
  width:22px;
  height:22px;
}

/* Bottom copyright */

.site-footer > .grid:last-child{
  border-top:1px solid #e8e3dc;
  margin-top:50px;
  padding-top:18px;
}

.footer__secondary{
  text-align:center !important;
  width:100% !important;
}

.footer__copyright{
  font-size:11px;
  color:#777;
}

/* Hide extras */

.footer__payment,
.popout--footer{
  display:none !important;
}


/* =========================================
   MOBILE
========================================= */

@media screen and (max-width:749px){

.site-footer{
  padding:45px 25px 30px !important;
}

.site-footer .grid--uniform{
  display:flex !important;
  flex-direction:column !important;
  gap:0 !important;
}

/* restore first block */
.site-footer .grid--uniform > .footer__block:first-child{
  display:block !important;
}

.site-footer .grid--uniform > .footer__block{
  width:100% !important;
  max-width:none !important;
  float:none !important;
  margin:0 !important;
  padding:0 !important;
}

/* Logo */

.site-footer
.grid--uniform
> .footer__block:first-child
> .footer__block__title{
  display:block !important;
  font-size:24px !important;
  margin-bottom:35px !important;
}

/* Shop links */

.site-footer
.grid--uniform
> .footer__block:first-child
> .footer__quicklinks{
  padding-bottom:30px;
  border-bottom:1px solid #e8e3dc;
}

.site-footer
.grid--uniform
> .footer__block:first-child
> .footer__quicklinks:before{
  content:"SHOP";
  display:block;
  margin-bottom:16px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
}

/* Customer care */

.site-footer .grid--uniform > .footer__block:nth-child(2){
  padding:30px 0;
  border-bottom:1px solid #e8e3dc;
}

/* Newsletter */

.site-footer .grid--uniform > .footer__block:nth-child(3){
  padding:30px 0 20px;
}

/* Social */

.site-footer .grid--uniform > .footer__block:nth-child(4){
  padding-bottom:30px;
  border-bottom:1px solid #e8e3dc;
}

.footer__social{
  justify-content:flex-start;
  margin-top:0;
}

/* Newsletter field */

.klaviyo-form-VB2NGq{
  max-width:none;
}

/* Bottom */

.site-footer > .grid:last-child{
  border-top:none;
  margin-top:25px;
  padding-top:0;
}

.footer__secondary{
  text-align:left !important;
}

.footer__copyright{
  line-height:1.6;
}

}
/* Match feature-section headings to the UP TO 50% OFF banner */

#brick-section--template--22277079433442__section_custom_content_fpJX9Q
.standard__heading,

#brick-section--template--22277079433442__section_custom_content_ntPhbw
.standard__heading {
  max-width: 440px !important;
  margin: 0 !important;
  color: #111 !important;

 
      font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  line-height: 0.88 !important;
}

/* Remove the small decorative line under the old serif headings */
#brick-section--template--22277079433442__section_custom_content_fpJX9Q
.standard__heading::after,

#brick-section--template--22277079433442__section_custom_content_ntPhbw
.standard__heading::after {
  display: none !important;
}

/* SHOP BY CATEGORY REDESIGN */

#shopify-block-AUzJFWENWNWZBdnpLO__ai_gen_block_ff76e6b_PFKjLW {
  background: #f8f5ef;
  padding: 90px 40px;
}

#shopify-block-AUzJFWENWNWZBdnpLO__ai_gen_block_ff76e6b_PFKjLW
.ai-image-grid__header-auzjfwenwnwzbdnploaigenblockff76e6bpfkjlw {
  margin-bottom: 10px;
}

#shopify-block-AUzJFWENWNWZBdnpLO__ai_gen_block_ff76e6b_PFKjLW
.ai-image-grid__heading-auzjfwenwnwzbdnploaigenblockff76e6bpfkjlw {
 display: none;
}

#shopify-block-AUzJFWENWNWZBdnpLO__ai_gen_block_ff76e6b_PFKjLW
.ai-image-grid__header-auzjfwenwnwzbdnploaigenblockff76e6bpfkjlw::before {
  content: "SHOP BY CATEGORY";
  display: block;
  font-size: 12px;
  letter-spacing: .25em;
  margin-bottom: 22px;
  color: #555;
  text-align: left;
      font-weight: 600! important;
}



#shopify-block-AUzJFWENWNWZBdnpLO__ai_gen_block_ff76e6b_PFKjLW
.ai-image-grid__container-auzjfwenwnwzbdnploaigenblockff76e6bpfkjlw {
  grid-template-columns: repeat(5,1fr);
  gap: 22px;
}

#shopify-block-AUzJFWENWNWZBdnpLO__ai_gen_block_ff76e6b_PFKjLW
.ai-image-grid__image-wrapper-auzjfwenwnwzbdnploaigenblockff76e6bpfkjlw {
  padding-bottom: 145%;
  border-radius: 0;
  overflow: hidden;
}

#shopify-block-AUzJFWENWNWZBdnpLO__ai_gen_block_ff76e6b_PFKjLW
.ai-image-grid__image-auzjfwenwnwzbdnploaigenblockff76e6bpfkjlw {
  transition: .5s;
}

#shopify-block-AUzJFWENWNWZBdnpLO__ai_gen_block_ff76e6b_PFKjLW
.ai-image-grid__item-auzjfwenwnwzbdnploaigenblockff76e6bpfkjlw:hover img {
  transform: scale(1.04);
}

#shopify-block-AUzJFWENWNWZBdnpLO__ai_gen_block_ff76e6b_PFKjLW
.ai-image-grid__title-auzjfwenwnwzbdnploaigenblockff76e6bpfkjlw {
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#shopify-block-AUzJFWENWNWZBdnpLO__ai_gen_block_ff76e6b_PFKjLW
.ai-image-grid__title-auzjfwenwnwzbdnploaigenblockff76e6bpfkjlw:after {
  content: "→";
  font-size: 24px;
  font-weight: 300;
}

/* MOBILE */

@media screen and (max-width: 990px){

  #shopify-block-AUzJFWENWNWZBdnpLO__ai_gen_block_ff76e6b_PFKjLW {
    padding: 70px 20px;
  }

  #shopify-block-AUzJFWENWNWZBdnpLO__ai_gen_block_ff76e6b_PFKjLW
  .ai-image-grid__container-auzjfwenwnwzbdnploaigenblockff76e6bpfkjlw {
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
  }

  #shopify-block-AUzJFWENWNWZBdnpLO__ai_gen_block_ff76e6b_PFKjLW
  .ai-image-grid__heading-auzjfwenwnwzbdnploaigenblockff76e6bpfkjlw {
    font-size: 48px;
  }

  #shopify-block-AUzJFWENWNWZBdnpLO__ai_gen_block_ff76e6b_PFKjLW
  .ai-image-grid__header-auzjfwenwnwzbdnploaigenblockff76e6bpfkjlw::after {
    font-size: 16px;
  }
}

/* Bar */
.announcement-bar,
.utility-bar,
.header__announcement {
  background: #f4f2ef !important;
  border: none !important;
  height: 38px; /* was 58px */
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Text */
.announcement-bar__message,
.utility-bar__item,
.announcement__text {
  display: inline-block;
  white-space: nowrap;

  background: #d9dc7a;
  padding: 3px 18px; /* smaller highlight */

  font-size: 24px; /* smaller text */
  line-height: 1;
  font-weight: 300;
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #111;
}

.product-item .sale-box {
      background: #d9dc7a;
}
/* ==========================================
   PRODUCT DESCRIPTION STYLING
========================================== */

.product-description {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 0;
}

.fullProductDesc {
  max-width: 700px;
  margin: 0 auto;
  color: #333;
}

/* Paragraphs */

.fullProductDesc p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 18px;
  color: #4a4a4a;
}

/* Headings */

.fullProductDesc h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 600;
  color: #111;
  margin-top: 48px;
  margin-bottom: 22px;
  padding-top: 30px;
  border-top: 1px solid #ececec;
}

.fullProductDesc h3:first-of-type {
  margin-top: 36px;
}

/* Lists */

.fullProductDesc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fullProductDesc li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.7;
  color: #4a4a4a;
}

.fullProductDesc li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #111;
}

/* Spacing between sections */

.fullProductDesc ul + h3 {
  margin-top: 56px;
}

/* Optional subtle fade-in look */

.fullProductDesc {
  animation: fadeIn .4s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile */

@media screen and (max-width: 749px) {

  .product-description {
    padding: 24px 0;
  }

  .fullProductDesc p,
  .fullProductDesc li {
    font-size: 15px;
    line-height: 1.7;
  }

  .fullProductDesc h3 {
    font-size: 13px;
    letter-spacing: .16em;
    margin-top: 40px;
    margin-bottom: 18px;
  }

}
/* Center-cropped image swatches */
.swatch__button label {
  width: 46px;
  height: 46px;
  display: block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 42%;
  background-size: 240%;
  border: 1px solid #d8d5cf;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.swatch__button input:checked + label {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.swatch__button label:hover {
  border-color: #ffff;
  transform: scale(1.04);
}
.swatch__button input~label:after {
  border: none! important;
}

.swatch__button {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.swatch__button label {
    width: 54px;
    height: 54px;
}

.swatch__button input:checked + label {
    width: 54px !important;
    height: 54px !important;
}
/* =========================================
   PRODUCT DESCRIPTION — ALL PRODUCT PAGES
   ========================================= */

.product-description {
  margin-top: 34px;
  color: #2e2c2a;
}

.product-description__content__entry {
  max-width: 620px;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0;
}

/* Paragraph spacing */
.product-description__content__entry p {
  margin: 0 0 16px;
}

/* Section headings such as Details and Why We Love It */
.product-description__content__entry p > strong:only-child {
  display: block;
  margin-top: 28px;
  margin-bottom: 12px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(46, 44, 42, 0.14);

  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Lists */
.product-description__content__entry ul {
  margin: 0 0 24px;
  padding: 18px 20px 18px 38px;
  background: #f7f4ef;
  border-radius: 12px;
}

.product-description__content__entry li {
  margin-bottom: 8px;
  padding-left: 3px;
  line-height: 1.5;
}

.product-description__content__entry li:last-child {
  margin-bottom: 0;
}

.product-description__content__entry li::marker {
  color: #b45f3f;
}

/* Links */
.product-description__content__entry a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* Checkmark-style paragraph */
.product-description__content__entry p:last-child {
  line-height: 1.9;
}

/* Remove accidental editor styling */
.product-description__content__entry span,
.product-description__content__entry div {
  font-family: inherit !important;
  font-size: inherit;
  line-height: inherit;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .product-description {
    margin-top: 26px;
  }

  .product-description__content__entry {
    max-width: none;
    font-size: 14px;
    line-height: 1.6;
  }

  .product-description__content__entry p {
    margin-bottom: 14px;
  }

  .product-description__content__entry p > strong:only-child {
    margin-top: 24px;
  }

  .product-description__content__entry ul {
    padding: 16px 16px 16px 34px;
    border-radius: 10px;
  }
}

h1, h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
}

body {
  font-family: "Inter", sans-serif;
}

.ai-three-html-blocks__block-awek0tvjibmx3ae5kyaigenblockbec11e9fx8r7u {
  background-color: #f8f5ef! important;
    border: 0px solid #f8f5ef! important;
}