@charset "UTF-8";
@font-face {
  font-family: "BlocklynGrunge";
  src: url("./fonts/BlocklynGrunge.eot");
  src: url("./fonts/BlocklynGrunge.eot?#iefix") format("embedded-opentype"), url("./fonts/BlocklynGrunge.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BlocklynGrunge";
  src: url("./fonts/BlocklynGrunge-Italic.eot");
  src: url("./fonts/BlocklynGrunge-Italic.eot?#iefix") format("embedded-opentype"), url("./fonts/BlocklynGrunge-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/* Checkout */
body {
  background-color: white;
}
body .main__category .category__hero--banner {
  height: 589px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
  justify-content: flex-start;
  background-color: rgba(0, 0, 0, 0.4) !important;
  background-blend-mode: darken !important;
}
@media only screen and (max-width: 768px) {
  body .main__category .category__hero--banner {
    padding-bottom: 40px;
  }
}
body .main__category .category__hero--banner .category__hero-wrapper {
  width: 100%;
}
body .main__category .category__hero--banner .category__hero-wrapper h2 {
  font-family: "Anton", "Inter", "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 105%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: white;
}
@media only screen and (max-width: 768px) {
  body .main__category .category__hero--banner .category__hero-wrapper h2 {
    font-size: 48px;
  }
}
body .main__category .category__hero--banner .category__hero-wrapper p {
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0%;
  color: white;
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
  body .main__category .category__hero--banner .category__hero-wrapper p {
    font-size: 16px;
  }
}
body .main__category .component__container {
  padding: 0 1rem;
}
@media only screen and (min-width: 1312px) {
  body .main__category .component__container {
    max-width: 1312px;
    padding: 0 24px;
  }
}
body .main__category .component__container .category__header {
  padding: 32px 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  body .main__category .component__container .category__header {
    justify-content: space-between;
  }
}
body .main__category .component__container .category__header .category__comparator {
  padding: 15px 24px;
  border: 1px solid #87C540;
  border-radius: 120px;
  background: white;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #141414;
  margin-left: auto;
}
body .main__category .component__container .category__header .category__comparator.active {
  background-color: #87C540;
  color: white;
}
@media only screen and (max-width: 768px) {
  body .main__category .component__container .category__header .category__comparator {
    margin-left: 0;
    font-size: 12px;
  }
}
body .main__category .component__container .category__header .category__quantity {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #B8B8B8;
}
body .main__category .component__container .category__header .category__sorting {
  display: flex;
}
body .main__category .component__container .category__header .category__sorting .select__sorting {
  position: relative;
  display: inline-block;
}
body .main__category .component__container .category__header .category__sorting .select__sorting.active ul {
  display: block;
}
body .main__category .component__container .category__header .category__sorting .select__sorting .sorting__selected {
  padding: 15px 24px;
  border: 1px solid #87C540;
  border-radius: 120px;
  background: white;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #141414;
}
@media (max-width: 768px) {
  body .main__category .component__container .category__header .category__sorting .select__sorting .sorting__selected {
    font-size: 12px;
  }
}
body .main__category .component__container .category__header .category__sorting .select__sorting ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border-radius: 6px;
  margin: 5px 0 0;
  padding: 24px;
  display: none;
  z-index: 1000;
  box-shadow: 0px 4px 16px 0px rgba(151, 152, 152, 0.1607843137);
  width: 205px;
}
body .main__category .component__container .category__header .category__sorting .select__sorting ul li {
  padding: 10px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: 0.3s;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
}
body .main__category .component__container .category__header .category__sorting .select__sorting ul li:last-child {
  border-bottom: none;
}
body .main__category .component__container .category__header .category__sorting .select__sorting ul li:hover {
  color: #87C540;
}
body .main__category .component__container .category__header .category__sorting .select__sorting ul li.active {
  color: #87C540;
}
body .main__category .component__container .category__header .category__sorting .select__sorting ul li.active .check {
  background-color: #87C540;
  border-color: #87C540;
}
body .main__category .component__container .category__header .category__sorting .select__sorting ul li.active .check::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
}
body .main__category .component__container .category__header .category__sorting .select__sorting ul li .check {
  width: 20px;
  height: 20px;
  border: 1px solid #B8B8B8;
  border-radius: 6px;
  margin-right: 12px;
  position: relative;
}
body .main__category .component__container .category__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1200px) {
  body .main__category .component__container .category__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 998px) {
  body .main__category .component__container .category__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
body .main__category .component__container .category__content .spot.active {
  border: 1px solid #87C540;
}
body .main__category .category__comparition {
  width: 100%;
  height: 100px;
  box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.2509803922);
  position: fixed;
  background: white;
  left: 0;
  z-index: 100;
  bottom: -300px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  body .main__category .category__comparition {
    height: auto;
    padding: 16px 0;
  }
}
body .main__category .category__comparition.active {
  bottom: 0;
}
body .main__category .category__comparition.compare {
  bottom: unset;
  top: 0;
}
body .main__category .category__comparition.compare .compare-modal {
  display: flex;
}
body .main__category .category__comparition .component__container {
  gap: 40px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  body .main__category .category__comparition .component__container {
    flex-direction: column-reverse;
    gap: 16px;
    align-items: flex-start;
  }
}
body .main__category .category__comparition .comparition__wrapper {
  gap: 40px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  body .main__category .category__comparition .comparition__wrapper {
    gap: 16px;
  }
}
body .main__category .category__comparition .comparition__item {
  width: 50%;
  height: 64px;
  border-radius: 16px;
  border: 1px solid #87C540;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body .main__category .category__comparition .comparition__item {
    height: auto;
    min-height: 64px;
  }
}
body .main__category .category__comparition .comparition__item.selected {
  border: none;
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body .main__category .category__comparition .comparition__item.selected {
    flex-direction: column;
    border-radius: 0;
    align-items: flex-start;
    gap: 3px;
  }
}
body .main__category .category__comparition .comparition__item.selected:hover .comparition__info, body .main__category .category__comparition .comparition__item.selected:hover img {
  opacity: 0.4;
}
body .main__category .category__comparition .comparition__item.selected:hover .comparition__remove {
  opacity: 1;
}
body .main__category .category__comparition .comparition__item.selected img {
  width: 93px;
  height: 64px;
}
@media screen and (max-width: 768px) {
  body .main__category .category__comparition .comparition__item.selected img {
    display: none;
  }
}
body .main__category .category__comparition .comparition__item.selected .comparition__info {
  transition: 0.5s;
}
body .main__category .category__comparition .comparition__item.selected .comparition__info h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #141414;
}
@media screen and (max-width: 768px) {
  body .main__category .category__comparition .comparition__item.selected .comparition__info h4 {
    font-size: 12px;
  }
}
body .main__category .category__comparition .comparition__item.selected .comparition__info .info__prices {
  display: flex;
  gap: 6px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body .main__category .category__comparition .comparition__item.selected .comparition__info .info__prices {
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
body .main__category .category__comparition .comparition__item.selected .comparition__info .info__prices p {
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.19px;
}
@media screen and (max-width: 768px) {
  body .main__category .category__comparition .comparition__item.selected .comparition__info .info__prices p {
    font-size: 14px;
  }
}
body .main__category .category__comparition .comparition__item.selected .comparition__info .info__prices span {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.19px;
  color: #B8B8B8;
}
@media screen and (max-width: 768px) {
  body .main__category .category__comparition .comparition__item.selected .comparition__info .info__prices span {
    font-size: 10px;
  }
}
body .main__category .category__comparition .comparition__item.selected .comparition__remove {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  border: none;
  cursor: pointer;
  opacity: 0;
  transition: 0.5s;
  background: transparent;
}
@media screen and (max-width: 768px) {
  body .main__category .category__comparition .comparition__item.selected .comparition__remove {
    position: static;
    transform: none;
    opacity: 1;
    width: 40px;
    height: 40px;
  }
  body .main__category .category__comparition .comparition__item.selected .comparition__remove svg, body .main__category .category__comparition .comparition__item.selected .comparition__remove rect {
    width: 40px;
    height: 40px;
  }
}
body .main__category .category__comparition .comparition__item h3 {
  width: 40px;
  height: 40px;
  border-radius: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E6F4D3;
  font-family: "Anton", "Inter", "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 105%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #87C540;
}
body .main__category .category__comparition button#compare {
  width: 251px;
  min-height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  color: #FFF;
  background-color: #87C540;
  border: 1px solid #87C540;
  font-family: "Anton", "Inter", "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 105%;
  letter-spacing: 0%;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body .main__category .category__comparition button#compare {
    width: 100%;
    font-size: 18px;
    min-height: 45px;
  }
}
body .main__category .category__comparition .compare-modal {
  background-color: #fff;
  padding: 40px;
  width: 100%;
  height: calc(100dvh - 100px);
  overflow: auto;
  display: none;
}
@media screen and (max-width: 768px) {
  body .main__category .category__comparition .compare-modal {
    padding: 0;
    padding-bottom: 7rem;
  }
}
body .main__category .category__comparition .compare-modal .compare-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  body .main__category .category__comparition .compare-modal .compare-table thead tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
  }
  body .main__category .category__comparition .compare-modal .compare-table thead tr th {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  body .main__category .category__comparition .compare-modal .compare-table tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
  body .main__category .category__comparition .compare-modal .compare-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
  }
  body .main__category .category__comparition .compare-modal .compare-table tbody tr th {
    width: 100%;
    text-align: center;
  }
  body .main__category .category__comparition .compare-modal .compare-table tbody tr td {
    width: 50%;
    font-size: 16px;
  }
}
body .main__category .category__comparition .compare-modal .compare-table th,
body .main__category .category__comparition .compare-modal .compare-table td {
  padding: 16px 14px;
  vertical-align: top;
  width: 33%;
  font-weight: 400;
  font-size: 20px;
  line-height: 105%;
  letter-spacing: 0%;
}
body .main__category .category__comparition .compare-modal .compare-table thead th:first-child {
  width: 180px;
}
@media screen and (max-width: 768px) {
  body .main__category .category__comparition .compare-modal .compare-table thead th:first-child {
    display: none;
  }
}
body .main__category .category__comparition .compare-modal .compare-table tbody th {
  text-align: left;
  font-weight: 700;
  width: 33%;
  font-family: "Anton", "Inter", "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 105%;
  text-transform: uppercase;
}
body .main__category .category__comparition .compare-modal .compare-prod {
  text-align: center;
}
body .main__category .category__comparition .compare-modal .compare-prod img {
  margin-bottom: 10px;
  width: 248px;
}
@media screen and (max-width: 768px) {
  body .main__category .category__comparition .compare-modal .compare-prod img {
    width: 100%;
  }
}
body .main__category .category__comparition .compare-modal .compare-prod h3 {
  width: 100%;
  font-family: "Anton", "Inter", "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 105%;
  text-transform: uppercase;
}
