/** Shopify CDN: Minification failed

Line 740:0 Unexpected "}"

**/
p,
.image-with-text__text--caption {
  color: black;
}
:root {
  --current-section-bg: #ffffff; /* Default background */
  --transition-speed: 800ms; /* Match your section transition time */
}
a {
  text-decoration: none;
}
body {
  background-color: var(--current-section-bg);
  transition: background-color var(--transition-speed) ease;
}
p,
.button,
.banner__buttons,
.main-page-title{
  font-size: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
#Banner-template--24910956036441__image_banner_7KFzeG > div.banner__content.banner__content--bottom-center.page-width.scroll-trigger.animate--slide-in > div {
    transition: unset;
}
.header__active-menu-item {
    text-decoration: unset;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 12px;
  }
.page-width {
    padding: 0rem!important;
}
  .image-with-text__content > * + * {
  margin-top: 2rem;
  font-size: 15px!important;
  letter-spacing: 1px;
}
  sticky-header.header-wrapper.color-scheme-1.gradient {
    padding: 15px;
}
  .bnz-category-image-container, .bnz-category-placeholder {
    height: 200px!important;
}

  .image-with-text .grid {
    margin-top:0px!important;
  }
  .image-with-text {
    height: auto!important;
}
  .bnz-salon-button-wrapper {
    margin-top: 0px;
}
}

.page-width {
    padding: 0 15rem;
}
/* Font declarations */
@font-face {
  font-family: "ABCDiatype";
  src: url('/cdn/shop/files/abc-diatype-regular.otf?v=1745011415') format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Obviously";
  src: url('{{ "ObviouslyWide-Bold.OTF" | asset_url }}') format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Title styles - Obviously font */
h1,
h2,
h3,
.title {
  font-family: "Obviously", sans-serif !important;
  line-height: 1.1em;
  font-weight: 400 !important;
}

/* Text and button styles - ABC Diatype font */
h4,
h5,
h6,
p,
span,
button,
.btn,
.button,
input[type="button"],
input[type="submit"] {
  font-family: "ABCDiatype", monospace !important;
}

button,
.btn,
.button,
input[type="button"],
input[type="submit"] {
  font-weight: normal;
  letter-spacing: 0.05em;
}
.header-wrapper {
    background-color: transparent!important;
}
/* hides*/
.header__icons {
  display: none;
}

/*richtexts and contents*/
.rich-text__blocks {
  max-width: 98% !important;
}
.image-with-text__content > * + * {
  margin-top: 2rem;
  font-size: 20px;
  letter-spacing: 1px;
}
.image-with-text__heading {
  letter-spacing: -1px;
}
.button {
  padding: 0px !important;
  width: 300px !important;
}

/*header*/
@media screen and (min-width: 750px) {
    .banner {
        flex-direction: row;
        margin-top: -105px;
    }
  .header__menu-item {
    color: rgba(235, 235, 235, 1);
}

.header__heading-logo-wrapper {
  position: relative;
  padding: 5px 10px;
}
.footer {
    padding-top: 150px!important;
    height: 100vh;
}
.header__heading-logo-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8), transparent);
  transition: width 0.3s ease, left 0.3s ease;
}
.image-with-text__media-carousel img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    object-fit: scale-down;
    margin-top: 75px;
}
.header__heading-logo-wrapper:hover::after {
  width: 100%;
  left: 0;
}

  .header__menu-item:hover span {
    text-decoration: unset;
}
  .header__menu-item:hover {
    color: rgb(255 255 255);
}
  /* Base styles for menu items */
.header__menu-item {
  position: relative;
  padding: 5px 10px;
  transition: color 0.3s ease;
}

/* Animated highlight effect */
.header__menu-item::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8), transparent);
  transition: width 0.3s ease, left 0.3s ease;
}

/* Expand the highlight on hover */
.header__menu-item:hover::after {
  width: 100%;
  left: 0;
}

/* Maintain improved text readability */
.header__menu-item span {
  font-weight:200;
  letter-spacing: 0.5px;
  font-size:12px;
}

  
}

@media screen and (max-width: 768px) {
  .button {
    padding: 1.5rem !important;
    width: auto !important;
    font-size: 13px;
  }
  h2.image-with-text__heading.inline-richtext.h1 {
    font-size: 18px !important;
  }
  .image-with-text__content {
    padding: 25px !important;
  }
  .image-with-text__media--large {
    height: 30.5rem!important;
}
  .image-with-text__media-item {
    margin-top: 0px!important;
    padding: 15px;
}
  .image-with-text__media img {
    object-position: top;
}
  p {
    font-size: 9px!important;
}
  .banner--medium.banner--mobile-bottom:not(.banner--adapt) .banner__media, .banner--medium.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)>.banner__media {
    height: 100vh!important;
}
  .footer {
    height: 100vh;
    padding: 20px 15px !important;
    padding-top: 60px !important;
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer .footer__content-top {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer .footer__blocks-wrapper {
    display: flex !important;
    flex-direction: column;
    gap: 0;
    align-items: center;
    text-align: center;
  }
  .footer .footer-block {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .footer .footer-block__heading {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .footer .list-menu__item--link {
    font-size: 11px;
    padding: 4px 0;
  }
  .footer .footer__content-bottom {
    text-align: center;
  }
}

/* === Vertical slide system === */

.image-with-text__media {
  position: relative;
  height: auto;
  min-height: 300px;
  width: 100%;
  overflow: visible !important;
  border: none;
}
.image-with-text__media img {
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: cover;
  display: block;
}

/* Vertical centering within slides */
.bnz-slide .isolate,
.bnz-slide .rich-text,
.bnz-slide .image-with-text,
.bnz-slide .video-section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Content container centering */
.rich-text__wrapper,
.image-with-text__content,
.video-section__media-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Slide content centering */
.bnz-slide [class*="section-template--"] {
  box-sizing: border-box;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Fix for image with text sections */
.image-with-text__grid {
  align-items: center;
}

/* Ensure media items are properly aligned */
.image-with-text__media-item {
  display: flex;
  align-items: center;
}

/* Mobile adjustments */
@media screen and (max-width: 749px) {
  .image-with-text__grid {
    align-items: center;
  }
}


/* Slide container */
.bnz-slides-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
.bnz-slides-spacer {
  height: 100vh;
}

/* Each slide */
.bnz-slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  backface-visibility: hidden;
  will-change: transform;
}

/* Full-height banners within slides (override Dawn's banner--medium/small/large) */
.bnz-slide .banner {
  min-height: 100vh !important;
}

/* Section content layout */
.bnz-categories-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 !important;
  box-sizing: border-box;
}
.bnz-footer-cards {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* Slide indicators (dots) */
.bnz-slides-indicators {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bnz-slides-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #888;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.bnz-slides-dot--active {
  background-color: #000;
  transform: scale(1.3);
}
@media screen and (max-width: 768px) {
  .bnz-slides-indicators {
    right: 8px;
    gap: 8px;
  }
  .bnz-slides-dot {
    width: 5px;
    height: 5px;
  }
}
.focus-none {
    box-shadow: none!important;
    outline: 0!important;
    margin-top: -105px;
}

.header__menu-item span {
  transition: color 0.5s ease;
}

.header__icon svg {
  transition: color 0.5s ease, fill 0.5s ease;
}

.header__heading-logo {
  transition: filter 0.5s ease;
}

.gradient {
  transition: background-color 0.8s ease;
}
/* Slide chevron navigation */
.bnz-slides-chevron-nav {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  gap: 10px;
}
.bnz-slides-chevron {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
  box-shadow: none;
  padding: 0;
}
.bnz-slides-chevron svg {
  width: 14px;
  height: 14px;
  color: #000;
}
.bnz-slides-chevron:hover {
  transform: scale(1.1);
}
.bnz-slides-chevron:disabled {
  opacity: 0.3;
  pointer-events: none;
}

/* Visited link reset */
a:visited {
  color: inherit;
}
a, a:visited {
  color: currentColor;
}

/* double banner text*/
/* Banner box - transparent with subtle blur */
.banner__box.content-container {
  background-color: transparent !important;
}
.banner__buttons a {
  transition: color 0.3s ease; 
}
.banner__buttons a:hover {
  color: #808080; 
}
/* Heading that adapts to background */
.banner__heading {
  mix-blend-mode: difference;
  color: #fff !important;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

/* Button that adapts to background */
.banner__buttons .button--primary {
  mix-blend-mode: difference;
  color: #fff !important;
  border: 1px solid;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

/* Optional: Add this if button hover state needs adjustment */
.banner__buttons .button--primary:hover {
  opacity: 0.9;
  border-width: 2px;
}

#shopify-section-template--25129200386393__main > div {
    max-width: 100% !important;
  width: 100%;
}
h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
    font-size: 24px;
}
#shopify-section-template--24910956036441__image_with_text_pWc8fp .image-with-text__heading {
    margin-bottom: 0;
    font-size: 24px;
}


/*top margina t 50px*/
.image-with-text .grid {
    margin-bottom: 0;
    margin-top: 100px;
}
.banner__box>*+.banner__buttons {
    margin-top: 0rem;
}
.banner--desktop-transparent .banner__box {
    padding-bottom: 0px!important;
}
.banner__box>*+.banner__buttons {
    margin-top: 0px!important;
}
div#ImageWithText--template--24974999093593__bnz_random_images_FmXtH4 {
    padding-top: 15px;
}
#shopify-section-template--24974999093593__bnz_random_images_FmXtH4 .image-with-text .grid {
    margin-bottom: 0;
    margin-top: 20px!important;
}
.bnz-salon-text {
    min-height: 224px;
}
/* apropos */
#shopify-section-template--24910956134745__main > div {
  max-width: 100%;
  padding-top: 0px;
}
.footer-block__details-content .list-menu__item--link {
    font-size: 12px!important;
}
/*book*/
#Banner-template--24910956036441__image_banner_7KFzeG > div.banner__content.banner__content--bottom-center.page-width.scroll-trigger.animate--slide-in > div > h2 {
  font-size:13px!important;
}
  #shopify-section-template--24910956134745__main>div {
    max-width: 80%;
    margin-top: 80px!important;
}
#Banner-template--24910956036441__image_banner_7KFzeG > div.banner__content.banner__content--bottom-center.page-width.scroll-trigger.animate--slide-in > div {
  backdrop-filter: unset!important;
}
#Banner-template--24910956036441__image_banner_7KFzeG > div.banner__content.banner__content--bottom-center.page-width.scroll-trigger.animate--slide-in > div > div > a {
    mix-blend-mode: difference;
    color: #fff!important;
    border: none!important;
    font-weight: 400;
    position: relative;
    z-index: 2;
    transition: unset!important;
    width: auto!important;
    background-color:transparent!important;
}
  #Banner-template--24910956036441__image_banner_7KFzeG > div.banner__content.banner__content--bottom-center.page-width.scroll-trigger.animate--slide-in > div > div > a:before {
    font-weight: 400;
  }
#Banner-template--24910956036441__image_banner_7KFzeG > div.banner__content.banner__content--bottom-center.page-width.scroll-trigger.animate--slide-in > div > div > a::after {
  box-shadow: none !important;
}

@media screen and (max-width: 749px) {
  .banner--large:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
    min-height: 60rem;
}
  .banner--desktop-transparent .banner__box {
    padding-bottom: 60px!important;
}
  #Banner-template--24910956036441__image_banner_7KFzeG .banner__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 1.5rem;
    margin-top: auto;
    justify-content: flex-end;
  }
  .menu-drawer__menu-item {
    font-size: 12px!important;
}
  #Banner-template--24910956036441__image_banner_7KFzeG .banner__box {
    width: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  
  /* Ensure text is visible against any background */
  #Banner-template--24910956036441__image_banner_7KFzeG .banner__heading {
    font-size: 11px;
    margin-bottom: 0.5rem;
  }
  
  /* Adjust button size for better mobile experience */
  #Banner-template--24910956036441__image_banner_7KFzeG .banner__buttons a {
    padding: 0.6rem 1.2rem;
    font-size: 9px;
  }

  #shopify-section-template--24910956036441__bnz_footer_cards_FL4ehM > div > div > div > div.swiper.bnz-footer-cards__swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden > div.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top:10px;
    position: relative;
  }
  .section-template--24910956036441__image_with_text_pWc8fp-padding .image-with-text__media-item {
    display: flex;
    justify-content: center;
  }
    .image-with-text__media-item {
    width: 100%;
    margin: 0 auto;
      margin-bottom:20px;
  }
  #shopify-section-template--24910956036441__image_with_text_pWc8fp > div > div > div > div > div.image-with-text__text-item.grid__item {margin-top:20px;}
  /* Target the inner container */
  .image-with-text__media {
    display: flex;
    justify-content: center;
  }
  
  /* Target the actual image */
  .image-with-text__media img {
    width: 100%;
    height: 70%;
  }
  
  /* Fix the sizes attribute value for mobile */
  .image-with-text__media img {
    sizes: "(max-width: 749px) 60vw, (min-width: 750px) calc((100vw - 130px) / 2), (min-width: 1600px) 750px";
  }
  #shopify-section-template--24910956036441__image_with_text_pWc8fp > div {
    min-height:100vh;
  }
}
@media screen and (max-width: 767px) {
  /* Target only this specific section with unique ID */
  #shopify-section-template--24910956036441__image_with_text_pWc8fp .image-with-text {
    flex-direction: column;
  }
  .bnz-salon-text {
    min-height: 130px;
}
  #shopify-section-template--24910956036441__image_with_text_pWc8fp .image-with-text__media-item {
    order: -1; /* Ensures image appears first on mobile */
  }
  
  #shopify-section-template--24910956036441__image_with_text_pWc8fp .image-with-text__media img {
    object-position: top;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
#shopify-section-template--24974999093593__bnz_random_images_FmXtH4 > div > div > div > div > div.image-with-text__media-item.grid__item.vertical-image-container {
  margin-bottom:0px;
}
  #ImageWithText--template--24974999093593__bnz_random_images_FmXtH4 {
    padding-top:0px!important;
  }
  /* Make the mobile height more manageable */
  #shopify-section-template--24910956036441__image_with_text_pWc8fp .image-with-text__media-item,
  #shopify-section-template--24910956036441__image_with_text_pWc8fp .image-with-text__text-item {
    height: auto;
  }
  #shopify-section-template--24910956036441__image_with_text_pWc8fp > div > div > div {
    height:100vh;
  }
  #shopify-section-template--24910956036441__image_with_text_pWc8fp > div {
      justify-content:flex-start;
  }
  #shopify-section-template--24910956036441__image_with_text_pWc8fp > div > div > div > div > div.image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item {
    padding:0px;
    margin:0px;
    
  }
  #shopify-section-template--24910956036441__image_with_text_pWc8fp > div > div > div > div > div.image-with-text__text-item.grid__item{
    margin-top:0px;}
}
#shopify-section-template--24910956036441__image_with_text_pWc8fp > div > div > div > div > div.image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item > div {
  height: 25rem !important;
}
.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: 0ms!important;
}
}
