@charset "UTF-8";
/* 
Theme name: THEME_NAME
Author: Jan Kolařík
Author's url: www.kolarikjan.cz
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set defaults cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove defaults vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input::placeholder, textarea::placeholder {
  color: inherit;
  opacity: 1;
}

button {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  outline: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

* {
  box-sizing: border-box;
  scroll-margin-top: 4rem;
}
@media only screen and (max-width: 991px) {
  * {
    scroll-margin-top: 2.5rem;
  }
}

::-moz-selection {
  background-color: #ed4d35;
  filter: opacity(0.75);
  color: #fff;
}

::selection {
  background-color: #ed4d35;
  filter: opacity(0.75);
  color: #fff;
}

a {
  transition-duration: 0.1s;
  color: #7f7f7f;
  text-decoration: underline;
}
a:hover {
  color: #ed4d35;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

body {
  background-color: #e3e3e3;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #7f7f7f;
}
@media only screen and (max-width: 991px) {
  body {
    text-align: center;
  }
}

strong, b {
  color: #262626;
}

p:not(:last-child) {
  margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Host Grotesk", serif;
  font-weight: 700;
  color: #262626;
}
@media only screen and (max-width: 991px) {
  h1, h2, h3, h4, h5, h6 {
    text-align: center;
  }
}

h1 {
  font-size: 3.125rem;
  line-height: 1.1;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 2rem;
    line-height: 1.15;
  }
}

h2 {
  font-size: 1.875rem;
  line-height: 1.1;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 1.5rem;
    margin-bottom: 1.75rem;
    line-height: 1.15;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 1.15;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 991px) {
  h3 {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

h4 {
  font-size: 1.25rem;
  line-height: 1.15;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 1rem;
    line-height: 1.2;
  }
}

h5, h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

b, strong {
  font-weight: 600;
}

html {
  scroll-behavior: smooth;
}

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-image: url("../img/icon/icon-arrow-triangle.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.25rem;
  cursor: pointer;
}

table {
  width: 100%;
  overflow-y: scroll;
}
table tr > th {
  background-color: #ed4d35 !important;
  padding: 0.75rem 1rem;
  color: #fff;
  font-weight: 700;
}
table tr > th:first-child {
  border-top-left-radius: 0.9375rem;
}
table tr > th:last-child {
  border-top-right-radius: 0.9375rem;
}
table tr > td {
  background-color: rgba(227, 227, 227, 0.5);
  padding: 0.75rem 1rem;
}
table tr:nth-child(even) > td {
  background-color: #fff;
}
table tr:last-child > td:first-child {
  border-bottom-left-radius: 0.9375rem;
}
table tr:last-child > td:last-child {
  border-bottom-right-radius: 0.9375rem;
}
table tr:not(:last-child) > td {
  border-bottom: 0 !important;
}

.no-fill {
  fill: none !important;
}

.container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (min-width: 1475px) {
  .container {
    max-width: 1440px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-extended {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media only screen and (min-width: 1475px) {
  .container-extended {
    max-width: 1920px;
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }
}

.header-main {
  position: relative;
  padding: 1.25rem 0;
}
@media only screen and (max-width: 991px) {
  .header-main {
    padding: 1rem 0;
  }
}
.header-main-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1rem;
}
.header-main-logo {
  flex-basis: 20%;
}
.header-main-logo img {
  max-width: 250px;
  max-height: 85px;
}
@media only screen and (max-width: 1475px) {
  .header-main-logo {
    flex-basis: unset;
  }
}
@media only screen and (max-width: 576px) {
  .header-main-logo {
    max-width: 75%;
  }
  .header-main-logo img {
    max-width: 275px;
    width: 100%;
    max-height: 70px;
  }
}
.header-main-login {
  flex-basis: 20%;
  display: flex;
  align-items: center;
  height: 2.5rem;
  justify-content: flex-end;
  gap: 1rem;
}
.header-main-login-menu ul {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.header-main-login-menu ul a {
  color: #262626;
  font-size: 0.875rem;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}
.header-main-login-menu ul a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1475px) {
  .header-main-login.desktop {
    flex-basis: unset;
    height: unset;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.5rem;
  }
  .header-main-login.desktop ul {
    flex-direction: column;
    gap: 0;
  }
  .header-main-login.desktop .header-main-login-menu-divider {
    display: none;
  }
}
.header-main-login.mobile {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .header-main-login.desktop {
    display: none;
  }
  .header-main-login.mobile {
    display: flex;
    justify-content: center;
    margin-top: 0.75rem;
  }
}
.header-main-center {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media only screen and (max-width: 1200px) {
  .header-main-center {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    display: none;
    background-color: #fff;
    box-shadow: 0px 7px 5px 5px rgba(17, 17, 26, 0.05);
    padding: 1.5rem 0;
  }
  .header-main-center.active {
    display: block;
  }
}
.header-main-center-menu > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
@media only screen and (max-width: 1200px) {
  .header-main-center-menu > ul {
    margin-top: 1rem;
    flex-direction: column;
    gap: 0.125rem;
  }
}
.header-main-center-menu > ul > li > a {
  display: block;
  min-width: 7.8125rem;
  background-color: #fff;
  border-radius: 1.75rem;
  padding: 0.75rem 1.5rem;
  text-align: center;
  color: #262626;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  transition-duration: 0.15s;
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  .header-main-center-menu > ul > li > a {
    min-width: unset;
    padding: 0.5rem 1.125rem;
  }
}
.header-main-center-menu > ul > li > a:hover, .header-main-center-menu > ul > li > a.active {
  background-color: #ed4d35;
  color: #fff;
}
.header-main-toggler {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header-message {
  position: relative;
  padding: 1.25rem 0;
  transition: 0.25s;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
}
.header-message.hidden {
  max-height: 0;
  padding: 0;
}
.header-message-content {
  padding: 0 3.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .header-message-content {
    padding: 0 1.75rem 0 0;
    text-align: left;
  }
}
.header-message-content p, .header-message-content a {
  color: #262626;
  margin-bottom: 0;
}
.header-message-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: stretch;
}
.header-message-close button {
  position: relative;
  padding: 1rem 1.5rem;
}
@media only screen and (max-width: 768px) {
  .header-message-close button {
    padding: 1rem;
  }
}
.header-message-close button::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  right: 0;
  background-color: #ed4d35;
  height: 0;
  transition: 0.25s;
}
.header-message-close button:hover::after {
  height: 100%;
}
.header-message-close button svg {
  position: relative;
  z-index: 2;
  fill: #262626;
}
.header-message-close button:hover svg {
  fill: #fff;
}

.body {
  padding-bottom: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .body {
    padding-bottom: 0;
  }
}
.body .section {
  padding-bottom: 3.5rem;
}
.body .section-header {
  margin-bottom: 2rem;
}
.body .section-header h2, .body .section-header h3 {
  font-size: 1.875rem;
  line-height: 1.25;
  margin-bottom: 0;
}
.body .subpage-header {
  margin-bottom: 3.5rem;
}
.body .subpage-header h1 {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 991px) {
  .body .subpage-header {
    margin-bottom: 2rem;
  }
  .body .subpage-header h1 {
    margin-bottom: 0;
  }
}
.body .subpage-content {
  background-color: #fff;
  border-radius: 0.9375rem;
  padding: 3.5rem 2.5rem;
}
@media only screen and (max-width: 991px) {
  .body .subpage-content {
    padding: 2rem 1.5rem;
  }
}

.scroll-to-top {
  width: 3rem;
  height: 3rem;
  border: 0.125rem solid #ed4d35;
  background-color: #ed4d35;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}
@media only screen and (max-width: 768px) {
  .scroll-to-top {
    bottom: 1rem;
    right: 1rem;
  }
}
.scroll-to-top, .scroll-to-top svg {
  transition-duration: 0.3s;
}
.scroll-to-top svg {
  rotate: -90deg;
  fill: #fff;
}
.scroll-to-top:hover {
  background-color: #fff;
}
.scroll-to-top:hover svg {
  fill: #ed4d35;
}
.scroll-to-top.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.footer {
  background-color: #fff;
}
.footer-main {
  padding: 5rem 0;
  border-bottom: 1px solid #e3e3e3;
}
@media only screen and (max-width: 991px) {
  .footer-main {
    padding: 3rem 0;
  }
}
.footer-main-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4rem;
}
@media only screen and (max-width: 1200px) {
  .footer-main-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 991px) {
  .footer-main-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .footer-main-item {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .footer-main-item:first-child {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 991px) {
  .footer-main-item:first-child {
    grid-column: span 1;
  }
}
.footer-main-item p, .footer-main-item li, .footer-main-item a {
  font-weight: 500;
  margin-bottom: 0;
}
.footer-main-item a {
  color: inherit;
  text-decoration: none;
}
.footer-main-item a.link-mail {
  color: #e3e3e3;
  text-decoration: underline;
}
.footer-main-item a.link-phone {
  color: #e3e3e3;
  font-weight: 600;
}
.footer-main-item a:hover {
  text-decoration: underline;
}
.footer-main-item ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-main-item-logo img {
  max-width: 100%;
  height: auto;
}
.footer-main-item-title {
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  color: #262626;
  display: block;
  font-weight: 700;
  margin-bottom: 1rem;
}
.footer-main-item-contact {
  margin-top: 1rem;
}
.footer-main-item-contact a {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.3125rem;
  line-height: 1.5;
  color: #262626;
  font-weight: 700;
}
.footer-main-item-contact a.orange {
  color: #ed4d35;
}
@media only screen and (max-width: 991px) {
  .footer-main-item-contact a {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.footer-contact {
  border-bottom: 1px solid #e3e3e3;
  padding: 3rem 0;
}
.footer-contact-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 1200px) {
  .footer-contact-wrapper {
    flex-direction: column;
  }
}
.footer-contact-link p {
  margin-bottom: 0;
}
.footer-contact-socials ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer-contact-socials ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.625rem;
  height: 2.625rem;
  border: 1px solid #262626;
  border-radius: 50%;
}
.footer-contact-socials ul a, .footer-contact-socials ul a svg {
  transition-duration: 0.3s;
}
.footer-contact-socials ul a:hover {
  border-color: #ed4d35;
  background-color: #ed4d35;
}
.footer-contact-socials ul a:hover svg {
  fill: #fff;
}
.footer-contact-item {
  flex-basis: 12.5rem;
}
@media only screen and (max-width: 1475px) {
  .footer-contact-item {
    flex-basis: unset;
  }
}
@media only screen and (max-width: 1475px) {
  .footer-contact-spacing {
    display: none;
  }
}
.footer-contact-link {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .footer-contact-link {
    flex-direction: column;
    gap: 1rem;
  }
}
.footer-contact-link p {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #262626;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .footer-contact-link p {
    text-align: center;
  }
}
.footer-copyright {
  padding: 2rem 0 2.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 2;
  text-transform: uppercase;
}
.footer-copyright, .footer-copyright a {
  color: #7f7f7f;
}
.footer-copyright a {
  text-decoration: none;
}
.footer-copyright a:hover {
  color: #ed4d35;
  text-decoration: underline;
}
.footer-copyright span:not(:last-of-type)::after {
  padding: 0 0.5rem 0 0.75rem;
  content: "|";
}
@media only screen and (max-width: 991px) {
  .footer-copyright span {
    display: block;
  }
  .footer-copyright span::after {
    display: none;
  }
}

.button {
  font-family: "Roboto", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.75rem 2rem;
  border-radius: 1.75rem;
  text-decoration: none;
  border: 0.125rem solid;
  width: -moz-fit-content;
  width: fit-content;
}
.button, .button svg {
  transition-duration: 0.3s;
}
.button svg {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.button svg.keep-size {
  width: auto;
  height: auto;
}
.button-small {
  font-weight: 400;
  font-size: 0.9375rem;
  padding: 0.5rem 1.5rem;
}
.button-highlighted {
  border-color: #ed4d35;
  background-color: #ed4d35;
  color: #fff;
}
.button-highlighted svg {
  fill: #fff;
}
.button-highlighted:hover {
  background-color: #fff;
  color: #ed4d35;
}
.button-highlighted:hover svg {
  fill: #ed4d35;
}
.button-white {
  border-color: #fff;
  background-color: #fff;
  color: #ed4d35;
}
.button-white svg {
  fill: #ed4d35;
}
.button-white:hover {
  border-color: #ed4d35;
  background-color: #ed4d35;
  color: #fff;
}
.button-white:hover svg {
  fill: #fff;
}
.button-gray {
  border-color: #f3f3f3;
  background-color: #f3f3f3;
  color: #262626;
}
.button-gray svg {
  fill: #ed4d35;
}
.button-gray:hover {
  border-color: #ed4d35;
  background-color: #ed4d35;
  color: #fff;
}
.button-gray:hover svg {
  fill: #fff;
}
.button-highlighted-bordered {
  border-color: #ed4d35;
  color: #ed4d35;
}
.button-highlighted-bordered svg {
  fill: #ed4d35;
}
.button-highlighted-bordered:hover {
  background-color: #ed4d35;
  color: #fff;
}
.button-highlighted-bordered:hover svg {
  fill: #fff;
}
.button-gray-bordered {
  border-color: #fff;
  color: #fff;
}
.button-gray-bordered svg {
  fill: #ed4d35;
}
.button-gray-bordered:hover {
  background-color: #fff;
  color: #ed4d35;
}
.button-gray-bordered:hover svg {
  fill: #ed4d35;
}

.counters-inner {
  background-image: url("../img/theme/counters-background.png");
  background-position: center;
  background-size: cover;
  border-radius: 0.9375rem;
  padding: 4rem;
}
@media only screen and (max-width: 768px) {
  .counters-inner {
    padding: 2.75rem 2rem;
  }
}
.counters-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
}
@media only screen and (max-width: 1200px) {
  .counters-wrapper {
    grid-template-columns: 1fr;
  }
}
.counters-text {
  font-size: 1.0625rem;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .counters-text {
    text-align: center;
  }
  .counters-text .button {
    margin: 0 auto;
  }
}
.counters-text h2 {
  font-size: 3rem;
  line-height: 1.15;
  margin-bottom: 3rem;
  color: #fff;
  font-weight: 300;
}
.counters-text h2 strong {
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .counters-text h2 {
    margin-bottom: 1.75rem;
    font-size: 2.625rem;
  }
}
.counters-text p {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1200px) {
  .counters-text p {
    margin-bottom: 1.75rem;
  }
}
.counters-numbers {
  margin-left: auto;
}
@media only screen and (max-width: 1200px) {
  .counters-numbers {
    margin: 0 auto;
  }
}
.counters-numbers-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .counters-numbers-wrapper {
    grid-template-columns: 1fr;
  }
}
.counters-numbers-item {
  background-image: linear-gradient(45deg, rgba(158, 159, 170, 0) 0%, rgba(158, 159, 170, 0.3) 100%);
  aspect-ratio: 1/1;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 13.75rem;
  max-width: 13.75rem;
  padding: 0.75rem;
}
@media only screen and (max-width: 1475px) {
  .counters-numbers-item {
    width: auto;
  }
}
.counters-numbers-item-number {
  font-size: 2.625rem;
  line-height: 1.25;
  color: #fff;
  font-family: "Host Grotesk", serif;
  font-weight: 700;
}
.counters-numbers-item-title {
  background-color: #ed4d35;
  border-radius: 0.9375rem;
  padding: 0.125rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}

.products-inner {
  background-color: #fff;
  border-radius: 0.9375rem;
  padding: 2.5rem;
}
@media only screen and (max-width: 991px) {
  .products-inner {
    padding: 1.5rem;
  }
}
.products-wrapper {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media only screen and (max-width: 1475px) {
  .products-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1200px) {
  .products-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.products-wrapper-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width: 1475px) {
  .products-wrapper-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.products-wrapper, .products-wrapper-category-grid {
  display: grid;
  gap: 3rem 1rem;
}
@media only screen and (max-width: 991px) {
  .products-wrapper, .products-wrapper-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.25rem 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .products-wrapper, .products-wrapper-category-grid {
    grid-template-columns: 1fr;
  }
}
.products-wrapper-category-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.products-wrapper-category-list .products-item {
  flex-direction: row;
}
.products-wrapper-category-list .products-item-imagebox {
  width: 4.6875rem;
  height: 4.6875rem;
  padding: 0.75rem;
}
@media only screen and (max-width: 991px) {
  .products-wrapper-category-list .products-item-imagebox {
    width: 3.75rem;
    height: 3.75rem;
    padding: 0.5rem;
  }
}
.products-wrapper-category-list .products-item-imagebox-tags-unique-sale {
  font-size: 0.5625rem;
  line-height: 1.25;
  font-weight: 500;
  padding: 0.25rem 0.375rem;
}
@media only screen and (max-width: 991px) {
  .products-wrapper-category-list .products-item-imagebox-tags-unique-sale {
    display: none;
  }
}
.products-wrapper-category-list .products-item-title {
  margin-bottom: 0;
  font-size: 0.875rem;
}
@media only screen and (max-width: 991px) {
  .products-wrapper-category-list .products-item-title {
    font-weight: 500;
  }
}
.products-wrapper-category-list .products-item-price {
  font-size: 0.875rem;
  font-weight: 500;
}
.products-wrapper-category-list .products-item-content {
  text-align: left;
  flex-direction: row;
  gap: 1.5rem;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .products-wrapper-category-list .products-item-content {
    flex-direction: column;
    gap: 0.25rem;
    align-items: flex-start;
  }
}
.products-wrapper-category-list .products-item-content .button {
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .products-wrapper-category-list .products-item-content .button {
    display: none;
  }
}
.products-wrapper-category-list .products-item-cart {
  margin-bottom: 0;
}
.products-wrapper-category-list .products-item-prices-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.25rem;
}
.products-wrapper-category-list .products-item-prices-row span {
  margin: 0;
}
.products .section-footer {
  margin: 4.5rem 0 2rem;
}
@media only screen and (max-width: 991px) {
  .products .section-footer {
    margin: 2.5rem 0 1rem;
  }
}
.products-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  position: relative;
}
.products-item-imagebox {
  border: 0.125rem solid #f3f3f3;
  border-radius: 0.9375rem;
  aspect-ratio: 1/1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
  padding: 2rem;
  position: relative;
}
.products-item-imagebox img {
  aspect-ratio: 1/1;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  max-width: 100%;
  height: auto;
}
.products-item-imagebox:hover, .products-item-imagebox.active {
  border-color: #ed4d35;
}
.products-item-imagebox-tags-wrapper {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
.products-item-imagebox-tags-default-incart {
  background-color: #7dcd48;
  color: #fff;
}
.products-item-imagebox-tags-default-video {
  background-color: #c02828;
  color: #fff;
}
.products-item-imagebox-tags-default-sale {
  background-color: #ed4d35;
  color: #fff;
}
.products-item-imagebox-tags-default-incart, .products-item-imagebox-tags-default-video, .products-item-imagebox-tags-default-sale {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 500;
  padding: 0.375rem 0.75rem;
  border-radius: 0.625rem;
  text-decoration: none;
}
.products-item-imagebox-tags-default-incart svg, .products-item-imagebox-tags-default-video svg, .products-item-imagebox-tags-default-sale svg {
  width: 1.125rem;
  height: 1.125rem;
  margin: -0.125rem;
  flex-shrink: 0;
}
.products-item-imagebox-tags-default-image {
  aspect-ratio: auto;
  max-height: 2.5rem;
  max-width: 7.5rem;
  border-radius: 0.625rem;
}
.products-item-imagebox-tags-unique-sale {
  position: absolute;
  bottom: -0.0625rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ed4d35;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0.625rem 0.625rem 0 0;
}
.products-item-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  height: 100%;
}
.products-item-content-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.products-item-title {
  display: block;
  color: #262626;
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 0;
}
.products-item-title:hover {
  color: #ed4d35;
}
.products-item-price {
  display: block;
  color: #ed4d35;
  font-weight: 600;
}
.products-item-price-small {
  font-size: 0.875rem;
  margin-top: 0.125rem;
  display: block;
  line-height: 1;
  color: #7f7f7f;
  font-weight: 400;
}
.products-item-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
.products-item-cart input {
  border: 0.125rem solid #e3e3e3;
  border-radius: 0.625rem;
  height: 2.25rem;
  padding: 0 1rem;
  text-align: center;
  color: #262626;
  width: 4.5rem;
}
.products-item-cart button {
  aspect-ratio: 1/1;
  flex-shrink: 0;
  background-color: #ed4d35;
  color: #fff;
  border-radius: 0.625rem;
  padding: 0.375rem;
  height: 2.25rem;
}
.products-item-button {
  margin-top: 0.25rem;
}

.categories-wrapper {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1.5rem 0.5rem;
}
@media only screen and (max-width: 1475px) {
  .categories-wrapper {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 991px) {
  .categories-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  .categories-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem 0.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .categories-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 350px) {
  .categories-wrapper {
    grid-template-columns: 1fr;
  }
}
.categories-item {
  text-decoration: none;
}
.categories-item-imagebox {
  background-color: #fff;
  border-radius: 0.625rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  margin-bottom: 0.75rem;
}
.categories-item-imagebox img {
  aspect-ratio: 1/1;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  max-width: 100%;
  height: auto;
}
.categories-item-title {
  display: block;
  text-align: center;
  color: #262626;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.25;
  transition-duration: 0.1s;
}
.categories-item:hover .categories-item-title {
  color: #ed4d35;
}

.banner-owl {
  position: relative;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 1475px) {
  .banner-owl {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner-owl .owl-nav {
    display: none;
  }
}
.banner-owl .owl-nav button {
  width: 3rem;
  height: 3rem;
  background-color: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
}
.banner-owl .owl-nav button, .banner-owl .owl-nav button svg {
  transition-duration: 0.3s;
}
.banner-owl .owl-nav button:hover {
  background-color: #ed4d35 !important;
}
.banner-owl .owl-nav button:hover svg {
  fill: #fff;
}
.banner-owl .owl-nav button.owl-prev {
  left: -1rem;
  transform: translate(-100%, -50%);
}
.banner-owl .owl-nav button.owl-prev svg {
  rotate: 180deg;
}
.banner-owl .owl-nav button.owl-next {
  right: -1rem;
  transform: translate(100%, -50%);
}
.banner-owl .owl-dots {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 991px) {
  .banner-owl .owl-dots {
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 2rem;
  }
}
.banner-owl .owl-dots button {
  background-color: #fff;
  border-radius: 50%;
  border: 0.125rem solid #fff;
  width: 0.75rem;
  height: 0.75rem;
  transition-duration: 0.3s;
}
.banner-owl .owl-dots button.active {
  background-color: transparent;
}
.banner-item-content {
  position: absolute;
  padding: 3rem;
  bottom: 5rem;
  left: 0;
  max-width: 46.875rem;
}
@media only screen and (max-width: 1475px) {
  .banner-item-content {
    bottom: 2.5rem;
    max-width: 37.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner-item-content {
    padding: 1.5rem;
    bottom: 0;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.banner-item-content h2 {
  font-size: 3.125rem;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
}
.banner-item-content h2:not(:last-child) {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1475px) {
  .banner-item-content h2 {
    font-size: 2.125rem;
  }
  .banner-item-content h2:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner-item-content h2:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
.banner-item-content p {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #fff;
}
.banner-item-content p:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1475px) {
  .banner-item-content p {
    font-size: 1rem;
  }
  .banner-item-content p:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner-item-content p:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 350px) {
  .banner-item-content p {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .banner-item-content .button {
    padding: 0.5rem 1.5rem;
    margin: 0 auto;
  }
}
.banner-item-image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2.95/1;
  border-radius: 0.9375rem;
}
@media only screen and (max-width: 991px) {
  .banner-item-image {
    aspect-ratio: 1.5/1;
    filter: brightness(0.85);
  }
}
@media only screen and (max-width: 768px) {
  .banner-item-image {
    aspect-ratio: 1.5/2;
  }
}
.banner-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}
@media only screen and (max-width: 1200px) {
  .banner-cards-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  .banner-cards-wrapper {
    grid-template-columns: 1fr;
  }
}
.banner-cards-item {
  filter: drop-shadow(12.021px 12.021px 6.5px rgba(0, 0, 0, 0.02));
  padding: 1rem 1.25rem;
  background-color: #fff;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.banner-cards-item-title {
  display: block;
  text-align: center;
  color: #262626;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.25;
  transition-duration: 0.1s;
}

.search {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.search form {
  position: relative;
}
.search-input {
  height: 40px;
  width: 22.5rem;
  border-radius: 1.75rem;
  border: 0.0625rem solid #7f7f7f;
  background-color: #e3e3e3;
  padding: 0 2.75rem 0 1.25rem;
}
@media only screen and (max-width: 1200px) {
  .search-input {
    border-color: #e3e3e3;
    background-color: #fff;
  }
}
@media only screen and (max-width: 576px) {
  .search-input {
    width: calc(100vw - 3rem);
  }
}
.search-submit {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
}

#srch-content #srch {
  filter: drop-shadow(12.021px 12.021px 6.5px rgba(0, 0, 0, 0.02));
  position: absolute;
  top: calc(100% + 0.25rem);
  border-radius: 1.75rem;
  left: 0;
  z-index: 10;
  background: #fff;
  width: 100%;
  padding: 1.5rem;
}
#srch-content #srch .srch-cat {
  display: block;
  margin-bottom: 0.75rem;
  color: #262626;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.25;
}
#srch-content #srch li:not(:first-child) a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#srch-content #srch li:not(:first-child) a .srch-img {
  flex-shrink: 0;
}
#srch-content #srch li:not(:first-child) a .srch-img img {
  width: 50px;
  height: 50px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
#srch-content #srch li:not(:first-child) a .srch-name {
  color: #262626;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 400;
}
#srch-content #srch li:not(:first-child) a:hover .srch-name {
  color: #ed4d35;
}
#srch-content #srch li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.header-toggler {
  width: 2.75rem;
  aspect-ratio: 1/1;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.15s;
  padding: 0.25rem;
  box-shadow: none !important;
  margin-left: auto;
  z-index: 9999;
}
.header-toggler.active {
  position: fixed;
  top: 2rem;
}
@media only screen and (max-width: 576px) {
  .header-toggler.active {
    top: 1.55rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header-toggler {
    display: none;
  }
}
.header-toggler, .header-toggler .animated-icon span {
  transition: background-color 0.25s;
}
.header-toggler:hover, .header-toggler.active {
  background-color: #ed4d35;
}
.header-toggler:hover .animated-icon span, .header-toggler.active .animated-icon span {
  background-color: #e3e3e3;
}
.header-toggler .animated-icon {
  width: 1.625rem;
  height: 2.25rem;
  margin: 0;
  transform: rotate(0deg);
  cursor: pointer;
  transition: 0.5s ease-in-out;
  display: block;
}
.header-toggler .animated-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  background: #ed4d35;
}
.header-toggler .animated-icon span:nth-child(1) {
  top: 8px;
}
.header-toggler .animated-icon span:nth-child(2) {
  top: 17px;
}
.header-toggler .animated-icon span:nth-child(3) {
  top: 26px;
}
.header-toggler.active .animated-icon span:nth-child(1) {
  top: 17px;
  transform: rotate(135deg);
}
.header-toggler.active .animated-icon span:nth-child(2) {
  opacity: 0;
  left: -20px;
}
.header-toggler.active .animated-icon span:nth-child(3) {
  top: 17px;
  transform: rotate(-135deg);
}

.category-inner {
  background-color: #fff;
  border-radius: 0.9375rem;
  padding: 3.5rem 2.5rem;
}
@media only screen and (max-width: 991px) {
  .category-inner {
    padding: 2rem 1.5rem;
  }
}
.category-wrapper {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 3rem;
}
@media only screen and (max-width: 1200px) {
  .category-wrapper {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.category-left .category-header {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .category-left .category-header {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .category-right .category-header {
    display: none;
  }
}
.category-list {
  margin-top: 2rem;
}
.category-list-button {
  margin-top: 0.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 1rem;
  background-color: #ed4d35;
  border-radius: 1.75rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25;
}
@media only screen and (max-width: 1200px) {
  .category-list-button {
    margin-top: 0;
  }
}
.category-list-button svg {
  fill: #fff;
}
.category-list ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.category-list ul li a {
  color: #262626;
  text-decoration: none;
}
.category-list ul li a:hover {
  color: #ed4d35;
  text-decoration: underline;
}
.category-list ul li.active > a {
  color: #ed4d35;
  font-weight: 600;
}
.category-list-dropdown ul {
  margin-top: 0.5rem;
  padding: 0.25rem 0 0.25rem 1rem;
  border-left: 0.1875rem solid #ed4d35;
  display: none;
}
.category-list-dropdown.active > ul {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .category-list {
    display: none;
    margin-top: 1rem;
  }
  .category-list.active {
    display: block;
  }
}
.category-productsVisited {
  margin-top: 2rem;
}
@media only screen and (max-width: 1200px) {
  .category-productsVisited {
    display: none;
  }
}
.category-productsVisited-title {
  display: block;
  color: #262626;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.35;
}
.category-productsVisited-item {
  display: flex;
  align-items: center;
  gap: 0.75rem 1rem;
  text-decoration: none;
}
@media only screen and (max-width: 1475px) {
  .category-productsVisited-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.category-productsVisited-item:not(:last-child) {
  margin-bottom: 0.75rem;
}
.category-productsVisited-item-imagebox {
  flex-shrink: 0;
}
.category-productsVisited-item-imagebox img {
  width: 2.75rem;
  height: 2.75rem;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.category-productsVisited-item-title {
  line-height: 1.35;
}
.category-filters {
  background-color: #f3f3f3;
  padding: 1.75rem;
  border-radius: 0.9375rem;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.75rem;
}
@media only screen and (max-width: 991px) {
  .category-filters {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .category-filters {
    flex-direction: column;
  }
  .category-filters form {
    width: 100%;
  }
}
.category-filters select {
  background-color: #fff;
  border: 0;
  border-radius: 1.75rem;
  padding: 0.75rem 2.5rem 0.75rem 1.5rem;
  min-width: 15.625rem;
}
@media only screen and (max-width: 768px) {
  .category-filters select {
    width: 100%;
    min-width: unset;
    padding: 0.625rem 2.25rem 0.625rem 1rem;
  }
}
.category-pagination {
  margin-top: 2.25rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 991px) {
  .category-pagination {
    gap: 1.75rem;
  }
}
.category-pagination .pagination {
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .category-pagination .pagination {
    margin-left: 0;
  }
}
.category-subcategories {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.75rem 1rem;
}
@media only screen and (max-width: 1475px) {
  .category-subcategories {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 991px) {
  .category-subcategories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  .category-subcategories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 350px) {
  .category-subcategories {
    grid-template-columns: minmax(0, 1fr);
  }
}
.category-subcategories .categories-item-imagebox {
  border: 0.125rem solid #e3e3e3;
  transition-duration: 0.1s;
}
.category-subcategories .categories-item:hover .categories-item-imagebox {
  border-color: #ed4d35;
}

.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .breadcrumb ul {
    display: none;
  }
}
.breadcrumb ul li {
  display: flex;
  align-items: center;
}
.breadcrumb ul li a {
  color: #262626;
  text-decoration: none;
}
.breadcrumb ul li:not(:last-child)::after {
  content: "";
  height: 0.0625rem;
  width: 0.625rem;
  background-color: #7f7f7f;
  display: block;
  margin: 0 0.5rem;
}
.breadcrumb ul li:not(:last-child) a {
  color: #7f7f7f;
}
.breadcrumb ul li a:hover {
  color: #ed4d35;
  text-decoration: underline;
}

.pagination ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.125rem;
}
.pagination ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 2.1875rem;
  width: 2.1875rem;
  text-decoration: none;
}
.pagination-number a {
  border-radius: 0.625rem;
}
.pagination-number a.active, .pagination-number a:hover {
  background-color: #ed4d35;
  color: #fff;
}
.pagination-arrow a svg {
  fill: #ed4d35;
  transition-duration: 0.25s;
}
.pagination-arrow a:hover svg {
  fill: #262626;
}
.pagination-arrow-left svg {
  transform: rotate(90deg);
}
.pagination-arrow-right svg {
  transform: rotate(-90deg);
}

.product-top-wrapper, .product-info-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
}
@media only screen and (max-width: 1200px) {
  .product-top-wrapper, .product-info-wrapper {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .product-top-wrapper, .product-info-wrapper {
    gap: 1.5rem;
  }
}
.product-breadcrumb h1 {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .product-breadcrumb h1 {
    display: block;
  }
}
.product-top:not(:last-child) {
  margin-bottom: 3.5rem;
}
.product-top-image-main, .product-top-image-slider-item {
  aspect-ratio: 1/1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
}
.product-top-image {
  position: relative;
}
.product-top-image-tags-wrapper {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.product-top-image-main {
  border: 0.125rem solid #e3e3e3;
  border-radius: 0.9375rem;
  padding: 4rem;
}
@media only screen and (max-width: 1200px) {
  .product-top-image-main {
    height: 31.25rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 991px) {
  .product-top-image-main {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .product-top-image-main {
    height: auto;
    width: 100%;
  }
}
.product-top-image-slider {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 1200px) {
  .product-top-image-slider {
    max-width: 31.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .product-top-image-slider {
    margin: 1.5rem auto 0;
  }
}
.product-top-image-slider-item {
  padding: 0;
}
.product-top-image-slider-item img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.product-top-image-slider .owl-item {
  padding: 0 1rem;
}
@media only screen and (max-width: 768px) {
  .product-top-image-slider .owl-item {
    padding: 0 0.5rem;
  }
}
.product-top-image-slider .owl-carousel {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  padding: 0 3.5rem;
}
@media only screen and (max-width: 768px) {
  .product-top-image-slider .owl-carousel {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .product-top-image-slider .owl-nav {
    display: none;
  }
}
.product-top-image-slider .owl-nav button {
  width: 3rem;
  height: 3rem;
  background-color: #fff !important;
  border: 0.125rem solid #262626 !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
}
.product-top-image-slider .owl-nav button, .product-top-image-slider .owl-nav button svg {
  transition-duration: 0.3s;
}
.product-top-image-slider .owl-nav button:not(.disabled):hover {
  background-color: #ed4d35 !important;
  border-color: #ed4d35 !important;
}
.product-top-image-slider .owl-nav button:not(.disabled):hover svg {
  fill: #fff;
}
.product-top-image-slider .owl-nav button.disabled {
  border-color: #e3e3e3 !important;
}
.product-top-image-slider .owl-nav button.disabled svg {
  fill: #e3e3e3 !important;
}
.product-top-image-slider .owl-nav button.owl-prev {
  left: 0;
  transform: translate(0, -50%);
}
.product-top-image-slider .owl-nav button.owl-prev svg {
  rotate: 180deg;
}
.product-top-image-slider .owl-nav button.owl-next {
  right: 0;
  transform: translate(0, -50%);
}
.product-top-infobox-header {
  margin-bottom: 1.75rem !important;
}
@media only screen and (max-width: 1200px) {
  .product-top-infobox-header {
    display: none;
  }
}
.product-top-infobox-header .breadcrumb {
  display: none;
}
.product-top-infobox-description {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 991px) {
  .product-top-infobox-description {
    margin-bottom: 1.25rem;
  }
}
.product-top-infobox-attributes {
  background-color: #f3f3f3;
  padding: 2rem;
  border-radius: 0.625rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 991px) {
  .product-top-infobox-attributes {
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .product-top-infobox-attributes {
    padding: 1.5rem;
  }
}
.product-top-infobox-attributes-item {
  display: grid;
  grid-template-columns: 1fr 1.75fr;
  gap: 1.5rem;
}
@media only screen and (max-width: 1475px) {
  .product-top-infobox-attributes-item {
    grid-template-columns: 1fr 1.5fr;
  }
}
@media only screen and (max-width: 768px) {
  .product-top-infobox-attributes-item {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}
.product-top-infobox-attributes-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.product-top-infobox-attributes-item span {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.4;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .product-top-infobox-attributes-item span {
    text-align: center;
  }
}
.product-top-infobox-attributes-item span a {
  color: #7f7f7f;
  text-decoration: none;
}
.product-top-infobox-attributes-item span a:hover {
  color: #262626;
  text-decoration: underline;
}
.product-top-infobox-attributes-item span.small {
  font-size: 0.8125rem;
}
.product-top-infobox-attributes-item span.stock {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.9375rem;
  padding: 0.125rem 0.75rem;
  margin: -0.125rem;
  background-color: #7f7f7f;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .product-top-infobox-attributes-item span.stock {
    margin: 0 auto;
  }
}
.product-top-infobox-attributes-item span.stock.stock-ok {
  background-color: #7dcd48;
}
.product-top-infobox-attributes-item span.stock.stock-error {
  background-color: #c02828;
}
@media only screen and (max-width: 768px) {
  .product-top-infobox-attributes-value span, .product-top-infobox-attributes-value span a {
    color: #262626;
  }
}
.product-top-infobox-attributes-value-bar {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.25rem;
}
@media only screen and (max-width: 768px) {
  .product-top-infobox-attributes-value-bar {
    margin: 0.25rem auto 0;
  }
}
.product-top-infobox-cart-price {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.5rem;
}
@media only screen and (max-width: 991px) {
  .product-top-infobox-cart-price {
    margin-top: 1.25rem;
    justify-content: center;
  }
}
.product-top-infobox-cart-price-main {
  color: #ed4d35;
  font-family: "Host Grotesk", serif;
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 700;
}
.product-top-infobox-cart-price-default {
  color: #7f7f7f;
}
.product-top-infobox-cart-main {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.5rem;
}
@media only screen and (max-width: 991px) {
  .product-top-infobox-cart-main {
    justify-content: center;
  }
}
.product-top-infobox-cart-main-form {
  position: relative;
}
.product-top-infobox-cart-main-form input {
  height: 100%;
  min-height: 3.34375rem;
  width: 6.25rem;
  border: 0.125rem solid #e3e3e3;
  border-radius: 1.75rem;
  padding: 0 2rem;
  text-align: center;
  color: #262626;
}
.product-top-infobox-cart-main-form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.product-top-infobox-cart-main-form button svg {
  fill: #262626;
  width: 1rem;
  height: 1rem;
}
.product-top-infobox-cart-main-form-plus {
  right: 0.5rem;
}
.product-top-infobox-cart-main-form-minus {
  left: 0.5rem;
}
.product-top-infobox-cart-main-button {
  min-width: 11.875rem;
}
@media only screen and (max-width: 991px) {
  .product-top-infobox-cart-main-button {
    min-width: 10rem;
    padding: 0.75rem 1.25rem;
    gap: 0.75rem;
  }
}
.product-info-description.extended {
  grid-column: span 2;
}
.product-info-attributes {
  border-top: 0.0625rem solid #e3e3e3;
}
.product-info-attributes-item {
  padding: 0.625rem 0;
  border-bottom: 0.0625rem solid #e3e3e3;
}
.product-info-attributes-item span {
  color: #262626;
  font-weight: 600;
}

.video-inner {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10rem;
}
@media only screen and (max-width: 991px) {
  .video-inner {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .video-inner {
    padding: 0.75rem;
  }
}
.video-inner-box {
  width: 100%;
  max-width: 1080px;
  height: auto;
  background-color: #fff;
  border-radius: 0.9375rem;
  padding: 2rem;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .video-inner-box {
    padding: 0.75rem;
  }
}
.video-inner-box iframe {
  display: block;
  border-radius: 0.625rem;
  width: 100%;
  aspect-ratio: 16/9;
}
.video-close {
  position: absolute;
  top: -1rem;
  right: 0;
  transform: translate(0, -100%);
  color: #fff;
  padding: 0;
  margin-right: -0.675rem;
}
@media only screen and (max-width: 991px) {
  .video-close {
    top: 0.25rem;
  }
}
.video-close svg {
  width: 3.5rem;
  transition-duration: 0.1s;
}
.video-close:hover {
  color: #ed4d35;
}

.form:not(:last-child) {
  margin-bottom: 3.5rem;
}
.form-small {
  max-width: 31.25rem;
}
@media only screen and (max-width: 991px) {
  .form-small {
    max-width: 100%;
  }
}
.form-large {
  max-width: 62.5rem;
}
@media only screen and (max-width: 1475px) {
  .form-large {
    max-width: 100%;
  }
}
.form-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}
.form-wrapper-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media only screen and (max-width: 991px) {
  .form-wrapper-cols {
    grid-template-columns: minmax(0, 1fr);
  }
}
.form-section:not(:last-child) {
  margin-bottom: 2rem;
}
.form-section-title {
  margin-bottom: 1rem;
}
.form-inputbox label {
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
  margin-bottom: 0.25rem;
}
.form-inputbox input[type=text], .form-inputbox input[type=mumber], .form-inputbox input[type=password], .form-inputbox input[type=email], .form-inputbox select {
  background-color: #fff;
  border: 0.125rem solid #e3e3e3;
  border-radius: 0.625rem;
  height: 3rem;
  padding: 0 1rem;
  text-align: left;
  color: #262626;
  width: 100%;
}
.form-inputbox-star::after {
  content: "*";
  color: #ed4d35;
}
.form-checkbox {
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 2rem;
  height: 2rem;
  border: 0.125rem solid #e3e3e3;
  border-radius: 0.625rem;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.form-checkbox-label {
  cursor: pointer;
  text-align: left !important;
  gap: 0.5rem !important;
  line-height: 1.35;
  margin-bottom: 0 !important;
}
.form-checkbox-label span {
  padding-top: 0.3125rem;
}
.form-checkbox-textinput {
  display: none;
  margin-top: 0.5rem;
}
.form-checkbox-clickable.active .form-checkbox-textinput {
  display: block;
}
.form-checkbox::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  background-color: #fff;
}
.form-checkbox:checked {
  background-color: #ed4d35;
  border-color: #ed4d35;
}
.form-checkbox:checked::before {
  transform: scale(1);
}
.form-checkbox:disabled {
  cursor: default;
  opacity: 0.5;
}
.form-submitbox {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 991px) {
  .form-submitbox {
    justify-content: center;
  }
}
.form-bottom {
  margin-top: 2rem;
}
.form-bottom-wrapper {
  display: flex;
  gap: 0.5rem 0;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .form-bottom-wrapper {
    justify-content: center;
  }
}
.form-bottom-link {
  display: flex;
  align-items: center;
}
.form-bottom-link:not(:last-child)::after {
  content: "|";
  display: block;
  margin: 0 0.5rem;
}

.user-nav {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 991px) {
  .user-nav {
    margin-bottom: 2rem;
  }
}
.user-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media only screen and (max-width: 991px) {
  .user-nav ul {
    display: grid;
    gap: 0.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 350px) {
  .user-nav ul {
    grid-template-columns: minmax(0, 1fr);
  }
}
.user-nav .button {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .user-nav .button {
    gap: 0.5rem;
    font-size: 0.9375rem;
  }
}
.user-table {
  min-width: 82.5rem;
}
.user-table-small {
  min-width: 61.25rem;
}/*# sourceMappingURL=main.css.map */