/* line 1, ../sass/shop-post/shop-post-gal.scss */
.ShopPostTopGal {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 416px - 340px - 32px * 2);
  height: 100%;
}
/* line 19, ../sass/shop-post/shop-post-gal.scss */
.ShopPostTopGal.cover .ShopPostTopGalNav .img img, .ShopPostTopGal.cover .ShopPostTopGalMain .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 28, ../sass/shop-post/shop-post-gal.scss */
.ShopPostTopGalNav {
  position: relative;
  overflow: hidden;
  width: 88px;
  height: 100%;
}
/* line 34, ../sass/shop-post/shop-post-gal.scss */
.ShopPostTopGalNav .thumbs-swiper {
  height: 100%;
}
/* line 38, ../sass/shop-post/shop-post-gal.scss */
.ShopPostTopGalNav .swiper-slide {
  height: 116px;
}
/* line 43, ../sass/shop-post/shop-post-gal.scss */
.ShopPostTopGalNav .swiper-button-prev {
  left: 50%;
  margin-left: -22px;
  top: 16px;
}
/* line 49, ../sass/shop-post/shop-post-gal.scss */
.ShopPostTopGalNav .swiper-button-next {
  right: 50%;
  margin-right: -22px;
  top: auto;
  bottom: 16px;
  transform: rotate(90deg);
}
/* line 57, ../sass/shop-post/shop-post-gal.scss */
.ShopPostTopGalNav .img, .ShopPostTopGalNav .video {
  display: block;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(54, 54, 64, 0.2);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 70, ../sass/shop-post/shop-post-gal.scss */
.ShopPostTopGalNav .img video, .ShopPostTopGalNav .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 77, ../sass/shop-post/shop-post-gal.scss */
.ShopPostTopGalNav .img img, .ShopPostTopGalNav .video img {
  display: block;
  width: 100%;
  height: 100%;
  width: 90%;
  height: 90%;
  object-fit: contain;
}
/* line 87, ../sass/shop-post/shop-post-gal.scss */
.ShopPostTopGalNav .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 33px;
  height: 33px;
  transform: translate(-50%, -50%);
}
/* line 97, ../sass/shop-post/shop-post-gal.scss */
.ShopPostTopGalNav .swiper-slide-thumb-active .img, .ShopPostTopGalNav .swiper-slide-thumb-active .video {
  border-color: #F30B32;
}

/* line 103, ../sass/shop-post/shop-post-gal.scss */
.ShopPostTopGalMain {
  position: relative;
  width: calc(100% - 88px - 8px);
  height: 100%;
  border: 2px solid rgba(54, 54, 64, 0.2);
  border-radius: 20px;
  overflow: hidden;
}
/* line 111, ../sass/shop-post/shop-post-gal.scss */
.ShopPostTopGalMain .labels {
  top: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  left: 0px;
  position: absolute;
  padding: 10px;
  z-index: 2;
  pointer-events: none;
}
/* line 122, ../sass/shop-post/shop-post-gal.scss */
.ShopPostTopGalMain .labels .label {
  align-items: center;
  border-radius: 8px;
  display: flex;
  height: 20px;
  justify-content: center;
  padding: 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  max-width: 200px;
  font-size: 12px;
}
/* line 136, ../sass/shop-post/shop-post-gal.scss */
.ShopPostTopGalMain .labels .label.popular {
  background: #ff307b;
  color: #fff;
}
/* line 141, ../sass/shop-post/shop-post-gal.scss */
.ShopPostTopGalMain .labels .label.new {
  background-color: #00C2A6;
  color: #fff;
}
/* line 146, ../sass/shop-post/shop-post-gal.scss */
.ShopPostTopGalMain .labels .label.red {
  background-color: #ff001b;
  color: white;
}
/* line 151, ../sass/shop-post/shop-post-gal.scss */
.ShopPostTopGalMain .labels .label.blue {
  background-color: #5f30e7;
  color: #e0d5ff;
}
/* line 159, ../sass/shop-post/shop-post-gal.scss */
.ShopPostTopGalMain .img, .ShopPostTopGalMain .video {
  display: block;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  height: 100%;
  max-height: 680px;
  aspect-ratio: .75;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 171, ../sass/shop-post/shop-post-gal.scss */
.ShopPostTopGalMain .img video, .ShopPostTopGalMain .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 178, ../sass/shop-post/shop-post-gal.scss */
.ShopPostTopGalMain .img img, .ShopPostTopGalMain .video img {
  display: block;
  width: 520px;
  height: 680px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* line 192, ../sass/shop-post/shop-post-gal.scss */
.lang-he .ShopPostTopGalMain .labels {
  left: initial;
  right: 0;
}
/* line 196, ../sass/shop-post/shop-post-gal.scss */
.lang-he .ShopPostTopGalMain .labels .label {
  font-size: 16px;
}

@media only screen and (min-width: 1241px) and (max-width: 1599px) {
  /* line 205, ../sass/shop-post/shop-post-gal.scss */
  .ShopPostTopGal {
    width: calc(100% - 400px - 340px - 24px * 2);
  }

  /* line 209, ../sass/shop-post/shop-post-gal.scss */
  .ShopPostTopGalNav {
    width: 70px;
  }
  /* line 212, ../sass/shop-post/shop-post-gal.scss */
  .ShopPostTopGalNav .swiper-slide {
    height: 94px;
  }
  /* line 216, ../sass/shop-post/shop-post-gal.scss */
  .ShopPostTopGalNav .img, .ShopPostTopGalNav .video {
    border-radius: 12px;
  }

  /* line 221, ../sass/shop-post/shop-post-gal.scss */
  .ShopPostTopGalMain {
    width: calc(100% - 70px - 8px);
    border-radius: 12px;
  }
  /* line 225, ../sass/shop-post/shop-post-gal.scss */
  .ShopPostTopGalMain .labels {
    padding: 8px;
  }
  /* line 228, ../sass/shop-post/shop-post-gal.scss */
  .ShopPostTopGalMain .labels .label {
    border-radius: 7px;
    height: 18px;
    font-size: 11px;
  }

  /* line 240, ../sass/shop-post/shop-post-gal.scss */
  .lang-he .ShopPostTopGalMain .labels .label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 251, ../sass/shop-post/shop-post-gal.scss */
  .ShopPostTopGal {
    width: calc(100% - 290px - 340px - 24px * 2);
  }

  /* line 255, ../sass/shop-post/shop-post-gal.scss */
  .ShopPostTopGalNav {
    display: none;
  }

  /* line 259, ../sass/shop-post/shop-post-gal.scss */
  .ShopPostTopGalMain {
    width: 100%;
    border-radius: 12px;
  }
  /* line 263, ../sass/shop-post/shop-post-gal.scss */
  .ShopPostTopGalMain .labels {
    padding: 8px;
  }
  /* line 266, ../sass/shop-post/shop-post-gal.scss */
  .ShopPostTopGalMain .labels .label {
    border-radius: 7px;
    height: 18px;
    font-size: 11px;
  }

  /* line 278, ../sass/shop-post/shop-post-gal.scss */
  .lang-he .ShopPostTopGalMain .labels .label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 289, ../sass/shop-post/shop-post-gal.scss */
  .ShopPostTopGal {
    width: 100%;
    height: auto;
  }

  /* line 294, ../sass/shop-post/shop-post-gal.scss */
  .ShopPostTopGalNav {
    display: none;
  }

  /* line 298, ../sass/shop-post/shop-post-gal.scss */
  .ShopPostTopGalMain {
    width: 100%;
    border: none;
    border-radius: 0px;
    background: #fff;
  }
  /* line 304, ../sass/shop-post/shop-post-gal.scss */
  .ShopPostTopGalMain .swiper-slide {
    width: 60vw;
    max-width: 465px;
    height: calc(143vw * 9 / 16);
    max-height: 620px;
  }
  /* line 311, ../sass/shop-post/shop-post-gal.scss */
  .ShopPostTopGalMain .thumbs-counter {
    direction: ltr;
    position: absolute;
    bottom: 16px;
    left: 16px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 18px;
    padding: 1px 8px 2px;
    font-size: 12px;
    line-height: 16px;
    z-index: 5;
  }

  /* line 327, ../sass/shop-post/shop-post-gal.scss */
  .lang-he .ShopPostTopGalMain .thumbs-counter {
    left: initial;
    right: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 338, ../sass/shop-post/shop-post-gal.scss */
  .ShopPostTopGal {
    width: 100%;
    height: auto;
  }

  /* line 343, ../sass/shop-post/shop-post-gal.scss */
  .ShopPostTopGalNav {
    display: none;
  }

  /* line 347, ../sass/shop-post/shop-post-gal.scss */
  .ShopPostTopGalMain {
    width: 100%;
    border: none;
    border-radius: 0px;
    background: #fff;
  }
  /* line 353, ../sass/shop-post/shop-post-gal.scss */
  .ShopPostTopGalMain .swiper-slide {
    width: 100vw;
    height: 134vw;
    max-height: 460px;
  }
}
/* line 1, ../sass/shop-post/shop-post-top-center.scss */
.ShopPostTopInfo {
  position: relative;
  width: 416px;
}

/* line 6, ../sass/shop-post/shop-post-top-center.scss */
.product-card__meta {
  font-size: 16px;
  display: block;
  margin-bottom: 14px;
  color: gray;
}

/* line 13, ../sass/shop-post/shop-post-top-center.scss */
.product-card__title {
  margin-bottom: 5px;
}

/* line 17, ../sass/shop-post/shop-post-top-center.scss */
.product-card__rating {
  font-size: 16px;
  display: flex;
  font-weight: 600;
  align-items: center;
  gap: 0 5px;
}
/* line 24, ../sass/shop-post/shop-post-top-center.scss */
.product-card__rating .icon--star img {
  display: block;
  width: 20px;
  height: 20px;
}

/* line 31, ../sass/shop-post/shop-post-top-center.scss */
.product-card__reviews {
  color: gray;
  font-weight: 400;
  font-size: .8em;
  display: block;
  margin: 0 5px;
  text-decoration: underline;
  cursor: pointer;
}
@media (hover: hover) {
  /* line 41, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__reviews:hover {
    color: #F30B32;
  }
}

/* line 47, ../sass/shop-post/shop-post-top-center.scss */
.product-card__split-vendor {
  width: max-content;
  max-width: 100%;
  border: 1px solid rgba(54, 54, 64, 0.2);
  border-radius: 20px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-top: 10px;
}
/* line 59, ../sass/shop-post/shop-post-top-center.scss */
.product-card__split-vendor img {
  width: 100px;
  min-width: 100px;
  display: block;
}
/* line 65, ../sass/shop-post/shop-post-top-center.scss */
.product-card__split-vendor a {
  display: block;
  width: max-content;
  font-weight: 700;
  text-decoration: underline;
}
@media (hover: hover) {
  /* line 73, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__split-vendor a.logo-link:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) {
  /* line 80, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__split-vendor a:hover {
    text-decoration: none;
    color: #F30B32;
  }
}

/* line 88, ../sass/shop-post/shop-post-top-center.scss */
.product-card__cta {
  border-bottom: 1px solid rgba(54, 54, 64, 0.2);
  margin: 20px 0 30px;
  padding-bottom: 30px;
}
/* line 93, ../sass/shop-post/shop-post-top-center.scss */
.product-card__cta .site-btn {
  min-width: 300px;
}

/* line 98, ../sass/shop-post/shop-post-top-center.scss */
.product-card__line {
  padding-top: 30px;
  border-top: 1px solid rgba(54, 54, 64, 0.2);
  margin-top: 30px;
}

/* line 104, ../sass/shop-post/shop-post-top-center.scss */
.colors-wr {
  position: relative;
  margin-top: 30px;
}

/* line 109, ../sass/shop-post/shop-post-top-center.scss */
.color-name-wr {
  color: #595b66;
  font-size: 14px;
  max-width: 100%;
}
/* line 114, ../sass/shop-post/shop-post-top-center.scss */
.color-name-wr .color-name {
  color: #242424;
}

/* line 119, ../sass/shop-post/shop-post-top-center.scss */
.colors-result {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0 10px;
  margin-top: 13px;
  width: 100%;
  --swiper-navigation-sides-offset: 0px !important;
}
/* line 132, ../sass/shop-post/shop-post-top-center.scss */
.colors-result a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: rgba(0, 48, 120, 0.039);
  width: 57px !important;
  height: 76px;
  min-width: 57px !important;
  border-radius: 6px;
}
/* line 149, ../sass/shop-post/shop-post-top-center.scss */
.colors-result a.active {
  pointer-events: none;
}
/* line 153, ../sass/shop-post/shop-post-top-center.scss */
.colors-result a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 160, ../sass/shop-post/shop-post-top-center.scss */
.colors-result a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #F30B32;
  border-radius: 6px;
  opacity: 0;
}
/* line 175, ../sass/shop-post/shop-post-top-center.scss */
.colors-result a.active:after {
  opacity: 1;
}
/* line 182, ../sass/shop-post/shop-post-top-center.scss */
.colors-result a:hover:after {
  opacity: 1;
}

/* line 189, ../sass/shop-post/shop-post-top-center.scss */
.product-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
/* line 195, ../sass/shop-post/shop-post-top-center.scss */
.product-card__badges:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 199, ../sass/shop-post/shop-post-top-center.scss */
.product-card__badges .badges {
  width: 70px;
  height: 70px;
  color: transparent;
}
/* line 204, ../sass/shop-post/shop-post-top-center.scss */
.product-card__badges .badges img {
  height: 100%;
  object-fit: contain;
  display: block;
  width: 100%;
}
@media (hover: hover) {
  /* line 212, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__badges .badges:hover {
    opacity: 0.7;
  }
}

/* line 219, ../sass/shop-post/shop-post-top-center.scss */
.product-card__desc {
  font-size: 16px;
  color: gray;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* line 228, ../sass/shop-post/shop-post-top-center.scss */
.product-card__compositions-list-info {
  position: relative;
  color: grey;
  font-size: 12px;
  margin-bottom: 10px;
}

/* line 235, ../sass/shop-post/shop-post-top-center.scss */
.product-card__compositions-list {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 10px 0;
  margin-bottom: 30px;
}
/* line 250, ../sass/shop-post/shop-post-top-center.scss */
.product-card__compositions-list:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 254, ../sass/shop-post/shop-post-top-center.scss */
.product-card__compositions-list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
/* line 265, ../sass/shop-post/shop-post-top-center.scss */
.product-card__compositions-list span {
  position: relative;
  display: block;
  width: calc((100% - 12px) / 2);
  color: #7A7A7A;
  line-height: 1.3;
  font-size: 13px;
}
/* line 273, ../sass/shop-post/shop-post-top-center.scss */
.product-card__compositions-list span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 2px;
  width: 100%;
  border-bottom: 1px dashed #7A7A7A;
}
/* line 282, ../sass/shop-post/shop-post-top-center.scss */
.product-card__compositions-list span i {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #fff;
  padding-right: 5px;
}
/* line 291, ../sass/shop-post/shop-post-top-center.scss */
.product-card__compositions-list b {
  display: block;
  width: calc((100% - 12px) / 2);
  font-size: 15px;
}
/* line 297, ../sass/shop-post/shop-post-top-center.scss */
.product-card__compositions-list .copy {
  display: inline-block;
  cursor: pointer;
}
@media (hover: hover) {
  /* line 303, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__compositions-list .copy:hover svg path {
    fill: #1D1D1F;
  }
}

/* line 311, ../sass/shop-post/shop-post-top-center.scss */
.product-card__compositions-button {
  margin-top: 20px;
}
/* line 314, ../sass/shop-post/shop-post-top-center.scss */
.product-card__compositions-button .site-btn {
  font-size: 13px;
  height: 36px;
}
/* line 318, ../sass/shop-post/shop-post-top-center.scss */
.product-card__compositions-button .site-btn svg, .product-card__compositions-button .site-btn img {
  width: 12px;
  height: 12px;
}

/* line 325, ../sass/shop-post/shop-post-top-center.scss */
#compositions-popup {
  display: none;
  width: 500px;
  max-width: calc(100% - 30px);
}
/* line 330, ../sass/shop-post/shop-post-top-center.scss */
#compositions-popup .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 20px 0;
}
/* line 345, ../sass/shop-post/shop-post-top-center.scss */
#compositions-popup .title {
  font-size: 24px;
  font-weight: 600;
}
/* line 350, ../sass/shop-post/shop-post-top-center.scss */
#compositions-popup .small-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
/* line 356, ../sass/shop-post/shop-post-top-center.scss */
#compositions-popup .product-card__compositions-list {
  padding-top: 0;
}

/* line 363, ../sass/shop-post/shop-post-top-center.scss */
.lang-he .product-card__compositions-list span {
  font-size: 15px;
}
/* line 366, ../sass/shop-post/shop-post-top-center.scss */
.lang-he .product-card__compositions-list span:after {
  bottom: 5px;
}
/* line 370, ../sass/shop-post/shop-post-top-center.scss */
.lang-he .product-card__compositions-list span i {
  padding-left: 5px;
  padding-right: 0;
}
/* line 376, ../sass/shop-post/shop-post-top-center.scss */
.lang-he .product-card__compositions-list b {
  font-size: 16px;
}
/* line 380, ../sass/shop-post/shop-post-top-center.scss */
.lang-he .product-card__compositions-list a {
  text-decoration: underline;
}
@media (hover: hover) {
  /* line 384, ../sass/shop-post/shop-post-top-center.scss */
  .lang-he .product-card__compositions-list a:hover {
    color: #F30B32;
    text-decoration: none;
  }
}
/* line 393, ../sass/shop-post/shop-post-top-center.scss */
.lang-he .product-card__compositions-button .site-btn {
  font-size: 15px;
}
/* line 396, ../sass/shop-post/shop-post-top-center.scss */
.lang-he .product-card__compositions-button .site-btn svg, .lang-he .product-card__compositions-button .site-btn img {
  width: 15px;
  height: 15px;
  transform: rotate(180deg);
}

@media only screen and (min-width: 1241px) and (max-width: 1599px) {
  /* line 407, ../sass/shop-post/shop-post-top-center.scss */
  .ShopPostTopInfo {
    width: 400px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 415, ../sass/shop-post/shop-post-top-center.scss */
  .ShopPostTopInfo {
    width: 290px;
  }

  /* line 419, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__meta {
    font-size: 14px;
    margin-bottom: 7px;
  }

  /* line 424, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__title.site-title.fz30 {
    font-size: 20px;
  }

  /* line 428, ../sass/shop-post/shop-post-top-center.scss */
  .colors-wr {
    margin-top: 15px;
  }

  /* line 432, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__line {
    padding-top: 15px;
    margin-top: 15px;
  }

  /* line 438, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__badges .badges {
    width: 50px;
    height: 50px;
  }

  /* line 444, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__compositions-list-info {
    font-size: 11px;
    margin-bottom: 10px;
  }

  /* line 449, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__compositions-list {
    gap: 7px 0;
    margin-bottom: 15px;
  }
  /* line 453, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__compositions-list span {
    font-size: 12px;
  }
  /* line 456, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__compositions-list span:after {
    bottom: 2px;
  }
  /* line 461, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__compositions-list b {
    font-size: 14px;
  }

  /* line 466, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__compositions-button {
    margin-top: 15px;
  }
  /* line 469, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__compositions-button .site-btn {
    font-size: 12px;
  }

  /* line 475, ../sass/shop-post/shop-post-top-center.scss */
  #compositions-popup .inner {
    gap: 15px 0;
  }
  /* line 479, ../sass/shop-post/shop-post-top-center.scss */
  #compositions-popup .title {
    font-size: 22px;
  }
  /* line 483, ../sass/shop-post/shop-post-top-center.scss */
  #compositions-popup .small-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  /* line 490, ../sass/shop-post/shop-post-top-center.scss */
  .lang-he .product-card__title.site-title.fz30 {
    font-size: calc(20px * 1.2);
  }
  /* line 495, ../sass/shop-post/shop-post-top-center.scss */
  .lang-he .product-card__compositions-list span {
    font-size: 14px;
  }
  /* line 498, ../sass/shop-post/shop-post-top-center.scss */
  .lang-he .product-card__compositions-list span:after {
    bottom: 5px;
  }
  /* line 503, ../sass/shop-post/shop-post-top-center.scss */
  .lang-he .product-card__compositions-list b {
    font-size: 15px;
  }
  /* line 509, ../sass/shop-post/shop-post-top-center.scss */
  .lang-he .product-card__compositions-button .site-btn {
    font-size: 14px;
  }
  /* line 512, ../sass/shop-post/shop-post-top-center.scss */
  .lang-he .product-card__compositions-button .site-btn svg, .lang-he .product-card__compositions-button .site-btn img {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 524, ../sass/shop-post/shop-post-top-center.scss */
  .ShopPostTopInfo {
    width: 100%;
  }
  /* line 527, ../sass/shop-post/shop-post-top-center.scss */
  .ShopPostTopInfo .product-card {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    gap: 8px 0;
  }

  /* line 542, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__meta {
    width: 100%;
    margin-bottom: 0;
  }

  /* line 547, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__title {
    margin-bottom: 0px;
    width: 100%;
  }

  /* line 552, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__rating {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    border: 1px solid rgba(54, 54, 64, 0.2);
    border-radius: 20px;
    padding: 10px;
  }

  /* line 564, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__reviews {
    width: 100%;
  }

  /* line 568, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__split-vendor {
    margin-top: 0px;
  }

  /* line 572, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__line {
    display: none;
  }

  /* line 576, ../sass/shop-post/shop-post-top-center.scss */
  .colors-wr {
    margin-top: 0px;
  }

  /* line 580, ../sass/shop-post/shop-post-top-center.scss */
  .colors-result {
    width: 736px;
  }

  /* line 584, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__badges {
    margin-bottom: 0px;
  }

  /* line 588, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__desc {
    width: 100%;
  }

  /* line 592, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__compositions-list-info {
    width: 100%;
  }

  /* line 596, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__compositions-list {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 8px 16px;
    margin-bottom: 0;
  }
  /* line 611, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__compositions-list li {
    width: calc((100% - 16px) / 2);
  }

  /* line 616, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__compositions-button {
    margin-top: 0px;
    width: 100%;
  }

  /* line 622, ../sass/shop-post/shop-post-top-center.scss */
  .compositions-popup-inner .product-card__compositions-list {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  /* line 629, ../sass/shop-post/shop-post-top-center.scss */
  .compositions-popup-inner .product-card__compositions-list li {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 639, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__title.site-title.fz30 {
    font-size: 18px;
  }

  /* line 643, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__rating {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
  }

  /* line 652, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__reviews {
    width: auto;
  }

  /* line 656, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__split-vendor {
    width: 100%;
  }

  /* line 660, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__compositions-list {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  /* line 667, ../sass/shop-post/shop-post-top-center.scss */
  .product-card__compositions-list li {
    width: 100%;
  }

  /* line 672, ../sass/shop-post/shop-post-top-center.scss */
  .colors-result {
    width: calc(100vw - 35px);
  }

  /* line 678, ../sass/shop-post/shop-post-top-center.scss */
  .lang-he .product-card__title.site-title.fz30 {
    font-size: calc(18px * 1.2);
  }
}
/* line 1, ../sass/shop-post/shop-post-top-fix.scss */
.ShopPostTopFix {
  position: relative;
  width: 340px;
}
/* line 5, ../sass/shop-post/shop-post-top-fix.scss */
.ShopPostTopFix .sticky {
  position: sticky;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  transition: 0.5s ease top;
  gap: 20px 0;
  top: 32px;
}

/* line 25, ../sass/shop-post/shop-post-top-fix.scss */
.go-top .ShopPostTopFix .sticky {
  top: calc(32px + var(--header-height-scrolled));
}

/* line 31, ../sass/shop-post/shop-post-top-fix.scss */
.product-card__timer {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #F30B32;
  margin-bottom: 20px;
}
/* line 39, ../sass/shop-post/shop-post-top-fix.scss */
.product-card__timer svg {
  width: 20px;
  height: 20px;
}

/* line 45, ../sass/shop-post/shop-post-top-fix.scss */
.ShopPostTopStickyBuy {
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 16px 20px;
}

/* line 53, ../sass/shop-post/shop-post-top-fix.scss */
.ShopPostTopStickyPrice {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  line-height: 0.8;
  gap: 0 10px;
}
/* line 64, ../sass/shop-post/shop-post-top-fix.scss */
.ShopPostTopStickyPrice .shek {
  font-size: 0.7em;
}
/* line 68, ../sass/shop-post/shop-post-top-fix.scss */
.ShopPostTopStickyPrice .big-price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  color: #C0272D;
  font-weight: 700;
  font-size: 30px;
  gap: 0 10px;
}
/* line 81, ../sass/shop-post/shop-post-top-fix.scss */
.ShopPostTopStickyPrice .big-price svg, .ShopPostTopStickyPrice .big-price img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}
/* line 89, ../sass/shop-post/shop-post-top-fix.scss */
.ShopPostTopStickyPrice .normal-price {
  font-weight: 700;
  font-size: 16px;
}
/* line 94, ../sass/shop-post/shop-post-top-fix.scss */
.ShopPostTopStickyPrice .old-price {
  text-decoration: line-through;
  color: #7A7A7A;
  font-weight: 600;
}

/* line 105, ../sass/shop-post/shop-post-top-fix.scss */
.price-tags {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 15px;
}
/* line 120, ../sass/shop-post/shop-post-top-fix.scss */
.price-tags .tag {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  gap: 0 4px;
  padding: 0 10px;
  height: 24px;
  font-size: 12px;
  font-weight: 600;
  background: #f6f6f9;
  border-radius: 8px;
}
@media (hover: hover) {
  /* line 138, ../sass/shop-post/shop-post-top-fix.scss */
  .price-tags .tag:hover {
    background: #e8e8f0;
  }
}

/* line 145, ../sass/shop-post/shop-post-top-fix.scss */
.ShopPostTopStickyAddCart {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 8px 0;
  margin-top: 15px;
}
/* line 161, ../sass/shop-post/shop-post-top-fix.scss */
.ShopPostTopStickyAddCart .count {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
  background: rgba(97, 206, 112, 0.1);
  border-radius: 10px;
  height: 50px;
}
/* line 173, ../sass/shop-post/shop-post-top-fix.scss */
.ShopPostTopStickyAddCart .count .minus, .ShopPostTopStickyAddCart .count .plus {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #61CE70;
  width: 50px;
  height: 50px;
  border-radius: 10px;
}
/* line 188, ../sass/shop-post/shop-post-top-fix.scss */
.ShopPostTopStickyAddCart .count .minus svg, .ShopPostTopStickyAddCart .count .plus svg {
  display: block;
  width: 16px;
  height: 16px;
}
/* line 194, ../sass/shop-post/shop-post-top-fix.scss */
.ShopPostTopStickyAddCart .count .minus.disable, .ShopPostTopStickyAddCart .count .plus.disable {
  pointer-events: none;
  color: #7A7A7A;
  opacity: 0.3;
}
@media (hover: hover) {
  /* line 201, ../sass/shop-post/shop-post-top-fix.scss */
  .ShopPostTopStickyAddCart .count .minus:hover, .ShopPostTopStickyAddCart .count .plus:hover {
    background: rgba(97, 206, 112, 0.2);
  }
}
/* line 207, ../sass/shop-post/shop-post-top-fix.scss */
.ShopPostTopStickyAddCart .count #product_price {
  display: block;
  width: calc(100% - 50px * 2);
  height: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
/* line 217, ../sass/shop-post/shop-post-top-fix.scss */
.ShopPostTopStickyAddCart .site-btn {
  width: 100%;
  height: 50px;
}

/* line 223, ../sass/shop-post/shop-post-top-fix.scss */
.ShopPostTopStickyDelivery {
  position: relative;
  background: #f6f6f9;
  border-radius: 16px;
  padding: 16px 20px;
}
/* line 229, ../sass/shop-post/shop-post-top-fix.scss */
.ShopPostTopStickyDelivery .title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 16px;
}
/* line 235, ../sass/shop-post/shop-post-top-fix.scss */
.ShopPostTopStickyDelivery .product-card__promos {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 16px 0;
}
/* line 248, ../sass/shop-post/shop-post-top-fix.scss */
.ShopPostTopStickyDelivery .product-card__promos li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 0 10px;
}
/* line 258, ../sass/shop-post/shop-post-top-fix.scss */
.ShopPostTopStickyDelivery .product-card__promos li svg, .ShopPostTopStickyDelivery .product-card__promos li img {
  -ms-align-self: flex-start;
  align-self: flex-start;
  display: block;
  width: 36px;
  min-width: 36px;
  height: 36px;
  object-fit: contain;
}

/* line 271, ../sass/shop-post/shop-post-top-fix.scss */
.ShopPostTopStickyRelated {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 10px 0;
  margin-top: 20px;
}

/* line 287, ../sass/shop-post/shop-post-top-fix.scss */
.product-card-related-tpl {
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 16px 20px;
}
@media (hover: hover) {
  /* line 295, ../sass/shop-post/shop-post-top-fix.scss */
  .product-card-related-tpl:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  /* line 299, ../sass/shop-post/shop-post-top-fix.scss */
  .product-card-related-tpl:hover .product-card__related_desc .name {
    color: #F30B32;
  }
}
/* line 306, ../sass/shop-post/shop-post-top-fix.scss */
.product-card-related-tpl .ms2_form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
/* line 316, ../sass/shop-post/shop-post-top-fix.scss */
.product-card-related-tpl .product-card__related_img {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  width: 48px;
  min-width: 48px;
  height: 64px;
}
/* line 325, ../sass/shop-post/shop-post-top-fix.scss */
.product-card-related-tpl .product-card__related_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 333, ../sass/shop-post/shop-post-top-fix.scss */
.product-card-related-tpl .product-card__related_desc_buy {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  gap: 0 14px;
  flex: 1;
}
/* line 345, ../sass/shop-post/shop-post-top-fix.scss */
.product-card-related-tpl .product-card__related_desc {
  position: relative;
  -ms-align-self: flex-start;
  align-self: flex-start;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 5px 0;
  flex: 1;
}
/* line 362, ../sass/shop-post/shop-post-top-fix.scss */
.product-card-related-tpl .product-card__related_desc .price-wr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  line-height: 1;
  gap: 0 5px;
}
/* line 373, ../sass/shop-post/shop-post-top-fix.scss */
.product-card-related-tpl .product-card__related_desc .price-wr .shek {
  font-size: 0.7em;
}
/* line 377, ../sass/shop-post/shop-post-top-fix.scss */
.product-card-related-tpl .product-card__related_desc .price-wr .cur {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  color: #C0272D;
  font-weight: 700;
  font-size: 16px;
}
/* line 390, ../sass/shop-post/shop-post-top-fix.scss */
.product-card-related-tpl .product-card__related_desc .price-wr .old {
  text-decoration: line-through;
  color: #7A7A7A;
  font-weight: 600;
  font-size: 12px;
}
/* line 398, ../sass/shop-post/shop-post-top-fix.scss */
.product-card-related-tpl .product-card__related_desc .name {
  font-weight: 700;
  font-size: 16px;
}
/* line 404, ../sass/shop-post/shop-post-top-fix.scss */
.product-card-related-tpl .product-card__related_buy {
  position: relative;
  z-index: 10;
  width: 38px;
  min-width: 38px;
}
/* line 410, ../sass/shop-post/shop-post-top-fix.scss */
.product-card-related-tpl .product-card__related_buy .btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 38px;
  border-radius: 10px;
  background: #61CE70;
  color: #fff;
  transition-duration: .2s;
}
/* line 426, ../sass/shop-post/shop-post-top-fix.scss */
.product-card-related-tpl .product-card__related_buy .btn img, .product-card-related-tpl .product-card__related_buy .btn svg {
  display: block;
  object-fit: contain;
  width: 20px;
  height: 20px;
}
@media (hover: hover) {
  /* line 434, ../sass/shop-post/shop-post-top-fix.scss */
  .product-card-related-tpl .product-card__related_buy .btn:hover {
    background: #FFC21F;
    color: #1D1D1F;
  }
}

@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 445, ../sass/shop-post/shop-post-top-fix.scss */
  .ShopPostTopFix {
    position: initial;
    width: 100%;
  }
  /* line 449, ../sass/shop-post/shop-post-top-fix.scss */
  .ShopPostTopFix .sticky {
    position: initial;
    display: block;
    gap: 16px;
    top: initial;
  }

  /* line 459, ../sass/shop-post/shop-post-top-fix.scss */
  .go-top .ShopPostTopFix .sticky {
    top: initial;
  }

  /* line 465, ../sass/shop-post/shop-post-top-fix.scss */
  .ShopPostTopStickyBuy {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-radius: 16px 16px 0 0;
    padding: 16px;
    background: #fff;
  }

  /* line 488, ../sass/shop-post/shop-post-top-fix.scss */
  .product-card__timer {
    margin-bottom: 0;
  }

  /* line 493, ../sass/shop-post/shop-post-top-fix.scss */
  .ShopPostTopStickyPrice.clone {
    padding: 16px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    width: 100%;
    margin-top: -8px;
  }

  /* line 502, ../sass/shop-post/shop-post-top-fix.scss */
  .ShopPostTopStickyAddCart {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    width: 100%;
    gap: 16px;
    margin-top: 0px;
  }
  /* line 512, ../sass/shop-post/shop-post-top-fix.scss */
  .ShopPostTopStickyAddCart .count {
    width: 200px;
  }
  /* line 516, ../sass/shop-post/shop-post-top-fix.scss */
  .ShopPostTopStickyAddCart .site-btn {
    width: calc(100% - 200px - 16px);
  }

  /* line 521, ../sass/shop-post/shop-post-top-fix.scss */
  .ShopPostTopStickyDelivery {
    padding: 16px;
    width: 100%;
  }
  /* line 525, ../sass/shop-post/shop-post-top-fix.scss */
  .ShopPostTopStickyDelivery .product-card__promos {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }
  /* line 538, ../sass/shop-post/shop-post-top-fix.scss */
  .ShopPostTopStickyDelivery .product-card__promos li {
    width: calc((100% - 16px) / 2);
  }

  /* line 544, ../sass/shop-post/shop-post-top-fix.scss */
  .ShopPostTopStickyRelated {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 16px;
  }

  /* line 559, ../sass/shop-post/shop-post-top-fix.scss */
  .product-card-related-tpl {
    width: calc((100% - 16px) / 2);
    padding: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 569, ../sass/shop-post/shop-post-top-fix.scss */
  .ShopPostTopStickyPrice .big-price {
    font-size: 20px;
    gap: 0 5px;
  }
  /* line 574, ../sass/shop-post/shop-post-top-fix.scss */
  .ShopPostTopStickyPrice .old-price, .ShopPostTopStickyPrice .normal-price {
    line-height: 1.1;
  }

  /* line 581, ../sass/shop-post/shop-post-top-fix.scss */
  .ShopPostTopStickyDelivery .product-card__promos li {
    width: 100%;
  }

  /* line 587, ../sass/shop-post/shop-post-top-fix.scss */
  .product-card-related-tpl {
    width: 100%;
  }

  /* line 592, ../sass/shop-post/shop-post-top-fix.scss */
  .ShopPostTopStickyAddCart .count {
    width: 150px;
  }
  /* line 596, ../sass/shop-post/shop-post-top-fix.scss */
  .ShopPostTopStickyAddCart .site-btn {
    width: calc(100% - 150px - 16px);
  }
}
/* line 1, ../sass/shop-post/shop-post-desc-popup.scss */
.compositions-popup-wr {
  position: fixed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.3s;
}
/* line 18, ../sass/shop-post/shop-post-desc-popup.scss */
.compositions-popup-wr.show {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
/* line 23, ../sass/shop-post/shop-post-desc-popup.scss */
.compositions-popup-wr.show .compositions-popup-inner {
  transition-delay: 0.3s;
  transform: translateX(0);
}

/* line 30, ../sass/shop-post/shop-post-desc-popup.scss */
.compositions-popup-close-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 29, 31, 0.5);
}

/* line 39, ../sass/shop-post/shop-post-desc-popup.scss */
.compositions-popup-inner {
  position: relative;
  overflow: auto;
  height: 100%;
  width: 520px;
  max-width: 100%;
  background: #fff;
  padding: 24px 40px 40px;
  transform: translateX(100%);
  transition: 0.3s ease all;
}
/* line 50, ../sass/shop-post/shop-post-desc-popup.scss */
.compositions-popup-inner .site-title.main {
  max-width: calc(100% - 50px);
}
/* line 54, ../sass/shop-post/shop-post-desc-popup.scss */
.compositions-popup-inner .small-title {
  margin-bottom: 12px;
}
/* line 58, ../sass/shop-post/shop-post-desc-popup.scss */
.compositions-popup-inner .row {
  margin-bottom: 16px;
}
/* line 61, ../sass/shop-post/shop-post-desc-popup.scss */
.compositions-popup-inner .row:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 66, ../sass/shop-post/shop-post-desc-popup.scss */
.compositions-popup-inner .product-card__compositions-list {
  padding-top: 0;
}

/* line 71, ../sass/shop-post/shop-post-desc-popup.scss */
.compositions-popup-close {
  position: absolute;
  top: 24px;
  right: 40px;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  transition-duration: .2s;
  background: #1D1D1F;
  color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
/* line 91, ../sass/shop-post/shop-post-desc-popup.scss */
.compositions-popup-close svg {
  display: block;
  object-fit: contain;
  width: 26px;
  height: 26px;
  transition-duration: .2s;
}
@media (hover: hover) {
  /* line 100, ../sass/shop-post/shop-post-desc-popup.scss */
  .compositions-popup-close:hover {
    transform: scale(1.1) rotate(-8deg);
    background-color: #FFC21F;
    color: #1D1D1F;
  }
}

/* line 111, ../sass/shop-post/shop-post-desc-popup.scss */
.lang-he .compositions-popup-wr.show .compositions-popup-inner {
  transform: translateX(0);
}
/* line 117, ../sass/shop-post/shop-post-desc-popup.scss */
.lang-he .compositions-popup-inner {
  transform: translateX(-100%);
}
/* line 121, ../sass/shop-post/shop-post-desc-popup.scss */
.lang-he .compositions-popup-inner .product-card__compositions-list span {
  font-size: 15px;
}
/* line 127, ../sass/shop-post/shop-post-desc-popup.scss */
.lang-he .compositions-popup-close {
  left: 40px;
  right: initial;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 135, ../sass/shop-post/shop-post-desc-popup.scss */
  .compositions-popup-inner {
    padding: 24px 15px 15px;
  }

  /* line 139, ../sass/shop-post/shop-post-desc-popup.scss */
  .compositions-popup-close {
    right: 15px;
  }

  /* line 144, ../sass/shop-post/shop-post-desc-popup.scss */
  .lang-he .compositions-popup-close {
    left: 15px;
  }
}
/* line 3, ../sass/shop-post/shop-post-review.scss */
.shop-post-review {
  position: relative;
  overflow: hidden;
  contain: layout;
}
/* line 10, ../sass/shop-post/shop-post-review.scss */
.shop-post-review .site-title sup {
  font-size: .5em;
  vertical-align: super;
  margin: 0 5px;
}
/* line 17, ../sass/shop-post/shop-post-review.scss */
.shop-post-review #comments-tpanel {
  visibility: hidden;
  opacity: 0;
  z-index: -100;
}
/* line 23, ../sass/shop-post/shop-post-review.scss */
.shop-post-review .alert-warning {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  justify-content: space-between;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

/* line 40, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-top {
  display: flex;
  align-items: center;
  gap: 5px;
}
/* line 45, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-top b {
  font-size: 24px;
  font-weight: 700;
}
/* line 50, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-top .stars-container {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 2px;
}
/* line 59, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-top .stars-container .star {
  position: relative;
  width: 24px;
  height: 24px;
}
/* line 65, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-top .stars-container .star-background, .shop-post-review-top .stars-container .star-foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 73, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-top .stars-container .star-background svg path {
  fill: #7A7A7A;
}
/* line 77, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-top .stars-container .star-foreground svg path {
  fill: #FFC21F;
}
/* line 81, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-top .stars-container .star-foreground {
  overflow: hidden;
  width: 0;
}

/* line 88, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-photo {
  position: relative;
  margin: 24px 0;
}

/* line 93, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-photo-slider {
  position: relative;
  border-radius: 12px;
}
/* line 97, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-photo-slider:after {
  background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0.69) 34.42%, rgba(255, 255, 255, 0.41) 68.05%, rgba(255, 255, 255, 0));
  content: "";
  height: 170px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -1px;
  top: 0;
  transition: opacity .3s ease;
  width: 51px;
  opacity: 1;
  z-index: 2;
}
/* line 113, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-photo-slider .swiper-slide {
  position: relative;
  height: 112px;
  position: relative;
  background-color: #f2f4f7;
  border-radius: 12px;
  width: 84px !important;
  overflow: hidden;
}
/* line 122, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-photo-slider .swiper-slide .img {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 128, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-photo-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
/* line 135, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-photo-slider .swiper-slide:last-child {
  margin-right: 30px !important;
}
@media (hover: hover) {
  /* line 140, ../sass/shop-post/shop-post-review.scss */
  .shop-post-review-photo-slider .swiper-slide:hover {
    opacity: 0.7;
  }
}

/* line 147, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text {
  position: relative;
  margin: 24px 0 0;
}
/* line 151, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text.comments {
  overflow: visible;
}
/* line 155, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text .swiper {
  contain: content;
  overflow: visible;
}

/* line 161, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text-slider {
  position: relative;
  border-radius: 12px;
  padding: 16px;
  margin: 0 -16px;
  width: calc(100% + 32px);
}
/* line 168, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text-slider:after {
  background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0.69) 34.42%, rgba(255, 255, 255, 0.41) 68.05%, rgba(255, 255, 255, 0));
  content: "";
  height: 170px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -1px;
  top: 0;
  transition: opacity .3s ease;
  width: 51px;
  opacity: 1;
  z-index: 2;
}
/* line 183, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text-slider .swiper-slide {
  position: relative;
  min-height: 180px;
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  width: 464px !important;
  max-width: calc(100vw - 50px) !important;
  overflow: hidden;
  padding: 24px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}
/* line 196, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text-slider .swiper-slide:last-child {
  margin-right: 30px !important;
}

/* line 204, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text-slider-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-size: 14px;
}
/* line 211, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text-slider-box .rtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
/* line 217, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text-slider-box .rtop span {
  color: #000;
  font-weight: 600;
}
/* line 221, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text-slider-box .rtop span i {
  font-weight: 400;
  color: #868695;
}
/* line 227, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text-slider-box .rtop .star {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  min-width: max-content;
  gap: 2px;
}
/* line 236, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text-slider-box .rtop .star svg {
  display: none;
  width: 20px;
  height: 20px;
}
/* line 243, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text-slider-box .rtop .star[data-rating="1"] svg {
  display: block;
  fill: #FFC21F;
}
/* line 247, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text-slider-box .rtop .star[data-rating="1"] svg:nth-last-child(1), .shop-post-review-text-slider-box .rtop .star[data-rating="1"] svg:nth-last-child(2), .shop-post-review-text-slider-box .rtop .star[data-rating="1"] svg:nth-last-child(3), .shop-post-review-text-slider-box .rtop .star[data-rating="1"] svg:nth-last-child(4) {
  fill: #7A7A7A;
}
/* line 254, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text-slider-box .rtop .star[data-rating="2"] svg {
  display: block;
  fill: #FFC21F;
}
/* line 258, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text-slider-box .rtop .star[data-rating="2"] svg:nth-last-child(1), .shop-post-review-text-slider-box .rtop .star[data-rating="2"] svg:nth-last-child(2), .shop-post-review-text-slider-box .rtop .star[data-rating="2"] svg:nth-last-child(3) {
  fill: #7A7A7A;
}
/* line 265, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text-slider-box .rtop .star[data-rating="3"] svg {
  display: block;
  fill: #FFC21F;
}
/* line 269, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text-slider-box .rtop .star[data-rating="3"] svg:nth-last-child(1), .shop-post-review-text-slider-box .rtop .star[data-rating="3"] svg:nth-last-child(2) {
  fill: #7A7A7A;
}
/* line 276, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text-slider-box .rtop .star[data-rating="4"] svg {
  display: block;
  fill: #FFC21F;
}
/* line 280, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text-slider-box .rtop .star[data-rating="4"] svg:nth-last-child(1) {
  fill: #7A7A7A;
}
/* line 287, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text-slider-box .rtop .star[data-rating="5"] svg {
  display: block;
  fill: #FFC21F;
}
/* line 294, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text-slider-box .rtop .rating-loading, .shop-post-review-text-slider-box .rtop .rating {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -100;
}
/* line 302, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text-slider-box .rbot {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
/* line 307, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text-slider-box .rbot .file {
  position: relative;
  width: 58px;
  min-width: 58px;
}
/* line 312, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text-slider-box .rbot .file a {
  display: none;
}
/* line 315, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text-slider-box .rbot .file a:nth-child(1) {
  display: block;
}
@media (hover: hover) {
  /* line 320, ../sass/shop-post/shop-post-review.scss */
  .shop-post-review-text-slider-box .rbot .file a:hover {
    opacity: 0.7;
  }
}
/* line 326, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-text-slider-box .rbot .file img {
  width: 100%;
  height: 72px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

/* line 337, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-form-wr {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: 0.5s ease all;
}
/* line 343, ../sass/shop-post/shop-post-review.scss */
.shop-post-review-form-wr.show {
  overflow: visible;
  max-height: 1000px;
}

/* line 349, ../sass/shop-post/shop-post-review.scss */
#comment-form {
  position: relative;
  padding: 24px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
/* line 355, ../sass/shop-post/shop-post-review.scss */
#comment-form .star-rating {
  unicode-bidi: bidi-override;
  display: inline-flex;
  direction: rtl;
  gap: 4px;
  margin-bottom: 25px;
}
/* line 363, ../sass/shop-post/shop-post-review.scss */
#comment-form .star-rating input {
  display: none;
}
/* line 367, ../sass/shop-post/shop-post-review.scss */
#comment-form .star-rating label {
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23ccc" stroke-width="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><polygon points="12,2 15,10 24,10 17,15 19,23 12,18 5,23 7,15 0,10 9,10"/></svg>');
  background-size: cover;
  cursor: pointer;
  transition: transform 0.2s;
}
/* line 376, ../sass/shop-post/shop-post-review.scss */
#comment-form .star-rating label:hover, #comment-form .star-rating label:hover ~ label {
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23fca95d" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><polygon points="12,2 15,10 24,10 17,15 19,23 12,18 5,23 7,15 0,10 9,10"/></svg>');
}
/* line 380, ../sass/shop-post/shop-post-review.scss */
#comment-form .star-rating input:checked ~ label {
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23fca95d" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><polygon points="12,2 15,10 24,10 17,15 19,23 12,18 5,23 7,15 0,10 9,10"/></svg>');
}
/* line 384, ../sass/shop-post/shop-post-review.scss */
#comment-form .markItUpHeader {
  display: none;
}
/* line 388, ../sass/shop-post/shop-post-review.scss */
#comment-form #comment-editor {
  display: block;
  width: 100%;
  border: 1px solid rgba(54, 54, 64, 0.2);
  border-radius: 8px;
  padding: 15px;
}
/* line 396, ../sass/shop-post/shop-post-review.scss */
#comment-form .comment-form-files {
  margin-top: 15px;
}
@media (hover: hover) {
  /* line 402, ../sass/shop-post/shop-post-review.scss */
  #comment-form #ticket-files-select:hover {
    color: #F30B32;
  }
}

/* line 412, ../sass/shop-post/shop-post-review.scss */
.lang-he .shop-post-review-top .stars-container {
  transform: rotateY(180deg);
}
/* line 419, ../sass/shop-post/shop-post-review.scss */
.lang-he .shop-post-review-photo-slider:after {
  right: initial;
  left: -1px;
  transform: scaleX(-1);
}
/* line 427, ../sass/shop-post/shop-post-review.scss */
.lang-he .shop-post-review-photo-slider .swiper-slide:last-child {
  margin-right: 8px !important;
  margin-left: 30px !important;
}
/* line 437, ../sass/shop-post/shop-post-review.scss */
.lang-he .shop-post-review-text-slider:after {
  right: initial;
  left: -1px;
  transform: scaleX(-1);
}
/* line 445, ../sass/shop-post/shop-post-review.scss */
.lang-he .shop-post-review-text-slider .swiper-slide:last-child {
  margin-right: 12px !important;
  margin-left: 30px !important;
}
/* line 453, ../sass/shop-post/shop-post-review.scss */
.lang-he #comment-form .star-rating {
  direction: ltr;
}

@media only screen and (min-width: 0px) and (max-width: 1240px) {
  /* line 463, ../sass/shop-post/shop-post-review.scss */
  .shop-post-review-top b {
    font-size: 20px;
  }
  /* line 468, ../sass/shop-post/shop-post-review.scss */
  .shop-post-review-top .stars-container .star {
    width: 20px;
    height: 20px;
  }

  /* line 475, ../sass/shop-post/shop-post-review.scss */
  .shop-post-review-photo {
    margin: 20px 0;
  }

  /* line 479, ../sass/shop-post/shop-post-review.scss */
  .shop-post-review-photo-slider {
    border-radius: 10px;
  }
  /* line 482, ../sass/shop-post/shop-post-review.scss */
  .shop-post-review-photo-slider:after {
    height: 140px;
    width: 51px;
  }
  /* line 488, ../sass/shop-post/shop-post-review.scss */
  .shop-post-review-photo-slider .swiper-slide {
    height: 90px;
    border-radius: 10px;
    width: 68px !important;
  }
  /* line 493, ../sass/shop-post/shop-post-review.scss */
  .shop-post-review-photo-slider .swiper-slide:last-child {
    margin-right: 20px !important;
  }

  /* line 500, ../sass/shop-post/shop-post-review.scss */
  .shop-post-review-text {
    margin: 20px 0 0;
  }

  /* line 504, ../sass/shop-post/shop-post-review.scss */
  #comment-form {
    padding: 20px;
    border-radius: 10px;
  }
  /* line 508, ../sass/shop-post/shop-post-review.scss */
  #comment-form .star-rating {
    margin-bottom: 20px;
  }
  /* line 512, ../sass/shop-post/shop-post-review.scss */
  #comment-form .star-rating label {
    width: 20px;
    height: 20px;
  }
  /* line 517, ../sass/shop-post/shop-post-review.scss */
  #comment-form #comment-editor {
    height: 200px;
  }

  /* line 525, ../sass/shop-post/shop-post-review.scss */
  .lang-he .shop-post-review-photo-slider .swiper-slide:last-child {
    margin-left: 20px !important;
  }
  /* line 534, ../sass/shop-post/shop-post-review.scss */
  .lang-he .shop-post-review-text-slider .swiper-slide:last-child {
    margin-right: 12px !important;
    margin-left: 20px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 547, ../sass/shop-post/shop-post-review.scss */
  .shop-post-review-text-slider-box .rtop {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    gap: 4px;
  }
  /* line 557, ../sass/shop-post/shop-post-review.scss */
  .shop-post-review-text-slider-box .rtop .star {
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
  }
}
/* line 1, ../sass/shop-post/shop-post-top-compositions.scss */
.ShopPostCompositions {
  position: relative;
}
/* line 4, ../sass/shop-post/shop-post-top-compositions.scss */
.ShopPostCompositions .tags-wr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 40px;
}
/* line 19, ../sass/shop-post/shop-post-top-compositions.scss */
.ShopPostCompositions .tag {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease all;
  font-size: 16px;
  background: rgba(252, 169, 204, 0.2);
  color: #C0272D;
  padding: 4px 12px;
  height: 32px;
  border-radius: 12px;
}
@media (hover: hover) {
  /* line 37, ../sass/shop-post/shop-post-top-compositions.scss */
  .ShopPostCompositions .tag:hover {
    background: rgba(252, 169, 204, 0.4);
  }
}
/* line 43, ../sass/shop-post/shop-post-top-compositions.scss */
.ShopPostCompositions .compos-wr {
  position: relative;
  margin-bottom: 40px;
}
/* line 47, ../sass/shop-post/shop-post-top-compositions.scss */
.ShopPostCompositions .compos-wr:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 52, ../sass/shop-post/shop-post-top-compositions.scss */
.ShopPostCompositions .product-card__compositions-list {
  padding-top: 0;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 24px;
  max-height: 220px;
}
/* line 63, ../sass/shop-post/shop-post-top-compositions.scss */
.ShopPostCompositions .product-card__compositions-list li {
  width: calc((100% - 24px * 1) / 2);
}

@media only screen and (min-width: 768px) and (max-width: 1240px) {
  /* line 72, ../sass/shop-post/shop-post-top-compositions.scss */
  .ShopPostCompositions .tags-wr {
    margin-bottom: 32px;
  }
  /* line 76, ../sass/shop-post/shop-post-top-compositions.scss */
  .ShopPostCompositions .tag {
    font-size: 14px;
    padding: 3px 10px;
    height: 30px;
    border-radius: 10px;
  }
  /* line 83, ../sass/shop-post/shop-post-top-compositions.scss */
  .ShopPostCompositions .compos-wr {
    margin-bottom: 32px;
  }
  /* line 87, ../sass/shop-post/shop-post-top-compositions.scss */
  .ShopPostCompositions .product-card__compositions-list {
    gap: 10px 20px;
    max-height: 220px;
  }
  /* line 91, ../sass/shop-post/shop-post-top-compositions.scss */
  .ShopPostCompositions .product-card__compositions-list li {
    width: calc((100% - 20px * 1) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 102, ../sass/shop-post/shop-post-top-compositions.scss */
  .ShopPostCompositions .tags-wr {
    margin-bottom: 25px;
  }
  /* line 106, ../sass/shop-post/shop-post-top-compositions.scss */
  .ShopPostCompositions .compos-wr {
    margin-bottom: 25px;
  }
  /* line 110, ../sass/shop-post/shop-post-top-compositions.scss */
  .ShopPostCompositions .product-card__compositions-list {
    gap: 8px 16px;
    max-height: 360px;
  }
  /* line 114, ../sass/shop-post/shop-post-top-compositions.scss */
  .ShopPostCompositions .product-card__compositions-list li {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 125, ../sass/shop-post/shop-post-top-compositions.scss */
  .ShopPostCompositions .tags-wr {
    margin-bottom: 15px;
  }
  /* line 129, ../sass/shop-post/shop-post-top-compositions.scss */
  .ShopPostCompositions .compos-wr {
    margin-bottom: 15px;
  }
  /* line 133, ../sass/shop-post/shop-post-top-compositions.scss */
  .ShopPostCompositions .product-card__compositions-list {
    gap: 8px 16px;
    max-height: initial;
  }
  /* line 137, ../sass/shop-post/shop-post-top-compositions.scss */
  .ShopPostCompositions .product-card__compositions-list li {
    width: 100%;
  }
}
/* line 16, ../sass/shop-post.scss */
.ShopPostTop .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}

/* line 24, ../sass/shop-post.scss */
.ShopPostTopRight {
  flex: auto;
}
/* line 27, ../sass/shop-post.scss */
.ShopPostTopRight .ShopPostTopRightInner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}

/* line 42, ../sass/shop-post.scss */
.art-copyed {
  position: fixed;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1D1D1F;
  color: #fff;
  font-size: 14px;
  padding: 15px 30px;
  border-radius: 8px;
  z-index: 99999999999;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease all;
}
/* line 57, ../sass/shop-post.scss */
.art-copyed.show {
  top: 30%;
  opacity: 1;
}

@media only screen and (min-width: 1241px) and (max-width: 1599px) {
  /* line 66, ../sass/shop-post.scss */
  .ShopPostTop .container {
    gap: 24px;
  }

  /* line 72, ../sass/shop-post.scss */
  .ShopPostTopRight .ShopPostTopRightInner {
    gap: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 82, ../sass/shop-post.scss */
  .ShopPostTop .container {
    gap: 24px;
  }

  /* line 88, ../sass/shop-post.scss */
  .ShopPostTopRight .ShopPostTopRightInner {
    gap: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 97, ../sass/shop-post.scss */
  .footer {
    padding-bottom: 160px;
  }

  /* line 101, ../sass/shop-post.scss */
  .ShopPostTop {
    padding-top: 25px !important;
  }
  /* line 103, ../sass/shop-post.scss */
  .ShopPostTop .container {
    width: 100%;
    max-width: 768px;
    gap: 8px;
  }
  /* line 109, ../sass/shop-post.scss */
  .ShopPostTop .mob-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px;
    border-radius: 20px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    width: 100%;
  }

  /* line 129, ../sass/shop-post.scss */
  .ShopPostTopRight .ShopPostTopRightInner {
    gap: 8px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 138, ../sass/shop-post.scss */
  .footer {
    padding-bottom: 140px;
  }

  /* line 142, ../sass/shop-post.scss */
  .ShopPostTop {
    padding-top: 0 !important;
  }
}
