/*!
Theme Name: fitME
Theme URI: http://underscores.me/
Author: SOFTINI
Author URI: https://www.softini.pl
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fitme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

fitME is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url(./assets/fonts/icomoon.ttf); }

body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.4rem; }

@media (max-width: 767.98px) {
  h2 {
    font-size: 1.5rem; } }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  text-decoration: none; }

big {
  font-size: 125%; }

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

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

@media (max-width: 767.98px) {
  html {
    font-size: 14px; } }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }
  table tr.to-hide {
    display: none; }

.table-button {
  cursor: pointer;
  color: #E9A22B;
  font-weight: 600; }
  .table-button svg {
    margin-left: 0.5em;
    height: 0.8rem;
    width: auto;
    transition: 0.3s ease; }
    .table-button svg path {
      stroke: #E9A22B; }
  .table-button.active svg {
    transform: rotate(-180deg); }

.container {
  max-width: 1080px;
  margin: 0 auto; }
  @media (max-width: 1080px) {
    .container {
      padding: 0 10px; } }

.container-small {
  max-width: 900px;
  margin: 0 auto; }
  @media (max-width: 900px) {
    .container-small {
      padding: 0 10px; } }

.container-big {
  max-width: 1300px;
  margin: 0 auto; }
  @media (max-width: 1300px) {
    .container-big {
      padding: 0 10px; } }
  .container-big.padding {
    max-width: calc(1300px + 4em); }

/* Links
--------------------------------------------- */
a {
  color: #4169e1; }
  a:focus {
    outline: 0; }
  a:hover, a:active {
    outline: 0; }
  a.arrow-link {
    color: #E9A22B;
    border-bottom: 1px solid;
    padding-bottom: 0.3em;
    text-decoration: none;
    font-weight: 600; }
    a.arrow-link .arrow {
      transition: 0.3s ease;
      display: inline-block; }
    a.arrow-link:hover .arrow {
      transform: translateX(5px); }

/* Forms
--------------------------------------------- */
button.button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-radius: 8px;
  background: #35C25C;
  color: white;
  line-height: 1;
  padding: 0.8em 1em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #35C25C;
  /*&::after{
		content: url('./assets/svg/arrow.svg');
		margin-left: 0.5em;
	}*/ }
  button.button:hover, button.button:active, button.button:focus,
  a.button:hover,
  a.button:active,
  a.button:focus,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    background-color: gray;
    border-color: gray; }
  button.button.noarrow::after,
  a.button.noarrow::after,
  input[type="button"].noarrow::after,
  input[type="reset"].noarrow::after,
  input[type="submit"].noarrow::after {
    content: '';
    margin: 0; }
  button.button:disabled,
  a.button:disabled,
  input[type="button"]:disabled,
  input[type="reset"]:disabled,
  input[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  button.button.border,
  a.button.border,
  input[type="button"].border,
  input[type="reset"].border,
  input[type="submit"].border {
    background-color: transparent;
    border: 1px solid #35C25C;
    color: #35C25C; }
    button.button.border:hover,
    a.button.border:hover,
    input[type="button"].border:hover,
    input[type="reset"].border:hover,
    input[type="submit"].border:hover {
      background-color: #35C25C;
      color: white; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Common
--------------------------------------------- */
.site-header .topbar {
  background-color: #FCF2DE; }
  .site-header .topbar_inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    font-weight: 600;
    padding: 0.5em 1em; }
  .site-header .topbar_left {
    text-align: left; }
  .site-header .topbar_center {
    text-align: center; }
  .site-header .topbar_right {
    text-align: right; }

.site-header_main {
  padding: 1em;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background-color: white; }

.site-header .site-branding {
  flex-shrink: 0; }
  .site-header .site-branding img {
    width: 50px; }

.site-header .header-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative; }

.site-header .header-button {
  border: 0;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  margin-left: 1.5em; }
  .site-header .header-button:hover {
    color: #0e7b7a; }
  .site-header .header-button::before {
    font-family: icomoon;
    font-size: 1.5rem; }

.site-header #header-account-button::before {
  content: "\e920"; }

.site-header #header-cart-button {
  position: relative;
  display: inline-block; }
  .site-header #header-cart-button::before {
    content: "\e921"; }
  .site-header #header-cart-button .cart-count {
    background-color: #0e7b7a;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: -6px;
    font-size: 8px; }

.site-header .header-search {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .site-header .header-search_field {
    width: 0;
    opacity: 0;
    transition: 0.3s ease; }
    .site-header .header-search_field.active {
      width: 200px;
      opacity: 1; }
  .site-header .header-search_button {
    margin-left: 1em; }
    .site-header .header-search_button::before {
      content: "\e90a"; }

.site-header .widget_shopping_cart_content {
  position: relative; }
  .site-header .widget_shopping_cart_content #header-mini-cart {
    display: none;
    position: absolute;
    width: 300px;
    background-color: #F4F7FF;
    top: 100%;
    right: 0;
    padding: 1em;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    z-index: 99999; }
  .site-header .widget_shopping_cart_content:hover #header-mini-cart {
    display: block; }

.site-header .header-mobile-buttons {
  display: none; }

.site-header #mobile-menu-button {
  width: auto;
  padding: 0;
  background-color: transparent;
  border: 0; }

.site-header #mobile-menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: -120%;
  top: 0;
  z-index: 999;
  transition: 0.3s ease; }
  .site-header #mobile-menu nav {
    background-color: white;
    padding: 4em 2em;
    height: 100%;
    width: 80%;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2); }
  .site-header #mobile-menu.active {
    left: 0; }
  .site-header #mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .site-header #mobile-menu ul li {
      font-size: 1.8rem;
      font-weight: 600; }
      .site-header #mobile-menu ul li a {
        color: inherit;
        text-decoration: none; }
        .site-header #mobile-menu ul li a:hover {
          font-weight: 600; }
      .site-header #mobile-menu ul li.menu-item-has-children > a {
        display: flex;
        align-items: center; }
        .site-header #mobile-menu ul li.menu-item-has-children > a::after {
          content: url(./assets/svg/chevron.svg);
          display: block;
          margin-left: 1em;
          width: 25px;
          height: 25px;
          border-radius: 100%;
          box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
          text-align: center;
          line-height: 0.5;
          transition: 0.3s ease; }
        .site-header #mobile-menu ul li.menu-item-has-children > a:hover::after {
          background-color: #FCF2DE; }
      .site-header #mobile-menu ul li.active > a::after {
        transform: rotate(-180deg); }
      .site-header #mobile-menu ul li ul {
        display: none; }
        .site-header #mobile-menu ul li ul li {
          font-size: 1rem;
          font-weight: 400;
          margin: 0.5em 0; }
          .site-header #mobile-menu ul li ul li.current-menu-item {
            font-weight: 600; }

@media (max-width: 767.98px) {
  .site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99999;
    background-color: white; }
    .site-header_main {
      display: flex;
      justify-content: space-between;
      padding: 0.5em; }
    .site-header .topbar {
      display: none; }
    .site-header .site-branding {
      padding-left: 0; }
    .site-header .header-buttons {
      display: none; }
    .site-header .site-branding img {
      height: 50px;
      width: auto; }
    .site-header .header-mobile-buttons {
      display: inline-flex;
      align-items: center;
      gap: 1em; } }

.topbar-mobile {
  display: none;
  text-align: center;
  background-color: #FFC530;
  padding: 0.5em 0;
  font-weight: 600; }
  @media (max-width: 767.98px) {
    .topbar-mobile {
      display: block; } }

.slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0; }
  .slider-dots_dot {
    margin: 0 0.5em;
    border: 0;
    background-color: white;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    padding: 0;
    display: block;
    cursor: pointer; }
    .slider-dots_dot.active, .slider-dots_dot:hover {
      background-color: #E9A22B; }

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0.5em; }
  .slick-dots li {
    margin: 0 0.3em; }
    .slick-dots li button {
      height: 40px;
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #f1f1f1;
      color: inherit;
      text-decoration: none;
      border: 0;
      cursor: pointer; }
    .slick-dots li.slick-active button,
    .slick-dots li button:hover {
      background-color: #EAF3FF;
      color: #3E66FB;
      font-weight: 600; }

body .home-slider_slider:not(.slick-initialized) .home-slide:not(:first-child),
body .month-offer-box_slider:not(.slick-initialized) .month-offer-box_product:not(:first-child),
body .products-slider:not(.slick-initialized) .product {
  display: none !important; }

.section {
  padding: 2em 0; }

.trusted-reviews {
  background-color: #FCF2DE; }
  .trusted-reviews_title {
    margin-bottom: 2em; }
  .trusted-reviews_items {
    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
    gap: 2em;
    justify-content: center; }
  .trusted-reviews .trusted-review {
    background-color: white;
    border-radius: 10px;
    padding: 2em 4em;
    box-shadow: 1px 2px 32px rgba(0, 0, 0, 0.25); }
  @media (max-width: 767.98px) {
    .trusted-reviews_items {
      grid-template-columns: 1fr;
      gap: 1em; }
    .trusted-reviews .trusted-review {
      padding: 2em; } }

.faq-tab {
  box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  border-radius: 18px;
  padding: 1em 2em;
  margin-bottom: 1.5em; }
  .faq-tab_header {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    width: 100%; }
    .faq-tab_header:hover .faq-tab_arrow {
      background-color: #FCF2DE; }
  .faq-tab_title {
    font-size: 1rem;
    margin: 0; }
  .faq-tab_arrow {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: -1em;
    margin-left: 2em; }
    .faq-tab_arrow svg {
      transition: 0.3s ease;
      height: 0.75rem;
      width: auto; }
      .faq-tab_arrow svg path {
        stroke: #000000; }
  .faq-tab_content {
    display: none; }
  .faq-tab.active .faq-tab_arrow {
    background-color: #FCF2DE; }
    .faq-tab.active .faq-tab_arrow svg {
      transform: rotate(180deg); }

.faq-content {
  margin: 4em 0; }
  .faq-content_title {
    text-align: center;
    margin-bottom: 2em; }
  .faq-content_tabs {
    margin-bottom: 4em; }

.post-box_link {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: inherit; }

.post-box .post-category {
  margin-bottom: 1em; }

.post-box_image {
  border-radius: 10px;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center; }

.post-box_title {
  font-size: 1.2rem; }
  .post-box_title:hover {
    color: #E9A22B; }

@media (max-width: 767.98px) {
  .post-box_link {
    background-color: #F4F7FF;
    padding: 1em;
    border-radius: 10px;
    box-shadow: 1px 2px 32px rgba(0, 0, 0, 0.25); }
  .post-box_image {
    height: 200px; } }

.section-image_inner {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.section-image_image {
  width: 50%; }
  .section-image_image img {
    border-radius: 10px; }

.section-image_content {
  width: 40%; }

.section-image.reverse .section-image_inner {
  flex-direction: row-reverse; }

.section-quote {
  padding: 5em 0;
  position: relative;
  margin: 2em 0; }
  .section-quote::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    border-radius: 15px  0 0 15px;
    background-color: #F4F7FF;
    z-index: 1; }
  .section-quote_inner {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row; }
  .section-quote_image {
    width: 50%; }
    .section-quote_image img {
      border-radius: 10px; }
  .section-quote_content {
    width: 40%;
    padding-right: 5em; }
  .section-quote_text {
    position: relative; }
    .section-quote_text::before {
      content: url(./assets/svg/quote.svg);
      display: block;
      position: absolute;
      top: -10px;
      left: -40px; }
  .section-quote_position {
    font-size: 0.8rem; }
  .section-quote_name {
    margin-bottom: 0.5em; }
  .section-quote.reverse .section-quote_inner {
    flex-direction: row-reverse; }
  .section-quote.reverse .section-quote_content {
    padding-right: 0;
    padding-left: 5em; }
  .section-quote.reverse::before {
    left: 0;
    right: auto;
    border-radius: 0 15px 15px 0; }

.section-gallery_content {
  width: 50%;
  margin: 0 auto 2em auto;
  text-align: center; }

.section-gallery_images {
  display: flex;
  justify-content: center; }

.section-gallery_image {
  padding: 1em; }
  .section-gallery_image img {
    height: 400px;
    border-radius: 10px; }

@media (max-width: 767.98px) {
  .section-image_inner {
    flex-direction: column; }
  .section-image_image {
    width: 100%; }
    .section-image_image img {
      border-radius: 10px; }
  .section-image_content {
    width: 100%; }
  .section-image.reverse .section-image_inner {
    flex-direction: column; }
  .section-quote_inner {
    flex-direction: column; }
  .section-quote_image {
    width: 100%; }
  .section-quote_content {
    width: 100%;
    padding-right: 0; }
  .section-quote.reverse .section-quote_inner {
    flex-direction: column; }
  .section-quote.reverse .section-quote_content {
    padding-right: 0;
    padding-left: 0; }
  .section-gallery_content {
    width: 100%; }
  .section-gallery_images {
    display: block; }
  .section-gallery_image {
    padding: 1em; }
    .section-gallery_image img {
      height: 400px;
      width: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 10px; } }

.site-footer {
  padding: 2em 0;
  margin-top: 2em; }
  .site-footer_top {
    display: grid;
    grid-template-columns: auto 40%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    align-items: flex-end;
    padding-bottom: 1em; }
  .site-footer_main {
    display: grid;
    grid-template-columns: 1fr 40%;
    gap: 2em; }
  .site-footer_menus {
    display: flex;
    justify-content: space-between; }
  .site-footer_menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .site-footer_menu ul li {
      margin: 0; }
      .site-footer_menu ul li a {
        color: inherit;
        text-decoration: none; }
        .site-footer_menu ul li a:hover {
          color: #0e7b7a; }
  .site-footer_title {
    margin-bottom: 0.5em;
    text-transform: uppercase; }
  .site-footer_advantages {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: end; }
    .site-footer_advantages li {
      line-height: 1.1; }
      .site-footer_advantages li img {
        height: 30px;
        margin-bottom: 0.5em; }
      .site-footer_advantages li:not(:last-child) {
        margin-right: 3em; }
  .site-footer_cols {
    display: flex;
    font-size: 0.75rem;
    gap: 0.5em;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 2em; }
  .site-footer_logos {
    display: flex;
    align-items: center;
    gap: 0.5em; }
    .site-footer_logos img {
      width: 50px; }
  .site-footer_project-info {
    width: 350px; }
  .site-footer_social a {
    text-decoration: none;
    margin-right: 5px; }
    .site-footer_social a img {
      height: 25px;
      width: auto; }
  .site-footer_newsletter {
    background-color: #F4F7FF;
    padding: 1em;
    border-radius: 15px;
    margin-top: 1em; }
    .site-footer_newsletter .footer-newsletter_title {
      margin-top: 0; }
    .site-footer_newsletter .newsletter_field {
      background-color: white; }
  .site-footer_realization img {
    width: 8rem;
    height: auto;
    margin-top: 1em; }
  @media (max-width: 767.98px) {
    .site-footer {
      padding-bottom: 6em; }
      .site-footer_cols {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0; }
      .site-footer_top {
        grid-template-columns: 1fr; }
      .site-footer_main {
        display: flex;
        gap: 2em;
        flex-direction: column-reverse; }
      .site-footer_menus {
        display: grid;
        grid-template-columns: auto auto;
        justify-content: space-between; }
      .site-footer_project-info {
        width: 100%; }
      .site-footer_description br {
        display: none; }
      .site-footer_advantages {
        justify-content: space-between;
        margin-top: 1em; } }

.mobile-bar {
  display: none; }
  @media (max-width: 767.98px) {
    .mobile-bar {
      display: block;
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: white;
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      z-index: 999; }
      .mobile-bar_inner {
        padding: 1em 3em;
        display: flex;
        justify-content: space-between; }
      .mobile-bar_button {
        position: relative;
        display: block;
        padding: 0;
        margin: 0;
        background-color: transparent;
        border: none;
        color: inherit; }
        .mobile-bar_button svg {
          height: 1.5rem;
          width: auto; }
        .mobile-bar_button .number {
          position: absolute;
          top: -5px;
          right: -15px;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #0e7b7a;
          width: 18px;
          height: 18px;
          border-radius: 100%;
          font-size: 10px;
          font-weight: 900;
          color: white; }
      .mobile-bar_search {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      .mobile-bar .mobile-search input {
        border: 0;
        width: 100%; } }
  .mobile-bar #mobile-search-button::before {
    content: "\e90a";
    font-family: icomoon;
    font-size: 1.75rem; }
  .mobile-bar #mobile-account-button::before {
    content: "\e920";
    font-family: icomoon;
    font-size: 1.75rem; }
  .mobile-bar #mobile-cart-button::before {
    content: "\e921";
    font-family: icomoon;
    font-size: 1.75rem; }

.shop-infos {
  margin: 0;
  padding: 0; }
  .shop-infos_icon {
    padding-right: 0.5em;
    padding-bottom: 1em; }
    .shop-infos_icon img {
      width: 1.5rem; }
  .shop-infos td {
    vertical-align: baseline; }

.shop-payments {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.modal {
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: none; }
  .modal.active {
    display: flex;
    align-items: center;
    justify-content: center; }
  .modal_box {
    background-color: #F4F7FF;
    padding: 2em 4em;
    border-radius: 10px;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.2);
    position: relative; }
  .modal_inner {
    text-align: center; }
  .modal_title {
    font-size: 1.5rem;
    padding-bottom: 0;
    margin-bottom: 0; }
  .modal_content {
    padding: 2em; }
  .modal_footer .button {
    margin: 0 1em; }
  .modal_times {
    padding: 0;
    margin: 0;
    font-size: 2.5rem;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    color: #3E66FB;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 20px; }
  @media (max-width: 767.98px) {
    .modal_box {
      padding: 1em; }
    .modal_footer .button {
      margin: 0 2px; } }

.newsletter_field {
  background-color: #f1f1f1;
  border-radius: 8px;
  display: flex;
  align-items: center; }
  .newsletter_field input {
    width: 100%;
    flex-grow: 1;
    border: 0;
    background-color: transparent;
    color: black;
    outline: 0;
    font-weight: 600;
    padding: 0.8em 1em; }
  .newsletter_field .button {
    line-height: inherit;
    height: 100%; }

.newsletter_acceptance {
  display: flex;
  align-items: flex-start;
  max-width: 80%;
  margin-top: 1em; }
  .newsletter_acceptance input {
    margin-right: 0.5em;
    margin-top: 2px; }
  .newsletter_acceptance label {
    cursor: pointer;
    font-size: 0.8rem; }
    .newsletter_acceptance label p {
      margin: 0; }

.newsletter_msg {
  font-size: 0.8rem;
  color: red; }
  .newsletter_msg.success {
    color: green; }

.testimonials {
  background-color: #F4F7FF; }
  .testimonials_title {
    margin-bottom: 0; }
  .testimonials_slide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    padding: 2em; }
  .testimonials .testimonial {
    background-color: white;
    border-radius: 10px;
    padding: 2em;
    box-shadow: 1px 2px 32px rgba(0, 0, 0, 0.07);
    font-size: 0.8rem; }
    .testimonials .testimonial_inner {
      display: grid;
      grid-template-columns: 1fr 25%;
      gap: 2em;
      height: 100%; }
    .testimonials .testimonial_days {
      font-weight: bold;
      margin-bottom: 1em; }
    .testimonials .testimonial_number {
      font-weight: bold; }
    .testimonials .testimonial_right {
      text-align: right;
      display: flex;
      flex-direction: column; }
    .testimonials .testimonial_image {
      border-radius: 5px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .testimonials .testimonial_check {
      display: flex;
      align-items: center;
      gap: 0.5em;
      font-weight: bold; }
      .testimonials .testimonial_check img {
        height: 1.2em;
        width: auto; }
  @media (max-width: 767.98px) {
    .testimonials_slide {
      grid-template-columns: 1fr;
      gap: 1em; }
    .testimonials .testimonial {
      padding: 2em; } }

.cross-selling {
  margin-top: 2em; }
  .cross-selling_header {
    font-size: 1.5rem; }
  .cross-selling_products {
    margin: 0;
    padding: 1em;
    border-radius: 5px;
    border: 1px solid #EAF3FF;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em; }
  .cross-selling_product {
    text-align: center;
    font-size: 0.7rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid #F4F7FF;
    border-radius: 8px; }
    .cross-selling_product a {
      color: inherit;
      text-decoration: none;
      margin-bottom: 0.5em; }
      .cross-selling_product a:hover .cross-selling_title {
        color: #0e7b7a; }
  .cross-selling_image {
    background-color: #F4F7FF;
    border-radius: 8px 8px 0 0; }
  .cross-selling_title {
    margin: 0.5em 0 0 0;
    padding: 0;
    font-size: 0.75rem; }
  .cross-selling_rating {
    font-weight: 600; }
    .cross-selling_rating .number {
      margin-left: 0.5em; }
  .cross-selling_button {
    background-color: #35C25C;
    color: white;
    border-radius: 999px;
    font-size: 0.75rem;
    padding: 0.3em 1em;
    border: 1px solid #35C25C;
    cursor: pointer;
    margin-bottom: 0.5em; }
    .cross-selling_button:hover {
      background-color: transparent;
      color: #35C25C; }

.hidden-content_button {
  display: none; }

.hidden-content.hidden {
  position: relative; }
  .hidden-content.hidden .hidden-content_inner {
    height: 250px;
    overflow: hidden; }
  .hidden-content.hidden::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent, white);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2; }
  .hidden-content.hidden .hidden-content_button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    z-index: 3;
    background-color: #f7d4b6;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer; }
    .hidden-content.hidden .hidden-content_button svg {
      height: 1rem;
      width: auto; }
    .hidden-content.hidden .hidden-content_button:hover {
      background-color: #E9A22B; }
      .hidden-content.hidden .hidden-content_button:hover svg path {
        stroke: white; }

.lang-switcher {
  cursor: pointer;
  margin-left: 1.5em;
  position: relative;
  background-color: white;
  display: block; }
  .lang-switcher__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0; }
  .lang-switcher__row {
    display: flex;
    align-items: center;
    gap: 0.5em;
    background-color: white;
    padding: 0.5em; }
  .lang-switcher__flag {
    width: 25px;
    height: 25px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%; }
  .lang-switcher a {
    color: inherit;
    text-decoration: none; }
    .lang-switcher a:hover {
      color: #0e7b7a; }
  .lang-switcher:hover .lang-switcher__dropdown {
    display: block; }

.mobile-lang-switcher__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1em; }

.mobile-lang-switcher__list-item {
  flex-shrink: 0; }

.mobile-lang-switcher__flag {
  width: 25px;
  height: 25px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  display: block; }

.time-counter {
  display: inline-flex;
  gap: 1em; }
  .time-counter_box {
    background-color: #EAF3FF;
    padding: 0.5em;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-align: center; }
  .time-counter_value {
    font-weight: 600; }
  .time-counter_label {
    font-size: 0.7rem; }

.banner-box {
  display: flex;
  align-items: center;
  gap: 1em;
  color: inherit;
  text-decoration: none;
  border-radius: 5px;
  padding: 0.5em 2em 0.5em 0.5em;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .banner-box_image {
    width: 40%;
    flex-shrink: 0;
    position: relative;
    z-index: 2; }
    .banner-box_image img {
      transition: 0.3s ease; }
  .banner-box_title {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.1; }
  .banner-box:hover .banner-box_image img {
    transform: scale(1.05); }
  .banner-box .deco {
    position: absolute;
    display: block;
    z-index: 1;
    opacity: 0.2;
    left: 0;
    transform: translateX(-40%); }

.product-box {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  gap: 1em;
  border: 1px solid #EAF3FF;
  padding: 0.5em;
  border-radius: 3px; }
  .product-box_image {
    width: 30%;
    flex-shrink: 0; }
  .product-box_content {
    width: 100%;
    flex-shrink: 1;
    font-size: 0.825em; }
  .product-box_title {
    font-weight: 500; }
  .product-box .price {
    font-size: 1em;
    margin: 0; }
  .product-box:hover {
    border-color: #3E66FB; }
  @media (max-width: 767.98px) {
    .product-box_content {
      font-size: 1em; }
    .product-box_title {
      margin-bottom: 1em; } }

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: flex;
  width: 100%;
  justify-content: center; }
  .main-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      padding: 0.3em 0;
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999;
      display: block;
      background-color: #EAF3FF;
      border-radius: 8px;
      border: 0; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        padding: 0.3em; }
        .main-navigation ul ul li:hover > ul,
        .main-navigation ul ul li.focus > ul {
          display: block;
          left: auto; }
        .main-navigation ul ul li:hover > a,
        .main-navigation ul ul li.focus > a {
          color: #3E66FB; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative;
    margin: 0 1em; }
    .main-navigation li:hover > a,
    .main-navigation li.focus > a {
      color: #E9A22B; }
    .main-navigation li.red {
      color: #eb0037; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    color: inherit;
    font-weight: 600; }

@media (max-width: 767.98px) {
  .main-navigation {
    display: none; } }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.bold {
  font-weight: 600 !important; }

.post-categories {
  list-style: none;
  margin: 0;
  padding: 0; }
  .post-categories li {
    margin-bottom: 1em; }

.post-category {
  background-color: #EAF3FF;
  color: #5B97E7;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 600; }

.post-banner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
  opacity: 0.5; }

.post-header {
  margin-top: 4em;
  width: 60%; }
  .post-header.mb {
    margin-top: 2em;
    margin-bottom: 2em; }

.post-meta {
  color: #8C8C8C; }

.post-main {
  display: grid;
  grid-template-columns: 60% auto;
  gap: 6em;
  margin: 2em 0; }

.post-sidebar_section {
  margin-bottom: 4em; }

.post-sidebar .banners .banner-box {
  margin-bottom: 1em; }

.post-newsletter {
  margin-top: 2em;
  background-color: #EAF3FF;
  padding: 2em;
  border-radius: 15px; }
  .post-newsletter_inner {
    display: grid;
    grid-template-columns: 55% 1fr;
    gap: 4em; }
  .post-newsletter_link {
    display: inline-block;
    margin-top: 2em;
    text-decoration: none;
    color: black;
    font-weight: 600;
    padding-bottom: 0.3em;
    border-bottom: 1px solid; }
    .post-newsletter_link .icon {
      margin-left: 0.5em;
      transition: 0.3s ease;
      display: inline-block; }
    .post-newsletter_link:hover .icon {
      transform: translateX(5px); }

.posts-navigation, .woocommerce-pagination {
  width: 100%;
  display: flex;
  justify-content: center; }
  .posts-navigation nav, .woocommerce-pagination nav {
    display: flex;
    margin: 2em auto; }
  .posts-navigation ul, .woocommerce-pagination ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0 0.5em; }
    .posts-navigation ul li, .woocommerce-pagination ul li {
      margin: 0 0.3em; }
      .posts-navigation ul li .page-numbers, .woocommerce-pagination ul li .page-numbers {
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f1f1f1;
        color: inherit;
        text-decoration: none; }
        .posts-navigation ul li .page-numbers:hover, .posts-navigation ul li .page-numbers.current, .woocommerce-pagination ul li .page-numbers:hover, .woocommerce-pagination ul li .page-numbers.current {
          background-color: #EAF3FF;
          color: #3E66FB;
          font-weight: 600; }
  .posts-navigation_btn a, .woocommerce-pagination_btn a {
    background-color: #EAF3FF;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .posts-navigation_btn a:hover, .posts-navigation_btn a.current, .woocommerce-pagination_btn a:hover, .woocommerce-pagination_btn a.current {
      background-color: #3E66FB; }
      .posts-navigation_btn a:hover svg path, .posts-navigation_btn a.current svg path, .woocommerce-pagination_btn a:hover svg path, .woocommerce-pagination_btn a.current svg path {
        stroke: white !important; }
  .posts-navigation_btn.next svg, .woocommerce-pagination_btn.next svg {
    transform: rotate(-90deg); }
  .posts-navigation_btn.prev svg, .woocommerce-pagination_btn.prev svg {
    transform: rotate(90deg); }

.woocommerce-pagination {
  margin-top: 2em; }

@media (max-width: 767.98px) {
  .post-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2em; }
  .post-sidebar_section {
    margin-bottom: 2em; }
    .post-sidebar_section .post-box:not(:last-child) {
      margin-bottom: 2em; }
  .post-banner img {
    width: 100%;
    height: 250px; }
  .post-newsletter {
    padding: 1em; }
    .post-newsletter_inner {
      display: grid;
      grid-template-columns: 1fr; }
  .wp-caption {
    width: auto !important;
    max-width: 100% !important; } }

.product-main {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2em;
  margin: 2em 0; }
  .product-main .summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4em;
    height: 100%;
    margin: 0; }
    .product-main .summary p {
      margin-top: 0; }
  .product-main .quantity {
    float: left; }
  .product-main .single_add_to_cart_button {
    float: right;
    border: 0;
    cursor: pointer; }

.product-type-bundle .product-main {
  grid-template-columns: 2fr 3fr; }
  .product-type-bundle .product-main .summary {
    display: block; }

.product-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 5px; }
  .product-info_tab {
    background-color: #EAF3FF;
    padding: 1em;
    border-radius: 5px;
    position: relative; }
    .product-info_tab_informations {
      height: 100%;
      display: flex;
      align-items: center; }
  .product-info_arrow {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }
    .product-info_arrow svg path {
      fill: #EAF3FF; }
  .product-info .price {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 1.5rem; }
  .product-info_cols {
    display: grid;
    grid-template-columns: 55% 1fr; }
  .product-info_stock {
    font-weight: 600; }
    .product-info_stock span {
      display: flex;
      align-items: center; }
    .product-info_stock svg {
      height: 1rem;
      width: auto;
      margin-right: 0.5em; }
  .product-info_price-100g {
    opacity: 0.4;
    font-size: 0.8rem;
    font-weight: 600; }
  .product-info_price-month {
    font-size: 0.6rem; }

.product-observers {
  font-size: 0.825rem;
  display: flex;
  align-items: center;
  gap: 0.5em;
  background-color: #f1f1f1;
  padding: 0.5em 1rem;
  border-radius: 5px; }
  .product-observers .icon {
    display: inline-flex; }
    .product-observers .icon svg {
      height: 1em;
      width: auto; }

.product-discount-info {
  font-size: 0.825rem;
  display: flex;
  align-items: center;
  gap: 0.5em;
  background-color: #f7d4b6;
  padding: 0.5em 1rem;
  border-radius: 5px;
  font-weight: 600; }

.product-description_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4em; }
  .product-description_inner:not(:last-child) {
    margin-bottom: 2em; }

.product-description_tabs {
  margin: 0;
  padding: 0;
  list-style: none; }

.product-description_tab_header {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between; }
  .product-description_tab_header:hover .product-description_tab_arrow {
    background-color: #FCF2DE; }

.product-description_tab_title {
  font-size: 1rem; }

.product-description_tab_arrow {
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  display: inline-block;
  border-radius: 100%;
  text-align: center; }
  .product-description_tab_arrow svg {
    transition: 0.3s ease; }
    .product-description_tab_arrow svg path {
      stroke: #000000; }

.product-description_tab_content {
  display: none; }

.product-description_tab.active .product-description_tab_arrow {
  background-color: #FCF2DE; }
  .product-description_tab.active .product-description_tab_arrow svg {
    transform: rotate(180deg); }

.product-description_tab.active .product-description_tab_content {
  display: block; }

.product-description_images {
  position: sticky;
  top: 10px; }
  .product-description_images_featured {
    display: inline-block;
    width: 100%; }
    .product-description_images_featured img {
      width: 100%;
      border-radius: 10px; }

.product-description_icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1em; }
  .product-description_icons_item {
    text-align: center; }
  .product-description_icons_icon {
    height: 40px; }
  .product-description_icons_title {
    font-weight: 600;
    margin-bottom: 1em;
    font-size: 0.8rem; }

.product-description-icons {
  list-style: none;
  margin: 1em 0 0 0;
  padding: 0; }
  .product-description-icons_row {
    display: flex;
    align-items: center;
    gap: 0.5em; }
  .product-description-icons_icon {
    height: 1.2em;
    width: auto; }

.related {
  margin: 4em 0; }
  .related h2 {
    text-align: center;
    margin-bottom: 2em; }

.product-faq {
  margin: 4em 0; }
  .product-faq_title {
    text-align: center;
    margin-bottom: 1em; }
  .product-faq_footer {
    text-align: center;
    margin: 1em 0; }
    .product-faq_footer a {
      color: #E9A22B;
      border-bottom: 1px solid;
      padding-bottom: 0.3em;
      text-decoration: none;
      font-weight: 600; }
      .product-faq_footer a .arrow {
        transition: 0.3s ease;
        display: inline-block; }
      .product-faq_footer a:hover .arrow {
        transform: translateX(5px); }

.product-variants {
  display: block;
  clear: both;
  padding-top: 1em;
  position: relative; }
  .product-variants_label {
    font-weight: 600;
    margin-bottom: 0.5em; }
  .product-variants_field {
    padding: 1em;
    border: 1px solid rgba(25, 40, 67, 0.25);
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; }
    .product-variants_field:hover .product-variants_arrow {
      background-color: #FCF2DE; }
  .product-variants_arrow {
    background-color: gray;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06); }
  .product-variants_dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    z-index: 4;
    background-color: white;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    display: none; }
    .product-variants_dropdown li a {
      display: block;
      padding: 0.5em;
      text-decoration: none;
      color: inherit; }
      .product-variants_dropdown li a:hover {
        background-color: #f1f1f1; }

.product-tables-bar {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: inherit;
  background-color: #F4F7FF;
  margin-top: 2em;
  padding: 1em 0;
  cursor: pointer; }
  .product-tables-bar_inner {
    display: flex;
    align-items: center;
    justify-content: center; }
  .product-tables-bar .icon {
    margin-left: 1em;
    transition: 0.3s ease;
    width: 25px;
    height: 25px;
    background: #FFFFFF;
    box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    text-align: center; }
    .product-tables-bar .icon svg {
      transition: 0.3s ease; }
      .product-tables-bar .icon svg path {
        stroke: #000000; }
  .product-tables-bar.active .icon {
    transform: rotate(-180deg); }

.product-tables {
  display: none;
  padding-bottom: 0; }
  .product-tables.active {
    display: block; }
  .product-tables_section {
    margin: 2em 0; }
    .product-tables_section h3 {
      margin-bottom: 0.5em; }
    .product-tables_section table {
      border-collapse: collapse;
      font-size: 0.8rem; }
    .product-tables_section td, .product-tables_section th {
      border: 1px solid #dfdfdf;
      padding: 0.5em; }

.product-month-offer-banner {
  background-color: #FCF2DE;
  padding: 1em 0; }
  .product-month-offer-banner_inner {
    display: flex;
    justify-content: center;
    gap: 2em; }
  .product-month-offer-banner_content {
    text-align: right; }
  .product-month-offer-banner_title {
    font-weight: 600; }
  .product-month-offer-banner .time-counter_box {
    background-color: white; }

@media (max-width: 767.98px) {
  .product-main {
    grid-template-columns: 1fr; }
    .product-main .summary {
      grid-template-columns: 1fr;
      gap: 2em; }
  .product-description_inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
    margin-bottom: 0; }
    .product-description_inner:nth-child(even) {
      display: flex;
      flex-direction: column-reverse; }
  .product-info_arrow {
    display: none; }
  .product-tables table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  .product-tables .table-wrap {
    overflow: auto; }
  .product-month-offer-banner_inner {
    display: block;
    text-align: center; }
  .product-month-offer-banner_content {
    text-align: center;
    margin-bottom: 0.5em; } }

.recipe-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4em;
  margin-bottom: 4em; }

.recipe-informations {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2em;
  margin: 1em 0 2em 0; }
  .recipe-informations .recipe-information {
    text-align: center; }
    .recipe-informations .recipe-information_icon {
      height: 40px;
      margin: 0 auto; }
    .recipe-informations .recipe-information_text {
      font-size: 0.8rem; }

.recipe-ingredients {
  background-color: #EAF3FF;
  padding: 1em 2em; }

.recipe-preparation_list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .recipe-preparation_list li {
    margin-bottom: 1em;
    position: relative;
    padding-left: 70px;
    min-height: 3rem;
    display: flex;
    align-items: flex-start; }
    .recipe-preparation_list li::before {
      content: var(--count);
      display: block;
      position: absolute;
      left: 0;
      margin-right: 0.5em;
      padding: 0.3em 0;
      width: 50px;
      border-radius: 8px;
      background-color: #EAF3FF;
      text-align: center;
      font-size: 1.25rem;
      font-weight: 600; }
    .recipe-preparation_list li img {
      height: 100px;
      display: block;
      border-radius: 10px;
      margin-right: 1em; }

.recipe-image {
  border-radius: 8px; }

@media (max-width: 767.98px) {
  .recipe-main {
    display: grid;
    grid-template-columns: 1fr; } }

.featured-post {
  padding: 5em 0;
  position: relative; }
  .featured-post::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    border-radius: 0 15px 15px 0;
    background-color: #F4F7FF;
    z-index: 1; }
  .featured-post_title a {
    color: inherit;
    text-decoration: none; }
    .featured-post_title a:hover {
      color: #E9A22B; }
  .featured-post_inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 55%;
    gap: 4em;
    z-index: 2; }
  .featured-post_image img {
    border-radius: 10px; }
  .featured-post_meta {
    color: #8C8C8C; }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  margin: 2em 0; }

@media (max-width: 767.98px) {
  .featured-post {
    padding: 2em 1em; }
    .featured-post::before {
      width: 100%;
      border-radius: 10px; }
    .featured-post_inner {
      display: flex;
      flex-direction: column-reverse;
      gap: 2em; }
  .blog-grid {
    grid-template-columns: 1fr;
    padding: 0 1em; } }

.contact {
  display: grid;
  grid-template-columns: 1fr 2fr;
  width: 100%;
  margin: 5em 0 3em 0; }
  .contact_content {
    background-color: #F4F7FF;
    padding: 2em 3em; }
  .contact_map iframe {
    width: 100%;
    height: 100%; }
  .contact_logos {
    display: flex;
    align-items: center; }
    .contact_logos img {
      height: 80px;
      width: auto;
      margin-right: 1em; }
  @media (max-width: 767.98px) {
    .contact {
      grid-template-columns: 1fr; }
      .contact_map iframe {
        width: 100%;
        height: 300px; } }

.contact-faq {
  margin-bottom: 5em; }

.about-hero {
  padding: 5em 0;
  position: relative; }
  .about-hero::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    border-radius: 0 15px 15px 0;
    background-color: #F4F7FF;
    z-index: 1; }
  .about-hero_title a {
    color: inherit;
    text-decoration: none; }
    .about-hero_title a:hover {
      color: #E9A22B; }
  .about-hero_inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 55%;
    gap: 4em;
    z-index: 2; }
  .about-hero_image img {
    border-radius: 10px; }
  .about-hero_benefits {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr); }
    .about-hero_benefits li {
      display: flex;
      margin-right: 1em;
      width: 100px;
      align-items: flex-start;
      flex-direction: column;
      font-weight: 600; }
      .about-hero_benefits li img {
        border-radius: 100%;
        width: 50px;
        height: 50px;
        margin: 0.5em 0; }
  @media (max-width: 767.98px) {
    .about-hero::before {
      width: 100%;
      border-radius: 10px; }
    .about-hero_inner {
      display: flex;
      flex-direction: column-reverse;
      gap: 2em; }
    .about-hero_content {
      padding: 0 1em; }
    .about-hero_benefits {
      grid-template-columns: 1fr 1fr; }
      .about-hero_benefits li {
        text-align: center;
        align-items: center; }
        .about-hero_benefits li img {
          margin: 0.5em auto; } }

.shop-main {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 2em; }
  @media (max-width: 991.98px) {
    .shop-main {
      display: flex;
      flex-direction: column-reverse; } }

.shop-side {
  position: sticky;
  top: 2em; }

.shop-side-products ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .shop-side-products ul li {
    margin: 1em 0; }

.shop-nav {
  margin-top: 1em; }
  .shop-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .shop-nav ul li {
      font-size: 1.8rem;
      font-weight: 600; }
      .shop-nav ul li a {
        color: inherit;
        text-decoration: none; }
        .shop-nav ul li a:hover {
          font-weight: 600; }
      .shop-nav ul li.menu-item-has-children > a {
        display: flex;
        align-items: center; }
        .shop-nav ul li.menu-item-has-children > a::after {
          content: url(./assets/svg/chevron.svg);
          display: block;
          margin-left: 1em;
          width: 25px;
          height: 25px;
          border-radius: 100%;
          box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
          text-align: center;
          line-height: 0.5;
          transition: 0.3s ease; }
        .shop-nav ul li.menu-item-has-children > a:hover::after {
          background-color: #FCF2DE; }
      .shop-nav ul li.active > a::after {
        transform: rotate(-180deg); }
      .shop-nav ul li ul {
        display: none; }
        .shop-nav ul li ul li {
          font-size: 1rem;
          font-weight: 400;
          margin: 0.5em 0; }
          .shop-nav ul li ul li.current-menu-item {
            font-weight: 600; }
  @media (max-width: 991.98px) {
    .shop-nav {
      display: none; } }

.woocommerce-thankyou-header {
  text-align: center;
  margin-bottom: 2em; }

.woocommerce-thankyou-title {
  text-align: center;
  margin-bottom: 1.5em; }

.woocommerce-thankyou-image {
  width: 50%;
  margin: 0 auto;
  border-radius: 8px; }

.woocommerce-thankyou-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4em; }

body .woocommerce-order-details {
  border-bottom: 0;
  padding-bottom: 1em;
  margin-bottom: 1em; }
  body .woocommerce-order-details .woocommerce-table--order-details {
    border-collapse: collapse;
    border-radius: 5px;
    border-style: hidden;
    /* hide standard table (collapsed) border */
    box-shadow: 0 0 0 1px #EAF3FF;
    /* this draws the table border  */ }
    body .woocommerce-order-details .woocommerce-table--order-details tr:not(:last-child) td {
      border-bottom: 1px solid #EAF3FF; }
    body .woocommerce-order-details .woocommerce-table--order-details .woocommerce-table__number {
      padding-left: 1em; }
      body .woocommerce-order-details .woocommerce-table--order-details .woocommerce-table__number .number {
        display: flex;
        font-size: 0.8rem;
        height: 1.5rem;
        width: 1.5rem;
        background-color: #E9A22B;
        color: white;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        font-weight: bold; }
    body .woocommerce-order-details .woocommerce-table--order-details .woocommerce-table__product-name {
      display: flex;
      align-items: center; }
      body .woocommerce-order-details .woocommerce-table--order-details .woocommerce-table__product-name img {
        width: 80px;
        margin-right: 0.5em; }
      body .woocommerce-order-details .woocommerce-table--order-details .woocommerce-table__product-name a {
        color: inherit;
        text-decoration: none;
        font-weight: 600; }
        body .woocommerce-order-details .woocommerce-table--order-details .woocommerce-table__product-name a:hover {
          color: #E9A22B; }
      body .woocommerce-order-details .woocommerce-table--order-details .woocommerce-table__product-name .rating, body .woocommerce-order-details .woocommerce-table--order-details .woocommerce-table__product-name .subtitle {
        font-size: 0.8rem; }
    body .woocommerce-order-details .woocommerce-table--order-details .woocommerce-table__product-total {
      font-weight: 600; }
      body .woocommerce-order-details .woocommerce-table--order-details .woocommerce-table__product-total .product-quantity {
        color: #E9A22B; }
  body .woocommerce-order-details .woocommerce-order-total {
    border-collapse: collapse;
    border-radius: 5px;
    border-style: hidden;
    /* hide standard table (collapsed) border */
    box-shadow: 0 0 0 1px #EAF3FF;
    /* this draws the table border  */ }
    body .woocommerce-order-details .woocommerce-order-total th, body .woocommerce-order-details .woocommerce-order-total td {
      padding: 0.5em 1em; }
    body .woocommerce-order-details .woocommerce-order-total th {
      text-align: left; }
    body .woocommerce-order-details .woocommerce-order-total td {
      text-align: right; }
      body .woocommerce-order-details .woocommerce-order-total td small {
        display: block; }
    body .woocommerce-order-details .woocommerce-order-total .amount {
      font-weight: 600; }

@media (max-width: 991.98px) {
  .woocommerce-thankyou-main {
    display: block; }
  .woocommerce-thankyou-title {
    font-size: 1.5rem; }
  body .woocommerce-order-details .woocommerce-table--order-details .woocommerce-table__number {
    display: none; } }

@media (max-width: 767.98px) {
  .woocommerce-thankyou-image {
    width: 80%; } }

.shipping-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
  .shipping-info_content {
    display: flex;
    align-items: center; }
  .shipping-info_meta {
    font-weight: 600;
    font-size: 0.9rem; }
    .shipping-info_meta_item {
      margin-right: 0.5em;
      display: inline-flex;
      align-items: center; }
    .shipping-info_meta_icon {
      margin-right: 0.3em; }
      .shipping-info_meta_icon svg {
        height: 0.9rem;
        width: auto; }
        .shipping-info_meta_icon svg path {
          fill: #3E66FB; }
    .shipping-info_meta_free {
      color: #35C25C; }

.search-main {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 2em; }
  @media (max-width: 991.98px) {
    .search-main {
      display: block; } }

.search-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3em; }
  @media (max-width: 991.98px) {
    .search-list {
      grid-template-columns: repeat(2, 1fr);
      gap: 1em; } }
  @media (max-width: 767.98px) {
    .search-list {
      grid-template-columns: repeat(1, 1fr);
      gap: 0.5em; } }

.search-item {
  border: 1px solid #EAF3FF;
  text-align: center;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden; }
  .search-item__image {
    display: block;
    background-color: #EAF3FF;
    min-height: 300px;
    color: inherit;
    text-decoration: none; }
    .search-item__image img {
      display: flex;
      width: 100%; }
  .search-item__title {
    font-size: 1rem;
    color: inherit;
    padding: 0 0.3em;
    margin: 0; }
    .search-item__title a {
      color: inherit;
      text-decoration: none; }
      .search-item__title a:hover {
        color: #E9A22B; }
  .search-item__subtitle {
    font-size: 0.8rem;
    margin: 0.25em 0; }
  .search-item__footer {
    padding: 0.5em; }
  .search-item__content {
    padding: 0.5em 0; }
  .search-item__button {
    display: inline-flex;
    padding: 0.5em 1em;
    font-size: 0.8rem;
    background-color: #35C25C;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    height: 35px;
    color: white;
    text-transform: uppercase; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/* Home
--------------------------------------------- */
.home-slider {
  background-color: #FCF2DE;
  padding: 2em 0; }
  .home-slider_inner {
    display: grid;
    grid-template-columns: 70% 28%;
    gap: 2%;
    align-items: center; }
  .home-slider .home-slide_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5em;
    align-items: center; }
  .home-slider .home-slide_image img {
    display: block;
    margin: 0 auto; }
  .home-slider .home-slide_title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 0; }
  .home-slider .home-slide_title-mobile {
    display: none; }
  .home-slider .home-slide_button {
    margin-top: 1em; }
  .home-slider_bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 5em; }
  .home-slider_navigation {
    display: flex;
    justify-content: center; }
  .home-slider_info {
    display: flex;
    align-items: flex-end;
    font-size: 0.75rem;
    line-height: 1.2; }
    .home-slider_info_image {
      margin-right: 1.5em; }
  @media (max-width: 767.98px) {
    .home-slider_inner {
      display: block; }
    .home-slider_main {
      margin-bottom: 2em; }
    .home-slider .home-slide_inner {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      text-align: center; }
    .home-slider .home-slide_title {
      display: none; }
    .home-slider .home-slide_title-mobile {
      display: block; }
    .home-slider_bottom {
      display: block; }
    .home-slider_navigation {
      display: none; }
    .home-slider_info {
      justify-content: center;
      margin-top: 2em; } }

.home-posts_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4em;
  margin-top: 4em; }

.home-posts .home-post_link {
  display: inline-block;
  color: #E9A22B;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 4px; }
  .home-posts .home-post_link .arrow {
    transition: 0.3s ease;
    display: inline-block; }
  .home-posts .home-post_link:hover .arrow {
    transform: translateX(5px); }

@media (max-width: 767.98px) {
  .home-posts_items {
    grid-template-columns: 1fr;
    gap: 2em;
    padding: 0 2em; } }

.home-advantages {
  background-color: #F4F7FF;
  padding: 1.5em 0;
  margin: 1em 0; }
  .home-advantages_items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2em; }
  .home-advantages .home-advantage {
    text-align: center; }
    .home-advantages .home-advantage_icon {
      margin: 0 auto 1em auto;
      height: 80px;
      width: auto; }
    .home-advantages .home-advantage_content {
      padding: 0 2em;
      font-weight: 600;
      line-height: 1.2; }
  @media (max-width: 767.98px) {
    .home-advantages_items {
      grid-template-columns: 1fr 1fr;
      gap: 2em 1em; }
    .home-advantages .home-advantage_content {
      padding: 0 0.5em; } }

.home-products ul.products {
  margin: 3em 0 2em 0; }

@media (max-width: 767.98px) {
  .home-products ul.products {
    margin: 2em 0 0 0; } }

.home-instagram_title {
  margin-bottom: 2em; }

.home-instagram_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2em; }

.home-instagram .instagram-item {
  display: block;
  position: relative;
  transition: 0.3s ease; }
  .home-instagram .instagram-item::after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .home-instagram .instagram-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    border-radius: 10px; }
  .home-instagram .instagram-item:hover {
    transform: scale(1.05); }

@media (max-width: 767.98px) {
  .home-instagram_title {
    margin-bottom: 1em; }
  .home-instagram_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em; } }

.home-image-section_title {
  text-align: center; }

.home-image-section_inner {
  display: grid;
  grid-template-columns: 1fr 50%;
  align-items: center;
  gap: 10em; }

.home-image-section_image img {
  border-radius: 10px; }

@media (max-width: 767.98px) {
  .home-image-section_inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 2em;
    padding: 0 4em; } }

.home-main-sections_title {
  width: 75%;
  margin: 0.5em auto 1em auto; }

.home-main-sections .home-main-section {
  display: flex;
  gap: 5%;
  flex-wrap: wrap;
  align-items: center; }
  .home-main-sections .home-main-section_image {
    width: 50%;
    display: flex; }
    .home-main-sections .home-main-section_image img {
      border-radius: 10px;
      height: 350px;
      width: 100%;
      object-fit: cover;
      object-position: center; }
  .home-main-sections .home-main-section_content {
    width: 45%; }
  .home-main-sections .home-main-section:not(:last-child) {
    margin-bottom: 4em; }
  .home-main-sections .home-main-section:nth-child(even) {
    flex-direction: row-reverse; }

@media (max-width: 767.98px) {
  .home-main-sections_title {
    width: 100%; }
  .home-main-sections .home-main-section {
    flex-direction: column; }
    .home-main-sections .home-main-section_content {
      width: 100%; }
    .home-main-sections .home-main-section_image {
      width: 100%; }
      .home-main-sections .home-main-section_image img {
        height: 250px; } }

.month-offer-box {
  width: 100%;
  background-color: white;
  padding: 1em;
  border-radius: 5px;
  box-shadow: 0 4px 40px 0 rgba(75, 75, 75, 0.16); }
  .month-offer-box_header {
    text-align: center; }
  .month-offer-box_title {
    font-size: 1.3rem;
    font-weight: 600; }
  .month-offer-box_subtitle {
    font-size: 0.875rem; }
  .month-offer-box_counter {
    margin: 0.5em 0; }
  .month-offer-box_slider {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 2em; }
  .month-offer-box_footer {
    display: flex;
    justify-content: space-between;
    gap: 1em; }
  .month-offer-box_arrow {
    background-color: transparent;
    border: 0;
    padding: 0;
    cursor: pointer; }
    .month-offer-box_arrow svg {
      width: 1.2rem;
      height: auto; }
      .month-offer-box_arrow svg path {
        fill: #3E66FB; }
    .month-offer-box_arrow.prev svg {
      transform: rotate(-180deg); }
  .month-offer-box .slider-dots_dot {
    background-color: #EAF3FF; }
    .month-offer-box .slider-dots_dot.active {
      background-color: #3E66FB; }
  .month-offer-box .offer-product {
    color: inherit;
    display: block;
    text-decoration: none;
    text-align: center; }
    .month-offer-box .offer-product_title {
      font-size: 0.825rem;
      font-weight: 600; }
    .month-offer-box .offer-product_image img {
      width: 85%;
      margin: 0 auto; }
    .month-offer-box .offer-product .price {
      display: inline-flex;
      align-items: center;
      gap: 0.5em;
      margin: 0; }
      .month-offer-box .offer-product .price .from {
        opacity: 0.4; }
      .month-offer-box .offer-product .price del {
        font-size: 1em; }
      .month-offer-box .offer-product .price ins {
        font-size: 1.5em;
        font-weight: 500; }
  @media (max-width: 767.98px) {
    .month-offer-box_footer {
      margin-top: 1em; } }

.home-banners_inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em; }

@media (max-width: 767.98px) {
  .home-banners_inner {
    display: block; }
    .home-banners_inner .banner-box:not(:last-child) {
      margin-bottom: 1em; } }

/* Home
--------------------------------------------- */
.product-bundle-sections {
  display: block;
  clear: both;
  padding-top: 1em;
  position: relative; }
  .product-bundle-sections_section:not(:last-child) {
    margin-bottom: 1em; }
  .product-bundle-sections_label {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0.5em; }
  .product-bundle-sections_field-arrow {
    position: absolute;
    margin: 0 1em;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: gray;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
    cursor: pointer;
    z-index: 1; }
  .product-bundle-sections_field-wrap {
    position: relative;
    border: 1px solid rgba(25, 40, 67, 0.25);
    border-radius: 4px; }
    .product-bundle-sections_field-wrap:hover .product-bundle-sections_field-arrow {
      background-color: #FCF2DE; }
    .product-bundle-sections_field-wrap.locked {
      padding: 1em;
      -webkit-user-select: none;
      /* Safari */
      -ms-user-select: none;
      /* IE 10 and IE 11 */
      user-select: none;
      /* Standard syntax */ }
  .product-bundle-sections select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''; }
  .product-bundle-sections_field {
    padding: 1em;
    display: block;
    cursor: pointer;
    width: 100%;
    flex-grow: 1;
    position: relative;
    z-index: 2;
    background-color: transparent;
    border: 0; }

.product-info-bundle_title {
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1em; }

#product-info-bundled-products {
  position: relative;
  transition: 0.3s; }
  #product-info-bundled-products.loading {
    opacity: 0.5; }

.bundled-products_list {
  list-style: none;
  padding: 0;
  margin: 0; }

.bundled-products_row {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 5px; }

.bundled-products_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }

.bundled-products_inner {
  font-size: 0.75rem; }

.bundled-products_title {
  font-weight: 600; }

.bundled-products_price {
  font-weight: 600;
  white-space: nowrap; }
  .bundled-products_price .free {
    color: #35C25C; }

.bundled-products_summary {
  border-top: 1px solid lightgray;
  margin-top: 0.5em;
  padding-top: 0.5em; }
  .bundled-products_summary_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5em; }

.bundled-products_total {
  font-weight: 600;
  font-size: 1.5rem; }

.bundled-products .bundled-products_rating .number {
  margin-left: 0.5em; }

#product-info-bundle .product-info_arrow {
  position: absolute;
  right: 100%;
  top: 30px;
  transform: none; }

.woocommerce-cart-form__contents .sftn_bundled_cart_item {
  font-size: 0.875em; }
  .woocommerce-cart-form__contents .sftn_bundled_cart_item .product-thumbnail {
    text-align: right; }
    .woocommerce-cart-form__contents .sftn_bundled_cart_item .product-thumbnail img {
      width: 60%; }
  .woocommerce-cart-form__contents .sftn_bundled_cart_item .product-name a {
    margin-bottom: 1em; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }
