@import url(foundation.min.css);

@import url(jquery.fancybox.css);

@import url(slick.css);

html {
  font-size: 62.5%;

  font-family: "Zen Maru Gothic", serif;

  font-weight: 400;

  font-style: normal;
}

:root {
  --primary-color: #b59871;

  --subscribe-fs: 2.2rem;

  --hero-img-fs: 4.6rem;

  --about-title-fs: 3.6rem;

  --upper-distance: 10rem;

  --moving-text-fs: 2.2rem;

  --date-fs: 3.2rem;

  --countdown-fs: 5.4rem;

  --limited-subscribe: 2.6rem;

  --footer-fs: 2.4rem;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
h1,
h2,
h3,
h4,
h5,
h6,
html,
body,
audio,
canvas,
video,
a,
small,
label,
legend,
button,
input,
textarea,
time,
.top-bar-section ul li > a {
  font-family: "Zen Maru Gothic", serif;
  font-weight: normal;
}

.become-a-partner .medium-9 {
  width: 100% !important;
}

.become-a-partner {
  max-width: 108rem;
  margin: 8rem auto;
  text-align: center;
}

.become-a-partner {
  max-width: 72rem;
  margin: 8rem auto;
  text-align: center;
}

.innerpage-valued-partners .main__image > img {
  filter: brightness(0.8);
}

.become-a-partner h2 {
  font-size: 4rem;
}

.main__image > img {
  width: 100%;
}

.form-moto {
  font-size: 2rem;
  font-weight: bold;
  color: var(--primary-clr);
}

.innerpage-valued-partners .row.content-row,
.innerpage-valued-partners .small-12.columns,
.innerpage-valued-partners .static-page__content ul li ol li,
.innerpage-valued-partners .static-page__content tbody tr td,
.innerpage-valued-partners .static-page__content ul li,
.innerpage-valued-partners .static-page__content p:has(iframe) {
  max-width: 100%;
}

.newsletter-motto-title {
  font-size: 3rem;
  font-weight: bold;
  color: var(--primary-color);
}

.newsletter-motto {
  font-size: 2rem;
  color: var(--primary-color);
  max-width: 32rem;
  margin: auto;
  font-style: italic;
  line-height: 1;
  letter-spacing: 2px;
}

.quantity-wrapper {
  position: absolute;
  display: inline-flex;
  align-items: center;
  width: 100%;
  max-width: 200px;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  opacity: 0;
  transition: all 0.6s;
}

input[type="text"].quantity {
  text-align: center;
  width: 8rem;
  padding: 5px;
  font-size: 4rem;
  color: white;
  outline: none;
  box-shadow: none;
  border-bottom: 0;
}

.quantity-btn {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 3rem;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  height: 5rem;
  width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff50;
  border: 1px solid white;
  color: white;
  padding-bottom: 5px;
}

.quantity-wrapper .minus {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  background-color: #ff7a7a20;
}

.quantity-wrapper .plus {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7aff7d20;
}

.checkboxes :checked + .quantity-wrapper {
  display: flex;
  opacity: 1;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(194, 100, 60, 0.41);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px #b5987175;
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(194, 82, 60, 0.33);
  }
}

.fixed-btn a {
  font-size: var(--footer-fs);
  color: var(--primary-color);
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  border-radius: 3rem;
  position: fixed;
  bottom: 2rem;
  border-radius: 2rem;
  right: 2rem;
  background: white;
  z-index: 10;
  border: 2px solid #b59871;
  animation: pulse 2s infinite;
  padding: 2rem;
}

.whatsapp-fixed-btn {
  position: fixed;
  right: 2%;
  bottom: 4rem;
  z-index: 115;
  animation: pulse 2s infinite;
  border-radius: 50%;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(60, 194, 77, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgb(60, 194, 77, 0.7);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(60, 194, 77, 0.7);
  }
}

.alert-box.warning {
  font-size: 1.6rem;
}

ul {
  list-style-type: none;
}

li {
  display: inline-block;
}

.checkboxes [type="checkbox"] {
  display: none;
}

.checkboxes label {
  border: 5px solid white;
  padding: 0;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
}

.checkboxes label:before {
  content: " ";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10rem;
  height: 10rem;
  text-align: center;
  line-height: 24px;
  transition-duration: 0.4s;
  transform: translate(-50%, -50%);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  font-size: 2.6rem;
}

.checkboxes label {
  margin-top: 0rem;
}

.checkboxes {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  gap: 1rem;
  row-gap: 2rem;
}

.checkboxes > div {
  width: calc(50% - 1rem);
  position: relative;
}

label img {
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  height: 100%;
  width: 100%;
}

.checkboxes :checked + .quantity-wrapper + label {
  border-color: rgb(197 197 197);
}

.checkboxes :checked + .quantity-wrapper + label:before {
  content: "✓";
  background-color: #ffffff50;
  border: 1px solid white;
}

.checkboxes :checked + .quantity-wrapper + label img {
  z-index: -1;
}

.checkboxes label p {
  display: block;
  opacity: 1;
  position: absolute;
  bottom: 0;
  padding-left: 3rem;
  padding-right: 3rem;
  color: white;
  left: 0;
  transition: all 0.6s;
  padding-bottom: 1rem;
  margin-bottom: 0;
  line-height: 1.2;
  height: 40%;
}

.checkboxes label:hover p {
  background: rgb(0 0 0 / 60%);
}

.checkboxes label p {
  display: block;
  background: rgba(0, 0, 0, 0.19);
  padding-top: 1rem;
}

.checkboxes :checked + .quantity-wrapper + label p {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
}

.error > label > small {
  text-transform: none;
}

.button,
button {
  background-color: #257696;
}

.button:hover,
button:hover {
  background-color: #113644;
}

.breadcrumbs > *:before {
  color: #f7f7f7;
}

.top-bar-section li:last-child:not(.has-form) a.events:not(.button) {
  text-decoration: none !important;

  color: #ffffff !important;

  background-color: #333333 !important;
}

.top-bar-section li:last-child:not(.has-form) a:hover.events:not(.button) {
  background-color: #999999 !important;
}

.st_fblike_hcount {
  margin-right: 25px;
}

.st_pinterest_hcount {
  margin-left: 2rem;
}

.contain-to-grid,
.top-bar,
.top-bar-section ul {
  font-size: 1rem;

  color: #666666 !important;

  background-color: transparent !important;
}

.top-bar-section {
  margin-top: 1rem;
}

.top-bar-section .has-dropdown > a:after {
  border-color: #666666 transparent transparent transparent;
}

ul.dropdown {
  background-color: #cccccc !important;
}

.slider,
.slider img {
  width: 100%;
}

.row {
  max-width: 120rem;
}

[data-magellan-expedition="fixed"] {
  width: 120rem;

  max-width: 120rem;

  min-width: 120rem;

  margin: 0 auto;
}

.breadcrumbs {
  border: none;

  background: none;

  -webkit-box-shadow: none;

  box-shadow: none;
}

.mystery-box-image img {
  width: 100%;
}

.medium-6.columns {
  text-align: center;
}

.captcha.medium-3.columns.error {
  margin: auto;
}

.captcha label {
  text-align: center;
}

#messageType,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  border: none;

  border-bottom: 2px solid var(--primary-color);

  letter-spacing: 3px;

  max-width: 100%;

  margin: auto;

  height: 4rem;

  font-size: 2.2rem;

  padding: 1px;

  padding-left: 1rem;

  color: rgba(0, 0, 0, 0.95);

  background-color: transparent;

  -webkit-box-shadow: none;

  box-shadow: none;
}

.textarea-column {
  margin-top: 30px;
}

.textarea-column textarea {
  height: 140px !important;
}

div#contact {
  max-width: 98rem;

  margin: auto;

  border-radius: 10%;
}

.medium-3 {
  width: 100%;
}

.location-address {
  display: flex;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

textarea {
  max-width: 100%;

  z-index: 1;

  position: relative;
}

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
  margin: auto;

  font-size: 16px;

  letter-spacing: 0;
}

.article-module {
  max-width: 465px;

  position: relative;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
}

.article-module .moduledata-title span,
.article-module .moduledata-title h5 {
  font-size: var(--footer-fs);
}

.article-module:hover .moduledata-title {
  opacity: 1;
}

.article-module_group {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  gap: 2rem;

  margin-top: 7rem;
}

label {
  font-size: var(--subscribe-fs);

  letter-spacing: 3px;

  margin-top: 3rem;
}

#contact label {
  font-size: 2rem;

  margin-top: 4.5rem;
}

.breadcrumbs a:not(.current):hover,
.breadcrumbs a:hover i {
  color: #a69c00;
}

.breadcrumbs {
  padding-left: 0px;
}

div.breadcrumb {
  max-width: 99rem;

  margin: 35px auto 15px;

  background: var(--primary-color);

  padding: 0 2rem;

  border-radius: 2rem;
}

.breadcrumbs > *.current,
.breadcrumbs * {
  color: #f7f7f7;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
}

.breadcrumbs a:hover {
  color: #e1e1e1 !important;
}

.breadcrumbs > .current {
  font-weight: bold;
}

.breadcrumbs *,
.breadcrumbs > .current {
  line-height: 28px;

  font-size: 18px;

  text-transform: capitalize;
}

.captcha input {
  margin-top: 8px;
}

body {
  opacity: 1;
}

.site-header {
  position: fixed;

  top: 0;

  left: 0;

  z-index: 100;

  width: 100%;

  padding: 0;

  background-color: #ffffff;
}

.top-bar .toggle-topbar.menu-icon a::after {
  top: -3px;

  left: 5px;
}

.top-bar {
  height: 11rem;

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.top-bar-section {
  margin-top: 0;
}

.top-bar .toggle-topbar.menu-icon {
  top: 27px;

  left: auto;

  right: 0;

  margin-top: 0;

  padding: 0;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 25px;

  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;

  margin-bottom: 4rem;
}

p {
  margin-bottom: 2rem;
}

.homepage main {
  padding-top: 190px;
}

.innerpage main {
  padding-top: 28rem;
}

.row--padding,
.columns,
.column {
  padding-left: 12px;

  padding-right: 12px;
}

.row--lg {
  max-width: 1744px;
}

.form-validation input {
  margin-top: 8px;
}

.static-page__content-newsletter p {
  text-align: center;

  color: var(--primary-color);

  font-size: var(--countdown-fs);

  letter-spacing: 1px;
}

#submitform {
  font-size: var(--subscribe-fs);

  color: var(--primary-color);

  font-weight: 700;

  padding: 0px 3rem;

  outline: 2px solid var(--primary-color);

  border-radius: 3rem;

  background: transparent;

  margin-top: 5rem;

  font-family: "Zen Maru Gothic", serif !important;

  padding-bottom: 5px;
}

.home-active li:first-of-type a {
  font-weight: 800;

  text-decoration: none;
}

ul.title-area #logo {
  display: inline-block;
}

.top-bar .name {
  height: initial;
}

/* Plain header links */

.top-bar-section li:not(.has-form) a:not(.button) {
  font-size: 16px;

  color: #fff;

  background-color: transparent;

  position: relative;

  display: inline-block;
}

/* Links with after element */

.top-bar-section li:not(.has-form) a:not(.button)::after,
li.has-dropdown.not-click:not(:last-of-type)::after {
  position: absolute;

  top: 50%;

  right: 0;

  content: "";

  width: 6px;

  height: 6px;

  border-radius: 50%;

  margin-top: -3px;

  background-color: #fff;
}

.top-bar-section li:not(.has-form) ul.dropdown a:not(.button)::after {
  display: none;
}

/* No Dropdown Arrow */

.top-bar-section .has-dropdown > a {
  padding-right: 15px !important;
}

.top-bar-section .has-dropdown > a:after {
  display: none;
}

.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section .dropdown li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  color: #fff;

  background-color: transparent;
}

.top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
  color: #f58220;

  background-color: #fff;
}

.moving-text-top {
  background-color: var(--primary-color);
}

.moving-text-top .slick-track > div {
  margin: 0 4rem;

  font-weight: 700;

  padding: 6px 0;

  font-size: var(--moving-text-fs);

  color: #f7f7f7;

  padding-bottom: 12px;
}

.inline-list a {
  font-size: var(--subscribe-fs);
  color: var(--primary-color);
  padding: 0;
  color: #333333;
}

.subscribe {
  margin-right: auto;

  position: relative;
}

.overlay2.open {
  display: block;

  background-color: rgb(0 0 0 / 80%);

  width: 100%;

  height: 100vh;

  position: fixed;

  z-index: 102;

  top: 0;

  left: 0;

  -webkit-animation: fadeIn 0.6s forwards;

  animation: fadeIn 0.6s forwards;
}

.overlay2 {
  display: none;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.subscribe a {
  font-size: var(--subscribe-fs);

  color: var(--primary-color);

  font-weight: 700;

  padding: 5px 4rem;

  padding-top: 0;

  outline: 2px solid var(--primary-color);

  border-radius: 3rem;

  -webkit-transition: all 0.8s;

  -o-transition: all 0.8s;

  transition: all 0.8s;
}

.subscribe a:hover {
  color: #f7f7f7;

  background: var(--primary-color);

  outline: 2px solid #f7f7f7;
}

.subscribe-container > div:last-child a:hover {
  outline: 2px solid black;

  background: black;

  color: #f7f7f7;
}

.newsletter-img {
}

.close-form {
  width: 4rem;

  height: 4rem;

  margin-left: auto;

  margin-right: 2.5rem;

  position: relative;

  cursor: pointer;

  top: 1rem;
}

.close-form span:nth-child(1) {
  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);
}

.close-form span:nth-child(2) {
  -webkit-transform: rotate(314deg);

  -ms-transform: rotate(314deg);

  transform: rotate(314deg);
}

.close-form span {
  background-color: var(--primary-color);

  display: block;

  border-radius: 0.3rem;

  height: 0.25rem;

  width: 4rem;

  margin-bottom: -2px;

  position: absolute;

  top: 2rem;
}

.small-4.columns {
  max-width: 30rem;
}

.row.collapse {
  display: flex;
  justify-content: center;
  gap: 2rem;
  max-width: 100%;
}

.newsletter-block #submitform,
.newsletter-block input[type="text"],
.newsletter-block label {
  font-size: 2rem;

  max-width: 32.7rem;

  margin: auto;

  margin-top: 2rem;

  letter-spacing: 0.1rem;
}

.newsletter-block > form > .row {
  margin-top: 1.4rem;
}

.newsletter-block #submitform {
  margin-top: 3rem;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
}

.newsletter-block #submitform:hover {
  color: #f7f7f7;

  background: var(--primary-color);
}

.newsletter-block form {
  height: 100%;

  padding-top: 1rem;
}

.overlay2 .close {
  position: absolute;

  color: #f7f7f7;

  font-size: 5rem;

  font-weight: bold;

  cursor: pointer;

  width: 100%;

  height: 100%;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
}

.newsletter-block .alert-box {
  max-width: -webkit-fit-content;

  max-width: -moz-fit-content;

  max-width: fit-content;

  position: absolute;

  bottom: -2rem;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  left: 50%;
}

.overlay2 .alert-box .close {
  position: absolute;

  color: #f7f7f7;

  font-size: 1.4rem;

  font-weight: bold;

  top: auto;

  opacity: 1;

  cursor: pointer;

  width: 100%;

  height: 100%;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  width: 0%;

  right: 8px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: transparent;

  -webkit-box-shadow: none;

  box-shadow: none;
}

.newsletter-block {
  left: 50%;

  bottom: 50%;

  -webkit-transform: translate(-50%, 50%);

  -ms-transform: translate(-50%, 50%);

  transform: translate(-50%, 50%);

  border: 1rem solid var(--primary-color);

  position: absolute;

  background: #f7f7f7;

  background-color: #fafaf7;

  z-index: 10;

  width: 68rem;

  height: 70rem;

  border-radius: 10%;
  border-radius: 0;
  width: 150rem;
  height: 45rem;
}

body {
  background-color: #fafaf7;
  min-height: 50rem;

  background-attachment: fixed;

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;
}

.site-header {
  background-color: transparent;

  background-color: #fafaf7;

  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;

  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/* ------- HERO ------- */

.hero-img-container {
  position: relative;
}

.hero-img img {
  width: 100%;
}

.hero-txt {
  position: absolute;

  top: 40%;

  left: 50%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  white-space: nowrap;

  align-items: center;

  gap: clamp(1rem, 2.102vw, 4rem);

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  font-size: clamp(2rem, 3.438vw, var(--hero-img-fs));

  font-weight: 700;

  color: #fff;

  line-height: 1.2;

  letter-spacing: 8px;
}

.slick-slider {
  margin-bottom: 0;
}

.mystery-box-container * {
  font-weight: 700;
  color: #000;
}

.quantity-produced span,
.quantity-produced {
  font-size: var(--subscribe-fs);
  text-align: center;
  margin-top: 7.5rem;
  margin-bottom: 4.5rem;
  line-height: 1.2;
  font-weight: 300;
}

.quantity-produced span {
  font-weight: bold;
}

/* ------- ABOUT ------- */

.about-outer-container {
  max-width: clamp(0rem, 89.333vw, 235rem);
  min-height: 45.5rem;
  padding-left: clamp(2rem, 10.417vw, 20rem);
}

.about-title {
  font-size: var(--about-title-fs);

  font-weight: 700;
}

.about-title > a {
  color: #000000;
  font-weight: 700;
}

.about-txt > div {
  margin-bottom: 2rem;
}

.about-txt > div:last-child {
  margin-bottom: 4rem;
}

.static-page__content em {
  font-size: 1.6rem;
}

.subscribers__form .fieldset {
  border: 1px solid var(--primary-color);
  width: fit-content;
  padding: 1rem;
  margin-top: 2rem;
}

.subscribers__form .fieldset input[type="radio"],
.subscribers__form .fieldset label {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}

.about-txt a,
.about-txt p,
.about-txt {
  font-size: var(--subscribe-fs);
  max-width: clamp(1rem, 36.259vw, 90rem);
  line-height: 1.1;
}

.about-txt a {
  color: black;
  text-decoration: underline;
}

.read-more {
  margin-top: 3rem;

  padding-right: 3rem;

  -webkit-box-shadow: 0 1px black;

  box-shadow: 0 1px black;

  width: -webkit-fit-content;

  width: -moz-fit-content;

  width: fit-content;
}

.read-more a {
  font-size: var(--subscribe-fs);

  text-decoration: none;

  color: #000;
}

.about-title {
  width: -webkit-fit-content;

  width: -moz-fit-content;

  width: fit-content;

  padding: 5px 2rem;

  border: 2px solid var(--primary-color);

  position: relative;

  right: 2rem;

  margin-bottom: 5rem;

  position: relative;
}

.captcha.medium-3.columns {
  margin: auto;

  float: inline-end;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: rgb(155, 155, 155);

  letter-spacing: 1px;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: rgba(155, 155, 155, 0.7);

  letter-spacing: 1px;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: rgba(155, 155, 155, 0.7);

  letter-spacing: 1px;
}

textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: rgba(155, 155, 155, 0.7);

  letter-spacing: 1px;
}

textarea::placeholder,
input::placeholder {
  color: rgba(155, 155, 155, 0.7);

  letter-spacing: 1px;
}

.captcha.medium-3.columns input {
  max-width: 15rem;
}

.about-title::before {
  content: "";

  position: absolute;

  width: clamp(0rem, 3.941vw, 7.5rem);

  height: 2rem;

  background-color: transparent;

  border-left: 2px solid var(--primary-color);

  border-top: 2px solid var(--primary-color);

  left: 0;

  top: 65%;

  -webkit-transform: translate(-100%, -50%);

  -ms-transform: translate(-100%, -50%);

  transform: translate(-100%, -50%);
}

.temp-date-container {
  font-size: var(--date-fs);

  text-align: center;

  margin-top: 7.5rem;

  margin-bottom: 4.5rem;

  line-height: 1.2;
}

.about-image img {
  outline: 2rem solid #f7f7f7;
  border-top-right-radius: 31.5rem;
  max-width: clamp(0rem, 34.524vw, 65.7rem);
  max-height: 90rem;
  border-top-left-radius: 31.5rem;
  object-fit: cover;
}

.innerpage-gifts form {
  margin-top: 10rem;
}

.about-image {
  position: absolute;
  right: 0;
  top: -30rem;
  z-index: 1;
}

.about-outer-container {
  position: relative;
  padding-bottom: 25px;
  margin-top: var(--upper-distance);
}

/* cheese container */

.cheese-outer-container {
  background-color: var(--primary-color);
  background-image: url("../img/cheese-outer-container.jpg");
  width: 100%;
  background-repeat: repeat;
  padding: 15rem 0;

  position: relative;
}

.cheese-images {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  margin-left: auto;

  margin-right: clamp(1rem, 2.604vw, 5rem);

  max-width: clamp(0rem, 87.756vw, 167rem);
}

.product-image img {
  width: clamp(1rem, 51.393vw, 978px);

  height: clamp(1rem, 33.316vw, 634px);

  -o-object-fit: cover;

  object-fit: cover;
}

.alert-box.success {
  font-size: 16px;

  max-width: -webkit-fit-content;

  max-width: -moz-fit-content;

  max-width: fit-content;

  margin: auto;
}

/* Countdown container */

.mystery-box-container > div {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  overflow-x: clip;
}

.limited-edition-countdown-container {
  margin: 0 auto;
}

.limited-edition-title {
  text-align: center;
}

.limited-edition-title > div {
  font-size: var(--about-title-fs);

  letter-spacing: 3px;

  padding: 0.3rem 5rem 1rem;

  outline: 2px solid var(--primary-color);

  text-align: center;

  width: -webkit-fit-content;

  width: -moz-fit-content;

  width: fit-content;

  margin: 0 auto;

  position: relative;
}

.limited-edition-title > div::after {
  content: "";

  width: 100vw;

  height: 2px;

  background-color: var(--primary-color);

  position: absolute;

  top: 50%;

  right: 0;

  -webkit-transform: translate(100%, -50%);

  -ms-transform: translate(100%, -50%);

  transform: translate(100%, -50%);
}

.countdown-date-container p {
  font-size: var(--date-fs);

  text-align: center;

  margin-top: 7.5rem;

  margin-bottom: 4.5rem;

  line-height: 1.2;
}

.subscribe-container > div:first-of-type,
.date {
  font-size: var(--date-fs);
}

.subscribe-container a {
  font-size: var(--limited-subscribe);
}

.limited-edition-countdown-container {
  max-width: 65rem;

  padding: 0 1rem;

  margin-top: 8.5rem;
}

.countdown-date * {
  width: -webkit-fit-content;

  width: -moz-fit-content;

  width: fit-content;
}

.countdown-date > div {
  margin: 0 auto;
}

.countdown-date-container .date > p {
  margin: 0;
}

.static-page__content.contact-us a {
  text-decoration: underline;

  color: black;
}

.static-page__content.contact-us {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;
}

.time-countdown {
  outline: 2px solid var(--primary-color);

  padding: 1rem 4rem 2.6rem;

  letter-spacing: 6px;

  font-size: var(--countdown-fs);

  max-width: 40.5rem;

  width: 100%;

  text-align: center;

  position: relative;
}

.time-countdown_words {
  position: absolute;

  font-size: 1.6rem;

  font-weight: 100;

  top: 6.5rem;
}

.countdown-date {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  position: relative;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  gap: 6rem;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
}

.album-breadcrumb .breadcrumbs > a:nth-child(2) {
  display: none;
}

.time-countdown::after {
  content: "";

  height: 6rem;

  width: 2px;

  background-color: var(--primary-color);

  position: absolute;

  bottom: 0;

  left: 50%;

  -webkit-transform: translate(-50%, 100%);

  -ms-transform: translate(-50%, 100%);

  transform: translate(-50%, 100%);
}

.date {
  outline: 2px solid var(--primary-color);

  padding: 0rem 1rem 0.5rem;
}

.subscribe-container {
  margin-top: 7.5rem;

  text-align: center;
}

.subscribe-container > div:last-child {
  margin-top: 3.5rem;
}

.subscribe-container > div:last-child a {
  color: #000;

  padding: 0.8rem 3.5rem 1.4rem;

  outline: 2px solid black;

  display: block;

  width: -webkit-fit-content;

  width: -moz-fit-content;

  width: fit-content;

  border-radius: 25.4px;

  -webkit-transition: all 0.8s;

  -o-transition: all 0.8s;

  transition: all 0.8s;

  margin: 0 auto;
}

.subscribers__form .row {
  padding-top: 5rem;

  max-width: 95rem;

  margin: auto;
}

.subscribers__form .medium-12 {
  padding: 0;
}

.subscriber-title {
  color: var(--primary-color);

  text-align: center;

  font-weight: 800;

  margin-bottom: 1rem;
  margin-top: 3rem;
}

.subscriber-info-container {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  gap: 4rem;

  align-items: center;
}

.subscriber-address-container {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  gap: 2rem;
}

.subscriber-address-wrapper {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  /* gap: 4rem; */
}

.subscriber-address-1 {
  width: 46%;

  padding: 0;
}

.subscriber-address-2 {
  width: 20%;

  padding: 0;

  /* position: relative;































  left: 50px; */
}

.subscriber-address-3 {
  width: 22%;

  padding: 0;

  /* position: relative;































  right: 100px; */
}

.subscriber-location {
  width: 46%;

  padding: 0;
}

.subscriber-selector {
  width: 100%;

  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  gap: 2rem;
}

.edition .edition__single--text > span,
.edition .edition__single--text > a {
  display: none;
}

.countdown__text a {
  color: white;
  text-decoration: underline;
}

.subscriber-info-container label {
  padding-left: 1rem;
}

.subscriber-selector label {
  width: 100%;
}

.subscriber-selector select {
  height: 4rem;

  font-size: 2rem;

  border-color: var(--primary-color);

  color: rgba(0, 0, 0, 0.75);
}

.subscriber-selector select {
  width: 100%;
}

.subscriber-selector select {
  color: rgba(0, 0, 0, 0.5);
}

/* PRODUCT */

.product-outer-container {
  margin-top: 8rem;

  background-image: url("../img/product-bg.png");

  background-repeat: no-repeat;

  background-position: 100% 97%;

  padding-bottom: var(--upper-distance);
}

.product-outer-container > div {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  position: relative;
}

.product-outer-container > div {
  padding-left: clamp(2rem, 10.417vw, 20rem);
}

.product-title.about-title {
  padding: 1rem 2rem;

  margin-bottom: 4rem;
}

.product-title.about-title::before {
  width: 9rem;

  height: 3rem;

  top: 72%;
}

.product-image {
  position: absolute;

  right: 0;

  bottom: 5rem;
}

.product-image img {
  border: 2rem solid #f7f7f7;

  border-right: unset;
}

.product-outer-container .finest-image {
  position: absolute;

  left: 8.2rem;

  top: 7rem;
}

.product-outer-container .read-more {
  padding-right: 5.5rem;

  margin-top: 4rem;
}

/* BLOG */

.blog-outer-container > div {
  max-width: 154rem;

  padding: 0 2rem;

  margin: 0 auto;
}

.blog-title.about-title {
  padding: 1px 2rem 1rem;
}

.blog-title.about-title::before {
  border: unset;

  width: 100vw;

  left: 0;

  height: 2px;

  background-color: var(--primary-color);

  top: 50%;
}

.blog-txt-container {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.blog-txt {
  margin-left: auto;

  font-size: var(--subscribe-fs);

  max-width: 94rem;

  text-align: right;

  direction: ltr;

  line-height: 1.2;

  letter-spacing: 2.4px;

  padding-right: 1rem;
}

/* ------- STATIC PAGE ------- */

.static-page__title {
  text-align: center;

  font-size: 32px;
}

.static-page__content ul,
.static-page__content ul li ol li,
.static-page__content tbody tr td,
.static-page__content ul li,
.static-page__content p {
  line-height: 34px;

  font-size: 23px;

  max-width: 98rem;

  margin: auto;

  letter-spacing: 1px;

  margin-bottom: 15px;
}

.static-page__content ul ol {
  margin-left: 5rem;
}

.static-page__content {
  margin-top: 3rem;

  padding-left: 1rem;

  padding-right: 1rem;
}

.time-countdown_words-days {
  position: absolute;

  top: 6.5rem;

  left: 107px;

  font-size: 1.6rem;

  font-weight: 100;
}

#en .time-countdown_words-days {
  position: absolute;

  left: 115px;
}

.time-countdown_words-seconds {
  position: absolute;

  top: 6.5rem;

  left: 360px;

  font-size: 1.6rem;

  font-weight: 100;
}

.time-countdown_words-minutes {
  position: absolute;

  top: 6.5rem;

  left: 275px;

  font-size: 1.6rem;

  font-weight: 100;
}

.time-countdown_words-hours {
  position: absolute;

  top: 6.5rem;

  left: 195px;

  font-size: 1.6rem;

  font-weight: 100;
}

/* ------- CATEGORY PAGE ------- */

/* ------- FOOTER ------- */

.site-footer {
  background-color: transparent;

  background-image: url("../img/flower-footer-symbol.png");

  margin-top: var(--upper-distance);

  background-repeat: no-repeat;

  background-position: right;

  background-position-y: bottom;

  padding-bottom: var(--upper-distance);
}

.site-footer__copyrights {
  margin-top: 15px;
}

.site-footer__copyrights,
.site-footer__copyrights a {
  font-size: 16px;

  color: #fff;
}

.site-footer__logo {
  text-align: right;
}

.site-footer > div {
  max-width: 154rem;

  padding: 0 1rem;

  margin: 0 auto;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  gap: 5rem;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;
}

.footer-logo-container {
  margin: 0 auto;

  width: -webkit-fit-content;

  width: -moz-fit-content;

  width: fit-content;
}

.footer-menu ul {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 3.5rem;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  max-width: 120rem;

  margin: 0 auto;

  list-style: none;
}

.contact-hours,
.footer-menu ul a {
  font-size: var(--footer-fs);

  font-weight: 700;

  color: var(--primary-color);
}

.contact-hours {
  text-align: center;
}

.footer-contact {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  gap: 3rem;
}

ul.pagination {
  margin: auto;

  width: -webkit-fit-content;

  width: -moz-fit-content;

  width: fit-content;

  margin-top: 5rem;
}

ul.pagination li a {
  font-size: 1.6rem;
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus {
  background: #999;
}

ul.pagination li.current a {
  background: var(--primary-color);

  padding: 0px 1rem;
}

.footer-contact a,
.footer-contact * {
  color: var(--primary-color);

  font-size: var(--footer-fs);
}

.footer-newsletter-and-socailMedia {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
}

.footer-newsletter-and-socailMedia > div {
  -ms-flex-preferred-size: 33.3%;

  flex-basis: 33.3%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
}

.footer-socialMedia ul {
  list-style: none;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 2rem;
}

/* my css */

.finest-image {
  position: absolute;
  z-index: 1;
  left: clamp(0rem, 4.624vw, 8.8rem);
  /* left: 8.8rem; */

  top: 5.5rem;
}

.finest-image.finest-image-about img {
  max-height: 68rem;
  object-fit: contain;
}

.moduledata1 {
  position: relative;

  width: 709px !important;

  margin-right: 3rem;
}

.click-a {
  display: block;

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  pointer-events: auto;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
}

.footer-newsletter {
  position: relative;
}

.footer-newsletter-btn::before {
  content: "";

  position: absolute;

  border: unset;

  width: 100vw;

  left: 0;

  height: 2px;

  background-color: var(--primary-color);

  top: 50%;

  -webkit-transform: translate(-100%, -50%);

  -ms-transform: translate(-100%, -50%);

  transform: translate(-100%, -50%);
}

.moduledata1:hover .click-a {
  background-color: rgba(0, 0, 0, 0.5);

  max-width: 173rem;

  margin-left: auto;
}

.article-module:hover .click-a {
  background-color: rgba(0, 0, 0, 0.5);

  max-width: 173rem;

  margin-left: auto;
}

.moduledata-title {
  z-index: 1;

  position: absolute;

  bottom: 4rem;

  left: 35px;

  pointer-events: none;

  opacity: 0;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;
}

.moduledata1:hover .moduledata-title {
  opacity: 1;
}

.innerpage .moduledata-title {
  left: 4rem;
}

.blog-slider.slick-initialized.slick-slider {
  padding-top: var(--upper-distance);

  max-width: 171rem;

  margin-left: auto;
}

.blog-slider.slick-initialized.slick-slider * {
  object-fit: cover;

  overflow-x: clip;
}

button.slick-prev.slick-arrow {
  top: 0;

  position: absolute;

  right: 245px;

  background-image: url("../img/arrow.png");

  z-index: 1;

  background-repeat: no-repeat;

  background-color: transparent;

  font-size: 0px;

  height: 49px;

  background-size: contain;

  margin: 0;
}

.static-page__content a {
  text-decoration: underline;
  color: black;
}

button.slick-next.slick-arrow {
  top: 0px;

  position: absolute;

  right: 198px;

  background-image: url("../img/arrow.png");

  z-index: 1;

  height: 49px;

  background-size: contain;

  background-repeat: no-repeat;

  background-color: transparent;

  font-size: 0px;

  rotate: 180deg;

  margin: 0;
}

.moduledata-title h5 {
  font-size: var(--subscribe-fs);

  color: #f7f7f7;

  font-weight: bold;

  margin-bottom: 1rem;
}

label {
  text-align: left;

  color: var(--primary-color);
}

.moduledata-title span {
  font-size: var(--subscribe-fs);

  color: #f7f7f7;

  text-decoration: underline;
}

.footer-newsletter-btn {
  padding: 1rem;

  padding-top: 0.7rem;

  outline: 2px solid var(--primary-color);

  border-radius: 3rem;

  max-width: 33rem;

  position: relative;
}

.footer-newsletter-btn a {
  font-size: var(--footer-fs);

  color: var(--primary-color);

  font-weight: 700;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  white-space: nowrap;
}

.footer-newsletter-btn:hover {
  color: #f7f7f7;

  background: var(--primary-color);
}

.footer-newsletter-btn:hover a {
  color: #f7f7f7;
}

.footer-newsletter-and-socailMedia > .footer-newsletter {
  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;
}

.footer-newsletter-and-socailMedia > .imonline-logo-footer {
  -webkit-box-pack: end;

  -ms-flex-pack: end;

  justify-content: end;
}

/* INNER */

.innerpage main {
  padding-top: 16rem;
}

.main__image {
  position: relative;
}

.main__image > img {
  width: 100%;
}

.footer-awards .slick-slide {
  margin: 5rem 8rem;
}

.site-footer > div.footer-awards {
  flex-direction: row;
  max-width: 100%;
  justify-content: center;
  margin-bottom: 10rem;
}

.static-page__title img {
  max-width: 10rem;
}

.static-page__title {
  position: absolute;

  top: 50%;

  left: 50%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  gap: clamp(1rem, 2.102vw, 4rem);

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  font-size: clamp(3rem, 2.365vw, 4.5rem);

  font-weight: 700;

  color: #fff;

  line-height: 1.2;

  letter-spacing: 8px;

  text-shadow: 1px 1px 0px black;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  width: 152rem;
}

.mystery-box-image {
  overflow: hidden;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  height: 94rem;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  width: 1044px;
}

div#macy-container {
  max-width: 95rem;

  margin: auto;

  margin-top: 3rem;

  max-width: 112.4rem;
}

.footer-newsletter {
  margin: 1rem;
}

.row-contact-us {
  max-width: 68rem;

  display: flex;

  flex-direction: column;

  align-items: center;
}

.static-page__content.contact-us > p:nth-child(1) > strong {
  font-size: 4rem;

  text-transform: uppercase;

  letter-spacing: 6px;
}

.static-page__content.contact-us > p:nth-child(1) {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;
}

#contact .medium-6.columns {
  padding: 0;

  max-width: 31rem;
}

.read-more {
  position: relative;

  -webkit-box-shadow: none;

  box-shadow: none;
}

.read-more::after {
  content: "";

  position: absolute;

  bottom: -1px;

  left: 0;

  width: 100%;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  height: 0.1rem;

  background-color: #000;
}

.hero-img {
  position: relative;
}

.hero-img::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  background: rgba(0, 0, 0, 0.4);

  width: 100%;

  height: 100%;
}

.read-more:hover::after {
  -webkit-animation: widthTo100 1s forwards;

  animation: widthTo100 1s forwards;

  width: 0rem;
}

@-webkit-keyframes widthTo100 {
  0% {
    width: 0rem;
  }

  100% {
    width: 100%;
  }
}

@keyframes widthTo100 {
  0% {
    width: 0rem;
  }

  100% {
    width: 100%;
  }
}

.terms-check {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 4rem;
}

.terms-check input[type="checkbox"] {
  margin: 0;
}

.terms-check input[type="checkbox"] + label {
  margin-top: 0;
}

/* STYLE */

#navbar {
  max-width: 174rem;
  margin: auto;
  padding: 7.5rem 1rem;
}

#navbar::after,
#navbar::before {
  display: none;
}

.top-bar .title-area {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.top-bar .top-bar-right {
  position: absolute;
  right: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.top-bar-section {
  height: calc(100vh - 4rem);
  position: fixed;
  left: 0;
  width: 100%;
  background-color: var(--primary-color);
  transition: top 0.4s;
  top: -100%;
  display: flex;
  align-items: center;
}

.top-bar-section.active {
  top: 4rem;
}

.top-bar-section .language-phone {
  display: none;
}

.top-bar-section > div:last-child {
  width: calc(100% - 76rem);
  padding: 0 10rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.top-bar-section > div > ul.center {
  display: flex;
  flex-wrap: wrap;
}

.top-bar-section > div > ul.center > li {
  width: 50%;
}

#navbar > .top-bar-section > div > ul.center > li > a {
  font-size: 2.8rem;
  color: #fff;
  padding: 1rem;
  position: relative;
  transition: 0.3s;
  white-space: nowrap;
}

#navbar > .top-bar-section > div > ul.center > li > a > span {
  position: absolute;
  top: 1.5rem;
  left: -2rem;
  transition: 0.3s;
  opacity: 0;
}

#navbar > .top-bar-section > div > ul.center > li > a > span > svg {
  width: 3.6rem;
  height: 3.6rem;
}

#navbar > .top-bar-section > div > ul.center > li > a:hover {
  padding-left: 3.5rem;
}

#navbar > .top-bar-section > div > ul.center > li > a:hover > span {
  opacity: 1;
  left: -1rem;
}

.top-bar-section > div > ul.center li > a::after {
  display: none;
}

.top-bar-section > div > p {
  margin-top: 5rem;
  padding: 0 1rem;
  color: #fff;
  font-size: 2.4rem;
}

.top-bar-section > div > div {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.top-bar-section > div > div > a img {
  filter: brightness(100);
}

.top-bar-section > div > div > a,
.top-bar-section > div > div {
  color: #fff;
  font-size: 2.4rem;
}

.top-bar-section > div {
  height: 100% !important;
  position: relative;
}

.top-bar-section__image {
  width: 76rem;
  position: relative;
}

.top-bar-section__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.top-bar-section__image > img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.inline-list {
  margin-left: 0;
}

.inline-list > li {
  margin-left: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: fixed;
  left: 10rem;
  top: 10rem;
  z-index: 100;
  cursor: pointer;
}

.menu__btn > div {
  margin-right: 1rem;
}

.menu__btn.active > div {
  margin-top: 1.5rem;
}

.menu__btn > div > span {
  width: 3.8rem;
  height: 0.4rem;
  background-color: #b59871;
  margin-bottom: 0.6rem;
  transition: transform 0.4s;
  display: block;
  border-radius: 1rem;
}

.menu__btn > div > span:last-child {
  margin-bottom: 0;
}

.menu__btn > span {
  font-weight: 700;
  font-size: 2.6rem;
  color: #b59871;
}

.menu__btn.active > span {
  color: #fff;
}

.menu__btn.active > div > span {
  background-color: #fff;
  transform: rotate(-45deg);
}

.menu__btn.active > div > span:nth-child(3) {
  transform: rotate(45deg);
  bottom: 0.9rem;
  position: relative;
}

.menu__btn.active > div > span:nth-child(1) {
  display: none;
}

/* SLIDESHOW */
.slideshow {
  position: relative;
}

.slideshow img {
}

.sliderCaption {
  position: absolute;

  top: 40%;

  left: 50%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  white-space: nowrap;

  align-items: center;

  gap: clamp(1rem, 2.102vw, 4rem);

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  font-size: clamp(2rem, 2.102vw, var(--hero-img-fs));

  font-weight: 700;

  color: #fff;

  line-height: 1.2;

  letter-spacing: 8px;
}

.reviews {
  margin-top: 10rem;
  padding-bottom: 7rem;
}

.reviews__header > h2 {
  font-size: 4.6rem;
  color: #000;
  text-align: center;
  font-weight: 700;
}

.reviews__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7rem;
}

.reviews__list > img {
  opacity: 0.9;
}

.reviews__list--slider {
  max-width: 80rem;
  padding: 0 1rem;
}

.review.slick-slide {
  padding: 8rem;
  border-radius: 3rem;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.review p {
  max-width: 47rem;
  margin: auto;
  margin-top: 3rem;
  text-align: center;
  margin-bottom: 3rem;
}

.review p a,
.review > a {
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.4;
}

.review > a {
  font-weight: 700;
}

.reviews__list--slider .slick-dots {
  margin-left: 0;
  bottom: -5rem;
  margin-left: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  margin-bottom: 0;
  position: absolute;
  gap: 1rem;
}

.reviews__list--slider .slick-dots button {
  margin-bottom: 0;
  font-size: 0;
  padding: 0.3rem 1.5rem;
  background-color: var(--primary-color);
  opacity: 0.6;
  border-radius: 3rem;
}

.reviews__list--slider .slick-dots .slick-active button {
  opacity: 1;
}

.footer-copyrights {
  text-align: center;
  font-size: 2.4rem;
  color: var(--primary-color);
  font-weight: 700;
}

.site-header {
  background-color: #fafaf7;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background-image: url(https://www.foulifinest.gr/assets/img/flower-footer-symbol.png);
  background-position-x: center;
  background-position-y: 0%;
}

.menu-icon svg path {
  fill: #b59871;
}

.menu-icon svg {
  width: 10rem;
  height: auto;
}

.countdown {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.7);

  height: 100vh;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.countdown.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

.countdown__block {
  display: flex;
  max-width: 120rem;
  margin: auto;
  background-color: var(--primary-color);
  min-height: 37rem;
  position: relative;
}

.countdown__block > span {
  position: absolute;
  right: 3rem;
  height: 2.8rem;
  width: 2.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 3rem;
  cursor: pointer;
  z-index: 102;
}

.countdown__block > span::after,
.countdown__block > span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.countdown__block > span::after {
  transform: rotate(-45deg);
}

.countdown__block > span::before {
  transform: rotate(45deg);
}

.countdown__image {
  width: 60%;
  height: 100%;
}

.countdown__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 37rem;
}

.countdown__text {
  width: 40%;
  padding: 5rem;
  position: relative;
}

.countdown__text::after {
  content: "";
  position: absolute;
  bottom: 5rem;
  right: 50%;
  transform: translateX(50%);
  filter: brightness(100);
  background-image: url(../img/logo.png);
  width: 145px;
  height: 130px;
  background-repeat: no-repeat;
}

.countdown__text > h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 3.2rem;
}

.countdown__text > p {
  font-size: 2.1rem;
  color: #fff;
}

#countdown-timer {
  display: flex;
  gap: 1rem;
  padding: 2.5rem 1rem;
  font-size: 4.8rem;
  font-weight: 700;
  color: #fff;
  justify-content: center;
  background: #775f40;
  border-radius: 3rem;
  margin-top: 3rem;
}

#countdown-timer > div {
  font-size: 4.8rem;
  text-align: center;
}

#countdown-timer > div > span {
  font-size: 1.4rem;
  display: block;
  margin-top: 1rem;
}

.category__row {
  max-width: 154rem;
  padding: 0 1rem;
}

div.breadcrumb {
  max-width: 100%;
}

.category__articles {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 5rem;
}

.category__articles::after,
.category__articles::before {
  display: none;
}

.category__articles > .article-module > a > img {
  border-radius: 3rem;
}

.category__articles > .article-module > h3 {
  padding: 1rem;
}

.category__articles > .article-module > h3 > a {
  font-size: 2.4rem;
  color: var(--primary-color);
  font-weight: 700;
}

.edition {
  margin: 7rem auto;
  position: relative;
}

.blog-outer-container {
  margin-top: 10rem;
}

.article-module {
  margin-bottom: 10rem;
  position: relative;
}

.edition__single--image,
.article-module > a {
  display: block;
}

.edition__single--image > img,
.article-module > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.edition__single--text,
.article-module > div {
  position: absolute;
  left: 15rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 5rem;
  max-width: 64rem;
  border-radius: 5rem;
  border: 4px solid var(--primary-color);
}

.article-module:nth-child(even) > div {
  left: unset;
  right: 15rem;
}

.edition__single--text > span,
.article-module > div > span {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 2rem;
}

.edition__single--text > h4,
.article-module > div > h4 {
  margin-bottom: 2rem;
}

.edition__single--text > h4 > a,
.article-module > div > h4 > a {
  font-size: 2.4rem;
  font-weight: 700;
  color: #131313;
}

.edition__single--text > p,
.article-module > div > p {
  font-size: 1.8rem;
  max-width: 64rem;
}

.edition__single--text > a,
.article-module > div > a {
  font-size: 1.8rem;
  color: #fff;
  background-color: var(--primary-color);
  padding: 1rem 3rem;
  line-height: 1;
  display: block;
  width: max-content;
}

.category__articles {
  display: block;
}

.article-module {
  max-width: 100%;
  width: 100%;
}

.article-module > a {
  width: 100%;
  display: block;
}

.article-module > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1570px) {
  :root {
    --about-title-fs: 3rem;

    --subscribe-fs: 2.2rem;
  }

  .site-footer > div.footer-awards {
    max-width: 54rem;
  }

  .newsletter-block {
    width: 120rem;
  }

  #navbar > .top-bar-section > div > ul.center > li > a {
    white-space: normal;
  }

  .menu__btn {
    left: 1rem;
  }

  .reviews__list {
    gap: 0rem;
  }

  .top-bar-section > div:last-child {
    width: calc(100% - 76rem);
    padding: 0 2rem;
  }

  #countdown-timer,
  #countdown-timer > div {
    font-size: 3.8rem;
  }

  .about-outer-container {
    min-height: 0;
  }

  .hero-txt {
    white-space: initial;
  }

  .finest-image {
    display: none;
  }

  .blog-outer-container > div {
    padding: 0rem;
  }

  .blog-slider.slick-initialized.slick-slider {
    padding-top: 5rem;

    padding-left: 1rem;
  }

  .about-image img {
    outline: 2rem solid #f7f7f7;

    border-top-right-radius: 31.5rem;

    border-top-left-radius: 31.5rem;

    max-height: 980px;
  }

  button.slick-next.slick-arrow,
  button.slick-prev.slick-arrow {
    height: 3rem;

    top: 5px;
  }

  .about-outer-container {
    margin-top: 20rem;
  }

  .blog-title.about-title {
    margin-bottom: 2rem;
  }

  .about-outer-container,
  .blog-outer-container,
  .product-outer-container > div {
    padding-left: 5rem;
  }

  .product-image {
    position: unset;
  }

  .product-title.about-title {
    padding: 5px 1rem;

    margin-bottom: 3rem;
  }

  .product-txt.about-txt > div:nth-child(2),
  .about-txt > div:first-of-type {
    margin-bottom: 2rem;
  }

  .static-page__title,
  .hero-txt {
    letter-spacing: 3px;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    text-align: left;

    width: 130rem;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
  }

  .mystery-box-image {
    width: 80rem;

    height: 76rem;
  }

  .about-image {
    top: -460 px;
  }

  .static-page__title img,
  .hero-txt > div:nth-child(1) {
    max-width: 10rem;
  }

  .about-image {
    right: 0rem;
  }

  .countdown__text {
    width: 40%;
    padding: 1rem;
  }

  .read-more {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 1380px) {
  :root {
    --subscribe-fs: 1.8rem;
    --upper-distance: 5rem;
  }

  .review.slick-slide {
    padding: 2rem;
  }

  .newsletter-block {
    width: 102rem;
  }

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

  .edition {
    margin: 2rem auto;
  }

  .countdown__text::after {
    background-size: contain;
    width: 100px;
    height: 90px;
  }

  .reviews__list > img {
    max-width: 10rem;
  }

  .reviews__list--slider {
    max-width: 50rem;
  }

  #navbar > .top-bar-section > div > ul.center > li > a {
    font-size: 2.4rem;
  }

  #countdown-timer,
  #countdown-timer > div {
    font-size: 2.8rem;
  }

  .countdown__text > p {
    font-size: 1.8rem;
  }

  .countdown.active {
    padding: 1rem;
  }

  .countdown__text {
    width: 40%;
    padding: 2rem;
  }

  .about-txt a,
  .about-txt p,
  .about-txt {
    max-width: 100%;
  }

  .product-title.about-title::before,
  .about-title::before {
    width: 15.5rem;
  }

  .finest-image {
    display: none;
  }

  .about-txt {
    max-width: 100vw;
  }

  .cheese-outer-container {
    margin-top: 2.5rem;
  }

  .finest-image {
    position: absolute;

    z-index: 1;

    left: 3rem;

    bottom: 14.5rem;
  }

  .finest-image.finest-image-about img {
    width: 2.2rem;

    height: auto;
  }

  .static-page__content ul li ol li,
  .static-page__content tbody tr td,
  .static-page__content li,
  .static-page__content p {
    font-size: 22px;
  }

  .article-module_group {
    margin-top: 5rem;
  }

  .static-page__content {
    margin-top: 2rem;
  }

  .about-image {
    top: -30rem;
  }

  .about-outer-container {
    margin-top: 10rem;
  }

  .about-image img {
    max-height: 41rem;
    max-width: 40rem;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .product-outer-container .finest-image {
    left: 4.2rem;

    bottom: -7rem;
  }

  .static-page__title,
  .hero-txt {
    letter-spacing: 3px;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    text-align: left;

    width: 70rem;
  }

  .top-bar-section__image {
    width: 50rem;
  }

  .slideshow img {
    min-height: 44rem;
    object-fit: cover;
  }

  .cheese-outer-container {
    padding: 8rem 0;
  }

  .imonline-logo-footer img {
    max-width: 13rem;
  }

  .top-bar-section > div:last-child {
    width: 70%;
    padding: 0 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .edition__modal--content {
    width: 75%;
  }

  .countdown__text > h3 {
    font-size: 2.4rem;
  }

  .countdown__text::after {
    width: 75px;
    height: 65px;
  }

  .countdown__text > p {
    font-size: 1.7rem;
    line-height: 1.3;
  }

  #countdown-timer {
    margin-top: 1rem;
    font-size: 2.4rem;
    padding: 1.5rem 1rem;
  }

  .editions__buttons {
    flex-direction: column;
  }

  .countdown__text::after {
    bottom: 2rem;
  }

  .countdown__image {
    width: 50%;
  }

  .countdown__text {
    width: 50%;
  }

  .edition {
    margin-top: 5rem;
  }

  .edition__single--text,
  .article-module > div {
    position: relative;
    left: unset;
    width: 100%;
    padding: 0;
    top: unset;
    transform: unset;
    border: none;
    padding: 3rem 1.5rem;
    background: transparent;
  }

  #navbar > .top-bar-section > div > ul.center > li > a > span {
    display: none;
  }

  .edition__single--text > h4 > a,
  .article-module > div > h4 > a {
    font-size: 2.1rem;
  }

  .edition__single--text > p,
  .article-module > div > p,
  .edition__single--text > a,
  .article-module > div > a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 740px) {
  :root {
    --upper-distance: 2rem;
    --limited-subscribe: 1.8rem;
    --footer-fs: 1.8rem;
    --date-fs: 1.8rem;
    --countdown-fs: 2.3rem;
    --subscribe-fs: 1.6rem;
    --about-title-fs: 2rem;
    --moving-text-fs: 1.3rem;
  }

  .menu-icon svg {
    width: 7rem;
    height: auto;
  }

  .newsletter-block #submitform,
  .newsletter-block input[type="text"],
  .newsletter-block label,
  .newsletter-block #submitform,
  .newsletter-block input[type="text"],
  .newsletter-block label,
  .small-4.columns {
    width: 100%;
    max-width: 100%;
  }

  .newsletter-img {
    display: none;
  }

  .row.collapse {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .newsletter-block #submitform,
  .newsletter-block input[type="text"],
  .newsletter-block label {
    margin-top: 0rem;
  }

  .newsletter-block > form > .row {
    margin-top: 0;
  }

  .close-form span {
    width: 2rem;
  }

  .newsletter-motto {
    font-size: 1.6rem;
    line-height: 0.9;
  }

  .newsletter-motto-title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }

  .newsletter-motto {
    font-size: 1.6rem;
  }

  .top-bar-section .language-phone {
    display: block;
  }

  .top-bar-section {
    height: calc(100vh - 3rem);
  }

  .top-bar-section .inline-list li a::after {
    display: none;
  }

  a.whatsapp-fixed-btn img {
    width: 4rem;
    height: 4rem;
  }

  a.whatsapp-fixed-btn {
    right: 1rem;
    bottom: 1rem;
  }

  .countdown__text::after {
    display: none;
  }

  .countdown__image > img {
    min-height: 0;
    max-height: 46rem;
  }

  .quantity-btn {
    font-size: 2rem;
    height: 3rem;
    width: 3rem;
  }

  .quantity-wrapper {
    max-width: 14rem;
  }

  input[type="text"].quantity {
    font-size: 2rem;
  }

  .checkboxes label:before {
    width: 4rem;
    height: 4rem;
  }

  label {
    letter-spacing: 1px;
  }

  .checkboxes label {
    margin: 0;
  }

  input[type="checkbox"] + label,
  input[type="radio"] + label {
    margin: 0;
  }

  .checkboxes > div {
    width: 100%;
  }

  .checkboxes {
    max-width: 30rem;
  }

  .checkboxes label p {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.6rem;
    letter-spacing: 0;
    height: 10rem;
  }

  .static-page__title img,
  .hero-txt > div:nth-child(1) {
    max-width: 5rem;
  }

  .cheese-outer-container {
    padding: 5rem 0;
  }

  .about-outer-container {
    max-width: 100%;
  }

  .top-bar-section > div:last-child {
    justify-content: flex-start;
  }

  .top-bar-section.active {
    top: 3rem;
  }

  .sliderCaption {
    top: 50%;
    letter-spacing: 3px;
    font-size: 2rem;
  }

  .static-page__title,
  .hero-txt {
    width: 100%;
    padding: 0 1rem;
    letter-spacing: 3px;
    text-align: center;
    font-size: 2rem;
  }

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

  .article-module:nth-child(even) > div {
    right: auto;
  }

  .static-page__title {
    flex-direction: column;
    align-items: center;
  }

  .article-module {
    margin-bottom: 5rem;
  }

  .innerpage main {
    padding-top: 11rem;
  }

  .homepage main {
    padding-top: 12.2rem;
  }

  #navbar > .top-bar-section > div > ul.center > li > a > span > svg {
    width: 1.4rem;
    height: 1.4rem;
  }

  .top-bar-section > div > p {
    margin-top: 1rem;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }

  .top-bar-section > div > div > a,
  .top-bar-section > div > div {
    font-size: 1.8rem;
  }

  .reviews,
  .blog-outer-container {
    margin-top: 2rem;
  }

  .top-bar-section > div > ul.center > li {
    width: 100%;
  }

  #countdown-timer,
  #countdown-timer > div {
    font-size: 2rem;
    margin-top: 0;
  }

  .top-bar-section > div:last-child {
    width: 100%;
    padding-top: 9rem;
    align-items: center;
  }

  #navbar > .top-bar-section > div > ul.center > li > a {
    font-size: 2rem;
    padding: 0rem;
  }

  #navbar {
    padding: 0rem 1rem;
  }

  .top-bar .title-area {
    right: auto;
    transform: none;
    left: 1rem;
  }

  .menu__btn {
    left: auto;
    right: 1rem;
    top: 6.5rem;
  }

  .top-bar {
    height: 9rem;
  }

  .top-bar .top-bar-right {
    display: none;
  }

  .top-bar-section > div {
    display: none;
  }

  .edition__single--text > h4,
  .article-module > div > h4 {
    margin-bottom: 1rem;
  }

  .imonline-logo-footer img {
    max-width: 10rem;
  }

  .footer-logo-container img {
    max-width: 12rem;
  }

  .blog-outer-container,
  .blog-slider {
    max-width: 100%;
    width: 100%;
  }

  .edition__single--text {
    max-width: 100%;
    width: calc(100% - 2rem);
    left: 1rem;
  }

  .blog-txt {
    letter-spacing: 1px;
    padding-right: 0;
  }

  .moduledata1 {
    width: auto !important;
    margin: 0;
  }

  .blog-slider.slick-initialized.slick-slider h5 {
    max-width: 30rem;
  }

  .edition__single--text > span,
  .article-module > div > span {
    font-size: 1.8rem;
    display: block;
    margin-bottom: 1rem;
  }

  .edition__single--text > h4 > a,
  .article-module > div > h4 > a {
    font-size: 2.2rem;
  }

  .slideshow img {
    min-height: 25rem;
  }

  .countdown__block {
    flex-direction: column;
  }

  .countdown__image,
  .countdown__text {
    width: 100%;
  }

  .countdown__text > h3 {
    font-size: 2.8rem;
  }

  .top-bar-section > div > ul.center {
    width: 100%;
  }

  .reviews__header > h2 {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }

  .footer-menu ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .temp-date-container {
    margin-bottom: 0;
  }

  .static-page__content em {
    font-size: 1.4rem;
  }

  div#macy-container {
    margin-top: 2rem;
  }

  .read-more {
    padding-right: 1rem;
  }

  .product-outer-container .read-more {
    padding-right: 0.5rem;
  }

  .about-image-container,
  .blog-outer-container > div,
  .product-text-container.about-image-container {
    padding: 0 1rem;
  }

  .time-countdown {
    max-width: 23.5rem;
  }

  .blog-outer-container,
  .about-outer-container,
  .product-outer-container > div {
    padding-left: 0rem;
  }

  .time-countdown_words-seconds,
  .time-countdown_words-minutes,
  .time-countdown_words-hours,
  .time-countdown_words-days {
    top: 2.1rem;

    left: 12.3rem;
  }

  .time-countdown_words-seconds {
    left: 23.2rem;
  }

  .time-countdown_words-minutes {
    left: 19.5rem;
  }

  .time-countdown_words-hours {
    left: 16.4rem;
  }

  .article-module .moduledata-title {
    opacity: 1;
  }

  #contact label,
  #messageType,
  input[type="text"],
  input[type="password"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="week"],
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="time"],
  input[type="url"],
  textarea {
    font-size: 1.6rem;
  }

  #contact label {
    margin-top: 1rem;
  }

  .static-page__content.contact-us {
    margin-bottom: 2rem;
  }

  .time-countdown_words {
    font-size: 0.9rem;

    top: 2.4rem;
  }

  .static-page__content.contact-us > p:nth-child(1) > strong {
    font-size: 2.4rem;
  }

  div.breadcrumb {
    padding: 0 1rem;
  }

  .blog-slider.slick-initialized.slick-slider {
    padding-top: 15px;
  }

  .socialMedia a {
    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    background: #f7f7f7;

    border-radius: 100%;
  }

  .newsletter-block #submitform,
  .newsletter-block input[type="text"],
  .newsletter-block label {
    font-size: 17px;

    max-width: 245px;
  }

  .close-form {
    bottom: 0px;
  }

  .newsletter-block {
    height: 40rem;

    width: 42rem;
  }

  .newsletter-block form {
    padding-top: 5px;
  }

  #submitform {
    padding: 5px 2rem;

    padding-top: 3px;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;
  }

  #submitform:hover {
    color: white;

    background: var(--primary-color);
  }

  .close-form {
    margin-right: 1rem;

    top: 0.5rem;
  }

  .close-form span {
    margin-bottom: -2px;
  }

  .product-image img {
    height: 26rem;
  }

  .reviews__list > img {
    display: none;
  }

  ul.title-area {
    margin: 0px;

    position: relative !important;
  }

  label {
    margin-top: 1rem;
  }

  .reviews__list--slider,
  .review.slick-slide {
    width: 100%;
    max-width: 100%;
  }

  .static-page__content {
    padding-right: 0rem;

    padding-left: 0rem;
  }

  .reviews__list > img {
    display: none;
  }

  .columns:has(.breadcrumb) {
    padding-left: 2px;

    padding-right: 2px;
  }

  .finest-image.finest-image-about {
    display: none;
  }

  .moduledata-title {
    left: 2rem;
  }

  .moduledata1 .moduledata-title {
    opacity: 1;
  }

  .moving-text-top .slick-track > div {
    font-size: 1.3rem !important;

    font-weight: 300;
  }

  .about-outer-container {
    margin-top: 2rem;

    padding-bottom: 0rem;
  }

  .blog-title.about-title {
    padding: 1px 1rem 0.5rem;

    margin-bottom: 1rem;
  }

  .blog-slider.slick-initialized.slick-slider {
    padding-right: 0rem;
    padding-left: 0rem;
    padding-bottom: 5rem;
  }

  button.slick-next.slick-arrow,
  button.slick-prev.slick-arrow {
    height: 25px;
    top: auto;
    bottom: 0;
    padding: 15px;
  }

  button.slick-next.slick-arrow {
    right: 10rem;
    left: auto;
  }

  button.slick-prev.slick-arrow {
    left: 10rem;
    right: auto;
  }

  .mystery-box-image {
    height: 25rem;
  }

  .mystery-box-image img {
    height: 25rem;
    object-fit: cover;
    object-position: top;
  }

  .article-module_group {
    margin-top: 15px;
  }

  .static-page__content {
    margin-top: 1rem;
  }

  .static-page__content ul li ol li,
  .static-page__content tbody tr td,
  .static-page__content li,
  .static-page__content p {
    line-height: 27px;

    font-size: 18px;

    margin-bottom: 5px;
  }

  .article-module_group {
    padding-left: 1rem;

    padding-right: 1rem;
  }

  #logo img {
    max-width: 8rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu__btn > span {
    font-size: 1.8rem;
  }

  .top-bar > .subscribe {
    position: absolute;

    right: 1rem;

    left: auto;

    pointer-events: auto;
  }

  .socialMedia-container {
    position: absolute;

    z-index: 1;

    right: 0px;

    top: 2.25rem;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    gap: 0.8rem;

    padding-right: 1rem;

    padding-top: 1rem;

    pointer-events: auto;
  }

  .footer-contact > span {
    display: none;
  }

  .footer-copyrights {
    font-size: var(--footer-fs);
  }

  .site-footer > div {
    gap: 2rem;
  }

  .subscribe a {
    padding: 0rem 0.5rem 0.5rem 0.5rem;
  }

  .topbar {
    gap: 0.5rem;
  }

  .footer-menu ul {
    gap: 1rem;
  }

  .footer-contact {
    gap: 1.2rem;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;
  }

  .finest-image img {
    width: 1.8rem;
  }

  .footer-newsletter-and-socailMedia {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    gap: 1rem;
  }

  .footer-socialMedia img {
    max-width: 4rem;

    max-height: 4rem;
  }

  .footer-socialMedia ul {
    gap: 1rem;

    margin: 0px;
  }

  .product-outer-container {
    margin-top: 2rem;
  }

  .main__image > img,
  .hero-img img {
    height: 30rem;
    object-fit: cover;
  }

  .product-title.about-title {
    margin-bottom: 2rem;
  }

  .subscribe-container {
    margin-top: 0rem;

    margin-bottom: 1rem;
  }

  .time-countdown {
    outline: 2px solid var(--primary-color);

    padding: 0rem 0rem 1rem;

    letter-spacing: 3px;
  }

  .product-outer-container > div {
    gap: 1rem;
  }

  .subscribe-container > div:last-child {
    margin-top: 0.5rem;

    margin-bottom: 2.5rem;
  }

  .product-outer-container .read-more {
    margin-top: 1rem;
  }

  .time-countdown::after {
    height: 3rem;
  }

  .countdown-date {
    gap: 3rem;
  }

  .product-image img {
    border: 5px solid #f7f7f7;
  }

  .homepage main {
    padding-top: 115px;
  }

  .read-more {
    margin-top: 2rem;
  }

  .about-title {
    right: 0;
  }

  .about-title {
    padding: 5px;

    margin-bottom: 1rem;
  }

  .about-txt > div:first-of-type {
    margin-bottom: 2rem;
  }

  .about-image {
    display: none;
  }

  .st_linkedin_hcount {
    display: none;
  }

  [class*="block-grid-"] {
    margin: auto;
  }

  .edition__single--text,
  .article-module > div {
    padding: 2rem;
    left: 1rem;
    width: calc(100% - 2rem);
  }

  .breadcrumbs *,
  .breadcrumbs > .current {
    font-size: 15px;
  }

  .top-bar-section {
    float: none !important;
  }

  .top-bar .toggle-topbar.menu-icon a {
    color: #000000;

    margin-top: 1rem;
  }

  .top-bar .toggle-topbar.menu-icon a {
    position: relative;

    width: 2.4rem;

    padding-right: 0;

    scale: 1.3;

    height: auto;
  }

  .subscribe-container > div:last-child a {
    padding: 0.5rem 1.5rem 1rem;
  }

  .top-bar .toggle-topbar.menu-icon a::after {
    display: none !important;
  }

  .top-bar .toggle-topbar.menu-icon a span {
    display: block;

    width: 100%;

    border-radius: 3px;

    height: 0.3rem;

    background: var(--secondary);

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

    position: relative;
  }

  .cheese-images img {
    max-width: 6rem;
  }

  .top-bar .toggle-topbar.menu-icon a span + span {
    margin-top: 0.3rem;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(1) {
    -webkit-animation: ease 0.7s top forwards;

    background: transparent;

    animation: ease 0.7s top forwards;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(1) {
    -webkit-animation: ease 0.7s top-2 forwards;

    background: transparent;

    animation: ease 0.7s top-2 forwards;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(2) {
    -webkit-animation: ease 0.7s scaled forwards;

    background: transparent;

    animation: ease 0.7s scaled forwards;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(2) {
    -webkit-animation: ease 0.7s scaled-2 forwards;

    background: transparent;

    animation: ease 0.7s scaled-2 forwards;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(3) {
    -webkit-animation: ease 0.7s bottom forwards;

    background: transparent;

    animation: ease 0.7s bottom forwards;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(3) {
    -webkit-animation: ease 0.7s bottom-2 forwards;

    background: transparent;

    animation: ease 0.7s bottom-2 forwards;
  }

  @-webkit-keyframes top {
    0% {
      top: 0;

      -webkit-transform: rotate(0);

      transform: rotate(0);
    }

    50% {
      top: 0.5rem;

      -webkit-transform: rotate(0);

      transform: rotate(0);
    }

    100% {
      top: 0.5rem;

      -webkit-transform: rotate(45deg);

      transform: rotate(45deg);
    }
  }

  @keyframes top {
    0% {
      top: 0;

      -webkit-transform: rotate(0);

      transform: rotate(0);
    }

    50% {
      top: 0.5rem;

      -webkit-transform: rotate(0);

      transform: rotate(0);
    }

    100% {
      top: 0.5rem;

      -webkit-transform: rotate(45deg);

      transform: rotate(45deg);
    }
  }

  @-webkit-keyframes top-2 {
    0% {
      top: 0.5rem;

      -webkit-transform: rotate(45deg);

      transform: rotate(45deg);
    }

    50% {
      top: 0.5rem;

      -webkit-transform: rotate(0deg);

      transform: rotate(0deg);
    }

    100% {
      top: 0;

      -webkit-transform: rotate(0deg);

      transform: rotate(0deg);
    }
  }

  @keyframes top-2 {
    0% {
      top: 0.5rem;

      -webkit-transform: rotate(45deg);

      transform: rotate(45deg);
    }

    50% {
      top: 0.5rem;

      -webkit-transform: rotate(0deg);

      transform: rotate(0deg);
    }

    100% {
      top: 0;

      -webkit-transform: rotate(0deg);

      transform: rotate(0deg);
    }
  }

  @-webkit-keyframes bottom {
    0% {
      bottom: 0;

      -webkit-transform: rotate(0);

      transform: rotate(0);
    }

    50% {
      bottom: 0.7rem;

      -webkit-transform: rotate(0);

      transform: rotate(0);
    }

    100% {
      bottom: 0.7rem;

      -webkit-transform: rotate(135deg);

      transform: rotate(135deg);
    }
  }

  @keyframes bottom {
    0% {
      bottom: 0;

      -webkit-transform: rotate(0);

      transform: rotate(0);
    }

    50% {
      bottom: 0.7rem;

      -webkit-transform: rotate(0);

      transform: rotate(0);
    }

    100% {
      bottom: 0.7rem;

      -webkit-transform: rotate(135deg);

      transform: rotate(135deg);
    }
  }

  @-webkit-keyframes bottom-2 {
    0% {
      bottom: 0.7rem;

      -webkit-transform: rotate(135deg);

      transform: rotate(135deg);
    }

    50% {
      bottom: 0.7rem;

      -webkit-transform: rotate(0);

      transform: rotate(0);
    }

    100% {
      bottom: 0;

      -webkit-transform: rotate(0);

      transform: rotate(0);
    }
  }

  @keyframes bottom-2 {
    0% {
      bottom: 0.7rem;

      -webkit-transform: rotate(135deg);

      transform: rotate(135deg);
    }

    50% {
      bottom: 0.7rem;

      -webkit-transform: rotate(0);

      transform: rotate(0);
    }

    100% {
      bottom: 0;

      -webkit-transform: rotate(0);

      transform: rotate(0);
    }
  }

  @-webkit-keyframes scaled {
    50% {
      -webkit-transform: scale(0);

      transform: scale(0);
    }

    100% {
      -webkit-transform: scale(0);

      transform: scale(0);
    }
  }

  @keyframes scaled {
    50% {
      -webkit-transform: scale(0);

      transform: scale(0);
    }

    100% {
      -webkit-transform: scale(0);

      transform: scale(0);
    }
  }

  @-webkit-keyframes scaled-2 {
    0% {
      -webkit-transform: scale(0);

      transform: scale(0);
    }

    50% {
      -webkit-transform: scale(0);

      transform: scale(0);
    }

    100% {
      -webkit-transform: scale(1);

      transform: scale(1);
    }
  }

  @keyframes scaled-2 {
    0% {
      -webkit-transform: scale(0);

      transform: scale(0);
    }

    50% {
      -webkit-transform: scale(0);

      transform: scale(0);
    }

    100% {
      -webkit-transform: scale(1);

      transform: scale(1);
    }
  }

  .overlay {
    display: none;

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.7);
  }

  .top-bar.expanded .title-area {
    background: #ffffff;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    text-align: center;
  }

  .moduledata1 img {
    max-height: 350px;
  }
}

.st0 {
  fill: #fff !important;
}

#subscribers_form {
  margin-top: 50px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.article__gallery {
  margin-top: 50px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.edition_page table {
  display: none;
}

.edition_page .production,
.edition_page .history,
.edition_page .nutritional-declaration {
  display: none;
}

.edition_page table + div {
  display: none;
}

.editions__buttons {
  max-width: 980px;
  margin: 5rem auto;
  gap: 1rem;
  display: flex;
  align-items: center;
}

.editions__buttons > button {
  width: 50%;
  background-color: #b59871;
  color: #fff;
  border-radius: 30px;
  font-size: 20px;
  transition: transform 0.3s;
}

.editions__buttons > button:hover {
  transform: translateY(-10px);
}

.edition__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 200;
  width: 100%;
  height: 100%;
}

.edition__modal--content {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  padding: 5rem;
  height: 80%;
  overflow-y: auto;
}

.edition__modal--content p {
  font-size: 1.8rem;
}

.edition__modal--content table {
  height: 100%;
  background: transparent;
  margin: 0;
  border: none;
}

.edition__modal--content table td {
  font-size: 1.8rem;
  line-height: 1.4;
}

#subscribers_form .clickable label {
  margin: 0;
  border: none;
  margin-left: 0;
  margin-right: 0;
}

.checkboxes label p {
  display: block;
  background: rgba(0, 0, 0, 0.3);
  padding-top: 1rem;
  text-align: center;
  width: 100%;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkboxes :checked + .quantity-wrapper {
  display: flex;
  opacity: 1;
  top: 100%;
  position: relative;
  transform: unset;
  left: unset;
  top: unset;
  width: 100%;
  background: #b59871;
  max-width: 100%;
  padding: 1rem;
}

#agreement + label a {
  font-weight: 700;
  color: #b59871;
}

@media screen and (max-width: 640px) {
  .edition__modal--content {
    width: 85%;
  }

  .site-footer > div.footer-awards img {
    max-width: 8rem;
  }

  .site-footer > div.footer-awards {
    max-width: 30rem;
  }

  .site-footer > div.footer-awards {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }

  .edition__modal--content p,
  .edition__modal--content table td {
    font-size: 1.6rem;
  }

  .editions__buttons > button {
    font-size: 1.6rem;
  }

  .countdown__block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .countdown__text > p {
    font-size: 1.4rem;
  }

  .countdown__text > h3 {
    font-size: 1.6rem;
  }

  .countdown__text {
    padding: 3rem 1.5rem;
  }

  #countdown-timer,
  #countdown-timer > div {
    font-size: 1.4rem;
  }

  .countdown__block {
    max-width: 42rem;
  }

  .countdown__image {
    position: relative;
  }

  .countdown__text::after {
    display: none;
  }

  .countdown__image,
  .countdown__text {
    width: 100%;
  }

  .blog-slider.slick-initialized.slick-slider * {
    margin-left: 0;
  }

  .top-bar-section > div > p {
    display: none;
  }

  .editions__buttons > button {
    width: 100%;
  }

  .editions__buttons {
    gap: 0;
  }

  .moduledata1 img {
    width: 100%;
    height: 45rem;
  }
}

.terms-check {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.terms-check label {
  margin-top: 0;
}

.error small.error {
  display: block;
}

.terms-check a {
  color: var(--primary-color);
  font-weight: 700;
}

.static-page__content iframe {
  margin: 3rem auto;
}

.static-page__content iframe {
  margin: 5rem auto;
  display: flex;
}

.partners {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 10rem;
}

.partners > div > a {
  position: relative;
  display: block;
  border-radius: 2rem;
}

.partners > div > a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  transition: opacity 0.4s;
  font-size: 3.6rem;
  z-index: 2;
  padding: 0 1.5rem;
  line-height: 1.4;
  text-align: center;
}

.partners > div > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  transition: opacity 0.4s;
  opacity: 0;
  border-radius: 2rem;
}

.partners > div > a > img {
  border-radius: 2rem;
}

.partners > div > a:hover > span {
  opacity: 1;
}

.partners > div > a:hover::after {
  opacity: 0.95;
}

.products {
  display: flex;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 1.5rem;
}

.products > div {
  width: 33.333%;
  padding: 0 1.5rem;
}

.product-thumb {
  margin-bottom: 20px;
  overflow: auto;
}

.product-thumb .image {
  position: relative;
}
.product-thumb .image a {
  display: block;
}

.product-thumb .image img {
  width: 100%;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}

.product-thumb .caption {
  padding: 0;
  min-height: unset;
  cursor: pointer;
}

.product-thumb .caption span {
  padding: 0.5rem 1.5rem;
  font-size: 1.4rem;
  color: #b59871;
  background-color: #b598715c;
  border-radius: 3rem;
  font-weight: 700;
}

.product-thumb .caption h4 {
  margin: 2rem 0 1.5rem 0;
}

.product-thumb .caption h4 a {
  color: #131313;
  font-size: 2.4rem;
  font-weight: 700;
  transition: color 0.3s;
}

.product-thumb .caption p {
  font-size: 1.6rem;
  line-height: 1.4;
}

.product-thumb .caption .price {
  font-weight: 700;
  color: #b59871;
  font-size: 2.1rem;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .products {
    padding: 0 1rem;
  }

  .products > div {
    width: 50%;
    padding: 0 1rem;
  }
}

@media screen and (max-width: 640px) {
  .products > div {
    width: 100%;
    padding: 0;
  }
}

.menu__btn.active image {
  filter: brightness(10);
}
