@charset "UTF-8";
.hero--cards {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.hero-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 17.8125rem 17.8125rem;
  gap: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hero-grid {
    grid-template-rows: 11.5625rem 11.5625rem;
  }
}
.hero-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
}
.hero-card img {
  width: 100%;
  height: 100%;
}
.hero-card--main {
  grid-column: 1;
  grid-row: 1/3;
}
.hero-card--main .hero-card-content {
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  width: 45%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-card--main .hero-card-content {
    text-align: left;
    width: 50%;
  }
}
.hero-card--top {
  grid-column: 2;
  grid-row: 1;
}
.hero-card--top .hero-card-content {
  -webkit-box-pack: start;
          justify-content: start;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-card--top .hero-card-content {
    text-align: left;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 0;
    width: 60%;
  }
}
.hero-card--top .hero-card-content .link {
  text-decoration: underline;
}
.hero-card--top .hero-card-content .link:hover {
  color: #fff;
  text-decoration: none;
}
.hero-card--top .hero-card-content .link:after {
  background: url(/build/images/view-all-white-icn.2c5f749d.svg) center center no-repeat;
}
.hero-card--top .hero-card-content h3, .hero-card--top .hero-card-content a {
  color: #fff;
}
.hero-card--bottom {
  grid-column: 2;
  grid-row: 2;
}
.hero-card--bottom .hero-card-content {
  -webkit-box-pack: center;
          justify-content: center;
  width: 60%;
}
.hero-card--bottom .hero-card-content .link {
  text-decoration: underline;
}
.hero-card--bottom .hero-card-content .link:hover {
  color: #fff;
  text-decoration: none;
}
.hero-card--bottom .hero-card-content .link:after {
  background: url(/build/images/view_all_white.6c419c02.svg) center center no-repeat;
}
.hero-card--bottom .hero-card-content h3, .hero-card--bottom .hero-card-content a {
  color: #fff;
}
.hero-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.hero-card-content {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  padding: 1.875rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  max-width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .hero-card--main, .hero-card--top, .hero-card--bottom {
    grid-column: 1;
    grid-row: auto;
  }
}

.product-card {
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  overflow: hidden;
}
.product-card.open-similar {
  border-color: #000000;
}
.product-card.open-similar .related-products-dropdown {
  background-color: #F4F4F4;
  font-weight: bold;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-card .btn-sold-out {
    font-size: 0;
    padding: 0;
    gap: 0;
  }
}

.btn-fav {
  background-color: #DDDDDD;
  font-size: 0.875rem;
  height: 2.8125rem;
  min-width: 2.8125rem;
  width: 2.8125rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 12px;
}
.btn-fav img {
  height: 1.25rem;
}

.btn-fav-active,
.btn-fav-active path {
  fill: #000;
  stroke: #000;
  color: #000;
}

.btn-fav:hover,
.btn-fav:hover path {
  fill: #000;
  stroke: #000;
  color: #000;
}

.product-card.product-card-sm .product-img {
  padding: 0.625rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-card.product-card-sm .product-img {
    padding: 0.3125rem;
  }
}
.product-card.product-card-sm .product-name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.4;
  max-height: -webkit-calc(1.4em * 2);
  max-height: calc(1.4em * 2);
  overflow: hidden;
}
.product-card.product-card-md .product-img, .product-card.product-card-lg .product-img {
  padding: 1.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-card.product-card-md .product-img, .product-card.product-card-lg .product-img {
    padding: 0.625rem;
  }
}

.product-card .product-info {
  display: -webkit-box;
  display: flex;
  padding: 1.5625rem 1.25rem 0 0;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-card .product-info .btn-fav {
    display: none;
  }
}

.product-card .product-features {
  color: #707070;
  font-size: 0.875rem;
  list-style: disc;
  list-style-position: inside;
  margin: 0.625rem 0 0 0;
  padding: 0 0.625rem 0 0;
}
.product-card .product-features li {
  margin: 0 0 0.3125rem 0;
}

.product-card .product-source {
  color: #707070;
  font-size: 0.875rem;
  display: -webkit-box;
  display: flex;
  gap: 0.3125rem;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.5rem 1.25rem 0.5rem 0;
  flex-wrap: wrap;
}
.product-card .product-source img {
  height: 14px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}

.product-card .product-source .source-sep {
  color: #DDDDDD;
  margin: 0 0.1875rem;
}

.product-card .product-desc {
  color: #707070;
  font-size: 0.875rem;
  padding: 0.5rem 1.25rem 0.5rem 0;
}

.product-card .product-name a {
  font-weight: 700;
  line-height: 1.2;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.4;
  max-height: -webkit-calc(1.4em * 2);
  max-height: calc(1.4em * 2);
  overflow: hidden;
}

.product-card .product-meta {
  font-size: 0.875rem;
  color: #707070;
}

.product-card .recommended-foods {
  display: -webkit-box;
  display: flex;
  gap: 0.625rem;
}

.product-card .recommended-foods img {
  height: 24px;
}

.product-card .product-content {
  max-height: 12.5rem;
  height: 12.5rem;
  overflow: auto;
}

@media only screen and (min-width: 768px) and (max-width: 3000px) {
  .product-card .product-action .btn-action .btn-fav {
    display: none;
  }
}
.product-action {
  font-size: 0.75rem;
  padding: 0.9375rem 1.25rem;
  background-color: #F4F4F4;
  position: relative;
  min-height: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}

.product-action .btn-action {
  position: relative;
  display: -webkit-box;
  display: flex;
  gap: 10px;
}
.product-action .btn-action > * {
  -webkit-box-flex: 1;
          flex: 1 0 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-action .btn-action > * {
    -webkit-box-flex: inherit;
            flex: inherit;
  }
}

.widget-show {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.widget-hidden {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.widget-quantity {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 12px;
  padding: 0 0.3125rem;
  justify-content: space-around;
  max-width: 150px;
}

.widget-quantity .minus.inactive {
  color: #000000;
  background-color: #FFFFFF;
  pointer-events: none;
}

.widget-quantity .plus,
.widget-quantity .minus {
  color: #FFFFFF;
  text-align: center;
  line-height: 32px;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  background-color: #242424;
  cursor: pointer;
}

.widget-quantity .val {
  text-align: center;
  line-height: 38px;
  width: 50px;
  height: 38px;
  background-color: transparent;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .widget-quantity .val {
    width: 30px;
  }
}

.widget-sold-out {
  height: 38px;
  background-color: #fff;
  border-radius: 12px;
  max-width: 160px;
}

.widget-sold-out form {
  position: relative;
}

.widget-sold-out input {
  padding: 0 45px 0 10px;
  height: 38px;
  width: 100%;
  border: 1px solid #000000;
  border-radius: 12px;
}

.widget-sold-out button {
  background-color: #000;
  height: 38px;
  width: 38px;
  border-radius: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

.widget-sold-out button img {
  margin: 0 auto;
  display: block;
}

.badges {
  display: -webkit-box;
  display: flex;
  width: 100%;
  grid-column: 1/-1;
}

.product-info-badges {
  margin: 0.625rem 0 0 0;
}

.badges span {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.0625rem 0.5rem;
  border-radius: 4px;
  text-transform: uppercase;
  margin: 0 0 0.3125rem 0;
  border-width: 1px;
  border-style: solid;
}

.badges .badge-discount {
  color: #FFFFFF;
  background-color: #ED1C24;
  border-color: #ED1C24;
  display: block;
}

.badges .badge-new {
  color: #FFFFFF;
  background-color: #461855;
  border-color: #461855;
}

.badges .badge-success {
  color: #000000;
  background-color: #B5CD9D;
  border-color: #B5CD9D;
}

.badges .badge-danger {
  color: #FFFFFF;
  background-color: #BE2A2A;
  border-color: #BE2A2A;
}

.badges .badge-default {
  color: #000000;
  border-color: #ddd;
  background-color: #f4f4f4;
}

.link-similar-products {
  font-size: 0.875rem;
  padding: 0.5rem 0 0.5rem 1.25rem;
  position: relative;
  display: inline-block;
}

.link-similar-products:hover {
  text-decoration: underline;
}

.link-similar-products:after {
  content: "";
  background: url(/build/images/arrow-down.a2c50341.svg) center center no-repeat;
  background-size: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  margin: 0 0 0 0.4375rem;
}

.events .event-card:last-of-type {
  padding-bottom: 0;
}

.badge-soldout {
  color: #000000;
  background-color: #DDDDDD;
  border-color: #DDDDDD;
}

.countries {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 0.9375rem;
  margin: 0 0 1.25rem 0;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .countries {
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none; /* IE и Edge */
    scrollbar-width: none; /* Firefox */
  }
  .countries::-webkit-scrollbar {
    display: none;
  }
}
.countries .country {
  font-weight: 400;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.625rem;
  width: 100%;
  padding: 0.625rem 0.9375rem;
  border: 1px solid #DDDDDD;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .countries .country {
    -webkit-box-flex: 0;
            flex: none;
    width: auto;
  }
}
.countries .country img {
  border-radius: 100%;
  border: 1px solid #DDDDDD;
  height: 26px;
}
.countries .country.active {
  color: #FFFFFF;
  background-color: #000000;
}
.countries .country:hover {
  border-color: #242424;
}

.src-filter-search {
  position: relative;
  border: 1px solid #DDDDDD;
  border-radius: 12px;
}
.src-filter-search input {
  height: 41px;
  padding: 0 55px 0 15px;
}
.src-filter-search button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 50px;
  height: 100%;
}
.src-filter-search button:before {
  content: "";
  height: 20px;
  width: 1px;
  border-left: 1px solid #dddddd;
  position: absolute;
  left: 0;
}
.src-filter-search button img {
  margin: 0 auto;
  display: block;
}

.videos .video {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  display: block;
}
.videos .video:before {
  content: "";
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background: url(/build/images/play.4a2f8331.svg) center center no-repeat;
  background-size: 50px;
  opacity: 0.8;
}
.videos .video:hover:before {
  opacity: 1;
}
.videos .video:after {
  content: "";
  height: 30%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(40.95%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 40.95%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.videos .video .video-text {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 1.875rem;
  z-index: 2;
}
.videos .video .video-text .video-title {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
.videos .video .video-text .video-desc {
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

footer {
  background-color: #242424;
}
footer hr {
  color: #707070;
}
footer h3 {
  color: #FFFFFF;
}
footer .footer-menu li {
  display: block;
  margin: 0.625rem 0;
}
footer .footer-menu li:first-of-type {
  margin-top: 0;
}
footer .footer-menu li:last-of-type {
  margin-bottom: 0;
}
footer .footer-menu li a {
  color: #FFFFFF;
  font-size: 0.875rem;
  display: block;
}
footer .footer-menu li a:hover {
  text-decoration: underline;
}
footer .tags {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
footer .tags li a {
  color: #FFFFFF;
  font-size: 0.875rem;
  display: block;
  padding: 0.25rem 0.625rem;
  border: 1px solid #fff;
  border-radius: 12px;
}
footer .footer-socials li {
  display: inline-block;
  margin: 0 1.125rem 0 0;
}
footer .footer-socials li a {
  display: block;
}
footer .footer-contacts {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  footer .footer-contacts {
    border-top: 0;
    border-bottom: 0;
  }
}
footer .footer-contacts li {
  display: block;
  margin: 0.625rem 0;
}
footer .footer-contacts li:first-of-type {
  margin-top: 0;
}
footer .footer-contacts li:last-of-type {
  margin-bottom: 0;
}
footer .footer-contacts li a {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}
footer .footer-contacts li a small {
  font-size: 0.875rem;
  display: block;
}
footer .footer-features {
  padding: 3.125rem 0;
  margin: 0 0 3.125rem 0;
  border-bottom: 1px solid #707070;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  footer .footer-features {
    margin: 0;
    border-bottom: 0;
  }
}
footer .footer-features .footer-feature {
  color: #FFFFFF;
  display: -webkit-box;
  display: flex;
  background-color: #2f2f2f;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  align-content: flex-end;
  height: 160px;
  gap: 0.625rem;
  padding: 1.25rem;
  text-align: center;
  border-radius: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  footer .footer-features .footer-feature {
    height: 155px;
  }
}
footer .footer-botbar {
  background-color: #2e2e2e;
  border-radius: 12px;
  padding: 0.9375rem;
  margin: 1.875rem 0 1.25rem 0;
}
footer .footer-botbar .footer-benefits {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  footer .footer-botbar .footer-benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
footer .footer-botbar .footer-benefits .footer-payments {
  margin: 0 1.875rem 0 0;
  padding: 0 1.25rem 0 0;
  border-right: 1px solid #fff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  footer .footer-botbar .footer-benefits .footer-payments {
    margin: 0;
    padding: 0;
    border: 0;
  }
}
footer .footer-botbar .footer-benefits .footer-payments img {
  display: inline-block;
  margin: 0 0.625rem 0 0;
}
footer .footer-botbar .footer-benefits .footer-delivery img {
  display: inline-block;
  margin: 0 0.625rem 0 0;
}
footer .footer-botbar .copyright {
  color: #FFFFFF;
  font-weight: 500;
}
footer .footer-botbar .footer-hint {
  color: #FFFFFF;
}
footer .btn-switch-lang img {
  max-height: 18px;
  border: 1px solid #DDDDDD;
  border-radius: 100%;
}

.hidden {
  display: none;
}

.overlay {
  position: fixed;
  inset: 0; /* покрива цялата страница */
  background: rgba(0, 0, 0, 0.5);
  z-index: 4; /* под менюто, но над съдържанието */
  opacity: 0;
  pointer-events: none; /* да не пречи когато е скрит */
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.specials-wrap {
  padding: 26px 0;
}

.specials-grid {
  display: grid;
  grid-template-columns: 200px 1fr 200px;
  grid-template-rows: 150px 350px 150px;
  gap: 18px;
}

.special-card,
.special-card-photo {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 0;
}
.special-card .special-card-bg,
.special-card-photo .special-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.special-card .special-card-content,
.special-card-photo .special-card-content {
  position: relative;
  z-index: 2;
  padding: 25px;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}

.card--topwide {
  grid-column: 1/3;
  grid-row: 1;
}

.card--righttop {
  grid-column: 3;
  grid-row: 1/3;
}

.card--lefttall {
  grid-column: 1;
  grid-row: 2/4;
}

.card--centerphoto {
  grid-column: 2;
  grid-row: 2;
}

.card--bottomwide {
  grid-column: 2;
  grid-row: 3;
}

.card--rightbottom {
  grid-column: 3;
  grid-row: 3;
}

.special-card-photo .special-card-content {
  width: 40%;
}
.special-card-photo .link {
  text-decoration: none;
}
.special-card-photo .link:hover {
  text-decoration: underline;
}

.special-card-overlay {
  position: absolute;
  inset: 0;
  padding: 18px;
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.card--centerphoto h3 {
  color: #ffffff;
}
.card--centerphoto ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}
.card--centerphoto ul li:last-of-type {
  margin-bottom: 0;
}
.card--centerphoto ul li span {
  font-size: 14px;
}
.card--centerphoto ul li img {
  position: relative;
  top: 2px;
}

@media (max-width: 992px) {
  .specials-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 16px;
    grid-template-areas: "topwide topwide" "lefttall bottomwide" "centerphoto centerphoto" "righttop rightbottom";
  }
  .card--topwide,
  .card--righttop,
  .card--lefttall,
  .card--bottomwide,
  .card--rightbottom,
  .card--centerphoto {
    grid-column: auto;
    grid-row: auto;
  }
  /* assign areas */
  .card--topwide {
    grid-area: topwide;
  }
  .card--lefttall {
    grid-area: lefttall;
  }
  .card--bottomwide {
    grid-area: bottomwide;
  }
  .card--centerphoto {
    grid-area: centerphoto;
  }
  .card--righttop {
    grid-area: righttop;
  }
  .card--rightbottom {
    grid-area: rightbottom;
  }
  .special-card,
  .special-card-photo {
    min-height: 160px;
  }
  .special-card-photo .special-card-content {
    width: 100%;
  }
}
.active-filters {
  background-color: #F4F4F4;
  padding: 0.625rem;
  border-radius: 12px;
}
.active-filters .lab {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.active-filters ul {
  display: -webkit-box;
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
}
.active-filters ul li {
  display: -webkit-inline-box;
  display: inline-flex;
  gap: 0.625rem;
}
.active-filters ul li .filter-value {
  font-weight: 500;
  padding: 0.3125rem 0.625rem;
  background-color: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.3125rem;
}
.active-filters ul li .filter-value .remove-value {
  color: #ED1C24;
  padding: 0.4375rem;
  background-color: #F4F4F4;
  border-radius: 100%;
  cursor: pointer;
}
.active-filters ul li .filter-value .remove-value img {
  height: 8px;
}
.active-filters ul li.clear-all a {
  color: #ED1C24;
}
.active-filters ul li.clear-all a:hover {
  text-decoration: underline;
}

.spinner-border {
  width: 20px;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  display: table;
  margin: 0 auto;
}

.offers .offer img {
  border-radius: 12px;
}

.similar-products {
  background-color: #F4F4F4;
  border: 1px solid #000000;
  padding: 1.25rem;
  border-radius: 12px;
}
