.section-image-banner-pc {
  position: relative;
}
.image-banner--container {
  display: flex;
  width: 100%;
}
.banner-item-wrapper {
  width: 50%;
  flex-shrink: 0;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
.banner-item-wrapper > div {
  width: 100%;
}
.banner-item-wrapper > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
}
.banner-item-wrapper--size-low {
  height: 500px;
}
@media screen and (max-width: 959px) {
  .banner-item-wrapper--size-low {
    height: 300px;
  }
}
.banner-item-wrapper--size-middle {
  height: 650px;
}
@media screen and (max-width: 959px) {
  .banner-item-wrapper--size-middle {
    height: 450px;
  }
}
.banner-item-wrapper--size-high {
  height: 100vh;
}
@media screen and (max-width: 959px) {
  .banner-item-wrapper--size-high {
    height: 600px;
  }
}
.section-image-banner .content {
  bottom: 0;
  display: flex;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}
.section-image-banner .content .wrapper .desc {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 16px;
  margin-top: 8px;
  position: relative;
  z-index: 2;
}
.section-image-banner .content .wrapper {
  box-sizing: border-box;
  display: inline-block;
  max-width: 800px;
  min-width: 0;
  padding: 40px 40px 100px 0;
  position: relative;
}
.section-image-banner .content .wrapper--default-scheme .desc,
.section-image-banner .content .wrapper--default-scheme .title {
  color: #fff;
}
.section-image-banner .content .wrapper--default-scheme .control .button {
  --btn-border-background-color: rgb(90, 56, 25);
  background-color: rgb(90, 56, 25);
  color: #fff;
}
.section-image-banner .content .wrapper--default-scheme .control .button:after {
  box-shadow: 0 0 0 var(--btn-border-thickness)
      rgba(0, 0, 0, calc(100% - var(--btn-border-opacity))),
    0 0 0 var(--btn-border-thickness) var(--btn-border-background-color);
}
.section-image-banner
  .content
  .wrapper--default-scheme
  .control
  .button.disabled:hover:after {
  box-shadow: 0 0 0 var(--btn-border-thickness)
    rgba(0, 0, 0, calc(100% - var(--btn-border-opacity)));
}
.section-image-banner
  .content
  .wrapper--default-scheme
  .control
  .button:hover:after {
  box-shadow: 0 0 0 calc(var(--btn-border-thickness) + 1px)
      rgba(0, 0, 0, calc(100% - var(--btn-border-opacity))),
    0 0 0 calc(var(--btn-border-thickness) + 1px)
      var(--btn-border-background-color);
}
.section-image-banner
  .content
  .wrapper--default-scheme
  .control
  .button.button--secondary {
  --btn-border-background-color: transparent;
  background-color: transparent;
  color: #fff;
}
.section-image-banner
  .content
  .wrapper--default-scheme
  .control
  .button.button--secondary:after {
  box-shadow: 0 0 0 var(--btn-border-thickness)
      rgba(255, 255, 255, var(--btn-border-opacity)),
    0 0 0 var(--btn-border-thickness) var(--btn-border-background-color);
}
.section-image-banner
  .content
  .wrapper--default-scheme
  .control
  .button.button--secondary.disabled:hover:after {
  box-shadow: 0 0 0 var(--btn-border-thickness)
    rgba(255, 255, 255, var(--btn-border-opacity));
}
.section-image-banner
  .content
  .wrapper--default-scheme
  .control
  .button.button--secondary:hover:after {
  box-shadow: 0 0 0 calc(var(--btn-border-thickness) + 1px)
      rgba(255, 255, 255, var(--btn-border-opacity)),
    0 0 0 calc(var(--btn-border-thickness) + 1px)
      var(--btn-border-background-color);
}
.section-image-banner .content--pos-left-top {
  align-items: flex-start;
  text-align: left;
}
.section-image-banner .content--pos-top {
  align-items: flex-start;
  text-align: center;
}
.section-image-banner .content--pos-right-top {
  align-items: flex-start;
  text-align: right;
}
.section-image-banner .content--pos-left {
  align-items: center;
  text-align: left;
}
.section-image-banner .content--pos-center {
  align-items: center;
  text-align: center;
}
.section-image-banner .content--pos-right {
  align-items: center;
  text-align: right;
}
.section-image-banner .content--pos-left-bottom {
  align-items: flex-end;
  text-align: left;
}
.section-image-banner .content--pos-bottom {
  align-items: flex-end;
  text-align: center;
}
.section-image-banner .content--pos-right-bottom {
  align-items: flex-end;
  text-align: right;
}
.section-image-banner .mask {
  background-color: rgba(var(--color-mask));
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  display: block;
}
.section-image-banner--m-flatten .image-banner--container {
  flex-wrap: wrap;
}
.section-image-banner--m-flatten .banner-item-wrapper {
  width: 100%;
}
.section-image-banner-mobile .content {
  width: 100%;
}
.section-image-banner-mobile {
  position: relative;
}
.section-image-banner-mobile .image-banner--container {
  flex-wrap: wrap;
}
.content-m-no-bg .title2 {
  color: #fff;
}
.content-m-no-bg .body1 {
  color: #fff;
}
.content-m--normal-flow {
  position: relative !important;
}
.section-image-banner--m-normal .content-m--normal-flow {
  order: 3;
}
.section-image-banner .content .wrapper.color-scheme-none {
  background-color: rgba(var(--color-page-background));
  color: rgba(var(--color-text));
}
.section-image-banner .default-image {
  height: 650px;
  order: 0;
}
@media (max-width: 959px) {
  .section-image-banner .default-image {
    height: 450px;
  }
}
.pc-content-text-center,
.mobile-content-text-center {
  text-align: center;
}
.pc-content-text-left,
.mobile-content-text-left {
  text-align: left;
}
.pc-content-text-right,
.mobile-content-text-right {
  text-align: right;
}
.control-wrap .button {
  margin: 0 7px;
}

/* Homepage hero H2 ("Don't Wait For Healthy Curls!"): Shopify reference is
   42px/400 desktop, 29px mobile. The section's title_size (title5) scaled it to
   25px, so pin the reference size here scoped to the banner heading only.
   Weight 400 comes from the base .title5 rule; assert it too for robustness.
   Does NOT touch the homepage hero H1 (.header__heading) which stays 70px/500. */
.section-image-banner .content .title {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.24;
  margin-bottom: 24px;
}
@media (max-width: 959px) {
  .section-image-banner .content .title {
    font-size: 29px;
  }
}
/* The ipad end responds to the mobile end in vertical screen */
/* detectingScreen need to consider the configuration of the tablet */

/* Hero "Shop Now" button parity (Shopify m-button--primary): solid brown fill,
   white text, 16px/500, padding 10px 30px, 5px radius. Shopline renders it as a
   transparent white-outline .button--secondary (14px/700). Scoped to the hero
   image-banner section id so no other .button--secondary is affected. */
#shopline-section-1773431001313edffb93 .control .button,
#shopline-section-1773431001313edffb93 .control .button--secondary {
  background: rgb(90, 56, 25) !important;
  color: rgb(255, 255, 255) !important;
  border: 1px solid rgb(90, 56, 25) !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 10px 30px !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}
#shopline-section-1773431001313edffb93 .control .button:hover,
#shopline-section-1773431001313edffb93 .control .button--secondary:hover {
  background: rgb(90, 56, 25) !important;
  color: rgb(255, 255, 255) !important;
  border-color: rgb(90, 56, 25) !important;
}
@media (max-width: 959px) {
  #shopline-section-1773431001313edffb93 .control .button,
  #shopline-section-1773431001313edffb93 .control .button--secondary {
    background: rgb(90, 56, 25) !important;
    color: rgb(255, 255, 255) !important;
    border: 1px solid rgb(90, 56, 25) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 10px 20px !important;
    line-height: 23px !important;
  }
}

/* Home hero mobile: the Shopify reference disables its hero overlay below 960
   (m-hero__mobile-no-overlay) — the photo is a full 100vh band and the text
   block sits BELOW it on white. Desktop keeps the overlay, so every rule here
   is mobile-only and scoped to the home hero section id. */
@media (max-width: 959px) {
  #shopline-section-1773431001313edffb93 .section-image-banner-mobile {
    background-color: rgb(255, 255, 255) !important;
  }
  #shopline-section-1773431001313edffb93 .banner-item-wrapper--size-high {
    height: 100vh !important;
  }
  #shopline-section-1773431001313edffb93 .section-image-banner-mobile .content {
    padding: 32px 15px 0 !important;
  }
  #shopline-section-1773431001313edffb93
    .section-image-banner-mobile
    .content
    .wrapper {
    background-color: transparent !important;
    padding: 0 !important;
  }
  #shopline-section-1773431001313edffb93
    .section-image-banner-mobile
    .content
    .body1 {
    color: rgb(90, 56, 25) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: normal !important;
    margin: 0 0 8px !important;
  }
  #shopline-section-1773431001313edffb93
    .section-image-banner-mobile
    .content
    .title2 {
    color: rgb(90, 56, 25) !important;
    font-size: 29px !important;
    font-weight: 400 !important;
    line-height: 36.743px !important;
    letter-spacing: normal !important;
    margin: 0 0 12px !important;
  }
  #shopline-section-1773431001313edffb93
    .section-image-banner-mobile
    .control-wrap
    .button {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
