@font-face {
  font-family: "AvertaPE";
  src: url("../fonts/AvertaPE-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvertaPE";
  src: url("../fonts/AvertaPE-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvertaPE";
  src: url("../fonts/AvertaPE-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvertaPE";
  src: url("../fonts/AvertaPE-Extrabold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 1025px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 1024.98px) {
  .desktop-only {
    display: none !important;
  }
}

.main-container {
  max-width: 100%;
  margin: 0 36px;
}
@media (max-width: 768.98px) {
  .main-container {
    margin: 0;
  }
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 20px;
}
@media (max-width: 1680.98px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024.98px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768.98px) {
  .products-grid {
    grid-gap: 0 2px;
  }
}

.text-uppercase {
  text-transform: uppercase;
}

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

.js-fixed {
  overflow: hidden;
}

.js-block {
  display: block !important;
}

.js-flex {
  display: flex !important;
}

.js-none {
  display: none !important;
}

html,
body,
* {
  font-family: "AvertaPE", "Arial", sans-serif;
}

.header {
  z-index: 14;
}
.header .header-top {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.075em;
  background-color: #ffffff;
}
.header .header-top a {
  text-decoration: underline;
}
.header .main-header-inner {
  background: #000;
  transition: height 250ms ease;
}
.header .main-header-inner.js-open-suggestion {
  background: #1C1C1C;
}
.header .main-header-inner.js-open-suggestion .main-header-left {
  min-width: initial;
  max-width: initial;
}
.header .main-header-inner.js-open-suggestion .header-icon-nav {
  margin-top: 10px;
}
.header .main-header-inner .main-header-menu {
  background: #1C1C1C;
  overflow: scroll;
  opacity: 0;
  transition: all 350ms ease;
}
.header .main-header-inner .main-header-menu.js-open-menu {
  opacity: 1;
  display: block;
}
.header .main-header-inner .main-header-menu .main-header-menu-title {
  color: #ffffff;
}
.header .main-header-inner .main-header-menu .header-menu-nav {
  color: #ffffff;
  cursor: pointer;
}
.header .main-header-inner .main-header-menu .header-menu-small-nav a {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.header .main-header-inner .main-header-menu .menu-nav-item {
  font-weight: 400;
  font-size: 14px;
  font-size: 16px;
}
.header .main-header-inner .main-header-menu .menu-nav-item.active {
  text-decoration: underline;
  outline: dotted thin #ffffff;
  font-weight: 700;
  margin-bottom: 16px;
  text-decoration: none;
  outline: none;
}
.header .main-header-inner .main-header-menu .menu-nav-item.active .arrow-nav-item-after {
  display: none;
}
.header .main-header-inner .main-header-menu .menu-nav-item.active .arrow-nav-item-before {
  display: inline-block;
}
.header .main-header-inner .main-header-menu .menu-nav-item .arrow-nav-item-before {
  transform: rotate(180deg);
}
.header .main-header-inner .main-header-menu .submenu-container .close-btn {
  display: none;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.1607843137);
  cursor: pointer;
}
.header .main-header-inner .main-header-menu .submenu-container .submenu-nav-container {
  background: #1C1C1C;
  font-size: 14px;
  line-height: 17.5px;
}
.header .main-header-inner .main-header-menu .submenu-container .submenu-nav-container a {
  color: #ffffff;
}
.header .main-header-inner .main-header-menu .submenu-container .submenu-nav-item-body {
  overflow: hidden;
  transition: all 350ms ease;
}
.header .main-header-inner .main-header-menu .submenu-container .submenu-nav-item-body.js-open-body {
  max-height: 1500px;
}
.header .main-header-inner .main-header-menu .submenu-container .submenu-nav-item-title {
  font-weight: 700;
  opacity: 0.75;
  opacity: 1;
  font-size: 16px;
}
.header .main-header-inner .main-header-menu .submenu-container .submenu-nav-item-title img {
  display: none;
}
.header .main-header-inner .main-header-menu .submenu-container .submenu-nav-item-title img {
  transform: rotate(90deg);
  transition: all 250ms ease;
}
.header .main-header-inner .main-header-menu .submenu-container .submenu-nav-item-title.js-arrow-transform img {
  transform: rotate(270deg);
}
.header .main-header-inner .main-header-menu .submenu-container .submenu-nav-link {
  font-weight: 400;
}
.header .main-header-inner .main-header-menu .submenu-container .submenu-nav-link:hover {
  text-decoration: underline;
}
.header .main-header-inner .main-header-menu .submenu-container .submenu-additional-section {
  background: #1C1C1C;
}
.header .main-header-inner .main-header-menu .submenu-container .additional-section-title {
  font-size: 54px;
  font-weight: 900;
}
@media (max-width: 768.98px) {
  .header .main-header-inner .main-header-menu .submenu-container .additional-section-title {
    font-size: 32px;
  }
}
.header .main-header-inner .main-header-menu .submenu-container .addition-slide .slick-next.slick-arrow,
.header .main-header-inner .main-header-menu .submenu-container .addition-slide .slick-prev.slick-arrow {
  background: #ffffff;
}
.header .main-header-inner .main-header-menu .submenu-container .addition-slide .slick-next.slick-arrow::before,
.header .main-header-inner .main-header-menu .submenu-container .addition-slide .slick-prev.slick-arrow::before {
  content: "";
  background-image: url(../img/slick-slider-arrow.svg);
  display: inline-block;
  width: 18px;
  height: 14px;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .header .main-header-inner .main-header-menu .submenu-container .addition-slide .slick-next.slick-arrow:hover::before,
  .header .main-header-inner .main-header-menu .submenu-container .addition-slide .slick-prev.slick-arrow:hover::before {
    -webkit-animation: arrow-right-bubble 0.5s ease-in-out normal;
            animation: arrow-right-bubble 0.5s ease-in-out normal;
  }
}
@media (max-width: 768.98px) {
  .header .main-header-inner .main-header-menu .submenu-container .addition-slide .slick-next.slick-arrow:focus {
    outline: dotted thin #000;
  }
}
.header .main-header-inner .main-header-menu .submenu-container .addition-slide .slick-prev {
  transform: rotate(180deg);
}
.header .main-header-inner .main-header-menu .submenu-container .addition-slide .card-link {
  font-weight: 900;
}
.header .main-header-inner .main-header-menu .submenu-container .addition-slide .card-description {
  pointer-events: none;
  color: #ffffff;
  text-transform: uppercase;
}
.header .main-header-inner .main-header-menu .submenu-container .addition-slide .card-description-text {
  font-size: 32px;
  line-height: 2.625rem;
  font-size: 24px;
  line-height: 1.9375rem;
}
@media (max-width: 1024.98px) {
  .header .main-header-inner .main-header-menu .submenu-container .addition-slide .card-description-text {
    font-size: 26px;
    line-height: 2.125rem;
  }
}
@media (max-width: 992.98px) {
  .header .main-header-inner .main-header-menu .submenu-container .addition-slide .card-description-text {
    font-size: 40px;
    line-height: 2.5rem;
  }
}
@media (max-width: 768.98px) {
  .header .main-header-inner .main-header-menu .submenu-container .addition-slide .card-description-text {
    font-size: 24px;
    line-height: 1.5rem;
  }
}
@-webkit-keyframes arrow-right-bubble {
  0% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    opacity: 0;
    transform: translate3d(1.5625rem, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(-1.5625rem, 0, 0);
  }
  75% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes arrow-right-bubble {
  0% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    opacity: 0;
    transform: translate3d(1.5625rem, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(-1.5625rem, 0, 0);
  }
  75% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: none;
  }
}
.header .main-header-left .hamburger-menu-btn.js-btn-transform {
  border: none;
}
.header .main-header-left .hamburger-menu-btn.js-btn-transform .burger-line {
  background: rgba(0, 0, 0, 0);
}
.header .main-header-left .hamburger-menu-btn.js-btn-transform .burger-line::before {
  transform: translateX(-50%) translateY(-50%) rotateZ(135deg);
}
.header .main-header-left .hamburger-menu-btn.js-btn-transform .burger-line::after {
  transform: translateX(-50%) translateY(-50%) rotateZ(-135deg);
}
.header .main-header-left .burger-line {
  transform: translateX(-50%) translateY(-50%);
  background: #ffffff;
  transition: background-color 250ms ease;
}
.header .main-header-left .burger-line::before, .header .main-header-left .burger-line::after {
  content: "";
  display: inherit;
  position: inherit;
  top: inherit;
  left: inherit;
  width: inherit;
  height: inherit;
  transform: translateX(-50%) translateY(-8px);
  background: #ffffff;
  transition: transform 250ms ease;
}
.header .main-header-left .burger-line::after {
  transform: translateX(-50%) translateY(6px);
}
.header .header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1019607843);
  z-index: 11;
  pointer-events: none;
  opacity: 0;
  transition: all 500ms ease;
}
.header .header-overlay.js-show-overlay {
  opacity: 1;
}

.header-icon-nav {
  cursor: pointer;
}

.three-dots {
  border-radius: 50%;
  pointer-events: none;
  z-index: 12;
}
.three-dots::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -1px;
  display: block;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  pointer-events: none;
}
.three-dots::after {
  content: "";
  position: absolute;
  top: 4px;
  left: -1px;
  display: block;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  pointer-events: none;
}

.dots-dropdown {
  transform: translateY(16px);
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.1607843137);
  transition: all 250ms ease;
  opacity: 0;
  pointer-events: none;
}
.dots-dropdown.js-open-dropdown {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.dots-dropdown::after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  display: block;
  width: 8px;
  height: 8px;
  transform: rotateZ(45deg) translate(0, -50%);
  background: #ffffff;
  pointer-events: none;
}
.dots-dropdown a {
  font-size: 12px;
  font-weight: 400;
  z-index: 1;
}
.dots-dropdown a:hover {
  background: #eee;
}
.dots-dropdown a:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.dots-dropdown a:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.footer {
  background-color: #f6f6f6;
  font-weight: 400;
}
.footer .footer-item.js-open .footer-item-body {
  max-height: 800px;
}
.footer .footer-item.js-open .footer-item-title img {
  transform: rotate(-90deg);
  transition: 0.5s ease-in-out;
}
.footer .footer-item-title {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768.98px) {
  .footer .footer-item-title {
    font-size: 16px;
  }
  .footer .footer-item-title img {
    transform: rotate(-270deg);
    transition: 0.5s ease-in-out;
  }
}
@media (max-width: 768.98px) {
  .footer .footer-item-body {
    overflow: hidden;
    transition: max-height 0.5s ease-in;
  }
}
.footer .footer-item-text {
  color: #666;
  font-weight: 300;
}
.footer .footer-item-link {
  font-weight: 700;
  font-size: 14px;
}
.footer .footer-item-link:hover img {
  transition-duration: 375ms;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(0.4375rem);
}
.footer .icon-payment {
  background-repeat: no-repeat;
  background-size: 60px;
  overflow: hidden;
  vertical-align: top;
  background-image: url(../img/payment-icons.svg);
}
.footer .icon-payment-visa {
  background-position: -10px -795px;
}
.footer .icon-payment-mastercard {
  background-position: -10px -371px;
}
.footer .icon-payment-american-express {
  background-position: -10px -32px;
}
.footer .icon-payment-sofort {
  background-position: -10px -625px;
}
.footer .icon-payment-paypal {
  background-position: -10px -540px;
}
.footer .icon-payment-apple-pay {
  background-position: -10px -965px;
}
.footer .icon-payment-giftcard {
  background-position: -10px -1045.5px;
}
.footer .initial-icon-list .img-holder {
  background: #000;
  cursor: pointer;
}
.footer .secondary-icon-list .icon-item-link {
  font-weight: 700;
  background: #000;
  color: #ffffff;
  font-size: 10px;
  border-radius: 1.5rem;
}
.footer .app-icon-list img {
  cursor: pointer;
}
.footer .footer-bottom-links {
  background-color: #F0F0F0;
  font-size: 12px;
}
.footer .footer-bottom-links a:hover {
  text-decoration: underline;
  font-weight: 700;
}
.footer .footer-copyright {
  font-weight: 300;
  background-color: #F0F0F0;
  font-size: 14px;
  color: #4a4a4a;
  text-align: center;
}

.scroll-to-top {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  transition-delay: 0.5s;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3019607843);
}
.scroll-to-top.js-scroll {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  transition-delay: 0.5s;
}
.scroll-to-top img {
  transform: rotate(180deg);
}

