/** Shopify CDN: Minification failed

Line 309:0 Expected "}" to go with "{"

**/
body.gradient.template-index.title-hotel-of-beauty.header-menu--open a{
  color:black!important;
}
/*------------------------------------
* Header
*------------------------------------*/

.header__menu-item span:after, li>a.mega-menu__link:after {
display:none;
}
.header__active-menu-item {
    color: var(--blue);
}
.header__menu-item:hover span, .header__active-menu-item, .header__menu-item.link {
  text-transform: lowercase; 
}
.header__icons, ul.footer-block__details-content.list-unstyled {
    text-transform: lowercase;
}
.header__icon  {
  text-transform: lowercase;
} 
/*hide search*/
summary.header__icon.header__icon--search.header__icon--summary.link.focus-inset.modal__toggle {
    display: none;
}

/*header*/
.scrolled:is(.template-index, .title-hotel-of-beauty) .header-wrapper {
transition:1s;
background-color:var(--yellow) !important;
}
body:is(.template-index) .header-wrapper {
position:absolute;
width:100%;
background-color:transparent !important;
}
/*change header colours on scroll*/ 
body:is(.template-index):not(.scrolled) a,  #hamburger p{
    color: var(--yellow)!important;
}
body:is(.template-index):not(.scrolled) li span {
    color: var(--yellow);
}
body:is(.template-index):not(.scrolled)  .header__icon .icon{
    color: var(--yellow);
} 
body:is(.template-index):not(.scrolled) .header-wrapper--border-bottom {
    border-bottom: 1px solid var(--black);
}

body:is(.template-index):is(.scrolled)  #hamburger p{
    color: black!important; 
}

body:is(.template-page):not(.scrolled) #hamburger p {
  color:black!important; 
}
body:is(.template-page):is(.scrolled) #hamburger p {
  color:black!important; 
}


.header__icon .icon {
    height: 1.2rem!important;
    width: 1.5rem!important; 
}
.menu-drawer__navigation {
    padding-top: 50vh!important;
}
@media screen and (min-width: 990px) {
    .header:not(.drawer-menu).page-width {
        padding-left: 8rem!important; 
        padding-right: 8rem!important; 
    }
}
.mini-description {
  line-height: 14px!important;
  padding-top: 1rem!important;
}

.card__information .price {
    font-size: 10px !important;
  padding-top: 3.5rem!important; 
}

.text-accordion .accordion-title {
    cursor: pointer;
    position:relative;
    border-bottom:1px solid;
  
}

.accordion-open .accordion-title::after {
    content: '-';
}

.accordion-title::after {
content:'+';
position:absolute;
right:0;
}

.text-accordion .content {
    max-height: 0;
    overflow: hidden;
    
    transition: max-height 0.3s ease-out;
}

/*colours*/
:root {
  --blue: #5EAEC5;
  --yellow: #EADEAC; 
}
/*------------------------------------
* Sitewide Margins
*------------------------------------*/
@media screen and (min-width:991px) {
main#MainContent, footer {
  margin-inline: 5rem;
  border-left:1px solid var(--blue);
  border-right:1px solid var(--blue);
  box-sizing:border-box;
}}

 #hamburger p{ 
   color: black; 
 } 
#section-popout-menu .section-background {
  position: absolute !important;
}

/** Header Menu Line **/

body, .field__input, .customer .field input, .field__label, .customer .field label {
  font-size: var(--font-body-size);
}

.link, .customer a, .header-localization .disclosure .localization-form__select span {
  font-size: var(--font-nav-size);
}

.localization-form:only-child .button, .localization-form:only-child .localization-form__select {
  font-size: var(--font-nav-size);
  padding-left:0;
}

 .field:after, .select:after, .customer .field:after,  .customer select:after, .disclosure .localization-form__select:after {
  border-bottom:0px solid;
}

.footer .footer__content-bottom {
  padding-top:0;
}

.footer__localization h2 {
    display: none;
}

@media screen and (min-width:750px) {
  .footer__content-bottom.bottom-align {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer__content-bottom.bottom-align .footer__content-bottom-wrapper:has(.footer__copyright) {
    justify-content: flex-end;
}



.footer__content-bottom.bottom-align .footer__copyright.caption {
    margin-top: 2.5rem;
}
}


.link, .customer a {
    text-transform: uppercase;
}

.button, .button-label, .shopify-challenge__button, .customer button {
  font-size: var(--font-button-size);
  text-transform:uppercase;
}

button.shopify-payment-button__button {
    padding: unset;
  font-size: var(--font-button-size);
  text-transform:uppercase;
}

.button, .shopify-challenge__button, .customer button, button.shopify-payment-button__button--unbranded {
  
    min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}
.header__menu-item:hover span, .header__active-menu-item, .header__menu-item.link {
  text-decoration:none;
}

.mega-menu .header__menu-item .icon-caret {
  display:none;
}

details[open]>.header__menu-item {
 text-decoration:none;
}
.mega-menu summary.list-menu__item {
  padding-right:1.2rem;
}
.header__menu-item span {
  position:relative;
}


li > a.mega-menu__link {
  position:relative;
  display:inline-block;
  line-height:1em;
  padding-bottom:0.2rem;
}
.header__menu-item span::after, li > a.mega-menu__link::after {
  content:"";
  background-color:currentcolor;
  height:1px;
  width:0%;
  position:absolute;
  bottom:0;
  left:0;
  transition: width 0.5s;
}

.header__menu-item span:hover::after, li > a.mega-menu__link:hover::after {
    width:100%;
     
}

span.header__active-menu-item::after {
  width:100%;
}
a.mega-menu__link--active {
  width:100%''
}

li > a.mega-menu__link:hover, li > a.mega-menu__link--active {
  text-decoration:none;
}

@media screen and (min-width:749px) {
.header.header--middle-left {
    
    grid-template-columns: auto 1fr auto;
    column-gap: 2rem;
}

}

.header.header--middle-left .list-menu--inline {
  display:flex;
  justify-content:space-evenly;
}



.card-wrapper.product-card-wrapper.underline-links-hover:hover a {
    text-decoration: none;
}



.button:not([disabled]):hover:after, .shopify-challenge__button:hover:after, .customer button:hover:after, .shopify-payment-button__button--unbranded:hover:after, .button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after{
  
    box-shadow: unset;
    border: var(--buttons-border-width) solid rgba(var(--color-button-text),var(--border-opacity));
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground),1);
}


/* FIELDS */
.field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
  box-shadow:unset;
  border-bottom: var(--inputs-border-width) solid;
}

.field__label, .customer .field label {
  left:0;
}




#menu-drawer ul.menu-drawer__menu.has-submenu.list-menu li {
     flex: 1;
  
}
#menu-drawer ul.menu-drawer__menu.has-submenu.list-menu li a, #menu-drawer ul.menu-drawer__menu.has-submenu.list-menu li summary  {
  font-family: var(--font-heading-family);
   text-transform:none;
