/** Colors **/
/** RESPONSIVE **/
/** HOVER **/
/** RESPONSIVE BREAKPOINTS **/
.is-wrapper,
.is-wrap {
  display: block;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  max-width: 1360px;
}
@media (max-width: 1459px) {
  .is-wrapper,
  .is-wrap {
    max-width: 1280px;
  }
}
@media (max-width: 1379px) {
  .is-wrapper,
  .is-wrap {
    max-width: 960px;
  }
}
@media (max-width: 1059px) {
  .is-wrapper,
  .is-wrap {
    max-width: 580px;
  }
}
@media (max-width: 679px) {
  .is-wrapper,
  .is-wrap {
    max-width: 90%;
  }
}

/** Colors **/
/** RESPONSIVE **/
.offer .description a, .btn-link {
  display: inline-block;
  color: #000;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #D35D23;
}

.form-block .form-field.is-submit input, #single-store > .highlight-block .content a, #single-store > .content-block .content a, #footer-site .bottom .wpcf7-submit, .btn {
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 8px 0 24px;
  background: #D35D23;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
}
.form-block .form-field.is-submit input:after, #single-store > .highlight-block .content a:after, #single-store > .content-block .content a:after, #footer-site .bottom .wpcf7-submit:after, .btn:after {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/btn-arrow.png") no-repeat center center;
  content: "";
}

.btn.is-border {
  display: inline-flex;
  background: transparent;
  border: 1px solid #D35D23;
  color: #000000;
}
.btn.is-border:after {
  background: url("../images/btn-arrow-alt.png") no-repeat center center;
}

.btn.is-back {
  flex-direction: row-reverse;
  height: inherit;
  padding: 0;
  background: none;
  color: #000000;
  text-decoration: underline;
  text-decoration-color: #D35D23;
}
.btn.is-back:after {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/btn-chevron.svg") no-repeat center center;
}

.btn.is-itineraire {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.btn.is-itineraire:after {
  background: url("../images/btn-compass.svg") no-repeat center center;
}

.btn.is-blank {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.btn.is-blank:after {
  background: url("../images/btn-blank.svg") no-repeat center center;
}

.pagination {
  margin-bottom: 100px;
}
.pagination .pagination-wrap {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.pagination a {
  color: #000000;
  text-decoration: none;
}
.pagination a.prev, .pagination a.next {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pagination a.prev:before, .pagination a.next:before {
  display: block;
  width: 15px;
  height: 10px;
  background: url("../images/btn-arrow-alt.png") center center;
  content: "";
}
.pagination a.prev:before {
  transform: rotate(180deg);
}
.pagination a.next {
  flex-direction: row-reverse;
}
.pagination .is-disabled {
  display: none;
}
.pagination .current {
  color: #D35D23;
}

#header-site {
  background: #000000;
}
.is-mega-menu-open #header-site {
  background: #ffffff;
}
#header-site {
  /** Banner **/
}
#header-site .banner {
  padding: 16px 0;
  background: #D35D23;
}
#header-site .banner .wrap {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 679px) {
  #header-site .banner .wrap {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
  }
}
#header-site .banner p, #header-site .banner a {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
}
#header-site .banner a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: bold;
  text-decoration: none;
}
#header-site {
  /** Header **/
}
#header-site > .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 10px 0;
}
@media (max-width: 1379px) {
  #header-site > .wrap nav {
    display: none;
  }
}
#header-site > .wrap nav ul {
  display: flex;
  gap: 32px;
  list-style: none;
}
#header-site > .wrap nav a {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}
.is-mega-menu-open #header-site > .wrap nav a {
  color: #000000;
}
#header-site > .wrap nav.secondary {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1059px) {
  #header-site > .wrap nav.secondary .is-catalogue {
    display: none;
  }
  .is-mega-menu-open #header-site > .wrap nav.secondary .is-catalogue {
    display: block;
  }
}
@media (max-width: 1059px) {
  #header-site > .wrap nav.secondary ul {
    gap: 16px !important;
  }
}
#header-site > .wrap nav.secondary a {
  display: flex;
  align-items: center;
  gap: 8px;
}
#header-site > .wrap nav.secondary a span {
  display: block;
  border-bottom: 1px solid #D35D23;
}
@media (max-width: 1059px) {
  .is-mega-menu-open #header-site > .wrap nav.secondary a span {
    display: none;
  }
}
#header-site .logo-nav {
  display: flex;
  gap: 32px;
}
@media (max-width: 679px) {
  #header-site .logo-site {
    display: none;
  }
}
.is-mega-menu-open #header-site .logo-site {
  display: none;
}
#header-site .logo-site > * {
  background-repeat: no-repeat;
  height: 53px;
}
#header-site .menu-button {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
}
.is-mega-menu-open #header-site .menu-button {
  color: #000000;
}
#header-site .menu-button span, #header-site .menu-button span:before, #header-site .menu-button span:after {
  display: block;
  width: 12px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  content: "";
}
.is-mega-menu-open #header-site .menu-button span, .is-mega-menu-open #header-site .menu-button span:before, .is-mega-menu-open #header-site .menu-button span:after {
  background-color: #000000;
}
#header-site .menu-button span:before {
  transform: translateY(-5px);
}
#header-site .menu-button span:after {
  transform: translateY(3px);
}

/** Mega menu **/
#mega-menu {
  display: none;
  position: absolute;
  z-index: 300;
  left: 0;
  right: 0;
  background: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  padding: 40px 0;
}
.is-mega-menu-open #mega-menu {
  display: block;
}
#mega-menu .wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0;
}
@media (max-width: 1059px) {
  #mega-menu .wrap {
    flex-direction: column;
    gap: 32px;
  }
}
#mega-menu .menu,
#mega-menu .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mega-menu .menu a {
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}
#mega-menu .menu > li > a {
  font-weight: bold;
}
#mega-menu .menu > li > ul li {
  margin-top: 16px;
}
#mega-menu .menus-wrapper {
  width: calc(100% - 300px);
}
@media (max-width: 1379px) {
  #mega-menu .menus-wrapper {
    width: calc(100% - 110px);
  }
}
@media (max-width: 1059px) {
  #mega-menu .menus-wrapper {
    width: 100%;
  }
}
#mega-menu .top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 679px) {
  #mega-menu .top {
    margin-bottom: 32px;
  }
}
#mega-menu .top .menu-produits-container {
  width: 100%;
}
#mega-menu .top .menu-produits-container #menu-produits {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 679px) {
  #mega-menu .top .menu-produits-container #menu-produits {
    flex-direction: column;
    gap: 32px;
  }
}
#mega-menu .bottom {
  display: flex;
  width: 100%;
}
@media (max-width: 679px) {
  #mega-menu .bottom {
    flex-direction: column;
  }
}
#mega-menu .bottom .menu-a-propos-container {
  width: 32%;
}
@media (max-width: 679px) {
  #mega-menu .bottom .menu-a-propos-container {
    width: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 1059px) {
  #mega-menu .bottom .offer {
    width: 50%;
  }
}
@media (max-width: 679px) {
  #mega-menu .bottom .offer {
    width: 100%;
  }
}
#mega-menu .social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
#mega-menu .social .menu-button-close {
  cursor: pointer;
}
@media (max-width: 1059px) {
  #mega-menu .social .menu-button-close {
    position: absolute;
    top: 0;
    right: 0;
  }
}
#mega-menu #menu-reseaux-sociaux {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 1059px) {
  #mega-menu #menu-reseaux-sociaux {
    flex-direction: row;
  }
}
#mega-menu #menu-reseaux-sociaux a {
  display: block;
  font-size: 0;
  width: 33px;
  height: 33px;
}

#footer-site {
  padding: 75px 0 34px 0;
  background: #000000;
  font-size: 16px;
}
#footer-site > .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 1059px) {
  #footer-site > .wrap {
    flex-direction: column;
    gap: 32px;
  }
}
#footer-site .left {
  width: 280px;
}
#footer-site .left .logo {
  float: none;
  width: 226px;
  height: 80px;
  margin: 0;
}
#footer-site .left .social .menu {
  display: flex;
  justify-content: flex-start;
  flex-direction: row !important;
  gap: 16px;
  margin: 32px 0 0 0;
  padding: 0;
}
#footer-site .left .social li {
  padding: 0;
}
#footer-site .left .social li.sprite-07-facebook a:after {
  background-image: url("../images/icon-facebook-white.svg");
}
#footer-site .left .social li.sprite-05-email a:after {
  background-image: url("../images/icon-mail-white.svg");
}
#footer-site .left .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 0;
}
#footer-site .left .social a:after {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/icon-instagram-white.svg") no-repeat center center;
  content: "";
}
#footer-site .right {
  width: calc(100% - 280px);
}
@media (max-width: 1059px) {
  #footer-site .right {
    width: 100%;
  }
}
#footer-site .top {
  margin-bottom: 70px;
}
@media (max-width: 1059px) {
  #footer-site .top {
    margin-bottom: 32px;
  }
}
#footer-site .bottom {
  display: flex;
}
@media (max-width: 1059px) {
  #footer-site .bottom {
    flex-direction: column;
    gap: 32px;
  }
}
#footer-site .bottom > *:first-child {
  width: 30%;
}
@media (max-width: 1059px) {
  #footer-site .bottom > *:first-child {
    width: 100%;
  }
}
#footer-site .bottom .wpcf7 {
  width: 70%;
}
@media (max-width: 1059px) {
  #footer-site .bottom .wpcf7 {
    width: 100%;
  }
}
#footer-site .bottom .wpcf7 > * {
  max-width: 450px;
}
#footer-site .bottom .wpcf7 .title {
  margin: 0 0 8px 0;
  color: #ffffff;
  font-size: 24px;
}
#footer-site .bottom .wpcf7 .description {
  margin: 0 0 16px 0;
  color: #ffffff;
  font-size: 16px;
}
#footer-site .bottom .wpcf7 .form-group {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
#footer-site .bottom .wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
#footer-site .bottom .wpcf7 .wpcf7-checkbox {
  display: flex;
  margin-top: 16px;
  color: #ffffff;
  font-size: 16px;
}
#footer-site .bottom .wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {
  margin: 0;
}
#footer-site .bottom .wpcf7 .wpcf7-checkbox .wpcf7-list-item-label:before,
#footer-site .bottom .wpcf7 .wpcf7-checkbox .wpcf7-list-item-label:after {
  display: none;
}
#footer-site .bottom .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
#footer-site .bottom .wpcf7 .wpcf7-checkbox [type=checkbox] {
  visibility: visible;
  width: 24px;
  height: 24px;
  appearance: checkbox;
  border-radius: 4px;
}
#footer-site .bottom .wpcf7 input[type=text],
#footer-site .bottom .wpcf7 input[type=email] {
  width: 100%;
  max-width: 100%;
  height: 33px;
  border-radius: 8px;
}
#footer-site .bottom .wpcf7 input[type=text], #footer-site .bottom .wpcf7 input[type=text]::placeholder,
#footer-site .bottom .wpcf7 input[type=email],
#footer-site .bottom .wpcf7 input[type=email]::placeholder {
  color: #000000;
  font-size: 16px;
}
#footer-site .bottom .wpcf7-submit {
  width: inherit;
  margin-top: 16px;
  padding: 0 40px 0 16px;
  background: #D35D23 url("../images/btn-arrow.png") no-repeat center right;
}
#footer-site .bottom .wpa-test-msg {
  display: none !important;
}
#footer-site .legals {
  width: 100%;
  flex-basis: 100%;
  margin-top: 70px;
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
}
#footer-site .legals .menu {
  justify-content: flex-start;
}
@media (max-width: 1059px) {
  #footer-site .legals .menu {
    gap: 12px;
  }
}
#footer-site .legals .menu > li + li {
  padding-left: 16px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1059px) {
  #footer-site .legals .menu > li + li {
    padding: 0;
    border: none;
  }
}
#footer-site .legals .menu > li > a {
  font-weight: 300;
}
#footer-site .legals ul {
  list-style: none;
}
#footer-site .legals a {
  font-weight: 300;
}

#footer-site .menu {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
@media (max-width: 1059px) {
  #footer-site .menu {
    flex-direction: column;
    gap: 32px;
  }
}
#footer-site .menu ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 16px 0 0 0;
  padding: 0;
  list-style: none;
}
#footer-site .menu a {
  color: #ffffff;
  text-decoration: none;
}
#footer-site .menu > li {
  padding-right: 20px;
}
#footer-site .menu > li > a {
  font-weight: bold;
}

#front-page {
  font-size: 16px;
}
#front-page .content-width {
  padding: 0;
}
#front-page > .header {
  position: relative;
}
#front-page > .header:after {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -5.52%, rgba(0, 0, 0, 0.8) 100%);
  content: "";
}
#front-page > .header .video {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 679px) {
  #front-page > .header .video {
    background: url("../images/frontpage-header-background-mobile.jpg") center center;
    background-size: cover;
  }
}
#front-page > .header .video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 56.25vw;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 1379px) {
  #front-page > .header .video iframe {
    width: 1303px;
    height: 734px;
  }
}
@media (max-width: 679px) {
  #front-page > .header .video iframe {
    display: none;
  }
}
#front-page > .header .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: start;
  position: relative;
  z-index: 3;
  padding: 48px 0;
  height: 734px;
}
@media (max-width: 1059px) {
  #front-page > .header .content {
    align-items: center;
    height: 400px;
  }
}
#front-page > .header .content svg {
  position: absolute;
  right: 0;
  bottom: 48px;
}
@media (max-width: 1059px) {
  #front-page > .header .content svg {
    position: relative;
    right: inherit;
    bottom: inherit;
    margin-top: 24px;
  }
}
#front-page > .header .content .subtitle {
  margin: 0 0 16px 0;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  font-weight: 500;
}
@media (max-width: 1059px) {
  #front-page > .header .content .subtitle {
    text-align: center;
  }
}
#front-page > .header .content .title {
  max-width: 770px;
  margin: 0;
  color: #ffffff;
  font-size: 80px;
  font-weight: 200;
  text-align: left;
  text-transform: none;
  line-height: 1em;
}
@media (max-width: 1059px) {
  #front-page > .header .content .title {
    font-size: 40px;
    text-align: center;
  }
}
#front-page > .about {
  padding: 120px 0;
}
@media (max-width: 1059px) {
  #front-page > .about {
    padding: 80px 0;
  }
}
#front-page > .about .description {
  max-width: 1060px;
  margin: 0 auto;
  font-size: 24px;
  text-align: center;
  font-weight: 300;
}
#front-page > .about .action {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
#front-page > .products {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 122px;
}
@media (max-width: 1459px) and (min-width: 1380px) {
  #front-page > .products .product-teaser:not(.is-large) {
    max-width: 330px;
  }
}
@media (max-width: 1059px) {
  #front-page > .products {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
#front-page .store-locator-map {
  margin-bottom: 280px;
}
@media (max-width: 679px) {
  #front-page .store-locator-map {
    margin-bottom: 100px;
  }
}
#front-page .store-locator-map .window {
  top: inherit;
  bottom: -200px;
}
@media (max-width: 1379px) {
  #front-page .store-locator-map .window {
    bottom: inherit;
  }
}
#front-page > .ideas {
  margin-bottom: 144px;
}
#front-page > .ideas .title {
  margin-bottom: 64px;
  font-size: 56px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 679px) {
  #front-page > .ideas .title {
    font-size: 40px;
  }
}
#front-page > .ideas .content {
  display: grid;
  grid-template-columns: 1fr 1fr 1.6fr;
  gap: 20px;
}
@media (max-width: 679px) {
  #front-page > .ideas .content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
#front-page > .ideas .content > :nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/2;
}
#front-page > .ideas .content > :nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/4;
}
#front-page > .ideas .content > :nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/4;
}
#front-page > .ideas .content > :nth-child(4) {
  grid-column: 3/4;
  grid-row: 1/3;
}
#front-page > .ideas .content > :nth-child(5) {
  grid-column: 3/4;
  grid-row: 3/4;
}
#front-page > .ideas .content .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#front-page > .ideas .content .wrap {
  padding: 0 8px;
}
#front-page > .ideas .content .wrap .description {
  margin: 0 0 24px 0;
  font-size: 24px;
}
#front-page > .posts {
  margin-bottom: 80px;
}
#front-page > .posts > .header {
  margin-bottom: 24px;
}
#front-page > .posts > .header .title {
  font-size: 32px;
  font-weight: 400;
}
#front-page > .posts .teasers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1700px;
  margin: 0 auto 44px;
}
#front-page > .posts .teasers .post-teaser {
  flex: 1;
  margin: -1px 0 0 -1px;
}
@media (max-width: 1059px) {
  #front-page > .posts .teasers .post-teaser {
    flex-basis: 50%;
  }
}
@media (max-width: 679px) {
  #front-page > .posts .teasers .post-teaser {
    flex-basis: 100%;
  }
}
#front-page > .posts .action {
  display: flex;
  justify-content: center;
}

#archive-store > .header {
  margin-bottom: 24px;
}
#archive-store > .header > * {
  max-width: 800px;
}
#archive-store > .header .title {
  margin-bottom: 24px;
  color: #000000;
  font-size: 72px;
  font-weight: 200;
  text-align: left;
  text-transform: none;
}
#archive-store > .header .description {
  font-size: 24px;
  font-weight: 300;
}
#archive-store > .store-locator-map {
  margin-bottom: 72px;
}
#archive-store > .posts {
  font-size: 16px;
}
#archive-store > .posts > .header {
  margin-bottom: 24px;
}
#archive-store > .posts > .header > .title {
  font-size: 40px;
  font-weight: 200;
  text-align: center;
}
#archive-store > .posts > .items .header {
  margin-bottom: 40px;
}
#archive-store > .posts > .items .header > .title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
}
#archive-store > .posts > .items .teasers {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 68px;
}
@media (max-width: 1459px) {
  #archive-store > .posts > .items .teasers > * {
    max-width: 302px;
  }
}
@media (max-width: 1379px) {
  #archive-store > .posts > .items .teasers > * {
    max-width: 304px;
  }
}
@media (max-width: 1059px) {
  #archive-store > .posts > .items .teasers > * {
    max-width: 278px;
  }
}
@media (max-width: 679px) {
  #archive-store > .posts > .items .teasers > * {
    max-width: 100%;
    width: 100%;
  }
}
#archive-store .categories {
  margin-bottom: 24px;
  border: solid #D8D8D8;
  border-width: 1px 0;
}
#archive-store .categories .wrap {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 24px 0;
}
@media (max-width: 1059px) {
  #archive-store .categories .wrap {
    flex-direction: column;
  }
}
#archive-store .categories .title {
  margin: 0;
  white-space: nowrap;
}
#archive-store .categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#archive-store .categories a {
  display: flex;
  align-items: center;
  height: 31px;
  padding: 0 16px;
  background: #FBECD9;
  border-radius: 30px;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
#archive-store .categories a.is-active {
  background: #D35D23;
  color: #ffffff;
}

#single-store {
  font-size: 16px;
}
#single-store .breadcrumb {
  margin-bottom: 32px;
  padding-top: 32px;
}
#single-store > .header-top {
  margin-bottom: 24px;
}
#single-store > .header {
  position: relative;
  padding-top: 150px;
  margin-bottom: 85px;
}
#single-store > .header .wrap {
  width: 90%;
  margin: 0 auto;
  padding: 32px 32px 52px 32px;
  background: #ffffff;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.08);
}
@media (min-width: 1379px) {
  #single-store > .header .wrap {
    max-width: 1200px;
  }
}
#single-store > .header .title {
  max-width: 600px;
  margin-bottom: 4px;
  color: #000000;
  font-weight: 500;
  font-size: 32px;
  text-transform: none;
  text-align: left;
}
#single-store > .header .description {
  display: block;
  max-width: 600px;
  margin: 0 0 32px 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1em;
}
#single-store > .header .address {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
#single-store > .header .address:before {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/icon-store-address.svg") no-repeat center center;
  content: "";
}
#single-store > .header .address a {
  color: #000000;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #D35D23;
}
#single-store > .header .coords {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
@media (max-width: 1059px) {
  #single-store > .header .coords {
    flex-direction: column;
  }
}
#single-store > .header .coords > * {
  flex: 1;
}
#single-store > .header .coords .phone,
#single-store > .header .coords .website {
  position: relative;
  margin-bottom: 16px;
  padding: 16px 16px 16px 72px;
  background: #FDF7EF;
  border-radius: 16px;
}
#single-store > .header .coords .phone:before,
#single-store > .header .coords .website:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: #F5D5B3 url("../images/icon-store-phone.svg") no-repeat center center;
  border-radius: 50%;
  content: "";
}
#single-store > .header .coords .phone .title,
#single-store > .header .coords .website .title {
  margin: 0 0 8px 0;
  color: #D35D23;
  font-size: 12px;
}
#single-store > .header .coords .phone .content,
#single-store > .header .coords .website .content {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
#single-store > .header .coords .phone .content a,
#single-store > .header .coords .website .content a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000000;
  text-decoration: none;
}
#single-store > .header .coords .phone .content a:after,
#single-store > .header .coords .website .content a:after {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/btn-blank.svg") no-repeat center center;
  content: "";
}
#single-store > .header .coords .website:before {
  background-image: url("../images/icon-store-website.svg");
}
#single-store > .header .schedules {
  position: relative;
  padding-left: 56px;
}
@media (max-width: 679px) {
  #single-store > .header .schedules {
    padding: 50px 0 0 0;
  }
}
#single-store > .header .schedules:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #F5D5B3 url("../images/icon-store-schedule.svg") no-repeat center center;
  border-radius: 50%;
  content: "";
}
#single-store > .header .schedules .title {
  margin-bottom: 8px;
  color: #D35D23;
  font-size: 12px;
  font-weight: 500;
}
#single-store > .header .schedules .items {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
}
#single-store > .header .schedules .items li {
  display: table-row;
}
#single-store > .header .schedules .items li span {
  display: table-cell;
  padding: 0 16px 8px 0;
}
#single-store > .header .image {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 424px;
}
#single-store > .header .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#single-store > .social {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0 auto 85px;
  color: #D35D23;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 1379px) {
  #single-store > .social {
    max-width: 1200px;
  }
}
#single-store > .social ul {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#single-store > .social a {
  display: block;
  width: 40px;
  height: 40px;
  background: #FDF7EF url("../images/icon-store-instagram.svg") center center no-repeat;
  border-radius: 50%;
  font-size: 0;
}
#single-store > .social a.is-facebook {
  background-image: url("../images/icon-store-facebook.svg");
}
#single-store > .shop {
  padding: 80px 0;
}
#single-store > .shop > .title {
  max-width: 640px;
  margin: 0 auto 32px;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}
#single-store > .shop > .description {
  max-width: 800px;
  margin: 0 auto 32px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
}
#single-store > .shop .images {
  margin-bottom: 100px;
}
#single-store > .shop .images img {
  display: block;
}
#single-store > .shop .images .view {
  max-width: 740px;
  margin: 0 auto 20px;
}
@media (max-width: 1059px) {
  #single-store > .shop .images .view .slick-slide {
    height: 300px;
  }
  #single-store > .shop .images .view .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#single-store > .shop .images .nav {
  position: relative;
  max-width: 740px;
  height: 150px;
  margin: 0 auto 20px;
}
#single-store > .shop .images .nav .slick-slide {
  padding: 0 2px;
}
#single-store > .shop .images .slick-arrow {
  display: block;
  position: absolute;
  z-index: 200;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 100%;
  background: #F3E8E1 url("../images/btn-chevron.svg") no-repeat center center;
  border: none;
  font-size: 0;
}
#single-store > .shop .images .slick-arrow.slick-next {
  right: 0;
  transform: rotate(180deg);
}
#single-store > .shop .images .slick-arrow.slick-prev {
  left: 0;
}
#single-store > .shop .prez {
  display: flex;
  gap: 80px;
  margin-bottom: 32px;
  padding: 40px;
  background: #FDF7EF;
}
@media (max-width: 1059px) {
  #single-store > .shop .prez {
    flex-direction: column;
    gap: 40px;
    padding: 24px;
  }
}
#single-store > .shop .prez > * {
  flex: 1;
}
#single-store > .shop .prez .header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
#single-store > .shop .prez .header .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: #F5D5B3;
  border-radius: 50%;
}
#single-store > .shop .prez .header .title {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}
#single-store > .shop .prez .description {
  margin-bottom: 0;
  line-height: 1.5em;
  text-align: left;
}
#single-store > .shop .visite {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 50%;
  padding-top: 30px;
}
#single-store > .shop .visite iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#single-store > .content-block {
  padding: 80px 0;
  background: #FDFAF9;
}
#single-store > .content-block .wrap {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
@media (max-width: 1059px) {
  #single-store > .content-block .wrap {
    flex-direction: column;
    gap: 40px;
  }
}
#single-store > .content-block .image {
  flex: 0 0 45%;
}
@media (max-width: 1059px) {
  #single-store > .content-block .image {
    flex: inherit;
    width: 100%;
    height: 250px;
  }
}
#single-store > .content-block .image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1059px) {
  #single-store > .content-block .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#single-store > .content-block .content {
  flex: 1;
  font-size: 16px;
  line-height: 1.6em;
}
#single-store > .content-block .content h2 {
  font-size: 32px;
  line-height: 1.2em;
}
#single-store > .content-block .content ul, #single-store > .content-block .content ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
  margin-bottom: 16px;
  padding-left: 0;
  list-style: none;
}
#single-store > .content-block .content ul li, #single-store > .content-block .content ol li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
}
#single-store > .content-block .content ul li:before, #single-store > .content-block .content ol li:before {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background: url("../images/icon-store-check.svg") no-repeat center center;
  background-size: contain;
  content: "";
}
#single-store > .text-block {
  margin: 0 auto;
  padding: 80px 0;
}
@media (min-width: 1059px) {
  #single-store > .text-block {
    max-width: 800px;
  }
}
#single-store > .text-block .title {
  margin-bottom: 24px;
  color: #000000;
  font-size: 32px;
  font-weight: 500;
  text-align: left;
}
#single-store > .text-block .content {
  font-size: 16px;
  line-height: 1.6em;
}
#single-store > .text-block .content p {
  margin-bottom: 16px;
}
#single-store > .product-collections {
  margin: 0;
  padding: 80px 0;
  background: #FDFAF9;
}
#single-store > .product-collections .header .title {
  text-align: center;
}
#single-store > .product-collections .terms {
  display: block;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  max-width: 1360px;
}
@media (max-width: 1459px) {
  #single-store > .product-collections .terms {
    max-width: 1280px;
  }
}
@media (max-width: 1379px) {
  #single-store > .product-collections .terms {
    max-width: 960px;
  }
}
@media (max-width: 1059px) {
  #single-store > .product-collections .terms {
    max-width: 580px;
  }
}
@media (max-width: 679px) {
  #single-store > .product-collections .terms {
    max-width: 90%;
  }
}
#single-store > .product-collections .terms {
  display: flex;
  gap: 32px;
}
#single-store > .features-block {
  padding: 80px 0;
  background: #FDF7EF;
}
#single-store > .features-block .header {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 48px;
  text-align: center;
}
#single-store > .features-block .header .title {
  margin-bottom: 16px;
  color: #000000;
  font-size: 32px;
  font-weight: 500;
}
#single-store > .features-block .header .description {
  margin: 0;
  font-size: 16px;
  line-height: 1.6em;
}
#single-store > .features-block .header .subtitle {
  margin: 40px 0;
  font-size: 24px;
  font-weight: 500;
}
#single-store > .features-block .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
#single-store > .features-block .items .item {
  display: flex;
  gap: 16px;
  width: calc(33.3333333333% - 24px);
  padding: 16px;
  background: #FFF;
  border: 1px solid #D6D6D6;
  border-radius: 8px;
  text-align: center;
}
@media (max-width: 1059px) {
  #single-store > .features-block .items .item {
    width: calc(50% - 24px);
  }
}
@media (max-width: 679px) {
  #single-store > .features-block .items .item {
    width: 100%;
  }
}
#single-store > .features-block .items .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-bottom: 16px;
  background: #F5D5B3;
  border-radius: 50%;
}
#single-store > .features-block .items .item .icon img {
  display: block;
  max-width: 32px;
  max-height: 32px;
}
#single-store > .features-block .items .item .title {
  margin: 0 0 12px;
  color: #D35D23;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
#single-store > .features-block .items .item .description {
  margin: 0;
  font-size: 14px;
  line-height: 1.5em;
  text-align: left;
}
#single-store > .highlight-block {
  margin: 40px auto 80px;
  padding: 32px;
  background: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}
@media (min-width: 1059px) {
  #single-store > .highlight-block {
    max-width: 880px;
  }
}
#single-store > .highlight-block:before {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
  background: #F5D5B3 url("../images/icon-store-question.svg") center center no-repeat;
  border-radius: 50%;
  content: "";
}
#single-store > .highlight-block .title {
  margin-bottom: 24px;
  color: #D35D23;
  font-size: 24px;
  font-weight: 500;
}
#single-store > .highlight-block .content {
  font-size: 16px;
  line-height: 1.6em;
}
#single-store > .highlight-block .content h2, #single-store > .highlight-block .content h3, #single-store > .highlight-block .content h4 {
  margin-top: 0;
  margin-bottom: 16px;
  color: #000000;
  font-weight: 500;
}
#single-store > .highlight-block .content h2 {
  font-size: 24px;
}
#single-store > .highlight-block .content h3 {
  font-size: 20px;
}
#single-store > .highlight-block .content h4 {
  font-size: 18px;
}
#single-store > .highlight-block .content p {
  margin-bottom: 16px;
}
#single-store > .highlight-block .content ul, #single-store > .highlight-block .content ol {
  margin-bottom: 16px;
  padding-left: 0;
  list-style: none;
}
#single-store > .highlight-block .content ul li, #single-store > .highlight-block .content ol li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
  font-weight: 500;
}
#single-store > .highlight-block .content ul li:before, #single-store > .highlight-block .content ol li:before {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background: url("../images/icon-store-check.svg") no-repeat center center;
  background-size: contain;
  content: "";
}
#single-store > .alternating-block {
  padding: 80px 0;
}
#single-store > .alternating-block .item {
  display: flex;
  align-items: center;
  gap: 64px;
  margin-bottom: 80px;
}
@media (max-width: 1059px) {
  #single-store > .alternating-block .item {
    flex-direction: column;
  }
}
#single-store > .alternating-block .item:last-child {
  margin-bottom: 0;
}
#single-store > .alternating-block .item.is-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1059px) {
  #single-store > .alternating-block .item.is-reverse {
    flex-direction: column;
  }
}
#single-store > .alternating-block .item .text-content {
  flex: 1;
}
#single-store > .alternating-block .item .text-content .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
  background: #FDF7EF;
  border-radius: 50%;
}
#single-store > .alternating-block .item .text-content .icon img {
  display: block;
  max-width: 32px;
  max-height: 32px;
}
#single-store > .alternating-block .item .text-content .title {
  margin-bottom: 24px;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}
#single-store > .alternating-block .item .text-content .description {
  margin: 0;
  font-size: 16px;
  line-height: 1.6em;
}
#single-store > .alternating-block .item .image {
  position: relative;
  display: block;
  width: 45%;
  flex: 0 0 45%;
  height: 400px;
}
@media (max-width: 1059px) {
  #single-store > .alternating-block .item .image {
    width: 100%;
    flex-basis: 100%;
  }
}
#single-store > .alternating-block .item .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#single-store > .services-block {
  padding: 80px 0;
  background: #FDF7EF;
}
#single-store > .services-block .title {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 16px;
  color: #000000;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
#single-store > .services-block .description {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 48px;
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
}
#single-store > .services-block .items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 884px;
  margin: 0 auto;
}
#single-store > .services-block .items .item {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 430px;
  padding: 16px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
  text-align: center;
}
@media (max-width: 1059px) {
  #single-store > .services-block .items .item {
    width: 100%;
  }
}
#single-store > .services-block .items .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: #F5D5B3;
  border-radius: 50%;
}
#single-store > .services-block .items .item .icon img {
  display: block;
  max-width: 40px;
  max-height: 40px;
}
#single-store > .services-block .items .item .title {
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
#single-store > .services-block.is-alt {
  background: #FDFAF9;
}
#single-store > .services-block.is-alt .items {
  max-width: 1008px;
}
#single-store > .services-block.is-alt .items .item {
  max-width: 320px;
}
@media (max-width: 1059px) {
  #single-store > .services-block.is-alt .items .item {
    max-width: 100%;
  }
}
#single-store > .findus {
  padding: 80px 0;
}
#single-store > .findus > .title {
  font-size: 32px;
  font-weight: 500;
}
#single-store > .findus .cols {
  display: flex;
  gap: 32px;
}
@media (max-width: 1059px) {
  #single-store > .findus .cols {
    flex-direction: column;
    gap: 0;
  }
}
#single-store > .findus .cols .map {
  position: relative;
  width: 856px;
  height: 472px;
  background: #ccc;
}
@media (max-width: 1379px) {
  #single-store > .findus .cols .map {
    width: 600px;
  }
}
@media (max-width: 1059px) {
  #single-store > .findus .cols .map {
    width: 100%;
  }
}
#single-store > .findus .cols .map #store-map {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#single-store > .findus .cols .map .address {
  position: absolute;
  z-index: 3;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 16px 16px 16px 72px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.08);
}
#single-store > .findus .cols .map .address:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: #F5D5B3 url("../images/icon-store-address.svg") no-repeat center center;
  border-radius: 50%;
  content: "";
}
#single-store > .findus .cols .map .address p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
#single-store > .findus .cols .map .address p:last-child {
  margin-top: 8px;
  color: #D35D23;
  font-size: 12px;
}
#single-store > .findus .cols .box {
  padding: 32px;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.08);
}
#single-store > .findus .cols .box + .box {
  margin-top: 32px;
}
#single-store > .findus .cols .box .title {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 500;
}
#single-store > .findus .cols .box .title span {
  color: #D35D23;
}
#single-store > .findus .cols .box .btn {
  display: flex;
}
#single-store > .findus .cols .box .btn + .btn {
  margin-top: 24px;
}
#single-store > .contact-block {
  padding: 80px 0;
  background: #FDFAF9;
}
#single-store > .contact-block .title {
  margin-bottom: 16px;
  color: #000000;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
#single-store > .contact-block .description {
  max-width: 800px;
  margin: 0 auto 48px;
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
}
#single-store > .contact-block .cols {
  display: flex;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto 48px;
}
@media (max-width: 1059px) {
  #single-store > .contact-block .cols {
    flex-direction: column;
    gap: 24px;
  }
}
#single-store > .contact-block .cols > .col {
  flex: 1;
}
#single-store > .contact-block .cols .col:first-child .schedules {
  position: relative;
  height: 100%;
  padding: 16px 16px 16px 56px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
}
#single-store > .contact-block .cols .col:first-child .schedules:before {
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
  width: 17px;
  height: 17px;
  background: url("../images/icon-store-schedule.svg") no-repeat center center;
  content: "";
}
#single-store > .contact-block .cols .col:first-child .schedules .subtitle {
  margin: 0 0 8px;
  color: #868686;
  font-size: 12px;
  font-weight: 500;
}
#single-store > .contact-block .cols .col:first-child .schedules .items {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
}
#single-store > .contact-block .cols .col:first-child .schedules .items li {
  display: table-row;
}
#single-store > .contact-block .cols .col:first-child .schedules .items li span {
  display: table-cell;
  padding: 0 16px 8px 0;
  font-size: 16px;
}
#single-store > .contact-block .cols .col:last-child .info-box {
  position: relative;
  margin-bottom: 16px;
  padding: 16px 16px 16px 52px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
}
#single-store > .contact-block .cols .col:last-child .info-box:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  width: 20px;
  height: 20px;
  background: url("../images/icon-store-phone.svg") no-repeat center center;
  transform: translateY(-50%);
  content: "";
}
#single-store > .contact-block .cols .col:last-child .info-box.is-mail:before {
  background-image: url("../images/icon-store-mail.svg");
}
#single-store > .contact-block .cols .col:last-child .info-box.is-website:before {
  background-image: url("../images/icon-store-website.svg");
}
#single-store > .contact-block .cols .col:last-child .info-box.is-website a {
  display: flex;
  gap: 8px;
}
#single-store > .contact-block .cols .col:last-child .info-box.is-website a:after {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/btn-blank.svg) no-repeat center center;
  content: "";
}
#single-store > .contact-block .cols .col:last-child .info-box:last-child {
  margin-bottom: 0;
}
#single-store > .contact-block .cols .col:last-child .info-box .subtitle {
  margin: 0 0 8px;
  color: #868686;
  font-size: 12px;
  font-weight: 500;
}
#single-store > .contact-block .cols .col:last-child .info-box .content {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
#single-store > .contact-block .cols .col:last-child .info-box .content a {
  color: #000000;
  text-decoration: none;
}
#single-store > .contact-block .banner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--Orange-600, #D35D23);
  background: var(--Orange-100, #FBECD9);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
  text-align: left;
}
#single-store > .contact-block .banner p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}
#single-store > .faq-block {
  padding: 0 0 80px 0;
}
#single-store > .faq-block .title {
  margin-bottom: 16px;
  color: #000000;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
#single-store > .faq-block .description {
  max-width: 800px;
  margin: 0 auto 48px;
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
}
#single-store > .faq-block .faq-items {
  max-width: 800px;
  margin: 0 auto;
}
#single-store > .faq-block .faq-items .faq-item {
  margin-bottom: 16px;
  padding: 24px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  background: #FFF;
}
#single-store > .faq-block .faq-items .faq-item:last-child {
  margin-bottom: 0;
}
#single-store > .faq-block .faq-items .faq-item .faq-question {
  position: relative;
  padding-right: 32px;
  cursor: pointer;
  list-style: none;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}
#single-store > .faq-block .faq-items .faq-item .faq-question::-webkit-details-marker {
  display: none;
}
#single-store > .faq-block .faq-items .faq-item .faq-question::marker {
  display: none;
}
#single-store > .faq-block .faq-items .faq-item .faq-question:after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  margin-top: -5px;
  background: url("../images/btn-chevron.svg") no-repeat center center;
  transform: rotate(-90deg);
  transform-origin: center center;
  content: "";
}
#single-store > .faq-block .faq-items .faq-item[open] .faq-question:after {
  transform: rotate(90deg);
}
#single-store > .faq-block .faq-items .faq-item .faq-answer {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #F0F0F0;
  font-size: 16px;
  line-height: 1.6em;
  color: #666;
}

#single-store .badge {
  display: inline-flex;
  align-items: center;
  height: 23px;
  padding: 0 8px;
  border-radius: 50px;
  font-size: 12px;
  line-height: 1em;
  background: #FBECD9;
}

#home {
  font-size: 16px;
}
#home > .header {
  margin-bottom: 56px;
}
#home > .header .title {
  max-width: 800px;
  margin: 24px 0;
  color: #000000;
  font-size: 80px;
  font-weight: 200;
  text-align: left;
  text-transform: none;
}
@media (max-width: 1059px) {
  #home > .header .title {
    font-size: 40px;
  }
}
#home > .header .description {
  max-width: 800px;
  margin: 0;
  font-size: 24px;
}
#home .posts {
  margin-bottom: 143px;
}
#home .posts .header {
  margin-bottom: 32px;
}
#home .posts .teasers {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 1459px) {
  #home .posts .teasers .post-teaser {
    max-width: 410px;
  }
}
#home .posts .pagination {
  margin-top: 80px;
}
#home > .search-form {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D8D8D8;
}
#home > .search-form form {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 679px) {
  #home > .search-form form {
    flex-direction: column;
    align-items: flex-start;
  }
}
#home > .search-form form input,
#home > .search-form form button {
  height: 40px;
}
#home > .search-form form input {
  width: 300px;
  padding: 0 12px;
  border: 1px solid #D8D8D8;
}
#home > .search-form form button {
  border: none;
  border-radius: 4px;
}

#single {
  font-size: 16px;
}
#single > .header-top {
  margin-top: 24px;
  margin-bottom: 24px;
}
#single > .header {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
  height: 424px;
  padding: 48px 0;
}
#single > .header:after {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(50, 26, 24, 0) 0%, rgba(50, 26, 24, 0.88) 100%);
  content: "";
}
#single > .header .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#single > .header .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#single > .header .content {
  position: relative;
  z-index: 3;
}
#single > .header .content .category {
  display: inline-flex;
  align-items: center;
  height: 31px;
  padding: 0 16px;
  background: #FBECD9;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
}
#single > .header .content .meta {
  display: flex;
  gap: 24px;
}
#single > .header .content .meta p {
  display: flex;
  gap: 8px;
  margin: 0;
  color: #ffffff;
}
#single > .header .content .meta p.date:before {
  background-image: url("../images/icon-calendar.svg");
}
#single > .header .content .meta p:before {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/icon-clock.svg") no-repeat center center;
  content: "";
}
#single > .header .content .title {
  max-width: 800px;
  margin: 0 0 16px;
  color: #ffffff;
  font-weight: 200;
  font-size: 48px;
  text-align: left;
  text-transform: none;
}
#single > .container {
  width: 90%;
  max-width: 880px;
  margin: 0 auto;
  padding: 80px 0;
  line-height: 1.5em;
}
#single > .container .share {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  color: #D35D23;
  font-size: 12px;
  font-weight: 500;
}
#single > .container .share a {
  display: block;
  width: 40px;
  height: 40px;
  background: #FDF7EF url("../images/icon-facebook.svg") center center no-repeat;
  border-radius: 40px;
  font-size: 0;
}
#single > .container .share a.is-pinterest {
  background-image: url("../images/icon-pinterest.svg");
}
#single > .container .share a.is-instagram {
  background-image: url("../images/icon-instagram.svg");
}
#single > .container .content a {
  color: #D35D23;
}
#single > .container .content a:hover {
  color: #000000;
}
#single > .nav {
  display: flex;
  position: relative;
}
#single > .nav:after {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #D35D23;
  content: "";
}
#single > .nav > * {
  flex: 1;
}
#single > .nav .prev a {
  padding-left: 52px;
}
@media (max-width: 1059px) {
  #single > .nav .prev a {
    padding-left: 28px;
  }
}
#single > .nav .prev a:before {
  left: 0;
  transform: rotate(180deg);
}
#single > .nav .next {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
#single > .nav .next a {
  padding-right: 52px;
}
@media (max-width: 1059px) {
  #single > .nav .next a {
    padding-right: 28px;
  }
}
#single > .nav .next a:before {
  right: 0;
}
#single > .nav a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 70%;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 1059px) {
  #single > .nav a {
    width: 90%;
    font-size: 16px;
  }
}
#single > .nav a:before {
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 10px;
  margin-top: -5px;
  background: url("../images/btn-arrow-alt.png") center center;
  content: "";
}
#single > .nav a span {
  display: block;
  color: #D35D23;
  font-size: 14px;
}
#single > .related-posts {
  padding: 80px 0;
}
#single > .related-posts > .title {
  font-size: 32px;
  font-weight: 500;
}
#single > .related-posts .posts {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

#open-store {
  font-size: 16px;
}
#open-store > .header {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 1;
  height: 662px;
  padding: 48px 0;
}
#open-store > .header .breadcrumb {
  color: #ffffff;
}
#open-store > .header .breadcrumb a {
  color: #ffffff;
}
#open-store > .header .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
@media (min-width: 1059px) {
  #open-store > .header .content {
    max-width: 780px;
  }
}
#open-store > .header .title {
  margin: 0;
  color: #ffffff;
  font-size: 56px;
  font-weight: 300;
  text-transform: none;
}
@media (max-width: 1059px) {
  #open-store > .header .title {
    font-size: 40px;
  }
}
#open-store > .header .subtitle {
  margin: 0;
  color: #E2752D;
  font-size: 32px;
  font-weight: 300;
  text-transform: none;
}
@media (max-width: 1059px) {
  #open-store > .header .subtitle {
    font-size: 24px;
  }
}
#open-store > .header .description {
  margin: 0;
  color: #ffffff;
}
#open-store > .header .image {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#open-store > .header .image:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(50, 26, 24, 0) 0%, rgba(50, 26, 24, 0.88) 50%);
  content: "";
}
#open-store > .header .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#open-store {
  /** JOin **/
}
#open-store > .join {
  background: #FDF7EF;
  padding: 80px 0;
}
#open-store > .join .title {
  margin: 0 0 40px 0;
  color: #321A18;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1059px) {
  #open-store > .join .title {
    font-size: 28px;
  }
}
#open-store > .join .subtitle {
  margin: 0 0 40px 0;
  color: #AF471F;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1059px) {
  #open-store > .join .subtitle {
    font-size: 24px;
  }
}
#open-store > .join .images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 40px;
}
@media (max-width: 1059px) {
  #open-store > .join .images {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (max-width: 679px) {
  #open-store > .join .images {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
#open-store > .join .images .image:nth-child(1) {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
  height: 616px;
}
@media (max-width: 1059px) {
  #open-store > .join .images .image:nth-child(1) {
    height: 350px;
  }
}
@media (max-width: 679px) {
  #open-store > .join .images .image:nth-child(1) {
    height: inherit;
  }
}
#open-store > .join .images .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#open-store > .join .advantages {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 1379px) {
  #open-store > .join .advantages {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1059px) {
  #open-store > .join .advantages {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
#open-store > .join .advantages .item {
  display: flex;
  gap: 16px;
  padding: 32px;
  background: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
}
#open-store > .join .advantages .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: #F5D5B3;
  border-radius: 40px;
}
#open-store > .join .advantages .title {
  margin: 0 0 8px 0;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}
#open-store > .join .advantages .description {
  margin: 0;
  line-height: 1.5em;
}
#open-store > .join .container > .description {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 40px;
  background: #2A2622;
  border-radius: 8px;
}
#open-store > .join .container > .description:before {
  display: block;
  width: 41px;
  height: 51px;
  margin: 0 auto;
  background: url("../images/logo-simple.svg");
  content: "";
}
#open-store > .join .container > .description .content {
  max-width: 800px;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 1059px) {
  #open-store > .join .container > .description .content {
    font-size: 16px;
  }
}
#open-store > .join .container > .description .content > :last-child {
  margin-bottom: 0;
}
#open-store > .join .container > .description .content p {
  margin-top: 0;
}
#open-store > .join .container > .description .content b, #open-store > .join .container > .description .content strong {
  color: #e16b3d;
}
#open-store > .content {
  padding: 80px 0;
}
#open-store > .content > * {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 1059px) {
  #open-store > .content > * {
    font-size: 18px;
  }
}
#open-store > .content > *:last-child {
  margin-bottom: 0;
}
#open-store > .key {
  padding: 120px 0;
  background: #321A18;
}
@media (max-width: 1059px) {
  #open-store > .key {
    padding: 80px 0;
  }
}
#open-store > .key .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  color: #ffffff;
}
#open-store > .key .title {
  margin-bottom: 0;
  font-size: 40px;
}
@media (max-width: 1059px) {
  #open-store > .key .title {
    font-size: 32px;
  }
}
#open-store > .key .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
#open-store > .key .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 200px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #D6D6D6;
  background: rgba(253, 247, 239, 0.16);
  text-align: center;
}
#open-store > .key .item > * {
  margin: 0;
}
#open-store > .key .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: rgba(211, 93, 35, 0.24);
}
#open-store > .key .item .number {
  font-size: 32px;
  font-weight: 500;
}
#open-store > .profil {
  padding: 80px 0;
  background: #FDF7EF;
}
@media (min-width: 1379px) {
  #open-store > .profil .wrap {
    max-width: 1080px;
  }
}
#open-store > .profil .wrap > .title {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1059px) {
  #open-store > .profil .wrap > .title {
    font-size: 32px;
  }
}
#open-store > .profil .wrap > .description {
  max-width: 800px;
  margin: 0 auto 40px auto;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 1059px) {
  #open-store > .profil .wrap > .description {
    font-size: 18px;
  }
}
#open-store > .profil .wrap .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 1059px) {
  #open-store > .profil .wrap .items {
    grid-template-columns: 1fr;
  }
}
#open-store > .profil .wrap .items .item {
  display: flex;
  gap: 16px;
  padding: 32px;
  background: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
}
#open-store > .profil .wrap .items .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: #F5D5B3;
  border-radius: 40px;
}
#open-store > .profil .wrap .items .title {
  margin: 0 0 8px 0;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}
#open-store > .profil .wrap .items .description {
  margin: 0;
  line-height: 1.5em;
}
#open-store > .profil .wrap .video-title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
#open-store > .profil .wrap .video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
#open-store > .profil .wrap .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#open-store > .step {
  padding: 120px 0;
  background: #321A18;
  color: #ffffff;
}
@media (max-width: 1059px) {
  #open-store > .step {
    padding: 80px 0;
  }
}
#open-store > .step .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
#open-store > .step .wrap > .title {
  margin: 0;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1059px) {
  #open-store > .step .wrap > .title {
    font-size: 32px;
  }
}
#open-store > .step .wrap > .description {
  margin: 0;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 1059px) {
  #open-store > .step .wrap > .description {
    font-size: 18px;
  }
}
#open-store > .step .wrap .items {
  position: relative;
  width: 100%;
  padding: 80px 0;
}
#open-store > .step .wrap .items:after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 1px;
  background: rgba(239, 185, 130, 0.16);
  content: "";
}
#open-store > .step .wrap .item {
  display: flex;
  width: 100%;
}
#open-store > .step .wrap .item:nth-child(odd) .content {
  align-items: flex-end;
  padding: 0 48px 0 0;
  text-align: right;
}
#open-store > .step .wrap .item:nth-child(odd) .content:before {
  right: -6px;
}
#open-store > .step .wrap .item:nth-child(even) {
  justify-content: flex-end;
}
#open-store > .step .wrap .item:nth-child(even) .content {
  padding: 0 0 0 48px;
}
#open-store > .step .wrap .item:nth-child(even) .content:before {
  left: -5px;
}
#open-store > .step .wrap .item .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 50%;
}
#open-store > .step .wrap .item .content:before {
  display: block;
  position: absolute;
  z-index: 200;
  top: 15px;
  width: 11px;
  height: 11px;
  background: #D35D23;
  border-radius: 100px;
  content: "";
}
#open-store > .step .wrap .item .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 100px;
  background: #D35D23;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}
#open-store > .step .wrap .item .title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
#open-store > .step .wrap .item .description {
  margin: 0;
}

.product-teaser {
  position: relative;
  max-width: 374px;
  width: 100%;
}
@media (min-width: 1059px) {
  .product-teaser.is-large {
    max-width: 577px;
  }
}
.product-teaser .label {
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 24px;
  left: 24px;
  height: 35px;
  padding: 0 16px;
  background: #AF471F;
  border-radius: 50px;
  color: #ffffff;
}
.product-teaser .image {
  width: 100%;
  height: 340px;
  margin-bottom: 25px;
}
.product-teaser .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-teaser .title {
  margin: 0 0 16px 0;
  font-size: 32px;
  font-weight: 400;
}
.product-teaser .btn-link {
  position: relative;
}
.product-teaser .btn-link:after {
  display: block;
  position: absolute;
  right: -28px;
  top: 50%;
  width: 15px;
  height: 10px;
  margin-top: -5px;
  background: url("../images/btn-arrow-alt.png") center center;
  content: "";
}
.product-teaser .link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  font-size: 0;
}

.product-categorie-teaser {
  position: relative;
  padding: 24px;
  background: #ffffff;
  transition: all 0.2s;
}
@media (hover: hover) {
  .product-categorie-teaser:hover {
    background: #FDF7EF;
  }
}
.product-categorie-teaser .image {
  width: 312px;
  height: 424px;
  margin-bottom: 24px;
  background: #FDF7EF;
}
.product-categorie-teaser .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-categorie-teaser .content {
  position: relative;
}
.product-categorie-teaser .content:after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 10px;
  background: url("../images/btn-arrow-alt.png") center center no-repeat;
  content: "";
}
.product-categorie-teaser .title {
  margin: 0 0 8px 0;
  font-size: 32px;
  font-weight: 400;
}
@media (max-width: 679px) {
  .product-categorie-teaser .title {
    font-size: 24px;
  }
}
.product-categorie-teaser .btn-link {
  max-width: 70%;
}
.product-categorie-teaser .link {
  display: block;
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
}

.product-categorie-teaser.is-small {
  max-width: 316px;
  padding: 0;
}
.product-categorie-teaser.is-small .image {
  height: 160px;
}
.product-categorie-teaser.is-small .content {
  padding: 0 24px 24px 24px;
}
.product-categorie-teaser.is-small .content:after {
  right: 24px;
  bottom: 24px;
}
.product-categorie-teaser.is-small .title {
  font-size: 24px;
}

.offer {
  background: #FDF7EF;
  padding: 40px 0;
}
.offer .header {
  margin-bottom: 29px;
}
.offer .header p {
  display: inline-block;
  margin: 0;
  padding: 8px 24px;
  border: 1px solid #D35D23;
  border-radius: 50px;
}
.offer .wrap {
  display: flex;
  align-items: center;
  gap: 64px;
}
@media (max-width: 1379px) {
  .offer .wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
.offer .description h2 {
  margin: 0;
  font-size: 80px;
  font-weight: 300;
}
@media (max-width: 1059px) {
  .offer .description h2 {
    font-size: 40px;
  }
}
.offer .description h3 {
  margin: 0;
  font-size: 40px;
  font-weight: 300;
}
@media (max-width: 1059px) {
  .offer .description h3 {
    font-size: 24px;
  }
}
.offer .image {
  flex-shrink: 0;
  max-width: 584px;
  height: auto;
  border: 1px solid #D8D8D8;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.08);
}
.offer .image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.offer.is-type-image {
  padding: 0;
  background: none;
}

.store-locator-map {
  display: flex;
  gap: 24px;
  position: relative;
  font-size: 16px;
}
@media (max-width: 1379px) {
  .store-locator-map {
    flex-direction: column;
  }
}
.store-locator-map .content {
  width: calc(100% - 816px);
}
@media (max-width: 1379px) {
  .store-locator-map .content {
    width: 100%;
    max-width: 50%;
  }
}
@media (max-width: 1059px) {
  .store-locator-map .content {
    max-width: 100%;
  }
}
.store-locator-map .content .title {
  margin: 0 0 40px;
  font-size: 56px;
}
@media (max-width: 1059px) {
  .store-locator-map .content .title {
    font-size: 40px;
  }
}
.store-locator-map .content form {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  border: 1px solid #D8D8D8;
}
.store-locator-map .content form input {
  height: 60px;
  width: 100%;
  border: none;
}
.store-locator-map .content .locate-me {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 33px;
  padding: 0 16px;
  background: #FDF7EF;
  border: 1px solid #D8D8D8;
  cursor: pointer;
}
.store-locator-map .map {
  width: 816px;
  height: 544px;
}
@media (max-width: 1379px) {
  .store-locator-map .map {
    width: 100%;
    height: 350px;
  }
}
.store-locator-map .window {
  display: none;
  position: absolute;
  top: 112px;
  left: 0;
  padding: 40px;
  width: 750px;
  background: #ffffff;
  border: 1px solid #D8D8D8;
}
@media (max-width: 1379px) {
  .store-locator-map .window {
    position: relative;
    top: inherit;
    left: inherit;
    bottom: inherit;
    width: 100%;
  }
}
.store-locator-map .window.is-visible {
  display: block;
}
.store-locator-map .window .header {
  margin-bottom: 32px;
}
.store-locator-map .window .header .title {
  margin: 0 0 16px;
  font-weight: 500;
  font-size: 24px;
}
.store-locator-map .window .header .title .shop-name {
  text-decoration: underline;
  text-decoration-color: #D35D23;
}
.store-locator-map .window .header .address p {
  margin: 0;
  line-height: 1.3em;
}
.store-locator-map .window .content {
  display: flex;
  gap: 24px;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 679px) {
  .store-locator-map .window .content {
    flex-direction: column;
  }
}
.store-locator-map .window .coords {
  width: 50%;
}
@media (max-width: 679px) {
  .store-locator-map .window .coords {
    width: 100%;
  }
}
.store-locator-map .window .coords .phone {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 32px;
  font-weight: 500;
}
.store-locator-map .window .schedules {
  width: 50%;
}
@media (max-width: 679px) {
  .store-locator-map .window .schedules {
    width: 100%;
  }
}
.store-locator-map .window .schedules .title {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
}
.store-locator-map .window .schedules .items {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
}
.store-locator-map .window .schedules .items li {
  display: table-row;
}
.store-locator-map .window .schedules .items li > * {
  display: table-cell;
  padding-bottom: 8px;
  padding-right: 12px;
}

.store-teaser {
  width: 322px;
  border: 1px solid #D8D8D8;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.08);
}
.store-teaser .image {
  position: relative;
  width: 100%;
  height: 250px;
  background: #D9D9D9;
}
.store-teaser .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store-teaser .badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  padding: 10px 16px;
  background: #F3E8E1;
  border-radius: 100px;
  line-height: 1em;
  font-size: 12px;
  font-weight: 500;
}
.store-teaser .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
}
.store-teaser .content .title {
  margin: 0;
  font-weight: bold;
}
.store-teaser .content .address,
.store-teaser .content .phone {
  display: flex;
  align-items: center;
  gap: 8px;
}
.store-teaser .content .address svg,
.store-teaser .content .phone svg {
  flex-shrink: 0;
}
.store-teaser .content .btn {
  height: 40px;
}

.product-collections {
  margin-bottom: 176px;
}
.product-collections .header {
  padding-bottom: 32px;
}
.product-collections .header .title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.product-collections .terms {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1700px;
  margin: 0 auto;
}
.product-collections .terms > * {
  border: solid #D8D8D8;
  border-width: 1px;
  margin-left: -1px;
  flex: 1;
}
@media (max-width: 1379px) {
  .product-collections .terms > * {
    flex-basis: 50%;
  }
  .product-collections .terms > *:nth-child(3), .product-collections .terms > *:nth-child(4) {
    margin-top: -1px;
  }
}
@media (max-width: 679px) {
  .product-collections .terms > * {
    flex-basis: 100%;
  }
  .product-collections .terms > *:nth-child(2) {
    margin-top: -1px;
  }
}
.product-collections .terms > * .image {
  width: 100%;
}

.post-teaser {
  position: relative;
  width: 430px;
  border: 1px solid #D6D6D6;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.08);
}
.post-teaser.is-alt {
  padding: 24px;
  box-shadow: none;
}
.post-teaser.is-alt .content {
  padding: 24px 0 0 0;
}
.post-teaser .image {
  position: relative;
  height: 230px;
  background: #ccc;
}
.post-teaser .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-teaser .image .badge {
  display: inline-flex;
  align-items: center;
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 16px;
  height: 31px;
  padding: 0 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  background: #FBECD9;
}
.post-teaser .content {
  padding: 24px 32px 32px;
}
.post-teaser .content .meta {
  display: flex;
  gap: 24px;
}
.post-teaser .content .meta p {
  display: flex;
  gap: 8px;
  margin: 0;
}
.post-teaser .content .meta p.date:before {
  background-image: url("../images/icon-calendar.svg");
}
.post-teaser .content .meta p:before {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/icon-clock.svg") no-repeat center center;
  content: "";
}
.post-teaser .content .categories {
  display: flex;
  margin: 0;
  border: none;
}
.post-teaser .content .categories span {
  color: #D35D23;
  font-size: 12px;
  text-transform: uppercase;
}
.post-teaser .content .categories span + span {
  padding-left: 7px;
  margin-left: 8px;
  border-left: 1px solid #D35D23;
}
.post-teaser .content .title {
  font-size: 16px;
  font-weight: 700;
}
.post-teaser .link {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.categories {
  margin-bottom: 24px;
  border: solid #D8D8D8;
  border-width: 1px 0;
}
.categories.is-opened .links {
  height: inherit;
}
.categories .wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
}
@media (max-width: 1059px) {
  .categories .wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.categories .title {
  white-space: nowrap;
}
@media (max-width: 1059px) {
  .categories .links {
    height: 80px;
    overflow: hidden;
  }
}
.categories .mobile-button {
  display: none;
  cursor: pointer;
  text-decoration: underline;
}
@media (max-width: 1059px) {
  .categories .mobile-button {
    display: flex;
  }
}
.categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.categories a {
  display: flex;
  align-items: center;
  height: 31px;
  padding: 0 16px;
  background: #FBECD9;
  border-radius: 30px;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
.categories a.is-active {
  background: #D35D23;
  color: #ffffff;
}

.form-block {
  padding: 80px 0;
}
.form-block .title {
  margin-bottom: 16px;
  color: #000000;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
.form-block .description {
  max-width: 800px;
  margin: 0 auto 48px;
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
}
.form-block .form-container {
  max-width: 824px;
  margin: 0 auto;
  padding: 40px;
  border: 1px solid var(--Orange-200, #F5D5B3);
  background: var(--Orange-50, #FDF7EF);
}
.form-block label {
  display: block;
  width: inherit;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}
.form-block .form-group {
  display: flex;
  gap: 24px;
}
@media (max-width: 1059px) {
  .form-block .form-group {
    flex-direction: column;
    gap: 0;
  }
}
.form-block .form-group .form-field {
  flex: 1;
}
.form-block .form-field.is-prefix-name input, .form-block .form-field.is-prefix-name textarea, .form-block .form-field.is-prefix-email input, .form-block .form-field.is-prefix-email textarea, .form-block .form-field.is-prefix-phone input, .form-block .form-field.is-prefix-phone textarea, .form-block .form-field.is-prefix-message input, .form-block .form-field.is-prefix-message textarea {
  padding-left: 50px;
  background: #fff url("../images/field-prefix-name.svg") no-repeat 5px 7px;
}
.form-block .form-field.is-prefix-email input {
  background-image: url("../images/field-prefix-email.svg");
}
.form-block .form-field.is-prefix-phone input {
  background-image: url("../images/field-prefix-phone.svg");
}
.form-block .form-field.is-prefix-message textarea {
  background-image: url("../images/field-prefix-message.svg");
}
.form-block .form-field span {
  display: block;
  width: 100%;
}
.form-block .form-field input,
.form-block .form-field select,
.form-block .form-field textarea {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid #DADADA;
  background: #FFF;
  font-size: 16px;
}
.form-block .form-field textarea {
  height: 160px;
  padding: 16px;
}
.form-block .form-field input[type=checkbox] {
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 4px;
}
.form-block .form-field input[type=checkbox]:checked {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.form-block .form-field input[type=checkbox]:checked:before {
  display: block;
  width: 10px;
  height: 10px;
  background: #000;
  content: "";
}
.form-block .form-field.is-submit input {
  border: none;
  margin: 0;
}
.form-block .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.form-block .wpcf7-acceptance label {
  display: flex;
  gap: 12px;
  width: 100%;
  font-weight: normal;
}
.form-block .wpcf7-response-output,
.form-block .wpcf7-not-valid-tip {
  font-size: 16px;
}
.form-block .form-field .wpcf7-radio {
  display: flex;
}
.form-block .form-field .wpcf7-radio .wpcf7-list-item:before {
  display: none;
}
.form-block .form-field .wpcf7-radio label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #8D8D8D;
  font-size: 16px;
}
.form-block .form-field .wpcf7-radio input {
  position: absolute;
}
.form-block .form-field .wpcf7-radio .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  padding-left: 23px;
  font-weight: normal;
}

/*# sourceMappingURL=screen.css.map */
