.block--views-block--dogbanner-product-block-1 {
  padding: 7.5rem 0;
}
@media (max-width: 991.98px) {
  .block--views-block--dogbanner-product-block-1 {
    padding: 5rem 0;
  }
}
.block--views-block--dogbanner-product-block-1 .block-title {
  margin-bottom: 2.5rem;
}
.block--views-block--dogbanner-product-block-1 .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.dogbanner-product {
  max-width: calc(33% - 1.125rem);
  width: 100%;
}
@media (max-width: 991.98px) {
  .dogbanner-product {
    max-width: 17.25rem;
  }
}
.dogbanner-product .blackout {
  background-color: rgba(0, 0, 0, 0.7);
}
.dogbanner-product .background-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.dogbanner-product .card-body {
  /* height: 330px; */
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
}
.dogbanner-product .card-body .field--type-image {
  height: 100%;
}
.dogbanner-product .card-body .field--type-image .field__item {
  height: 100%;
}
.dogbanner-product .card-body .field--type-image .field__item img {
  width: 100%;
}
.dogbanner-product .card-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.dogbanner-product .h5,
.dogbanner-product .product-description {
  color: #fff;
}
.dogbanner-product .product-price {
  color: #f90;
  font-weight: bold;
}

.modal-content {
  border-radius: 3.125rem !important;
  background-color: #82807d;
}
@media (max-width: 991.98px) {
  .modal-content {
    border-radius: 1.5625rem !important;
  }
}

.modal-image {
  position: relative;
}
.modal-image img {
  width: 100%;
  max-width: 750px;
  max-height: 750px;
}

.modal-text a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991.98px) {
  .modal-text {
    gap: 1.25rem;
    margin: 1rem;
    margin-top: 0;
  }
}

.svg-icon.icon-popup-closed {
  fill: #f90;
  cursor: pointer;
}
