/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@font-face {
  font-family: "Archivo";
  font-weight: 100;
  font-style: normal;
  src: "../assets/fonts/Archivo/Archivo-Thin.ttf";
}
@font-face {
  font-family: "Archivo";
  font-weight: 200;
  font-style: normal;
  src: "../assets/fonts/Archivo/Archivo-ExtraLight.ttf";
}
@font-face {
  font-family: "Archivo";
  font-weight: 300;
  font-style: normal;
  src: "../assets/fonts/Archivo/Archivo-Light.ttf";
}
@font-face {
  font-family: "Archivo";
  font-weight: normal;
  font-style: normal;
  src: "../assets/fonts/Archivo/Archivo-Regular.ttf";
}
@font-face {
  font-family: "Archivo";
  font-weight: 500;
  font-style: normal;
  src: "../assets/fonts/Archivo/Archivo-Medium.ttf";
}
@font-face {
  font-family: "Archivo";
  font-weight: 600;
  font-style: normal;
  src: "../assets/fonts/Archivo/Archivo-SemiBold.ttf";
}
@font-face {
  font-family: "Archivo";
  font-weight: 700;
  font-style: normal;
  src: "../assets/fonts/Archivo/Archivo-Bold.ttf";
}
@font-face {
  font-family: "Archivo";
  font-weight: 800;
  font-style: normal;
  src: "../assets/fonts/Archivo/Archivo-ExtraBold.ttf";
}
@font-face {
  font-family: "Archivo";
  font-weight: 900;
  font-style: normal;
  src: "../assets/fonts/Archivo/Archivo-Black.ttf";
}
@font-face {
  font-family: "Archivo";
  font-weight: 100;
  font-style: italic;
  src: "../assets/fonts/Archivo/Archivo-ThinItalic.ttf";
}
@font-face {
  font-family: "Archivo";
  font-weight: 200;
  font-style: italic;
  src: "../assets/fonts/Archivo/Archivo-ExtraLightItalic.ttf";
}
@font-face {
  font-family: "Archivo";
  font-weight: 300;
  font-style: italic;
  src: "../assets/fonts/Archivo/Archivo-LightItalic.ttf";
}
@font-face {
  font-family: "Archivo";
  font-weight: normal;
  font-style: italic;
  src: "../assets/fonts/Archivo/Archivo-Italic.ttf";
}
@font-face {
  font-family: "Archivo";
  font-weight: 500;
  font-style: italic;
  src: "../assets/fonts/Archivo/Archivo-MediumItalic.ttf";
}
@font-face {
  font-family: "Archivo";
  font-weight: 600;
  font-style: italic;
  src: "../assets/fonts/Archivo/Archivo-SemiBoldItalic.ttf";
}
@font-face {
  font-family: "Archivo";
  font-weight: 700;
  font-style: italic;
  src: "../assets/fonts/Archivo/Archivo-BoldItalic.ttf";
}
@font-face {
  font-family: "Archivo";
  font-weight: 800;
  font-style: italic;
  src: "../assets/fonts/Archivo/Archivo-ExtraBoldItalic.ttf";
}
@font-face {
  font-family: "Archivo";
  font-weight: 900;
  font-style: italic;
  src: "../assets/fonts/Archivo/Archivo-BlackItalic.ttf";
}
h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Archivo, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

html,
body {
  position: relative;
  height: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1920px) {
  .header-image {
    max-height: 35rem !important;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .header-image {
    max-height: 5rem !important;
    margin-bottom: 4rem;
  }
}
#CybotCookiebotDialogBodyContentTitle {
  font-size: 1.5rem !important;
  letter-spacing: inherit !important;
  line-height: 1 !important;
}

html > * {
  color: #222 !important;
  font-size: 1em !important;
  line-height: 1.4 !important;
  font-family: "Archivo", sans-serif !important;
  overflow-x: hidden;
}

main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.shop {
  flex: 1;
}

h2 {
  font-size: 3rem !important;
}

.header-badge {
  display: flex !important;
  margin-bottom: 1.5rem !important;
  padding: 0.5rem 1rem 0.5rem 0.5rem !important;
  align-items: center !important;
  grid-column-gap: 0.75rem !important;
  border-radius: 0px !important;
  background-color: #f9f9fb !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 500 !important;
}

.header-top-content {
  margin-bottom: 4rem !important;
  text-align: left !important;
}

.header-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.header-subheader {
  justify-self: end !important;
  align-self: end !important;
}

.media {
  object-fit: cover !important;
  height: 100% !important;
  width: 100% !important;
}

#main-header {
  border-bottom: 1px solid #ebebef;
}

#main-footer {
  border-top: 1px solid #ebebef;
}

#main-header ul,
#main-footer ul {
  list-style: none;
  gap: 2rem;
}

a {
  color: #4e5154;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #4e5154;
  opacity: 0.5;
  font-weight: bold;
  text-decoration: none;
}

.logo {
  width: 10rem;
}

.section-header {
  position: relative !important;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.navbar-nav {
  align-items: center;
  display: flex;
  width: 60%;
  justify-content: space-between;
}

.nav-link {
  font-size: 1.25rem;
}

.navbar-collapse {
  transition: all 200ms ease 0s;
  justify-content: space-around;
}

svg + span {
  margin-left: 1rem;
}

.footer-link,
.footer-link:hover {
  font-weight: normal;
}

button:focus {
  outline: none;
}

.navbar-toggler-icon {
  align-items: center;
  display: flex;
}

.grid-product__wrap-inner {
  height: 100%;
}

html#ecwid_html body#body .ec-size .ec-store .grid-product__wrap-inner > *:last-child:not(.grid-product__image) {
  margin-top: auto;
}

html#ecwid_html body#body .horizontal-menu-container.horizontal-desktop nav.horizontal-menu {
  display: flex;
  justify-content: center;
}

html#ecwid_html body#body .horizontal-menu-container.horizontal-desktop .horizontal-menu-item > a span,
html#ecwid_html body#body .ecsp span, html#ecwid_html body#body .ecwid span {
  font-size: 1rem;
  font-weight: 700;
}

html#ecwid_html body#body .horizontal-menu-container.horizontal-mobile .horizontal-menu-button svg {
  padding-bottom: 3px;
}

html#ecwid_html body#body .horizontal-menu-container.horizontal-mobile {
  margin-bottom: 1rem;
}

@media (max-width: 992px) {
  .navbar-nav {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header-subheader {
    margin-top: 2rem !important;
  }
  h2 {
    font-size: 2rem !important;
  }
  .section-header {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .header-top-content {
    margin-bottom: 2rem !important;
  }
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=/main.54166fbf.css.map */