@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-normal.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-italic.woff") format("woff");
  font-style: italic;
}
label {
  position: relative;
}

input[type=radio] {
  width: 0px;
  margin: 0px;
}

input[type=radio] + label {
  padding-left: 22px;
}

input[type=radio] + label::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  outline: 1px solid #ffffff;
  border: 4px solid #e41f31;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  transition: background-color 0.2s ease-in-out;
}

input[type=radio]:hover + label::before,
input[type=radio]:checked + label::before {
  content: "";
  background-color: #ffffff;
}

.icon-text-btn {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #ffffff;
  text-decoration: none;
}

.icon-btn {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  display: inline-block;
  padding: 9.5px 11px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  color: #ffffff;
  text-decoration: none;
}

.text-btn {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  color: #e41f31;
  background-color: #ffffff;
  padding: 15px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  text-decoration: none;
}

header {
  width: 100%;
  background-color: #e41f31;
}
header > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #ffffff;
  gap: 24px 32px;
  width: 100%;
  max-width: 1920px;
  padding: 12px 48px 24px 48px;
  margin: 0 auto;
}
header > div svg {
  display: flex;
}
header > div svg path {
  fill: #ffffff;
}
header > div svg.icon {
  width: 16px;
  height: 16px;
}
header > div .top-menu {
  width: 100%;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
header > div .top-menu .icon-text-btn svg {
  width: 16px;
  height: 16px;
}
header > div .logo {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 405px;
  max-height: 48px;
}
header > div .logo .viewport-1 {
  display: block;
}
header > div .logo .viewport-2 {
  display: none;
}
header > div .logo svg {
  width: 100%;
  height: 100%;
}
header > div .menu-search-wrapper {
  width: 100%;
  max-width: calc(100% - 780px);
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  gap: 32px;
}
header > div .menu-search-wrapper .icon-text-btn {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 6px;
  color: #ffffff;
  padding: 11px 11px 11px 15px;
}
header > div .menu-search-wrapper .search-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
header > div .menu-search-wrapper .search-wrapper .search {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
header > div .menu-search-wrapper .search-wrapper .search input {
  width: 100%;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  width: 100%;
  padding: 13.5px;
  border: 1px solid #ffffff;
  border-radius: 6px 0px 0px 6px;
  background-color: #e41f31;
  color: #ffffff;
  max-height: 48px;
}
header > div .menu-search-wrapper .search-wrapper .search input:focus {
  outline-color: #000000;
}
header > div .menu-search-wrapper .search-wrapper .search input::-moz-placeholder {
  color: #ffffff;
}
header > div .menu-search-wrapper .search-wrapper .search input::placeholder {
  color: #ffffff;
}
header > div .menu-search-wrapper .search-wrapper .search button {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  padding: 10px;
  display: flex;
  border-radius: 0px 6px 6px 0px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
header > div .menu-search-wrapper .search-wrapper .search button svg {
  display: flex;
  width: 24px;
  height: 24px;
}
header > div .menu-search-wrapper .search-wrapper .search button svg path {
  fill: #000000;
}
header > div .menu-search-wrapper .filter-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px 16px;
}
header > div .cart-favorite-login-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 311px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-end;
}
header > div .cart-favorite-login-wrapper .icon-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header > div .cart-favorite-login-wrapper .icon-btn .btn-title {
  display: none;
}
header > div .cart-favorite-login-wrapper .icon-btn svg {
  display: flex;
  max-width: 24px;
  max-height: 24px;
}
header > div .cart-favorite-login-wrapper .icon-btn .count {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: 0px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 200px;
  padding: 2px 4px;
  min-width: 14px;
  min-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1366px) {
  header > div .logo .viewport-1 {
    display: none;
  }
  header > div .logo .viewport-2 {
    display: block;
  }
  header > div .menu-search-wrapper {
    width: 100%;
    max-width: calc(100% - 505px);
  }
  header > div .menu-search-wrapper .filter-wrapper {
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    padding: 12px 16px 16px 16px;
  }
  header > div {
    padding: 0px;
    gap: 32px;
  }
  header > div .top-menu {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0px;
    order: 3;
  }
  header > div .top-menu .icon-text-btn {
    width: 100%;
    padding: 16px 6px 15px 6px;
    border-bottom: 1px solid #ffffff;
    justify-content: flex-start;
  }
  header > div .logo {
    max-width: unset;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header > div .logo svg {
    width: 202.39px;
    height: 24px;
  }
  header > div .logo .viewport-1 {
    display: block;
  }
  header > div .logo .viewport-2 {
    display: none;
  }
  header > div .logo {
    order: 1;
  }
  header > div .menu-search-wrapper {
    width: 100%;
    max-width: unset;
    flex-direction: column-reverse;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    order: 2;
  }
  header > div .menu-search-wrapper .icon-text-btn {
    justify-content: space-between;
  }
  header > div .menu-search-wrapper .search-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
  }
  header > div .menu-search-wrapper .search-wrapper .search {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
  }
  header > div .menu-search-wrapper .search-wrapper .search input {
    width: 100%;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0;
    width: 100%;
    padding: 13.5px;
    border: 1px solid #ffffff;
    border-radius: 6px 0px 0px 6px;
    background-color: #e41f31;
    color: #ffffff;
    max-height: 48px;
  }
  header > div .menu-search-wrapper .search-wrapper .search input:focus {
    outline-color: #000000;
  }
  header > div .menu-search-wrapper .search-wrapper .search input::-moz-placeholder {
    color: #ffffff;
  }
  header > div .menu-search-wrapper .search-wrapper .search input::placeholder {
    color: #ffffff;
  }
  header > div .menu-search-wrapper .search-wrapper .search button {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0;
    padding: 10px;
    display: flex;
    border-radius: 0px 6px 6px 0px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
  }
  header > div .menu-search-wrapper .search-wrapper .search button svg {
    display: flex;
    width: 24px;
    height: 24px;
  }
  header > div .menu-search-wrapper .search-wrapper .search button svg path {
    fill: #000000;
  }
  header > div .cart-favorite-login-wrapper {
    width: 100%;
    max-width: unset;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-end;
    order: 4;
  }
  header > div .cart-favorite-login-wrapper .icon-btn {
    width: 100%;
  }
  header > div .cart-favorite-login-wrapper .icon-btn .btn-title {
    display: block;
  }
  header > div .cart-favorite-login-wrapper .text-btn {
    width: 100%;
    text-align: center;
  }
}
footer {
  width: 100%;
  background-color: #707070;
  margin-top: 120px;
}
footer > div {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  padding: 80px 48px 40px 48px;
  margin: 0 auto;
  gap: 60px;
}
footer > div .section-1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}
footer > div .section-1 .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc((100% - 144px) * 1 / 4);
  gap: 24px;
}
footer > div .section-1 .column > p {
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  footer > div .section-1 .column > p {
    font-size: 20px;
  }
}
footer > div .section-1 .column > p {
  color: #ffffff;
}
footer > div .section-1 .column > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
footer > div .section-1 .column > div a,
footer > div .section-1 .column > div p {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  footer > div .section-1 .column > div a,
  footer > div .section-1 .column > div p {
    font-size: 12px;
  }
}
footer > div .section-1 .column > div a,
footer > div .section-1 .column > div p {
  color: #ffffff;
}
footer > div .section-2 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 48px;
}
footer > div .section-2 .social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc((100% - 144px) * 1 / 4);
  gap: 12px;
}
footer > div .section-2 .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  border: 1px solid #ffffff;
  border-radius: 6px;
}
footer > div .section-2 .social a svg path {
  fill: #ffffff;
}
footer > div .section-2 .iso {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc((100% - 144px) * 1 / 4);
}
footer > div .section-2 .iso img {
  aspect-ratio: 1/1;
  border-radius: 6px;
  width: 126px;
  height: 126px;
}
footer > div .section-3 {
  border-top: 1px solid #ffffff;
  padding-top: 19px;
  display: flex;
  flex-direction: row;
  gap: 48px;
}
footer > div .section-3 div {
  width: calc((100% - 144px) * 1 / 4);
}
footer > div .section-3 div a,
footer > div .section-3 div p {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  footer > div .section-3 div a,
  footer > div .section-3 div p {
    font-size: 12px;
  }
}
footer > div .section-3 div a,
footer > div .section-3 div p {
  color: #ffffff;
}
footer > div .section-3 div:last-child {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 60px 16px 32px 16px;
    margin-top: 80px;
  }
  footer > div {
    padding: 0;
  }
  footer > div .section-1 {
    flex-direction: column;
    justify-content: flex-start;
  }
  footer > div .section-1 .column {
    flex-direction: column;
    width: 100%;
  }
  footer > div .section-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 48px;
  }
  footer > div .section-2 .social {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 12px;
  }
  footer > div .section-2 .iso {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc((100% - 144px) * 1 / 4);
  }
  footer > div .section-3 {
    flex-wrap: wrap;
    gap: 16px;
  }
  footer > div .section-3 div {
    width: -moz-fit-content;
    width: fit-content;
  }
  footer > div .section-3 div:last-child {
    margin-left: unset;
  }
}
.breadcrumb {
  width: 100%;
}
.breadcrumb > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  max-width: 1440px;
  padding: 40px 48px;
  margin: 0 auto;
}
.breadcrumb svg path {
  fill: #707070;
}
.breadcrumb svg:hover path {
  fill: #000000;
}
.breadcrumb span {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  flex-grow: 0;
  align-items: center;
  gap: 6px;
}
.breadcrumb span:last-child::after {
  display: none;
}
.breadcrumb span:last-child a {
  color: #000000;
}
.breadcrumb span a {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .breadcrumb span a {
    font-size: 12px;
  }
}
.breadcrumb span a {
  color: #707070;
}
.breadcrumb span a:hover {
  color: #000000;
}
.breadcrumb span::after {
  content: url("../images/chevron.svg");
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
}

#home {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#home .slider,
#home .info,
#home .categories,
#home .products,
#home .why-choose-us,
#home .newsletter,
#home .blog {
  width: 100%;
}
#home .slider > div,
#home .info > div,
#home .categories > div,
#home .products > div,
#home .why-choose-us > div,
#home .newsletter > div,
#home .blog > div {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
#home .slider {
  margin: 80px 0px;
}
#home .slider > div {
  padding: 0px 48px;
}
#home .slider #home-slider {
  margin-bottom: 48px;
}
#home .slider #home-slider .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#home .slider #home-slider .splide__pagination {
  position: absolute;
  bottom: -48px;
  gap: 14px;
}
#home .slider #home-slider .splide__pagination .splide__pagination__page {
  width: 16px;
  height: 16px;
  background-color: #b7b7b7;
  margin: 0;
  transform: none;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
#home .slider #home-slider .splide__pagination .splide__pagination__page.is-active, #home .slider #home-slider .splide__pagination .splide__pagination__page:hover {
  background-color: #e41f31;
}
#home .info {
  background-color: #f2f2f2;
}
#home .info > div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  padding: 80px 48px;
}
#home .info > div .info-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc((100% - 144px) * 0.25);
  gap: 24px;
}
#home .info > div .info-card svg {
  min-width: 48px;
  max-width: 48px;
  width: 100%;
  min-height: 48px;
  max-height: 48px;
  height: 100%;
}
#home .info > div .info-card svg path {
  fill: #e41f31;
}
#home .info > div .info-card > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
#home .info > div .info-card > div h3 {
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #home .info > div .info-card > div h3 {
    font-size: 20px;
  }
}
#home .info > div .info-card > div h3 {
  color: #e41f31;
}
#home .info > div .info-card > div p {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #home .info > div .info-card > div p {
    font-size: 12px;
  }
}
#home .info > div .info-card > div p {
  color: #707070;
}
#home .categories {
  border-bottom: 1px solid #b7b7b7;
}
#home .categories > div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  padding: 79px 48px;
}
#home .categories > div .categories-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc((100% - 96px) * 1 / 3);
  border: 1px solid #e41f31;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
#home .categories > div .categories-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 416/320;
  z-index: 0;
}
#home .categories > div .categories-card > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  background: linear-gradient(180deg, rgba(228, 31, 49, 0) 40px, #e41f31 100%);
}
#home .categories > div .categories-card > div h4 {
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #home .categories > div .categories-card > div h4 {
    font-size: 20px;
  }
}
#home .categories > div .categories-card > div h4 {
  color: #ffffff;
  margin-bottom: 6px;
}
#home .categories > div .categories-card > div p {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #home .categories > div .categories-card > div p {
    font-size: 12px;
  }
}
#home .categories > div .categories-card > div p {
  color: #ffffff;
  margin-bottom: 20px;
}
#home .categories > div .categories-card > div a {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  color: #e41f31;
  border-radius: 6px;
  padding: 16px;
}
#home .categories > div .categories-card > div a:hover {
  color: #000000;
}
#home .why-choose-us {
  background-color: #f2f2f2;
}
#home .why-choose-us > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
  padding: 80px 48px;
}
#home .why-choose-us > div .title-wrapper {
  max-width: 473px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}
#home .why-choose-us > div .title-wrapper h2 {
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #home .why-choose-us > div .title-wrapper h2 {
    font-size: 20px;
  }
}
#home .why-choose-us > div .title-wrapper h2 {
  color: #000000;
}
#home .why-choose-us > div .title-wrapper p {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #home .why-choose-us > div .title-wrapper p {
    font-size: 12px;
  }
}
#home .why-choose-us > div .title-wrapper p {
  color: #707070;
}
#home .why-choose-us > div .why-choose-us-grid {
  max-width: 996px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 48px;
}
#home .why-choose-us > div .why-choose-us-grid .why-choose-us-card {
  text-align: center;
  width: calc((100% - 96px) * 1 / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
#home .why-choose-us > div .why-choose-us-grid .why-choose-us-card svg {
  margin-bottom: 8px;
  width: 48px;
  height: 48px;
}
#home .why-choose-us > div .why-choose-us-grid .why-choose-us-card svg path {
  fill: #e41f31;
}
#home .why-choose-us > div .why-choose-us-grid .why-choose-us-card h4 {
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #home .why-choose-us > div .why-choose-us-grid .why-choose-us-card h4 {
    font-size: 20px;
  }
}
#home .why-choose-us > div .why-choose-us-grid .why-choose-us-card h4 {
  color: #e41f31;
}
#home .why-choose-us > div .why-choose-us-grid .why-choose-us-card p {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #home .why-choose-us > div .why-choose-us-grid .why-choose-us-card p {
    font-size: 12px;
  }
}
#home .why-choose-us > div .why-choose-us-grid .why-choose-us-card p {
  color: #707070;
}
#home .why-choose-us > div a {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  background-color: #ffffff;
  color: #e41f31;
  border-radius: 6px;
  padding: 16px;
}
#home .why-choose-us > div a:hover {
  color: #000000;
}
#home .newsletter > div {
  max-width: 1092px;
  padding: 80px 48px;
}
#home .newsletter > div > div {
  background-image: url("../images/hirlevelfeliratkozas.webp");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px 48px;
}
#home .newsletter > div > div h3 {
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #home .newsletter > div > div h3 {
    font-size: 20px;
  }
}
#home .newsletter > div > div h3 {
  color: #ffffff;
}
#home .newsletter > div > div div {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6.5vw;
}
#home .newsletter > div > div div p {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #home .newsletter > div > div div p {
    font-size: 12px;
  }
}
#home .newsletter > div > div div p {
  color: #ffffff;
  flex-shrink: 1;
}
#home .newsletter > div > div div a {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: #ffffff;
  color: #e41f31;
  border-radius: 12px;
  padding: 16px;
}
#home .newsletter > div > div div a:hover {
  color: #000000;
}
#home .blog > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 120px 48px 0px 48px;
}
#home .blog > div .blog-grid {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 48px;
}
#home .blog > div .blog-grid .blog-card {
  width: calc((100% - 96px) * 1 / 3);
}
#home .blog > div .blog-grid .blog-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 416/208;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #b7b7b7;
  border-radius: 12px;
  margin-bottom: 24px;
}
#home .blog > div .blog-grid .blog-card h4 {
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #home .blog > div .blog-grid .blog-card h4 {
    font-size: 20px;
  }
}
#home .blog > div .blog-grid .blog-card h4 {
  color: #000000;
  margin-bottom: 16px;
}
#home .blog > div .blog-grid .blog-card p {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #home .blog > div .blog-grid .blog-card p {
    font-size: 12px;
  }
}
#home .blog > div .blog-grid .blog-card p {
  color: #707070;
}
#home .blog > div .blog-grid .blog-card:hover img {
  border-color: #e41f31;
}
#home .blog > div .blog-grid .blog-card:hover h4 {
  color: #e41f31;
}

.section-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 16px 0px 15px 0px;
  border-bottom: 1px solid #b7b7b7;
}
.section-head h3 {
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .section-head h3 {
    font-size: 20px;
  }
}
.section-head h3 {
  color: #e41f31;
}
.section-head a {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  color: #e41f31;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  gap: 8px;
}
.section-head a svg {
  width: 24px;
  height: 24px;
}
.section-head a svg path {
  fill: #e41f31;
}
.section-head a:hover {
  color: #707070;
}
.section-head a:hover svg path {
  fill: #707070;
}

.products > div {
  padding: 60px 48px;
}

.sale-product,
.runout-product {
  padding-top: 60px;
}

.new-product,
.runout-product {
  padding-bottom: 60px;
}

.product-grid-view {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 48px;
  margin-top: 40px;
}
.product-grid-view .product-grid-card {
  width: calc((100% - 144px) * 0.25);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product-grid-view .product-grid-card .product-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #b7b7b7;
  border-radius: 12px;
  position: relative;
  padding: 15px;
}
.product-grid-view .product-grid-card .product-image img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.product-grid-view .product-grid-card .product-image .sale,
.product-grid-view .product-grid-card .product-image .favorite,
.product-grid-view .product-grid-card .product-image .badge {
  position: absolute;
  top: 12px;
  z-index: 1;
}
.product-grid-view .product-grid-card .product-image .sale {
  left: 12px;
  width: 40px;
  height: 40px;
  background-color: #e41f31;
  padding: 8px;
  border-radius: 6px;
}
.product-grid-view .product-grid-card .product-image .sale path {
  fill: #ffffff;
}
.product-grid-view .product-grid-card .product-image .favorite {
  right: 16px;
}
.product-grid-view .product-grid-card .product-image .favorite svg {
  width: 40px;
  height: 40px;
  border: 1px solid #b7b7b7;
  border-radius: 6px;
  padding: 7px;
}
.product-grid-view .product-grid-card .product-image .favorite svg path {
  fill: #b7b7b7;
}
.product-grid-view .product-grid-card .product-image .favorite svg:hover {
  border-color: #e41f31;
}
.product-grid-view .product-grid-card .product-image .favorite svg:hover path {
  fill: #e41f31;
}
.product-grid-view .product-grid-card .product-image .favorite.added svg {
  border-color: #e41f31;
}
.product-grid-view .product-grid-card .product-image .favorite.added svg path {
  fill: #e41f31;
}
.product-grid-view .product-grid-card .product-image .badge {
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  top: unset;
  bottom: 12px;
  left: 12px;
  border-radius: 6px;
  background-color: #e41f31;
  color: #ffffff;
  padding: 8px;
}
.product-grid-view .product-grid-card .title-sku {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.product-grid-view .product-grid-card .title-sku h4 {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .product-grid-view .product-grid-card .title-sku h4 {
    font-size: 16px;
  }
}
.product-grid-view .product-grid-card .title-sku h4 {
  color: #707070;
}
.product-grid-view .product-grid-card .title-sku p {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .product-grid-view .product-grid-card .title-sku p {
    font-size: 12px;
  }
}
.product-grid-view .product-grid-card .title-sku p {
  color: #707070;
}
.product-grid-view .product-grid-card .price {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-grid-view .product-grid-card .price .netto-regular {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .product-grid-view .product-grid-card .price .netto-regular {
    font-size: 12px;
  }
}
.product-grid-view .product-grid-card .price .netto-regular {
  color: #707070;
  text-decoration: line-through;
}
.product-grid-view .product-grid-card .price .netto-sale {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .product-grid-view .product-grid-card .price .netto-sale {
    font-size: 16px;
  }
}
.product-grid-view .product-grid-card .price .netto-sale {
  color: #e41f31;
}
.product-grid-view .product-grid-card .price .brutto-regular {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .product-grid-view .product-grid-card .price .brutto-regular {
    font-size: 16px;
  }
}
.product-grid-view .product-grid-card .price .brutto-regular {
  color: #e41f31;
}
.product-grid-view .product-grid-card .add-to-cart {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.product-grid-view .product-grid-card .add-to-cart > div {
  display: flex;
  flex-shrink: 1;
  min-width: 0;
  z-index: 0;
  border: 1px solid #b7b7b7;
  border-radius: 6px;
  gap: 6px;
}
.product-grid-view .product-grid-card .add-to-cart > div input {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  min-width: 0;
  text-align: center;
  flex-shrink: 1;
  border: none;
  border-radius: 6px;
}
.product-grid-view .product-grid-card .add-to-cart > div .decrease,
.product-grid-view .product-grid-card .add-to-cart > div .increase {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 6px;
  padding: 10.5px;
}
.product-grid-view .product-grid-card .add-to-cart > div .decrease:hover,
.product-grid-view .product-grid-card .add-to-cart > div .increase:hover {
  background-color: #f2f2f2;
}
.product-grid-view .product-grid-card .add-to-cart a {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 16px;
  background-color: #e41f31;
  color: #ffffff;
  border-radius: 6px;
  flex-shrink: 0;
  flex-grow: 0;
}
.product-grid-view .product-grid-card .add-to-cart a:hover {
  background-color: #b7b7b7;
}

.product-full-view {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 80px;
  margin-top: 40px;
}
.product-full-view .product-full-card {
  width: 100%;
  display: grid;
  grid-template-columns: calc((100% - 24px) * 2 / 8) 1fr;
  grid-template-rows: 1fr auto auto;
  grid-template-areas: "image title" "image price" "image cart";
  gap: 24px 24px;
  align-items: flex-start;
}
.product-full-view .product-full-card .product-image {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #b7b7b7;
  border-radius: 12px;
  position: relative;
  padding: 15px;
  grid-area: image;
}
.product-full-view .product-full-card .product-image img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.product-full-view .product-full-card .product-image .sale,
.product-full-view .product-full-card .product-image .favorite,
.product-full-view .product-full-card .product-image .badge {
  position: absolute;
  top: 12px;
  z-index: 1;
}
.product-full-view .product-full-card .product-image .sale {
  left: 12px;
  width: 40px;
  height: 40px;
  background-color: #e41f31;
  padding: 8px;
  border-radius: 6px;
}
.product-full-view .product-full-card .product-image .sale path {
  fill: #ffffff;
}
.product-full-view .product-full-card .product-image .favorite {
  right: 16px;
}
.product-full-view .product-full-card .product-image .favorite svg {
  width: 40px;
  height: 40px;
  border: 1px solid #b7b7b7;
  border-radius: 6px;
  padding: 7px;
}
.product-full-view .product-full-card .product-image .favorite svg path {
  fill: #b7b7b7;
}
.product-full-view .product-full-card .product-image .favorite svg:hover {
  border-color: #e41f31;
}
.product-full-view .product-full-card .product-image .favorite svg:hover path {
  fill: #e41f31;
}
.product-full-view .product-full-card .product-image .favorite.added svg {
  border-color: #e41f31;
}
.product-full-view .product-full-card .product-image .favorite.added svg path {
  fill: #e41f31;
}
.product-full-view .product-full-card .product-image .badge {
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  top: unset;
  bottom: 12px;
  left: 12px;
  border-radius: 6px;
  background-color: #e41f31;
  color: #ffffff;
  padding: 8px;
}
.product-full-view .product-full-card .title-sku {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-self: flex-start;
  gap: 8px;
  grid-area: title;
}
.product-full-view .product-full-card .title-sku h4 {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .product-full-view .product-full-card .title-sku h4 {
    font-size: 16px;
  }
}
.product-full-view .product-full-card .title-sku h4 {
  color: #707070;
}
.product-full-view .product-full-card .title-sku p {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .product-full-view .product-full-card .title-sku p {
    font-size: 12px;
  }
}
.product-full-view .product-full-card .title-sku p {
  color: #707070;
}
.product-full-view .product-full-card .price {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
  grid-area: price;
}
.product-full-view .product-full-card .price .netto-regular {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .product-full-view .product-full-card .price .netto-regular {
    font-size: 12px;
  }
}
.product-full-view .product-full-card .price .netto-regular {
  color: #707070;
  text-decoration: line-through;
}
.product-full-view .product-full-card .price .netto-sale {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .product-full-view .product-full-card .price .netto-sale {
    font-size: 16px;
  }
}
.product-full-view .product-full-card .price .netto-sale {
  color: #e41f31;
}
.product-full-view .product-full-card .price .brutto-regular {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .product-full-view .product-full-card .price .brutto-regular {
    font-size: 16px;
  }
}
.product-full-view .product-full-card .price .brutto-regular {
  color: #e41f31;
}
.product-full-view .product-full-card .add-to-cart {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 8px;
  grid-area: cart;
  max-width: 400px;
}
.product-full-view .product-full-card .add-to-cart > div {
  display: flex;
  flex-shrink: 1;
  flex-grow: 1;
  min-width: 0;
  z-index: 0;
  border: 1px solid #b7b7b7;
  border-radius: 6px;
  gap: 6px;
}
.product-full-view .product-full-card .add-to-cart > div input {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  min-width: 0;
  text-align: center;
  flex-shrink: 1;
  border: none;
  border-radius: 6px;
}
.product-full-view .product-full-card .add-to-cart > div .decrease,
.product-full-view .product-full-card .add-to-cart > div .increase {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 6px;
  padding: 10.5px;
}
.product-full-view .product-full-card .add-to-cart > div .decrease:hover,
.product-full-view .product-full-card .add-to-cart > div .increase:hover {
  background-color: #f2f2f2;
}
.product-full-view .product-full-card .add-to-cart a {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 16px;
  background-color: #e41f31;
  color: #ffffff;
  border-radius: 6px;
  flex-shrink: 0;
  flex-grow: 0;
}
.product-full-view .product-full-card .add-to-cart a:hover {
  background-color: #b7b7b7;
}

@media screen and (max-width: 1024px) {
  #home .slider {
    margin: 40px 0px;
  }
  #home .slider > div {
    padding: 0px 16px;
  }
  #home .info {
    background-color: #f2f2f2;
  }
  #home .info > div {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    padding: 60px 16px;
  }
  #home .info > div .info-card {
    width: 100%;
  }
  #home .categories {
    border-bottom: 1px solid #b7b7b7;
  }
  #home .categories > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
    padding: 59px 16px;
  }
  #home .categories > div .categories-card {
    width: 100%;
  }
  #home .categories > div .categories-card img {
    aspect-ratio: 358/275.38;
  }
  #home .why-choose-us > div {
    gap: 48px;
    padding: 60px 16px;
  }
  #home .why-choose-us > div .why-choose-us-grid {
    max-width: 318px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 48px;
  }
  #home .why-choose-us > div .why-choose-us-grid .why-choose-us-card {
    width: 100%;
    flex-direction: column;
  }
  #home .newsletter > div {
    padding: 60px 16px;
  }
  #home .newsletter > div > div div {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 80px;
  }
  #home .blog > div {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 80px 16px 0px 16px;
  }
  #home .blog > div .blog-grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
  }
  #home .blog > div .blog-grid .blog-card {
    width: 100%;
  }
  #home .blog > div .blog-grid .blog-card img {
    width: 100%;
    height: 100%;
    aspect-ratio: 358/208;
    -o-object-fit: cover;
       object-fit: cover;
    border: 1px solid #b7b7b7;
    border-radius: 12px;
    margin-bottom: 24px;
  }
  #home .blog > div .blog-grid .blog-card h4 {
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  #home .blog > div .blog-grid .blog-card h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #home .blog > div .blog-grid .blog-card p {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0;
    color: #707070;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  #home .blog > div .blog-grid .blog-card p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  #home .blog > div .blog-grid .blog-card:hover img {
    border-color: #e41f31;
  }
  #home .blog > div .blog-grid .blog-card:hover h4 {
    color: #e41f31;
  }
  .section-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
  .section-head h3 {
    flex-shrink: 1;
  }
  .section-head a {
    flex-shrink: 0;
  }
  .products > div {
    padding: 40px 16px;
  }
  .sale-product,
  .runout-product {
    padding-top: 40px;
  }
  .new-product,
  .runout-product {
    padding-bottom: 40px;
  }
  .product-grid-view {
    gap: 60px;
    margin-top: 40px;
  }
  .product-grid-view .product-grid-card {
    width: 100%;
  }
}
.product-archive {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.product-archive > div {
  width: 100%;
  max-width: 1440px;
  padding: 20px 48px 0px 48px;
  margin: 0 auto;
}
.product-archive > div .view-sort .view {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.product-archive > div .view-sort .view button {
  display: flex;
  border: 1px solid #b7b7b7;
  border-radius: 6px;
  padding: 11px;
  background-color: rgba(0, 0, 0, 0);
}
.product-archive > div .view-sort .view button svg path {
  fill: #707070;
}
.product-archive > div .view-sort .view button:hover, .product-archive > div .view-sort .view button.active {
  border-color: #e41f31;
}
.product-archive > div .view-sort .view button:hover svg path, .product-archive > div .view-sort .view button.active svg path {
  fill: #e41f31;
}

.pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  gap: 12px;
}
.pagination .prev {
  transform: rotate(180deg);
}
.pagination svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination svg path {
  fill: #000000;
}
.pagination a {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  border: 1px solid #b7b7b7;
  border-radius: 6px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}
.pagination a:hover, .pagination a.active {
  color: #e41f31;
  border-color: #e41f31;
}
.pagination a:hover svg path, .pagination a.active svg path {
  fill: #e41f31;
}

.product-single {
  width: 100%;
}
.product-single > div {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 48px 0px 48px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.product-single > div .product-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #b7b7b7;
  border-radius: 12px;
  position: relative;
  padding: 15px;
  width: calc((100% - 24px) * 1 / 2);
}
.product-single > div .product-image img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.product-single > div .product-image .sale,
.product-single > div .product-image .favorite,
.product-single > div .product-image .badge {
  position: absolute;
  top: 12px;
  z-index: 1;
}
.product-single > div .product-image .sale {
  left: 12px;
  width: 40px;
  height: 40px;
  background-color: #e41f31;
  padding: 8px;
  border-radius: 6px;
}
.product-single > div .product-image .sale path {
  fill: #ffffff;
}
.product-single > div .product-image .favorite {
  right: 16px;
}
.product-single > div .product-image .favorite svg {
  width: 40px;
  height: 40px;
  border: 1px solid #b7b7b7;
  border-radius: 6px;
  padding: 7px;
}
.product-single > div .product-image .favorite svg path {
  fill: #b7b7b7;
}
.product-single > div .product-image .favorite svg:hover {
  border-color: #e41f31;
}
.product-single > div .product-image .favorite svg:hover path {
  fill: #e41f31;
}
.product-single > div .product-image .favorite.added svg {
  border-color: #e41f31;
}
.product-single > div .product-image .favorite.added svg path {
  fill: #e41f31;
}
.product-single > div .product-image .badge {
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  top: unset;
  bottom: 12px;
  left: 12px;
  border-radius: 6px;
  background-color: #e41f31;
  color: #ffffff;
  padding: 8px;
}
.product-single > div .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}
.product-single > div .text-wrapper .title-sku {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.product-single > div .text-wrapper .title-sku h4 {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .product-single > div .text-wrapper .title-sku h4 {
    font-size: 16px;
  }
}
.product-single > div .text-wrapper .title-sku h4 {
  color: #707070;
}
.product-single > div .text-wrapper .title-sku p {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .product-single > div .text-wrapper .title-sku p {
    font-size: 12px;
  }
}
.product-single > div .text-wrapper .title-sku p {
  color: #707070;
}
.product-single > div .text-wrapper .price {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-single > div .text-wrapper .price .netto-regular {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .product-single > div .text-wrapper .price .netto-regular {
    font-size: 12px;
  }
}
.product-single > div .text-wrapper .price .netto-regular {
  color: #707070;
  text-decoration: line-through;
}
.product-single > div .text-wrapper .price .netto-sale {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .product-single > div .text-wrapper .price .netto-sale {
    font-size: 16px;
  }
}
.product-single > div .text-wrapper .price .netto-sale {
  color: #e41f31;
}
.product-single > div .text-wrapper .price .brutto-regular {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .product-single > div .text-wrapper .price .brutto-regular {
    font-size: 16px;
  }
}
.product-single > div .text-wrapper .price .brutto-regular {
  color: #e41f31;
}
.product-single > div .text-wrapper .add-to-cart {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  max-width: 400px;
}
.product-single > div .text-wrapper .add-to-cart > div {
  display: flex;
  flex-shrink: 1;
  flex-grow: 1;
  min-width: 0;
  z-index: 0;
  border: 1px solid #b7b7b7;
  border-radius: 6px;
  gap: 6px;
}
.product-single > div .text-wrapper .add-to-cart > div input {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  min-width: 0;
  text-align: center;
  flex-shrink: 1;
  border: none;
  border-radius: 6px;
}
.product-single > div .text-wrapper .add-to-cart > div .decrease,
.product-single > div .text-wrapper .add-to-cart > div .increase {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 6px;
  padding: 10.5px;
}
.product-single > div .text-wrapper .add-to-cart > div .decrease:hover,
.product-single > div .text-wrapper .add-to-cart > div .increase:hover {
  background-color: #f2f2f2;
}
.product-single > div .text-wrapper .add-to-cart a {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 16px;
  background-color: #e41f31;
  color: #ffffff;
  border-radius: 6px;
  flex-shrink: 0;
  flex-grow: 0;
}
.product-single > div .text-wrapper .add-to-cart a:hover {
  background-color: #b7b7b7;
}
.product-single > div .product-text {
  width: calc((100% - 24px) * 1 / 2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 80px;
}
.product-single > div .product-text > div.text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tabs {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding: 16px 0px 15px 0px;
  border-bottom: 1px solid #b7b7b7;
}
.tabs .tab-btn {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  color: #707070;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 4px 4px 4px 6px;
}
.tabs .tab-btn svg path {
  fill: #707070;
}
.tabs .tab-btn.active, .tabs .tab-btn:hover {
  color: #e41f31;
}
.tabs .tab-btn.active svg path, .tabs .tab-btn:hover svg path {
  fill: #e41f31;
}

.tab-panel {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .tab-panel {
    font-size: 12px;
  }
}
.tab-panel {
  color: #707070;
  display: none;
  padding: 24px 0px 24px 0px;
}
.tab-panel.active {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

a,
button,
label {
  cursor: pointer;
}

#main {
  width: 100%;
}/*# sourceMappingURL=style.css.map */