<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/ng-app/src/styles.scss?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.two-columns {
  width: 100%;
  display: flex;
}
.two-columns .left-column {
  width: 33%;
}
.two-columns .right-column {
  width: 67%;
}

.product:hover .image a img {
  transform: scale(1.15) rotate(-1.5deg);
  -webkit-transform: scale(1.1) rotate(-1.5deg);
  -moz-transform: scale(1.1) rotate(-1.5deg);
  -ms-transform: scale(1.1) rotate(-1.5deg);
  -o-transform: scale(1.1) rotate(-1.5deg);
}

.gallery-block {
  display: block;
  width: 100%;
  padding: 3rem;
  /*
  * Width of each item = Wi
  * Container width = Wc
  * Gap between items = g
  * Items per row in the gallery = n
  * Total space coverd by gaps = G
  * Available space for items per row = Wa
  *
  * G = g * (n - 1)
  * Wa = Wc - G
  * Wi = Wa / n
  */
}
@media screen and (max-width: 540px) {
  .gallery-block .contact-us {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .gallery-block .contact-us {
    margin-left: 2rem !important;
    margin-right: 1rem !important;
  }
}
@media (min-width: 768px) {
  .gallery-block {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .gallery-block {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .gallery-block {
    max-width: 1170px;
  }
}
.gallery-block h2 {
  margin-top: 2rem;
}
.gallery-block .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  --gallery-items-per-row: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 430px) {
  .gallery-block .gallery .gallery-item figure {
    margin: 0 !important;
  }
  .gallery-block .gallery .gallery-item img {
    margin-bottom: 0 !important;
  }
  .gallery-block .gallery .gallery-item figcaption {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .gallery-block .gallery .gallery-item img {
    margin-bottom: 3.6rem;
  }
  .gallery-block .gallery .gallery-item figcaption {
    min-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .gallery-block .gallery {
    --gallery-items-per-row: 3;
  }
  .gallery-block .gallery .gallery-item:nth-child(4) {
    margin-left: auto;
  }
  .gallery-block .gallery .gallery-item:nth-child(5) {
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gallery-block .gallery {
    --gallery-items-per-row: 5;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-block .gallery {
    --gallery-items-per-row: 5;
  }
}
.gallery-block .gallery-item {
  flex: 0 0 calc((100% - 1.5em * (var(--gallery-items-per-row) - 1)) / var(--gallery-items-per-row));
  position: relative;
  overflow: hidden;
  border-radius: 0.4em;
}
.gallery-block .gallery-item img {
  border-radius: 0.4em;
  aspect-ratio: 3/2;
  object-fit: cover;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
.gallery-block .gallery-item figure {
  margin: 0;
  margin-bottom: 20px;
}
.gallery-block .gallery-item figcaption {
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  padding: 1rem;
  color: #3a3a3a;
  background-color: #f2f2f2;
}
.gallery-block .details-row {
  background-color: #f2f2f2;
  color: #3a3a3a;
  padding: 2rem;
  border-radius: 1rem;
  margin-top: -10px;
}
.gallery-block .details-row .description {
  text-align: justify;
  min-height: unset;
  max-height: unset;
  min-width: 260px;
  max-width: unset;
}
.gallery-block .action {
  display: flex;
  justify-content: flex-end;
}
.gallery-block .flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery-block .flex-row &gt; div {
  flex: 1 1;
}
.gallery-block .flex-row.description-list &gt; ul {
  flex: 1 1 70%;
}
.gallery-block .flex-row.description-list &gt; ul:first-child {
  flex: 1 1 30%;
}
.gallery-block .flex-row .contact-us {
  margin-left: 6rem;
  margin-right: 3rem;
  flex: 0 0;
}
.gallery-block .flex-row .contact-us a {
  margin-top: 0.5rem;
}

.voucher {
  background-color: #f2f2f2;
  padding: 30px;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.voucher .line {
  margin: 25px 0;
}
.voucher .line a {
  margin-top: 5px;
  display: block;
}
.voucher .left-column {
  display: flex;
  align-items: center;
}
.voucher .right-column {
  margin: 0 20px;
  font-size: 24px;
}
@media (max-width: 480px) {
  .voucher {
    margin-top: 45px;
  }
  .voucher .right-column {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .voucher {
    padding: 20px;
  }
  .voucher.two-columns .left-column {
    width: 50%;
  }
  .voucher.two-columns .left-column img {
    max-height: 150px;
  }
  .voucher.two-columns .right-column {
    width: 50%;
  }
}
@media only screen and (max-width: 450px) {
  .voucher {
    flex-direction: column;
  }
  .voucher.two-columns .left-column {
    width: 100%;
  }
  .voucher.two-columns .right-column {
    width: 100%;
  }
}

.voucher-page .image-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  justify-content: space-between;
}
.voucher-page .image-block .fade-out {
  opacity: 0.5;
}
.voucher-page .image-block .cell {
  flex: 1 1 calc(25% - 1rem);
  display: block;
  max-width: 24%;
}
.voucher-page .image-block .cell .cell-label {
  font-size: 16px;
  font-weight: 600;
  color: #656565;
  margin-bottom: 17px;
  margin-top: 3px;
}
.voucher-page .image-block .cell img {
  max-width: 100%;
}

/*# sourceMappingURL=styles.css.map*/</pre></body></html>