/* La Bise Beauty Lounge - custom theme */
:root {
  --labise-page: #e8e7ec;
  --labise-text: #454545;
  --labise-muted: #6d7077;
  --labise-pink: #da1c5c;
  --labise-blush: #ffe6f6;
  --labise-cream: #ffe5be;
  --labise-blue: #70cdf9;
  --labise-mint: #22ef8d;
  --labise-dark: #333333;
  --cassiopeia-color-primary: #da1c5c;
  --cassiopeia-color-link: #da1c5c;
  --cassiopeia-color-hover: #a81448;
}

html { scroll-behavior: smooth; }
body.site {
  margin: 0;
  background: var(--labise-page);
  color: var(--labise-text);
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.container-header {
  min-height: 85px;
  padding: 0;
  background: rgba(232, 231, 236, .98);
  background-image: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(64, 71, 82, .08);
}
.container-header .container-nav,
.container-header .grid-child {
  width: min(1120px, calc(100% - 40px));
  max-width: 1120px;
  margin-inline: auto;
}
.container-header .navbar-brand {
  padding: 9px 0;
  margin: 0 32px 0 0;
}
.container-header .brand-logo img {
  width: auto;
  max-width: 190px;
  max-height: 64px;
  object-fit: contain;
}
.container-header .site-description {
  margin-top: 0;
  color: rgba(64, 71, 82, .65);
  font-size: 11px;
  letter-spacing: .02em;
}
.container-header nav { margin-left: auto; }
.container-header .mod-menu {
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
}
.container-header .mod-menu > li > a,
.container-header .mod-menu > li > button {
  padding: 30px 14px;
  color: rgba(64, 71, 82, .68);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .01em;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
.container-header .mod-menu > li:hover > a,
.container-header .mod-menu > li:hover > button,
.container-header .mod-menu > li.active > a,
.container-header .mod-menu > li.current > a {
  color: var(--labise-pink);
  background: transparent;
}
.container-header .metismenu.mod-menu .mm-collapse {
  min-width: 245px;
  padding: 10px 0;
  background: #fff;
  border: 0;
  border-top: 3px solid var(--labise-pink);
  border-radius: 0;
  box-shadow: 0 12px 32px rgba(25, 25, 25, .14);
}
.container-header .metismenu.mod-menu .mm-collapse > li > a {
  display: block;
  padding: 9px 18px;
  color: #404752;
  font-size: 14px;
}
.container-header .metismenu.mod-menu .mm-collapse > li > a:hover {
  color: var(--labise-pink);
  background: #fff4fa;
}

body.wrapper-static .site-grid,
.site-grid {
  width: 100%;
  max-width: 1333px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 1px 18px rgba(30, 30, 30, .04);
}
.site-grid main {
  margin: 0;
  padding: 0;
}
.com-content-article__body { color: var(--labise-text); }
body:not(.itemid-101) main .com-content-article__body {
  padding: 48px 28px 0;
}
body:not(.itemid-101) main .com-content-article__body > div:first-child {
  width: min(1100px, 100%);
  margin-inline: auto !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: "Abhaya Libre", Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: .01em;
}
main h2 { font-size: clamp(36px, 4vw, 54px); }
main h3 { font-size: clamp(28px, 3vw, 38px); }
main p { color: var(--labise-text); }
main a { color: var(--labise-pink); }
main a:hover { color: #a81448; }

.labise-home { max-width: 1200px; margin: 0 auto; }
.labise-home-hero img { width: 100%; height: auto; display: block; }
.labise-band { padding: 42px 24px; text-align: center; }
.labise-band h2, .labise-band h3 { margin: 0 0 12px; }
.labise-band-pink { background: var(--labise-blush); }
.labise-band-pink h2 { color: var(--labise-mint); }
.labise-band-cream { background: var(--labise-cream); }
.labise-band-blue { background: var(--labise-blue); }
.labise-band-white { background: #fff; }
.labise-band-blue h3, .labise-band-white h2 { color: #202020; }
.labise-button {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 28px;
  color: #fff !important;
  background: var(--labise-pink);
  border-radius: 0;
  font-weight: 600;
  text-decoration: none !important;
  box-shadow: 0 6px 14px rgba(218, 28, 92, .2);
}
.labise-button:hover { background: #b61850; }

.sppb-section { margin-block: 36px !important; }
.sppb-section-title { max-width: 880px; margin-inline: auto; }
.sppb-addon-pricelist {
  padding: 12px 0 !important;
  border-bottom: 1px dotted #c8c8c8 !important;
}
.pricelist-title-content {
  display: flex !important;
  justify-content: space-between !important;
  gap: 18px;
}
.pricelist-price { color: var(--labise-pink); }
.sppb-panel {
  margin-bottom: 10px;
  border: 1px solid #ece6ea;
  background: #fffafc;
}
.sppb-panel-heading {
  width: 100%;
  padding: 14px 16px;
  color: #333;
  background: var(--labise-blush);
  border: 0;
  text-align: left;
}
.sppb-panel-body { padding: 16px 18px; }

.com-content-article__body > div:last-child {
  margin-top: 58px !important;
  padding: 42px 24px !important;
  background: var(--labise-dark) !important;
  color: rgba(255,255,255,.78) !important;
}
.com-content-article__body > div:last-child p,
.com-content-article__body > div:last-child strong { color: rgba(255,255,255,.78) !important; }
.com-content-article__body > div:last-child a { color: rgba(255,255,255,.72) !important; }
.com-content-article__body > div:last-child a:hover { color: #fff !important; }

@media (max-width: 991.98px) {
  .container-header { min-height: auto; }
  .container-header .container-nav, .container-header .grid-child { width: calc(100% - 28px); }
  .container-header .navbar-brand { padding: 9px 0; }
  .container-header .brand-logo img { max-width: 155px; max-height: 54px; }
  .container-header .site-description { display: none; }
  .container-header nav { width: 100%; margin: 0; }
  .container-header .navbar-toggler { color: #404752; border-color: rgba(64,71,82,.2); }
  .container-header .mod-menu { align-items: stretch; gap: 0; padding: 8px 0 14px; }
  .container-header .mod-menu > li > a, .container-header .mod-menu > li > button { padding: 10px 4px; }
  .container-header .metismenu.mod-menu .mm-collapse { position: static; min-width: 100%; box-shadow: none; border-top-width: 1px; }
  body:not(.itemid-101) main .com-content-article__body { padding: 30px 15px 0; }
  .labise-band { padding: 34px 18px; }
  .labise-band h2 { font-size: 36px; }
  .labise-band h3 { font-size: 28px; }
}

@media (max-width: 575.98px) {
  body.site { font-size: 15px; }
  .labise-band { padding: 28px 15px; }
  .labise-band h2 { font-size: 31px; }
  .labise-band h3 { font-size: 25px; }
  .pricelist-title-content { gap: 10px; }
  .com-content-article__body > div:last-child { margin-top: 38px !important; padding: 34px 18px !important; }
}

@media (min-width: 992px) {
  .container-header {
    display: grid;
    grid-template-columns: 190px minmax(0, 900px);
    align-items: center;
    justify-content: center;
    column-gap: 34px;
    min-height: 85px;
  }
  .container-header > .grid-child,
  .container-header > .container-nav {
    width: auto;
    max-width: none;
    margin: 0;
  }
  .container-header .navbar-brand { padding: 8px 0; }
  .container-header .site-description { display: none; }
  .container-header .container-nav { justify-self: end; }
  .container-header nav { margin: 0; }
}
.labise-home { max-width: 1333px; }
@media (max-width: 991.98px) {
  .container-header { display: block; }
}


@media (min-width: 992px) {
  .container-header > .grid-child,
  .container-header > .container-nav { padding: 0; }
  .container-header .mod-menu > li { padding: 0; }
  .container-header .mod-menu > li > a,
  .container-header .mod-menu > li > button {
    padding: 24px 14px;
    color: rgba(64, 71, 82, .68) !important;
  }
  .container-header .mod-menu > li:hover > a,
  .container-header .mod-menu > li:hover > button,
  .container-header .mod-menu > li.active > a,
  .container-header .mod-menu > li.active > button,
  .container-header .mod-menu > li.current > a,
  .container-header .mod-menu > li.current > button {
    color: var(--labise-pink) !important;
  }
}


/* Full-width site layout */
body.wrapper-static .site-grid,
body.wrapper-fluid .site-grid,
.site-grid {
  display: block;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  box-shadow: none;
}
.site-grid > main,
.site-grid > .grid-child,
.labise-home {
  width: 100%;
  max-width: none !important;
  margin-inline: 0 !important;
}
.labise-home-hero,
.labise-home-hero img,
.labise-band {
  width: 100%;
}


/* Mobile header: logo left, hamburger right on the same row */
@media (max-width: 991.98px) {
  .container-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    min-height: 72px;
    padding: 0 14px;
    position: relative;
  }
  .container-header > .grid-child {
    grid-column: 1;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    align-items: center;
  }
  .container-header .navbar-brand {
    margin: 0;
    padding: 8px 0;
  }
  .container-header .brand-logo img {
    display: block;
    max-width: 155px;
    max-height: 54px;
  }
  .container-header > .container-nav {
    grid-column: 2;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
  }
  .container-header nav,
  .container-header .navbar {
    position: static;
    width: auto;
    margin: 0;
    padding: 0;
  }
  .container-header .navbar-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 auto;
  }
  .container-header .navbar-collapse {
    position: absolute;
    z-index: 1000;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0 14px;
    background: rgba(232, 231, 236, .99);
    border-top: 1px solid rgba(64, 71, 82, .1);
    box-shadow: 0 12px 24px rgba(30, 30, 30, .1);
  }
  .container-header .navbar-collapse:not(.show) {
    display: none !important;
  }
  .container-header .navbar-collapse.show {
    display: block !important;
  }
  .container-header .mod-menu {
    display: block;
    width: 100%;
    margin: 0;
    padding: 8px 0 14px;
  }
  .container-header .mod-menu > li {
    width: 100%;
  }
}


/* Footer layout inspired by the original La Bise website */
main .com-content-article__body > div:last-child {
  display: grid;
  grid-template-columns: 1.15fr 1fr .7fr 1.35fr;
  grid-template-rows: auto auto auto;
  gap: 10px 34px;
  align-items: start;
  margin-top: 64px !important;
  padding: 48px max(28px, 7vw) 34px !important;
  background: #333 !important;
  color: rgba(255,255,255,.82) !important;
  text-align: left !important;
}
body.itemid-101 main .com-content-article__body > div:last-child {

/* Final live footer repair */
@media (min-width:768px){
main .com-content-article__body>div:last-child>p:nth-of-type(2){grid-column:2;grid-row:1;margin:0!important;line-height:1.3}
main .com-content-article__body>div:last-child>p:nth-of-type(3){grid-column:2;grid-row:1/span 3;align-self:start;margin:0!important;padding-top:30px;transform:none!important;line-height:1.5}
}
@media (max-width:767.98px){
main .com-content-article__body>div:last-child>p:nth-of-type(2){margin:22px 0 0!important;line-height:1.3}
main .com-content-article__body>div:last-child>p:nth-of-type(3){margin:0!important;line-height:1.5}
}
main .com-content-article__body>div:last-child>p:nth-of-type(6) a{position:relative}
main .com-content-article__body>div:last-child>p:nth-of-type(6) a::before{background:none!important;font-family:Arial,sans-serif!important;color:#fff!important}
main .com-content-article__body>div:last-child>p:nth-of-type(6) a[href*="facebook"]::before{content:"f"!important;font-size:23px!important;font-weight:700!important;line-height:1!important}
main .com-content-article__body>div:last-child>p:nth-of-type(6) a[href*="instagram"]::before{content:""!important;width:18px;height:18px;border:2px solid #fff;border-radius:5px;box-sizing:border-box}
main .com-content-article__body>div:last-child>p:nth-of-type(6) a[href*="instagram"]::after{content:"";position:absolute;left:50%;top:50%;width:6px;height:6px;border:2px solid #fff;border-radius:50%;transform:translate(-50%,-50%);box-sizing:border-box}
  margin-top: 0 !important;
}
body:not(.itemid-101) main .com-content-article__body > div:last-child {
  width: calc(100% + 56px);
  max-width: none !important;
  margin-right: -28px !important;
  margin-left: -28px !important;
}
main .com-content-article__body > div:last-child > img {
  grid-column: 1;
  grid-row: 1;
  max-width: 170px !important;
  margin: 0 0 8px !important;
}
main .com-content-article__body > div:last-child > p {
  margin: 0 !important;
  line-height: 1.65;
}
main .com-content-article__body > div:last-child > p:nth-of-type(1) {
  grid-column: 1;
  grid-row: 2;
}
main .com-content-article__body > div:last-child > p:nth-of-type(2) {
  grid-column: 2;
  grid-row: 1;
  color: #fff;
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: 18px;
  letter-spacing: .04em;
}
main .com-content-article__body > div:last-child > p:nth-of-type(3) {
  grid-column: 2;
  grid-row: 2;
}
main .com-content-article__body > div:last-child > p:nth-of-type(4) {
  grid-column: 3;
  grid-row: 1 / span 2;
}
main .com-content-article__body > div:last-child > p:nth-of-type(4)::before {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .04em;
  content: "CONTACT";
}
main .com-content-article__body > div:last-child > p:nth-of-type(5) {
  grid-column: 4;
  grid-row: 1 / span 2;
}
main .com-content-article__body > div:last-child > p:nth-of-type(5)::before {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .04em;
  content: "HOURS OF OPERATION";
}
main .com-content-article__body > div:last-child > p:nth-of-type(6) {
  grid-column: 1 / -1;
  grid-row: 3;
  margin-top: 18px !important;
  text-align: center;
}
main .com-content-article__body > div:last-child a {
  color: #fff !important;
}
main .com-content-article__body > div:last-child a:hover {
  color: var(--labise-pink) !important;
}
.container-footer {
  padding: 0 !important;
  background: #252525 !important;
  background-image: none !important;
  color: rgba(255,255,255,.72);
}
.container-footer .grid-child {
  width: 100%;
  max-width: none;
  padding: 14px 20px;
}
.labise-copyright {
  width: 100%;
  text-align: center;
  font-size: 13px;
  letter-spacing: .01em;
}
.labise-copyright a {
  color: #fff;
  text-decoration: none;
}
.labise-copyright a:hover {
  color: var(--labise-pink);
}
@media (max-width: 767.98px) {
  main .com-content-article__body > div:last-child {
    display: block;
    padding: 38px 20px 28px !important;
    text-align: center !important;
  }
  body:not(.itemid-101) main .com-content-article__body > div:last-child {
    width: calc(100% + 30px);
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  main .com-content-article__body > div:last-child > img {
    margin: 0 auto 14px !important;
  }
  main .com-content-article__body > div:last-child > p {
    margin: 6px 0 !important;
  }
  main .com-content-article__body > div:last-child > p:nth-of-type(2),
  main .com-content-article__body > div:last-child > p:nth-of-type(4),
  main .com-content-article__body > div:last-child > p:nth-of-type(5) {
    margin-top: 22px !important;
  }
  main .com-content-article__body > div:last-child > p:nth-of-type(6) {
    margin-top: 22px !important;
  }
  .labise-copyright {
    line-height: 1.6;
  }
}


/* Keep the copyright perfectly centered */
.container-footer .grid-child {
  display: flex;
  align-items: center;
  justify-content: center !important;
}
.container-footer .mod-custom {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
.container-footer .labise-copyright {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center !important;
}


/* Final footer spacing and social-link alignment */
main .com-content-article__body > div:last-child {
  gap: 8px 32px;
  padding-top: 42px !important;
  padding-bottom: 30px !important;
}
main .com-content-article__body > div:last-child > p:nth-of-type(6) {
  grid-column: 1;
  grid-row: 3;
  margin-top: 12px !important;
  text-align: left;
}
.container-footer {
  margin-top: 0 !important;
  border-top: 0 !important;
}
@media (max-width: 767.98px) {
  main .com-content-article__body > div:last-child > p:nth-of-type(6) {
    text-align: center;
  }
}


/* Uniform four-column footer with icon-only social links */
@media (min-width: 768px) {
  main .com-content-article__body > div:last-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: auto 1fr auto;
    column-gap: clamp(28px, 4vw, 64px);
    min-height: 210px;
    align-items: start;
  }
  main .com-content-article__body > div:last-child > img {
    grid-column: 1;
    grid-row: 1;
  }
  main .com-content-article__body > div:last-child > p:nth-of-type(1) {
    grid-column: 1;
    grid-row: 2;
  }
  main .com-content-article__body > div:last-child > p:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1;
  }
  main .com-content-article__body > div:last-child > p:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2 / span 2;
  }
  main .com-content-article__body > div:last-child > p:nth-of-type(4) {
    grid-column: 3;
    grid-row: 1 / span 3;
  }
  main .com-content-article__body > div:last-child > p:nth-of-type(5) {
    grid-column: 4;
    grid-row: 1 / span 3;
  }
}
main .com-content-article__body > div:last-child > p:nth-of-type(6) {
  display: flex;
  align-items: center;
  gap: 10px;
}
main .com-content-article__body > div:last-child > p:nth-of-type(6) a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin: 0 !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 50%;
  color: #fff !important;
  font-size: 0;
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
main .com-content-article__body > div:last-child > p:nth-of-type(6) a::before {
  font-family: "Font Awesome 5 Brands";
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
main .com-content-article__body > div:last-child > p:nth-of-type(6) a[href*="facebook"]::before {
  content: "\f39e";
}
main .com-content-article__body > div:last-child > p:nth-of-type(6) a[href*="instagram"]::before {
  content: "\f16d";
}
main .com-content-article__body > div:last-child > p:nth-of-type(6) a:hover {
  border-color: var(--labise-pink);
  background: var(--labise-pink);
  color: #fff !important;
}
@media (max-width: 767.98px) {
  main .com-content-article__body > div:last-child > p:nth-of-type(6) {
    justify-content: center;
  }
}


/* Place social icons under Contact and format the address on two lines */
@media (min-width: 768px) {
  main .com-content-article__body > div:last-child > p:nth-of-type(6) {
    grid-column: 3;
    grid-row: 2 / span 2;
    align-self: start;
    justify-content: flex-start;
    margin-top: 14px !important;
  }
}
main .com-content-article__body > div:last-child > p:nth-of-type(3) {
  font-size: 0;
}
main .com-content-article__body > div:last-child > p:nth-of-type(3)::before,
main .com-content-article__body > div:last-child > p:nth-of-type(3)::after {
  display: block;
  font-size: 16px;
  line-height: 1.65;
}
main .com-content-article__body > div:last-child > p:nth-of-type(3)::before {
  content: "3310 East 29th Avenue";
}
main .com-content-article__body > div:last-child > p:nth-of-type(3)::after {
  content: "Vancouver, BC V5R 1W8";
}
@media (max-width: 767.98px) {
  main .com-content-article__body > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main .com-content-article__body > div:last-child > img { order: 1; }
  main .com-content-article__body > div:last-child > p:nth-of-type(1) { order: 2; }
  main .com-content-article__body > div:last-child > p:nth-of-type(2) { order: 3; }
  main .com-content-article__body > div:last-child > p:nth-of-type(3) { order: 4; }
  main .com-content-article__body > div:last-child > p:nth-of-type(4) { order: 5; }
  main .com-content-article__body > div:last-child > p:nth-of-type(6) { order: 6; }
  main .com-content-article__body > div:last-child > p:nth-of-type(5) { order: 7; }
}

/* Final live footer repair */
@media (min-width:768px){
main .com-content-article__body>div:last-child>p:nth-of-type(2){grid-column:2;grid-row:1;margin:0!important;line-height:1.3}
main .com-content-article__body>div:last-child>p:nth-of-type(3){grid-column:2;grid-row:1/span 3;align-self:start;margin:0!important;padding-top:30px;transform:none!important;line-height:1.5}
}
@media (max-width:767.98px){
main .com-content-article__body>div:last-child>p:nth-of-type(2){margin:22px 0 0!important;line-height:1.3}
main .com-content-article__body>div:last-child>p:nth-of-type(3){margin:0!important;line-height:1.5}
}
main .com-content-article__body>div:last-child>p:nth-of-type(6) a{position:relative}
main .com-content-article__body>div:last-child>p:nth-of-type(6) a::before{background:none!important;font-family:Arial,sans-serif!important;color:#fff!important}
main .com-content-article__body>div:last-child>p:nth-of-type(6) a[href*="facebook"]::before{content:"f"!important;font-size:23px!important;font-weight:700!important;line-height:1!important}
main .com-content-article__body>div:last-child>p:nth-of-type(6) a[href*="instagram"]::before{content:""!important;width:18px;height:18px;border:2px solid #fff;border-radius:5px;box-sizing:border-box}
main .com-content-article__body>div:last-child>p:nth-of-type(6) a[href*="instagram"]::after{content:"";position:absolute;left:50%;top:50%;width:6px;height:6px;border:2px solid #fff;border-radius:50%;transform:translate(-50%,-50%);box-sizing:border-box}

/* Hours of Operation on two clean lines */
main .com-content-article__body>div:last-child>p:nth-of-type(5){font-size:0}
main .com-content-article__body>div:last-child>p:nth-of-type(5)::after{content:"Monday - Saturday: 10am - 7pm\A Sunday: 11:00pm - 6:00pm";display:block;white-space:pre-line;font-family:"IBM Plex Sans","Helvetica Neue",Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.65;letter-spacing:0;color:rgba(255,255,255,.82)}
