* {
  margin: 0;
  padding: 0;
}

*:not(h3) {
  font-family: Arial,Helvetica,sans-serif;
}

.visually-hidden {
  display:none
}

body {
  padding-top: 60px;
}

ul,
li,
a,
p {
  list-style: none;
  text-decoration: none;
}

sup {
  vertical-align: super;
  font-size: 1px;
}

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

.flex-row {
  display: flex;
  flex-direction: row;
}

.center-center {
  justify-content: center;
  align-items: center;
}

.margin {
  margin-bottom: 700px;
}

/* <--------------------------------- HEADER ---------------------------------> */
#header {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 60px;
  background-color: white;
  top: 0px;
}
#consent_blackbar {
  position: fixed;
  top: 0;
  z-index: 99;
}
#teconsent {
  right: 0;
  position: fixed;
  top: 93vh;
  z-index: 99;
}
.brand-logo-div {
  margin-top: 67px;
  position: fixed;
  z-index: 9;
  margin-right: auto;
  margin-left: auto;
  width: 219px;
}

.brand-logo {
  width: 100%;
}

/*  --------------- INDEX HTML ----------------- */


/* <--------------------------------------------------------------------------> */
#main-section {
  /*background: url("/assets/images/bg-01.jpg");*/
  width: 98%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  border-radius: 5px;
  align-items: center;
  position: relative;
}
.slogan-div {
  width: 400px;
  padding: 90px 0 45px 0;
}
.slogan-div img {
  width: 100%;
}
.push-home {
  margin-bottom: 75px;
}
.push-home-row {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.push-home-row-single {
  justify-content: center;
}
.push-home-holder {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
}
.push-home-holder a {
  cursor: pointer;
  width: 150px;
  transition: 0.2s;
}
.push-home-holder a img {
  width: 100%;
}
.push-home-holder a:hover {
  transform: scale(1.2);
  transition: 0.2s;
}

/* <--------------------------------- FOOTER ---------------------------------> */
#nav{
  position: relative;
}
.main-nav-link > a {
  list-style: none;
  outline-style: none;
}

#footer {
  background: #f1f0ee;
  width: 100%;
}

.main-nav li[class*="main-nav-link"] > a {
  font-family: "BebasNeueRegular";
}

.mobile-menu-div {
  display: none;
  overflow-y: auto;
  max-height: 300px;
}

.mobile-menu-div h1 {
  font-family: "BebasNeueRegular" !important;
}

.mobile-menu-ul-margin {
  margin: 5% 0;
}
.mobile-menu-button-box {
  display: none;
}

.mobile-menu-div ul{
  color: #d3aa00;
}

#nav{
   position: relative;
}
#main-nav {
  position: relative;
  height: 60px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.main-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: #fff;
}
.main-nav-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 60px;
}
.main-nav ul {
  gap: 20px;
  height: 100%;
  background: #fff;
}
.main-nav-link {
  color: #d3aa00;
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 21.5px;
  font-weight: 600;
  height: 100%;
  display: flex;
  align-items: center;
  font-style: normal;
  text-align: center;

}
.main-nav-link a {
  color: inherit;
  text-decoration: none;
}
.main-nav-link a:hover {
  color: red;
  list-style: none;
}
.main-nav-link.home img {
  width: 22px;
}
.main-nav .products::before {
  position: relative;
  top: 22%;
  height: 100%;
  right: 10px;
  font-size: 1.7rem;
  color: rgb(218, 218, 218);
  content: "•";
}
.main-nav-link::marker {
  font-size: 150%;
  color: #dadada;
}

.big-menu * {
  font-size: 15px;
}
.big-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #fff76f;
  bottom: 60px;
  display: flex;
  height: 270px;
  z-index: 12;

  width: 1000px;
  flex-direction: column;
}
.big-menu li {
  list-style: none;
}
.big-menu a {
  text-decoration: none;
  color: #8e8e8e;
  font-size: 11px;
}
.big-menu a:hover::before {
  content: "►";
  color: red;
  font-size: 8px;
}
.big-menu img {
  position: absolute;
  height: 130px ;
  width: auto ;
  transform-origin: center 100px;
}
.big-menu-img {
  display: flex;
  justify-content: center;
  padding: 25px 0;
}
.big-menu-img img {
  top: -100px;
}

.brand-nav-row-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.brand-nav-row-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.bottom-arrow-div {
  position: absolute;
  z-index: 9;
  top: -60%;
}
.bottom-arrow {
  width: 40px;
  margin: auto auto;
}
/* <------------------------------- big menu package img's -------------------------------> */
.cac2 {
  transform: scale(1.2);
  z-index: 2;
}
.twn1 {
  transform: scale(1.2);
  z-index: 2;
}
.nob1 {
  transform: scale(1.2);
  z-index: 2;
}
.pb1_2 {
  transform: scale(1.2);
  z-index: 99;
}
.pb2_4 {
  z-index: 2;
}
/* ------------------------------------------------------------------------------- */

/* <--------------------- big menu's item's open animations ---------------------> */
.rotate-left {
  animation: left-rotate-animation 0.3s linear forwards;
}
.rotate-right {
  animation: right-rotate-animation 0.3s linear forwards;
}
/* <-----------------------------------------------------------------------------> */
.big-menu .sub-menu {
  position: relative;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.big-menu h3 {
  font-size: 24px ;
}
.big-menu ul li {
  font-size: 14px ;
  font-weight: 100;
}

.big-menu .sub-menu ul li a:hover {
  padding-left: 0;
  margin-left: 0;
  color: red;
  zoom: 1;
}
.big-menu .sub-menu h3 {
  display: flex;
  margin-bottom: 5px;
  font-family: "BebasNeueRegular", sans-serif;
  font-style: normal;
  line-height: 1;
  color: #d3aa00;
  text-align: center;
  text-transform: uppercase;
}
.menu-row {
  display: flex;
  flex-direction: row;
}

.menu-row-second {
  width: 100%;
  height: -webkit-fill-available;
  display: inline-block;
  background-color: #fffcd4;
}
.separator {
  border-right: 1px solid #c5c5c54a;
  height: 50%;
  margin-top: 7%;
}
.logo-palm {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin: 0 auto;
  height: 77px;
}
.logo-palm img {
  position: unset;
  height: 57px;
  width: auto;
}
.logo-palm p {
  display: inline-block;
  font-size: 11px;
  color: #716b5d;
}
.logo-palm a:hover::before {
  content: none;
  text-decoration: none;
  cursor: pointer;
}
/* .main-nav ul li:nth-child(2) .big-menu,
.main-nav ul li:nth-child(3) .big-menu,
.main-nav ul li:nth-child(4) .big-menu, 
.main-nav ul li:nth-child(5) .big-menu,
.main-nav ul li:nth-child(6) .big-menu{
  display: none;
  left: -13.5%;
} */

.main-nav ul li .big-menu{
  display: none;
  left: 0;
  right: 0;
  margin: auto;
}

.main-nav ul li:hover >.big-menu{
  display: flex;
  justify-content: center;
}

.main-nav ul li:nth-child(2):hover .big-menu {
  flex-direction: row;
  animation: pop-up-animation 0.1s linear forwards;
}
.main-nav li:nth-child(3):hover .big-menu {
  animation: pop-up-animation 0.1s linear forwards;
}

.main-nav li:nth-child(4):hover .big-menu {
  flex-direction: column;
  animation: pop-up-animation 0.1s linear forwards;
}

.main-nav li:nth-child(5):hover .big-menu {
  animation: pop-up-animation 0.1s linear forwards;
}
.main-nav li:nth-child(6):hover .big-menu {
  animation: pop-up-animation 0.1s linear forwards;
}

.main-nav li .bottom-arrow-div{
  visibility: hidden;
}

.main-nav ul li:hover .bottom-arrow-div{
  display: flex;
  visibility: visible;
  animation: fade-in-animation 0.4s linear forwards;
}



/* home icon in footer */
.home {
  list-style: none;
}
/* ------ */

.brand-nav {
  background-color: #f1f0ee;
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Arial,Helvetica,sans-serif;
}

.brand-nav * {
  font-size: 16px;
}

.brand-nav-links {
  width: 100%;
  gap: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.brand-nav li {
  display: inline-block;
  height: 30px;
  text-align: center;
  float: left;
}

.brand-nav a,
p {
  color: #8e8e8e;
  text-align: center;
  zoom: 1;
}

/* ------------------- plaisir-brut.css ----------------------- */

#product-section {
  background: url("/assets/images/bg-02.jpg");
  height: auto;
  width: 96%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  border-radius: 5px;
  align-items: center;
  position: relative;
  display: flex;
  overflow-x: hidden;
  flex-direction: column;
  justify-content: flex-end;
  overflow-y: hidden;
}

.product-tray {
  background-image: url("/assets/images/product-tray.jpg");
  background-repeat: repeat-x;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 120px;
}

.slider-container {
  bottom: 5px;
  z-index: 11;
  margin: 0 0 -13vh -3.1vw;
  width: 90%;
}

.product-slider {
  justify-content: space-around;
  transition: 0.3s;
  padding: 80px 1.5% !important;
  display: flex;
}

.tns-item {
  max-width: 300px;
}

#tns1-mw {
  height: 100% !important;
}

.product-slider a {
  z-index: 5;
  height: 161px;
  max-width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slider-item {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  opacity: 0;
}

.product-slider img {
  transition: 0.3s;
  cursor: pointer;
  height: 100%;
}

.product-slider p {
  /* padding: 0 10px 0 0; */
  font-family: 'BebasNeueRegular',sans-serif;
  font-size: 17px;
  font-style: normal;
  line-height: 22px;
  letter-spacing: .08em;
  color: #fff;
  text-shadow: 1px 1px 1px #363636;
}

.product-slider a:hover {
  transform: scale(1.2);
  transition: 0.3s;
}

/* Slider custom buttons */

.slider-control-box {
  width: 100%;
  position: absolute;
  top: 72%;
  justify-content: space-between;
  z-index: 12;
  pointer-events: none;
}

/* --------- */

.slider-buttons {
  background-color: #f3f3f3;
  width: 48px;
  height: 96px;
  pointer-events: all;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* opacity: 0; */
}

.opacity-1 {
  opacity: 1 !important;
}

.next-button[aria-disabled=true] {
  transform: translate(100%, 0);
  transition: .2s;
}
.next-button[aria-disabled=false] {
  transform: translate(0%, 0);
  transition: .2s;
}

.prev-button[aria-disabled=true] {
  transform: translate(-100%, 0);
  transition: .2s;
}
.prev-button[aria-disabled=false] {
  transform: translate(0%, 0);
  transition: .2s;
}

.slider-buttons img {
  width: 50%;
  transition: 0.2s;
}

.prev-button {
  border-radius: 0 12rem 12rem 0;
}

.prev-button:hover img {
  margin-right: 33px;
  transition: 0.2s;
}

.prev-button img {
  transform: rotateZ(180deg);
}

.next-button {
  border-radius: 12rem 0 0 12rem;
}

.next-button img {
  place-items: center;
}

.next-button:hover img {
  margin-left: 33px;
  transition: 0.2s;
}

.slider-icons {
  font-size: 65px;
  color: rgb(143, 78, 3);
  font-family: monospace;
}

/* ------------------------ itemShowPage ----------------------------- */

#item-show-page {
  width: 96%;
  background: url("/assets/images/bg-02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 auto;
  border-radius: 5px;
}

.item-show-div {
  display: flex;
  flex-direction: row;
  z-index: 9;
  justify-content: center;
  gap: 90px;
  align-items: center;
  margin: 400px 0 -50px 0;
}

.item-link {
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  transition: 0.2s;
  cursor: pointer;
}

.item-link:hover {
  transform: scale(1.2);
  transition: 0.2s;
}
.item-link:hover p {
  text-shadow: 1px 1px 1px #363636;
  transition: 0.2s;
}

.item-link img {
  width: 55%;
}

.item-link p {
  color: #fff;
  text-shadow: 0.5px 0.5px 0.5px #363636;
  transition: 0.2s;
}

/* -------------------------------------------- */
/* -------------- Product Details -------------- */

#product-information-section {
  background: url("/assets/images/bg-02.jpg");
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 25px;
  border-radius: 5px;
  justify-content: flex-end;
  height: fit-content;
  overflow-x: clip;
}

.product-information {
  margin: 0 auto;
  padding: 120px 0 65px 0;
  max-width: 980px;
  width: auto;
  display: flex;
  justify-content: flex-end;
}

@keyframes product-information-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.product-image-column {
  position: relative;
  left: 10px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 150px;
  align-items: flex-end;
}

.product-image-column img{
  transition: .3s;
}

.product-image-column img:nth-child(4) {
  animation: nut-animation-1 2s infinite;
  position: absolute;
  top: 0px;
  left: -40px;
}

.product-image-column img:nth-child(5) {
  animation: nut-animation-2 3s infinite;
  position: absolute;
  top: -10px;
  left: 105px;
}

.product-image-column img:nth-child(3){
  animation: nut-animation-3 4s infinite;
  position: absolute;
  top: 40px;
  left: -120px;
}

.product-image-column img:nth-child(1) {
  animation: nut-animation-4 10s infinite;
  position: absolute;
  top: -45px;
  left: -120px;
}

.product-image-column img:nth-child(2) {
  animation: nut-animation-5 3s infinite;
  position: absolute;
  top: -55px;
  left: 35px;
}


.product-image-column img:last-child {
  width: 100%;
  margin-top: 30px;
}

.product-information-column {
  background-color: white;
  max-width: 560px;
  width: auto;
  padding: 20px 20px 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 10px;
  position: relative;
}


.product-information-column .product-close-button{
  width: 58px;
  height: 64px;
  top: -5px;
  right: 9px;
  position: absolute;
  cursor: pointer;
}

.product-information-column .first-row > h1 {
  font-size: 15px;
  margin-bottom: 10px;
  font-family: 'BebasNeueRegular',sans-serif;
  font-style: normal;
  color: #4d4739;
  text-shadow: 1px 1px 1px #fff;
  font-size: 25px;
  line-height: 24px;
  line-height: 2.4rem;
}

.first-row>h1,
.product-information-column>div>h3 {
  font-style: normal;
  color: #4d4739;
  margin-bottom: 5px;
}

.product-information-column>div>p{
  text-align: left;
  font-size: 12px;
  color: #716b5d;
}

.product-information-column>div>h3{
  font-size: 16px;
}


.nutrition-block {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.nutrition-block-left {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.nutrition-block-left-top {
  width: 100%;
}

.nutrition-block-left-top img {
  width: 15%;
}

.nutrition-block-left-bottom {
  width: 100%;
}

.table {
  font-size: 9px;
  color: #716b5d;
  line-height: 9px;
}

.table-first-row {
  background: red;
  color: white;
  padding: 2px;
}

.cross-product {
  margin-top: 10px;
  text-align: left;
  font-size: 12px;
  color: #716b5d;
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
}

.cross-product-img-div {
  position: absolute;
  display: flex;
  flex-direction: row;
  transform: translate(-100%, -50%);
  bottom: -35px;
  left: 11px;
  z-index: 11;
}

.cross-product-img-div a {
  padding: 0 4px;
}

.cross-product-img-div>a>img {
  transform: rotate(-10deg);
  z-index: 10;
  width: 45px;
  transition: .3s;
}

.cross-product-img-div > a:hover {
  transform: scale(1.2);
  transition: .3s;
}

.cross-product-text {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}

.cross-product-text p {
  text-align: left;
  color: #716b5d;
  font-size: 12px;
}

.cross-product-text a {
  color: #8e8e8e;
  text-decoration: underline;
  font-size: 11px;
}

.cross-product-img:hover {
  transform: scale(1.2) rotate(-10deg);
  transition: .3s;
}

.first-row>div>a {
  width: 50px;
}

.first-row>div>a img {
  width: 100%;
}

.first-row>div {
  width: 40px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 14px;
  transform: translate(-50%, -50%);
  border-radius: 0 0 15px 15px;
}

.first-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* ------- Legacy Details -----*/

#legacy-section {
  margin: 0 25px;
  min-height: 80vh;
}

#legacy-section p {
  font-size: 11px;
  line-height: 15px;
  color: #716b5d;
  font-family: Arial,Helvetica,sans-serif;
}

#legacy-section iframe {
  min-height: 80vh;
}

.content-legacy {
  max-width: 950px;
  background-color: #e7dbbc;
  border-radius: 10px;
  padding: 28px 20px 20px 20px;
  margin: 90px auto 80px auto;
}

.content-first-block {
  line-height: 15px;
}

/* --------------legales cms paragraph---------------- */

.content-legacy h1, h3{
  font-family: 'BebasNeueRegular',sans-serif !important;
  font-style: normal;
}

.content-legacy a {
  color: #8e8e8e;
}

.content-legacy h3 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  line-height: 15px;
  border-bottom: 1px solid #d1c4a6;
  color: #4d4739;
  text-shadow: 1.3px 1.3px 1.3px #fff;
  font-size: 18px;
}

.content-legacy p {
  text-align: left;
  margin-bottom: 15px;
}

.content-first-block h1 {
  font-style: normal;
  color: #4d4739;
  text-shadow: 1px 1px 1px #fff;
  width: 85%;
  margin-bottom: 20px;
  font-size: 28px;
}
 
.content-second-block {
  column-count: 2;
  width: 100%;
  align-items: left;
  margin-top: 5px;
}



/* --------------------------------------------------- */

.content-second-block-right {
 
}

.content-second-block-list-header,
.content-first-block-header {
  text-align: left;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d1c4a6;
  font-family: "BebasNeueRegular", sans-serif;
  font-style: normal;
  color: #4d4739;
  text-shadow: 1px 1px 1px #fff;
}

.content-second-block-list-text,
.content-first-block-text {
  text-align: left;
  color: #716b5d;
  font-size: 14px;
  font-family: "BebasNeueRegular", sans-serif;
  font-style: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.content-first-block-header {
  line-height: 2;
  font-size: 28px;
}

.content-second-block-list-text a {
  color: #8e8e8e;
}

/* ------------------------------- Contacter-le-service-consommateur -------------------------------*/

#content-form {
  background: url("/assets/images/bg-03.jpg");
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 25px;
  border-radius: 5px;
  justify-content: flex-end;
  overflow-x: clip;
}

.content-form-box {
  background-color: #e8dcbd;
  width: 65%;
  margin: 15px auto 20px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
}

.content-form-header {
  padding: 20px 0 0 20px;
  margin-bottom: 25px;
}

.content-form-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-form-footer p {
  text-align: left;
  padding: 20px;
  font-size: 11px;
  color: #716b5d;
  line-height: 15px;
}

.content-form-footer a {
  color: #716b5d;
}
.mobile-menu-animation-class {
  animation: mobile-menu-open-animation 0.2s linear forwards;
}

/*------------------------------ANIMATIONS----------------------------*/
@keyframes products-show-animation {
  0% {
    transform: translateY(500px) scale(2);
    opacity: 1;
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes left-rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-20deg);
    translate: -20px;
  }
}
@keyframes right-rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(20deg);
    translate: 20px;
  }
}
@keyframes top-translate-animation {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-40%);
  }
}
@keyframes fade-in-animation {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pop-up-animation {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes left-rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-20deg);
    translate: -20px;
    transform-origin: 0 100%;
  }
}

@keyframes right-rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(20deg);
    translate: 20px;
    transform-origin: 100% 100%;
  }
}

@keyframes pop-up-animation {
  0% {
    opacity: 0.1;
    transform: scale(0.5);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes nuts-open-animation {
  0% {
    top: -100px;
  }
  100% {
    top: 55px;
  }
}

@keyframes nut-animation-1 {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -22%;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes nut-animation-2 {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -32%;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes nut-animation-3 {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -22%;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes nut-animation-4 {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -32%;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes nut-animation-5 {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -22%;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes nut-animation-top-to-bottom {
  0% {
    top: -150px;
  }

  100% {
   top: -10px;
  }
}

@keyframes nut-animation-1-m {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -10%;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes nut-animation-2-m {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -15%;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes nut-animation-3-m {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -10%;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes nut-animation-4-m {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -15%;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes nut-animation-5-m {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -10%;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes mobile-menu-close-animation {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes mobile-menu-ul-open-animation {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}

@media screen and (max-width: 1050px) {
  .big-menu {
    width: 800px;
    left: -1.2% !important;
  }
  
  .content-second-block {
    column-count: 1;
  }
  .push-home {
    padding: 0 30px 0 30px;
  }

  .product-information-column {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 900px) {
  .content-form-box {
    width: 75%;
    width: 100%;
  }
 .brand-nav-links {
    gap: 0px;
    flex-direction: column;
  }
  .brand-nav-row-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #footer {
    bottom: -5vh;
  }

  .brand-nav-row-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .brand-nav-row-2 p {
    font-size: 15px;
  }

  .brand-nav-row-2 a {
    font-size: 15px;
  }
  .content-second-block-list-header {
    font-size: 16.5px;
  }

  .content-legacy {
    width: 90%;
  }

  .content-form-box {
    width: 75%;
  }
  .content-form-header {
    margin-top: 40px;
  }

  .content-first-block-text,
  .content-second-block-list-text {
    font-size: 13.5px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .slogan-div {
    width: 60%;
  }
  .push-home-holder a {
    min-width: 100px;
    width: 100%;
    max-width: 150px;
  }
  .brand-nav a,
  p {
    font-size: 16px;
  }

  #footer #nav {
    display: none;
  }

  #footer {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 11;
  }

  .footer-div {
    z-index: 99;
  }

  .mobile-menu-button-box {
    z-index: 9;
    background-color: #f1f0ee;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    -webkit-user-select: none;
    user-select: none;
  }

  .mobile-menu-button-box input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0; 
    z-index: 2;
    -webkit-touch-callout: none;
  }

  .mobile-menu-button-box span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #9c9c9c;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }

  .mobile-menu-button-box span:first-child {
    transform-origin: 0% 0%;
  }

  .mobile-menu-button-box span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }

  .mobile-menu-button-box input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-7px, -13px);
  }

  .mobile-menu-button-box input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  .mobile-menu-button-box input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(-6px, 13px);
  }

  .mobile-menu-div {
    position: absolute;
    background-color: #f1f0ee;
    padding: 20px 0;
    width: 100%;
    transform: translate(0, 0%);
    z-index: 9;
    top: 0;
    animation: mobile-menu-close-animation 0.2s linear;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .mobile-menu-ul-animation-class {
    animation: mobile-menu-ul-open-animation 0.2s linear forwards;
  }

  .mobile-menu-div ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .mobile-menu-div li {
    display: none;
  }
  .mobile-menu-div ul ul {
    display: none;
  }
  .mobile-menu-div h1,
  h3,
  li {
    cursor: pointer;
    transition: 0.2s;
  }

  .mobile-menu-div * {
    -webkit-user-select: none;
  }

  .mobile-menu-div h1:hover {
    transform: scale(1.2);
    font-weight: bolder;
  }

  .mobile-menu-div h1 {
  }
  .mobile-menu-div h3 {
    color: #a38300;
  }
  .mobile-menu-div li a {
    color: #645000;
  }

  .active {
    display: block !important;
  }

  .mobile-menu-button-div {
    display: flex;
    padding: 15px 0 0 0;
    justify-content: center;
    background-color: #f1f0ee;
  }
}
@media only screen and (max-width: 700px) {

  #product-information-section {
    margin: 0;
  }

  .tns-item {
    max-width: unset;
  }

  .product-slider {
    padding: 35px 1.5% !important;
  }

  .product-information {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    padding: 120px 0 100px 0;
  }

  .product-image-column img:last-child  {
    width: 60%;
    height: 60%;
  }

  .product-image-column {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
  }

  .product-image-column img:nth-child(4) {
    animation: nut-animation-1-m 2s infinite;
    position: absolute;
    top: 35px;
    left: 120px;
  }

  .product-image-column img:nth-child(5) {
    animation: nut-animation-2-m 3s infinite;
    position: absolute;
    top: 25px;
    left: 255px;
  }

  .product-image-column img:nth-child(3) {
    animation: nut-animation-3-m 4s infinite;
    position: absolute;
    top: 75px;
    left: 20px;
  }

  .product-image-column img:nth-child(1){
    animation: nut-animation-4-m 10s infinite;
    position: absolute;
    top: -10px;
    left: 20px;
  }

  .product-image-column img:nth-child(2) {
    animation: nut-animation-5-m 3s infinite;
    position: absolute;
    top: -20px;
    left: 195px;
  }

  .product-information-column {
    margin-top: 20px;
  }


  #content-form {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #legacy-section {
    margin: 0;
  }
  .content-form-box {
    width: 100%;
  }
  .content-form-header {
    padding-right: 20px;
    margin-top: 15px;
  }

  #main-section {
    height: fit-content !important;
  }

  /* ----------- Temp ----------- */
  .push-home-holder a:nth-child(1) {
    margin-top: 108px;
  }
  /* ----------- Temp ----------- */

  .product-information-column {
    width: 95%;
    margin-right: 0;
  }

  .product-slider a {
    z-index: 5;
    height: 201px;
    width: 250px;
    max-width:max-content;
  }

  .product-slider p {
    font-size: 30px;
    line-height: 30px;
  }

  .slider-container {
    margin: 0 0 -16vh 0;
  }

  .content-second-block {
    flex-direction: column;
    margin-top: 10px;
  }

  .content-second-block-left,
  .content-second-block-right {
    width: 100%;
  }
  .content-second-block-list-header {
    font-size: 16.5px;
  }
  .content-first-block-text,
  .content-second-block-list-text {
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-size: 13.5px;
  }

  .product-image-column img:last-child  {
    width: 40%;
    height: 40%;
  }

  .product-image-column {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
  }

  /* .product-image-column img:nth-child(4){
    animation: nut-animation-1-m 2s infinite;
    position: absolute;
    top: 35px;
    left: 170px;
  }

  .product-image-column img:nth-child(5) {
    animation: nut-animation-2-m 3s infinite;
    position: absolute;
    top: 25px;
    left: 305px;
  }

  .product-image-column img:nth-child(3) {
    animation: nut-animation-3-m 4s infinite;
    position: absolute;
    top: 75px;
    left: 90px;
  }

  .product-image-column img:nth-child(1) {
    animation: nut-animation-4-m 10s infinite;
    position: absolute;
    top: -10px;
    left: 90px;
  }

  .product-image-column img:nth-child(2) {
    animation: nut-animation-5-m 3s infinite;
    position: absolute;
    top: -20px;
    left: 245px;
  } */

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

  .nutrition-block-left {
    width: 100%;
  }

  .nutrition-block-left-top {
    width: 100%;
  }

  .nutrition-block-left-top > img {
    width: 30%;
  }

  .table {
    font-size: 11px;
  }

  .cross-product {
    margin-top: 20px;
  }

  .cross-product-img-div a {
    width: 70px;
    transform: translate(50%, 0%);
  }

  .cross-product-img {
    transform: scale(0.75) rotate(-10deg);
    width: 100%;
    margin-left: -40px;
    margin-top: -30px;
    transition: .3s;
  }

  .cross-product-img-div {
    transform: translate(-50%, 0%);
    bottom: -85px;
    left: 50%;
  }

 /* brand nav place */

  .slogan-div {
    width: 300px;
  }
  .push-home-holder {
    flex-direction: column;
  }
 
  #tns1-mw {
    padding: 100px 1% !important;
  }
}
@media only screen and (max-width: 450px) {
 
  .nutrition-block {
    flex-direction: column;
  }

  .nutrition-block-left {
    width: 100%;
  }

  .nutrition-block-left-top {
    width: 100%;
  }

  .nutrition-block-left-top img {
    width: 30%;
  }

  .table {
    font-size: 11px;
  }

  .cross-product {
    margin-top: 20px;
  }

  .cross-product-img-div a {
    width: 70px;
    transform: translate(50%, 0%);
  }

  .cross-product-img {
    transform: scale(0.75) rotate(-10deg);
    width: 100%;
    margin-left: -40px;
    margin-top: -30px;
  }

  .cross-product-img-div {
    transform: translate(-50%, 0%);
    bottom: -85px;
    left: 50%;
  }
}
  #main-section, #item-show-page, #product-section {
    min-height: 78vh;
  }

  .tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */