/*====================================*/

/*============= RESET CSS ============*/

/*====================================*/

body {
  color: black;
}

body,
h1,
h2,
p,
ul,
ol {
  margin: 0;
}

ul,
ol {
  list-style-type: none;
  padding-left: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  background: none;
  outline: none;
  padding: 0;
  text-transform: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}


/*====================================*/

/*========= REUSABLE CLASSES =========*/

/*====================================*/

.serif {
  font-family: 'Austin', serif;
}

.sans-serif {
  font-family: 'Sofia pro', sans-serif;
}

.title-xxl {
  font-family: Austin, serif;
  font-size: 110px;
  font-weight: 400;
  font-size: max(50px, min(110px, 15vw));
  line-height: 1em;
  letter-spacing: 0.01px;
  text-align: center;
  text-transform: uppercase;
}

.title-xl {
  font-family: Austin, serif;
  font-size: 90px;
  font-weight: 400;
  font-size: max(45px, min(90px, 14vw));
  line-height: 0.94em;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .title-xxl,
    {
    font-size: 50px;
    font-size: max(50px, min(110px, 12vw));
  }
  .title-xl {
    font-size: 45px;
    font-size: max(45px, min(90px, 11.5vw));
  }
}

.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.error404 .main {
  color: white;
  background-color: #001f71;
  min-height: 100vh;
  justify-content: center;
}

/*====================================*/

/*============== SWIPER ==============*/

/*====================================*/

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  flex-direction: row;

  position: relative;
  width: 100%;
  height: 100%;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  transition-property: transform;
}

.swiper-button-prev,
.swiper-button-next {
  cursor: pointer;
}

/*====================================*/

/*============== GLOBAL ==============*/

/*====================================*/

body {
  font-family: 'Austin', serif;
  font-size: 20px;
  line-height: 1.75em;


  display: flex;
  /* experimental */
  flex-direction: column;
  /* experimental */
  overflow-y: scroll;
}

main {
  color: black;
  /* min-height: 56vh; */
  flex: 1;
  /* experimental */
}

main>h2 {
  font-weight: 400;
}

.disko-component {
  max-width: 100%;
}

.page-template-template-legal .main a
{
  text-decoration: underline;
}

/*main > :not(.disko-component) a*/
/*{*/
/*  display: inline-block;*/
/*  text-transform: uppercase;*/
/*  line-height: 2em;*/
/*  letter-spacing: 2px;*/
/*  text-decoration: none;*/
/*  transition: background 1s ease 0s;*/
/*  font-family: 'Sofia pro', sans-serif;*/
/*  background: linear-gradient(to right, var(--underline-color, black) 50%, transparent 50%);*/
/*  background-size: 200% 1px;*/
/*  background-position: 0 100%;*/
/*  background-repeat: repeat-x;*/
/*}*/

/*main > :not(.disko-component) a*/
/*{*/
/*  --underline-color: black;*/
/*}*/
/*main :not(.disko-component) a:hover*/
/*{*/
/*  background-position: -200% 100%;*/
/*}*/

.wpgb-checkbox-control {
  outline: none !important;
}

.underlined-cta,
.hover-underlined-cta {
  display: inline-block;
  text-transform: uppercase;
  line-height: 2em;
  letter-spacing: 2px;
  text-decoration: none;
  transition: background 1s ease 0s;
  font-family: 'Sofia pro', sans-serif;
  text-align: center;
}
.sticky-bar__btn.hover-underlined-cta {
  line-height: 1em;
}

.underlined-cta>span {
  background: linear-gradient(to left, var(--underline-color, black) 50%, transparent 50%);
  background-size: 200% max(0.04em, 1px);
  background-position: 300% 100%;
  background-repeat: repeat-x;
  padding: 0.3em 0;
  transition: background-position 1s ease 0s;
}

.hover-underlined-cta>span {
  background: linear-gradient(to right, var(--underline-color, black) 50%, transparent 50%);
  background-size: 200% 1px;
  background-position: -100.4% 100%;
  background-repeat: repeat-x;
  padding: 0.3em 0;
  transition: background-position 1s ease 0s;
}

.underlined-cta:hover>span {
  background-position: 100% 100%;
}

.hover-underlined-cta:hover>span {
  background-position: -200% 100%;
}




/*====================================*/

/*============== HEADER ==============*/

/*====================================*/

/**
 **z-indexes:
 * header: 30s
 * nav.main-nav: 20s
 * scrim: 10s
 * layout: 10s
 * body: 0s
 */

.layout {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}

body[data-layout-state="open"],
body[data-embed-social-state="open"],
body[data-modal-state="open"] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  overflow-y: scroll;
}

.search-icon-svg {
  width: 15px;
  height: 15px;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;

  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;

  z-index: 30;
}

.admin-bar .header {
  top: 30px;
}

.header__logo-link,
.header__search-btn,
.header__shop-btn,
#header__menu-btn {
  pointer-events: all;
}

.header__logo-container {
  margin-right: auto;
  max-width: 37.5%;
}

.header__logo-link {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header__logo-svg {
  max-width: 100%;
}

.header__search-btn {
  margin-right: 55px;
}

.header__search-btn,
.header__shop-btn {
  width: 9.6mm;
  height: 9.6mm;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__menu-btn__label {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  margin-top: -0.1em;
}

[data-layout-state="closed"] .header__menu-btn__label--close,
[data-layout-state="closed"] .header__menu-btn__label--open {
  transform: translateY(-100%);
}

.header__menu-btn__label--close,
.header__menu-btn__label--open {
  display: inline-flex;
  transition: transform 0.3s ease 0s, visibility 0s linear 0s;
}

/*
.header__menu-btn__label--close {
  margin-top: 2px;
}
*/

[data-layout-state="closed"] .header__menu-btn__label--close,
[data-layout-state="open"] .header__menu-btn__label--open {
  visibility: hidden;
  transition: transform 0.3s ease 0s, visibility 0s linear 0.3s;
}

/**
 * Color changing management 
 */

.header[data-color="black"] {
  --header-color: black;
}

.header[data-color="white"] {
  --header-color: white;
}

#header__menu-btn {
  height: 9.6mm;
  color: var(--header-color);
  text-transform: uppercase;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: color 0.4s ease 0s;

  overflow: hidden;
}

.burger-icon-svg>g {
  transition: stroke 0.4s ease 0s;
}

#header__logo-svg__fill,
.search-icon-svg>g,
.location-icon-svg path {
  transition: fill 0.4s ease 0s;
}

/**
 * Burger icon animation
 */

.l1,
.l3 {
  transition: transform 0.3s ease 0s;
}

.l2 {
  transition: transform 0.1s ease 0s, opacity 0.3s ease 0s;
}

.l1 {
  transform-origin: 29% 28%;
}

.l3 {
  transform-origin: 29% 72%;
}

[data-layout-state="open"] .burger-icon-svg .l1 {
  transform: rotateZ(45deg) scaleX(1.16);
}

[data-layout-state="open"] .burger-icon-svg .l2 {
  opacity: 0;
}

[data-layout-state="open"] .burger-icon-svg .l3 {
  transform: rotateZ(-45deg) scaleX(1.16);
}

#header__menu-btn:hover .burger-icon-svg .l2 {
  transform: translateX(18%);
}

.header__logo-container {
  overflow: hidden;
  pointer-events: none;
}

.header__logo-link {
  overflow: hidden;
  pointer-events: all;
}

.header__logo-container,
.header__logo-container .header__logo-link,
.header__logo-container .header__logo-svg {
  transition: transform 0.6s ease-in-out 0s;
}

@media screen and (min-width: 768px) {
  .header__logo-container.small {
    transform: translateX(-6%);
  }
  [data-layout-state="open"] .header__logo-container.small {
    transform: translateX(-50%);
  }
}

.header__logo-container.small .header__logo-link {
  transform: translateX(-85%);
}

.header__logo-container.small .header__logo-svg {
  transform: translateX(85%);
}

[data-layout-state="open"] .header__logo-container.small .header__logo-link,
[data-layout-state="open"] .header__logo-container.small .header__logo-svg {
  transform: translateX(0);
}

.main-nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 32px;

  z-index: 20;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;

  pointer-events: all;
}

.main-nav[data-state="closed"] {
  pointer-events: none;
}

#main-nav__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 10px;
  line-height: 11px;
  font-weight: 600;
  letter-spacing: 0.71px;
  text-transform: uppercase;
  z-index: 30;
}

#main-navigation-menu>li+li {
  margin-top: 30px;
}

.main-nav__category-name {
  color: white;
  font-size: 50px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

.main-nav__category-btn {
  /* overflow: hidden; */
}

.main-nav__subcategory-name {
  font-size: 14px;
  font-size: clamp(12px, 1vw, 22px);
  line-height: 1.71em;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;

  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.main-nav__subcategory-name::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: black;
  margin-right: 11px;
}

.main-nav__link {
  font-size: 18px;
  font-size: clamp(15px, 1.3vw, 26px);
  line-height: 1.56em;
  font-weight: 400;
}

.main-nav__link,
.main-nav__subcategory-name>a {
  /*transition: color 0.2s linear 0s;*/
  transition: color 0.3s cubic-bezier(0.2, 0.6, 0.4, 1), transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1);
  display: inline-block;
}

.main-nav__subcategory-name>a:hover,
.main-nav__link:hover {
  color: white;
  transform: translateX(10px) skewX(-8deg);
}

.main-nav__category-list {
  position: absolute;

  top: 150px;
  padding-top: 0;

  right: 16px;
  left: 32px;
  bottom: 0;
  overflow-y: auto;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.main-nav__category-list>li:not(:last-child) {
  margin-bottom: 40px;
}

.main-nav__category-list>li:last-child {
  padding-bottom: 40px;
}

.main-nav__category-name.active>.main-nav__category-btn {
  color: #fcc200;
  text-shadow: 1px 0 white,
  -1px 0 white,
  0 1px white,
  0 -1px white;
  pointer-events: none;
}

.main-nav__category-name.active+.main-nav__category-list {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);

  transition: transform 1s ease 0.15s, opacity 1s ease 0s, visibility 1s ease 0s;
}

/**
 * Transitioning 
 */

.main-nav__category-name {
  transition: opacity 1s ease 0s, visibility 1s ease 0s, transform 1s ease 0s;
}

.main-nav__category-btn {
  transition: color 0.3s ease 0s, text-shadow 0.3s ease 0s;
}

.main-nav__category-list {
  transition: transform 0s ease 1s, opacity 1s ease 0s, visibility 1s ease 0s;
  transform: translateY(2em);
}

#nav-back-btn {
  transition: opacity 1s ease 0s, visibility 1s ease 0s;
}

#main-nav__bottom {
  transition: opacity 1s ease 0s, visibility 1s ease 0s;
}

.location-and-language-container {
  display: flex;
  flex-direction: row;
}
.location-and-language-container select
{
  outline: none;
}

/**
 * Mobile-only rules
 */

@media screen and (max-width: 767px) {
  .header {
    height: 80px;
    padding: 20px 16px;
  }
  #header__menu-btn {
    font-size: 12.5px;
    line-height: 12px;
    font-weight: 600;
    letter-spacing: 0.71px;
  }
  .header__menu-btn__label {
    height: 12px;
  }
  .location-icon-svg {
    width: 14px;
    height: 14px;
  }
  .burger-icon-svg {
    width: 16px;
    height: 16px;
  }
  #header__menu-btn>.burger-icon-svg,
  .main-nav__search-btn>.search-icon-svg,
  .main-nav__shop-btn>.location-icon-svg {
    margin-right: 8px;
  }
  .header__search-btn {
    display: none;
  }
  .header__shop-btn {
    margin-right: 27px;
  }
  li:nth-child(2) .main-nav__category-name.active {
    transform: translateY(-175%);
  }
  li:nth-child(3) .main-nav__category-name.active {
    transform: translateY(-350%);
  }
  li:nth-child(4) .main-nav__category-name.active {
    transform: translateY(-525%);
  }
  [data-has-active-category="true"] .main-nav__category-name:not(.active),
  [data-has-active-category="true"] #main-nav__bottom {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .main-nav__search-btn,
  .main-nav__shop-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .main-nav__search-btn {
    margin-bottom: 30px;
  }
  .main-nav__shop-btn {
    margin-bottom: 42px;
  }

  #nav-back-btn {
    position: fixed;
    top: 90px;
    font-size: 12px;
    line-height: 23px;
    font-weight: 600;
    letter-spacing: 1.29px;
    text-transform: uppercase;

    padding-left: 32px;
    z-index: 30;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  #nav-back-btn::before {
    content: "";
    transform: rotateZ(90deg);
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../images/chevron.svg);
    background-size: 10px 10px;
    background-repeat-y: repeat;
    background-position: 0 0;
    margin-right: 8px;
    transition: background-position 0.3s ease 0s;
  }
  #nav-back-btn:hover::before {
    background-position: 0 10px;
  }
  .main-nav__video-container {
    display: none;
  }
  .main-nav[data-state="open"][data-has-active-category="true"]~#nav-back-btn {
    opacity: 1;
    visibility: visible;
    pointer-events: all;

    transition: opacity 1s ease 0s, visibility 1s ease 0s;
  }
  .disko-fake-component-catalogue-grid .flex-item.post .name,
  .disko-fake-component-catalogue-grid .flex-item.page .name {
    font-size: 20px;
    margin: 0 20px;
  }
  .disko-fake-component-catalogue-grid .flex-item.post,
  .disko-fake-component-catalogue-grid .flex-item.page {
    min-height: 47vw;
  }
}

/**
 * Desktop-only rules
 */

@media screen and (min-width: 768px) {
  .header {
    padding: 30px 60px;
  }
  .header__logo-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #header__menu-btn {
    order: -1;
    margin-right: auto;

    font-size: 14px;
    letter-spacing: 2px;
    line-height: 16px;
    font-weight: 600;
    
  }
  .header__menu-btn__label {
    height: 14px;
  }
  
  .header__menu-btn__label,
  .search-icon-svg,
  .location-icon-svg {
    transition: transform 0.2s ease 0s;
  }
  
  #header__menu-btn:hover .header__menu-btn__label {
    transform: translateX(2px);
  }
  .header__search-btn:hover .search-icon-svg,
  .header__shop-btn:hover .location-icon-svg {
    transform: scale(1.15);
  }
  
  .burger-icon-svg {
    width: 16px;
    height: 16px;
    margin-right: 16px;
    margin-top: -2px;
  }
  .location-icon-svg {
    width: 14px;
    height: 18px;
  }
  .main-nav {
    padding: 80px 60px 40px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .main-nav__search-btn,
  .main-nav__shop-btn,
  #nav-back-btn {
    display: none;
  }
  #main-navigation-menu {
    align-self: center;
    z-index: 1;
  }
  .main-nav__category-list {
    top: 120px;

    right: 60px;
    bottom: calc(40px + 1.75em);
    left: 53%;

    overflow: auto;

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;

    z-index: 1;
  }
  .main-nav__category-list > li
  {
    max-width: 50%;
  }
  .main-nav__category-name {
    font-size: 110px;
    line-height: 150px;

    font-size: clamp(60px, 8vw, 110px);
    line-height: 0.8em;

    font-weight: 400;
  }
  .main-nav__category-btn {
    text-align: inherit;
  }
  #main-nav__bottom {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 0.86px;
  }
  .main-nav__video-container {
    position: absolute;
    top: 80px;
    right: 15%;
    bottom: 60px;
    width: 20%;
    pointer-events: none;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: transform 0.8s ease 0s, opacity 0.8s ease 0s;
  }
  .main-nav__video {
    width: 100%;
    display: flex;
    /* chrome & firefox parent container height bugfix */
  }
  [data-has-active-category="true"] .main-nav__video-container {
    transform: scale(0.9);
    opacity: 0;
  }
  .disko-fake-component-catalogue-grid .flex-item.post,
  .disko-fake-component-catalogue-grid .flex-item.page {
    min-height: 26vw;
  }
  .disko-fake-component-catalogue-grid .flex-item.post .name,
  .disko-fake-component-catalogue-grid .flex-item.page .name {
    font-size: 36px;
    font-size: clamp(26px, 2.7vw, 36px);
  }
}

.nav-scrim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  pointer-events: none;
  z-index: 10;
}

.nav-scrim::before,
.nav-scrim::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nav-scrim::before {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.8s ease;
}

[data-layout-state="open"] .nav-scrim::before,
[data-embed-social-state="open"] .nav-scrim::before {
  transition-delay: 0s;
  opacity: 1;
}

[data-layout-state="closed"] .nav-scrim::before {
  transition-delay: 0.6s;
}

.nav-scrim::after {
  background: #fcc200;
  transform: translateY(-100%);
  transition: transform 1s cubic-bezier(.69, .003, .298, .991);
}

[data-layout-state="open"] .nav-scrim::after,
[data-embed-social-state="open"] .nav-scrim::after {
  transform: translateY(0);
  pointer-events: all;
}


@media screen and (min-width: 768px) {
  .main-nav__video-wrapper {
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
  }
  [data-state="open"] .main-nav__video-wrapper,
  [data-state="open"] .main-nav__video {
    transition: transform 1s ease 0.5s;
  }
  [data-state="closed"] .main-nav__video-wrapper,
  [data-state="closed"] .main-nav__video {
    transition: transform 0.3s ease 0s;
  }
  [data-state="closed"] .main-nav__video-wrapper {
    transform: translateY(-100%);
  }
  [data-state="closed"] .main-nav__video {
    transform: translateY(101%);
  }
}



[data-state="closed"] #main-navigation-menu>li {
  transform: translateX(-30px);
  opacity: 0;
}

[data-state="open"] #main-navigation-menu>li:nth-child(1) {
  transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.6s;
}

[data-state="open"] #main-navigation-menu li:nth-child(2) {
  transition: transform 0.3s ease 0.65s, opacity 0.3s ease 0.65s;
}

[data-state="open"] #main-navigation-menu li:nth-child(3) {
  transition: transform 0.3s ease 0.7s, opacity 0.3s ease 0.7s;
}

[data-state="open"] #main-navigation-menu li:nth-child(4) {
  transition: transform 0.3s ease 0.75s, opacity 0.3s ease 0.75s;
}

[data-state="closed"] #main-navigation-menu li:nth-child(4) {
  transition: transform 0.3s ease 0s, opacity 0.15s ease 0s;
}

[data-state="closed"] #main-navigation-menu li:nth-child(3) {
  transition: transform 0.3s ease 0.05s, opacity 0.15s ease 0.05s;
}

[data-state="closed"] #main-navigation-menu li:nth-child(2) {
  transition: transform 0.3s ease 0.1s, opacity 0.15s ease 0.1s;
}

[data-state="closed"] #main-navigation-menu li:nth-child(1) {
  transition: transform 0.3s ease 0.15s, opacity 0.15s ease 0.15s;
}

[data-state="open"] #main-nav__bottom {
  animation: onopen_main-nav__bottom 0.5s ease 0.8s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: backwards;
  animation-play-state: running;
}

@keyframes onopen_main-nav__bottom {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

[data-state="closed"] #main-nav__bottom {
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s linear 0.3s;
  transform: translateY(-10px);
  opacity: 0;
}




/*=============================================*/

/*============== LANGUAGE WIDGET ==============*/

/*=============================================*/

.disko-languages-widget,
.disko-location-widget {
  padding: 6px 20px 6px 0;
  border: 0;

  background-color: transparent;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.86px;
  text-transform: uppercase;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 6px 6px;
}

@media screen and (max-width: 767px) {
  .location-and-language-container {
    flex-direction: column;
  }
  .disko-languages-widget {
    margin-top: 18px;
  }
}
@media screen and (min-width: 768px) {
  .disko-languages-widget {
    margin-left: 36px;
  }
}

#main-nav__language-switch,
#main-nav__location-switch {
  color: black;
  border-bottom: 1px solid black;
  background-image: url(../images/chevron.svg);
}

#footer__language-switch,
#footer__location-switch {
  color: white;
  border-bottom: 1px solid white;
  background-image: url(../images/chevron--white.svg);
}

#main-nav__language-switch>option,
#main-nav__location-switch>option {
  background: #FCC200;
  color: black;
}

#footer__language-switch>option,
#footer__location-switch>option {
  background: #001f71;
  color: white;
}





/*====================================*/

/*============= MACARON ==============*/

/*====================================*/

@media screen and (min-width: 768px) {
  .macaron-container {
    position: absolute;
    top: 50%;
    right: 1vw;
    width: 6vw;
    height: 6vw;
    pointer-events: all;
    transform: translateY(-50%);
  }
  .macaron-container[data-color="black"] {
    --macaron-color: black;
  }
  .macaron-container[data-color="white"] {
    --macaron-color: white;
  }
  [data-embed-social-state="open"] .macaron-container {
    animation: 1.5s cubic-bezier(.69, .003, .298, .991) 0s 1 normal forwards running open-embed-social;
    pointer-events: none;
  }
  [data-embed-social-state="closed"] .macaron-container {
    animation: 1.5s cubic-bezier(.69, .003, .298, .991) 0s 1 normal forwards running close-embed-social;
  }
}

.macaron-wrapper {
  width: 100%;
  height: 100%;
  transform: rotateZ(calc(var(--scroll-y) * -0.25deg));
  transition: transform 0.6s cubic-bezier(0.04, 0.07, 0.04, 0.93) 0s;
}

@keyframes open-embed-social {
  0% {
    width: 6vw;
    transform: translateY(0, -50%);
  }
  40% {
    width: 6vw;
    transform: translate(120%, -50%);
  }
  60% {
    width: 20vw;
    height: 20vw;
    transform: translate(120%, 35vh);
    z-index: 11;
  }
  100% {
    width: 20vw;
    height: 20vw;
    transform: translate(40%, 35vh);
    z-index: 11;
    z-index: 11;
  }
}

@keyframes close-embed-social {
  0% {
    width: 20vw;
    height: 20vw;
    transform: translate(40%, 35vh);
    z-index: 11;
  }
  40% {
    width: 20vw;
    height: 20vw;
    transform: translate(120%, 35vh);
    z-index: 11;
  }
  60% {
    width: 6vw;
    transform: translate(120%, -50%);
  }
  100% {
    width: 6vw;
    transform: translateY(0, -50%);
  }
}

.rochas-macaron-svg {
  width: 100%;
  height: 100%;
  animation: macaron-anim 15s linear infinite;
}

.rochas-macaron-svg>path {
  transition: fill 0.4s ease 0s;
}

@keyframes macaron-anim {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.embed-social__close-btn {
  --cross-color: black;
  bottom: 24px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 9.6mm;
  height: 9.6mm;
  padding: 4px;
  z-index: 11;

  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

[data-embed-social-state="open"] .embed-social__close-btn {
  opacity: 1;
  pointer-events: all;
  transition-delay: 0.8s;
}

@media screen and (max-width: 767px) {
  .macaron-container {
    position: absolute;
    top: auto;
    right: 30px;
    bottom: 24px;

    width: 80px;
    height: 80px;

    z-index: 20;

    opacity: 0;
    transform: scale(0);
    pointer-events: none;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  }
  .main-nav[data-state="open"]~.macaron-container {
    --macaron-color: white;
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
    transition: transform 0.8s ease 1s, opacity 0.8s ease 1s;
  }
  body[data-layout-state="closed"] .macaron {
    opacity: 0;
    transform: scale(0);
    pointer-events: none;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  }
  body[data-layout-state="open"] .macaron {
    transform: scale(1);
    opacity: 1;
    transition: transform 0.6s ease 0.9s, opacity 0.6s ease 0.9s;
  }
}



.embed-lightbox-iframe .embed-lightbox-backdrop {
  background-color: transparent !important;
}

.embed-lightbox-iframe .embed-lightbox-content>.embed-lightbox-body.embed-lightbox-is-loaded {
  height: 70% !important;
  top: 100px !important;
}

.embed-lightbox-iframe.embed-lightbox-is-showing {
  width: 50%;
  left: 25%;
  transform: scale(.9);
  width: 70%;
  left: 14%;
}

/*.embed-lightbox-iframe,*/
/*.embed-lightbox-backdrop,*/
/*.embed-lightbox-content-holder iframe*/
/*{*/
/*  pointer-events: none;*/
/*}*/
.embed-lightbox-iframe
{
  overflow: hidden;
}


.embedsocial-background-msg {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 11;
  font-size: 16vw;
  line-height: 0.7em;
  font-weight: 100;
  white-space: nowrap;
  color: #fcc200;  
	text-shadow: -1px 0 white, 
	              1px 0 white, 
	             0 -1px white, 
	              0 1px white;
  animation-name: embedsocial-bg-msg-animation;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
.embedsocial-background-msg::before,
.embedsocial-background-msg::after {
  content: attr(data-text);
}
[data-embed-social-state="open"] .embedsocial-background-msg {
  transition: opacity 1s ease 1s;
  opacity: 1;
}
@keyframes embedsocial-bg-msg-animation
{
  0% {
    transform: translateX(0);
  }
  100% {
      transform: translateX(-33%);
  }
}
/*====================================*/

/*============== FOOTER ==============*/

/*====================================*/

#footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #001f71;
  padding: 2em 8vw;
}

#footer a {
  color: white;
  text-decoration: none;
  transition: color .1s ease-in;
}

#footer a:hover {
  color: #FCC200;
  /*transition: none;*/
}

.footer-main-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1em;
}

.footer-logo-container {
  margin-bottom: 40px;
}

.main-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  max-width: 30ch;
}

.newsletter-widget-container {
  letter-spacing: 1px;
}

.newsletter-input-wrapper {
  max-width: 25ch;
  margin: auto;
}

#newsletter-input {
  background: #001f71;
  border: 1px solid white;
}

#footer ::placeholder {
  color: white;
}

.footer-bottom-section {
  width: 100%;
  border-top: 1px solid white;
}

.menu-social-networks-container,
.menu-social-networks-english-container,
.menu-social-networks-espagnol-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 2em 0;
  overflow: hidden;
  font-size: 14px;
  max-width: 25ch;
}

.menu-legal-links-container,
.menu-legal-links-espanol-container,
.menu-legal-links-english-container {
  font-size: 14px;
}

.social-networks {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.social-networks .menu-item:empty {
  display: none;
}
.social-networks .menu-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-networks .dashicons {
  visibility: hidden;
}

.social-networks .dashicons::before {
  visibility: visible;
}

.legal-links {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.footer-main-menu>li {
  margin-bottom: 1em;
}

.newsletter-widget-container {
  margin-bottom: 1.5em;
}

.newsletter-widget-container label {
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1em;
}

.newsletter-input-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js-open-newsletter-modal {
  position: absolute;
  right: 0;
  color: white;
  padding: 0 1em;
}

.modal-newsletterform-container {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 96px 9.6mm 9.6mm;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.95);
  transition: opacity 0.8s ease 0s;
}

.modal-newsletterform-container[data-state="open"] {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}

.modal-newsletterform-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  background: white;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  cursor: default;
}

.modal-newsletterform__picture {
  background-position: center center;
  background-size: cover;
  flex: 1;
  max-width: 50%;
}

.modal-newsletterform__form {
  font-size: 13px;
  line-height: 1.77em;
  font-weight: 600;
  max-width: 49ch;
  padding: 24px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-newsletterform__title {
  font-size: 40px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 16px;
}
.modal-newsletterform__description,
.modal-newsletterform__success,
.modal-newsletterform__error
{
  line-height: 20px;
}

.modal-newsletterform-container.result {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-newsletterform-container.result .modal-newsletterform__picture {
  display: block;
  max-width: none;
  width: 100%;
}
.modal-newsletterform-container.result .modal-newsletterform__form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 48px;
  background: white;
  margin: 0;
  box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
}


.modal-newsletterform__success,
.modal-newsletterform__error,
.modal-newsletterform__form.success .modal-newsletterform__description,
.modal-newsletterform__form.error .modal-newsletterform__description,
.modal-newsletterform__form.success #newsletter-form-element,
.modal-newsletterform__form.error #newsletter-form-element {
  display: none;
}
.modal-newsletterform__form.success .modal-newsletterform__success,
.modal-newsletterform__form.error .modal-newsletterform__error {
  display: block;
}
#newsletter-form-element li > p {
    margin-top: 25px;
}

.modal-newsletterform__close-btn {
  --cross-color: black;
  position: absolute;
  top: 0;
  right: 0;
  width: 14mm;
  height: 14mm;
  padding: 16px 16px 16px 16px;
}

#newsletter-input {
  width: 100%;
  padding: 0.7em 1em;
  font-size: 16px;
  color: white;
}

#newsletter-input:focus {
  outline: 2px solid #fcc200;
}

.modal-newsletterform__form li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.modal-newsletterform__form li.three-inputs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-gap: 16px;
}

.modal-newsletterform__form .news-type-container label
{
  font-size: 16px;
}
.modal-newsletterform__form input[type="checkbox"] + label {
    margin-left: 15px;
}
.modal-newsletterform__form #input_news_4:valid
{
  border: 0;
  border-bottom: 1px solid #E1E1E1;
}
.modal-newsletterform__form #input_news_1
{
  min-height: 19px;
}

.modal-newsletterform__form .field-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.modal-newsletterform__form li>div {
  flex: 1;
  margin-top: 16px;
}

.modal-newsletterform__form .full-width {
  width: 100%;
}

.modal-newsletterform__form .newsletter-label {
  color: #AAAAAA;
  font-size: 12px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.modal-newsletterform__form select.newsletter-field,
.modal-newsletterform__form .newsletter-field[type="text"],
.modal-newsletterform__form .newsletter-field[type="mail"],
.modal-newsletterform__form .newsletter-field[type="date"] {
  border: 0;
  border-bottom: 1px solid #E1E1E1;
}

/*.newsletter-field[type="checkbox"]*/

.modal-newsletterform__form .newsletter-field[type="submit"] {
  background: linear-gradient(to left, var(--underline-color, black) 50%, transparent 50%);
  background-size: 200% max(0.04em, 1px);
  background-position: 300% 100%;
  background-repeat: repeat-x;
  padding: 0.3em 0;
  transition: background-position 1s ease 0s, opacity 1s ease 1s;
  border: 0;
  /* display: inline-block; */
  text-transform: uppercase;
  line-height: 2em;
  letter-spacing: 2px;
  text-decoration: none;
  transition: background 1s ease 0s;
  font-family: 'Sofia pro', sans-serif;
  text-align: center;
  cursor: pointer;
  padding: 0;
}

.modal-newsletterform__form .newsletter-field[type="submit"]:hover {
  background-position: 100% 100%;
}

@media screen and (max-width: 767px)
{
  .modal-newsletterform-container
  {
    z-index: 10;
    padding-top: 9.6mm;
  }
  .modal-newsletterform__form li>div
  {
    margin-top: 0;
  }
  .modal-newsletterform__form .acceptance-row
  {
    line-height: 1em;
    margin-top: 6px;
  }
  .modal-newsletterform__description,
  .modal-newsletterform__success,
  .modal-newsletterform__error
  {
    margin-bottom: 14px;
  }
  #newsletter-form-element li > p 
  {
    margin-top: 12px;
  }
}

/*====================================*/

/*======= FOOTER - DESKTOP ONLY ======*/

/*====================================*/

@media screen and (min-width: 768px) {
  #footer {
    display: grid;
    grid-template-areas: "logo logo" "main-bar main-bar" "social legal";
  }
  .footer-logo-container {
    grid-area: logo;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-bar {
    grid-area: main-bar;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 3em;
    max-width: none;
  }
  .menu-footer-main-menu-container,
  .menu-footer-main-menu-espagnol-container,
  .menu-footer-main-menu-anglais-container {
    height: 100%;
    font-size: 16px;
  }
  .newsletter-widget-container {
    grid-area: newsletter;
    font-size: 16px;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .menu-social-networks-container,
  .menu-social-networks-english-container,
  .menu-social-networks-espagnol-container {
    grid-area: social;
    height: 100%;
    padding-bottom: 0;
    max-width: 140px;
  }
  .menu-legal-links-container,
  .menu-legal-links-english-container,
  .menu-legal-links-espanol-container {
    grid-area: legal;
    padding-top: 2em;
  }

  .footer-main-menu {
    flex-direction: row;
    justify-content: flex-start;
  }
  .footer-main-menu>li {
    margin-bottom: 0;
  }
  .footer-main-menu>li+li
  {
    margin-left: 4vw;
  }
  .legal-links {
    flex-direction: row;
    justify-content: space-between;
  }
  .newsletter-widget-container label,
  .newsletter-input-wrapper {
    margin-left: 2em;
  }
  .newsletter-widget-container label {
    margin-bottom: 0;
  }
  #newsletter-input {
    width: auto;
    padding-right: 3em;
  }
  .modal-newsletterform-container {
    padding: 96px 8vw 50px;
  }
}


/****************************************************************************
 * PAGE TRANSITION
 */
.transition {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  
  background-color: #001f71;
  z-index: 1000;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
  transition: transform 1s cubic-bezier(.696, .003, .298, .997);
}
.transition.top {
  transform: translateY(-100%);
  transition-duration: 0ms;
}
.transition.bottom {
  transition-delay: 0.4s;
  transform: translateY(100%);
}

/* before */
.disko-loading .disko-animate-onload {
  transform: translateY(-3vh);
  opacity: 0;
}
/* after */
.disko-animate-onload {
  transition: transform 1s ease 1s, opacity 1s ease 1s;
}

.transition-logo
{
  transition: opacity 1s ease 0.4s;
}
.transition.top .transition-logo,
.transition.bottom .transition-logo
{
  opacity: 0;
}
.transition.bottom .transition-logo
{
  transition-delay: 0s;
}
body.disko-loading .nav-scrim::before
{
    opacity: 1;
}
#input_news_4:invalid
{
  color: red !important;
  border: none;
  border-bottom: 1px solid red !important;
}
#input_news_4:invalid + label
{
  color: red;
}

.opened-popin #input_news_4:invalid
{
  color: #AAAAAA !important;
  border: none;
  border-bottom: 1px solid #E1E1E1 !important;
}
.opened-popin #input_news_4:invalid + label
{
  color: #AAAAAA;
}

label
{
  margin-bottom: 0;
}
body:not(.page-template-template-contact):not(.page-template-template-legal):not(.page-template-template-store-loc) .main > h1:first-child
{
  margin-top: 120px;
}
.main h1.has-text-align-center
{
  font-size: 90px;
  font-size: max(45px, min(90px, 14vw));
  line-height: 0.94em;
  font-weight: 400;
  text-transform: uppercase;
}


#axeptio_overlay button[class^="CustomButton__CustomButtonStyle"] {
    opacity: 0;
}





/**
 *Native WP blocks restyling
 */

blockquote {
    display: flex;
    flex-direction: column;
    font-size: 40px;
    font-size: clamp(24px, 3vw, 40px);
    font-weight: bold;
    line-height: 1.125em;
    text-align: center;
    border-left: none;
}
blockquote cite {
    order: -1;
    font-family: 'Sofia pro', sans-serif;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
}
blockquote p {
  font-weight: 400;
}
blockquote p:first-of-type::before {
    content: "«\00a0";
}
blockquote p:last-of-type::after {
    content: "\00a0»";
}
img[class*="wp-image-"] {
    object-fit: contain;
}