/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
::before,
::after {
  --tw-content: "";
}

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

* {
  box-sizing: border-box;
}

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-size: 1em; /* 4 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
  border: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

button,
[role=button] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

img,
video {
  /* disable max-width solves bug img-export/propagation > nested-img-bigger */
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

* {
  text-underline-offset: 0.134em;
}

/* fonts definitions */
@font-face {
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/gabarito-variable-font-wght.ttf);
}
@font-face {
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/gabarito-variable-font-wght.ttf);
}
@font-face {
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/gabarito-variable-font-wght.ttf);
}
@font-face {
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/gabarito-variable-font-wght.ttf);
}
:root {
  /* responsive margins / paddings */
  --margin-sm: 16px;
  --margin-md: 32px;
  --max-width:1900px;
}

* {
  --min-screen-size: 430;
  --max-screen-size: 1440;
  --interpolate-diff: calc(var(--max-font-size) - var(--min-font-size));
  --interpolate: clamp(calc(var(--min-font-size) * 1px), calc((var(--min-font-size) * 1px) + var(--interpolate-diff) * ((100vw - calc(var(--min-screen-size) * 1px)) / (var(--max-screen-size) - var(--min-screen-size)))), calc(var(--max-font-size) * 1px));
}

html {
  height: 100%;
  font-size: 16px;
}

body {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  color: #022866;
  font-family: "Gabarito";
  line-height: normal;
  letter-spacing: 0px;
  background-color: #fff4d6;
  overflow: auto;
}

/* text utility classes */
a > object {
  pointer-events: none;
}

.title1 {
  --min-font-size: 37;
  --max-font-size: 52;
  font-size: var(--interpolate);
  font-family: "Gabarito";
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0px;
}

.subtitle1 {
  --min-font-size: 20;
  --max-font-size: 24;
  font-size: var(--interpolate);
  font-weight: 400;
}

.title2 {
  --min-font-size: 37;
  --max-font-size: 52;
  font-size: var(--interpolate);
  font-family: "Gabarito";
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0px;
}

.text1 {
  --min-font-size: 16;
  --max-font-size: 18;
  font-size: var(--interpolate);
  font-family: "Gabarito";
  font-weight: 600;
  letter-spacing: 0px;
}

.title3 {
  --min-font-size: 27;
  --max-font-size: 48;
  font-size: var(--interpolate);
  line-height: 1;
}

.subtitle2 {
  --min-font-size: 17;
  --max-font-size: 24;
  font-size: var(--interpolate);
  font-weight: 400;
  line-height: 1;
}

.text2 {
  --min-font-size: 17;
  --max-font-size: 18;
  font-size: var(--interpolate);
  font-weight: 400;
  line-height: 1.111;
}

.link {
  color: #022866;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.link2 {
  text-decoration: underline;
}

.link-no-underline {
  color: #022866;
  text-underline-offset: 3px;
}
.link-no-underline:hover {
  text-decoration: underline;
}

/* section utility classes */
.section {
  display: flex;
  flex-direction: column;
  background-position: top left;
  background-size: auto auto;
  background-repeat: no-repeat;
  padding: 0 84px 24px 84px;
}
@media (max-width: 1060px) {
  .section {
    padding: 0 24px;
  }
}

/* ui objects utility classes */
.card1 {
  border-radius: 50%;
}

.btn-orange {
  width: 51px;
  height: 51px;
  background-color: #fdba00;
  padding: 14px;
  border-radius: 50%;
}

.card-white1 {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 16px 12px;
}

.card2 {
  width: 246px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #e5decb;
  border-radius: 16px;
}

.card-form {
  width: calc(100% - 32px);
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 47px;
  border: 1px solid #e5decb;
  border-radius: 16px;
}
@media (max-width: 691px) {
  .card-form {
    padding: 30px 12px;
  }
}

.card3 {
  background-color: #022866;
  padding: 6px 11px;
  border-radius: 40px;
}

.card-white3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  padding: 16px;
}

.card-brown {
  background-color: #ffe6a2;
  border-radius: 10px;
  padding: 10px 11px 9px 10px;
}

.input {
  width: 100px;
  border-radius: 4.8px;
}

.circle1 {
  padding: 0 6px;
  border-radius: 50%;
}

/* button hover utility classes */
.hover-bright:hover {
  filter: brightness(1.1);
}

.hover-bright2:hover {
  filter: brightness(1.23);
}

.hover-dark:hover {
  filter: brightness(0.85);
}

.hover-zoom:hover {
  scale: 1.05;
}

.card-cart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  flex-shrink: 0;
  font-size: 18px;
  background-color: #f4f4f4;
  padding: 22px 22px 21px 22px;
  border-radius: 8px;
}
.card-cart-row-img {
  display: flex;
  gap: 16px;
  align-items: center;
}
.card-cart-row-img-text {
  font-weight: 600;
}
.card-cart .card-cart-subtitle {
  margin-top: 1px;
}
.card-cart .card-cart-col {
  margin-top: 1px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 600;
}
.card-cart .card-cart-line {
  margin-top: 0;
  width: unset;
  border-top: 1px solid #8e8e8e;
}
.card-cart .card-cart-row-total2 {
  font-weight: 600;
}
.card-cart .card-cart-row-total2 .card-cart-row-text1 {
  color: unset;
}
.card-cart .btn1 {
  margin-top: 1px;
  justify-content: center;
  font-size: unset;
  line-height: unset;
  text-align: center;
}

/* footer-a */
.footer-a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  --min-font-size: 16;
  --max-font-size: 18;
  font-size: var(--interpolate);
  font-weight: 500;
  background-color: #0194af;
  padding-top: 100px;
}
@media (max-width: 1060px) {
  .footer-a {
    padding-top: 140px;
  }
}
.footer-a .footer-sable1 {
  margin: 0 auto;
  width: 100%;
  height: 107px;
  flex-shrink: 0;
}
.footer-a .footer-col1 {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  background-color: #FCB901;
}
.footer-a .footer-col1 .footer-col2 {
  gap: 24px;
  text-align: left;
  background-image: linear-gradient(90deg, #ea9e1a 0%, #fcb901 100%);
  align-items: center;
}
@media (max-width: 1060px) {
  .footer-a .footer-col1 .footer-col2 {
    padding-top: 24px;
  }
}
.footer-a .footer-col1 .footer-col2 .footer-row-bottom1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max-width);
  width: 100%;
}
@media (max-width: 1060px) {
  .footer-a .footer-col1 .footer-col2 .footer-row-bottom1 {
    flex-direction: column;
    gap: 20px;
  }
}
.footer-a .footer-col1 .footer-col2 .footer-row-bottom1 .footer-row-right1 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-a .footer-col1 .footer-col2 .footer-row-bottom1 .footer-row-right1 .footer-instagram1 {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.footer-a .footer-col1 .footer-col2 .footer-row-bottom1 .footer-row-right1 .footer-graphic1 {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.footer-a .footer-illustration-tree {
  position: absolute;
  top: -459px;
  right: 0;
  width: 397px;
}
.footer-a .footer-head {
  position: absolute;
  top: -69px;
  right: 6%;
  width: 273px;
}
.footer-a .footer-bottle1 {
  position: absolute;
  top: -207px;
  left: 1%;
  width: 236px;
}
@media (max-width: 1060px) {
  .footer-a .footer-illustration-tree {
    display: none;
  }
  .footer-a .footer-head {
    transform: scale(0.73);
    top: -5px;
    right: -26px;
  }
  .footer-a .footer-bottle1 {
    transform: scale(0.73);
    top: -107px;
    left: -30px;
  }
}
.footer-a .row-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 23px;
  border-bottom: 1px solid #022866;
  max-width: var(--max-width);
  width: 100%;
}
@media (max-width: 1060px) {
  .footer-a .row-main {
    display: none;
  }
}
.footer-a .row-main .row-logo {
  width: 104px;
  flex-shrink: 0;
}
.footer-a .row-main .footer-items-top {
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
  padding: 8px 24px;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.footer-a .row-main .row-row-right1 {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer-a .row-main-mobile {
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1060px) {
  .footer-a .row-main-mobile {
    display: none;
  }
}
@media (max-width: 1060px) {
  .footer-a .row-main-mobile {
    display: flex;
  }
}
.footer-a .row-main-mobile .footer-items-top {
  flex-direction: column;
  gap: 12px;
}
.footer-a .row-main-mobile .row-logo {
  width: 152px;
}

.header-link:hover {
  text-decoration: underline;
}

.row-icon {
  width: 46px;
  flex-shrink: 0;
}

.icon-sm {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.l-abus-d-alcool {
  text-align: center;
  background: linear-gradient(90deg, #ea9e1b 0%, #fcb902 100%) top left/auto auto no-repeat;
  padding: 24px 84px;
}

/* header-sm */
.header-sm {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: normal;
  text-align: left;
  background-color: #fdba00;
  padding: 12px 84px;
}
.header-sm .header-sm-items {
  display: flex;
  align-items: center;
  gap: 16px;
  --min-font-size: 16;
  --max-font-size: 18;
  font-size: var(--interpolate);
  font-weight: 500;
  padding: 0 27px;
}

.logo {
  width: 105px;
  flex-shrink: 0;
}

/* header-lnk-right */
.header-lnk-right {
  height: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  transform: scale(1.2);
}

.lnk-account-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.title-a {
  --min-font-size: 37;
  --max-font-size: 52;
  font-size: var(--interpolate);
  line-height: 1;
}

/* label-stock */
.label-stock {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #fff;
  padding: 6px;
  border-radius: 40px;
}
.label-stock .label-stock-circle {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  background-color: #db3000;
}
.label-stock .label-stock-text {
  text-transform: uppercase;
}

/* card-product-group-desc */
.card-product-group-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.card-product-group-desc .card-shop-desc {
  align-self: stretch;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.111;
  text-align: left;
}

.card-shop-label-pts {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.231;
  text-align: center;
  background-color: #022866;
  padding: 6px 12px;
  border-radius: 40px;
}

/* quantity-toggle */
.quantity-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-grow: 1;
  background-color: #fff;
  padding: 13px 8px;
  border: 1px solid #022866;
  border-radius: 40px;
}

.quantity-toggle-btn {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.shopping-cart-solid {
  width: 24px;
  height: 24px;
}

.card-shop-img {
  margin: -1px -1px 0 -1px;
  width: 246px;
  max-width: none;
  flex-shrink: 0;
}

/* group-input-a */
.btn-a {
  display: flex;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: center;
  background-color: #fdba00;
  padding: 22px 44px;
  border-radius: 40px;
  --min-font-size: 17;
  --max-font-size: 18;
  font-size: var(--interpolate);
}
.btn-a-error {
  color: #fff;
  background-color: #e73939;
}
.btn-a-success {
  color: #064C11;
  background-color: #8CDF1E;
}
.btn-a-disabled {
  color: #8E8E8E;
  background-color: #F4F4F4;
  pointer-events: none;
}

/* row-c */
.row-c {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.row-c .row-row-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.row-c .row-row-left .row-group-left {
  position: relative;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
.row-c .row-row-right2 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

/* group-input-b */
.group-input-b {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}
.group-input-b .group-input-cta-header1 {
  color: #8e8e8e;
}

/* ariane */
.ariane {
  display: flex;
  align-items: center;
  column-gap: 24px;
  color: #022866;
  --min-font-size: 16;
  --max-font-size: 20;
  font-size: var(--interpolate);
  font-weight: 500;
  text-align: center;
  padding: 0 84px;
  width: calc(100% - 32px);
  row-gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 51px;
}
.ariane .ariane-arrow {
  margin-left: 1px;
  width: 8px;
  height: 12px;
  flex-shrink: 0;
}
@media (max-width: 800px) {
  .ariane {
    column-gap: 16px;
    margin-bottom: 20px;
  }
}

.pagination {
  margin: 0 auto;
  margin-top: 50px;
  width: 90%;
  max-width: 408px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 130px;
}
.pagination .pagination-btn-left {
  rotate: 180deg;
}
.pagination .pagination-btn-left .pagination-btn-graphic {
  rotate: -180deg;
}
.pagination .pagination-btn-right .pagination-btn-graphic {
  rotate: 180deg;
}

/* card-a */
.card-a {
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-shrink: 0;
  background-color: #fff;
  padding: 20px 8px;
  border: 1px solid #022866;
  border-radius: 40px;
}

.card-icon-plus-circle-outline {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* btn-b */
.btn-b {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-grow: 1;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  background-color: #fdba00;
  padding: 21px 11px;
  border-radius: 40px;
}

.btn-icon-shopping-cart-solid {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* row-d */
.row-d {
  display: flex;
  align-items: center;
  gap: 8px;
  --min-font-size: 16;
  --max-font-size: 18;
  font-size: var(--interpolate);
  font-weight: 400;
  line-height: 1.111;
}

.title-b {
  --min-font-size: 37;
  --max-font-size: 52;
  font-size: var(--interpolate);
  font-weight: 500;
  line-height: 1;
  text-align: left;
}

.line-a {
  height: 0;
  flex-shrink: 0;
}

.subtitle-recapitulatif {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
}

/* section-cart-row */
.section-cart-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section-cart-row .section-cart-row-text1 {
  color: #8e8e8e;
  text-align: left;
}
.section-cart-row .section-cart-row-text2 {
  text-align: center;
}

.line-b {
  margin-top: -1px;
  width: 257px;
  height: 0;
  flex-shrink: 0;
  border-top: 1px solid #fff;
}

.btn-c {
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  background-color: #fdba00;
  padding: 22px 44px;
  border-radius: 40px;
}

.casanis {
  --min-font-size: 16;
  --max-font-size: 18;
  font-size: var(--interpolate);
  font-weight: 400;
  line-height: 1.111;
}

/* pagination-btn */
.pagination-btn {
  transform-origin: 50% 50%;
  background-color: #fff;
  padding: 11px 14px;
  border: 1px solid #e5decb;
  border-radius: 8px;
}
.pagination-btn .pagination-btn-graphic {
  transform-origin: 50% 50%;
  width: 7px;
  height: 13px;
}

/* pagination-list */
.pagination-list {
  display: flex;
  align-items: center;
  gap: 4px;
}

.pagination-list-btn {
  width: 37px;
  height: 37px;
  display: flex;
  flex-shrink: 0;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  background-color: #fff;
  padding: 9px 14px;
  border: 1px solid #e5decb;
  border-radius: 8px;
  cursor: pointer;
}
.pagination-list-btn:hover {
  filter: brightness(0.9);
}
.pagination-list-btn.active {
  color: #fafafa;
  font-weight: 600;
  background-color: #022866;
  padding: 10px 15px;
  border-left: unset;
  border-top: unset;
  border-right: unset;
  border-bottom: unset;
}

.text-d {
  flex-grow: 1;
}

/* frame */
.frame {
  background-color: #022866;
  padding: 5px 4px 4px 4px;
  border: 1px solid #022866;
  border-radius: 4px;
}
.frame .frame-graphic {
  width: 13px;
  height: 13px;
}

.btn-svg object {
  pointer-events: none;
}

.bg-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 85px;
  background-color: rgba(48, 22, 13, 0.25);
  z-index: 11;
  display: none;
}

.card-notif-cart {
  position: fixed;
  z-index: 99;
  top: 93px;
  right: 84px;
  width: 363px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #022866;
  font-size: 18px;
  font-weight: 600;
  background-color: #fff;
  padding: 23px;
  border: 1px solid #e5decb;
  border-radius: 16px;
}
.card-notif-cart .card-notif-cart-row-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.111;
  text-align: left;
}
.card-notif-cart .card-notif-cart-row-top .card-notif-cart-row-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.card-notif-cart .card-notif-cart-row-top .card-notif-cart-row-left .card-notif-cart-checkmark {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-color: #8cdf1e;
  padding-top: 7px;
  padding-bottom: 7px;
}
.card-notif-cart .card-notif-cart-row-top .card-notif-cart-row-left .card-notif-cart-checkmark .card-notif-cart-checkmark-graphic {
  width: 7px;
  height: 6px;
}
.card-notif-cart .card-notif-cart-row-top .btn-close-notif {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  text-align: unset;
  background-color: #dcdae2;
  padding: 11px 10px 11px 11px;
  border-radius: 50%;
}
.card-notif-cart .card-notif-cart-row-top .btn-close-notif .btn-close-notif-icon {
  width: 9px;
  height: 9px;
}
.card-notif-cart .card-notif-cart-row {
  display: flex;
  align-items: center;
  gap: 21px;
}
.card-notif-cart .card-notif-cart-row .card-notif-cart-img {
  width: 80px;
  flex-shrink: 0;
}
.card-notif-cart .card-notif-cart-row .card-notif-cart-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-grow: 1;
}
.card-notif-cart .card-notif-cart-row .card-notif-cart-col .card-notif-cart-desc {
  align-self: stretch;
  line-height: 1.111;
  text-align: left;
}
.card-notif-cart .card-notif-cart-row .card-notif-cart-col .card-notif-cart-10-points {
  font-weight: unset;
}
.card-notif-cart .card-notif-cart-col-bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 500;
  line-height: normal;
}
.card-notif-cart .card-notif-cart-col-bottom .btn-d {
  display: flex;
  justify-content: center;
  font-style: normal;
  letter-spacing: 0px;
  text-align: center;
  padding: 0 43px;
  border-radius: 40px;
}
.card-notif-cart .card-notif-cart-col-bottom .btn-goto-cart {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #022866;
}
.card-notif-cart .card-notif-cart-col-bottom .btn-order {
  background-color: #fdba00;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 1060px) {
  .card-notif-cart {
    bottom: 32px;
    width: calc(100% - 32px);
    left: 50%;
    translate: -50% 0;
    right: unset;
    top: unset;
  }
}

/** breakpoints (margin / paddings) **/
@media screen and (max-width: 1280px) {
  .header-sm {
    padding-inline: var(--margin-md);
  }
  .header-sm .header-sm-items {
    padding-inline: 0;
  }
  .header-a {
    padding-inline: var(--margin-md);
  }
  .header-a .header-items1 {
    padding-inline: 34px;
  }
  .section-cart {
    padding-inline: var(--margin-sm);
  }
}
@media screen and (max-width: 576px) {
  .header-sm {
    padding-inline: var(--margin-sm);
  }
  .header-a {
    padding-inline: var(--margin-sm);
  }
}
.header-a {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  text-align: left;
  background-color: #fdba00;
  padding: 12px 84px;
}
.header-a .header-items1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 16px;
  flex-grow: 1;
  --min-font-size: 16;
  --max-font-size: 18;
  font-size: var(--interpolate);
  font-weight: 500;
  padding: 0 21px;
}
@media (min-width: 1630px) {
  .header-a .header-items1 {
    column-gap: 32px;
  }
}
@media (min-width: 1730px) {
  .header-a .header-items1 {
    column-gap: 50px;
  }
}
.header-a .header-items1 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.header-a .logo:hover {
  transform: scale(0.9);
}
.header-a .header-right {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 600;
  flex-shrink: 0;
}
.header-a .header-right a > object {
  pointer-events: none;
}
.header-a .header-right a:hover {
  filter: brightness(1.3);
}
.header-a .header-right a:hover p {
  text-decoration: underline;
}
@media (max-width: 1060px) {
  .header-a {
    display: none;
  }
}

.header-mobile {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  background-color: #fdba00;
  padding: 12px 16px;
}
@media (min-width: 1060px) {
  .header-mobile {
    display: none;
  }
}
.header-mobile .header-mobile-col-left {
  margin-top: -1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  cursor: pointer;
}
.header-mobile .header-mobile-col-left > object {
  pointer-events: none;
}
.header-mobile .header-mobile-col-left .header-mobile-col-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.header-mobile .header-mobile-col-left .header-mobile-col-top .header-mobile-line {
  width: 24px;
  height: 0;
  flex-shrink: 0;
  border-top: 2px solid #022866;
}
.header-mobile .header-mobile-btn-close {
  display: none;
}
.header-mobile .header-mobile-logo {
  width: 105px;
  flex-shrink: 0;
}
.header-mobile .header-mobile-col-right {
  height: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.header-mobile .header-mobile-col-right .header-mobile-shopping-cart-solid {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.header-mobile-content {
  background-color: #fdba00;
  padding: 36px 16px;
  position: fixed;
  top: 83px;
  z-index: 9;
  width: 100%;
  height: calc(100% - 83px);
  display: flex;
  flex-direction: column;
  left: -100%;
  transition: left 0.4s;
}
.header-mobile-content .btn-c {
  align-self: start;
  color: #fff;
  font-weight: unset;
  background-color: #022866;
  justify-content: center;
  gap: 10px;
  align-self: unset;
}
.header-mobile-content .header-mobile-content-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  flex-grow: 1;
  justify-content: center;
  font-size: 28px;
}
.header-mobile-content .header-mobile-content-links a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.header-mobile-content .header-mobile-content-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}

.js-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.js-slider-row {
  position: absolute;
  left: 0;
  top: 0;
  transition: left 0.1s ease-out;
}

body {
  background-color: #fdba00;
  overflow-x: hidden;
  /* section-history */
  /* footer-d */
}
body .section-history {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
body .anchor {
  margin-top: -74px;
  padding-top: 74px;
}
body .footer-d {
  position: relative;
  z-index: 7;
  margin-top: -40px;
  height: 433px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  color: #022866;
  --min-font-size: 16;
  --max-font-size: 18;
  font-size: var(--interpolate);
  font-weight: 500;
  line-height: normal;
  background-color: #0194af;
  padding-top: 100px;
}
body .footer-d .footer-sable4 {
  margin: 0 auto;
  width: 90%;
  height: 107px;
  max-width: 1460px;
  flex-shrink: 0;
}
body .footer-d .footer-content {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
body .footer-d .footer-content .footer-col7 {
  gap: 24px;
  text-align: left;
  background-image: linear-gradient(90deg, #ea9e1a 0%, #fcb901 100%);
}
body .footer-d .footer-content .footer-col7 .footer-row-bottom4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .footer-d .footer-img-right {
  position: absolute;
  top: -69px;
  right: 6%;
  width: calc(5% + 197px);
  height: 266px;
}
body .footer-d .footer-img-left {
  position: absolute;
  top: -264px;
  left: 1%;
  width: calc(5% + 197px);
}
body .section-header {
  width: 100%;
  height: 893px;
  background-image: url(../assets/landing/section-header/bg.png);
  background-size: 100% 893px;
  background-position: center 0;
  position: relative;
  overflow: hidden;
}
body .section-header-bottle {
  position: absolute;
  left: 19%;
  top: 311px;
  width: 320px;
}
body .section-header-head {
  position: absolute;
  right: 8%;
  top: 477px;
  width: 285px;
}
body .section-header-logo {
  position: absolute;
  top: 114px;
  left: 50%;
  translate: -50% 0;
  width: 536px;
}
body .section-header-herb {
  position: absolute;
  bottom: 0;
  max-width: unset;
}
body .section-header-herb.left {
  left: 0px;
  bottom: -200px;
  width: 725px;
}
body .section-header-herb.right {
  right: 0px;
  bottom: -200px;
  width: 825px;
}
@media (max-width: 1600px) {
  body .section-header-herb.left {
    left: -200px;
  }
  body .section-header-herb.right {
    right: -200px;
  }
}
@media (max-width: 1150px) {
  body .section-header-herb.left {
    left: -400px;
  }
  body .section-header-herb.right {
    right: -400px;
  }
}
@media (max-width: 700px) {
  body .section-header-herb.left {
    left: -500px;
  }
  body .section-header-herb.right {
    right: -500px;
  }
  body .section-header-herb-herbs {
    transform: scale(0.8);
  }
}
@media (max-width: 1450px) {
  body .section-header-bottle {
    left: 8%;
    top: 360px;
    transform: scale(0.8);
  }
  body .section-header-head {
    right: 3%;
    transform: scale(0.8);
  }
}
@media (max-width: 1400px) {
  body .section-header {
    background-size: 1440px 893px;
  }
}
@media (max-width: 1100px) {
  body .section-header {
    background-size: 1440px 893px;
  }
  body .section-header-logo {
    width: 400px;
  }
}
@media (max-width: 700px) {
  body .section-header-logo {
    width: 350px;
  }
  body .section-header-bottle {
    left: 0%;
    transform: scale(0.6);
  }
  body .section-header-head {
    right: 0%;
    transform: scale(0.6);
  }
}
@media (max-width: 490px) {
  body .section-header-head {
    display: none;
  }
}
body .section-generic {
  color: #022866;
  font-weight: 500;
  text-align: left;
  background-color: #fdba00;
  padding: 194px 193px 262px 193px;
  position: relative;
}
body .section-generic .section-history-text {
  line-height: 1.333;
}
body .section-generic .section-history-btn {
  align-self: start;
  color: #fff;
  font-weight: unset;
  background-color: #022866;
}
body .section-history1 .landing-bottle1 {
  position: absolute;
  bottom: -149px;
  right: 0;
  width: 637px;
  height: 887px;
  background: url(../assets/landing/landing-bottle2.png) center/contain no-repeat;
}
body .section-history1-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 515px;
  position: relative;
  z-index: 1;
}
body .section-saga {
  margin-top: -75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  text-align: center;
  background: url(../assets/landing/section-saga.png) no-repeat;
  padding: 240px 24px 181px 24px;
}
body .section-saga .section-saga-title {
  align-self: stretch;
  color: #fff;
}
body .section-saga .section-saga-col1 {
  display: flex;
  flex-direction: column;
  gap: 42px;
  align-self: stretch;
  color: #fff;
}
body .section-saga .section-saga-col1 .section-saga-col2-wrapper {
  width: 100vw;
  margin-left: -24px;
  height: 94px;
}
@media (min-width: 1285px) {
  body .section-saga .section-saga-col1 .section-saga-col2-wrapper {
    width: unset !important;
  }
  body .section-saga .section-saga-col1 .section-saga-col2-wrapper .section-saga-col2 {
    left: unset !important;
    position: unset !important;
  }
}
body .section-saga .section-saga-col1 .section-saga-col2-wrapper .section-saga-col2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin: 0 14px;
}
body .section-saga .section-saga-col1 .section-saga-col2-wrapper .section-saga-col2 .section-saga-row-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 168px;
  align-self: stretch;
}
body .section-saga .section-saga-col1 .section-saga-col2-wrapper .section-saga-col2 .section-saga-row-top .label-saga-year {
  width: 120px;
  height: 45px;
  flex-shrink: 0;
  padding: 11px 0;
  border: 1px solid #fff;
  border-radius: 40px;
}
body .section-saga .section-saga-col1 .section-saga-col2-wrapper .section-saga-col2 .section-saga-row-top .label-saga-year.active {
  color: #022866;
  background-color: #fdba00;
  border-left: unset;
  border-top: unset;
  border-right: unset;
  border-bottom: unset;
}
body .section-saga .section-saga-col1 .section-saga-col2-wrapper .section-saga-col2 .section-saga-row-bottom {
  display: flex;
  align-items: center;
  gap: 6px;
}
body .section-saga .section-saga-col1 .section-saga-col2-wrapper .section-saga-col2 .section-saga-row-bottom .section-saga-circle1 {
  flex-shrink: 0;
  border: 1px solid #fff;
}
body .section-saga .section-saga-col1 .section-saga-col2-wrapper .section-saga-col2 .section-saga-row-bottom .section-saga-circle2 {
  flex-shrink: 0;
  border: 1px solid #fff;
}
body .section-saga .section-saga-col1 .section-saga-col2-wrapper .section-saga-col2 .section-saga-row-bottom .section-saga-group {
  position: relative;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
body .section-saga .section-saga-col1 .section-saga-col2-wrapper .section-saga-col2 .section-saga-row-bottom .section-saga-group .section-saga-circle-orange {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #fdba00;
  border: 1px solid #fdba00;
}
body .section-saga .section-saga-col1 .section-saga-col2-wrapper .section-saga-col2 .section-saga-row-bottom .section-saga-group .section-saga-circle3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #fdba00;
}
body .section-saga .section-saga-col1 .section-saga-col2-wrapper .section-saga-col2 .section-saga-row-bottom .section-saga-circle4 {
  flex-shrink: 0;
  border: 1px solid #fff;
}
body .section-saga .section-saga-col1 .section-saga-col2-wrapper .section-saga-col2 .section-saga-row-bottom .section-saga-circle5 {
  flex-shrink: 0;
  border: 1px solid #fff;
}
body .section-saga .section-saga-col3 {
  width: 100%;
  max-width: 408px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body .section-saga .section-saga-col3 .section-saga-subtitle {
  color: #fdba00;
  --min-font-size: 17;
  --max-font-size: 24;
  font-size: var(--interpolate);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}
body .section-saga .section-saga-col3 .section-saga-text-casanis-vient {
  color: #fff;
}
body .section-saga .section-saga-btn {
  color: #022866;
}
body .section-recipe {
  position: relative;
  z-index: 6;
  display: flex;
  flex-direction: column;
  gap: 191px;
  font-weight: 500;
  text-align: left;
  padding: 99px 84px 86px 84px;
}
body .section-recipe .section-recipe-row-top {
  margin-left: 1px;
  display: flex;
  align-items: flex-start;
  gap: 128px;
  align-self: center;
  color: #022866;
}
body .section-recipe .section-recipe-row-top .section-history2 {
  margin-top: 41px;
  width: 100%;
  max-width: 513px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
body .section-recipe .section-recipe-row-top .section-history2 .section-history-btn {
  align-self: start;
  color: #fff;
  font-weight: unset;
  background-color: #022866;
}
body .section-recipe .section-recipe-row-top .section-recipe-photo {
  width: 100%;
  max-width: 366px;
  flex-shrink: 0;
  border: 3px solid #b68600;
}
body .section-recipe .section-recipe-row-bottom {
  display: flex;
  align-items: flex-start;
  gap: 79px;
  align-self: end;
  margin-top: -90px;
  padding-top: 90px;
}
body .section-recipe .section-recipe-row-bottom .section-recipe-col {
  width: 100%;
  max-width: 581px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex-shrink: 0;
}
body .section-recipe .section-recipe-row-bottom .section-recipe-col .section-recipe-title {
  align-self: stretch;
  color: #022866;
}
body .section-recipe .section-recipe-row-bottom .section-recipe-col .section-recipe-btn {
  color: #fff;
  font-weight: unset;
  background-color: #022866;
}
body .section-recipe .section-recipe-row-bottom .section-recipe-img-bottle {
  width: 288px;
  flex-shrink: 0;
  transform: scale(0.85);
}
@media (max-width: 530px) {
  body .section-recipe .section-recipe-row-bottom .section-recipe-img-bottle {
    transform: scale(0.8);
    transform-origin: bottom;
  }
}
body .section-recipe .illustration-tree-left {
  position: absolute;
  z-index: 5;
  bottom: -149px;
  left: 0;
  width: 637px;
  height: 887px;
}
body .section-points {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  overflow-x: hidden;
  padding: 105px 192px;
  background-image: url(../assets/landing/section-points-bg.jpg);
  z-index: 0;
  background-size: 100% 106%;
}
@media (max-width: 1500px) {
  body .section-points {
    padding: 127px 17px;
  }
}
body .section-points .section-points-get {
  flex-shrink: 0;
}
body .section-points .section-points-get .section-points-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(98% + 23px);
  height: 1492px;
}
body .section-points .section-points-get .section-points-content {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
body .section-points .section-points-get .section-points-content .section-points-top {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
body .section-points .section-points-get .section-points-content .section-points-top .section-points-top-col-top {
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: #fff;
  font-weight: 500;
}
body .section-points .section-points-get .section-points-content .section-points-top .section-points-top-col-top .section-points-top-text {
  --min-font-size: 16;
  --max-font-size: 18;
  font-size: var(--interpolate);
  line-height: 1.556;
}
body .section-points .section-points-get .section-points-content .section-points-top .section-points-top-row-wrapper {
  margin: 0;
  height: 422px;
  width: 100vw;
  margin-left: -17px;
}
@media (min-width: 900px) {
  body .section-points .section-points-get .section-points-content .section-points-top .section-points-top-row-wrapper {
    width: unset !important;
  }
  body .section-points .section-points-get .section-points-content .section-points-top .section-points-top-row-wrapper .section-points-top-row {
    left: unset !important;
    position: unset !important;
  }
}
body .section-points .section-points-get .section-points-content .section-points-top .section-points-top-row-wrapper .section-points-top-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 71px;
  font-weight: 600;
  line-height: 1;
  margin: 0 34px;
  /* item-bottle */
}
body .section-points .section-points-get .section-points-content .section-points-top .section-points-top-row-wrapper .section-points-top-row .item-bottle {
  width: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
body .section-points .section-points-get .section-points-content .section-points-top .section-points-top-row-wrapper .section-points-top-row .item-bottle .item-bottle-bouteille {
  flex-shrink: 0;
}
body .section-points .section-points-get .section-points-content .section-points-top .section-points-top-row-wrapper .section-points-top-row .item-bottle .item-bottle-quantity {
  align-self: stretch;
  color: #022866;
  --min-font-size: 16;
  --max-font-size: 20;
  font-size: var(--interpolate);
  text-transform: uppercase;
}
body .section-points .section-points-get .section-points-content .section-points-top .section-points-top-row-wrapper .section-points-top-row .item-bottle .item-bottle-pts {
  width: 116px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
body .section-points .section-points-get .section-points-content .section-points-top .section-points-top-row-wrapper .section-points-top-row .item-bottle1 {
  width: 92px;
  align-items: stretch;
}
body .section-points .section-points-get .section-points-content .section-points-top .section-points-top-row-wrapper .section-points-top-row .item-bottle1 .item-bottle-quantity {
  align-self: unset;
}
body .section-points .section-points-get .section-points-content .section-points-top .section-points-top-row-wrapper .section-points-top-row .item-bottle1 .item-bottle-pts {
  margin-left: -12px;
  margin-right: -12px;
  width: unset;
  align-self: center;
}
body .section-points .section-points-get .section-points-content .section-points-top .section-points-top-row-wrapper .section-points-top-row .item-bottle2 .item-bottle-bouteille {
  width: 77px;
}
body .section-points .section-points-get .section-points-content .section-points-top .section-points-top-row-wrapper .section-points-top-row .item-bottle3 .item-bottle-bouteille {
  width: 66px;
}
body .section-points .section-points-get .section-points-content .section-points-top .section-points-top-row-wrapper .section-points-top-row .item-bottle4 .item-bottle-bouteille {
  width: 55px;
}
body .section-points .section-points-get .section-points-content .section-points-top .section-points-top-row-wrapper .section-points-top-row .item-bottle5 .item-bottle-bouteille {
  width: 85px;
}
body .section-points .section-points-get .section-points-content .section-points-bottom {
  display: flex;
  flex-direction: column;
  gap: 48px;
  color: #022866;
  font-weight: 500;
  max-width: 1700px;
  margin: 0 auto;
}
body .section-points .section-points-get .section-points-content .section-points-bottom .section-points-steps-wrapper {
  overflow-x: hidden;
  width: 100vw;
  margin-left: -17px;
}
@media (min-width: 1285px) {
  body .section-points .section-points-get .section-points-content .section-points-bottom .section-points-steps-wrapper {
    width: unset !important;
  }
  body .section-points .section-points-get .section-points-content .section-points-bottom .section-points-steps-wrapper .section-points-steps {
    left: unset !important;
    position: unset !important;
  }
}
body .section-points .section-points-get .section-points-content .section-points-bottom .section-points-steps-wrapper .section-points-line {
  margin-left: 24px;
  margin-right: 35px;
  position: absolute;
  top: 20px;
  z-index: -1;
  flex-shrink: unset;
  border-top: 3px solid #febc04;
  left: 125px;
  right: 110px;
}
@media (max-width: 1774px) {
  body .section-points .section-points-get .section-points-content .section-points-bottom .section-points-steps-wrapper .section-points-line {
    left: 105px;
    right: 90px;
  }
}
@media (max-width: 1100px) {
  body .section-points .section-points-get .section-points-content .section-points-bottom .section-points-steps-wrapper .section-points-line {
    left: 85px;
    right: 70px;
  }
}
@media (max-width: 1028px) {
  body .section-points .section-points-get .section-points-content .section-points-bottom .section-points-steps-wrapper .section-points-line {
    left: 60px;
    right: 0;
    width: 840px;
  }
}
body .section-points .section-points-get .section-points-content .section-points-bottom .section-points-steps-wrapper .section-points-steps {
  margin: 0 1px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  /* step */
}
body .section-points .section-points-get .section-points-content .section-points-bottom .section-points-steps-wrapper .section-points-steps .step {
  width: 100%;
  min-width: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex-grow: 1;
}
body .section-points .section-points-get .section-points-content .section-points-bottom .section-points-steps-wrapper .section-points-steps .step .step-circle {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
  background-color: #febc04;
  padding: 10px;
  border-radius: 50%;
}
body .section-points .section-points-get .section-points-content .section-points-bottom .section-points-steps-wrapper .section-points-steps .step .step-text {
  align-self: stretch;
  --min-font-size: 16;
  --max-font-size: 18;
  font-size: var(--interpolate);
  line-height: 1.111;
}
body .section-points .section-points-get .section-points-content .section-points-bottom .btn-discover {
  align-self: center;
  font-weight: unset;
  background-color: #febc04;
}
body .footer1 .footer-content .footer-col7 .footer-row-bottom4 .footer-icon4 {
  width: 60px;
}
@media (max-width: 1377px) {
  body .section-recipe .section-recipe-row-bottom .section-recipe-img-bottle {
    margin-left: -400px !important;
    margin-top: 100px !important;
  }
}
@media (max-width: 1100px) {
  body .section-history1 {
    padding: 64px 59px 321px 32px;
  }
  body .section-history1 .landing-bottle1 {
    right: 0;
    bottom: -97px;
    width: 339px;
    height: 576px;
    background-size: 100% 100%;
    background: url(../assets/landing/landing-bottle2-mobile.png) center/contain no-repeat no-repeat;
  }
  body .section-recipe {
    gap: 80px;
    padding: 77px 16px 310px 16px;
  }
  body .section-recipe .section-recipe-row-top {
    flex-direction: column;
    align-self: unset !important;
    gap: 34px;
  }
  body .section-recipe .section-recipe-row-top .section-history2 {
    margin-top: 0;
    max-width: unset;
  }
  body .section-recipe .section-recipe-row-top .section-recipe-photo {
    max-width: 500px !important;
  }
  body .section-recipe .section-recipe-row-bottom {
    align-self: unset;
    margin-top: -90px;
    padding-top: 90px;
  }
  body .section-recipe .section-recipe-row-bottom .section-recipe-col {
    max-width: unset;
  }
  body .section-recipe .section-recipe-row-bottom .section-recipe-img-bottle {
    margin-left: -400px !important;
    margin-top: 100px !important;
  }
  body .section-recipe .illustration-tree-left {
    width: 336px;
    height: 467px;
    bottom: -80px;
  }
}
body .footer-illustration-tree {
  display: none;
}

/*# sourceMappingURL=landing.css.map */
