@charset "UTF-8";
/*
Theme Name: Thème WordPress [title]
Theme URI : https://pixeleez.ch
Description: 
Author: Sinabe Sàrl / Pixeleez Sàrl
Author URI : https://sinabe.ch

Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, template-editing, translation-ready, wide-blocks

Requires at least: 6.1
Tested up to: 6.3
Requires PHP: 7.4

Version: 1.0.0

License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
/* Reset CSS */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

td:not([align]), th:not([align]) {
  text-align: left;
}

/* Variables */
/* Max width of the web site*/
/* Color */
/* WordPress base style */
.entry-content {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 148px;
}

.content {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.wp-block-group__inner-container {
  max-width: 1920px !important;
  margin-right: auto;
  margin-left: auto;
}

.alignwide {
  margin-left: -50px;
  margin-right: -50px;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.wp-block-image {
  margin: 0px;
}

.hidden {
  display: none;
}

.is-cover img {
  object-fit: cover;
}

@media screen and (max-width: 1485px) {
  .entry-content {
    max-width: 1140px;
  }
  .content {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .entry-content {
    max-width: 940px;
  }
  .content {
    max-width: 940px;
  }
}
@media screen and (max-width: 800px) {
  .entry-content {
    max-width: 710px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .content {
    max-width: 710px;
  }
  .wp-block-group__inner-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .mobi-hidden {
    display: none !important;
  }
  .reverse-columns {
    display: flex;
    flex-direction: column-reverse;
  }
}
/* Fonts */
/* Fonts */
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/onfabrique/assets/fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/onfabrique/assets/fonts/Roboto/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/onfabrique/assets/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: bold;
}
@font-face {
  font-family: "Fabrique";
  src: url("/wp-content/themes/onfabrique/assets/fonts/Fabrique/Fabrique.otf") format("opentype");
}
/* Typography */
body {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 125%;
  line-height: 1.5em;
  color: #BE4526;
  text-align: justify;
  background-color: #FCF0E6;
  z-index: 1;
}

/* Header style */
h1 {
  font-size: 5em;
  line-height: 1em;
}

h2 {
  font-size: 1.5em;
  text-transform: uppercase;
}

h3 {
  font-size: 1em;
  text-transform: uppercase;
  color: #ffffff;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 1.8em;
}

h6 {
  font-size: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  text-align: left;
  margin: 20px 0 10px 0;
  line-height: 1.2em;
}

/* Content style */
p, dl, multicol {
  display: block;
  margin: 1em 0;
}

strong {
  font-weight: 400;
  font-size: 1em;
}

em {
  font-style: italic;
}

ol li {
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}

ol li::marker {
  color: #BE4526;
}

ul {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
ul li {
  list-style-type: square;
  list-style-position: outside;
  padding-left: 1em;
}
ul li::marker {
  font-size: 20px;
  color: #BE4526;
}

/* Link style */
a {
  text-decoration: none;
  color: #BE4526;
}
a:hover {
  text-decoration: underline;
}

/* Vertical padding */
/** ----------------------------------------------------------------------------
/* Vertical padding 
---------------------------------------------------------------------------- **/
.padding-xl {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-l {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-m {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding-s {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-top-xl {
  padding-top: 100px;
}

.padding-top-l {
  padding-top: 50px;
}

.padding-top-m {
  padding-top: 15px;
}

.padding-top-s {
  padding-top: 10px;
}

.padding-bottom-xl {
  padding-bottom: 50px;
}

.padding-bottom-l {
  padding-bottom: 20px;
}

.padding-bottom-m {
  padding-bottom: 15px;
}

.padding-bottom-s {
  padding-bottom: 10px;
}

/* Align style */
.center {
  width: 100%;
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.align-bottom {
  align-self: flex-end;
}

.align-center {
  margin-right: auto;
  margin-left: auto;
}

/* Mobile style*/
@media screen and (max-width: 800px) {
  .mobi-center {
    text-align: center;
  }
  .mobi-left {
    text-align: left;
  }
}
/* Layout */
/** Footer **/
.sinpix-footer {
  margin-bottom: 0px;
  padding: 5px;
  height: 200px;
  background-color: #FCF0E6;
  padding-top: 30px;
}

/* Add responsive CSS styles for mobile view */
@media screen and (max-width: 768px) {
  .sinpix-footer {
    height: auto;
  }
}
/* Components */
.btn, input[type=button], input[type=submit] {
  background-color: #BE4526;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  border-style: none;
  width: fit-content;
}
.btn a, input[type=button] a, input[type=submit] a {
  color: #ffffff;
}

.wp-block-button .wp-element-button {
  border-style: solid;
  border-width: 1px;
  border-color: #F28943;
  border-radius: 0px;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
  color: #F28943;
}

/* Client block style and WordPress rewrite */
.ofa-bg-blanc {
  background-color: #ffffff;
}

.ofa-bg-rose {
  background-color: #FCF0E6;
}

.ofa-bg-orange {
  background-color: #F28943;
}

.ofa-bg-bordeaux {
  background-color: #BE4526;
}

.ofa-blanc {
  color: #ffffff;
}

.ofa-rose {
  color: #FCF0E6;
}

.ofa-orange {
  color: #F28943;
}

.ofa-bordeaux {
  color: #BE4526;
}

.ofa-font-fabrique {
  font-family: "Fabrique";
  text-transform: uppercase;
}

/* Footer */
.footer {
  background-color: #ffffff;
  padding-bottom: 50px;
  padding-top: 50px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.ofa-footer {
  background-color: #FCF0E6;
  border-radius: 25px;
  margin-right: 50px;
  margin-left: 50px;
  padding: 50px;
}

/* Product page background */
.page-template-page-produit .footer {
  background-color: transparent;
}

/* Home page bloc */
.ofa-home-box-blanc, .ofa-home-box-rose {
  gap: 0px;
  margin-bottom: 0px;
}
.ofa-home-box-blanc .wp-block-cover__inner-container, .ofa-home-box-rose .wp-block-cover__inner-container {
  max-width: 80%;
  color: #F28943;
}
.ofa-home-box-blanc h2, .ofa-home-box-rose h2 {
  padding-bottom: 60px;
}
.ofa-home-box-blanc .wp-block-button, .ofa-home-box-rose .wp-block-button {
  padding-top: 60px;
}
.ofa-home-box-blanc .ofa-img figure, .ofa-home-box-rose .ofa-img figure {
  margin: 0px;
}
.ofa-home-box-blanc .ofa-img img, .ofa-home-box-rose .ofa-img img {
  object-fit: cover;
}

.ofa-home-box-blanc {
  background-color: #ffffff;
}
.ofa-home-box-blanc span.wp-block-cover__background {
  background-color: #FCF0E6;
}

.ofa-home-box-rose {
  background-color: #FCF0E6;
}

.ofa-home-box-value {
  background-color: #F28943;
  margin-right: auto;
  margin-left: auto;
}
.ofa-home-box-value h2 {
  font-family: "Fabrique";
  font-size: 2.5em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0px;
}
.ofa-home-box-value .wp-block-columns {
  margin: 0px;
}

/* Product section */
.page-template-page-produit {
  background-image: url("assets/img/kraft.webp");
  background-repeat: repeat;
}
.page-template-page-produit .entry-content {
  padding-top: 0px;
}

.logged-in {
  padding-top: 0px;
  margin-top: 0px;
}

/**
*
* Product page style
*
**/
/* Top banner box */
/* Support image or video */
.ofa-banner-box {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  padding: 0px;
  display: block;
}
.ofa-banner-box .ofa-banner-box-title .title {
  font-size: 1.5em;
  margin-top: 0px;
  color: #ffffff;
  line-height: 1.5em;
}
.ofa-banner-box .ofa-banner-box-title p {
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .ofa-banner-box .ofa-banner-box-title p {
    text-align: right;
  }
}
.ofa-banner-box .wp-block-cover__inner-container {
  position: relative;
  top: calc(100vh - 180px);
  padding-right: 50px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .ofa-banner-box {
    height: 100vh;
  }
  .ofa-banner-box .wp-block-cover__inner-container {
    top: calc(100vh - 300px);
    right: 0px;
  }
}

.ofa-content-box-bordeaux, .ofa-content-box-orange, .ofa-content-box-rose {
  border-radius: 15px 80px 80px 15px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: 50px;
  margin-left: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 2em;
  padding-left: 2em;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .ofa-content-box-bordeaux, .ofa-content-box-orange, .ofa-content-box-rose {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
  }
}

.ofa-content-box-orange {
  background-color: #F28943;
}

.ofa-content-box-bordeaux {
  background-color: #BE4526;
}

.ofa-content-box-rose {
  border-radius: 80px 15px 15px 80px;
  color: #BE4526;
  background-color: #FCF0E6;
  z-index: 1;
}
.ofa-content-box-rose h3 {
  color: #BE4526;
}

.ofa-video iframe {
  border-radius: 30px;
}

.ofa-columns {
  margin-bottom: 0px;
}

.ofa-content-box-sup .wp-block-group__inner-container {
  display: flex;
}
.ofa-content-box-sup .ofa-content-box-orange, .ofa-content-box-sup .ofa-content-box-bordeaux, .ofa-content-box-sup .ofa-content-box-rose {
  width: 80%;
}
.ofa-content-box-sup .ofa-content-box-orange .wp-block-group__inner-container, .ofa-content-box-sup .ofa-content-box-bordeaux .wp-block-group__inner-container, .ofa-content-box-sup .ofa-content-box-rose .wp-block-group__inner-container {
  display: block;
  width: 80%;
}
@media screen and (max-width: 800px) {
  .ofa-content-box-sup .wp-block-group__inner-container {
    display: block;
  }
  .ofa-content-box-sup .ofa-content-box-orange, .ofa-content-box-sup .ofa-content-box-bordeaux, .ofa-content-box-sup .ofa-content-box-rose {
    width: 100%;
  }
  .ofa-content-box-sup .ofa-content-box-orange .wp-block-group__inner-container, .ofa-content-box-sup .ofa-content-box-bordeaux .wp-block-group__inner-container, .ofa-content-box-sup .ofa-content-box-rose .wp-block-group__inner-container {
    display: block;
    width: 100%;
  }
}

.ofa-content-box-over {
  position: relative;
  margin-top: 100px;
  margin-left: -100px;
  width: 40%;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .ofa-content-box-over {
    margin: 0px;
    width: 100%;
  }
}

.ofa-content-box-behind {
  position: relative;
  margin-top: 100px;
  margin-left: -100px;
  z-index: 0;
}

/* Box hover another box */
.ofa-content-box-img {
  margin-right: 50px;
  margin-left: 50px;
}
.ofa-content-box-img .wp-block-group__inner-container {
  display: flex;
}
.ofa-content-box-img .wp-block-image {
  margin: 0px;
  max-width: 600px;
}
.ofa-content-box-img .ofa-content-box-orange, .ofa-content-box-img .ofa-content-box-bordeaux, .ofa-content-box-img .ofa-content-box-rose {
  margin-top: 150px;
  margin-left: -100px;
  max-width: 40vw;
  height: fit-content;
}
.ofa-content-box-img .ofa-content-box-orange .wp-block-group__inner-container, .ofa-content-box-img .ofa-content-box-bordeaux .wp-block-group__inner-container, .ofa-content-box-img .ofa-content-box-rose .wp-block-group__inner-container {
  display: block;
}
@media screen and (max-width: 800px) {
  .ofa-content-box-img {
    margin-right: 0px;
    margin-left: 0px;
  }
  .ofa-content-box-img .wp-block-group__inner-container {
    flex-direction: column;
  }
  .ofa-content-box-img .wp-block-image {
    max-width: 800px;
  }
  .ofa-content-box-img .ofa-content-box-orange, .ofa-content-box-img .ofa-content-box-bordeaux, .ofa-content-box-img .ofa-content-box-rose {
    /*
    bottom: 80px;
    left: auto;
    height: auto;
    max-width: none;
    */
    margin: 0px;
    max-width: none;
  }
}

.ofa-block-media-text {
  grid-template-columns: 50px auto;
}
@media screen and (max-width: 800px) {
  .ofa-block-media-text h3 {
    text-align: center;
  }
  .ofa-block-media-text img {
    height: 50px;
  }
}

.ofa-block-media-text:not(:first-child) {
  padding-top: 20px; /* or whatever value you need */
}

/* Use font LA FABRIQUE for text and transform in uppercase */
.ofa-fabrique {
  font-family: "Fabrique";
  text-transform: uppercase;
}

.ofa-page-title {
  font-size: 4.5em;
}
.ofa-page-title h1 {
  font-size: 4.5em;
}

/* Navigation */
/* Menus */
/* Menu Styling */
/* Language menu style */
.menu-pll {
  position: absolute;
  bottom: 10px;
  right: 15px;
  display: flex;
  padding: 10px 0px;
}
.menu-pll li {
  list-style-type: none;
  margin-right: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu-pll li:not(:last-child) {
  border-right: 1px solid #645E5A;
}
.menu-pll li a {
  color: #645E5A;
  text-decoration: none;
  padding: 10px;
}
.menu-pll li a:hover {
  font-weight: 600;
  color: #645E5A;
}
.menu-pll li.current-lang a {
  font-weight: 600;
  color: #BE4526;
}
@media screen and (max-width: 1024px) {
  .menu-pll {
    display: none;
  }
}

/* Navigation menu */
.navbar {
  width: 100vw;
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 148px;
  background-color: #ffffff;
  z-index: 999;
}
.navbar .content {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
.navbar .content .logo {
  position: relative;
  top: 25px;
  left: 0px;
  width: fit-content;
  z-index: 998;
}
.navbar .content .logo-small img {
  height: 60px;
}
.navbar .content .menu-icon {
  display: none;
}
.navbar .content nav {
  position: absolute;
  top: 0px;
  width: 100%;
  max-width: 1920px;
  height: 148px;
  margin-right: auto;
  margin-left: auto;
}
.navbar .content nav ul .menu {
  z-index: 1000;
  position: absolute;
}
@media screen and (max-width: 1485px) {
  .navbar .content {
    max-width: 1140px;
  }
  .navbar .content nav {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .navbar .content {
    max-width: 940px;
  }
  .navbar .content nav {
    max-width: 940px;
  }
}
@media screen and (max-width: 1024px) {
  .navbar .content {
    display: flex;
    width: 100%;
    max-width: none;
  }
  .navbar .content nav {
    max-width: 100%;
    height: 118px;
  }
  .navbar .content .menu-icon {
    display: block;
    z-index: 1000;
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .navbar .content .logo-big img {
    height: 60px;
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .navbar {
    height: 118px;
  }
}

.page-template-page-produit .navbar {
  background-color: transparent;
}

/* Nav bar change size on scroll */
/* Styl on home page only */
.home .navbar .menu a {
  color: #F28943;
}
@media screen and (max-width: 1024px) {
  .home .navbar .menu {
    background-color: #ffffff;
  }
  .home .navbar .menu a {
    color: #333;
  }
}

/* list and link */
.menu {
  list-style: none;
  display: flex;
  align-items: stretch; /* Default */
}

.menu-item {
  padding-left: 0px;
  text-indent: 0px;
}

.menu li {
  display: inline-block;
  padding: 10px 0px;
  z-index: 1000;
  /* If li has a before value with content */
}
.menu li::before {
  content: "";
}
.menu li .sub-menu {
  display: none;
  position: absolute;
  top: 60px;
  background-color: #ffffff;
}
.menu li .sub-menu li {
  display: block;
}
.menu li:hover .sub-menu {
  display: block;
  padding: 10px;
}
.menu li a {
  text-transform: uppercase;
  color: #333;
  padding: 10px 15px;
}
.menu li a:hover {
  text-decoration: none;
}
.menu .current-menu-item a, .menu .current_page_parent a, .menu .current-page-ancestor a {
  color: #BE4526;
  font-size: 600;
}

.page-template-page-produit .menu .current-menu-item a, .page-template-page-produit .menu .current_page_parent a, .page-template-page-produit .menu .current-page-ancesto a, .page-template-page-produit .menu li a {
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .page-template-page-produit .menu .current-menu-item a, .page-template-page-produit .menu .current_page_parent a, .page-template-page-produit .menu .current-page-ancesto a, .page-template-page-produit .menu li a {
    color: #BE4526;
  }
}

.menu li.lang-item {
  display: none;
}
@media screen and (max-width: 1024px) {
  .menu li.lang-item {
    display: block;
  }
}

.wp-block-navigation-item {
  text-indent: 0px;
}

/* Add responsive CSS styles for mobile view and hamburger menu */
@media screen and (max-width: 1024px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    width: 100vw;
  }
  .navbar .content .logo {
    padding-left: 20px;
  }
  .menu-bar-top {
    display: flex;
    width: 100%;
  }
  nav {
    width: auto;
  }
  /* Display hamburger icon on mobile device */
  .menu-icon {
    width: 50px;
    height: 50px;
    background-image: url('data:image/svg+xml,<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 42 42" style="enable-background:new 0 0 42 42;" xml:space="preserve"><style type="text/css">.st0{fill:%238D3F2B;}.st1{fill:%23FFFFFF;}.st2{fill:none;stroke:%23FFFFFF;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><line class="st2" x1="9.5" y1="13.6" x2="32.5" y2="13.6"/><line class="st2" x1="9.5" y1="21" x2="32.5" y2="21"/><line class="st2" x1="9.5" y1="28.4" x2="32.5" y2="28.4"/></g></svg>');
    background-repeat: no-repeat;
    background-size: contain;
  }
  .menu-icon.close {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 42 42" style="enable-background:new 0 0 42 42;" xml:space="preserve"><style type="text/css">.st0{fill:%238D3F2B;}.st1{fill:%23FFFFFF;}.st2{fill:none;stroke:%23FFFFFF;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><line class="st2" x1="12.9" y1="29.1" x2="29.1" y2="12.9"/></g><g><line class="st2" x1="29.1" y1="29.1" x2="12.9" y2="12.9"/></g></svg>');
    background-repeat: no-repeat;
    background-size: contain;
  }
  .home .menu-icon {
    background-image: url('data:image/svg+xml,<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 42 42" style="enable-background:new 0 0 42 42;" xml:space="preserve"><style type="text/css">.st0{fill:%238D3F2B;}.st1{fill:%23FFFFFF;}.st2{fill:none;stroke:%23aa1917;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><line class="st2" x1="9.5" y1="13.6" x2="32.5" y2="13.6"/><line class="st2" x1="9.5" y1="21" x2="32.5" y2="21"/><line class="st2" x1="9.5" y1="28.4" x2="32.5" y2="28.4"/></g></svg>');
  }
  .home .menu-icon.close {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 42 42" style="enable-background:new 0 0 42 42;" xml:space="preserve"><style type="text/css">.st0{fill:%238D3F2B;}.st1{fill:%23aa1917;}.st2{fill:none;stroke:%23aa1917;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><line class="st2" x1="12.9" y1="29.1" x2="29.1" y2="12.9"/></g><g><line class="st2" x1="29.1" y1="29.1" x2="12.9" y2="12.9"/></g></svg>');
  }
  ul .menu {
    height: 100vh;
    background-color: burlywood;
  }
  .menu {
    display: none;
    flex-direction: column;
    background-color: #ffffff; /* Change background color for mobile menu */
    position: absolute;
    top: 118px; /* Adjust top position as needed */
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 10px 0;
    justify-content: start;
    text-align: center;
    z-index: 1000;
  }
  .menu li {
    background-color: #ffffff;
  }
  .menu ul.sub-menu {
    display: block;
    position: relative;
    top: 0px;
  }
  .menu ul.sub-menu li {
    background-color: #F6EBE0;
  }
  .menu li .sub-menu {
    display: block;
  }
  .menu.open {
    display: flex;
  }
  .menu-icon {
    display: block;
    font-size: 24px;
    cursor: pointer;
  }
  .menu-shop-icon {
    display: flex;
    direction: rtl;
    align-items: center;
    height: 50px;
    width: 33.33%;
    padding-right: 10px;
  }
}
.menu {
  position: absolute;
  bottom: 10px;
  left: 300px;
}
@media screen and (max-width: 1024px) {
  .menu {
    right: 0px;
    left: 0px;
  }
}

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