/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/acf-blocks/gift-shop/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.gift-shop__title {
  margin-bottom: 30px;
  color: var(--adaptivestyles-copyprimary, var(--global-adaptive-bg-copyprimary, #000));
  font-size: var(--fontsize-24, 24px);
  font-style: normal;
  font-weight: var(--typo-headingweight, 500);
  line-height: 125%;
}
@media (min-width: 768px) {
  .gift-shop__title {
    font-size: var(--fontsize-40, 40px);
  }
}
.gift-shop__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.gift-shop__item {
  position: relative;
  overflow: hidden;
  flex: 0 0 calc((100% - 64px) / 5);
  height: 380px;
}
@media (max-width: 1199px) {
  .gift-shop__item {
    flex: 0 0 calc((100% - 16px) / 2);
    height: 104px;
  }
}
@media (max-width: 575px) {
  .gift-shop__item {
    flex: 0 0 100%;
  }
}
@media (max-width: 1199px) {
  .gift-shop__item--tickets {
    flex: 0 0 100%;
    height: 250px;
  }
}
.gift-shop__item--tickets svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
}
@media (max-width: 1199px) {
  .gift-shop__item--tickets svg {
    top: 20px;
  }
}
.gift-shop__item--tickets .gift-shop__item-title {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: unset;
  right: unset;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gift-shop__item--tickets .gift-shop__item-title strong {
  font-style: normal;
  text-transform: uppercase;
}
.gift-shop__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.gift-shop__background {
  display: block;
  width: 100%;
  height: 100%;
}
.gift-shop img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gift-shop__item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: var(--global-adaptive-bg-bgprimary, #f7f7f6);
  font-size: var(--fontsize-24, 24px);
  font-weight: var(--typo-headingweight, 500);
  line-height: 125%;
  padding: 16px;
  flex-direction: column;
  gap: 10px;
  display: flex;
}
.gift-shop__item-title strong {
  font-size: var(--fontsize-48, 48px);
  font-weight: var(--typo-bodyweightbold, 700);
  font-style: italic;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .gift-shop__item-title strong {
    font-size: var(--fontsize-40, 48px);
  }
}
@inclue sm-down {}
