/* GENERATED LESS STYLESHEET 2018 (c) IcIWare */ 
/* framework */
* {
  font-family: 'Montserrat-Medium', 'Segoe UI', 'Roboto', Tahoma, Geneva, Verdana, sans-serif;
}
html.frame,
body.frame,
.maximize {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
body.frame {
  background-color: white;
  display: flex;
  flex-flow: row wrap;
}
/* stereotypes */
a {
  color: #202020;
  text-decoration: none;
}
img {
  max-width: 100%;
}
p {
  margin-top: 0.25rem;
}
nav > ul {
  margin: 0px;
  padding: 0px;
}
nav > ul > li {
  list-style: none;
}
.serif {
  font-family: 'Times New Roman', serif;
}
.serif-all * {
  font-family: 'Times New Roman', serif;
}
.title {
  font-weight: 700;
  font-size: 16pt;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin: 2rem 0 0.5rem 0;
  text-align: center;
}
.flex-max,
.flex-min {
  display: flex;
}
.flex-max > * {
  flex-grow: 1;
}
.flex-min > * {
  flex-grow: 0;
}
.flex-down {
  flex-direction: column;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
main fieldset {
  border: none;
}
.fallback-notification {
  position: fixed;
  right: 0;
  width: 300px;
  max-width: 100vw;
  height: 5rem;
  background: white;
  border-top: 1px solid black;
  border-left: 1px solid black;
  padding: 0.5rem;
  z-index: 999;
}
/* main layout elements */
body > header {
  width: 20vw;
  display: flex;
  flex-direction: column;
  max-height: calc(100% - 3rem);
  transition: height 300ms;
}
body > main {
  width: 70vw;
  min-height: calc(100% - 3rem);
  margin: 0 auto;
  padding-bottom: 12rem;
}
body > footer {
  height: 3rem;
  width: 100%;
  color: #7f7f7f;
}
body > footer * {
  color: #7f7f7f;
}
.flex-half {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.flex-half-image,
.flex-half-text {
  width: calc(50% - 1rem);
}
.flex-half-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}
.image-triplet {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.image-triplet li {
  width: calc(100% / 3 - 0.5rem);
  list-style: none;
  position: relative;
}
/* header */
#site-logo {
  padding: 1rem;
  padding-top: 3rem;
}
#site-logo img {
  width: 100%;
}
#main-menu {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#main-menu,
#social-menu {
  margin: 1rem 2rem;
}
#main-menu li,
.big-menu li {
  margin-top: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  list-style: none;
}
#main-menu li a,
.big-menu li a {
  transition: filter 0.5s;
}
#main-menu li a:hover,
.big-menu li a:hover {
  filter: brightness(5);
}
#social-menu {
  max-width: 3rem;
}
#social-menu ul {
  display: flex;
}
#social-menu li {
  margin-left: 0.7rem;
}
#social-menu li:first-child {
  margin-left: 0rem;
}
#social-menu img {
  max-width: 1.5rem;
  width: 1.5rem;
  opacity: 0.8;
}
.shop-submenu {
  font-style: italic;
  font-size: 10pt !important;
  transform: scale(0.9);
  transform-origin: center left;
}
.shop-submenu li:first-child a:hover {
  filter: brightness(5) !important;
}
#user-menu ul {
  display: flex;
  align-items: center;
}
#user-menu img {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
  object-position: center;
}
#user-menu #currency-selector {
  position: relative;
  cursor: pointer;
  text-align: center;
}
#user-menu #currency-selector small {
  display: block;
  font-size: 6pt;
}
#user-menu #currency-selector ul {
  position: absolute;
  right: 0;
  text-align: left;
  padding: 0;
  width: 130px;
  border: 1px solid lightgray;
  height: auto;
}
#user-menu #currency-selector ul li {
  list-style: none;
  padding: 0.5rem;
  margin: 0;
  z-index: 99999;
  text-align: center;
  width: 115px;
}
#user-menu #currency-selector ul li:hover {
  background-color: #fcc4f9;
}
#user-menu a {
  position: relative;
}
.bag-indicator {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 10pt;
}
.cookie-info-accept,
.cookie-info-reject {
  background-color: #fcc4f9 !important;
}
/* main */
.top-message {
  width: 100%;
  margin-top: -1rem;
  padding-top: 1rem;
  text-align: center;
  background-color: white;
  position: relative;
}
.top-message > * {
  padding: 0.4rem;
  font-size: 13px;
  text-transform: uppercase;
  transform: scale(0.85);
  font-size: 16px;
  font-style: italic;
  font-family: 'Times New Roman', serif;
}
article[data-id="About"] * {
  text-align: justify;
}
article[data-id="About"] img {
  width: auto;
  height: auto;
}
main > header {
  display: block;
  margin-bottom: 0.5rem;
}
.button,
button,
input[type="button"],
input[type="submit"] {
  border: 1px solid;
  padding: 0.2rem 1.5rem;
  cursor: pointer;
}
.highlight-button-wide {
  text-transform: uppercase;
  letter-spacing: 0.093em;
  background-color: #fcc4f9;
  line-height: 0.85em !important;
  display: inline-block;
  padding: 0.2em 2rem 0.3em 2rem !important;
}
/* footer */
#page-footer-links {
  margin: 1rem;
  padding: 0.15rem;
  display: grid;
  font-size: small;
  text-transform: uppercase;
  grid-template-columns: auto auto auto auto auto auto;
}
/* other */
.jquery-modal.blocker.current .modal {
  border-radius: 0 !important;
  border: 1px solid black !important;
}
.cookie-info {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: white;
  border-top: 1px solid;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.cookie-info * {
  margin: 0.25rem;
}
.cookie-info button {
  background: black;
  border: 0;
  color: white;
  padding: 0.2rem;
  width: 4rem;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.payment-icons {
  list-style: none;
  display: flex;
  padding: 0;
  transform: translateY(-1rem);
}
.payment-icons .payment-icons-item {
  margin-right: 0.5rem;
}
a.primary-color-link {
  color: #fcc4f9 !important;
}
.header-image {
  min-height: 50vh;
}
/* portrait mode for phones */
@media (max-aspect-ratio: 1/1) {
  body > main {
    min-width: calc(100% - 2 * 0.5rem) !important;
    max-width: calc(100% - 0.5rem) !important;
  }
  body > header {
    position: absolute;
    background: white;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding: 0rem;
    margin: 0rem;
  }
  .mobile-menu-visible {
    overflow: hidden;
  }
  header.mobile-menu-visible {
    overflow-y: auto !important;
  }
  body > header.mobile-menu-visible {
    padding-bottom: 6rem;
    position: fixed;
    top: 0px;
    left: 0px;
  }
  body > header.mobile-menu-invisible {
    height: 6rem;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
  }
  body > header.mobile-menu-invisible > :nth-child(n+2) {
    display: none !important;
  }
  #site-logo {
    display: flex;
    position: absolute;
    height: 5rem;
    padding: 0rem;
    filter: invert(0%);
    width: 100%;
  }
  #site-logo button.hamburger {
    z-index: 999999;
    transform: scale(0.4, 0.6) translate(-2.2rem, -1.3rem);
  }
  .hamburger-inner,
  .hamburger-inner::after,
  .hamburger-inner::before {
    height: 2px !important;
  }
  #site-logo > a {
    padding: 0.5rem 0rem;
    position: absolute;
    width: 100%;
    text-align: center;
  }
  #site-logo img.site-header {
    width: 70%;
    max-height: 5rem;
    transform: scale(0.9) translateX(10px);
    transform-origin: top left;
  }
  #main-menu {
    margin-top: 5rem;
    padding-top: 3rem;
    /*font-size:  1.5rem; */
  }
  #main-menu li {
    font-weight: 400;
  }
  #main-menu li a {
    line-height: 2rem;
    display: block;
  }
  #main-menu li:nth-child(1) {
    transition: all 300ms 100ms;
  }
  #main-menu li:nth-child(2) {
    transition: all 300ms 180ms;
  }
  #main-menu li:nth-child(3) {
    transition: all 300ms 260ms;
  }
  #main-menu li:nth-child(4) {
    transition: all 300ms 340ms;
  }
  #social-menu li:nth-child(3) {
    transition: all 300ms 420ms;
  }
  #social-menu li:nth-child(2) {
    transition: all 300ms 520ms;
  }
  #social-menu li:nth-child(1) {
    transition: all 300ms 600ms;
  }
  .mobile-menu-visible #main-menu li,
  .mobile-menu-visible #social-menu li {
    opacity: 1;
    margin-left: 0px;
  }
  .mobile-menu-invisible #main-menu li,
  .mobile-menu-invisible #social-menu li {
    opacity: 0;
    margin-left: -50vw;
  }
  #site-footer {
    display: none;
  }
  #site-footer-open {
    margin: 1rem;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
  }
  #site-footer #page-footer-links {
    grid-template-columns: 50% 50%;
    height: auto !important;
  }
  #site-footer #page-footer-links li {
    margin: 0.75rem;
  }
  #site-footer #page-footer-links li:nth-child(2n - 1) {
    text-align: left;
  }
  #site-footer #page-footer-links li:nth-child(2n) {
    text-align: right;
  }
  #social-menu img {
    width: 8vw;
    max-width: 8vw;
    margin-right: 4vw;
  }
  .top-message {
    margin-bottom: -4rem;
    margin-top: 6rem;
    padding-top: 0px !important;
    background: #fcc4f9;
  }
  #secondary-message {
    position: absolute;
    top: 9rem;
    width: 100vw;
    text-align: center;
    background: #ffffff;
  }
  body > main {
    text-align: justify;
    margin: 5rem 0.5rem 0.5rem 0.5rem;
    padding: 0;
    position: relative;
  }
  body > main article {
    padding: 5px;
  }
  .desktop-only {
    display: none;
  }
  body > main > footer {
    height: auto;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    background: beige;
  }
  body > main > footer nav > div {
    margin-top: 0 !important;
  }
  body > main > footer .footer-expand {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-size: contain;
    margin-left: 0.5rem;
    cursor: pointer;
  }
  body > main > footer *[data-collapsed="true"] .footer-expand {
    background-image: url('/Images/point-up-black.svg');
  }
  body > main > footer *[data-collapsed="false"] .footer-expand {
    background-image: url('/Images/point-down-black.svg');
  }
  #page-footer-links {
    flex-direction: column;
    justify-content: start;
    text-align: center;
    margin: 1rem 0rem;
    overflow: hidden;
    transition: height 600ms;
  }
  #page-footer-links[data-collapsed="true"] {
    height: 1rem;
  }
  #user-menu > ul {
    position: absolute;
    top: 6rem;
    left: 2rem;
    width: calc(100% - 2 * 2rem);
  }
  #user-menu > ul li {
    margin-right: 1rem;
  }
  .user-menu-bag a {
    position: relative;
  }
  .user-menu-bag img {
    width: 1.2rem;
    height: 1.2rem;
    object-fit: contain;
    object-position: center;
  }
  .user-menu-bag-title {
    position: fixed;
    top: 16px;
    right: 19px;
  }
  .user-menu-bag-title,
  .user-menu-bag-title * {
    height: 19.2px;
    width: 19.2px;
  }
  .user-menu-bag-title * {
    margin: 0;
    padding: 0;
    display: block;
  }
  .user-menu-bag-title img {
    width: 19.2px !important;
  }
  .user-menu-bag-title a {
    position: relative;
  }
  .user-menu-bag-title .bag-indicator {
    position: absolute;
    bottom: -2.5px;
    width: 19px;
    text-align: center;
  }
  .user-menu-bag:first-child {
    opacity: 0;
  }
  #currency-selector {
    position: absolute !important;
    right: 0;
  }
  #currency-selector ul {
    position: fixed !important;
    bottom: 0;
    width: 100vw !important;
    left: 0;
    background: #fcc4f9 !important;
  }
  .user-menu-bag {
    position: fixed;
    top: 1rem;
    right: 0.2rem;
  }
  #bag {
    padding: 0;
    font-size: small;
  }
  #bag .thumbnail {
    max-width: 70px !important;
  }
  #bag .no-mobile {
    display: none !important;
  }
  #bag .mobile-only {
    display: initial !important;
  }
  #bag .section-bag {
    width: calc(100vw - 3rem) !important;
  }
  #bag .section-bag thead th {
    padding-left: 0;
    padding-right: 0;
  }
  #bag .section-bag thead th:nth-child(3) {
    border-right: 1px solid black;
  }
  iframe[src*="youtube"] {
    width: calc(100vw - 1rem);
  }
  .horizontal-spread {
    flex-direction: column !important;
  }
  .horizontal-spread li {
    margin-top: 2rem;
  }
  .horizontal-spread li:first-child {
    margin-top: 0;
  }
  .highlight-button-wide {
    width: 100%;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
  }
  .highlight-button-wide-holder {
    font-size: 10pt !important;
  }
  .mobile-only-block {
    display: block;
  }
  .home-narrow {
    font-size: small !important;
  }
  .home-front-message div {
    font-size: small !important;
  }
  #instagram-holder {
    width: 100% !important;
  }
  .flex-half {
    flex-direction: column;
    width: 100%;
    max-width: 100% !important;
  }
  .flex-half .flex-half-image,
  .flex-half .flex-half-text {
    width: 100%;
  }
  .subscribe-box-closed {
    display: none !important;
  }
  .video-iframe {
    margin-left: 0 !important;
  }
  #site-footer-wrapper * {
    text-align: center !important;
  }
  footer {
    margin-top: 5rem;
  }
}
/* desktop only style */
@media (min-aspect-ratio: 1/1), (aspect-ratio: 1/1) {
  body > header {
    position: fixed;
    top: 40px;
    z-index: 9;
    width: 100%;
    height: 100%;
    padding-top: 2px;
    pointer-events: none;
  }
  body > header > * {
    pointer-events: all;
  }
  #main-menu {
    max-width: calc(20vw - 2rem);
    pointer-events: none;
  }
  #main-menu ul {
    pointer-events: none;
  }
  #main-menu li {
    pointer-events: all;
  }
  body > main {
    position: absolute;
    width: 100%;
    z-index: 0;
    padding: 0 !important;
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }
  body > main > footer {
    padding-top: 250px;
    margin: 0;
  }
  body > main > footer .footer-copyright {
    text-align: center;
    margin-bottom: 3rem;
  }
  body > main > #editor {
    width: calc(60% - 6rem);
    margin: auto;
  }
  body > main > h2 {
    width: calc(60% - 6rem);
    padding: 2rem 0;
    margin: 0 calc(50% - calc(60% - 6rem) / 2 + 1rem);
  }
  body > main .main-article {
    flex-grow: 1;
    width: calc(60% - 6rem);
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #secondary-message {
    z-index: 99;
  }
  #site-logo {
    margin-top: -0.5rem;
  }
  #site-logo a {
    padding-left: 1rem;
  }
  #site-logo img {
    transform: scale(1) !important;
  }
  #social-menu {
    padding-bottom: 0.5rem;
  }
  .home-narrow {
    font-family: 'Times New Roman', serif;
    font-size: large;
    font-style: italic;
    max-width: 400px;
    margin: 0 auto;
  }
  body > main > footer > nav {
    width: 70vw;
    padding-left: 24.4vw;
  }
  body > main > footer .footer-expand {
    display: none;
  }
  #site-logo {
    width: calc(20vw - 2rem);
  }
  #site-logo img {
    transform: scale(1.1);
    transform-origin: top left;
  }
  #social-menu {
    margin: 0.25rem 2rem 3.1rem 2rem;
  }
  #user-menu {
    position: absolute;
    right: calc(2vw - 0.75rem);
    z-index: 999;
    top: 2.5rem;
  }
  #user-menu ul {
    display: flex;
    flex-direction: column;
    height: 80vh;
  }
  #user-menu li {
    margin-bottom: 1rem;
  }
  #user-menu-jump-up {
    position: fixed;
    bottom: 3.8rem;
    right: calc(2vw - 0.75rem);
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
  }
  #user-menu-jump-up img {
    align-self: center;
    justify-self: center;
  }
  .top-message {
    letter-spacing: 0.2em;
  }
  article[data-id="About"] {
    width: 60%;
    margin-left: 20%;
    margin-top: calc(-1rem - 3px);
  }
  .screen-bump-down-small {
    margin-top: 2rem;
  }
  .screen-bump-down {
    margin-top: 4rem;
  }
  .screen-bump-down-big {
    margin-top: 6rem;
  }
  .mobile-only {
    display: none !important;
  }
  main #contact-form {
    width: 80%;
    margin-left: 10%;
  }
  .modal-iframe {
    width: 90vw;
    height: 90vh;
  }
  .jquery-modal.blocker.current {
    z-index: 999;
  }
  #page-footer-links {
    margin: 1rem auto 1.25rem auto;
    width: 60vw;
  }
  #secondary-message {
    position: absolute;
    top: 2rem;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0.2rem;
    border-bottom: 1px solid lightgray;
    box-sizing: border-box;
    background: #fcc4f9;
  }
  #site-footer-wrapper {
    font-size: 8pt;
    text-transform: uppercase;
  }
  .subscribe-box-closed {
    position: absolute !important;
    bottom: 8rem !important;
  }
  .video-iframe {
    width: 65%;
    margin-left: 17.5%;
  }
  .video-iframe-wrapper {
    pointer-events: none;
  }
  .embedsocial-stories.desktop-only {
    position: fixed;
    width: 80px;
    height: 80px;
    overflow: hidden;
    right: 50px;
    top: 80px;
  }
  .embedsocial-stories.desktop-only .embedsocial-iframe-story {
    width: 300px !important;
    margin: -20px !important;
  }
  .slick-arrow:focus {
    border: 0 !important;
  }
  .slick-arrow {
    padding: 0;
    margin: 1rem;
  }
}

