/** Shopify CDN: Minification failed

Line 96:0 Unexpected "}"

**/

.coll_hero_main,
.coll_hero_wrapp,
.coll_hero_wrapp *,
.coll_hero_main * {
  box-sizing: border-box;
}

.coll_hero_main {
  padding: var(--padding_top, 24px) 60px var(--padding_bottom, 24px);
  background: linear-gradient(180deg, #f9f5f2, #f9f5f200);
}

.coll_hero_wrapp {
  width: 100%;
  max-width: var(--page-width, 1200px);
  margin: 0 auto;
}

/* Main content row */
.coll_hero_cont {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px 28px;
}

/* Remove old float layout */
.collection-title-desc {
  float: none !important;
  width: auto !important;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 850px;
}

.collection-shop-btn {
  float: none !important;
  width: auto;
  height: auto !important;
  margin-top: 60px !important;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
}

/* Heading */
.coll_hero_cont_heading {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  margin: 0 0 6px;
  color: #000;
  letter-spacing: -0.02em;
}

/* Description */
.coll_hero_dec {
  width: 88%;
  overflow: hidden;
}

.coll_hero_dec p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.coll_hero_dec_text {
  transition: opacity 0.25s ease;
}

.coll_hero_dec_text a {
  color: #000;
}

.coll_hero_dec ul {
  max-width: max-content;
  margin: 0 auto;
  text-align: left;
}

/* Keep hero intro compact */
.coll_hero_dec_text--short p {
  display: -webkit-box;
}

}

/* Full text hidden by default */
.coll_hero_dec_text--full {
  display: none;
}

/* Read more / show less CTA */
.coll_hero_dec_cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  margin-top: 6px;
  user-select: none;
}

.coll_hero_dec_cta_text {
  font-size: 16px;
  line-height: 1.5;
  color: #d86900;
}

.coll_hero_dec_cta_icon {
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.coll_hero_dec_cta_icon svg {
  width: 100%;
  height: 100%;
}

/* Main CTA button */
.coll_hero_cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin: 0;
  padding: 8px 18px;
  border: 1px solid #000;
  color: #000;
  background: transparent;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: capitalize;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.coll_hero_cta:hover {
  background: #000;
  color: #fff;
}

/* Proof strip */
.coll_hero_point {
  width: 100% !important;
  max-width: none !important;
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.coll_hero_point_inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding-bottom: 2px;
}

.coll_hero_point_item {
  flex: 0 0 auto;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background-color: #f9f5f2;
  border: 1px solid rgba(100, 77, 60, 0.12);
}

.coll_hero_point_item_icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.coll_hero_point_item_img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.coll_hero_point_item_text {
  margin: 0;
  color: #644d3c;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  white-space: nowrap;
}

.wallpaper-shop-btn
{
    margin-top: 34px;
}

/* =========================================================
   Tablet
========================================================= */

@media screen and (max-width: 989px) {
  .coll_hero_main {
    padding: var(--padding_top_md, 20px) 24px var(--padding_bottom_md, 20px);
  }

  .coll_hero_cont {
    gap: 14px 20px;
  }

  .collection-title-desc {
    max-width: none;
  }

  .coll_hero_cont_heading {
    font-size: 32px;
  }

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

  .coll_hero_point_item {
    padding: 10px 14px;
  }

  .coll_hero_point_item_text {
    font-size: 14px;
  }
}
/* =========================================================
   Mobile
========================================================= */

@media screen and (max-width: 767px) {
  .coll_hero_main {
    padding: var(--padding_top_md, 16px) 0 var(--padding_bottom_md, 16px);
  }

  .coll_hero_wrapp {
    width: 100%;
  }

  .coll_hero_cont {
    display: block;
    width: 100%;
    padding: 0 16px;
  }

  .collection-title-desc {
    width: 100% !important;
    max-width: none;
  }

  .coll_hero_cont_heading {
    font-size: 24px;
    line-height: 1.18;
    margin: 0 0 6px;
  }

  .coll_hero_dec p {
    font-size: 14px;
    line-height: 1.45;
  }

  .coll_hero_dec_text--short p {
    -webkit-line-clamp: 3;
  }

  .coll_hero_dec ul {
    font-size: 14px;
  }

  .coll_hero_dec_cta_text {
    font-size: 14px;
  }

  .collection-shop-btn {
    width: 100%;
    margin-top: 12px !important;
  }

  .coll_hero_cta {
    width: 100%;
    min-height: 42px;
    padding: 10px 16px;
    font-size: 14px;
  }

  .coll_hero_point {
    justify-content: flex-start;
    margin-top: 12px;
    padding: 0 16px;
  }

  .coll_hero_point_inner {
    gap: 8px;
    padding-bottom: 4px;
  }

  .coll_hero_point_item {
    min-height: 44px;
    padding: 9px 12px;
    gap: 7px;
  }

  .coll_hero_point_item_icon {
    flex-basis: 22px;
    width: 22px;
    height: 22px;
  }

  .coll_hero_point_item_img {
    width: 22px;
    height: 22px;
  }

  .coll_hero_point_item_text {
    font-size: 13px;
    line-height: 1.25;
  }
}

/* =========================================================
   Very small mobile
========================================================= */

@media screen and (max-width: 390px) {
  .coll_hero_cont {
    padding: 0 12px;
  }

  .coll_hero_point {
    padding: 0 12px;
  }

  .coll_hero_cont_heading {
    font-size: 22px;
  }

  .coll_hero_dec p {
    font-size: 13.5px;
  }

  .coll_hero_point_item_text {
    font-size: 12.5px;
  }
}