@charset "UTF-8";
html {
  font-size: 18px;
}

@font-face {
  font-family: "Beirut Text";
  src: url("./fonts/BeirutText-Book.woff2") format("woff2"), url("./fonts/BeirutText-Book.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --brown: $color;
  --header-h: 54px;
  --filters-h: 176px;
}

html {
  font-family: "Beirut Text", serif;
  color: #492316;
  padding: 15px;
}

img {
  width: 100%;
}

picture {
  width: 100%;
}

body {
  font-family: "Beirut Text", serif;
}

li {
  list-style: none;
}

a {
  color: #492316;
  text-decoration: none;
}

button {
  font: inherit;
  background: none;
  border: 0;
  color: #492316;
  cursor: pointer;
}

strong,
b {
  font-weight: 400;
}

small {
  font-size: inherit;
}

body.no-scroll {
  overflow: hidden;
}

.show-mobile {
  display: none;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

h3 {
  font-size: 12px;
}

main {
  margin-top: 54px;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media (max-width: 580px) {
  .col-xs-1 {
    width: 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
}
@media (max-width: 768px), (orientation: portrait) and (max-width: 1024px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 2000px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  body {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}
.border-vert {
  height: 100%;
  background-color: white;
  width: 15px;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
}
.border-vert:after {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  width: 100%;
  height: 100%;
  background-color: #492316;
  z-index: 20000;
}
.border-vert.left {
  left: 0;
}
.border-vert.right {
  right: 0;
}

.border-hor {
  width: 100%;
  background-color: white;
  height: 15px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10000;
}
.border-hor:after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #492316;
  z-index: 20000;
}
.border-hor.top {
  top: 0;
}
.border-hor.bottom {
  bottom: 0;
}

.snipcart-cart-summary--edit.snipcart-modal__container {
  z-index: 10001;
}

.snipcart-item-quantity__quantity {
  border: none;
}

.snipcart,
.snipcart__font--secondary,
.snipcart__font--subtitle,
.snipcart-modal__close,
.snipcart-cart-summary {
  font-family: "Beirut Text", sans-serif;
  color: #492316;
  font-size: 1em;
  letter-spacing: 0;
}

.snipcart-cart-summary-side .snipcart-cart__secondary-header {
  padding: 0 23px;
}

.snipcart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.snipcart-header h2 {
  font-size: 18px;
  margin: 0;
}

.snipcart-button-close {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.snipcart-items {
  max-height: 300px;
  overflow-y: auto;
}

.snipcart-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.snipcart-item-image {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.snipcart-item-details {
  flex: 1;
  padding-left: 10px;
}

.snipcart-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

.snipcart-item-price {
  font-weight: bold;
}

.snipcart-item-list {
  padding-top: 15px;
}

.snipcart-cart__footer-col .snipcart-cart__featured-payment-methods-container {
  margin-top: 32px;
  display: none;
}

.snipcart-cart-summary-side .snipcart-cart__footer {
  padding: 0;
  padding-top: 15px;
}

.logo-menu h1 {
  text-transform: uppercase;
}

.snipcart-item-quantity__quantity-price-container {
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: flex-end;
}

.snipcart-form__separator {
  opacity: 0;
}

.snipcart-items {
  max-height: 100%;
  overflow-y: auto;
}

.snipcart-quantity {
  display: flex;
  align-items: center;
  gap: 5px;
}

.snipcart-quantity button {
  background: #ddd;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

.snipcart-legal {
  font-size: 12px;
  color: #666;
  margin-top: 20px;
}

.snipcart-footer {
  margin-top: 20px;
  text-align: center;
}

.snipcart-total {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.snipcart-button-buy {
  background: black;
  color: white;
  padding: 10px;
  width: 100%;
  border: none;
  cursor: pointer;
}

.snipcart-layout.snipcart-modal {
  padding: 0;
  padding-left: 15px;
  position: relative;
}
.snipcart-layout.snipcart-modal:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #492316;
  width: 15px;
}

.snipcart-test-banner {
  display: none;
}

.snipcart-cart {
  padding: 0;
}

.snipcart-cart__secondary-header {
  min-height: 0;
  padding: 0;
  height: auto;
  padding-top: 7px;
  padding-bottom: 17px;
}

.item-counts {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.item-counts .snipcart-items-count {
  margin-right: 5px;
}

li.snipcart__item__line.snipcart__box,
.snipcart-layout__content.snipcart-layout__content--side.snipcart-cart--edit {
  padding: 0;
}

.col-item .snipcart__item__line__header__title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.snipcart-cart__secondary-header .snipcart__font--secondary {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.snipcart-cart-summary-side .snipcart-cart__secondary-header {
  padding: 0 15px;
}

.snipcart__item__line__header {
  font-size: 14px;
}

.snipcart-item-quantity__quantity .snipcart__icon {
  width: 15px;
  height: 15px;
}

.snipcart-button-icon.is-secondary {
  color: #492316;
  background-color: transparent;
  height: auto;
  width: auto;
  border: 1px solid transparent;
  margin-top: -3px;
}

.snipcart-button-icon.is-secondary:hover {
  box-shadow: none;
  color: #492316;
  background-color: transparent;
  border: 1px solid #492316;
}

.snipcart-item-quantity__quantity {
  height: auto;
  color: #492316;
  transition: 0.2s ease-out;
  transition-property: color, border-color, background-color;
  padding-left: 0;
  padding-right: 0;
  width: 54px;
}

.snipcart-item-quantity__quantity:hover {
  color: #492316;
  border-color: transparent;
  box-shadow: none;
}

.snipcart-item-line__media {
  margin: 0;
  padding: 0;
  min-width: 120px;
  margin-right: 10px;
}

h2.snipcart__item__line__header__title {
  text-align: left;
}

.col.col-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.label.snipcart-item-quantity__label.snipcart__font--tiny,
.snipcart-item-quantity__label {
  display: none;
}

.root.root-cart {
  padding: 0;
  flex: 1;
}
.root.root-cart #snipcart {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.snipcart-button-primary,
.snipcart-button-primary:hover,
.snipcart-button-primary.is-loading,
.snipcart-button-primary[disabled],
.snipcart-button-secondary,
.snipcart-button-secondary:hover,
.snipcart-button-secondary.is-loading,
.snipcart-button-secondary[disabled] {
  color: #492316;
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.snipcart-button-primary .snipcart-base-button__label,
.snipcart-button-primary:hover .snipcart-base-button__label,
.snipcart-button-primary.is-loading .snipcart-base-button__label,
.snipcart-button-primary[disabled] .snipcart-base-button__label,
.snipcart-button-secondary .snipcart-base-button__label,
.snipcart-button-secondary:hover .snipcart-base-button__label,
.snipcart-button-secondary.is-loading .snipcart-base-button__label,
.snipcart-button-secondary[disabled] .snipcart-base-button__label {
  color: #492316;
  font-size: 1em;
  font-family: "Beirut Text";
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.snipcart-button-primary.is-loading,
.snipcart-button-primary[disabled] {
  opacity: 0.5;
}

.snipcart-button-primary:hover {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.snipcart-cart__footer-buttons {
  text-align: center;
  padding-bottom: 23px;
}

.snipcart-flash-message--error {
  background-color: #fceae8;
  background-color: #fceae8;
}

.snipcart-flash-message--info {
  background-color: white;
  background-color: white;
}

.snipcart-modal__container.snipcart-layout--large {
  z-index: 1000;
}

.snipcart__box--badge {
  height: 40px;
  width: 40px;
  border-radius: 999px;
  border: none;
  color: #492316;
  border: 1px solid #492316;
  background-color: #fff;
}

.snipcart-checkout__content {
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0px;
}

@media screen and (max-width: 768px), (orientation: portrait) and (max-width: 1024px) {
  .cart-top {
    margin-top: 0;
  }
  .root.root-cart {
    padding: 0;
    flex: 1;
    height: 100%;
  }
}
.snipcart-input {
  line-height: normal;
  height: auto;
  border: none;
  border-bottom: 1px solid;
  color: #492316;
  padding: 2px 0px;
  border-color: #492316;
  background-color: #fff;
  transition: 0.2s ease-out;
  transition-property: color, border-color, background-color;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.snipcart-input__input {
  padding-left: 0px;
  padding-right: 0px;
  text-transform: none;
}

.snipcart-form__select {
  display: flex;
  align-items: center;
  line-height: normal;
  height: auto;
  border: none;
  border-bottom: 1px solid;
  color: #492316;
  border-color: #492316;
  width: 100%;
  padding: 2px 0px;
  padding-right: 50px;
  background-color: #fff;
  min-height: 2em;
}

.snipcart-typeahead__suggestion--active,
.snipcart-typeahead__suggestion--search-query:hover {
  background-color: #492316;
  background-color: #492316;
  color: #fff;
}

.snipcart-form__address-autocomplete > .snipcart-textbox {
  height: 29px;
  min-height: auto;
}

.snipcart-form__label {
  margin-bottom: 3px;
}

.snipcart__box--header {
  justify-content: center;
  align-items: center;
  border-top: 3px solid #492316;
  padding-top: 15px;
}

.snipcart__box--badge {
  height: 35px;
  width: 35px;
  border-radius: 999px;
  border: none;
  color: #492316;
  border: 1px solid #492316;
  background-color: #fff;
  position: absolute;
  left: 0;
  margin-left: 0;
}

.snipcart-cart-summary__content,
.snipcart-shipping-completed__header.snipcart__box--header {
  background-color: #fff;
  background-color: var(--bgColor-default, #fff);
  padding: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-top: 15px solid #492316;
  border-bottom: 15px solid #492316;
}
.snipcart-cart-summary__content button.snipcart-button-link,
.snipcart-shipping-completed__header.snipcart__box--header button.snipcart-button-link {
  position: absolute;
  right: 0;
}

.snipcart-billing-completed__header.snipcart__box--header button.snipcart-button-link {
  position: absolute;
  right: 0;
}

.snipcart__box--header button.snipcart-button-link {
  position: absolute;
  right: 0;
}

.snipcart-empty-cart__title {
  height: 100%;
  display: flex;
  align-items: center;
}

.snipcart-empty-cart {
  height: 90vh;
}

.snipcart-form__footer {
  margin-top: 32px;
  margin-bottom: 30px;
}

.snipcart-empty-cart .snipcart-button-secondary {
  margin-top: 16px;
  margin-bottom: 23px;
}

.snipcart-cart-summary__separator {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 32px;
  margin-bottom: 32px;
  border-top: 1px solid;
  border-color: #492316;
}

.buy-button .count {
  display: inline-block;
  font-size: 0.7em;
  vertical-align: top;
}

.snipcart-cart-summary__actions.snipcart__box--header {
  border-top: none;
  padding-top: 5px;
}

.snipcart-layout__content {
  height: 100%;
  max-width: unset;
  padding: 0 0px;
}

.snipcart-cart-summary--edit.snipcart-modal__container {
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  right: 0;
  padding: 0;
  padding-left: 0;
}

.snipcart-layout__content.snipcart-layout__content--side.snipcart-cart--edit {
  border-top: 16px solid #492316;
  border-bottom: 16px solid #492316;
  padding-left: 15px;
}

#snipcart-checkout-step-shipping .snipcart-cart-summary__content,
#snipcart-checkout-step-shipping .snipcart-shipping-completed__header.snipcart__box--header {
  border-top: 3px solid #492316;
  border-bottom: none;
  padding-top: 15px;
}

.snipcart-order__details {
  margin-top: 70px;
}

@media (min-width: 768px) {
  .snipcart-cart-summary--edit.snipcart-modal__container {
    width: 35%;
    max-width: 540px;
    margin-left: auto;
    right: 0;
    padding: 0;
    padding-left: 0;
  }
  .snipcart-layout__content.snipcart-layout__content--side.snipcart-cart--edit {
    border-top: 16px solid #492316;
    border-bottom: 16px solid #492316;
    padding-left: 15px;
    padding-right: 15px;
  }
  .snipcart-layout__content {
    width: 100%;
  }
  .snipcart-cart-header {
    width: 100%;
    margin: 0 auto 16px auto;
  }
}
header.snipcart-cart-header.snipcart-checkout__header.snipcart-layout__header--fixed {
  top: 15px;
  padding: 0;
}

.snipcart-cart-header__close-button,
button.snipcart-cart-header__close-button.snipcart-modal__close {
  padding-top: 0;
  padding-bottom: 0;
}

.snipcart-layout__content {
  height: 100%;
  max-width: unset;
  padding: 0 15px;
}

header.snipcart-cart-header.snipcart-checkout__header.snipcart-layout__header--fixed {
  top: 0;
  padding: 0;
}

.snipcart-cart-header .snipcart-modal__close-icon,
.snipcart-cart-header__icon,
.snipcart-billing-completed .snipcart-checkout-step__icon,
.snipcart-billing-completed__title .snipcart__icon--left {
  color: #492316;
}

.snipcart-form {
  box-shadow: none;
}

.snipcart-flash-message {
  justify-content: center;
}

.snipcart-cart-header__close-button {
  padding-top: 17px;
  padding-bottom: 7px;
  justify-content: center;
}

.snipcart-form__label,
.snipcart__font--subtitle,
.snipcart-cart-summary-item__name {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.snipcart-cart-summary-item__name {
  font-size: 14px;
}

.snipcart-checkbox + label:before {
  border-color: #d2c9c6;
}

.snipcart-checkbox:checked + label:after {
  color: #fff;
}

.snipcart-flash-message__content {
  text-align: center;
}

.snipcart-cart-header {
  padding: 0;
  top: 15px;
  left: 0;
  padding: 0 15px;
  z-index: 990;
  height: 3em;
}

.snipcart-cart-header__options {
  padding-right: 15px;
}

.snipcart-layout__header {
  width: 100%;
  margin: 0;
  min-height: 100px;
  max-width: unset;
  position: fixed;
  top: 0;
}

header.snipcart-cart-header {
  width: 100%;
}

.h3.snipcart-cart-header__title.snipcart__font--black.snipcart__font--secondary,
button.snipcart-cart-header__option.snipcart-cart-header__sign-out {
  text-transform: uppercase;
}

.snipcart__box.snipcart-signin.snipcart-signin__box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.snipcart-cart-header__options {
  width: 25%;
  display: flex;
  justify-content: center;
}

button.snipcart-cart-header__close-button.snipcart-modal__close {
  width: 25%;
  flex: none;
}

.snipcart-layout-sidebar {
  margin-top: 50px;
}

.cart-top {
  height: 100%;
}

.snipcart-payment-form {
  border: 1px solid #d2c9c6;
}

.snipcart-checkout__content {
  margin-top: 4.5em;
}

.snipcart-button-link,
.snipcart-modal__close-title {
  font-family: "Beirut Text";
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.snipcart-modal__close-title {
  font-size: 1em;
}

fieldset.snipcart-form__set {
  padding-left: 70px;
}

.snipcart-layout__header--fixed {
  width: 100%;
}
.snipcart-layout__header--fixed .row {
  width: 100%;
  justify-content: space-between;
}
.snipcart-layout__header--fixed .row .col {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 7px;
  padding-top: 12px;
  height: 3em;
  box-sizing: border-box;
}

.snipcart-modal__container:before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  bottom: unset;
  left: 0px;
  background-color: white;
  width: 15px;
  height: 15px;
  z-index: 100000000000;
}

.snipcart-modal__container:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0px;
  background-color: white;
  width: 15px;
  height: 15px;
  z-index: 100000000000;
}

.snipcart-modal__container {
  width: calc(100% + 1px);
  overflow-x: hidden;
  padding-right: 1px;
  z-index: 1000;
}

header.snipcart-cart-header {
  height: 3em;
  height: 3em;
}

@media (min-width: 1024px) {
  .snipcart-layout__col--large {
    width: 50%;
  }
  .snipcart__box {
    padding: 0;
    margin-top: 0;
  }
}
section.heading-text div {
  height: 100%;
}
section.heading-text div.blocks {
  height: auto;
  width: 100%;
}
section.heading-text div.columns {
  justify-content: flex-start;
  align-items: flex-start;
}
section.heading-text div.column {
  align-items: center;
  display: flex;
  height: 100%;
}
section.heading-text .heading {
  text-align: center;
  width: 100%;
}
section.heading-text .text {
  text-align: left;
  line-height: 1.1em;
}
section.heading-text {
  width: 100%;
}
section.heading-text .columns {
  display: flex;
}
section.heading-text .columns .column {
  flex: 1;
}

section.quote .columns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.row.flex-end {
  display: flex;
  justify-content: flex-end;
}

#transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  /* ou noir, ou avec un logo animé */
  pointer-events: none;
  opacity: 0;
  z-index: 9999;
  transition: opacity 0.4s ease;
}

.snipcart-modal__close {
  font-size: 1em;
}

.snipcart-modal__close:focus,
.snipcart-modal__close:hover {
  outline: none;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

header .row {
  width: 100%;
}
header .row button.snipcart-cart-header__close-button.snipcart-modal__close {
  width: 100%;
  flex: none;
}

.snipcart-summary-fees__title {
  text-transform: uppercase;
}

.snipcart-cart-summary-expanded-item--secondary {
  padding: 0 0 8px 8px;
  font-family: "Beirut Text";
}

.snipcart-item-custom-fields__field.snipcart-dropdown-custom-field--standard.snipcart-item-custom-fields--dropdown {
  max-width: 180px;
  width: 80%;
}

.snipcart-checkbox + label:before {
  width: 11px;
  height: 11px;
  border-radius: 0;
  border: 1px solid;
  margin-right: 7px;
  margin-bottom: 1px;
}

.snipcart-checkbox + label {
  font-size: 12px;
  letter-spacing: 0.1em;
}

.snipcart-checkbox:checked + label:after {
  left: 2px;
  top: 2px;
  height: 7px;
  width: -4px;
  content: "✓";
  box-shadow: none;
  font-size: 10px;
  transform: none;
  background-color: transparent;
}

.snipcart-item-custom-fields__field.snipcart-item-custom-fields--checkbox {
  margin-bottom: 0;
}

.header-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

@media (min-width: 1024px) {
  .snipcart__box.snipcart-order__box.snipcart-order__box__header {
    padding: 32px;
    padding-left: 60px;
    margin-bottom: 2em;
  }
  .snipcart__box.snipcart-order__box {
    padding: 32px 0;
  }
}
@media (max-width: 768px), (orientation: portrait) and (max-width: 1024px) {
  .snipcart__box--badge {
    height: 35px;
    width: 35px;
    border-radius: 999px;
    border: none;
    color: #492316;
    border: 1px solid #492316;
    background-color: #fff;
    position: absolute;
    left: 0;
    margin-left: 0;
  }
  .snipcart__box.snipcart-order__box.snipcart-order__box__header {
    position: relative;
    padding-left: 60px;
  }
  .snipcart__box.snipcart-order__box.snipcart-order__box__header .snipcart__box--badge {
    left: 15px;
    top: 75px;
  }
  .snipcart-layout__header--fixed {
    width: 100%;
    margin-top: 15px;
  }
  .snipcart-layout__col--large {
    margin: 0;
    width: 100%;
  }
  .snipcart-checkout__content {
    margin-top: 0em;
  }
  fieldset.snipcart-form__set {
    padding-left: 0;
  }
  .snipcart-layout.snipcart-modal {
    padding: 0;
    padding-left: 0;
    position: relative;
    padding-top: 45px;
  }
  .snipcart-form__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
  .snipcart__box--header {
    justify-content: flex-start;
    align-items: center;
    border-top: 3px solid #492316;
    padding-top: 15px;
    margin-bottom: 30px;
  }
  .snipcart__box--title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .snipcart__box--title .snipcart__box--badge {
    position: static;
    margin: 0;
    padding: 0;
    margin-right: 15px;
  }
  .snipcart__box--slim {
    padding: 16px 15px 16px 15px;
  }
  #snipcart header.snipcart-cart-header {
    height: 35px;
    margin-bottom: 18px;
    position: fixed;
    left: 0;
    width: 100%;
  }
  .snipcart-cart-header__options {
    padding-right: 0;
  }
  .snipcart__item__line__header .row {
    flex-wrap: nowrap;
  }
  .snipcart-cart-header .logo-menu {
    width: 50%;
    text-align: center;
  }
  .snipcart-item-line__variants {
    padding-top: 5px;
  }
  .snipcart__box--title {
    justify-content: space-between;
  }
  .snipcart-billing-completed__header.snipcart__box--header button.snipcart-button-link {
    position: static;
    right: 0;
  }
  .snipcart__box--header {
    justify-content: space-between;
  }
  .snipcart-cart-summary__content button.snipcart-button-link,
  .snipcart-shipping-completed__header.snipcart__box--header button.snipcart-button-link {
    right: 15px;
  }
}
header {
  position: fixed;
  width: 100%;
  top: 15px;
  z-index: 900;
  right: 15px;
  transition: all 0.4s ease-in;
  left: 15px;
}

header {
  --header-collapsed: 54px;
}

header .header-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  background: #fff;
  pointer-events: none;
  transition: height 0.3s ease-in-out;
  z-index: 0;
}
header .header-bg.height1 {
  height: var(--header-h);
}
header .header-bg.height1.with-filters, header .header-bg.with-filters {
  height: var(--filters-h);
}

header > *:not(.header-bg) {
  position: relative;
  z-index: 1;
}

header > *:not(.header-bg) {
  position: relative;
  z-index: 1;
}

.rotated-left {
  transform: rotate(-90deg);
  height: 13px;
  width: auto;
  fill: #492316;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.1em;
}
.menu .col {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 7px;
  padding-top: 12px;
  height: 3em;
  box-sizing: border-box;
}
.menu .left-menu a:hover {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.filters-links {
  position: absolute;
  visibility: hidden;
  height: auto;
  overflow: hidden;
  top: -9999px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.filters-links.is-active {
  position: static;
  visibility: visible;
  opacity: 1;
}

.filters-links.links.filter-menu {
  width: 100%;
  padding-bottom: 10px;
  background-color: transparent;
  transition: all 0.3s linear;
  transition-delay: 0.2s;
}
.filters-links.links.filter-menu ul li {
  font-size: 2.2222em;
  margin-left: 15px;
  margin-right: 15px;
}
.filters-links.links.filter-menu ul li a {
  display: flex;
  align-items: baseline;
}
.filters-links.links.filter-menu ul li a:hover {
  text-decoration: none;
}
.filters-links.links.filter-menu ul li a:hover .cat-name,
.filters-links.links.filter-menu ul li a.active .cat-name {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
.filters-links.links.filter-menu ul li a.active {
  text-decoration: none;
}
.filters-links.links.filter-menu ul li .count {
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0;
}

.page-title .arrow {
  margin-left: 3px;
}

.logo-menu {
  transition: all 0.3s;
}
.logo-menu svg {
  width: auto;
  height: 20px;
  filter: saturate(1);
  overflow: visible;
}

.center-menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-menu .links {
  transition: all 0.3s;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 7px;
  padding-top: 11px;
}

.filters {
  position: absolute;
}
.filters:hover {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.links .menu-list,
.filters {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.links .menu-list li,
.filters li {
  margin-left: 0.83em;
  margin-right: 0.83em;
}
.links .menu-list a,
.links .menu-list button,
.filters a,
.filters button {
  margin: 0;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.links .menu-list a:hover, .links .menu-list a.active,
.links .menu-list button:hover,
.links .menu-list button.active,
.filters a:hover,
.filters a.active,
.filters button:hover,
.filters button.active {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
.links .menu-list a.lang,
.filters a.lang {
  margin: 0;
}
.links .menu-list .lang + .lang,
.filters .lang + .lang {
  margin-left: 5px;
}
.links .menu-list .lang-menu,
.filters .lang-menu {
  display: flex;
}

[x-cloak] {
  display: none !important;
}

.right-menu {
  position: relative;
}
.right-menu .links {
  display: block;
  padding-bottom: 0;
}

.active-category-tag {
  margin-left: 1.66em;
}

.links .menu-list button.snipcart-checkout {
  margin-top: -0.5em;
}
.links .menu-list button.snipcart-checkout:hover {
  text-decoration: none;
}
.links .menu-list button.snipcart-checkout:hover span {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.toggle-secondary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  /* espace entre texte et flèche */
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.chevron-icon {
  transition: transform 0.3s ease;
}

.chevron-icon.open {
  transform: rotate(180deg);
}

.menu .col.show-sm-flex {
  display: none;
}

.right-menu .links {
  position: absolute;
}

.home-template #filters-button {
  display: none;
}

#menu-page-shop {
  display: none;
}

#menu-page-link {
  display: inline-block;
}

.home-template header.in-shop #menu-page-shop {
  display: inline-block;
}
.home-template header.in-shop #menu-page-link {
  display: none;
}
.home-template header.in-shop #filters-button {
  display: block;
}

.menu .col.show-sm {
  display: none;
}

.product-tags .tag-link {
  margin-left: 1.66em;
}

.fade-in {
  transition: opacity 0.3s ease;
}

.fade-in-start {
  opacity: 0;
}

.fade-in-end {
  opacity: 1;
}

/* Fade-out 200ms */
.fade-out {
  transition: opacity 0.2s ease;
}

.fade-out-start {
  opacity: 1;
}

.fade-out-end {
  opacity: 0;
}

.filters-links {
  transition-property: opacity !important;
  transform: none;
  will-change: opacity;
}

@media screen and (max-width: 768px) {
  .menu .col.hide-sm {
    display: none;
  }
  .menu .col.show-sm {
    display: block;
  }
  .logo-menu {
    width: 75%;
    text-align: center;
    height: auto;
  }
  .logo-menu svg {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .menu-button {
    font-size: 12px;
  }
  .menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 999;
    padding: 0;
    display: none;
    flex-direction: column;
    justify-content: space-between;
  }
  .menu-mobile-inner {
    display: flex;
    flex-direction: column;
    padding: 15px;
  }
  .menu-mobile .menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    height: calc(100vh - 116px);
    overflow: auto;
  }
  .menu-mobile a {
    font-size: 1em;
    text-decoration: none;
    letter-spacing: 0.1em;
  }
  .menu .col.show-sm-flex,
  .menu .col.show-sm {
    display: flex;
  }
  header {
    position: fixed;
    width: calc(100% - 30px);
    top: 15px;
    z-index: 900;
    right: 15px;
    left: 15px;
  }
  .header-menu-mobile {
    display: flex;
  }
  .col.logo-menu-mobile {
    height: auto;
  }
  .home-template header {
    top: 15px;
    left: 0;
    z-index: 800;
    right: 0;
    width: 100%;
  }
  .menu-mobile {
    padding: 15px;
  }
  .menu-mobile .close-menu {
    text-transform: uppercase;
    font-size: 12px;
  }
  .menu-mobile .menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 1em;
  }
  .menu-mobile button {
    text-transform: uppercase;
  }
  .menu-mobile ul.menu-list.mt-2 {
    position: static;
  }
  .menu-mobile li {
    margin-bottom: 0.2em;
  }
  .categories-mobile {
    margin-left: 1em;
    margin-top: 0.2em;
  }
  .categories-mobile li {
    margin-bottom: 0.1em;
  }
  .snipcart-items-count {
    font-size: 0.7em;
  }
  .snipcart-btn {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 2px;
  }
  .home-template .col-cart {
    margin-right: 0;
  }
  .col-cart {
    margin-right: 0;
  }
  ul.menu-list.secondary-links {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 30px;
  }
  .lang-switcher {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    line-height: 1em;
    padding-top: 0px;
  }
  .lang-switcher a.active {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
  .lang-switcher.col.col-3 {
    height: 2.5em;
  }
  .main-links li {
    font-size: 6.5vw;
    margin-bottom: 5px;
  }
  .main-links li .categories-mobile li {
    font-size: 18px;
  }
  .logo-menu {
    height: auto;
    line-height: 0;
  }
  .logo-menu svg {
    overflow: visible;
  }
  .menu .col {
    height: 27px;
    padding-bottom: 7px;
    padding-top: 7px;
  }
  .rotated-left {
    height: 16px;
  }
  ul.menu-list.secondary-links {
    height: 2.5em;
    display: flex;
    align-items: center;
  }
  .close-menu svg {
    width: 20px;
    height: 20px;
  }
  .logo-menu-mobile svg {
    overflow: visible;
  }
  ul.menu-list.secondary-links li a, ul.menu-list.secondary-links li button {
    font-size: 12px;
  }
}
.logo-footer {
  padding: 23px;
  margin-top: 0px;
}
.logo-footer svg {
  width: 100%;
  height: auto;
}

.logo-footer-mobile {
  padding: 15px;
}
.logo-footer-mobile svg {
  width: 100%;
  height: auto;
}

footer .row > div {
  padding: 23px;
  padding-top: 0;
  padding-bottom: 10px;
}

footer h3,
footer li a,
footer .intro-newsletter,
footer button.snipcart-btn {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
}
footer ul,
footer .intro-newsletter {
  margin-top: 0;
}
footer li {
  line-height: 1.05em;
}
footer a:hover {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
footer .logo-footer {
  padding-bottom: 10px;
}
footer .snipcart-btn.snipcart-checkout {
  cursor: pointer;
}
footer .snipcart-btn.snipcart-checkout:hover {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.footer-menu.two-col {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 1.2em;
       column-gap: 1.2em;
}

@media screen and (max-width: 1440px) {
  footer li {
    line-height: 1.05em;
    padding: 4px 0;
  }
}
@media screen and (max-width: 768px) {
  footer .row > div {
    padding: 15px;
  }
  .footer-menu.two-col {
    -moz-column-count: 1;
         column-count: 1;
  }
  footer li {
    line-height: 1.05em;
    padding: 2px 0;
  }
}
#snipcart {
  /* ----------------- 
      Colors
  ----------------- */
  --color-default: $color;
  --color-alt: hsl(0, 0%, 50%);
  --color-icon: hsl(200, 90%, 40%);
  --color-success: hsl(144, 50%, 55%);
  --color-error: hsl(6, 55%, 60%);
  --color-link:black;
  --color-link-hover: rgb(42, 42, 42);
  --color-link-active: var(--color-link);
  --color-link-focus: var(--color-link);
  --color-input: var(--color-default);
  --color-input-hover: var(--color-input);
  --color-input-focus: var(--color-input);
  --color-input-checked: var(--color-input);
  --color-input-disabled: var(--color-alt);
  --color-input-error: var(--color-error);
  --color-inputLabel: var(--color-default);
  --color-inputLabel-hover: var(--color-inputLabel);
  --color-inputLabel-focus: var(--color-inputLabel);
  --color-inputIcon: var(--color-alt);
  --color-inputIcon-hover: var(--color-default);
  --color-inputIcon-focus: var(--color-inputIcon);
  --color-inputIcon-checked: var(--color-default);
  --color-inputIcon-error: var(--color-error);
  --color-inputPlaceholder: var(--color-alt);
  --color-buttonPrimary: var(--color-default);
  --color-buttonPrimary-hover: hsl(0, 0%, 100%);
  --color-buttonPrimary-active: var(--color-buttonPrimary);
  --color-buttonPrimary-focus: var(--color-buttonPrimary);
  --color-buttonPrimary-disabled: var(--color-alt);
  --color-buttonPrimary-success: var(--color-buttonPrimary);
  --color-buttonPrimary-error: var(--color-buttonPrimary);
  --color-buttonSecondary: var(--color-icon);
  --color-buttonSecondary-hover: hsl(200, 90%, 50%);
  --color-buttonSecondary-active: var(--color-buttonSecondary);
  --color-buttonSecondary-focus: var(--color-buttonSecondary);
  --color-buttonSecondary-disabled: hsl(210, 10%, 25%);
  --color-buttonSecondary-success: var(--color-success);
  --color-buttonSecondary-error: var(--color-error);
  --color-buttonDanger: var(--color-error);
  --color-buttonDanger-hover: hsl(6, 55%, 70%);
  --color-buttonDanger-active: var(--color-buttonDanger);
  --color-buttonDanger-focus: var(--color-buttonDanger);
  --color-buttonDanger-disabled: hsl(210, 10%, 25%);
  --color-buttonDanger-success: var(--color-default);
  --color-buttonDanger-error: var(--color-default);
  --color-badge: var(--color-link);
  --color-badge-active: var(--color-link);
  --color-badge-disabled: var(--color-alt);
  /* ----------------- 
      Border colors
  ----------------- */
  --borderColor-default: #d2c9c6;
  --borderColor-error: hsl(6, 55%, 30%);
  --borderColor-link: currentColor;
  --borderColor-link-hover: currentColor;
  --borderColor-link-active: currentColor;
  --borderColor-link-focus: currentColor;
  --borderColor-input: #d2c9c6;
  --borderColor-input-hover:#492316;
  --borderColor-input-focus: var(--borderColor-input-hover);
  --borderColor-input-checked: var(--borderColor-input-hover);
  --borderColor-input-disabled: hsl(210, 10%, 20%);
  --borderColor-input-error: var(--borderColor-error);
  --borderColor-buttonPrimary: transparent;
  --borderColor-buttonPrimary-hover: transparent;
  --borderColor-buttonPrimary-focus: transparent;
  --borderColor-buttonPrimary-disabled: transparent;
  --borderColor-buttonPrimary-success: transparent;
  --borderColor-buttonPrimary-error: transparent;
  --borderColor-buttonSecondary: transparent;
  --borderColor-buttonSecondary-hover: transparent;
  --borderColor-buttonSecondary-focus: transparent;
  --borderColor-buttonSecondary-disabled: transparent;
  --borderColor-buttonSecondary-success: transparent;
  --borderColor-buttonSecondary-error: transparent;
  --borderColor-badge: transparent;
  --borderColor-badge-active: transparent;
  --borderColor-badge-disabled: transparent;
  /* ----------------- 
      Background colors
  ----------------- */
  --bgColor-default:white;
  --bgColor-alt:white;
  --bgColor-success: hsl(144, 70%, 15%);
  --bgColor-error: hsl(6, 50%, 15%);
  --bgColor-info: hsl(210, 55%, 15%);
  --bgColor-modal: white;
  --bgColor-modalVeil:white;
  --bgColor-link: none;
  --bgColor-link-hover: none;
  --bgColor-link-active: none;
  --bgColor-link-focus: hsl(210, 55%, 10%);
  --bgColor-input:white;
  --bgColor-input-hover: var(--bgColor-input);
  --bgColor-input-focus: var(--bgColor-input);
  --bgColor-input-checked: var(--borderColor-input-hover);
  --bgColor-input-disabled: hsl(210, 10%, 14%);
  --bgColor-input-error: var(--bgColor-input);
  --bgColor-input-autofill: hsl(210, 60%, 15%);
  --bgColor-buttonPrimary: hsl(220, 70%, 22%);
  --bgColor-buttonPrimary-hover: hsl(220, 70%, 30%);
  --bgColor-buttonPrimary-active: var(--bgColor-buttonPrimary);
  --bgColor-buttonPrimary-focus: var(--bgColor-buttonPrimary);
  --bgColor-buttonPrimary-disabled: hsl(210, 10%, 25%);
  --bgColor-buttonPrimary-success: hsl(144, 66%, 30%);
  --bgColor-buttonPrimary-error: hsl(6, 60%, 35%);
  --bgColor-buttonSecondary: var(--bgColor-info);
  --bgColor-buttonSecondary-hover: hsl(210, 60%, 18%);
  --bgColor-buttonSecondary-active: var(--bgColor-buttonSecondary);
  --bgColor-buttonSecondary-focus: var(--bgColor-buttonSecondary);
  --bgColor-buttonSecondary-disabled: hsl(210, 10%, 9%);
  --bgColor-buttonSecondary-success: var(--bgColor-success);
  --bgColor-buttonSecondary-error: var(--bgColor-error);
  --bgColor-buttonDanger: var(--bgColor-error);
  --bgColor-buttonDanger-hover: hsl(6, 50%, 18%);
  --bgColor-buttonDanger-active: var(--bgColor-buttonDanger);
  --bgColor-buttonDanger-focus: var(--bgColor-buttonDanger);
  --bgColor-buttonDanger-disabled: hsl(210, 10%, 9%);
  --bgColor-buttonDanger-success: hsl(144, 66%, 30%);
  --bgColor-buttonDanger-error: hsl(6, 60%, 35%);
  --bgColor-badge: hsl(210, 55%, 10%);
  --bgColor-badge-active: hsl(210, 60%, 15%);
  --bgColor-badge-disabled: hsl(210, 10%, 11%);
  /* ----------------- 
      Shadows
  ----------------- */
  --shadow-default: 0px 20px 24px -20px hsla(0, 0%, 0%, .5);
  --shadow-tooltip: 0px 8px 16px hsla(220, 70%, 22%, .5);
  --shadow-link-focus: 0px 6px 4px -3px hsla(200, 90%, 40%, .5);
  --shadow-input-hover: none;
  --shadow-input-focus: 0px 5px 10px -3px hsla(200, 90%, 40%, .3);
  --shadow-input-checked: none;
  --shadow-buttonPrimary-hover: 0px 10px 4px -8px hsla(0, 0%, 0%, .5);
  --shadow-buttonPrimary-active: none;
  --shadow-buttonPrimary-focus: 0px 0px 6px 2px hsl(200, 90%, 40%);
  --shadow-buttonSecondary-hover: 0px 10px 4px -8px hsla(0, 0%, 0%, .2);
  --shadow-buttonSecondary-active: none;
  --shadow-buttonSecondary-focus: 0px 0px 6px 2px hsla(200, 90%, 40%, .8);
  --shadow-buttonDanger-hover: 0px 10px 4px -8px hsla(0, 0%, 0%, .25);
  --shadow-buttonDanger-active: none;
  --shadow-buttonDanger-focus: 0px 0px 6px 2px hsla(6, 55%, 60%);
}

main.home-template {
  margin-top: 0;
}

.home-template header {
  position: fixed;
  top: 15px;
  left: 0;
  z-index: 800;
}

body .scroll-indicator {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.border.border-hor.bottom {
  transition: height 0.3s ease;
}

.home-template.with-scroll-indicator .border.border-hor.bottom {
  height: 45px;
  transition: height 0.3s ease;
}
.home-template.with-scroll-indicator .scroll-indicator {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 15000;
  visibility: visible;
  cursor: pointer;
  height: 45px;
}
.home-template.with-scroll-indicator .scroll-indicator svg {
  fill: white;
  width: 16px;
}

.catchphrase {
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: absolute;
  left: 0;
  width: 50%;
  text-align: center;
  top: 0;
  color: white;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  padding: 25px;
}
.catchphrase.brown {
  color: #492316;
}

.white-text picture img {
  filter: brightness(0.96);
}

.brown-text picture img {
  filter: brightness(1.02);
}

.block-type-module_2cols,
.block-type-module_1col {
  height: calc(100dvh - 30px);
}
.block-type-module_2cols .row,
.block-type-module_2cols a,
.block-type-module_1col .row,
.block-type-module_1col a {
  height: 100%;
}
.block-type-module_2cols .column,
.block-type-module_2cols .module-1col,
.block-type-module_1col .column,
.block-type-module_1col .module-1col {
  flex: 1;
  height: 100%;
  position: relative;
}
.block-type-module_2cols .column picture,
.block-type-module_2cols .module-1col picture,
.block-type-module_1col .column picture,
.block-type-module_1col .module-1col picture {
  height: 100%;
  width: 100%;
}
.block-type-module_2cols .column picture img,
.block-type-module_2cols .module-1col picture img,
.block-type-module_1col .column picture img,
.block-type-module_1col .module-1col picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-type-module_2cols h3,
.block-type-module_1col h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.1em;
  padding: 24px;
}

.block.block-type-text {
  padding: 24px 24px 24px 24px;
}
.block.block-type-text p {
  font-size: 2.4vw;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.shop-categories {
  padding: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.shop-categories .category-item-home {
  font-size: 2.4vw;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1em;
  margin-bottom: 0;
}
.shop-categories .count {
  font-size: 13px;
  letter-spacing: 0;
}
.shop-categories a:hover .cat-name {
  text-decoration: underline;
  text-underline-offset: 0.25em;
  text-decoration-thickness: 1px;
}

.block-intro {
  position: relative;
}

.logo-menu-w {
  position: absolute;
  width: 50%;
  top: 50%;
  right: 0;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  height: auto;
  transform: translateY(-50%);
  cursor: pointer;
}
.logo-menu-w svg {
  width: 50%;
  fill: white;
  height: auto;
  overflow: visible;
}
.logo-menu-w svg .st0 {
  fill: white;
}

.home-template .block.block-type-text {
  transform: translate(0, 0) !important;
  padding-bottom: 24px;
}
.home-template .block.block-type-text .spacer-module {
  height: 0px;
}

.module-link {
  overflow: hidden;
  width: 100%;
  display: block;
}
.module-link picture img {
  transition: transform 0.3s ease-in-out;
}

.module-link:hover picture {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.module-link:hover picture img {
  transform: scale(1.1);
}

.module-1col,
.block-type-module_2cols {
  overflow: hidden;
}

.category-item-home.active span {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

@media screen and (max-width: 768px), (orientation: portrait) and (max-width: 1024px) {
  .block.block-type-text p {
    font-size: 1.3rem;
  }
  .block-type-module_2cols h3,
  .block-type-module_1col h3,
  .block.block-type-text p {
    font-size: 11px;
  }
  main {
    margin-top: 36px;
  }
  .logo-menu-w {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .logo-menu-w svg {
    width: 100%;
    fill: white;
    height: auto;
  }
  .logo-menu-w svg .st0 {
    fill: white;
  }
  .shop-categories .category-item-home {
    font-size: 1.3em;
    margin: 0;
  }
  .menu-mobile .col {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 7px;
    padding-top: 7px;
    height: 27px;
    box-sizing: border-box;
  }
  .logo-menu-w {
    display: none;
  }
  .catchphrase {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 0;
    color: white;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    justify-content: center;
    padding: 15px;
    overflow: visible;
    text-shadow: 0 0 20px #492316;
  }
  .catchphrase.brown {
    color: #492316;
  }
  .white-text picture img {
    filter: brightness(0.89);
  }
  .block-type-module_2cols h3,
  .block-type-module_1col h3 {
    padding: 15px;
  }
  .home-template .menu {
    justify-content: flex-end;
  }
  .home-template .col-cart {
    z-index: 100;
  }
  .home-template .center-menu {
    top: 15px;
    left: 0;
    text-align: center;
    padding: 7px 23px;
    flex-basis: 100%;
    width: 100%;
    height: auto;
    position: fixed;
    display: flex;
    justify-content: center;
    z-index: 10;
  }
  .home-template .center-menu .logo-menu {
    width: 100%;
    height: auto;
    transition: none;
    padding-top: 0;
  }
  .home-template .center-menu .logo-menu svg {
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .home-template .col-cart {
    opacity: 0;
    margin-right: 15px;
  }
  .home-template .col-menu-button {
    position: absolute;
    top: calc(9vw + 10px);
    left: 0;
    z-index: 100;
  }
  .home-template .col-3.col.show-sm.col-arrow-back {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
  }
  .shop-categories {
    gap: 4px 10px;
    padding: 15px 15px;
  }
  .count {
    font-size: 11px;
    letter-spacing: 0;
  }
  .home-template.with-scroll-indicator .border.border-hor.bottom {
    height: 45px;
    transition: height 0.3s ease;
  }
  .home-template.with-scroll-indicator .scroll-indicator {
    position: fixed;
    bottom: 0;
    left: 0;
    transform: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 15000;
    visibility: visible;
    cursor: pointer;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    opacity: 1;
  }
  .home-template.with-scroll-indicator .scroll-indicator svg {
    fill: white;
    width: 16px;
  }
  .home-template .block.block-type-text {
    transform: translate(0, 0) !important;
    padding-bottom: 15px;
    padding: 15px;
    line-height: 1.1em;
  }
  footer h3,
  footer li a,
  footer .intro-newsletter,
  footer button.snipcart-btn {
    font-size: 11px;
  }
}
main.about-template {
  margin-top: 0;
}
main.about-template .swiper-pagination-bullet {
  background: white;
}

.heading h3 {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  width: 100%;
}

.about-gallery {
  height: calc(100dvh - 30px);
  position: sticky;
  top: 15px;
}
.about-gallery .swiper-gallery,
.about-gallery .swiper-slide {
  height: 100%;
  width: 100%;
}
.about-gallery .swiper-slide picture {
  height: 100%;
  width: 100%;
  display: block;
}
.about-gallery .swiper-slide picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.col-layout {
  padding-top: 50px;
}

section + section {
  margin-top: 40px;
}

.blocks-column-text .text p + p {
  margin-top: 1.33em;
}

.columns {
  display: flex;
}
.columns .column {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1;
}

.grid-about p {
  line-height: 1.22em;
}

blockquote {
  text-align: center;
  line-height: 1.22em;
}
blockquote footer {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  display: inline;
}

.swiper-pagination-bullet {
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 50%;
  background: #492316;
  opacity: 1;
  transition: transform 0.3s;
  margin: 5px 0;
}

.swiper-pagination-bullet-active {
  transform: scale(2);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 25px;
  left: unset;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.grid.contact {
  min-height: 400px;
  display: flex;
  align-items: center;
}
.grid.contact h2 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
}
.grid.contact .contact-content {
  text-align: center;
}
.grid.contact .contact-content a:hover {
  color: #492316;
  text-decoration: underline;
}

.legal-content p + p {
  text-indent: 1em;
}

@media screen and (max-width: 768px), (orientation: portrait) and (max-width: 1024px) {
  .about-gallery {
    height: calc(50dvh - 30px);
    position: static;
    top: 15px;
  }
  .about-gallery .swiper-gallery,
  .about-gallery .swiper-slide {
    height: 100%;
    width: 100%;
  }
  .about-gallery .swiper-slide picture {
    height: 100%;
    width: 100%;
    display: block;
  }
  .about-gallery .swiper-slide picture img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .col-layout {
    padding-top: 34px;
  }
  .col-layout .blocks-column-heading {
    margin-bottom: 23px;
  }
  .col-layout .columns {
    flex-direction: column;
    padding-top: 0;
  }
  .blocks-column-text .text p + p {
    margin-top: 1.33em;
  }
  blockquote {
    text-align: center;
  }
  blockquote footer {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
    display: inline;
  }
  section.heading-text .columns .column {
    flex: 1;
    width: 100%;
  }
  .snipcart-item-line__image {
    width: 80px;
  }
  .cart-top {
    margin-top: 43px;
  }
  .root-cart #snipcart {
    padding: 15px;
  }
}
.product-template header {
  position: fixed;
  width: calc(100% - 30px);
}

.product-title-svg {
  position: fixed;
  width: 70%;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

.grid {
  display: flex;
  justify-content: center;
  height: auto;
  width: 100%;
}

.col-text {
  height: calc(100dvh - 92px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 50px;
  box-sizing: border-box;
}
.col-text h2 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  width: 100%;
  font-size: 12px;
  margin-bottom: 1.2em;
}

.scroll-images {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.scroll-images picture,
.scroll-images img {
  line-height: 0;
  line-height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.scroll-images picture img {
  width: 100%;
  height: auto;
}

.scroll-images picture.first-image {
  height: calc(100dvh - 30px);
  width: 100%;
  display: block;
}
.scroll-images picture.first-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.buttons {
  display: flex;
  justify-content: center;
  padding: 15px;
  box-sizing: border-box;
  font-size: 1em;
  text-transform: uppercase;
}
.buttons button {
  position: relative;
  font-size: 1em;
  text-transform: uppercase;
  padding: 0.2em 10px;
  margin-left: 25px;
  letter-spacing: 0.1em;
  cursor: pointer;
  background: transparent;
  border: none;
  overflow: hidden;
  color: inherit;
  transition: color 0.3s ease;
}
.buttons button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #492316;
  transition: height 0.3s ease;
  z-index: -1;
}
.buttons button:hover::after {
  height: 100%;
}
.buttons button:hover {
  color: white;
}

.product-price {
  display: flex;
  align-items: center;
}

.product-page h1 {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  width: 100%;
}

.product-description,
.article-description {
  padding: 8px 23px 15px 23px;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.22em;
  letter-spacing: 0;
  text-align: center;
  text-align: left;
}
.product-description p + p,
.article-description p + p {
  text-indent: 1em;
}

.detail-content p + p {
  text-indent: 1em;
}

.product-details {
  padding: 15px 23px;
}
.product-details p,
.product-details h2 {
  font-size: 12px;
}

div + h2 {
  margin-top: 1.2em;
}

.row.scroll-text {
  height: calc(100dvh - 92px);
}

.row .col-text {
  height: 100%;
  padding-top: 0;
}

.product-info {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

.snipcart-cart__footer-buttons .snipcart-button-link,
.snipcart-cart__footer-buttons .snipcart-button-primary {
  margin-top: 16px;
  display: inline-block;
  width: auto;
  padding: 0.2em 15px;
  position: relative;
  font-size: 1em;
  background: transparent;
  border: none;
  overflow: hidden;
  color: inherit;
  transition: color 0.3s ease;
  border-radius: 0;
}
.snipcart-cart__footer-buttons .snipcart-button-link .snipcart-base-button__label,
.snipcart-cart__footer-buttons .snipcart-button-primary .snipcart-base-button__label {
  padding: 0;
  margin: 0;
}
.snipcart-cart__footer-buttons .snipcart-button-link .snipcart-base-button__icon,
.snipcart-cart__footer-buttons .snipcart-button-primary .snipcart-base-button__icon {
  display: none;
}
.snipcart-cart__footer-buttons .snipcart-button-link span,
.snipcart-cart__footer-buttons .snipcart-button-primary span {
  display: inline-block;
}
.snipcart-cart__footer-buttons .snipcart-button-link:after,
.snipcart-cart__footer-buttons .snipcart-button-primary:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #492316;
  transition: height 0.3s ease;
  z-index: 0;
}
.snipcart-cart__footer-buttons .snipcart-button-link:hover:after,
.snipcart-cart__footer-buttons .snipcart-button-primary:hover:after {
  height: 100%;
}
.snipcart-cart__footer-buttons .snipcart-button-link:hover .snipcart-base-button__label,
.snipcart-cart__footer-buttons .snipcart-button-primary:hover .snipcart-base-button__label {
  color: white;
  z-index: 10;
}

.button-holder button {
  padding: 0;
}

main.article-collab-template,
main.product-template {
  margin-top: 0;
}

.scroll-text {
  position: sticky;
  top: 64px;
  overflow: auto;
}

.image-pagination {
  position: sticky;
  right: 45px;
  top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  gap: 10px;
  width: 0;
}

.image-pagination .dot {
  width: 3px;
  height: 3px;
  background: #492316;
  border-radius: 50%;
  transition: transform 0.3s;
  cursor: pointer;
}

.image-pagination .dot.active {
  transform: scale(2);
}

.suggestions {
  position: relative;
}

.detail-item + .detail-item {
  margin-top: 1em;
}

.buttons button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.buttons button:disabled:hover {
  color: inherit;
}
.buttons button:disabled:hover:after {
  height: 1px;
}

@media screen and (min-width: 1920px) {
  .scroll-text {
    position: sticky;
    top: 75px;
    overflow: auto;
  }
}
@media screen and (min-width: 1440px) {
  .detail-content.accordion-content {
    height: auto;
    overflow: hidden;
  }
  .detail-title.accordion-header {
    display: flex;
    border-bottom: none;
    padding: unset;
    cursor: default;
  }
}
@media screen and (max-width: 1440px) {
  .detail-title.accordion-header {
    cursor: pointer;
    padding: 0px;
    border-bottom: none;
    margin-bottom: 0;
  }
  .product-info {
    height: auto;
  }
  .detail-item + .detail-item {
    margin-top: 10px;
  }
  .detail-content {
    text-align: left;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .row .col-text {
    min-height: 50vh;
    height: auto;
  }
  .row.scroll-text {
    justify-content: flex-end;
    flex-direction: column;
  }
  .suggestions .products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;
    gap: 0;
  }
  .suggestions .products-grid .product:last-of-type {
    display: none;
  }
  .product-details p:first-of-type {
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) and (max-width: 1024px) {
  .grid {
    display: flex;
    justify-content: center;
    height: auto;
    width: 100%;
    flex-direction: column;
  }
  .row.scroll-text {
    height: auto;
  }
  .scroll-text {
    position: static;
    top: 0;
  }
  .gallery-mobile {
    margin-bottom: 10px;
    height: calc(100dvh - 6em - 30px);
  }
  .gallery-mobile .swiper,
  .gallery-mobile .swiper-wrapper {
    height: 100%;
    width: 100%;
  }
  .gallery-mobile picture {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
  }
  .gallery-mobile picture img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .gallery-mobile .swiper-slide:first-of-type picture img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery-mobile .swiper-slide {
    height: 100%;
    width: 100%;
  }
  .buttons {
    padding: 15px 0;
  }
  .product-description,
  .article-description {
    padding: 8px 15px 15px 15px;
  }
  .product-details {
    padding: 15px 15px;
  }
  .product-title-svg {
    position: fixed;
    width: 90%;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
  }
  .product-details p:first-of-type {
    margin-top: 1em;
  }
  .suggestions-title {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0.5em;
    color: #492316;
    position: static;
    z-index: 10;
    margin-top: 2.4em;
  }
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  grid-auto-flow: dense;
}
.products-grid .product.big,
.products-grid .edito-content {
  grid-column: span 2;
  grid-row: span 2;
}

.container-scroll {
  min-height: 100dvh;
}

.product {
  grid-row: span 1;
}

.product-group {
  display: grid;
  grid-column: span 2;
  grid-row: span 2;
  grid-template-columns: repeat(2, 1fr);
}

.edito-content {
  position: relative;
}
.edito-content picture {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/5;
  display: block;
}
.edito-content picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.edito-content .edito-text {
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
}

.product-images {
  line-height: 0;
}

.product a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.product .product-cover-wrapper {
  position: relative;
}

.product-images {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.product-cover,
.product-cover-hover {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 4/5;
  display: inline-block;
  line-height: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: opacity 0.3s ease;
}
.product-cover img,
.product-cover-hover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.product-cover {
  position: relative;
}

.product h2 {
  letter-spacing: 0.1em;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  padding: 0 23px;
}

.edito-text {
  letter-spacing: 0.1em;
  font-size: 12px;
  text-transform: uppercase;
}

.product-cover-hover {
  opacity: 0;
}

.product-item:hover .product-cover-hover {
  opacity: 1;
}

.product-item:hover .product-cover {
  opacity: 0;
}

.product-images.reverse .product-cover {
  opacity: 0;
}

.product-images.reverse .product-cover-hover {
  opacity: 1;
}

.product-item:hover .product-images.reverse .product-cover {
  opacity: 1;
}

.product-item:hover .product-images.reverse .product-cover-hover {
  opacity: 0;
}

.info {
  width: 100%;
}

.badges {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-transform: uppercase;
  padding: 15px;
}
.badges .badge {
  letter-spacing: 0.1em;
  font-size: 12px;
  padding: 2px 10px;
  background-color: #492316;
  color: white;
  border-radius: 12px;
}

.product {
  height: auto;
  position: relative;
}

.category-item.active {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

@media screen and (max-width: 768px), (orientation: portrait) and (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product.big {
    grid-column: span 2;
    grid-row: span 1;
  }
  .product {
    grid-row: span 1;
  }
  .products-grid .product.big:nth-of-type(2n) {
    grid-column: span 2;
  }
  .products-grid .product.big:nth-of-type(2n+1) {
    grid-column: span 2;
  }
  .badges {
    padding: 5px;
    bottom: 0px;
    left: 0;
  }
  .badges .badge {
    font-size: 8px;
    padding: 2px 7px;
    left: 3px;
  }
  .product h2 {
    font-size: 11px;
    padding-left: 12px;
    line-height: 1.1em;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .info {
    position: absolute;
    left: 0;
    bottom: 2px;
  }
}
main.legal-template {
  margin-top: 80px;
}
main.legal-template h2,
main.legal-template h3 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
main.legal-template h2 {
  text-align: center;
}

.section-legal {
  padding-right: 16px;
  width: 100%;
  margin-bottom: 50px;
  scroll-margin-top: 10vh;
}

.section-legal-title {
  padding-top: 15px;
}

.legal-content {
  padding: 19px 15px;
  font-size: 12px;
  line-height: 1.22em;
  letter-spacing: 0;
}

.section-legal .accordion-item:first-of-type .accordion-header {
  border-top: 1px solid #a4918a;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #a4918a;
  padding: 15px;
  padding-right: 0;
  cursor: pointer;
}

.accordion-content {
  height: 0;
  overflow: hidden;
}

.section-legal {
  justify-content: flex-end;
}

.toggle-btn {
  width: 16px;
  height: 16px;
  position: relative;
  cursor: pointer;
}

.toggle-btn::before,
.toggle-btn::after {
  content: "";
  position: absolute;
  background-color: #a4918a;
  transition: transform 0.3s ease;
}

.toggle-btn::before {
  width: 12px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toggle-btn::after {
  width: 1px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.accordion-item.open .toggle-btn::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.accordion-item.open .toggle-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.accordion-content.expanded {
  height: 0;
  overflow: hidden;
}

.detail-title {
  display: flex;
  justify-content: center;
}
.detail-title .toggle-btn {
  margin-left: 10px;
}

@media screen and (max-width: 768px), (orientation: portrait) and (max-width: 1024px) {
  main.legal-template h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .row.section-legal {
    padding-left: 16px;
  }
  .legal-content {
    padding: 10px 0;
    font-size: 12px;
    line-height: 1.22em;
    letter-spacing: 0;
  }
}
.articles-list {
  padding-bottom: 4em;
}

.article-item {
  width: 83.33%;
  margin-left: auto;
  margin-right: auto;
}
.article-item a {
  display: block;
  position: relative;
}

.article-title {
  font-size: 2.4vw;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  width: 100%;
}
.article-title h2 {
  line-height: 1.2em;
}

.article-cover {
  height: calc(100dvh - 92px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.article-cover picture {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.article-cover picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.article-page .col-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-wrapper {
  margin-top: 12px;
  margin-bottom: 20px;
}

.article-title-wrapper,
.article-image-wrapper {
  display: block;
  position: relative;
  transform: translate(0px, 0) !important;
}

.article-title h2,
.article-image {
  display: block;
}

.article-page .col-text {
  padding-top: 0;
}

.title-collab h1 {
  font-size: 1em;
  text-align: center;
  padding-left: 23px;
  padding-right: 23px;
  letter-spacing: 0.1em;
}

.big-article-title {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 6.5vw;
  align-items: center;
  text-align: center;
  padding: 40px;
  color: black;
}

.spacer-art {
  height: 20px;
  width: 100%;
  display: block;
}

.container-list {
  position: relative;
}

@media screen and (min-width: 2000px) {
  .article-title {
    font-size: 3.2em;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) and (max-width: 1024px) {
  .article-title {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    width: 100%;
  }
  .image-pagination {
    display: none;
  }
  .article-page .col-text.scroll-text {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .article-cover {
    height: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .article-page .col-text.scroll-text {
    padding-top: 13px;
    padding-bottom: 23px;
    height: auto;
  }
  .content-collab {
    padding-top: 13px;
  }
}
.show-md {
  display: none;
}

.hide-md {
  display: block;
}

.hide-md-flex {
  display: flex;
}

.show-md-flex {
  display: none;
}

.show-sm {
  display: none;
}

.hide-sm {
  display: block;
}

.hide-sm-flex {
  display: flex;
}

.show-sm-flex {
  display: none;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .show-md {
    display: block;
  }
  .show-md-flex {
    display: flex;
  }
  .hide-md, .hide-md-flex {
    display: none;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) and (max-width: 1024px) {
  .show-sm {
    display: block;
  }
  .hide-sm {
    display: none;
  }
  .show-sm-flex {
    display: flex;
  }
  .hide-sm-flex {
    display: none;
  }
}/*# sourceMappingURL=index.css.map */