.single-page-container {
  margin-top: var(--30s);
  position: relative;
  display: grid;
  grid-template-columns: calc(50% - var(--15s)) calc(50% - var(--15s));
  -moz-column-gap: var(--30s);
       column-gap: var(--30s);
}
@media (max-width: 900px) {
  .single-page-container {
    display: flex;
    flex-direction: column;
    gap: var(--15s);
  }
}
.single-page-container .left-side {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.single-page-container .left-side .post-swiper {
  width: 100%;
}
.single-page-container .left-side .post-swiper .swiper-slide {
  width: 100%;
  height: max(300px, 19.79vw);
  overflow: hidden;
}
.single-page-container .left-side .post-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: var(--5s);
  -webkit-border-radius: var(--5s);
  -moz-border-radius: var(--5s);
  -ms-border-radius: var(--5s);
  -o-border-radius: var(--5s);
  -o-object-fit: cover;
     object-fit: cover;
}
.single-page-container .left-side .post-swiper .swiper-slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(90deg, rgba(2, 0, 36, 0.5074404762) 0%, rgba(6, 5, 79, 0) 15%, rgba(9, 9, 121, 0) 50%, rgba(4, 4, 48, 0) 85%, rgba(0, 0, 0, 0.4794292717) 100%);
  border-radius: var(--5s);
  -webkit-border-radius: var(--5s);
  -moz-border-radius: var(--5s);
  -ms-border-radius: var(--5s);
  -o-border-radius: var(--5s);
}
.single-page-container .left-side .post-swiper .nav__holder {
  position: absolute;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.single-page-container .left-side .post-swiper .nav__holder .navigation {
  width: 100%;
}
.single-page-container .left-side .post-swiper .nav__holder .navigation .swiper-button-next,
.single-page-container .left-side .post-swiper .nav__holder .navigation .swiper-button-prev {
  background: transparent;
}
.single-page-container .left-side .post-swiper .nav__holder .navigation .swiper-button-next svg,
.single-page-container .left-side .post-swiper .nav__holder .navigation .swiper-button-prev svg {
  width: var(--25s);
  height: var(--25s);
}
.single-page-container .left-side .thumb-post-swiper {
  width: 100%;
  margin-top: var(--30s);
}
.single-page-container .left-side .thumb-post-swiper .swiper-slide {
  width: 100%;
  height: calc(var(--60s) * 2);
}
.single-page-container .left-side .thumb-post-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--5s);
  -webkit-border-radius: var(--5s);
  -moz-border-radius: var(--5s);
  -ms-border-radius: var(--5s);
  -o-border-radius: var(--5s);
}
.single-page-container .right-side {
  width: 100%;
}
.single-page-container .right-side .wp-block-desc {
  margin-bottom: 0;
}
.single-page-container .right-side .info-tabs-holder {
  display: flex;
  gap: var(--10s);
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: var(--20s);
}
.single-page-container .right-side .info-tabs-holder .tab {
  position: relative;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background: var(--c-grey-l);
  border-radius: var(--30s);
  -webkit-border-radius: var(--30s);
  -moz-border-radius: var(--30s);
  -ms-border-radius: var(--30s);
  -o-border-radius: var(--30s);
  outline: none;
  padding: var(--5s) var(--22s);
  text-align: center;
  color: var(--c-text);
  font-size: max(var(--16), 16px);
  font-weight: 300;
}
.single-page-container .right-side .bottom-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--30to15);
  margin-top: var(--60to30);
}
.single-page-container .right-side .bottom-holder .bottom-holder-left-side {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  gap: var(--5s);
}
.single-page-container .right-side .bottom-holder .bottom-holder-left-side .price-title {
  color: var(--c-main);
}
.single-page-container .right-side .bottom-holder .bottom-holder-left-side .price-holder {
  display: grid;
  grid-template-columns: 1fr auto;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  -moz-column-gap: var(--5s);
       column-gap: var(--5s);
}
.single-page-container .right-side .bottom-holder .bottom-holder-left-side .price-holder .min-price {
  font-weight: 600;
}
.single-page-container .right-side .bottom-holder .bottom-holder-left-side .price-holder .old-price {
  color: var(--c-text);
  text-decoration: line-through;
  line-height: 100%;
}
.single-page-container .right-side .bottom-holder .bottom-holder-left-side .price {
  font-weight: 600;
}
.single-page-container .right-side .bottom-holder .btn-post-page {
  white-space: nowrap;
  gap: var(--5s);
  margin-right: auto;
  padding: var(--10s) var(--40s);
  height: -moz-fit-content;
  height: fit-content;
  min-height: unset;
}/*# sourceMappingURL=block.css.map */
