/** Shopify CDN: Minification failed

Line 117:102 Unexpected "{"

**/

/* ------------------------------------------------------------------------------------ */

/* general */

.h2 {
    font-size: calc(var(--font-heading-scale) * 2.5rem);
}
@media only screen and (min-width: 960px) {
    .h2 {
        font-size: calc(var(--font-heading-scale) * 3rem);
    }
    .h3 {
        font-size: calc(var(--font-heading-scale) * 2rem);
    }
}
p {
    margin: 2rem 0;
}
a:hover {
    color: #000;
}
.flex {
    display: flex;
}

.page-width-1440 {
    max-width: 1440px;
}

.pre-section-title {
    font-size: 2rem;
    color: #bd705c;
}
.section-title {
    margin-top: 10px;
}

.mbb-button {
    font-size: 1.5rem;
    letter-spacing: .1rem;
    line-height: calc(1 + .2 / var(--font-body-scale));
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 3rem;
    text-decoration: none;
    min-width: calc(12rem + var(--buttons-border-width) * 2);
    min-height: calc(5rem + var(--buttons-border-width) * 2);
    color: #fff;
    background-color: #bd705c;
}

.columns-flex {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.columns-flex-col img {
    max-width: 100%;
}

.columns-flex-reverse {
    flex-direction: column-reverse;
}


.custom-section img {
    display: block;
}
.flex-vertical {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

.section-title span {
    font-style: normal;
    color: #bd705c;
}

.hide-on-mobile {
    display: none;
}

@media only screen and (min-width: 960px) {
    .columns-flex {
        flex-direction: row;
        justify-content: space-between;
    }
    .columns-flex-col {
        flex: 1;
    }
    .hide-on-mobile {
        display: block !important;
    }
    .hide-on-desktop {
        display: none !important;
    }
   .custom-section img.hide-on-mobile {
        display: block !important;
    }
    .custom-section img.hide-on-desktop {
        display: none !important;
    }
     
  
}
@media only screen and (max-width: 959px) {

  .shopify-section-template--16659317358804__e48eb25b-0aba-469d-9515-dc89ea9a63f7 h2.section-title.h1,{
    font:size 1.5em !important;
  }

  .section-template--16659317358804__4ebfdd9c-b44a-46c2-8e65-8db00d084811-padding h2{
    font-size:2em !important;
  }

  .section#shopify-section-template--16659317358804__8adf7339-a2da-4d7a-944e-db092e846c30 h2.section-title.h1 {
      font-size: 1.4em !important;
    }
  .two{
    font-size:2em;
  }
  .pointfour{
    font-size:1.25em !important;
  }
  .pointseven{
    font-size:1.5em !important;
  }

  .section-ig h2.signature{
    font-size:2.4em !important;
    top:33px !important;
  }

  .section-ig h2{
     font-size:11px;
     top:40px !important;
   }
   .custom-section img.hide-on-mobile {
        display: none !important;
    }
  #shopify-section-template--16659317358804__1df7b7a1-d976-47af-8d44-bd1598d1d955 .bt-list-item > *{
      font-size:13px !important;
    
  }
}

/* ------------------------------------------------------------------------------------ */

/* modify base */

.announcement-bar {
    border-bottom: none;
}
.header-wrapper--border-bottom {
    border-bottom: none;
}

.image-with-text__media.global-media-settings.media {
    border: none;
}

/* ------------------------------------------------------------------------------------ */

/* where the skin glows */

.section-wtsg .h1 {
    margin-bottom: 0;
    line-height: 1em;
}
.section-wtsg .h1 span {
    font-style: italic;
    color: #bd705c;
}
.section-wtsg .h1 span.signature {
    font-style: normal;
    font-weight: 100;
    font-size: 6rem;
}
.section-wtsg p {
    font-size: 2rem;
    line-height: 1.5em;
    color: #bd705c;
}
.section-wtsg-left {
    display: flex;
    flex-direction: column;
    background-image: url("/cdn/shop/files/butterfly_nobg.png?v=1676223461");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 160px;
    height: 100%;
    padding-left: 12rem;
    padding-right: 2rem;
    padding-top: 11rem;
    padding-bottom: 2rem;
    margin-top: 5rem;
}
.section-wtsg-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}
.section-wtsg .mbb-button {
    align-self: flex-start;
    margin-top: 2rem;
}

@media only screen and (min-width: 960px) {
    .section-wtsg-left {
        margin-top: 0;
    }
}

/* ------------------------------------------------------------------------------------ */

/* achieve radiant skin */

.section-ars {
    background-color: #e7af9b;
    background-image: url("/cdn/shop/files/Breaker-BG.png?v=1675391793");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 2rem 0;
    text-align: center;
}
.section-ars h2 {
    line-height: 1.5em;
    margin-top: 2rem;
}
.section-ars h2 span {
    color: #fff;
    font-style: normal;
}

/* ------------------------------------------------------------------------------------ */

/* most popular packages */

.section-mpp {
    padding: 5rem 0;
}
.section-mpp .columns-flex {
    align-items: center;
}
.section-mpp .columns-flex-col {
    max-width: 360px;
    position: relative;
}
.section-mpp .more-info {
    position: absolute;
    top: 79%;
    transform: translate(-50%,-50%);
    left: 50%;
    text-decoration: none;
    color: #000;
    font-style: italic;
    padding-right: 25px;
    background-image: url("/cdn/shop/files/right-arrow.png?v=1675820280");
    background-position: right 56%;
    background-repeat: no-repeat;
    background-size: 18px;
}
.section-mpp .book-now {
    position: absolute;
    top: 91%;
    transform: translate(-50%,-50%);
    left: 50%;
    text-decoration: none;
    color: #bd705c;
}

/* ------------------------------------------------------------------------------------ */

/* photos */

.carousel-indicators {
    position: relative;
    margin: 0;
    padding: 3rem 0;
}
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d79584;
    margin: 3px 5px;
}
.carousel-indicators [data-bs-target].active {
    width: 18px;
    height: 18px;
    background-color: #bd705c;
    margin: 0 5px;
}
.photos-flex {
    display: flex;
    justify-content: center;
}
.photos-flex-item {
    display: block;
    flex: 1;
    margin: 0 1.5rem;
    display: flex;
    justify-content: center;
}
.photos-flex img {
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (min-width: 960px) {
    .carousel-inner {
        max-height: 400px;
    }
}


/* ------------------------------------------------------------------------------------ */

/* book your treatment */

.section-byt .page-width {
    padding: 0;
}
.section-byt-left {
    background-image: url("/cdn/shop/files/byt-left-bg.png?v=1675747694");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5rem;
}
.section-byt-left p {
    font-size: 1.7rem;
    margin: 4rem 0;
}
.section-byt-left .read-more {
    color: #000;
}
.section-byt-right {
    background-image: url("/cdn/shop/files/byt-right-bg.png?v=1675747693");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 5rem;
    align-items: center;
}
.section-byt-right h2 {
    color: #fff;
    margin: 0;
}
.section-byt-right .flex > div {
    flex: 1;
    margin: 2rem;
}
.section-byt-right .flex > div:first-child {
    margin-left: 0;
}
.section-byt-right .flex > div:last-child {
    margin-right: 0;
}
.section-byt-right input {
    background-color: transparent;
    color: #fff;
    border: 1px solid transparent;
    border-bottom: 1px solid #fff;
    width: 100%;
}
.section-byt-right input::placeholder {
    color: #fff;  
}
.section-byt-right input:focus {
    border: 1px solid transparent;
    border-bottom: 1px solid #fff;
    outline: none;
}
.section-byt-right .send-request {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    margin-top: 2rem;
    min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

/* ------------------------------------------------------------------------------------ */

/* bring out your hidden beauty */

.section-boyhb .columns-flex {
    align-items: stretch;
    padding: 5rem 0;
}
.section-boyhb .columns-flex-col {
    max-width: 550px;
}
.section-boyhb-left img {
    max-width: 100%;
}
.section-boyhb-right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding-left: 5rem;
}
.section-boyhb-right p {
    font-size: 1.7rem;
}
.boyhb-right-flex {
    margin-top: 2rem;
}
.section-boyhb p span {
    font-style: italic;
    color: #bd705c;
}
.boyhb-right-flex-image {
    margin-right: 1rem;
}
.boyhb-right-flex-text {
    margin-right: 1rem;
}
.boyhb-right-flex-text p {
    margin: 0;
    font-size: 1.4rem;
}

/* ------------------------------------------------------------------------------------ */

/* monarch body bar services */

.section-mbbs .columns-flex-col {
    margin: 1rem;
    align-items: stretch;
}
.mbbs-flex-text {
    background-color: #fff6f3;
    text-align: center;
    padding: 2rem;
    flex: 1;
    line-height: 1.5em;
    justify-content: space-between;
}
.mbbs-flex-text h2 {
    color: #bd705c;
}
.mbbs-flex-text .view-all {
    align-self: center;
    min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}
.mbbs-flex-image {
    flex: 1;
}
.mbbs-body-services .mbbs-flex-image {
    background-image: url("/cdn/shop/files/body-services.png?v=1675905879");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mbbs-facial-services .mbbs-flex-image {
    background-image: url("/cdn/shop/files/facial-services.png?v=1675905879");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ------------------------------------------------------------------------------------ */

/* best treatments */

.section-bt {
    padding-top: 5rem;
}
.section-bt-left img {
    max-height: 700px;
    margin: 0 auto;
}
.section-bt-right {
    height: 100%;
    justify-content: space-evenly;
    padding: 5rem 0;
    background-image: url("/cdn/shop/files/best-treatments-right.png?v=1675909201");
    background-position: 20% top;
    background-repeat: no-repeat;
    background-size: 50%;
}
.section-bt-right p {
    font-size: 1.8rem;
}
.bt-list {
    padding-left: 3rem;
}
.bt-list-item {
    margin: .5rem 0;
    align-items: center;
}
.bt-list-item > * {
    font-size: 30px;
}
.bt-list-item-line {
    flex: 1;
    height: 1px;
    background-color: #e7af9b;
    margin: 0 10px;
}
.bt-list-item-price {
    width: 60px;
}
.section-bt-right .book-now {
    align-self: center;
    margin-top: 2rem;
}

/* ------------------------------------------------------------------------------------ */

/* there is no limit */

.section-tinl {
    background-color: #e7af9b;
    padding: 4rem 0;
}
.tinl-left {
    flex: 4;
}
.tinl-right {
    flex: 3;
    align-items: center;
    text-align: center;
}
.tinl-right img {
    margin-bottom: 3rem;
    max-width: 120px;
}
.tinl-right h2 span {
    color: #fff;
    font-style: italic;
}
.tinl-right p {
    font-size: 2rem;
}
.tinl-right p span {
    font-style: italic;
}

/* ------------------------------------------------------------------------------------ */

/* when life gives you curves */

/* .section-wlgyc .h1 {
    margin-bottom: 0;
    line-height: 1em;
} */
.section-wlgyc .h1 span {
    font-style: italic;
    color: #bd705c;
}
.section-wlgyc p {
    font-size: 2rem;
    line-height: 1.5em;
    color: #bd705c;
}
.section-wlgyc-left {
    display: flex;
    flex-direction: column;
    background-image: url("/cdn/shop/files/when-life-gives-you-curves-left.png?v=1675918984");
    background-position: 20% 25%;
    background-repeat: no-repeat;
    background-size: 240px;
    padding: 5rem 0;
    height: 100%;
    justify-content: center;
}
.section-wlgyc-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 5rem;
    max-width: 550px;
    margin: 0 auto;
}
.section-wlgyc .mbb-button {
    align-self: center;
    margin-top: 3rem;
}

@media only screen and (min-width: 960px) {
    .section-wlgyc-left {
        padding-right: 5rem;
    }
}

/* ------------------------------------------------------------------------------------ */

/* testimonials */


.section-testi {
    background-color: #feece6;
}
.section-testi-left {
    max-width: 525px;
    margin: 0 auto;
}
.section-testi-right {
    flex: 3;
    padding: 5rem 0;
}
.section-testi h2 {
    margin-bottom: 4rem;
}
#testi_carousel {
    max-width: 700px;
    margin: 0 auto;
    background-color: #fff;
}
.testi-item {
    background-image: url("/cdn/shop/files/quotes.png?v=1675955715");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 48px;
    margin: 3rem;
}
.testi-item-star {
    width: 24px;
}
.testi-item > p {
    font-size: 1.8rem;
    margin-right: 50px;
}
.testi-item-bottom-left {
    border-top: 2px solid #feece6;
    padding-top: 2rem;
}
.testi-item-image {
    margin-right: 2rem;
}
.testi-item-image img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
}
.testi-item-text h2 {
    margin: 0;
}
.testi-item-text p {
    margin: 0;
}

.testi-buttons {
    position: absolute;
    right: 3rem;
    bottom: 3rem;
    width: 85px;
    justify-content: space-between;
}
.carousel-control-next,
.carousel-control-prev {
    background-color: #bd705c;
    position: static;
    width: 36px;
    height: 36px;
}

@media only screen and (min-width: 960px) {
    .section-testi-left {
        flex: 2;
        display: flex;
        align-items: flex-end;
        margin-right: -3rem;
    }
    /* .section-testi .page-width {
        background-color: transparent;
        background-image: url("/cdn/shop/files/testi-bg.png?v=1675960558");
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 400px;
    } */
}

/* ------------------------------------------------------------------------------------ */

/* instagram */

.section-ig {
    padding: 5rem 0;
}
.section-ig h2.signature{
    font-size: 5em;
    position: relative;
    top: 33px;
    left: 5%;
    text-align: left;
}
.section-ig h2 {
    flex: 1;
    text-align: right;
    position: relative;
    top: 65px;
    color: #bd705c;
    padding: 0 2rem;
}
.section-ig .lightbox-ig {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
    flex: 1;
    margin: 1rem;
}

/* ------------------------------------------------------------------------------------ */
/*colors and random text*/
.brown{
    color:#bd705c;
  
}
.bold{
    font-weight:bold;
  
}
.big{
font-size:1.25em;
  
}
.bigger{
    font-size:2.5em;
  
}

.italic{

  font-style:italic !important;
}

.black {
  color: black;
}
.italic {
  font-style: italic;
}

.section#shopify-section-template--16659317358804__e48eb25b-0aba-469d-9515-dc89ea9a63f7 .color-background-1.gradient {
  background:#fef6f3;
}
.section-template--16659317358804__4ebfdd9c-b44a-46c2-8e65-8db00d084811-padding{
  padding-bottom:0px !important;
}
.section#shopify-section-template--16659317358804__8adf7339-a2da-4d7a-944e-db092e846c30 .section-bt{
padding-top:0px !important;
}


/*brittany signature*/

@font-face {
    font-family: "FontsFree-Net-BrittanySignature";
    src: url('/cdn/shop/files/FontsFree-Net-BrittanySignature.woff?v=1676057805') format("woff");
    src: url('/cdn/shop/files/FontsFree-Net-BrittanySignature.woff2?v=1676057805') format("woff2");
}

.signature { font-family: "FontsFree-Net-BrittanySignature"!important; }

/*announcement bar*/

#shopify-section-announcement-bar {
    background-color: #feece6;
}
#shopify-section-announcement-bar .page-width {
    padding: 0;
    display: flex;
    flex-direction: column;
    max-width: unset;
}

.announcement-bar {
    display: flex;
    align-items: stretch;
    color: #aa6f5d;
    line-height: 1.5em;
    font-size: 1.3rem;
    margin-left: 3rem;
}
.announcement-bar:first-child {
    background-color: #feece6;
    background-image: url("/cdn/shop/files/Location.png?v=1676095996");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 34px;
    background-attachment: unset;
    padding-left: 45px;
}
.announcement-bar:nth-child(2) {
    background-color: #feece6;
    flex: 1;
    background-image: url("/cdn/shop/files/Call.png?v=1676095996");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 34px;
    background-attachment: unset;
    padding-left: 45px;
}
.announcement-bar:last-child {
    margin-left: 0;
    margin-top: 1rem;
}
.announcement-bar__message {
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
}
.announcement-bar__link {
    padding: 2rem 3rem;
    display: flex;
    align-items: center;
}
.announcement-bar .page-width {
    margin: 0;
}

@media only screen and (min-width: 750px) {
    #shopify-section-announcement-bar .page-width {
        flex-direction: row;
    }
    .announcement-bar:last-child {
        margin-left: 3rem;
        margin-top: 0;
    }
}
/*footer icons*/
.footer-block.grid__item:nth-child(5) .footer-block__details-content.rte p{
    display:flex;
    justify-content: center;
}


.footer-block.grid__item:nth-child(5) .footer-block__details-content.rte p a:nth-child(1) {
    background: url("/cdn/shop/files/Instagram.png?v=1676125826") !important;
    background-repeat:no-repeat !important;
    background-size: cover !important;
}
.footer-block.grid__item:nth-child(5) .footer-block__details-content.rte p a:nth-child(2) {
    background: url("/cdn/shop/files/Twitter.png?v=1676125822") !important;
    background-repeat:no-repeat !important;
    background-size: cover !important;
}
.footer-block.grid__item:nth-child(5) .footer-block__details-content.rte p a:nth-child(3) {
    background: url("/cdn/shop/files/FB.png?v=1676125818") !important;
    background-repeat:no-repeat !important;
    background-size: cover !important;
}

.footer-block.grid__item:nth-child(5) .footer-block__details-content.rte p a{
    width: 50px;
    height: 50px;
    color: transparent;
    display: table-cell;
}

.footer-block__details-content{
line-height:0px;
  
}
/* ------------------------------------------------------------------------------------ */

/* monarch.css end */

/* ------------------------------------------------------------------------------------ */
