@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100;200;300;400;500;700;800;900&family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,900&display=swap');
/**
Theme Name:
Theme URI:
Author: Andrzej Dabrowski Kinaole Sp. z o.o.
Author URI:
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Body,html
 * 1.1 - Global styles
 * 1.2 - Global wrappers and objects
 *
 * 2.0 - 
 *

 */


/**
 * 1.0 - Body,html
 *
 /////////////////////////////////////////////////*/
body,
html {
  width: 100%;
  height: max-content;
  margin: 0px;
  padding: 0px;
  background: #fff;
  color: #603828;
  font-size: 18px;
  font-weight: 400;
  font-family:
    /*'Solomon Sans',*/
    'Martel Sans', sans-serif;
  scroll-behavior: smooth;
  image-rendering: -webkit-optimize-contrast;
  /* fix blury image resize in chrome & safari */
  ;
}

/**
 * 1.1 - Global styles
 *
 /////////////////////////////////////////////////*/
img {
  -ms-interpolation-mode: bicubic;
  /* image-rendering: optimizeQuality; */
}

h1,
h2,
h3 {
  display: block;
  max-width: 830px;
  margin: 0;
  padding: 0;
  font-weight: 800;
  line-height: 130%;
}

h1,
main.home h2,
section#contact h2 {
  font-family: 'Big Shoulders Display', sans-serif;
  font-size: 3.7em;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  font-size: 1.5em;
}

h2.med {
  font-size: 1.8em;
}

h2.big {
  font-size: 2em;
}

h2.mobile, .like-h2-mobile {
  display: none !important;
}

h3.big {
  font-size: 1.8em;
}

h3 {
  font-size: 1.3em;
}

p {
  max-width: 830px;
  margin: 0 0 16px;
  line-height: 150%;
}

p.sml {
  font-size: 0.9em;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

a {
  width: max-content;
  color: #603828;
}

a,
a:link,
a:visited {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* sup { font-size: 0.6em; } */


.clrfix {
  clear: both;
}

.show {
  display: block;
}

.noshow {
  display: none !important;
}

.view {
  opacity: 1 !important;
}

.noview {
  opacity: 0 !important;
}

.under {
  z-index: -1 !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
  z-index: -1;
}

.noscroll {
  overflow: hidden;
}

/**
 * 1.2 - Global wrappers and objects
 *
 /////////////////////////////////////////////////*/
main {
  min-height: 72vh;
}

section {
  position: relative;
  margin: 0 auto;
  padding: 0 0 184px;
}

/*//////////////////////////////////////////////////////////// Wrappers /////*/
.wrapper {
  display: block;
  margin: 0 auto;
}

.wrapper.x-large {
  max-width: var(--wrap-mw);
  padding: 0 12px;
}

.wrapper.med {
  max-width: var(--wrap-med);
  padding: 0 12px;
}

body {
  --wrap-mw-full: 1320px;
  --wrap-mw: 1296px;
  /* --vw-margin: calc((100vw - (var(--wrap-mw-full) / 2)) / 2); */
  --vw-margin: calc((100vw - var(--wrap-mw-full) + 48px) / 2);
  --wrap-med: 764px;
}

/*
@media only screen and (min-width: 2560px)   {
body { --wrap-mw-full: 1920px; --wrap-mw: 1856px; } 
}
*/


@media only screen and (min-width: 2560px) {
  body {
    --wrap-mw-full: 1600px;
    --wrap-mw: 1576px;
  }
}


@media only screen and (max-width: 1400px) {
  body {
    --wrap-mw-full: 1200px;
    --wrap-mw: 1176px;
  }
}

/*//////////////////////////////////////////////////////////// Logo Under Construction /////*/
div.uc .logo {
  width: 10vw;
  min-width: 240px;
}

/*//////////////////////////////////////////////////////////// Flex /////*/
.flex {
  display: flex;
  align-items: center;
}

.flex.start {
  align-items: start;
}

.flex.wrap {
  flex-wrap: wrap;
}

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

.flex.inline {
  display: inline-flex;
}

.flex.space {
  justify-content: space-between;
}

.flex.g40 {
  gap: 40px;
}

.flex.g24 {
  gap: 24px;
}

.flex.g16 {
  gap: 16px;
}

.flex.g8 {
  gap: 8px;
}

.flex.equal>* {
  flex: 1;
}

.flex.top {
  align-items: flex-start !important;
}

.flex.bottom {
  align-items: flex-end !important;
}

.half {
  width: 50%;
}

.inline {
  display: inline;
}

/*//////////////////////////////////////////////////////////// centered ver. & hor. /////*/
.centered {
  margin: 0 auto;
}

.hor-cent {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

div.center {
  text-align: center;
}

div.mwidth {
  width: max-content !important;
}

/*////////////////////////////////////////////////////////////  Text colors /////*/
.txt-white {
  color: #fff;
}

/*////////////////////////////////////////////////////////////  Backround colors /////*/
.bg-white {
  background-color: #fff;
}


/*////////////////////////////////////////////////////////////  Border bottom - light black /////*/
.bor-lblack {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

/*////////////////////////////////////////////////////////////  Border bottom - light brown + dots /////*/
.bor-lbrown {
  position: relative;
}

.bor-lbrown::after {
  content: '';
  position: absolute;
  bottom: 2.25px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #bfafa9;
  /* border-bottom: 1px solid rgba(96,56,40,0.4); */
}

.dot-lbrown-left {
  background: url("images/dot-lbrown.svg") no-repeat left bottom;
  background-origin: border-box;
}

.dot-lbrown-left.bor-lbrown::after {
  left: 6px;
}

.dot-lbrown-right {
  background: url("images/dot-lbrown.svg") no-repeat right bottom;
  background-origin: border-box;
}

.dot-lbrown-right.bor-lbrown::after {
  right: 6px;
}

/*////////////////////////////////////////////////////////////  Border bottom - dark brown + dots /////*/
.bor-dbrown {
  position: relative;
}

.bor-dbrown.left {
  left: 0;
}

.bor-dbrown.empty {
  height: 12px;
}

.bor-dbrown::after {
  content: '';
  position: absolute;
  bottom: 4.5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #603828;
}

.dot-dbrown-left {
  background: url("images/dot-dbrown.svg") no-repeat left bottom;
  background-origin: border-box;
}

.dot-dbrown-left.bor-dbrown::after {
  left: 6px;
}

.dot-dbrown-right {
  background: url("images/dot-dbrown.svg") no-repeat right bottom;
  background-origin: border-box;
}

.dot-dbrown-right.bor-dbrown::after {
  right: 6px;
}

/*////////////////////////////////////////////////////////////  Border bottom - white + dots /////*/
.bor-white {
  position: relative;
}

.bor-white.empty {
  height: 12px;
}

.bor-white::after {
  content: '';
  position: absolute;
  bottom: 4.5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.dot-white-full {
  background-image: url("images/dot-white.svg"), url("images/dot-white.svg");
  background-position: right bottom, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-origin: border-box;
}

/*////////////////////////////////////////////////////////////  Buttons /////*/
.button {
  display: block;
  width: max-content;
  padding: 16px 64px 14px;
  border-radius: 6px;
  line-height: 130%;
  font-weight: 700;
  text-decoration: none !important;
  border: none;
}

.button.sml {
  padding: 12px 24px 10px;
  font-size: 0.9em;
}

.button.shadow {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.button.brown {
  color: #fff;
  background: #603828 !important;
}

.button.white {
  color: #603828 !important;
  background: #fff !important;
}

/*////////////////////////////////////////////////////////////  Yt videos /////*/

.wrapper.yt-video {
  position: relative;
  padding-bottom: 56.25%;
}

.wrapper.yt-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* iframe.yt-video { aspect-ratio: 16 / 9; width: 100%; } */


/*////////////////////////////////////////////////////////////  Links /////*/
section div.add-link a {
  display: block;
  width: max-content;
  padding: 0 0 8px 24px;
  text-transform: uppercase;
  font-size: 0.95em;
  font-weight: 800;
  text-decoration: none;
}

section div.add-link a:hover {
  text-decoration: underline;
}

/*//////////////////////////////////////////////////////////// a11y */
:focus-visible {
  outline: solid 3px #603828;
  outline-offset: 6px;
}

.txt-white a.button:focus-visible,
.txt-white a:focus-visible {
  outline: solid 2px #fff;
}

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

.skip-link {
  z-index: 1;
  position: absolute;
  transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  width: max-content;
  padding: 16px 32px;
  line-height: 130%;
  font-weight: 600;
  text-decoration: none !important;
  background-color: #603828;
  border: 2px solid;
}

.skip-link:focus {
  top: 15px;
  left: 15px;
  z-index: 2;
  transform: translateY(0%);
  outline: solid 2px #603828;
  outline-offset: 1px;
}

.skip-link,
header .skip-link:link,
header .skip-link:visited,
header .skip-link:hover {
  color: #fff
}


/**
 * 2.0 - Header
 *
 /////////////////////////////////////////////////*/
header {
  position: relative;
  z-index: 4;
  height: auto;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}

header .wrapper.mobile.flex {
  display: none;
}

/*
header a#mobile-show, header a#mobile-close, header a#mobile-show.visible, header a#mobile-close.visible { visibility: collapse; } 
header a#mobile-show img, header a#mobile-close img { display: block; height: 0; width: 0; }
*/

/*///////////////////////////////// nav */
nav#main {
  width: auto;
  font-family: 'Roboto', sans-serif;
  font-variant: small-caps;
}

nav#main a {
  font-size: 1.15em;
  text-decoration: none;
  text-transform: uppercase;
}

nav#main a.button {
  font-weight: 500;
  font-size: 0.9em;
}

nav#main>div.wrapper.flex:not(div.wrapper.flex.space) {
  justify-content: center;
}

nav#main ul {
  display: flex;
  width: max-content;
}

nav#main ul li.mobile {
  display: none;
}

nav#main ul>li {
  display: inline-block;
  margin: 0 24px 0 0;
}

nav#main ul>li:last-child:not(#lang1 li) {
  margin: 0 !important;
}

nav#main ul.social {
  padding: 16px 0;
}

nav#main ul.social>li {
  margin: 0 16px 0 0;
}

nav#main ul.social>li a img {
  width: 23px;
  height: 23px;
}

nav#main ul.reserve {
  font-family: 'Martel Sans', sans-serif;
}

nav#main ul.reserve li:first-of-type a {
  font-weight: 700;
  font-size: 0.95em;
}

nav#main ul.reserve .button {
  padding: 10px 24px 8px;
  font-variant: normal;
  text-transform: none;
  font-weight: 700;
}

nav#main ul.links-main,
nav#main ul.links-addon {
  padding-top: 40px;
}

nav#main ul.links-main {
  flex: 1;
}

nav#main a.logo {
  flex: 0;
}

nav#main ul.links-addon {
  flex: 1;
}

nav#main ul.links-addon>li:first-child {
  margin-left: auto;
}


/**
 * 2.1 - Footer
 *
 /////////////////////////////////////////////////*/
footer {
  padding: 56px 0;
  color: #fff;
  background: #512f21;
}

footer .wrapper.flex .wrapper {
  flex: 1;
  padding-bottom: 40px;
}

footer .wrapper.flex span.title {
  display: block;
  margin-bottom: 16px;
  font-size: 1.2em;
  font-weight: 800;
}

footer .wrapper.flex p,
footer .wrapper.flex a,
footer .wrapper.flex ul {
  margin-bottom: 16px;
  font-size: 0.85em;
}

footer .wrapper.flex a {
  display: block;
  color: #fff;
}

footer .wrapper.flex ul.time li span {
  display: inline-block;
}

footer .wrapper.flex ul.time li span:first-of-type {
  width: 160px;
  margin-right: 8px;
}

footer .button.white {
  padding: 14px 24px 12px;
  font-size: 0.8em;
}

footer .wrapper.flex .wrapper a img {
  vertical-align: top;
  margin-right: 8px;
}

footer .copyright {
  display: block;
  width: max-content;
  margin: 32px auto 0;
  font-size: 0.8em;
}

footer .copyright span {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1em;
}


/**
 * 3.0 - section#Start
 *
 /////////////////////////////////////////////////*/
section#start {
  height: auto;
  margin-top: -64px;
  padding: 0 0 104px;
}

section#start div.slider {
  width: 100%;
  height: 560px;
  padding: 0;
  background: #ccc;
}

section#start p.description_1,
section#start p.description_2 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  /*
display: -webkit-box;
*/
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

section#start p.description_2 {
  min-height: 38px;
}

section#start div.wrapper.x-large.open {
  padding: 24px 0;
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
}


/**
 * 3.1 - section#Visit
 *
 /////////////////////////////////////////////////*/
section#visit h2 {
  margin: 0 auto 64px;
  text-align: center;
}

section#visit div.wrapper.flex div.wrapper>h3 {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 24px;
  text-align: center;
  font-size: 1.3em;
  font-weight: 700;
}

section#visit div.wrapper.flex>div.wrapper .content {
  width: fit-content;
  padding: 40px 48px;
  margin: 0 auto;
  font-size: 1.2em;
}

section#visit div.wrapper.flex>div.wrapper .content a {
  text-decoration: none;
}

section#visit div.wrapper.flex>div.wrapper .content a:hover {
  text-decoration: underline;
}

section#visit div.wrapper.flex>div.wrapper .content a.tel {
  font-weight: 700;
}

section#visit div.wrapper.flex>div.wrapper .content span {
  min-width: 140px;
}

section#visit div.wrapper.flex>div.wrapper:nth-child(2) .content {
  padding: 40px 24px;
}

section#visit div.wrapper.flex .content li span:first-of-type,
section#visit div.wrapper.flex div.address {
  font-weight: 700;
}

section#visit ul.boxmenu {
  min-height: 624px;
}

section#visit ul.boxmenu li {
  flex-grow: 1;
  flex-basis: 0;
  min-height: 438px;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 8px 8px;
}

section#visit ul.boxmenu li a {
  display: block;
  width: 100%;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

section#visit ul.boxmenu li a span {
  padding: 56px;
}

section#visit ul.boxmenu li:hover>a img {
  height: 416px;
}

section#visit ul.boxmenu li:hover {
  background-color: rgba(96, 56, 40, 0.15);
}

section#visit ul.boxmenu li img {
  display: block;
  width: 100%;
  height: 234px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

section#visit ul.boxmenu li div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 204px;
}


/**
 * 3.2 - section#Values
 *
 /////////////////////////////////////////////////*/
section div.wrapper.flex.affiliates {
  gap: 128px;
  align-content: space-between;
}

section div.wrapper.flex.affiliates {
  margin: 0 0 64px;
}

section div.wrapper.flex.affiliates:last-of-type {
  margin: 0;
}

section div.wrapper.flex.affiliates img {
  flex-shrink: 1;
  flex-basis: 0;
}

section div.wrapper.flex.affiliates div.content {
  flex-grow: 1;
  flex-basis: 0;
  margin-left: -220px;
}

section div.wrapper.flex.affiliates div.content h2 {
  padding: 0 0 32px;
}

section div.wrapper.flex.affiliates div.content p {
  padding: 32px 0 0;
  font-size: 1.2em;
}

section div.wrapper.flex.affiliates div.content h2 span,
section div.wrapper.flex.affiliates div.content p,
section div.wrapper.flex.affiliates div.content ul,
section div.wrapper.flex.affiliates div.content.shops div.wrapper.flex {
  display: block;
  margin-left: 220px;
}


/**
 * 3.3 - section#How
 *
 /////////////////////////////////////////////////*/
section#how {
  background: url("images/bg-how.webp") no-repeat center;
  background-size: contain;
}

section#how div.add-link {
  position: absolute;
  width: calc(100% - 66% - 12px);
  margin-top: 8px;
  margin-left: 66%;
}

section#how h2 {
  margin-bottom: 88px;
}


/**
 * 3.4 - section#Collection
 *
 /////////////////////////////////////////////////*/
section#collection div.add-link {
  position: absolute;
  width: calc(100% - 72% - 12px);
  margin-top: 8px;
  margin-left: 72%;
}

section#collection div.carousel {
  width: 100%;
  /* height: 536px; */
  height: unset;
  margin: 0;
  padding: 0;
  background: #ccc;
}

section#collection h2 {
  margin-bottom: 72px;
}


/**
 * 3.5 - section#Social
 *
 /////////////////////////////////////////////////*/
section#social {
  padding: 0 0 80px;
}

section#social div.instagram img.desktop {
  display: block;
}

section#social div.instagram img.mobile {
  display: none;
}

section#social div.empty.bor-dbrown {
  position: absolute;
  width: calc((100vw - var(--vw-margin)) - calc(308px + 128px + 8px));
  margin-top: 0;
  margin-left: calc(308px + 128px);
}

/* section#social h2 { max-width: 308px; } */
section#social div.instagram img,
section#social div.elfsight-app-551ca50a-546d-4e27-a2bc-059880d5fd83 {
  width: 100%;
  height: auto;
  margin-top: 64px;
}


/**
 * 3.6 - section#Newsletter
 *
 /////////////////////////////////////////////////*/
section#newsletter {
  padding: 80px 0;
  background: url("images/bg-newsletter.jpg") no-repeat center;
  background-size: cover;
}

section#newsletter h2 {
  margin: 0 auto;
  text-align: center;
  font-family: 'Martel Sans', sans-serif;
  font-size: 1.7em;
  font-weight: 800;
  text-transform: none;
}

/*//////////////////////////////////////////////////////////// form /////*/
section#newsletter div.form {
  padding: 32px 32px;
}

section#newsletter div.form input {
  flex-grow: 1;
  padding: 16px;
  border: 1px solid #603828;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

section#newsletter div.form input.button {
  flex-grow: 0;
  padding: 16px 56px 14px;
  font-family: 'Martel Sans', sans-serif;
  font-size: 0.95em;
  font-weight: 800;
  cursor: pointer;
}

section#newsletter div.form .legal {
  padding-top: 24px;
  font-size: 0.85em;
}

section#newsletter ul.social {
  justify-content: center;
}

section#newsletter ul.social li {
  display: inline-block;
}

section#newsletter img {
  width: 26px;
  height: 26px;
}


/**
 * 4.0 - Pages section#Title
 *
 /////////////////////////////////////////////////*/
img#hero {
  object-fit: cover;
  width: 100%;
  height: 420px;
  margin-top: -64px;
  filter: brightness(85%);
}

section#title {
  margin-top: -60px;
  padding: 0 0 128px;
}

section#title div.wrapper.x-large {
  max-width: calc(var(--wrap-mw) - 2 * 104px);
  padding: 48px 104px 0;
  border-radius: 8px 8px 0 0;
}

section#title h1 {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(96, 56, 40, 0.8);
}

section#title p {
  max-width: 100% !important;
  margin: 0 0 16px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 140%;
}

section#title p:first-of-type {
  padding-top: 72px;
}

section#title p:last-of-type {
  margin: 0;
}


/**
 * 4.1 - Pages section.Stories also (section.history.archive)
 *
 /////////////////////////////////////////////////*/
section.stories div.story:not(section.stories div.story:last-of-type) {
  margin-bottom: 128px;
}

section.stories div.wrapper.flex {
  align-items: normal;
}

section.stories div.wrapper.flex div.content.right {
  flex: 1;
  margin-right: -88px;
}

section.stories div.wrapper.flex div.content.right h2 span {
  max-width: 480px;
  /* margin-right: 300px; */
}

section.stories div.wrapper.flex div.content.right p {
  margin-right: 180px;
}

section.stories div.wrapper.flex div.content.left {
  flex: 1;
  margin-left: -88px;
}

section.stories div.wrapper.flex div.content.left h2 span,
section.stories div.wrapper.flex div.content.left p,
section.stories div.wrapper.flex div.content.left a.button {
  margin-left: 230px;
}

section.stories div.wrapper.flex div.content h2,
h2.mobile, .like-h2-mobile {
  max-width: none;
  padding: 0 0 28px;
}

section.stories div.wrapper.flex div.content h2 span,
section.stories div.wrapper.flex div.content p {
  display: block;
}

section.stories div.wrapper.flex div.content p {
  margin: 0;
  padding: 28px 0 0;
  line-height: 140%;
  font-weight: 300;
}

section.stories div.wrapper.flex div.content a.button {
  margin: 32px 0 0;
}

section.stories div.wrapper.flex div.image {
  flex: inherit;
  max-width: 526px;
}

section.stories div.wrapper.flex div.image img {
  width: 100%;
  height: 100%;
  min-height: 464px;
  object-fit: contain;
  object-position: top;
}

section.stories.history {
  padding: 0 0 160px;
}

section.stories.history div.wrapper.flex div.image img {
  min-height: 300px;
}

section.stories.history.archive div.wrapper.flex div.content.left {
  margin-left: 0;
}

section.stories.history.archive div.wrapper.flex div.content.left h2 span,
section.stories.history.archive div.wrapper.flex div.content.left p,
section.stories.history.archive div.wrapper.flex div.content.left a.button {
  margin-left: 32px;
}

section.stories.history.archive div.wrapper.flex div.image {
  max-width: 634px;
  margin-top: 32px;
}

section.stories.history.archive div.empty.bor-dbrown {
  position: absolute;
  width: calc((100vw - var(--vw-margin)) - calc(634px + 12px));
  margin-top: 8px;
  margin-right: calc(634px + 32px);
}

section.stories.history.archive h2 {
  max-width: 634px;
  margin-left: calc(634px + 32px);
}


/**
 * 4.2 - Pages section#Middle
 *
 /////////////////////////////////////////////////*/
section#middle {
  margin-bottom: 128px;
  padding: 80px 0;
  background: #e7e1df;
}

section#middle div.wrapper.x-large.flex {
  gap: 96px;
}

section#middle a {
  font-weight: 800;
}

section#middle h2 {
  margin-bottom: 32px;
}

section#middle h3 {
  margin-bottom: 48px;
}

section#middle .item {
  width: 50%;
  min-width: 220px;
  margin-bottom: 56px;
}

section#middle div.wrapper.flex.column .item {
  width: auto;
  min-width: auto;
  margin-bottom: 32px;
}

section#middle div.wrapper.flex.column .item img {
  width: auto;
  height: auto;
  padding-top: 5px;
}

section#middle .item p.sml:last-of-type {
  margin: 0;
}

section#middle div.wrapper.flex.column .item .button {
  margin-top: 32px;
}

section#middle img {
  width: 30px;
  height: 30px;
}

section#middle span.title {
  display: block;
  margin-bottom: 8px;
  font-size: 1.2em;
  font-weight: 800;
}

section#middle ul,
section#middle div.address {
  font-size: 0.95em;
}

section#middle ul li {
  max-width: 300px;
}

section#middle ul li span:last-of-type,
section#middle div.address {
  font-weight: 700;
}

section#middle div.wrapper.visit.half .button.mobile {
  display: none;
}


/**
 * 4.3 - Pages section#Clip
 *
 /////////////////////////////////////////////////*/
section#clip div.empty.bor-dbrown {
  position: absolute;
  margin-bottom: 32px;
  width: calc((100vw - var(--vw-margin)) - calc(634px + 32px + 8px));
  margin-top: 0;
  margin-left: calc(634px + 32px);
}

section#clip h2 {
  max-width: 634px;
  margin-bottom: 32px;
}


/**
 * 4.4 - Pages section#Slider-bottom
 *
 /////////////////////////////////////////////////*/
section#slider-bottom div.empty.bor-dbrown {
  position: absolute;
  width: calc((100vw - var(--vw-margin)) - calc(634px + 32px + 8px));
  margin-top: 0;
  margin-right: calc(634px + 32px);
}

section#slider-bottom h2 {
  max-width: 634px;
  margin-left: auto;
}

section#slider-bottom .slider {
  width: 100%;
  height: 360px;
  margin: 64px 0 0;
  padding: 0;
  background: #ccc;
}

section#slider-bottom.right div.empty.bor-dbrown {
  position: absolute;
  margin-bottom: 32px;
  width: calc((100vw - var(--vw-margin)) - calc(634px + 32px + 8px));
  margin-top: 0;
  margin-left: calc(634px + 32px);
}

section#slider-bottom.right h2 {
  max-width: 634px;
  margin-bottom: 32px;
  margin-right: auto;
  margin-left: 0;
}


/**
 * 4.5 - Pages section#Blog
 *
 /////////////////////////////////////////////////*/
section#title.blog-home {
  padding: 0 0 64px;
}

section#blog a.wrapper.newest,
section#blog a.wrapper.item,
section#blog .wrapper.newest a,
section#blog div.wrapper.item a {
  text-decoration: none;
}

section#blog .wrapper span.date {
  display: block;
  font-size: 0.95em;
  font-weight: 400;
}

section#blog .wrapper p {
  font-weight: 400;
}

section#blog .wrapper.flex.newest a.link,
section#blog .wrapper.item a.link {
  padding: 8px 16px;
  font-weight: 700;
  /* text-decoration: underline; */
  text-transform: uppercase;
}

section#blog a.wrapper.newest:hover,
section#blog a.wrapper.item:hover,
section#blog .wrapper.flex.newest a.link:hover,
section#blog .wrapper.item a.link:hover {
  text-decoration: none;
  background-color: rgba(96, 56, 40, 0.15);
}

section#blog .wrapper.flex.newest {
  gap: 42px;
  width: 100%;
  margin-bottom: 64px;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

section#blog .wrapper.newest div.image {
  flex: inherit;
  max-width: 416px;
}

section#blog .wrapper.newest div.image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 446px;
  object-fit: cover;
  object-position: bottom;
  border-radius: 8px 0 0 8px;
}

section#blog .wrapper.newest span.date {
  margin-bottom: 32px;
}

section#blog .wrapper.newest h2 {
  width: 95%;
  margin-bottom: 32px;
  font-size: 2.1em;
}

section#blog .wrapper.newest p {
  width: 95%;
  margin-bottom: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

section#blog .wrapper.newest div.image~div.wrapper {
  width: 100%;
  margin: 0 !important;
}

section#blog .wrapper.item {
  max-width: calc(33% - 16px);
  flex: 1 1 calc(33% - 16px);
  margin: 0 0 48px 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

section#blog .wrapper.item div.image {
  max-width: 100%;
  margin-bottom: 16px;
}

section#blog .wrapper.item div.image img {
  display: block;
  width: 100%;
  height: 100%;
  height: 266px;
  object-fit: cover;
  object-position: top;
  border-radius: 8px 8px 0 0;
}

section#blog .wrapper.item .wrapper {
  padding: 16px 16px 24px 16px;
}

section#blog .wrapper.item span.date {
  margin-bottom: 24px;
}

section#blog .wrapper.item h2 {
  height: 3.9em;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 1.5em;
}

section#blog .wrapper.item p {
  height: 6em;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

section#blog div.pagination {
  gap: 16px;
  justify-content: center;
  width: fit-content;
  min-width: 180px;
  margin: 48px auto 0;
  padding: 16px 24px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

section#blog div.pagination a {
  padding: 8px;
  font-size: 1.4em;
  font-weight: 300;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

section#blog div.pagination a.active,
section#blog div.pagination a:hover:not(section#blog div.pagination a:first-of-type:hover):not(section#blog div.pagination a:last-of-type:hover) {
  border-bottom: 1px solid #603828;
}

section#blog div.pagination a:first-of-type,
section#blog div.pagination a:last-of-type {
  padding: 0;
}

section#blog div.pagination a img {
  display: block;
}

section#blog div.pagination a span {
  display: block;
  line-height: 100%;
}

section#blog div.pagination div.prev a {
  display: block;
  text-indent: -9999px;
  width: 24px;
  height: 25px;
  background: url('images/arrow-left.svg') no-repeat center center;
}

section#blog div.pagination div.next a {
  display: block;
  text-indent: -9999px;
  width: 24px;
  height: 25px;
  background: url('images/arrow-right.svg') no-repeat center center;
}

/**
 * 4.6 - Pages section#Blog.blog-article
 *
 /////////////////////////////////////////////////*/
section#title.blog-article {
  padding: 0;
}

section#title.blog-article .wrapper.inner {
  width: 100%;
  padding-bottom: 24px;
  text-align: left;
  border-bottom: 1px solid rgba(96, 56, 40, 0.8);
}

section#title.blog-article .wrapper.inner span {
  font-weight: 500;
}

section#title.blog-article h1 {
  padding-bottom: 0;
  text-transform: none;
  font-size: 2.7em;
  font-weight: 600;
  border-bottom: none;
}

section#article .wrapper.x-large {
  max-width: calc(var(--wrap-mw) - 2 * 104px);
  padding: 24px 104px 0;
}

section#article .wrapper.blog-article {
  max-width: 746px;
  margin: 0;
}

section#article h2,
section#article h3,
section#article h4 {
  margin: 32px 0 16px;
  font-weight: 700;
}

section#article h2 {
  font-size: 1.8em;
}

section#article h3 {
  font-size: 1.3em;
}

section#article h4 {
  font-size: 1.1em;
}

section#article .wrapper.blog-article img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 16px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

section#article .wrapper.flex.space a {
  margin-top: 56px;
  font-weight: 700;
  text-decoration: none;
}

section#article .wrapper.flex.space a img {
  vertical-align: middle;
  margin-left: 8px;
}

section#article .wrapper.flex.space a:first-of-type img {
  padding-bottom: 2px;
}

section#article .wrapper.flex.space a:last-of-type span {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
}

section#article .wrapper.flex.space a:last-of-type:hover>span {
  border-bottom: 1px solid #603828;
}


/**
 * 4.7 - Pages section#Contact
 *
 /////////////////////////////////////////////////*/
section#title.contact {
  padding: 0 0 64px;
}

section#title.contact h1 {
  border-bottom: none;
}

section#contact .wrapper.equal h3 {
  padding-bottom: 16px;
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
}

section#contact .wrapper.equal div.content {
  padding: 52px;
  font-size: 1.2em;
  font-weight: 600;
}

section#contact .wrapper.equal div.content a {
  display: block;
  margin: 0 auto 8px;
  text-decoration: none;
}

section#contact .wrapper.equal div.content a:hover {
  text-decoration: underline;
}

section#contact .wrapper.equal div.content a.location {
  margin: 0;
  font-size: 0.8em;
  font-weight: 800;
  text-decoration: underline;
}

section#contact .wrapper.equal div.content a.location:hover {
  text-decoration: none;
}

section#contact .wrapper.equal div.content a.location img {
  vertical-align: top;
  margin-right: 12px;
}

section#contact div.content p {
  font-size: 1em;
}

section#contact div.wrapper.flex.affiliates {
  margin-top: 128px;
}

section#contact div.wrapper.flex.affiliates div.content h2 {
  padding: 0 0 16px;
}

section#contact div.content ul.social {
  margin-top: 48px;
}

section#contact div.content ul.social li {
  margin-top: 12px;
}

section#contact div.content ul.social a {
  display: block;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
}

section#contact div.content ul.social a:hover {
  text-decoration: underline;
}

section#contact div.content ul.social img {
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 24px;
}

section#contact div.content.address p,
section#contact div.content.address ul li span {
  font-weight: 700;
}

section#contact div.content.address ul li:not(section#contact div.content.address ul li:last-of-type) {
  margin-bottom: 8px;
}

section#contact div.content.shops a {
  text-decoration: none;
}

section#contact div.content.shops a:hover {
  text-decoration: underline;
}

section#contact div.content.shops div.wrapper.flex {
  padding: 24px 0 0;
}

section#contact div.content.shops div.wrapper span {
  display: block;
  margin-top: 12px;
}

section#contact div.content.shops div.wrapper span:first-of-type {
  font-weight: 700;
}

section#contact div.wrapper.flex.affiliates div.content.shops div.wrapper.flex {
  display: flex;
}

/*
section#slider-bottom.right div.empty.bor-dbrown { position: absolute; margin-bottom: 32px; width: calc((100vw - var(--vw-margin)) - calc(634px + 32px + 8px)); margin-top: 0; margin-left: calc(634px + 32px); }
section#slider-bottom.right h2 { max-width: 634px; margin-bottom: 32px; margin-right: auto; margin-left: 0; }
*/


/**
 * 5.0 - Responsive mobile menu
 *
 /////////////////////////////////////////////////*/
@media only screen and (max-width: 1200px) {

  .social_3 {
    flex-direction: column !important;
    align-items: center;
    margin-bottom: 2rem;
  }

  .social_3 .social {
    margin-right: 0 !important;
  }

  #lang1 {
    top: 1.5rem !important;
  }

  header {
    position: static;
  }

  header a.logo {
    display: none;
  }

  header .wrapper.mobile.flex {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: space-between;
  }

  header .wrapper.mobile.flex a.logo {
    display: block;
  }

  header a.logo.mobile img {
    width: 140px;
  }

  header a.logo.mobile.menu img {
    display: none;
  }

  header a#mobile-show img,
  header a#mobile-close img {
    width: auto;
    height: auto;
  }

  header a#mobile-show img {
    padding-bottom: 80%;
  }

  header a#mobile-close img {
    padding-bottom: 0;
  }

  header a#mobile-show,
  header a#mobile-close,
  header a#mobile-show.visible,
  header a#mobile-close.visible {
    visibility: hidden;
  }

  header a#mobile-show {
    position: relative;
    z-index: 9;
    visibility: visible !important;
    width: auto;
    height: auto;
  }

  header a#mobile-show.invisible {
    position: absolute;
    visibility: hidden !important;
  }

  header a#mobile-close {
    position: absolute;
    z-index: 9;
  }

  header a#mobile-close.visible {
    position: relative;
    visibility: visible !important;
  }

  header nav#main {
    display: flex;
    flex-direction: column;
    z-index: 8;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    -webkit-align-items: center;
    width: 100% !important;
    height: 100%;
    margin: 0;
    padding: 0 !important;
    background: #fff;
    transform: none;
  }

  header nav#main.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  header nav#main a {
    font-size: 1.5em;
  }

  header nav#main ul li.mobile {
    display: block;
  }

  header nav#main ul.links-main,
  header nav#main ul.links-addon {
    width: 100%;
    flex-direction: column;
    text-align: center;
  }

  header nav#main ul.links-addon>li:first-child {
    margin-left: 0;
  }

  header nav#main ul>li {
    margin: 0 0 24px;
  }

  header nav#main div.wrapper.flex.space {
    order: 2;
    margin: 24px auto 0;
  }

  header nav#main div.wrapper.flex.space ul.reserve {
    display: none;
  }

  nav#main ul.social>li a img {
    width: 30px;
    height: 30px;
  }

  main.halt,
  footer.halt,
  header a.halt {
    display: none;
  }

}

/**
 * 6.0 - Responsive
 *
 /////////////////////////////////////////////////*/
/*///////////////////////////////// width > 3840px */
@media only screen and (min-width: 3840px) {

  body,
  html {
    font-size: 24px !important;
  }

  p,
  section#article .wrapper.blog-article,
  ol:not(section.privacy ol) {
    max-width: 1280px !important;
  }
}

/*///////////////////////////////// width > 2560px */
@media only screen and (min-width: 2560px) {

  body,
  html {
    font-size: 20px;
  }

  p,
  section#article .wrapper.blog-article,
  ol:not(section.privacy ol) {
    max-width: 1020px;
  }

  section#content.speaker p:last-of-type {
    padding: 0 0 128px;
  }

  section#content .bg-img {
    width: auto;
  }

  footer.pages {
    padding: 80px 0 128px !important;
  }
}

/*///////////////////////////////// width < 1400px */
@media only screen and (max-width: 1400px) {
  nav#main a {
    font-size: 1.1em;
  }

  nav#main ul>li {
    margin: 0 18px 0 0;
  }
}

/*///////////////////////////////// width < 1200px */
@media only screen and (max-width: 1200px) {
  body {
    font-size: 16px;
  }

  body {
    --wrap-mw-full: 100vw;
    --wrap-mw: calc(100vw - calc(48px * 2));
    --vw-margin: calc((100vw - var(--wrap-mw-full) + calc(56px * 2)) / 2);
  }

  .wrapper.x-large {
    padding: 0 48px !important;
  }

  .dot-lbrown-left,
  .dot-lbrown-right,
  .wrapper.equal .dot-dbrown-right,
  .wrapper.equal .dot-dbrown-left {
    background: transparent;
  }

  .dot-lbrown-left.bor-lbrown::after,
  .dot-lbrown-right.bor-lbrown::after,
  .wrapper.equal .dot-dbrown-right.bor-dbrown::after,
  .wrapper.equal .dot-dbrown-left.bor-dbrown::after {
    right: 0;
    left: 0;
  }

  .half {
    width: auto;
  }

  header nav#main div.wrapper.flex.top {
    flex-direction: column;
  }

  section,
  section.stories.history {
    padding: 0 0 80px;
  }

  section#slider-bottom {
    padding: 0 0 calc(80px + 6rem);
  }

  section div.carousel {
    padding-top: 24px;
  }

  section .wrapper.flex {
    flex-wrap: wrap;
  }

  section div.add-link {
    height: 12px;
    margin-top: 24px !important;
  }

  section div.add-link a {
    display: none;
  }

  section#start {
    padding: 0 0 64px;
  }

  section#start div.wrapper.x-large.open {
    padding: 24px 0 !important;
  }

  section#visit .wrapper.flex div.wrapper,
  footer .wrapper.flex div.wrapper,
  section#contact .wrapper.equal div.wrapper {
    min-width: 400px;
  }

  section#visit ul.boxmenu {
    padding: 80px 0 0;
    flex-direction: column;
    align-items: center !important;
  }

  section#visit ul.boxmenu li {
    width: calc(100vw - calc(48px * 2));
    max-width: 830px;
    min-height: auto;
  }

  section#visit ul.boxmenu li img,
  section#visit ul.boxmenu li:hover>a img {
    height: 148px;
  }

  section#visit ul.boxmenu li div {
    height: auto;
  }

  section#visit ul.boxmenu li a span {
    padding: 32px;
  }

  section#visit ul.boxmenu li:hover>a {
    font-size: 1.5em;
  }

  section div.wrapper.flex.affiliates div.content,
  section div.wrapper.flex.affiliates div.content h2 span,
  section div.wrapper.flex.affiliates div.content p,
  section div.wrapper.flex.affiliates div.content ul,
  section div.wrapper.flex.affiliates div.content.shops div.wrapper.flex {
    margin-left: 0;
    /* margin-left: auto; */
  }

  section div.wrapper.flex.affiliates:first-of-type {
    margin: 0 auto 64px !important;
  }

  section div.wrapper.flex.affiliates {
    max-width: 830px;
    margin: 0 auto !important;
    flex-direction: column;
    gap: 16px;
  }

  section div.wrapper.flex.affiliates img:not(section div.wrapper.flex.affiliates ul.social img) {
    width: 100%;
    height: 240px;
    object-fit: cover;
    order: 2;
  }

  section#how h2,
  section#collection h2 {
    margin-bottom: 32px;
  }

  footer {
    padding: 24px 0;
  }

  footer .wrapper.x-large {
    padding: 24px 24px !important;
  }

  footer .wrapper.flex {
    flex-wrap: wrap;
    gap: 24px;
    padding-bottom: 32px;
  }

  footer .wrapper.flex .wrapper {
    padding-bottom: 0;
  }

  footer .wrapper.flex span.title,
  footer .wrapper.flex p,
  footer .wrapper.flex a,
  footer .wrapper.flex ul {
    margin-bottom: 16px;
  }

  h2.special,
  div.special.empty {
    display: none;
  }

  h2.mobile, .like-h2-mobile {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  img#hero {
    height: 360px;
  }

  section#title {
    padding: 0 0 64px;
  }

  section#title div.wrapper.x-large {
    max-width: var(--wrap-mw);
    padding: 32px 32px 0 !important;
  }

  section#title h1 {
    max-width: 830px !important;
    padding-bottom: 32px;
  }

  section#title p {
    max-width: 830px !important;
    padding-top: 48px !important;
  }

  section.stories div.wrapper.flex {
    max-width: 830px;
    flex-direction: column;
  }

  section.stories div.wrapper.flex div.content.right,
  section.stories div.wrapper.flex div.content.right p,
  section.stories div.wrapper.flex div.content.left,
  section.stories div.wrapper.flex div.content.left p {
    margin: 32px 0 0 0;
    order: 2;
  }

  section.stories div.wrapper.flex div.content.left h2 span,
  section#slider-bottom div.wrapper.flex h2.mobile,
  section.stories div.wrapper.flex div.content.left p,
  section.stories div.wrapper.flex div.content.left a.button {
    margin-left: 0;
  }

  section.stories div.wrapper.flex div.content p {
    padding: 0;
  }

  section.stories div.wrapper.flex div.image:not(section.stories.history div.wrapper.flex div.image) {
    max-width: 100%;
    width: 100%;
  }

  section.stories div.wrapper.flex div.image img:not(section.stories.history div.wrapper.flex div.image img) {
    min-height: auto;
    height: 100%;
    aspect-ratio: 21 / 9;
    object-fit: cover;
  }

  section.stories div.story:not(section.stories div.story:last-of-type) {
    margin-bottom: 96px;
  }

  section.stories.history.archive h2 {
    margin-left: 0;
  }

  section.stories.history.archive div.wrapper.flex div.content.left p {
    margin-left: 0;
  }


  section#middle {
    padding: 48px 0;
  }

  section#middle .wrapper.visit {
    max-width: 830px;
  }

  section#middle div.wrapper.x-large.flex {
    gap: 48px;
  }

  section#middle h3 {
    margin-bottom: 32px;
  }

  section#middle .item {
    width: auto;
    min-width: 296px;
    max-width: 400px;
  }

  section#middle div.wrapper.visit.half .item .button {
    display: none;
  }

  section#middle div.wrapper.visit.half .button.mobile {
    display: block;
  }

  section#clip .wrapper.x-large {
    max-width: 830px;
  }

  section#slider-bottom .slider {
    margin: 32px 0 0;
  }

  section#title.blog-home {
    padding: 0 0 64px;
  }

  section#title.blog-article .wrapper.inner {
    margin-bottom: 24px;
  }

  section#blog .wrapper.flex.newest {
    flex-wrap: nowrap;
  }

  section#blog .wrapper.item {
    flex: 1 1 calc(33% - 32px)
  }

  section#blog .wrapper.item div.image img {
    min-height: auto;
  }

  section#article .wrapper.x-large {
    max-width: none;
  }

  section#contact .wrapper.equal {
    text-align: center;
  }

  section#contact .wrapper.equal h3,
  section#contact .wrapper.equal div.content a.location {
    margin: 0 auto;
  }

  section#contact .wrapper.equal div.content {
    width: fit-content;
    margin: 0 auto;
    padding: 32px 0 52px;
  }

  section#contact div.wrapper.flex.affiliates img:not(section#contact div.wrapper.flex.affiliates .content img) {
    margin-top: 24px;
  }

  section#contact div.content ul.social a {
    display: inline;
  }

  section#contact div.content ul.social img {
    margin-right: 12px;
  }

  section#contact div.wrapper.flex.affiliates {
    margin: 0 auto 64px !important;
  }

  section#contact div.wrapper.flex.affiliates:last-of-type {
    margin: 0 auto !important;
  }

  a.button:hover,
  header a.logo>img:hover,
  nav#main ul>li:hover,
  section#newsletter div.form input.button:hover,
  section#newsletter a:hover>img {
    transform: none;
    filter: none;
  }

}


/*///////////////////////////////// width < 767px */
@media only screen and (max-width: 767px) {

  h1,
  main.home h2 {
    font-size: 3em;
  }

  section#visit .wrapper.flex div.wrapper,
  footer .wrapper.flex div.wrapper,
  section#contact .wrapper.equal div.wrapper {
    max-width: 767px;
    min-width: 336px;
  }

  section#visit div.wrapper.flex>div.wrapper .content,
  section#visit div.wrapper.flex>div.wrapper:nth-child(2) .content {
    padding: 24px 0 48px;
  }

  section#title div.wrapper.x-large {
    max-width: calc(var(--wrap-mw) - 48px);
    padding: 32px 24px 0 !important;
  }

  section#title {
    padding: 0 0 48px;
  }

  section.stories div.story:not(section.stories div.story:last-of-type) {
    margin-bottom: 72px;
  }

  section.stories div.wrapper.flex div.image img {
    aspect-ratio: 16 / 9;
  }

  section.stories div.wrapper.flex div.content.right,
  section.stories div.wrapper.flex div.content.right p,
  section.stories div.wrapper.flex div.content.left,
  section.stories div.wrapper.flex div.content.left p {
    margin: 24px 0 0;
  }

  section.stories.history div.wrapper.flex div.image {
    max-width: 100%;
    width: 100%;
  }

  section.stories.history div.wrapper.flex div.image img {
    min-height: auto;
    height: 100%;
    aspect-ratio: 21 / 9;
    object-fit: cover;
  }

  section#middle {
    margin-bottom: 64px;
  }

  footer .wrapper.flex p,
  footer .wrapper.flex a,
  footer .wrapper.flex ul {
    font-size: 1em;
  }

  section#blog .wrapper.newest a,
  section#blog a.wrapper.item {
    width: 100%;
    max-width: 100% !important;
  }

  section#blog .wrapper.newest span.date,
  section#blog .wrapper.item span.date,
  section#blog .wrapper.newest h2,
  section#blog .wrapper.item h2,
  section#blog .wrapper.newest p,
  section#blog .wrapper.item p {
    margin-bottom: 16px;
  }

  section#blog .wrapper.flex.newest a,
  section#blog .wrapper.item a {
    padding: 0;
  }

  section#blog .wrapper.flex.newest {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 42px;
    box-shadow: none;
    border-radius: 0;
  }

  section#blog .wrapper.newest div.image {
    width: 100%;
    max-width: none;
  }

  section#blog .wrapper.newest div.image img {
    min-height: auto;
    height: 196px;
    border-radius: 8px 8px 0 0;
  }

  section#blog .wrapper.item {
    flex: 1 1 calc(33% - 8px);
    margin-bottom: 16px;
    box-shadow: none;
    border-radius: 8px;
  }

  section#blog .wrapper.item .wrapper {
    padding: 0;
  }

  section#blog .wrapper.item span.date,
  section#blog .wrapper.item h2,
  section#blog .wrapper.item p {
    margin-bottom: 16px;
  }

  section#blog a.wrapper.newest:hover,
  section#blog a.wrapper.item:hover,
  section#blog .wrapper.flex.newest a.link:hover,
  section#blog .wrapper.item a.link:hover {
    background: transparent;
  }

  section#article h2 {
    font-size: 1.9em;
  }

  section#article .wrapper.flex.space a {
    margin-top: 32px;
  }

  section#blog div.pagination a {
    font-size: 1.8em;
  }

  section#title.contact {
    padding: 0 0 32px;
  }

}

/*///////////////////////////////// width < 575px */
@media only screen and (max-width: 575px) {
  body {
    font-size: 14px;
  }

  body {
    --wrap-mw-full: 100vw;
    --wrap-mw: calc(100vw - calc(12px * 2));
    --vw-margin: calc((100vw - var(--wrap-mw-full) + calc(24px * 2)) / 2);
  }


  .wrapper.x-large,
  footer .wrapper.x-large {
    padding: 0 12px !important;
  }

  p,
  section#contact div.content p {
    font-size: 1.1em;
  }

  header a.logo.mobile img {
    width: 120px;
  }

  /* header a#mobile-show img, header a#mobile-close img { padding-bottom: 50%; } */
  header a#mobile-show img {
    padding-bottom: 50%;
  }

  section#start {
    margin-top: -40px;
    padding: 0 0 32px;
  }

  section#start div.slider {
    height: 480px;
  }

  section#start div.wrapper.x-large.open {
    padding: 32px 0 24px !important;
  }

  section#start div.open.bor-lblack {
    border-bottom: none;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }

  footer .wrapper.flex div.wrapper {
    min-width: auto;
  }

  section#collection div.add-link,
  section#how div.add-link {
    width: calc(100% - 85% - 12px);
    margin-left: 85%;
  }

  section#social div.empty.bor-dbrown {
    width: calc(100% - 85% - 24px);
    margin-left: 85%;
  }

  section#visit ul.boxmenu li {
    width: calc(100vw - calc(12px * 2));
  }

  section#collection div.add-link,
  section#how div.add-link,
  section#social div.empty.bor-dbrown {
    display: none;
  }

  section#social div.instagram img.desktop {
    display: none;
  }

  section#social div.instagram img.mobile {
    display: block;
  }

  img#hero {
    height: 220px;
    margin-top: -40px;
  }

  section#middle ul,
  section#middle div.address {
    font-size: 1.1em;
  }

  section#middle .item {
    margin-bottom: 32px;
  }

  section#middle span.title {
    margin-bottom: 8px;
  }

  section#middle div.address {
    justify-content: center;
    text-align: left;
  }

  section#middle div.wrapper.visit {
    text-align: center;
  }

  section#middle div.wrapper.visit div.wrapper.flex {
    justify-content: center;
  }

  section#middle ul.item:last-of-type li.item:last-of-type {
    margin-bottom: 0;
  }

  section.stories .button,
  section#middle .button {
    margin: 32px auto !important;
    font-size: 1.2em;
  }

  section#blog .wrapper.item {
    flex-basis: 100%;
  }

  section#blog .wrapper.item div.image {
    height: 196px;
    overflow: hidden;
  }

  section#blog .wrapper.item div.image img {
    min-height: auto;
    object-fit: cover;
  }

  section#title.contact {
    padding: 0 0 16px;
  }

  section#contact div.content.shops div.wrapper span {
    font-size: 1.1em;
  }

  section#contact div.content.shops div.wrapper.flex div.wrapper {
    margin-bottom: 32px;
  }

}

/*///////////////////////////////// width < 360px */
@media only screen and (max-width: 360px) {

  section#visit .wrapper.flex div.wrapper,
  footer .wrapper.flex div.wrapper {
    min-width: auto;
  }

  section#collection div.add-link,
  section#how div.add-link,
  section#social div.empty.bor-dbrown {
    display: none;
  }

  footer .copyright {
    width: auto;
  }

}

/**
 * 7.0 - Animations
 *
 /////////////////////////////////////////////////*/

/*///////////////////////////////// objects */
a.button,
header a.logo img,
header li,
header nav#main,
section#visit ul.boxmenu li:hover>a img,
section#newsletter div.form input.button,
section#newsletter a:hover>img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

/*///////////////////////////////// :hover animations */
a.button:hover,
nav#main ul>li:hover,
section#newsletter div.form input.button:hover,
section#newsletter a:hover>img {
  transform: scale(0.95);
  filter: brightness(95%);
}

header a.logo>img:hover {
  transform: scale(0.95);
}

/*///////////////////////////////// .bounce animation */
.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

/*/////////////////////// bounce (anim)  */
@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/**
 * 8.0 - UnderConstruction
 *
 /////////////////////////////////////////////////*/

div.wrapper.uc {
  text-align: left;
}

div.wrapper.uc h1 {
  margin-bottom: 64px;
  padding-top: 16px;
  font-size: 3.4em;
  color: #703a24;
}

div.wrapper.uc h2 {
  margin: 48px 0 8px 0;
  padding: 0;
  font-size: 2.8em;
  font-weight: 500;
  color: #703a24;
  font-family: 'Big Shoulders Display', sans-serif;
  text-transform: uppercase;
}

div.wrapper.uc a {
  color: #703a24;
  font-size: 1.1em;
  text-decoration: none;
  font-weight: 600;
}

div.wrapper.uc img.logo {
  width: auto;
  height: 200px;
}

div.wrapper.uc .button.txt-white {
  margin-top: 80px;
  font-size: 1em;
  color: #fff !important;
}

/*///////////////////////////////// width < 768px */
@media only screen and (max-width: 768px) {
  div.wrapper.uc {
    text-align: center;
  }

  div.wrapper.flex.uc {
    flex-direction: column;
  }

  div.wrapper.uc h1 {
    font-size: 2.4em;
  }

  div.wrapper.uc h2 {
    font-size: 2em;
  }

  div.wrapper.uc img.logo {
    width: auto;
    height: 180px;
  }

}

/* zmiany kwiecień 2025 */

.social_2 {
  list-style: none !important;
}

.social_3 {
  display: flex;
}

.social_3 .social {
  margin-right: 2rem;
}

/* menu językowe */

#lang_about {
  text-transform: uppercase;
  font-size: 16px !important;
  display: block;
  margin-right: 12px;
}

button#switch_lang {
  background: unset !important;
  border: 0;
  cursor: pointer;
  z-index: 200;
}

button.lang1,
.lang1 a {
  text-decoration: none;
  text-transform: uppercase;
  z-index: 10;
  position: relative;
  font-size: 16px !important;
  font-family: 'Roboto', sans-serif !important;
  font-variant: small-caps !important;
  color: #603828 !important;
  font-weight: 400 !important;
  padding: 4px 8px !important;
}

#lang1 {
  position: absolute;
  top: 2.5rem;
  background: #fdfbfb;
  z-index: 100;
}

#lang1 a {
  display: block;
  width: 38px;
}

#lang1 a:focus-visible,
button#switch_lang:focus-visible {
  outline-offset: 3px !important;
}

#lang1 li {
  margin: 10px 0 !important;
  line-height: 1;
  display: block !important;
}

.lang2 {
  position: relative;
  display: flex;
  align-items: center;
}

.like-h2-mobile{
  padding: 36px 0 28px !important;
  font-size: 1.5em !important;
  font-weight: 800 !important;
  line-height: 130% !important;
}