.layout-block {
  margin-top: 48px;
  display: flex;
}
.layout-block.row-1 {
  margin-top: 24px;
}
.layout-block__inner {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  padding: 0 24px;
}

.normal-text h1 {
  font-size: clamp(2rem, 1.5966rem + 0.8403vw, 2.5rem);
}
.normal-text h2 {
  font-size: clamp(1.75rem, 1.5483rem + 0.4202vw, 2rem);
}
.normal-text h3 {
  font-size: clamp(1.5rem, 1.2983rem + 0.4202vw, 1.75rem);
}
.normal-text h4 {
  font-size: clamp(1.25rem, 1.0483rem + 0.4202vw, 1.5rem);
}
.normal-text h5 {
  font-size: clamp(1rem, 0.7983rem + 0.4202vw, 1.25rem);
}
.normal-text p, .normal-text ul, .normal-text ol, .normal-text img, .normal-text h1, .normal-text h2, .normal-text h3, .normal-text h4, .normal-text h5, .normal-text h6 {
  margin: 12px 0 0 0;
}
.normal-text p:first-child, .normal-text ul:first-child, .normal-text ol:first-child, .normal-text img:first-child, .normal-text h1:first-child, .normal-text h2:first-child, .normal-text h3:first-child, .normal-text h4:first-child, .normal-text h5:first-child, .normal-text h6:first-child {
  margin-top: 0;
}
.normal-text ul, .normal-text ol {
  padding-left: 40px;
}
.normal-text a {
  color: #3B82F6;
}
.normal-text a:hover, .normal-text a:focus {
  color: #1F2937;
}
.normal-text p, .normal-text li {
  line-height: 1.7;
}
.normal-text img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.compare__overview {
  display: flex;
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
}
.compare__overview--left {
  width: 200px;
  padding-right: 24px;
}
.compare__overview--left ul {
  list-style: none;
  padding: 0;
  padding-top: 154px;
}
.compare__overview--left ul li {
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #000;
  font-size: clamp(0.75rem, 0.6492rem + 0.2101vw, 0.875rem);
}
.compare__overview--right {
  display: flex;
  padding-left: 24px;
}
.compare__overview--right .column {
  width: 200px;
  margin-right: 24px;
}
.compare__overview--right .column:last-child {
  margin-right: 0;
}
.compare__overview--right .column__image img {
  height: 100px;
  max-width: 100%;
  object-fit: contain;
  vertical-align: bottom;
  display: block;
  margin: 0 auto;
}
.compare__overview--right .column__name {
  text-align: center;
  margin-top: 12px;
}
.compare__overview--right .column__name p {
  font-size: clamp(0.75rem, 0.6492rem + 0.2101vw, 0.875rem);
}
.compare__overview--right .column__options {
  margin-top: 24px;
}
.compare__overview--right .column__options ul {
  list-style: none;
  padding: 0;
}
.compare__overview--right .column__options ul li {
  padding: 12px 0;
  display: flex;
  justify-content: center;
  font-size: clamp(0.75rem, 0.6492rem + 0.2101vw, 0.875rem);
  border-bottom: 1px solid #000;
}
.compare__overview--right .column__options ul li .stars {
  display: flex;
}
.compare__overview--right .column__options ul li .stars__star {
  margin-right: 6px;
}
.compare__overview--right .column__options ul li .stars__star:last-child {
  margin-right: 0;
}
.compare__overview--right .column__options ul li .stars__star svg {
  height: 18px;
  width: auto;
  vertical-align: middle;
}
.compare__overview--right .column__options ul li .stars__star svg path {
  fill: #f1c40f;
}
.compare__overview--right .column__options ul li .color {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 6px;
}
.compare__overview--right .column__options ul li .color:last-child {
  margin-right: 0;
}
.compare__overview--right .column__options ul li .buy-now a {
  display: inline-block;
  background: #3B82F6;
  color: #EFF6FF;
  padding: 6px 12px;
  font-size: 1rem;
  border-radius: 5px;
}
.compare__overview--right .column__options ul li .buy-now a:hover, .compare__overview--right .column__options ul li .buy-now a:focus {
  background: #1F2937;
}

.featured-product {
  display: inline-block;
}
.featured-product__inner {
  padding: 24px;
  border-radius: 10px;
  position: relative;
  z-index: 10;
}
.featured-product__inner--badge {
  position: absolute;
  top: -12px;
  right: -24px;
  display: inline-block;
  text-align: center;
  padding: 12px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .featured-product__inner--badge {
    top: 12px;
  }
}
.featured-product__inner--badge p {
  line-height: 1;
  margin: 0 !important;
  color: #EFF6FF;
}
.featured-product__inner h1 {
  font-size: clamp(2rem, 1.5966rem + 0.8403vw, 2.5rem);
}
.featured-product__inner h2 {
  font-size: clamp(1.75rem, 1.5483rem + 0.4202vw, 2rem);
}
.featured-product__inner h3 {
  font-size: clamp(1.5rem, 1.2983rem + 0.4202vw, 1.75rem);
}
.featured-product__inner h4 {
  font-size: clamp(1.25rem, 1.0483rem + 0.4202vw, 1.5rem);
}
.featured-product__inner h5 {
  font-size: clamp(1rem, 0.7983rem + 0.4202vw, 1.25rem);
}
.featured-product__inner p, .featured-product__inner ul, .featured-product__inner ol {
  margin: 6px 0 0 0;
}
.featured-product__inner--content {
  max-width: 480px;
}
.featured-product__inner--image {
  margin: 24px 0 0 0;
}
.featured-product__inner--image img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
  max-width: 300px;
}
.featured-product__inner--button {
  margin-top: 24px;
}
.featured-product__inner--button a {
  display: inline-block;
  background: #3B82F6;
  color: #EFF6FF;
  padding: 6px 12px;
  font-size: 1rem;
  border-radius: 5px;
}
.featured-product__inner--button a:hover, .featured-product__inner--button a:focus {
  background: #1F2937;
}

.related .swiper-related {
  overflow: hidden;
  width: 100%;
  position: related;
  z-index: 10;
}
.related .swiper-related h1, .related .swiper-related h2, .related .swiper-related h3, .related .swiper-related h4, .related .swiper-related h5, .related .swiper-related p {
  color: #1F2937;
}
.related .swiper-related p {
  margin: 6px 0 0 0;
}
.related .swiper-related img {
  max-width: 100%;
  height: auto;
  width: 100%;
  vertical-align: bottom;
  aspect-ratio: 16/9;
  object-fit: cover;
  margin: 12px 0 0 0;
}

.hero {
  margin-top: 24px;
}
.hero.background .hero__inner--column .block .inner {
  border: none;
}
.hero__inner {
  max-width: 1720px;
  margin: 0 auto;
  width: 100%;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 24px;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .hero__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.hero__inner--column {
  width: 100%;
}
.hero__inner--column .block {
  height: 100%;
  width: 100%;
}
.hero__inner--column .block a {
  display: block;
  width: 100%;
  height: 100%;
}
.hero__inner--column .block .inner {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #EFF6FF;
  padding: 24px;
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
  box-shadow: 0 3px 10px 3px rgba(31, 41, 55, 0.05);
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .hero__inner--column .block .inner {
    padding: 32px;
    min-height: 400px;
  }
}
.hero__inner--column .block .inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #1F2937;
  z-index: -1;
  background: linear-gradient(180deg, rgba(31, 41, 55, 0) 0%, rgb(31, 41, 55) 100%);
}
.hero__inner--column .block .inner .featured-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #3B82F6;
  padding: 12px 24px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@media (min-width: 768px) {
  .hero__inner--column .block .inner .featured-badge {
    top: 24px;
  }
}
.hero__inner--column .block .inner .featured-badge p {
  color: #EFF6FF;
  line-height: 1;
  font-size: clamp(1rem, 0.7983rem + 0.4202vw, 1.25rem);
}
.hero__inner--column .block .inner .featured-badge p span {
  font-size: clamp(1.25rem, 1.0483rem + 0.4202vw, 1.5rem);
}
.hero__inner--column .block .inner .text {
  margin-top: 24px;
  width: 100%;
}
.hero__inner--column .block .inner .text h1, .hero__inner--column .block .inner .text h2, .hero__inner--column .block .inner .text h3, .hero__inner--column .block .inner .text h4 {
  font-size: clamp(1.5rem, 1.2983rem + 0.4202vw, 1.75rem);
  color: #EFF6FF;
}
.hero__inner--column .block .inner .text p {
  margin: 12px 0 0 0;
  font-size: clamp(1rem, 0.7983rem + 0.4202vw, 1.25rem);
  color: #EFF6FF;
}
.hero__inner--column .block .inner .text .read-more {
  display: inline-block;
  margin-top: 12px;
}
.hero__inner--column .block .inner .text .read-more span {
  background: #1F2937;
  color: #EFF6FF;
  display: inline-block;
  border-radius: 10px;
  padding: 12px 24px;
}

.popular-categories {
  margin-top: 24px;
}
.popular-categories__inner {
  max-width: 1720px;
  margin: 0 auto;
  width: 100%;
  padding: 0 24px;
}
.popular-categories__inner h2 {
  text-align: center;
  font-size: clamp(1.75rem, 1.5483rem + 0.4202vw, 2rem);
}
.popular-categories__inner--items {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 48px;
  column-gap: 24px;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .popular-categories__inner--items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.popular-categories__inner--items .item {
  width: 100%;
  position: relative;
  z-index: 5;
}
.popular-categories__inner--items .item a {
  display: block;
  position: relative;
  z-index: 5;
}
.popular-categories__inner--items .item .image {
  position: relative;
  z-index: 10;
}
.popular-categories__inner--items .item .image img {
  height: auto;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  vertical-align: bottom;
  border-radius: 10px;
}
.popular-categories__inner--items .item .image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #1F2937;
  background: linear-gradient(180deg, rgba(31, 41, 55, 0) 0%, rgba(31, 41, 55, 0.5) 100%);
}
.popular-categories__inner--items .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 24px;
}
.popular-categories__inner--items .item .text h3 {
  color: #EFF6FF;
  font-size: clamp(1.75rem, 1.5483rem + 0.4202vw, 2rem);
}

.coupons {
  margin-top: 24px;
}
.coupons__inner {
  max-width: 1720px;
  margin: 0 auto;
  width: 100%;
  padding: 0 24px 0 24px;
  display: flex;
  flex-wrap: wrap;
}
.coupons__inner--title {
  width: 100%;
  margin-bottom: 24px;
}
.coupons__inner--items {
  width: 100%;
}
@media (min-width: 768px) {
  .coupons__inner--items {
    width: 80%;
    padding-right: 24px;
  }
}
.coupons__inner--items .swiper-coupons {
  position: relative;
  z-index: 10;
  width: 100%;
  overflow: hidden;
}
.coupons__inner--items .swiper-coupons .swiper-wrapper .swiper-slide {
  width: 225px;
  height: auto;
}
@media (min-width: 768px) {
  .coupons__inner--items .swiper-coupons .swiper-wrapper .swiper-slide {
    width: 350px;
  }
}
.coupons__inner--items .swiper-coupons .swiper-wrapper .swiper-slide .inner {
  width: 100%;
  height: 100%;
}
.coupons__inner--items .swiper-coupons .swiper-wrapper .swiper-slide .inner .image {
  width: 100%;
}
.coupons__inner--items .swiper-coupons .swiper-wrapper .swiper-slide .inner .image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.coupons__inner--items .swiper-coupons .swiper-wrapper .swiper-slide .inner .text {
  background: #FFF;
  border: 1px solid #EFF6FF;
  padding: 12px;
}
@media (min-width: 768px) {
  .coupons__inner--items .swiper-coupons .swiper-wrapper .swiper-slide .inner .text {
    padding: 24px;
  }
}
.coupons__inner--items .swiper-coupons .swiper-wrapper .swiper-slide .inner .text h3, .coupons__inner--items .swiper-coupons .swiper-wrapper .swiper-slide .inner .text p {
  color: #1F2937;
}
.coupons__inner--items .swiper-coupons .swiper-wrapper .swiper-slide .inner .text h3 {
  font-size: clamp(1.25rem, 1.0483rem + 0.4202vw, 1.5rem);
}
.coupons__inner--items .swiper-coupons .swiper-wrapper .swiper-slide .inner .text p {
  margin: 12px 0 0 0;
}
.coupons__inner--items .coupons-scrollbar {
  height: 10px;
  width: 100%;
  border-radius: 10px;
  margin-top: 24px;
  background-color: #1F2937;
}
.coupons__inner--items .coupons-scrollbar .swiper-scrollbar-drag {
  height: 10px;
  background: #60A5FA;
}
.coupons__inner--adverts {
  width: 100%;
  margin-top: 48px;
}
@media (min-width: 768px) {
  .coupons__inner--adverts {
    width: 20%;
    margin-top: 0;
    padding-left: 24px;
  }
}
.coupons__inner--adverts .advert {
  margin-top: 24px;
}
.coupons__inner--adverts .advert:first-child {
  margin-top: -30px;
}
.coupons__inner--adverts .advert span {
  display: block;
  margin-bottom: 6px;
  color: #3B82F6;
}
.coupons__inner--adverts .advert img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  max-width: 300px;
}
@media (min-width: 768px) {
  .coupons__inner--adverts .advert img {
    max-width: 100%;
  }
}

.blogs {
  margin-top: 24px;
}
.blogs__inner {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
.blogs__inner--content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .blogs__inner--content {
    flex-wrap: nowrap;
  }
}
.blogs__inner--content .left {
  max-width: 720px;
}
.blogs__inner--content .left h2 {
  font-size: clamp(1.75rem, 1.5483rem + 0.4202vw, 2rem);
}
.blogs__inner--content .left p {
  margin: 6px 0 0 0;
}
.blogs__inner--content .right {
  width: 100%;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .blogs__inner--content .right {
    width: auto;
    margin-top: 0;
  }
}
.blogs__inner--content .right .arrows {
  display: flex;
}
@media (min-width: 768px) {
  .blogs__inner--content .right .arrows {
    justify-content: flex-end;
  }
}
.blogs__inner--content .right .arrows svg {
  height: 32px;
}
.blogs__inner--content .right .arrows .swiper-right {
  margin-left: 12px;
}
.blogs__inner--content .right .arrows .swiper-left, .blogs__inner--content .right .arrows .swiper-right {
  width: 48px;
  height: 48px;
  border: 1px solid #1F2937;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.blogs__inner .swiper-blogs {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 24px 0 0 0;
}
.blogs__inner .swiper-blogs .swiper-wrapper .swiper-slide {
  width: 250px;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .blogs__inner .swiper-blogs .swiper-wrapper .swiper-slide {
    width: 350px;
  }
}
.blogs__inner .swiper-blogs .swiper-wrapper .swiper-slide .inner {
  width: 100%;
  height: 100%;
}
.blogs__inner .swiper-blogs .swiper-wrapper .swiper-slide .inner .image {
  width: 100%;
}
.blogs__inner .swiper-blogs .swiper-wrapper .swiper-slide .inner .image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.blogs__inner .swiper-blogs .swiper-wrapper .swiper-slide .inner .text {
  background: #FFF;
  border: 1px solid #EFF6FF;
  padding: 24px;
  height: 100%;
}
.blogs__inner .swiper-blogs .swiper-wrapper .swiper-slide .inner .text h3, .blogs__inner .swiper-blogs .swiper-wrapper .swiper-slide .inner .text p {
  color: #1F2937;
}
.blogs__inner .swiper-blogs .swiper-wrapper .swiper-slide .inner .text time {
  color: #3B82F6;
}
.blogs__inner .swiper-blogs .swiper-wrapper .swiper-slide .inner .text h3 {
  font-size: clamp(1.25rem, 1.0483rem + 0.4202vw, 1.5rem);
}
.blogs__inner .swiper-blogs .swiper-wrapper .swiper-slide .inner .text p {
  margin: 12px 0 0 0;
}
.blogs__inner .blogs-scrollbar {
  height: 10px;
  width: 100%;
  border-radius: 10px;
  margin-top: 24px;
  background-color: #1F2937;
}
.blogs__inner .blogs-scrollbar .swiper-scrollbar-drag {
  height: 10px;
  background: #60A5FA;
}

.information {
  margin-top: 24px;
}
.information__inner {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  padding: 0 24px;
}
.information h1 {
  font-size: clamp(2rem, 1.5966rem + 0.8403vw, 2.5rem);
}
.information h2 {
  font-size: clamp(1.75rem, 1.5483rem + 0.4202vw, 2rem);
}
.information h3 {
  font-size: clamp(1.5rem, 1.2983rem + 0.4202vw, 1.75rem);
}
.information h4 {
  font-size: clamp(1.25rem, 1.0483rem + 0.4202vw, 1.5rem);
}
.information h5 {
  font-size: clamp(1rem, 0.7983rem + 0.4202vw, 1.25rem);
}
.information p, .information ul, .information ol, .information img, .information h1, .information h2, .information h3, .information h4, .information h5, .information h6 {
  margin: 12px 0 0 0;
}
.information p:first-child, .information ul:first-child, .information ol:first-child, .information img:first-child, .information h1:first-child, .information h2:first-child, .information h3:first-child, .information h4:first-child, .information h5:first-child, .information h6:first-child {
  margin-top: 0;
}
.information ul, .information ol {
  padding-left: 40px;
}
.information a {
  color: #3B82F6;
}
.information a:hover, .information a:focus {
  color: #1F2937;
}
.information p, .information li {
  line-height: 1.7;
}
.information img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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