.page--shadow {
  position: fixed;
  inset: 0;
  z-index: 1;
  background-color: #F9C80C;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.page--shadow.visible {
  opacity: 0.6;
  pointer-events: all;
}

.visible--from-small {
  display: none;
}
@media (max-width: 700px) {
  .visible--from-small {
    display: flex;
  }
}
.visible--to-small {
  display: none;
}
@media (min-width: 700px) {
  .visible--to-small {
    display: flex;
  }
}
.visible--from-medium {
  display: none;
}
@media (max-width: 1000px) {
  .visible--from-medium {
    display: flex;
  }
}
.visible--to-medium {
  display: none;
}
@media (min-width: 1000px) {
  .visible--to-medium {
    display: flex;
  }
}
.visible--from-larger {
  display: none;
}
@media (max-width: 1920px) {
  .visible--from-larger {
    display: flex;
  }
}
.visible--to-larger {
  display: none;
}
@media (min-width: 1920px) {
  .visible--to-larger {
    display: flex;
  }
}

a:not(.button, .lvla):hover {
  color: #FC6A1F;
}

a:hover {
  color: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 3rem;
  color: #071108;
  font-weight: 600;
}
h1.title-related-attr,
h2.title-related-attr,
h3.title-related-attr,
h4.title-related-attr,
h5.title-related-attr,
h6.title-related-attr {
  margin-top: 4rem;
}

h1 {
  font-size: 3rem;
}
@media screen and (max-width: 700px) {
  h1 {
    font-size: 2.6rem;
  }
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2.2rem;
}

* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html {
  box-sizing: border-box;
  font-size: 0.525rem;
}

body {
  height: unset;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #071108;
  background-color: #F9F9F9;
  background-image: none;
}

.container {
  max-width: 1760px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10rem;
}
@media screen and (max-width: 1400px) {
  .container {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 700px) {
  .container {
    padding: 0 2rem;
  }
}
.container__grid {
  display: grid;
}
.container__grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
.container__top {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 4.5rem 0;
  border-bottom: 1px solid #E9E9E9;
}
.container__top::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("/tpl_images/bg-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.02;
  content: "";
}

.main {
  margin-top: 4rem;
}
.main__wrapper {
  display: grid;
  grid-template-columns: 35rem 1fr;
  gap: 4rem;
}
@media screen and (max-width: 1000px) {
  .main__wrapper {
    grid-template-columns: 1fr;
  }
}
.main__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem;
  width: 100%;
  height: fit-content;
}

p,
span,
a {
  color: #071108;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: left;
}

.alert {
  display: block;
  margin-bottom: 1rem;
  color: #FF3E3E;
  text-align: left;
}

.alert-box {
  top: 16rem;
  z-index: 10;
}
.alert-box.success {
  background-color: #FC6A1F;
}

.page__title {
  text-align: left;
}
.page__title.delivery__title h2 {
  margin: 5rem 0 2rem;
}

.header {
  position: sticky;
  top: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1000px) {
  .header {
    grid-template-columns: 12rem 1fr;
  }
}
@media screen and (max-width: 700px) {
  .header {
    grid-template-columns: 9rem 1fr;
  }
}
.header--home {
  display: grid;
  grid-template-columns: 18rem 1fr;
}
@media screen and (max-width: 700px) {
  .header--home {
    grid-template-columns: 9rem 1fr;
  }
}
.header--home .header__logo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  grid-row: 2 span;
  align-items: center;
  justify-content: center;
  height: 120%;
  background: linear-gradient(341deg, #FC6A1F 10.56%, #FD8649 89.83%);
  border-radius: 0 0 1rem;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
}
.header--home .header__logo .logo {
  width: 10rem;
  height: 10rem;
  background-image: url(/images/web/lang/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  .header--home .header__logo .logo {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (max-width: 700px) {
  .header--home .header__logo .logo {
    width: 6rem;
    height: 5.7rem;
  }
}
.header--home .header__logo span {
  color: #FFF;
  font-size: 2.4rem;
}
@media screen and (max-width: 700px) {
  .header--home .header__logo span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 700px) {
  .header--home .header__bottom {
    justify-content: flex-end;
  }
}
.header__top {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 1rem 4rem;
  background-color: #E9E9E9;
}
@media screen and (max-width: 700px) {
  .header__top {
    gap: 1rem;
    padding: 1rem 2rem;
  }
}
.header__top span,
.header__top a {
  font-size: 1.4rem;
}
@media screen and (max-width: 700px) {
  .header__top .header__language {
    display: none;
  }
}
.header__info {
  display: flex;
  gap: 4rem;
  align-items: center;
}
.header__address {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .header__address {
    display: none;
  }
}
.header__address svg {
  width: 2rem;
  height: 2rem;
}
.header__language {
  position: relative;
}
.header__action {
  display: flex;
  gap: 4rem;
  align-items: center;
}
.header__login {
  display: flex;
  gap: 1rem;
  align-items: center;
  white-space: nowrap;
}
.header__login svg {
  width: 1.8rem;
  height: 1.8rem;
}
.header__social {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 700px) {
  .header__social {
    display: none;
  }
}
.header__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background-color: #13262F;
  border-radius: 99rem;
  transition: all 0.3s ease;
}
.header__social a:hover {
  background-color: #FC6A1F;
}
.header__social a svg {
  width: 1.8rem;
  height: 1.8rem;
  stroke: #FFF;
}
.header__logo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.header__logo .logo {
  width: 8rem;
  height: 7.6rem;
  background-image: url(/images/web/lang/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  .header__logo .logo {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (max-width: 700px) {
  .header__logo .logo {
    width: 6rem;
    height: 5.7rem;
  }
}
.header__bottom {
  display: flex;
  gap: 10rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 4rem;
  background-color: #FFF;
}
.header__menu {
  display: flex;
  gap: 4rem;
  align-items: center;
}
.header__menu .button__secondary {
  font-size: 1.8rem;
}
@media screen and (max-width: 700px) {
  .header__menu .button__secondary {
    display: none;
  }
}
.header__hamburger {
  position: relative;
  display: none;
}
@media screen and (max-width: 700px) {
  .header__hamburger {
    display: block;
  }
}
.header__hamburger svg {
  width: 3.5rem;
  height: 3.5rem;
}
.header__hamburger--line {
  display: block;
  width: 34px;
  height: 2px;
  margin-bottom: 7px;
  background-color: #000;
  border-radius: 0.3rem;
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
.header__hamburger--line:nth-child(3) {
  margin-bottom: 0;
}
.header__hamburger--line:nth-child(1) {
  transition-delay: 0.1s;
}
.header__hamburger--line:nth-child(2) {
  transition-delay: 0.2s;
}
.header__hamburger--line:nth-child(3) {
  transition-delay: 0.3s;
}
.header__hamburger--close {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 0.3rem;
  transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  transform-origin: top left;
  transition: background-color 0.3s ease-in-out;
}
.header__hamburger--close::before, .header__hamburger--close::after {
  position: absolute;
  display: block;
  background-color: #000;
  border-radius: 0.3rem;
  transition: transform 0.3s ease-in-out;
  content: "";
}
.header__hamburger--close::before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 34px;
  margin-left: -1px;
  transform: scaleY(0);
  transform-origin: top;
  transition-delay: 0.1s;
}
.header__hamburger--close::after {
  top: 50%;
  left: 0;
  width: 34px;
  height: 2px;
  margin-top: -2px;
  transform: scaleX(0);
  transform-origin: right;
  transition-delay: 0;
}
.header__hamburger.active .header__hamburger--line {
  transform: scaleX(0);
}
.header__hamburger.active .header__hamburger--close {
  z-index: 100;
}
.header__hamburger.active .header__hamburger--close::before {
  transform: scaleY(1);
  transition-delay: 0.4s;
}
.header__hamburger.active .header__hamburger--close::after {
  transform: scaleX(1);
  transition-delay: 0.55s;
}
.header__mobile {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100dvh;
  background-color: #FFF;
}
.header__mobile.active {
  display: flex;
}
.header__mobile__top {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
  width: 100%;
  padding: 15rem 4rem 4rem;
}
.header__mobile .search {
  display: block;
}
.header__mobile__footer {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
  width: 100%;
  padding: 5rem 4rem 4rem;
  border-top: 1px solid #E0E0E0;
}
.header__mobile__footer .header__social, .header__mobile__footer .header__address {
  display: flex;
}
.header__mobile__footer .header__social a {
  width: 4rem;
  height: 4rem;
}
.header__mobile__footer .header__social a svg {
  width: 2rem;
  height: 2rem;
}
.header__mobile__menu {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.header__mobile__menu a {
  font-size: 1.8rem;
}

.search {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .search {
    display: none;
  }
}
.search form {
  display: flex;
  gap: 2rem;
  align-items: center;
  padding: 1.5rem 2rem;
  border: 1px solid #E0E0E0;
  border-radius: 1rem;
}
.search input {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  border: 0;
}
.search input::placeholder {
  color: #071108;
}
.search svg {
  width: 2.4rem;
  height: 2.4rem;
}

.button {
  padding: 1.5rem 3rem;
  font-weight: 500;
  font-size: 1.6rem;
  border: 1px solid #FC6A1F;
  border-radius: 1rem;
  vertical-align: middle;
  transition: all 0.3s ease;
  cursor: pointer;
}
.button__primary {
  color: #FFF;
  background-color: #FC6A1F;
}
.button__primary:hover {
  color: #071108 !important;
  background-color: #F9C80C;
  border-color: #F9C80C;
}
.button__secondary {
  color: #13262F;
  background-color: #F9C80C;
  border-color: #F9C80C;
}
.button__secondary:hover {
  color: #FFF !important;
  background-color: #13262F;
  border-color: #13262F;
}
.button__accent {
  color: #FFF;
  background-color: #13262F;
  border-color: #13262F;
}
.button__accent:hover {
  color: #13262F;
  background-color: #F9C80C;
  border-color: #F9C80C;
}
.button__icon {
  padding: 0;
  border: 0;
}
.button__outlined-primary {
  color: #FC6A1F;
  font-weight: 600;
  background-color: transparent;
  border: 2px solid #FC6A1F;
}
.button__outlined-primary:hover, .button__outlined-primary:focus {
  color: #FFF !important;
  background-color: #FC6A1F;
}
.button__cart {
  position: relative;
  display: block;
}
.button__cart:after {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: 1rem;
  height: 1rem;
  background-color: #FC6A1F;
  border-radius: 99rem;
  content: "";
}
.button__cart svg {
  width: 3rem;
  height: 3rem;
}
.button__extra-small {
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
}
.button__small {
  padding: 1rem 2rem;
  font-size: 1.6rem;
}
.button__medium {
  padding: 1.5rem 3rem;
  font-size: 1.8rem;
}

.language__list {
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 700px) {
  .language__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.language__list .lang a,
.language__list .lang_selected a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.language__list .lang img,
.language__list .lang_selected img {
  width: 20px;
  height: 20px;
}
.language__list .lang span,
.language__list .lang_selected span {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.language__list .lang:hover span,
.language__list .lang_selected:hover span {
  max-width: 200px;
  opacity: 1;
  margin-right: 0.5rem;
}
.language__list .lang_selected span {
  color: #FC6A1F;
}

.category-tree {
  width: 100%;
}
.category-tree__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.category-tree__category {
  padding: 0;
  background-image: none;
}
.category-tree__category.lvl1 a, .category-tree__category.lvl0 a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 6.2rem;
  padding: 1.5rem 2rem;
  font-size: 1.8rem;
  text-align: left;
  background-color: #FFF;
  border: 1px solid #E9E9E9;
  border-radius: 1rem;
  transition: all 0.3s ease;
}
.category-tree__category.lvl1 a:hover, .category-tree__category.lvl0 a:hover {
  color: #13262F;
  background-color: #F9C80C;
  border-color: #F9C80C;
}
.category-tree__category.lvl1.left-menu-active a, .category-tree__category.lvl0.left-menu-active a {
  color: #13262F;
  background-color: #F9C80C;
  border-color: #F9C80C;
}
.category-tree__category.lvl2 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-left: 2rem;
  text-align: left;
}
.category-tree__category.lvl2::before {
  display: block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../../tpl_images/button.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.category-tree__category.lvl2:first-child {
  margin-top: 2rem;
}
.category-tree__category.lvl2.left-menu-active a {
  color: #FC6A1F;
}
.category-tree__category.lvllvl-switch {
  height: 100%;
  background-image: none;
  background-color: #FFF;
  border: 1px solid #E9E9E9;
  border-radius: 1rem;
  transition: all 0.3s ease;
}
.category-tree__category.lvllvl-switch:hover {
  color: #13262F;
  background-color: #F9C80C;
  border-color: #F9C80C;
}
.category-tree__category.lvllvl-switch a {
  display: flex;
  gap: 2rem;
  align-items: center;
  min-height: 6.2rem;
  padding: 1.5rem 2rem;
  font-size: 1.8rem;
}
.category-tree__category.lvllvl-switch a::before {
  display: block;
  width: 5rem;
  height: 4.8rem;
  background-image: url("/images/web/lang/logo-helmic-small.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.category-tree__category a:hover {
  color: #13262F;
}
.category-tree__toggler {
  display: none;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 2rem 3rem;
  background-color: #FC6A1F;
  border-radius: 1rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .category-tree__toggler {
    display: flex;
  }
}
.category-tree__toggler span,
.category-tree__toggler svg {
  color: #FFF;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s ease;
}
.category-tree__toggler.active svg {
  transform: rotate(180deg);
}
@media screen and (max-width: 1000px) {
  .category-tree__content {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .category-tree__content.active {
    display: block;
  }
}

.card {
  position: relative;
}
.card.label {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  padding: 1rem 1.5rem;
  font-weight: 400;
  font-size: 1.4rem;
  border-radius: 1rem 0 2rem 0;
}
.card.label.sale {
  background-color: #F9C80C;
}
.card.label.best {
  background-color: #F89BC7;
}
.card.label.new {
  background-color: #CBE896;
}
.card__top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.card__top .title {
  font-weight: 700;
  font-size: 1.8rem;
}
.card__top .title.text-center {
  text-align: center;
}
.card__top .short-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card__product {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
  max-width: 40rem;
  padding: 2rem;
  background-color: #FFF;
  border: 1px solid #E9E9E9;
  border-radius: 1rem;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}
@media screen and (max-width: 700px) {
  .card__product {
    max-width: 100%;
  }
}
.card__product:hover {
  transform: scale(1.03);
}
.card__product.frame-active {
  border-color: #FC6A1F;
}
.card__product.frame-active .title {
  color: #FC6A1F;
  font-weight: 600;
}
.card__product img {
  width: 100%;
  height: 20rem;
  border-radius: 1rem;
  object-fit: contain;
}
@media screen and (max-width: 700px) {
  .card__product img {
    height: auto;
  }
}
.card__product.frame-disabled {
  opacity: 0.3;
}
.card.result .card__top .title {
  font-size: 1.6rem;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  margin: 0;
}
.breadcrumb svg {
  width: 1.6rem;
  height: 1.6rem;
}
.breadcrumb a {
  font-size: 1.6rem;
}
.breadcrumb__container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4rem;
  align-items: center;
  justify-content: space-between;
}

.hero {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 700px) {
  .hero {
    gap: 1rem;
  }
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__image--big {
  position: relative;
  grid-column: 2 span;
  height: 60rem;
}
@media screen and (max-width: 700px) {
  .hero__image--big {
    height: 40rem;
  }
}
.hero__image--small {
  grid-row: 2;
  height: 30rem;
}
@media screen and (max-width: 700px) {
  .hero__image--small {
    height: 25rem;
  }
}
.hero__content {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  max-width: 50%;
  padding: 5rem;
}
@media screen and (max-width: 700px) {
  .hero__content {
    max-width: unset;
    padding: 5rem 2rem;
  }
}
.hero__content span,
.hero__content h1 {
  color: #FFF;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}
.hero__content span {
  font-weight: 600;
  font-size: 2.4rem;
}
.hero__content h1 {
  margin: 0;
  font-weight: 700;
  font-size: 5rem;
  line-height: 100%;
  letter-spacing: -0.15rem;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .hero__content h1 {
    font-size: 3.5rem;
  }
}

.section__title {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.section__title h1 {
  margin: 0;
}

.site-footer {
  position: relative;
  margin-top: 10rem;
  border-top: 1px solid #E9E9E9;
}
.site-footer::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("/tpl_images/bg-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.03;
  content: "";
}
@media screen and (max-width: 700px) {
  .site-footer {
    margin-top: 7.5rem;
  }
}
.site-footer__top {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 10rem;
  padding: 10rem 0 5rem;
}
@media screen and (max-width: 700px) {
  .site-footer__top {
    padding: 7.5rem 0 3rem;
  }
}
.site-footer__top__left {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 10rem;
  flex-grow: 1;
}
@media screen and (max-width: 700px) {
  .site-footer__top__left {
    flex-direction: column;
  }
}
.site-footer__top__right {
  width: 100%;
  max-width: 41rem;
}
@media screen and (max-width: 700px) {
  .site-footer__top__right {
    max-width: unset;
  }
}
.site-footer__bottom {
  padding: 1.5rem 0;
  background-color: #FC6A1F;
}
.site-footer__bottom span,
.site-footer__bottom a {
  color: #FFF;
}
.site-footer__bottom__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: flex-start;
}
.site-footer__bottom__list span {
  display: flex;
  align-items: center;
}
.site-footer__bottom__list span:not(:last-of-type)::after {
  display: block;
  width: 0.1rem;
  height: 2rem;
  margin-left: 3rem;
  background-color: #FFF;
  content: "";
}
.site-footer__bottom__list a:hover {
  color: #FFF;
  opacity: 0.8;
}
.site-footer__column {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
.site-footer__column h2 {
  margin-bottom: 0.5rem;
}
.site-footer__column a {
  font-size: 1.6rem;
}
.site-footer__column span {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 25rem;
}
.site-footer__column__contact {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.site-footer__column__contact svg {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}
.site-footer__middle {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin: 2rem 0;
}
@media screen and (max-width: 700px) {
  .site-footer__middle {
    gap: 5rem;
  }
}
.site-footer__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 8rem;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .site-footer__logos {
    gap: 2rem 5rem;
  }
}

.newsletter {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
.newsletter h2 {
  margin-bottom: 0;
}
.newsletter form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  width: 100%;
}
.newsletter form .button {
  padding: 1rem 2rem;
}
.newsletter .form__row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  width: 100%;
}
.newsletter .form__row label {
  font-size: 1.4rem;
}
.newsletter .form__row input {
  width: 100%;
  padding: 1.5rem 2rem;
  background-color: #FFF;
  border: 1px solid #E9E9E9;
  border-radius: 1rem;
}
.newsletter .form__acceptance {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.newsletter .form__acceptance span,
.newsletter .form__acceptance a {
  font-size: 1.4rem;
}
.newsletter .form__acceptance input[type=checkbox] {
  position: relative;
  width: 2rem;
  height: 2rem;
  background-color: #FFF;
  border: 1px solid #E9E9E9;
  border-radius: 0.3rem;
  appearance: none;
  cursor: pointer;
}
.newsletter .form__acceptance input[type=checkbox]::after {
  position: absolute;
  display: none;
  content: "";
}
.newsletter .form__acceptance input[type=checkbox]:checked::after {
  top: -0.4rem;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0.5rem;
  height: 0.9rem;
  margin: auto;
  border: solid #13262F;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.productList {
  width: auto !important;
}
.productList .productInfo {
  width: 100% !important;
}
.productList .productInfo h2 {
  margin-bottom: 0.5rem;
  text-align: left;
}
.productList .productInfo h2 a {
  font-weight: 600;
  font-size: 1.8rem;
}
.productList .productInfoColors {
  width: 100% !important;
}
.productList .productInfoColors .additionalThumb {
  margin: 0 0.5rem 0.5rem 0;
}
.productList .productInfoColors .additionalThumb img {
  border-radius: 1rem;
}

.form .filter {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.form .filter .single-field {
  flex-grow: 1;
  width: fit-content;
  margin-bottom: 0;
}
.form .filter select {
  display: flex;
  align-items: center;
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
  background-color: #FFF;
  border: 1px solid #E9E9E9;
  border-radius: 1rem;
}

.product__info__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  border: 1px solid #E9E9E9;
  border-radius: 1rem 1rem 0 0;
}
.product__info__container .additional-images {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.product__info__container .additional-images img {
  width: 20rem;
  height: 20rem;
}
.product__info__top {
  display: flex;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 700px) {
  .product__info__top {
    flex-direction: column-reverse;
  }
}
.product__info__title {
  margin-bottom: 2rem;
  text-align: left;
}
.product__info__image {
  position: relative;
  height: fit-content;
  background-color: #FFF;
}
.product__info__image img {
  width: 30rem;
  height: 30rem;
  border-radius: 1rem;
  object-fit: contain;
}
@media screen and (max-width: 700px) {
  .product__info__image img {
    width: 100%;
    height: auto;
  }
}
.product__info__content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
}
.product__info__content .description-wrapper {
  position: relative;
  max-height: 24rem;
  overflow: hidden;
  margin-bottom: 2rem;
  transition: max-height 0.3s ease;
}
.product__info__content .description-wrapper.show-all::after {
  display: none;
}
.product__info__content .description-wrapper::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F9F9F9 100%);
  content: "";
}
.product__info__content .description-wrapper.expanded {
  max-height: 100%;
}
.product__info__content .description-wrapper.expanded::after {
  display: none;
}
.product__info__additional-images {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.product__info__additional-images img {
  width: 22rem;
  border-radius: 1rem;
}
@media screen and (max-width: 700px) {
  .product__info__additional-images img {
    width: 15rem;
  }
}
.product__variations__container {
  display: flex;
  flex-direction: column;
  padding: 3rem;
  border: 1px solid #E9E9E9;
  border-top: 0;
  border-radius: 0 0 1rem 1rem;
}
@media screen and (max-width: 700px) {
  .product__variations__container {
    padding: 2rem;
  }
}
.product__variations__container > .product-color {
  flex-direction: column;
}
.product__variations__container > .product-color .product-color {
  gap: 4rem;
  width: 100%;
  padding: 1.5rem 0;
}
.product__variations__container > .product-color .product-color:not(:last-of-type) {
  border-bottom: 1px solid #E9E9E9;
}
.product__variation {
  display: flex;
  gap: 2rem 4rem;
}
@media screen and (max-width: 700px) {
  .product__variation {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.product__variation__content {
  flex-grow: 1;
  width: 100%;
}
.product__variation__content h3 {
  margin: 0 0 1rem;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .product__variation__image {
    width: 100%;
  }
}
.product__variation__image .image img {
  width: 20rem;
  object-fit: contain;
  border-radius: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  .product__variation__image .image img {
    width: 100%;
  }
}
.product__variation__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .product__variation__bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.product__variation__bottom h4 {
  margin: 0;
  font-weight: 700;
}
.product__variation__bottom:not(:last-of-type) {
  margin-bottom: 1rem;
}
.product__variation--amount {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.product__variation--amount input[type=text] {
  width: 5rem;
  height: 100%;
  background-color: #FFF;
  border: 1px solid #E9E9E9;
  border-radius: 0.3rem;
}

.form input[type=text],
.form input[type=password],
.form select,
.form textarea {
  width: 100%;
  padding: 1rem 2rem;
  color: #071108;
  font-size: 1.6rem;
  line-height: 100%;
  background-color: #FFF;
  border: 2px solid #E9E9E9 !important;
  border-radius: 1rem;
}
.form input[type=checkbox] {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #FFF;
  border: 2px solid #E9E9E9;
  border-radius: 0.3rem;
  cursor: pointer;
  appearance: none;
}
.form input[type=checkbox]:checked::after {
  position: absolute;
  top: -0.4rem;
  right: 0;
  left: 0;
  display: block;
  width: 0.5rem;
  height: 1.2rem;
  margin: auto;
  border: 2px solid #071108;
  border-width: 0 2px 2px 0;
  bottom: 0;
  transform: rotate(45deg);
  content: "";
}
.form textarea {
  resize: vertical;
}
.form .input-field {
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  text-align: left;
  background-color: #E9E9E9;
  border: 2px solid #E9E9E9 !important;
  border-radius: 1rem;
  opacity: 0.5;
}
.form .form-row {
  display: flex;
  gap: 0 2rem;
}
@media screen and (max-width: 700px) {
  .form .form-row {
    flex-direction: column;
  }
}
.form .single-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
}
.form .single-field label {
  font-size: 1.4rem;
}
.form__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  width: 100%;
}
.form__links {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}
.form__links a {
  font-weight: 400;
  font-size: 1.6rem;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.form__links a:hover {
  text-decoration: none;
}
.form__submit {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .form__submit {
    width: 100%;
    justify-content: space-between;
  }
}
.form__submit .remember-me {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.form__submit .remember-me label {
  font-size: 1.6rem;
  cursor: pointer;
}
.form__google {
  margin-top: 2rem;
}
.form__google .google-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  background-color: #FFF;
  border-radius: 999rem;
  transition: all 0.3s ease;
}
.form__google .google-button:hover {
  transform: scale(1.2);
}
.form__google .google-button img {
  width: 4rem;
  height: 4rem;
}
.form__acceptance {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
}
.form .acceptance-input {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.form .acceptance-input label,
.form .acceptance-input a {
  font-weight: 400;
  font-size: 1.4rem;
}
.form.checkout__form .acceptance-input {
  margin-bottom: 1rem;
}
.form.form-login, .form.form-forgot-password {
  max-width: 80rem;
}
@media screen and (max-width: 1000px) {
  .form.form-login, .form.form-forgot-password {
    max-width: 100%;
  }
}

.news__container {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 700px) {
  .news__container img {
    width: 100% !important;
    height: auto !important;
  }
}
.news__link {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  border-bottom: 1px solid #E9E9E9;
}
.news__link a:not(.button) {
  font-weight: 700;
  font-size: 2rem;
}
.news__heading {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 3rem;
}
.news__heading h1 {
  margin: 0;
  text-align: left;
}
.news__heading span {
  color: #BDBDBD;
  font-weight: 500;
  font-size: 1.4rem;
}

.related-products {
  margin-top: 4rem;
}

.checkout__product {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid #E9E9E9;
}
.checkout__product__intro {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}
.checkout__product__image {
  display: flex;
  align-items: center;
  width: 8rem;
  min-width: 8rem;
  height: 8rem;
  min-height: 8rem;
  background-color: #FFF;
}
@media screen and (max-width: 700px) {
  .checkout__product__image {
    width: 100%;
    height: 15rem;
  }
}
.checkout__product__image a {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
}
.checkout__product__title {
  max-width: 50rem;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .checkout__product__title {
    max-width: 100%;
  }
}
.checkout__product__title a {
  font-weight: 600;
  font-size: 1.6rem;
  text-align: left;
}
.checkout__product__amount {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.checkout__product__amount input[type=text] {
  padding: 0.7rem 1.4rem;
  font-size: 1.4rem;
  border: 1px solid #E9E9E9 !important;
  border-radius: 0.3rem;
}
.checkout__product__amount .productAmountOrder {
  height: fit-content;
}
.checkout__product__price {
  width: fit-content;
  height: fit-content;
  margin-right: 0;
  font-size: 1.6rem;
  white-space: nowrap;
}
.checkout__product__action {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  width: fit-content !important;
  height: fit-content !important;
}
.checkout__product__action .button {
  flex-grow: 1;
}
.checkout__summary {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  width: 100% !important;
  margin-top: 5rem !important;
}
.checkout__summary h3 {
  margin: 0;
}
.checkout__summary span {
  margin-left: 2rem;
  font-weight: 400;
  font-size: 2.2rem;
}
.checkout__delivery:not(.hidden) {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 4rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media screen and (max-width: 700px) {
  .checkout__delivery:not(.hidden) {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.checkout__delivery__title {
  display: flex;
  gap: 1rem;
  flex: 1;
  align-items: center;
}
.checkout__delivery__input {
  flex: 1;
}
.checkout__footer {
  display: flex;
  justify-content: flex-start;
  margin-top: 5rem;
}
.checkout__invoice {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.checkout__order__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.checkout__order__status {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin: 4rem 0;
}
.checkout__order__date {
  opacity: 0.4;
}

.pearl__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
  margin-top: 2rem;
}
.pearl__action h4 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.shop__list {
  display: flex;
  flex-direction: column;
}
.shop__list .productList {
  margin: 0;
}
.shop__product {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 2rem 0;
  border-bottom: 1px solid #E9E9E9;
}
@media screen and (max-width: 700px) {
  .shop__product {
    flex-direction: column-reverse;
    padding: 3rem 0;
  }
}
.shop__product__top {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.shop__product__top h2 {
  margin: 0;
  text-align: left;
}
.shop__product__top h2 a {
  font-weight: 600;
  font-size: 1.8rem;
}
.shop__product__variations {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  width: 100% !important;
  margin: 2rem 0;
}
.shop__product__variations .additionalThumb {
  background-color: #FFF;
  border: 1px solid #E9E9E9;
  border-radius: 1rem;
}
.shop__product__variations .additionalThumb img {
  border-radius: 1rem;
  object-fit: contain;
}
@media screen and (max-width: 700px) {
  .shop__product__variations .additionalThumb img {
    width: 100%;
  }
}
.shop__product__variations .additionalThumb a {
  display: flex;
}
.shop__product__image {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 700px) {
  .shop__product__image {
    align-items: center;
    justify-content: center;
  }
}
.shop__product__image img {
  width: 20rem;
  border-radius: 1rem;
}
@media screen and (max-width: 700px) {
  .shop__product__image img {
    width: 100%;
  }
}
.shop__product__image__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  border-radius: 1rem;
}
@media screen and (max-width: 700px) {
  .shop__product__image__link {
    width: 100%;
  }
}
.shop__product__image__link .image {
  width: 100%;
}
.shop__product__image__link .shop__product__price {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.5rem;
  background-color: #FFF;
}
.shop__product__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
.shop__product__buttons .button {
  flex-grow: 1;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  text-align: center;
}

.contact__description {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 700px) {
  .contact__description {
    gap: 2rem;
  }
}
.contact__description img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
  border-radius: 1rem;
}
.contact__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 10rem;
  justify-content: space-between;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #E9E9E9;
}
@media screen and (max-width: 700px) {
  .contact__list {
    grid-template-columns: 1fr;
  }
}
.contact__content {
  display: flex;
  gap: 1rem;
}
.contact__content svg {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  stroke: #FC6A1F;
}
.contact__content__info {
  display: flex;
  flex-direction: column;
}
.contact__content__info h5 {
  margin: 0 0 0.5rem;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: left;
}
.contact__content__info p {
  margin: 0;
}
.contact__content__info--times p {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
}
.contact__holidays h5 {
  margin: 3rem 0 0.5rem;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: left;
}

.account__profile__introduction {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.account__profile__introduction p {
  margin: 0;
  font-size: 2rem;
  line-height: 150%;
}
.account__profile__introduction span {
  font-size: 1.4rem;
  line-height: 150%;
}

.account__navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 700px) {
  .account__navigation {
    flex-direction: column;
  }
}
.account__navigation a {
  flex: 1;
  text-align: center;
}

.account__history {
  display: flex;
  flex-direction: column;
}
.account__history__row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E9E9E9;
}
@media screen and (max-width: 700px) {
  .account__history__row {
    flex-direction: column;
    gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.account__history__row p {
  margin: 0;
}
.account__history__row a {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
  align-items: center;
}
.account__history__row .badge {
  color: #FF3E3E;
}
.account__history__date {
  opacity: 0.4;
}

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