/* single | page */

/* single | page header */

.article-header,
.page-header {
  background-color: var(--colorPrimaryBlue);
  color: #fff;
}
.page-header {
  padding-block: clamp(60px, 6vw, 102px) clamp(47px, 5vw, 86px);
}

.article-header {
  padding-top: clamp(55px, 6.5vw, 112px);
  position: relative;
}

.article-header::after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: clamp(55px, 6vw, 107px);
}

.article-header:has(.headerSwiper)::after{
  height: clamp(calc(141px + 55px), calc(141px + 6vw), calc(141px + 107px));
}

.page-header > .wrapper,
.article-header > .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.article-header hgroup{
  text-align: center;
}

.main-title {
  font-size: 65px;
  line-height: 70px;
  letter-spacing: 0.97px;
  text-align: center;
  font-family: "Lidl-Semibold";
}

.article-header .main-title {
  color: #fff;
}

.single .article-header .main-title{
  color: var(--colorPrimaryYellow);
}

.page-header .article-meta,
.article-header .article-meta {
  order: -1;
  align-items: center;
}
.page-header .category,
.article-header .category {
  font-size: 23px;
  letter-spacing: 0.34px;
  line-height: 25px;
  margin-bottom: 21px;
  font-family: "Lidl-Semibold";
}

.single-event .article-header .category {
  margin-bottom: 15px;
}

.article-header .tag-list {
  margin-bottom: 17px;
}

.article-header .header-image {
  order: 3;
  position: relative;
  z-index: 2;
  margin-top: 27px;
  border-radius: 10px;
  overflow: hidden;
  max-height: 665px;
}
.article-header .header-image > img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.article-header .header-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-about .article-header .header-image {
  margin-top: 47px;
}

.page-header .lead,
.article-header .lead {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.27px;
  margin-top: 11px;
  font-family: "Lidl-Book";
  text-align: center;
}
.single-event .article-header .lead {
  margin-top: 9px;
  max-width: 520px;
  margin-inline: auto;
  text-align: center;
}

.single-event .article-header .header-image{
  margin-top:50px;
}

@media screen and (max-width: 1420px) {
  .main-title {
    font-size: 55px;
    line-height: 60px;
    letter-spacing: 0.74px;
  }
}

@media screen and (max-width: 1020px) {
  .main-title {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0.6px;
  }
}

@media screen and (max-width: 720px) {
  .article-header:has(.headerSwiper)::after{
    height: 137px
  }
}
@media screen and (max-width: 620px) {
  .single-event .article-header .header-image {
    margin-top: 34px;
  }
  .article-header .header-image {
    max-height: 420px;
  }
  .single-recipe .article-header .header-image{
    margin-top: 36px;
  }
  .single-recipe .article-header .category{
    margin-bottom: 13px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .3px;
  }

}
@media screen and (max-width: 520px) {
  .main-title {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.54px;
  }
}

/* header image swiper */

.headerSwiper{
  width: 100%;
}
.headerSwiper:has(.count-down){
  padding-top: 17px;
}

.headerSwiper .swiper-wrapper{
  aspect-ratio: 1.583;
}
.headerSwiper .swiper-slide{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.header-thumbs{
  width: 100%;
  order:4;
  margin-top: 30px;
}

.header-thumbs .swiper-wrapper{
  width: fit-content;
  max-width: 100%;
}
.header-thumbs .swiper-slide{
  width: 154px;
  aspect-ratio: 1.52;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 920px) {
  .header-thumbs{
    width: calc(100% + 2 * var(--padding));
    margin-left: calc(-1 * var(--padding));
    padding-inline: var(--padding);
  }
}

@media screen and (max-width: 720px) {
  .header-thumbs{
    margin-top: 18px;
  }
  .header-thumbs .swiper-slide{
    width: 104px;
  }
}

@media screen and (max-width: 620px) {
  .headerSwiper:has(.count-down){
    padding-top: 12px;
  }
  .single-event .article-header .header-image:has(.count-down) {
    margin-top: 24px;
  }
}


/* article | page body */

article:has(.article-body) {
  border-bottom: 1px solid var(--colorSecBlue);
  overflow-x: hidden;
}

article.page {
  border-bottom: none;
}

.article-body {
  --maxWidth: 804px;
  max-width: var(--maxWidth);
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.27px;
  color: var(--colorSecBlue);
  margin-inline: auto;
  margin-top: clamp(24px, 4vw, 52px);
}

.page-about .article-body {
  margin-top: clamp(24px, 4vw, 57px);
}
.page-faq .article-body {
  margin-block: clamp(24px, 4vw, 57px) clamp(102px, 8vw, 135px);
}

.page-about .article-body > *:first-child {
  font-family: "Lidl-Semibold";
}

.article-body h2 {
  font-size: 24px;
  letter-spacing: 0.36px;
  line-height: 23px;
  margin-bottom: 11px;
  font-family: "Lidl-Semibold";
  color: var(--colorPrimaryBlue);
}
.article-body h3 {
  font-size: 12px;
  letter-spacing: 0.18px;
  line-height: 14px;
  margin-bottom: 10px;
  font-family: "Lidl-Semibold";
  color: var(--colorPrimaryBlue);
}

.article-body :is(p, ol, ul) {
  margin-bottom: 36px;
}
.article-body.fp-bold > p:first-of-type{
  font-family: "Lidl-Semibold";
}

.article-body > *:last-child {
  margin-bottom: 0;
}


.article-body ul li::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--colorPrimaryBlue);
  margin-right: 7px;
  display: inline-block;
  transform: translateY(-2px);
}

@media screen and (max-width: 860px) {
  .article-body {
    padding-inline: var(--padding);
    max-width: unset;
  }

  .article-body :is(p, ol, ul) {
    margin-bottom: 24px;
  }
}

/* article blocks */

/* carousel */

.article-body{
  --leftSpace: calc((100dvw - var(--maxWidth)) / 2);
}

.image-carousel {
  width: 100dvw;
  margin-left: calc(-1 * var(--leftSpace));
  padding-left: clamp(70px, 8vw, 140px);
  margin-bottom: 37px;
  padding-top: 16px;
}

.page-about .image-carousel {
  margin-bottom: 59px;
}

.image-carousel .swiper-slide {
  width: 32.1875vw;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1.58;
}

@media screen and (max-width: 1220px) {
  .image-carousel {
    padding-left: max(2rem, 4vw);
  }
}
@media screen and (max-width: 860px) {
  .image-carousel {
    padding-left: var(--padding);
    margin-left: calc(-1 * var(--padding));
    margin-block: 24px 32px;
    padding-top: 0;
  }
  .page-about .image-carousel {
    margin-bottom: 40px;
  }
  .image-carousel .swiper-slide {
    width: 40vw;
  }
}
@media screen and (max-width: 520px) {
  .image-carousel .swiper-slide {
    width: 42.24vw;
  }
}

/*  double image */

.double-image{
  --space: 98px; 
  width: calc(100% + 2 * var(--space));
  margin-left: calc(-1 * var(--space));
  gap: 35px;
  margin-block: 66px 75px;
}

.double-image > div{
  flex: 1;
  aspect-ratio: 0.775;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1080px) {
  .double-image{
    width: 100dvw;
    padding-inline: var(--padding);
    margin-left: calc(-1 * var(--leftSpace));
    gap: 24px;
  }
}
@media screen and (max-width: 860px) {
  .double-image{
    width: 100%;
    padding-inline: 0;
    margin-left: 0;
    margin-block: 40px;
  }
}
@media screen and (max-width: 520px) {
  .double-image{
    gap: 15px;
  }
}

/* article footer */

.article-footer {
  max-width: 803px;
  margin: 32px auto clamp(32px, 5vw, 97px);
}
.page-about .article-footer {
  margin-block: clamp(24px, 4vw, 50px) 95px;
}

.article-footer .share-wrapper {
  align-items: center;
  color: var(--colorSecBlue);
  gap: 20px;
}

.article-footer .share-wrapper h3 {
  font-size: 12px;
  letter-spacing: 0.18px;
  line-height: 14px;
  font-family: "Lidl-Semibold";
  color: var(--colorPrimaryBlue);
}

.copy-link-btn {
  display: flex;
  gap: 8px;
  font-family: "Lidl-Semibold";
  font-size: 14px;
  letter-spacing: 0.21px;
}
.copy-link-btn img {
  width: 13px;
  filter: var();
}

@media screen and (max-width: 860px) {
  .article-footer {
    max-width: unset;
    padding-inline: var(--padding);
  }
  .article-footer .share-wrapper {
    gap: 17px;
  }
  .page-about .article-footer {
    margin-bottom: 85px;
  }
}

/* article details */

.article-body details {
  border-bottom: 1px solid var(--colorPrimaryBlue);
  padding-block: 10px 14px;
  position: relative;
  display: block;
}

.article-body details[open] {
  display: block;

}
.article-body details summary {
  cursor: pointer;
}
.article-body details summary > h3 {
  font-family: "Lidl-Semibold";
  font-size: 21px;
  letter-spacing: 0.32px;
  line-height: 23px;
  color: var(--colorPrimaryBlue);
  padding-right: 2rem;
  margin-bottom: 0;
}
.article-body details .faq-content {
  padding-top: 15px;
}
.article-body details .faq-content > p {
  margin-bottom: 25px;
}
.article-body details .faq-content > *:last-child {
  margin-bottom: 10px;
}

.article-body summary {
  list-style: none;
}
.article-body summary::-webkit-details-marker {
  display: none; /
}

summary::after {
  content: "";
  width: 23px;
  height: 23px;
  display: block;
  filter: var(--filterPrimBlue);
  background-image: url('../assets/icons/arrow-down.svg');
  background-position: center;  
  background-size: contain;
  position: absolute;
  right: 0;
  top: 11px;
  transition: transform .3s;
}

details[open] summary::after {
  transform: rotate(180deg);
}

/* article | page sections */

.article-recipes {
  --columns: 3;
}

.article-recipes {
  padding-block: clamp(32px, 5vw, 69px) clamp(48px, 6vw, 81px);
  border-bottom: 1px solid var(--colorSecBlue);
}

.article-blog {
  padding-block: 57px;
}

.article-events{
  padding-block: clamp(23px, 4vw,  65px) clamp(39px, 6vw, 100px);
}
.article-events .section-header{
  margin-bottom: 45px;
}

@media screen and (max-width: 1080px) {
  .article-events .section-header{
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 860px) {
  .article-blog {
    padding-block: 32px 47px;
  }
}
@media screen and (max-width: 620px) {
  .article-events .section-header{
    margin-bottom: 17px;
  }
}

/* event single header */

.single-event .header-image{
  position: relative;
}
.single-event .header-image .count-down{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}



.single-event .header-image .event-date{
  right: 43px;
  top: 61px;
  width: 80px;
  height: 80px;
  z-index: 2;

}

.single-event .header-image .event-date .info .month {
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0.28px;
}
.single-event .header-image .event-date .info .date {
  font-size: 33px;
  line-height: 39px;
  letter-spacing: 0.49px;
}


@media screen and (max-width: 1080px) {
  .single-event .header-image .event-date{
    width: 60px;
    height: 60px;
    right: 30px;
    top: 46px;
  }
  .single-event .header-image .event-date .info .month {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.23px;
  }
  .single-event .header-image .event-date .info .date {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.39px;
  }
}

@media screen and (max-width: 920px) {
    .single-event .header-image .count-down{
      font-size: 18px;
      line-height: 21px;
      letter-spacing: .27px;
      min-width: 100px;
  }
}

@media screen and (max-width: 620px) {
  .single-event .header-image .count-down{
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .21px;
    min-width: 75px;
}
  .single-event .header-image .event-date{
    width: 48px;
    height: 48px;
    right: 22px;
    top: 39px;
  }
  .single-event .header-image .event-date .info .month {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.17px;
  }
  .single-event .header-image .event-date .info .date {
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.28px;
  }
}

/* event single body */

.event-info-box{
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .24px;
  font-family: "Lidl-Semibold";
  margin-bottom: 10px;
  gap: 11px;
  align-items: center;
}

.event-info-box p{
  margin-bottom: 0;
}

.event-info-box.count{
  margin-bottom: 31px;
}

.event-info-box time span{
  display: block;
}

.copy-calendar-btn {
  display: flex;
  gap: 8px;
  font-family: "Lidl-Semibold";
  font-size: 14px;
  letter-spacing: 0.21px;
}
.copy-calendar-btn img {
  width: 13px;
  filter: var(--filterSecBlue);
}

.single-event .article-body{
  max-width:unset;
}
.single-event .left-col{
  margin-top: 82px;
}
.single-event .left-col .title:has( + button){
  margin-bottom: 10px;
}
.single-event .left-col .title:has( + button.copy-calendar-btn){
  margin-top: 30px;
}

.single-event .article-body{
  margin-bottom: clamp(62px, 5vw, 76px);
}

.single-event div[role="tabpanel"]{
  border-left: 1px solid var(--colorPrimaryBlue);
  padding-left: 27px;
}

.tablist{
  gap: 8px;
  margin-bottom: 44px;
}
.tablist .tag{
  color: #707070;
  background-color: #fff;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .24px;
  border: 1px solid;
  border-radius: 4px;
  font-family: "Lidl-Semibold";
  padding: 8px 22px 9px 20px;
}

.tablist .tag[aria-selected="true"]{
  background-color: var(--colorPrimaryBlue);
  color: #fff;
}

#panel-form .terms-wrapper h3{
  margin-bottom: 11px;
}

#panel-form form > h3{
  grid-column: span 2;
  margin-bottom: 3px;
}
#panel-form .terms-text{
  overflow: auto;
  max-height: 175px;
  padding-right: 31px;
}
#panel-form .terms-box{
  background-color: #F1F2F4;
  border-radius: 4px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .24px;
  padding: 13px 10px 16px 15px;
}

#panel-form .terms-text > *:last-child{
  margin-bottom: 0;
}

#panel-form .input-submit{
  margin-top: 63px;
  padding-bottom: 83px
}

@media screen and (max-width: 860px) {
  .single-event .article-body{
    padding-inline: 0;
  }
}
@media screen and (max-width: 720px) {
  .single-event .left-col{
    margin-top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 368px;
    margin-inline: auto;
  }

  .single-event .left-col > div:nth-of-type(1){
    grid-column: 1 / 2;
    grid-row: 1 /3;
    padding-right: 1rem;
  }
  .event-info-box.count{
    margin-bottom: 0;
  }


  .single-event div[role="tabpanel"]{
    padding-left: 0;
    border-left: none;
  }
  .single-event .right-col{
    border-top:1px solid var(--colorPrimaryBlue);
    margin-top:34px;
  }
  .tablist{
    justify-content: center;  
    margin-block: 34px 28px;
    display: flex;
  }

  #panel-form .input-submit{
    margin-top: 2rem;
    padding-bottom: 1rem;
  }
}
/* chef section */

.chef-section{
  position: relative;
  overflow: hidden;
  background-color: var(--colorPrimaryBlue);
  padding-block: clamp(43px, 5vw, 77px) clamp(81px, 7vw, 113px);
}

.chef-section .section-header{
  margin-bottom: clamp(25px, 3vw, 58px);
  justify-content: center;
}
.chef-section .section-header h2{
  color: var(--colorPrimaryYellow);
  text-align: center;
}

.chef-section::before,
.chef-section::after{
  content: "";
  position: absolute;
  pointer-events: none;
}

.chef-section::after{
  width: clamp(120px, 15vw, 220px);
  height: clamp(120px, 15vw, 220px);
  background-color: var(--colorPrimaryYellow);
  transform: translateY(-33%) rotate(45deg);
  top: 0;
  left: max(var(--padding), 9vw);
}

.chef-section::before{
  width: clamp(150px, 18vw, 280px);
  height: clamp(150px, 18vw, 280px);
  background-color: var(--colorPrimaryRed);
  border-radius: 50%;
  bottom: 0;
  right: max(var(--padding), 9vw);
  transform: translateY(25%);
}


.chef-modal {
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  width: calc(100dvw - 2 * var(--padding));
  max-height: calc(100dvh - 4rem);
  max-width: 1060px;
  transform: translate(-50%, -50%);
  z-index: 100;
  display: none;
  border-radius: 10px;
  color:var(--colorSecBlue)
}

.chef-modal.modal-on{
  display: block;
}

.chef-modal .modal-content {
  padding: 46px 27px 71px 28px;
  animation: zoomIn 0.3s ease-out;
}

.chef-modal .modal-body {
  display: grid;
  grid-template-columns: 323px 1fr;
}


.chef-modal .modal-text {
  grid-column: 2 / 3;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: .27px;
  padding-inline: 27px 10px; 
  max-height: calc(100dvh - 4rem - 117px - 75px);
  overflow: auto;
}

.chef-modal .modal-image {
  grid-column: 1 / 2;
  aspect-ratio: 0.866;
  border-radius: 10px;
  overflow: hidden;
}

.chef-modal .modal-video {
  grid-column: 1 / -1;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

.chef-modal .modal-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.chef-modal .modal-body:has(.modal-video) {
  grid-template-columns: 1fr;
}

.chef-modal .modal-body:has(.modal-video) .modal-text {
  grid-column: 1;
}

.chef-modal .modal-text > *:not(:last-of-type) {
  margin-bottom: 2rem;
}

.chef-modal .close-modal {
    position: absolute;
    top: 28px; right: 30px;
    background: none; border: none;
    cursor: pointer;
    width:25px;
    height: 30px;
    padding: 0;
    filter: var(--filterSecBlue);
    font-size: 30px;

}

.image-carousel{
  cursor: grab;
}

.chef-modal .modal-headers{
  margin-bottom: 27px;
}

#modal-title{
  font-size: 29px;
  line-height: 31px;
  letter-spacing: .43px;
  font-family: "Lidl-Semibold";
}
.chef-modal .modal-headers h3{
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .21px;
  font-family: "Lidl-Semibold";
}

@keyframes zoomIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

@media screen and (max-width: 920px) {
  .chef-modal .modal-content{
    padding-bottom: 41px;
  }
  .chef-modal .modal-body {
    grid-template-columns: 250px 1fr;
  }
  .chef-modal .modal-text{
    max-height: calc(100dvh - 4rem - 87px - 75px);   
  }
}
@media screen and (max-width: 740px) {
  .chef-modal .modal-body {
    grid-template-columns: 200px 1fr;
  }
}
@media screen and (max-width: 640px) {
  .chef-modal .modal-body {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .chef-modal .modal-text{
    max-height: unset;
    padding-inline: 0;
  }
  .chef-modal .modal-content{
    max-height: calc(100dvh - 4rem);
    overflow: auto;
  }
  .chef-modal .modal-image{
    max-width: 400px;
    margin-inline: auto;
  }
}

/* single past event & single video (shared layout) */

.single-pastevent .header-image,
.single-video .header-image,
.single-ecohack .header-image,
.single-wellness .header-image,
.page .header-image.video-observer,
.post-thumbnail.video-observer {
  width: 100%;
  position: relative;
  aspect-ratio: 1.86;
  height: auto;
  min-height: 0;
  margin-top: clamp(34px, 5vw, 54px);
}
.single-pastevent .header-image .play-btn,
.single-video .header-image .play-btn,
.page .header-image .play-btn,
.post-thumbnail.video-observer .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  background: #fff;
  width: 64px;
  height: 54px;
  border-radius: 4px;
  display: grid;
  place-content: center;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.18);
}

.single-pastevent .header-image .play-btn .play-icon,
.single-video .header-image .play-btn .play-icon,
.page .header-image .play-btn .play-icon,
.post-thumbnail.video-observer .play-btn .play-icon {
  width: 16px;
  height: auto;
  display: block;
}

.single-pastevent .main-title + p,
.single-pastevent .main-title + .lead,
.single-video .main-title + .lead,
.single-ecohack .main-title + .lead,
.single-wellness .main-title + .lead {
  font-size: 33px;
  line-height: 35px;
  letter-spacing: .49px;
  font-family: "Lidl-Semibold";
  margin-top: 2px;
}

.single-pastevent .header-image .video-container,
.single-video .header-image .video-container,
.page .header-image .video-container,
.post-thumbnail.video-observer .video-container {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: none;
}

.single-pastevent .header-image .video-container.on,
.single-video .header-image .video-container.on,
.page .header-image .video-container.on,
.post-thumbnail.video-observer .video-container.on {
  display: block;
}

.single-pastevent .article-body,
.single-video .article-body,
.single-ecohack .article-body,
.single-wellness .article-body {
  margin-top: clamp(28px, 5vw, 71px);
}
.single-pastevent .article-footer,
.single-video .article-footer,
.single-ecohack .article-footer,
.single-wellness .article-footer {
  margin-block: clamp(35px, 4vw, 42px) clamp(56px, 6vw, 71px);
}

.single-pastevent .banner{
  position: relative;
  width: 100%;
  height: 670px;
  overflow: hidden;
}

.single-pastevent .banner > img,
.single-pastevent .banner > picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.single-pastevent .banner > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-pastevent .banner::before{
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 36, 102, 0.75);
  z-index: 1;
}

.single-pastevent .banner h2{
  position: absolute;
  left: 50%;
  top:50%;
  transform: translateY(-50%);
  font-family: "Lidl-Semibold";
  font-size: 36px;
  line-height: 42px;
  letter-spacing: .54px;
  color: #fff;
  max-width: 480px;
  padding-right: 2rem;
  z-index: 2;
  margin: 0;
  margin: 0;
}

.single-pastevent .banner h2 span{
  color: var(--colorPrimaryYellow);
  display: block;
}

.fixed-video .video-container {
    position: fixed !important;
    width: max(320px, 35vw);
    height: calc(max(320px, 35vw) * 9 / 16);
    left: unset !important;
    top: unset !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 10;
}

.video-container iframe {
    height: 100% !important;
}

/* Close button on floating video (bottom right) */
.video-container .close-video-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 11;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
}
.fixed-video .video-container.on .close-video-btn {
  display: flex;
}
.video-container .close-video-btn:hover {
  background: rgba(0,0,0,0.8);
}

.header-image .close-video{
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2rem;
}

body:has(.video-observer) .main-footer{
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 920px) {
  .single-pastevent .banner h2{
    transform: translate(-50%, -50%);
    width: 100%;
    padding-inline: var(--padding);
  }
}

@media screen and (max-width: 820px) {
  .single-pastevent .banner{
    height: 500px;
  }
  .single-pastevent .banner h2{
    font-size: 28px;
    line-height: 35px;
    letter-spacing: .45px;
  }
}

/* recipe */

.single-recipe .two-col-grid{
 margin-block: clamp(22px , 4vw, 38px) clamp(56px, 7vw, 130px); 
}

.recipe-info{
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .24px;
  font-family: "Lidl-Semibold";
  color: var(--colorSecBlue);
}

.recipe-header{
  border-radius: 11px;
  background-color: #F1F2F4;
  padding: 15px 16px 17px;
  margin-bottom: 40px;
}

.recipe-header > div{
  flex: 1;
}
.recipe-header > div:not(:first-of-type){
  border-left: 1px solid var(--colorPrimaryBlue);
  padding-left: 6px;
}

.recipe-header .title{
  margin-bottom: 8px;
}
.recipe-ingredients{
  padding-right: 1rem;
  border-right: 1px solid var(--colorPrimaryBlue);
}
.recipe-ingredients .title{
  margin-bottom: 12px;
}

.recipe-info .left-col-block{
  margin-top: 37px;
}
.recipe-info .left-col-block .title{
  margin-bottom: 10px;
}

.ingredient-list{
  line-height: 30px;
}

.single-recipe  .article-body{
  margin-top: 0;
  padding-left: 36px;
}
.single-recipe  .article-body :is(p, ol, ul){
  margin-bottom: 27px;
}
.single-recipe  .article-footer{
  margin-block: clamp(29px, 5vw, 98px);
  padding-left: 36px;
}
.single-recipe  .recipe-footer{
  gap: 5px;
}
.single-recipe  .recipe-footer .pill{
  background-color: #F1F2F4;
  border:none;
  cursor: default;
}
.single-recipe  .recipe-footer .pill .pill-label{
  pointer-events: none;
}
.single-recipe  .recipe-footer .pill:hover{
  background-color: #F1F2F4;
  color: inherit;
}

@media screen and (max-width: 720px) {
  .recipe-ingredients,
  .recipe-header{
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
  .recipe-ingredients{
    padding-right: 0;
    border:none;
  }
  .single-recipe  .article-body{
    padding: 32px 0 0;
    border-top: 1px solid var(--colorPrimaryBlue);
    margin-top: 36px;
  }  
  .single-recipe  .article-footer{
    padding-left: 0;
  }
        .recipe-header{
    margin-bottom: 36px;
  }
}

/* category */

.category-list {
  /* background-color: var(--colorPrimaryWhite); */
  padding-block: clamp(29px, 4vw, 69px) clamp(57px, 5vw, 78px);
  /* border-bottom: 1px solid var(--colorPrimaryBlue); */
}

.category-list .major-article {
  padding-bottom: clamp(23px, 4vw, 69px);
  border-bottom: 1px solid var(--colorPrimaryBlue);
}

.category-list .article-list {
  padding-top: clamp(23px, 4vw, 69px);
  --gridGapRow: 77px;
}

.category-list:has(.selected-filters-wrapper) .article-list {
  padding-top: clamp(28px, 3vw, 46px);
}

.video-filters{
  margin-top: 55px;
}

@media screen and (max-width: 1120px) {
  .category-list .article-list {
    --gridGapRow: 45px;
  }
}

@media screen and (max-width: 620px) {
  .video-filters{
  margin-top: 23px;
}
  .category-list .grid > div {
    padding-bottom: 28px;
  }
  .category-list .grid > div:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
}

/* filters */

.category-filters {
  margin-top: clamp(23px, 4vw, 55px);
  color: var(--colorSecBlue);
}

.selected-filters-wrapper {
  align-items: center;
  --gap: 18px;
  gap: var(--gap);
  margin-top: 24px;
  color: var(--colorSecBlue);
}

.selected-filters-wrapper h3 {
  font-size: 14px;
  letter-spacing: 0.21px;
}

.select-box {
  border-radius: 4px;
  border: 1px solid var(--colorSecBlue);
  padding: 19px 26px 19px 30px;
}

.select-box-title {
  font-size: 18px;
  letter-spacing: 0.27px;
}

.filter-btn {
  border-radius: 20px;
  border: 1px solid var(--colorSecBlue);
  padding: 10px 26px 10px 13px;
  /* color: var(--colorSecBlue); */
  font-size: 14px;
  letter-spacing: 0.21px;
  display: flex;
  gap: 10px;
  color: var(--colorSecBlue);
}

.filter-btn img {
  border-radius: 50%;
  border: 1px solid #000;
  width: 16px;
  height: 16px;
  padding: 2px;
  filter: var(--filterSecBlue);
}
/* pagination */

.category-list .pagination {
  margin-top: 70px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.21px;
  justify-content: center;
  color: var(--colorSecBlue);
}

.category-list .pagination,
.category-list .pagination-numbers {
  gap: 1rem;
  align-items: center;
}

.category-list .pagination a {
  display: block;
  padding: 1rem;
}
.category-list .pagination .on {
  color: var(--colorPrimaryBlue);
}

.category-list .pagination-btn {
  filter: var(--filterSecBlue);
}
.category-list .pagination-btn.prev img {
  transform: rotate(-180deg);
}
.category-list .pagination-btn.prev {
  margin-right: 1rem;
}
.category-list .pagination-btn.next {
  margin-left: 1rem;
}

/* article list pagination (recipes, past events – front structure) */
nav[aria-label="Article List pagination"] .pagination,
.article-list nav .pagination.flex,
.recipes-list nav .pagination.flex,
.past-events-archive nav .pagination.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: clamp(40px, 5vw, 70px);
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.21px;
  color: var(--colorSecBlue);
}

.article-list nav .pagination-numbers,
.recipes-list nav .pagination-numbers,
.past-events-archive nav .pagination-numbers {
  display: flex;
  align-items: center;
  gap: 0.25rem 0.5rem;
}

.article-list nav .pagination a,
.recipes-list nav .pagination a,
.past-events-archive nav .pagination a,
.article-list nav .pagination .page-link,
.recipes-list nav .pagination .page-link,
.past-events-archive nav .pagination .page-link {
  display: block;
  padding: 0.5rem 0.75rem;
  color: inherit;
  text-decoration: none;
}

.article-list nav .pagination .page-link.on,
.recipes-list nav .pagination .page-link.on,
.past-events-archive nav .pagination .page-link.on {
  color: var(--colorPrimaryBlue);
  font-weight: 600;
}

.article-list nav .pagination-btn,
.recipes-list nav .pagination-btn,
.past-events-archive nav .pagination-btn {
  filter: var(--filterSecBlue);
}

.article-list nav .pagination-btn a,
.recipes-list nav .pagination-btn a,
.past-events-archive nav .pagination-btn a {
  padding: 0.5rem;
}

.article-list nav .pagination-btn.prev img,
.recipes-list nav .pagination-btn.prev img,
.past-events-archive nav .pagination-btn.prev img {
  transform: rotate(-180deg);
  display: block;
}

.article-list nav .pagination-btn.prev,
.recipes-list nav .pagination-btn.prev,
.past-events-archive nav .pagination-btn.prev {
  margin-right: 0.5rem;
}

.article-list nav .pagination-btn.next,
.recipes-list nav .pagination-btn.next,
.past-events-archive nav .pagination-btn.next {
  margin-left: 0.5rem;
}

/* page search */

.page-search{
  margin-bottom: clamp(24px, 4vw, 60px);
}

.page-search .page-header{
  padding-block: clamp(60px, 6vw, 96px) clamp(47px, 4vw, 65px);
  margin-bottom: clamp(10px, 3vw, 46px);
}

.page-search .page-header h1{
  font-size: 23px;
  line-height: 25px;
  letter-spacing: .34px;
  margin-bottom: 24px;
  text-align: center;
  font-family: "Lidl-Semibold";
}

.page-search .page-header h1 span{
  color: var(--colorPrimaryYellow);
  display: block;
  margin-top: 13px;
}

section.search-group:not(:last-child){
  border-bottom: 1px solid var(--colorPrimaryBlue);
}

.page-search .page-header .tag-list{
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
}

.search-group{
  padding-block: 35px 49px;
}

.section-group-more{
  margin: 63px auto 0;
  width: fit-content;
  display: block;
}

/* page contact */

.page-contact .two-col-grid{
  margin-block: clamp(21px, 4vw, 48px) clamp(60px, 6vw, 90px);
}
.page-contact .right-col{
  padding-left: 36px;
  border-left: 1px solid var(--colorPrimaryBlue);
}

.page-contact .left-col{
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .24px;
}

address span{
  display: block;
}

.email-link{
  gap: 10px;
  margin-top: 22px;
  align-items: center;
}
.email-link .icon{
  filter: var(--filterSecBlue);
}



#contactSubmit{
  background-color: var(--colorSecBlue);
  padding: 21px 50px;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .24px;
  width: fit-content;
  font-family: "Lidl-Semibold";
} 




@media screen and (max-width: 720px) {
  .page-contact .right-col{
    padding-left: 0;
    padding-top: 21px;
    margin-top: 21px;
    border-left: none; 
    border-top: 1px solid var(--colorPrimaryBlue);
  }
}

/* category recipes */

.recipes-list{
  margin-block: clamp(28px, 5vw, 75px) clamp(66px, 6vw, 81px);  
}

.recipes-list-grid{
  display: grid;
  grid-template-columns: 388px 1fr;
  gap: 28px;
}

.recipes-list .article-list .grid{
  --columns: 3;
  grid-gap: 48px 24px;
}

/* Recipe archive AJAX loading */
.recipes-list .article-list.recipe-archive-loading {
  position: relative;
  min-height: 120px;
}
.recipes-list .article-list.recipe-archive-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  pointer-events: none;
  border-radius: 4px;
}

.recipes-filters .active-filters-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.recipes-filters .active-filters-list .selected-filters-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.recipes-filters form{
  position: relative;
}

.filter-block {

  margin-bottom: 8px;
  position: relative;
  font-family: "Lidl-Semibold";
}

.filter-block summary::-webkit-details-marker {
  display: none;
}

.filter-block summary {
  list-style: none;
  position: relative;
  cursor: pointer;
  border:1px solid var(--colorSecBlue);
  background-color: #fff;
  padding: 15px 18px 13px 20px;
  border-radius: 4px;
  color: var(--colorSecBlue)
}


.filter-block > summary::after,
.filter-block > summary::before {
  content: "";
  width: 18px;
  height: auto;
  border-top: 2px solid var(--colorSecBlue);
  position: absolute;
  right: 23px;
  top: 25px;
  transform-origin:center;
  filter:none;
}

.filter-block > summary::after{
  transform: rotate(90deg);
  background: none;
}

details.filter-block[open] > summary::after {
  transform: rotate(0);

}

.filter-block fieldset {
  padding: 15px 18px 13px 20px;
  border-radius: 4px;
  background-color: #F1F2F4;
  color: var(--colorSecBlue);
  margin: 4px 0 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s;
  border:none;
}

details.filter-block[open] fieldset {
  max-height: 1000px;
}

.filter-block .options > label {
  display: flex;
}

.filter-block .custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 15px;
  margin-bottom: 10px;
  position: relative;
}

.filter-block .custom-checkbox .box {
  width: 18px;
  height: 18px;
  border: 1px solid var(--colorSecBlue);
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-block .custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
}

/* tick inside box: label > input + .box, centered */
.filter-block .custom-checkbox input[type="checkbox"]:checked + .box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid var(--colorSecBlue);
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  box-sizing: border-box;
}

/* Sort radios (video archive): same box as checkboxes, filled circle when checked */
.filter-block .custom-checkbox input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
}
.filter-block .custom-checkbox input[type="radio"] + .box {
  border-radius: 50%;
}
.filter-block .custom-checkbox input[type="radio"]:checked + .box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  background: var(--colorSecBlue);
  border: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.filter-reset{
  display: flex;
  gap: 8px;
  font-size: 14px;
  letter-spacing: .21px;
  font-family: "Lidl-Semibold";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(-100%);
  align-items: center;
}

.filter-reset img{
  width: 16px;
  height: 16px;
  border:1px solid #000;
  filter: var(--filterSecBlue);
  padding: 2px;
  border-radius: 50%;
}

.filter-reset:hover img{
  filter: brightness(0) invert(1);
}
/* Apply button: visible button style for all filter forms */
.recipes-filters .filter-submit,
.section-filters .filter-submit,
.video-filters .filter-submit,
.event-filters-form .filter-submit,
.events-calendar .events-date-range-form .filter-submit {
  display: inline-block;
  width: max-content;
  align-self: start;
  background-color: var(--colorSecBlue);
  color: #fff;
  border: 2px solid var(--colorSecBlue);
  border-radius: 30px;
  padding: 12px 32px;
  font-size: 16px;
  letter-spacing: .24px;
  line-height: 19px;
  margin-top: 13px;
  font-family: inherit;
  cursor: pointer;
  font-weight: 600;
}
.recipes-filters .filter-submit {
  padding: 21px 56px;
}
.recipes-filters .filter-submit:hover,
.section-filters .filter-submit:hover,
.video-filters .filter-submit:hover,
.event-filters-form .filter-submit:hover,
.events-calendar .events-date-range-form .filter-submit:hover {
  background-color: var(--colorPrimaryBlue);
  border-color: var(--colorPrimaryBlue);
  color: #fff;
}

.mobile-filter-wrapper{
  display: none;
}

.recipes-filters .mob{
  display: none;
}

@media screen and (max-width: 1280px) {
  .recipes-list .article-list .grid{
    --columns: 2;
  }
}
@media screen and (max-width: 980px) {
  .filters-close.mob{
    display: block;
  }
  .recipes-filters h3.mob{
    display: block;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .24px;
    font-family: "Lidl-Semibold";
    color: var(--colorSecBlue);
  }
  .recipes-filters .active-filters-container.mob{
    display: flex;
    margin-top: 16px;
  }
  .recipes-list-grid{
    display: flex;
    flex-direction: column;
  }
  .recipes-list .article-list .grid{
    --columns: 3;
  }
  .mobile-filter-wrapper{
    display: block;
    padding-bottom: 23px;
    border-bottom:1px solid var(--colorPrimaryBlue);
  }
  .filter-trigger-btn{
    border-radius: 30px;
    background-color: var(--colorSecBlue);
    color : #fff;
    margin-bottom: 16px;
    padding: 21px;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .24px;
    font-family: "Lidl-Semibold";
    width: 100%;
  }
  .active-filters-container{
    justify-content: space-between;
  }
  .active-filters-list{
    gap: 8px;
    flex-wrap: wrap;
  }

  .active-filters-list .pill{
    border:none;
    background-color: #F1F2F4;
    color: var(--colorSecBlue);
  }
  #clearFiltersMobInner,
  #clearFiltersMob{
    flex-shrink: 0;
    position: relative;
    transform: translate(0);
    height: fit-content;
  }

  .recipes-filters .active-filters-container{
    margin-bottom: 16px;
  }

  #filter-drawer{
    position: fixed;
    width: 100dvw;
    height: 100dvh;
    overflow-y: auto;
    left:0; 
    top: 0;
    z-index: 100;
    background-color: #fff;
    padding: 24px 21px 24px 29px;
    display: none;
    pointer-events: none;
  }

  #filter-drawer.on{
    display: block;
    pointer-events: all;
  }

  #closeFilters{
    position: absolute;
    width: 1rem;
    height: 1rem;
    right: 21px;
    top: 1rem;
    border:1px solid #000;
    border-radius: 50%;
    padding: 0;
  }
}


@media screen and (max-width: 840px) {
  .recipes-list .article-list .grid{
    --columns: 2;
  }
}


@media screen and (max-width: 840px) {
  .recipes-list .article-list .grid{
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 620px) {
  .recipes-list .article-list .grid{
    gap: 26px;    
  }

  .mobile-filter-wrapper{
    padding-inline: var(--padding);
  }
}

/* events */

.page-events .page-header{
  padding-bottom: 0;
} 
.page-events .page-header .category{
  margin-bottom: 17px;
}
.page-events .page-header .main-title span{
  color: var(--colorPrimaryYellow);
  display: block;
}
.page-events .page-header .lead{
  margin-top: 29px;
  max-width: 316px;
}

.upcoming-events{
  background-color: var(--colorPrimaryBlue);
  padding-block: 47px 54px;
  --leftSpace: calc((100dvw - var(--wrapperWidth) + 2 * var(--padding)) / 2);
}
.upcoming-events .section-header{
  justify-content: center;
  margin-bottom: 34px;
}
.upcoming-events .section-header h2{
  text-align: center;
  color: #fff;
}
.upcomingSwiper{
  padding-left: max(var(--padding), var(--leftSpace));
}
.upcoming-events .swiper-slide{
  width: max(650px, 42vw);
}
.upcoming-events .card.upcomingCard {
  background-color: #fff;
}
.upcoming-events .card.upcomingCard .card-info {
  color: var(--colorPrimaryBlue); 
}
.upcoming-events .card.upcomingCard .card-info .title a,
.upcoming-events .card.upcomingCard .card-info .title .main-link {
  color: var(--colorPrimaryBlue);
}
.upcoming-events .card.upcomingCard .event-date .info .month {
  color: var(--colorPrimaryRed);
}
.upcoming-events .card.upcomingCard .event-date .info .date {
  color: var(--colorPrimaryRed);
}
.upcoming-events .card.upcomingCard .category {
  color: var(--colorPrimaryBlue);
}

@media screen and (max-width: 740px) {
  .upcoming-events{
    padding-block: 35px 43px;
  }
  .upcoming-events .section-header{
    margin-bottom: 28px;
  }
  .upcoming-events .swiper-slide{
    width: calc(100dvw - var(--padding) - 24px - 37px);  
  }
}
@media screen and (max-width: 450px) {
  .upcoming-events .swiper-slide{
    width: calc(100dvw - var(--padding) - 16px - 20px);  
  }
}


/* upcoming events grid */

.grid-selection-options{
  margin-top: clamp(32px, 5vw, 78px);
  gap: 8px;
  justify-content: center;
}

.grid-selection-options .view-btn{
  color: #707070;
  border: 1px solid;
  font-size: 18xp;
  line-height: 22px;
  letter-spacing: .27px;
  background-color: #fff;
  font-family: "Lidl-Semibold";
}
.grid-selection-options .view-btn[aria-pressed="true"]{
  background-color:var(--colorPrimaryBlue);
  color: #fff;
}

.events-grid{
  padding-bottom: clamp(63px, 6vw, 103px);
  --gridGapRow : 35px;
  margin-top:clamp(28px, 4vw, 52px);
}

/* past events archive */
.post-type-archive-lh_pastevent .page-header {
  padding-bottom: 0;
}
.past-events-archive .grid.tab-2 {
  display: grid;
  gap: var(--gridGapRow, 35px);
}

@media screen and (max-width: 620px) {
  .event-filters{
    padding-inline: 0;
  }
}

/* upcoming events calendar */

.month-navigation{
  margin:clamp(45px, 5vw, 61px) auto 37px;
  width: fit-content;
  align-items: center;
  font-size: 29px;
  line-height: 31px;
  letter-spacing: .43px;
  color: var(--colorSecBlue);
  gap: 25px;
  font-family: "Lidl-Semibold";
}


.month-navigation .month-inview{
  text-align: center;
  min-width: 230px;
}

.month-navigation .month-btn{
  filter: var(--filterSecBlue);
  transform: rotate(90deg);
  cursor: pointer;
}
.month-navigation .month-btn.next{
  filter: var(--filterSecBlue);
  transform: rotate(-90deg);
}

.js-hidden {
  display: none !important;
}

.events-calendar {
  padding-top: 24px;
}

.events-date-range-form {
  margin-bottom: 32px;
  padding: 24px 28px;
  border: 1px solid var(--colorSecBlue);
  border-radius: 4px;
  background: #fff;
}

.events-date-range-form .date-range-inputs {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.events-date-range-form .input-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.events-date-range-form .input-group label {
  font-size: 18px;
  letter-spacing: 0.27px;
  font-family: "Lidl-Semibold";
  color: var(--colorSecBlue);
}

.events-date-range-form .input-group input[type="date"] {
  padding: 19px 18px 19px 20px;
  border: 1px solid var(--colorSecBlue);
  border-radius: 4px;
  font-size: 18px;
  letter-spacing: 0.27px;
  color: var(--colorSecBlue);
  font-family: "Lidl-Semibold";
  min-width: 180px;
  height: 60px;
  box-sizing: border-box;
}

.events-date-range-form .input-group input[type="date"]:focus {
  outline: none;
  border-color: var(--colorPrimaryBlue);
}

.events-calendar .events-date-range-form .filter-submit {
  margin-top: 0;
  align-self: center;
}

.events-calendar-list {
  margin-top: 32px;
  min-height: 120px;
}

.events-calendar-list.recipe-archive-loading {
  opacity: 0.7;
  pointer-events: none;
}

.events-calendar-hint {
  color: var(--colorSecBlue);
  font-size: 18px;
  letter-spacing: 0.27px;
  padding: 24px 0;
  text-align: center;
}

.events-calendar-grid .row{
  padding-block: 30px;
  border-top: 1px solid var(--colorPrimaryBlue);
}

.calendar-row{
  display: flex;
  align-items: center;
}

.calendar-row .date{
  flex-shrink: 0;
  padding-right: clamp(4rem, 7vw, 139px);
  font-size: 24px;
  line-height: 31px;
  color: var(--colorPrimaryBlue);
  letter-spacing: .36px;
  font-family: "Lidl-Semibold";
}

.calendar-row .date span{
  display: block;
}
.calendar-row .date-events{
  gap: 30px;
  flex-wrap: wrap;
}
.calendar-row .date-events .card{
  max-width: 401px;
  width: 100%;
}


@media screen and (max-width: 1180px) {
  .calendar-row .date{
    padding-right: 50px;
  }
}
@media screen and (max-width: 1040px) {
  .calendar-row{
    flex-direction: column;
    gap: 28px;
  }
  .calendar-row .date{
    padding-right: 0;
    text-align: center;
  }
  .calendar-row .date-events{
    justify-content: center;
  }
}
@media screen and (max-width: 720px) {
  .events-calendar-grid .row{
    padding-block: 24px 28px;
  }
  .calendar-row .date{
    font-size: 21px;
    letter-spacing: .32px;
    line-height: 100%;
  }
  .month-navigation{
    margin-bottom:32px;
  }

}

/* Front page (Theme Options > Homepage) */
.homepage-hero .lead {
  margin-top: 0.5em;
}
.homepage-sections {
  padding-block: clamp(40px, 5vw, 72px);
}
.homepage-section {
  margin-bottom: 2.5rem;
}
.homepage-section:last-child {
  margin-bottom: 0;
}
.homepage-section-title {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin-bottom: 0.5em;
}
.homepage-section-text {
  margin-bottom: 1rem;
}
.homepage-section-categories {
  margin-bottom: 0.75rem;
  font-size: 0.95em;
}
.homepage-section-categories .label {
  font-weight: 600;
  margin-right: 0.25em;
}
.homepage-section-link .pill {
  display: inline-block;
}
.highlight,
.card-info .title span.highlight{
  color: var(--colorPrimaryYellow);
  display: inline!important;
}

.card-info .title span {
  color: var(--colorPrimaryBlue);
}

.single-lh_cooking_technique .article-body {
  margin-top: clamp(24px, 4vw, 52px)!important;
}

#registrationForm .custom-checkbox input:checked + label .box::after{
  left: 10px;
  top: 5px;
}

.archive .archive-blog{
  margin-bottom: 4vw;
}

.general-form .box::after,
.custom-checkbox input:checked + label .box::after{
  left: 10px!important;
  top: 4px!important;
}

/* Forms: after submit attempt, unchecked required terms checkbox — red .box (CSS :invalid backup) */
.general-form.lidlhouse-form-tried-submit .terms-row input[type="checkbox"]:invalid + label .box,
#newsletterForm.lidlhouse-form-tried-submit .terms-row input[type="checkbox"]:invalid + label .box {
  border-color: #c62828 !important;
  box-shadow: 0 0 0 1px #c62828;
}

.general-form.lidlhouse-form-tried-submit .terms-row input[type="checkbox"]:invalid + label,
#newsletterForm.lidlhouse-form-tried-submit .terms-row input[type="checkbox"]:invalid + label {
  color: #c62828;
}