.c-abovetext {
font-size: 0.9em;
font-weight: 300;
line-height: 1em;
padding-top: 5px;
margin-bottom: 0px;
}

.c-belowsitetitle{
padding-top: 20px;
font-weight: 300;
font-size: 1.4em;
line-height: 2em;
margin-bottom: 10px;
}
.c-maintext{
font-weight: 300;
font-size: 1em;
line-height: 1.3em;
text-align: justify;
}
.c-maintitle{
padding-top: 20px;
font-weight: 300;
font-size: 1.6em;
line-height: 2em;
margin-bottom: 10px;
text-align: center;
color: #ef1c23;
}

.c-text-1{
font-weight: 300;
font-size: 1.2em;
line-height: 1.5em;
text-align: justify;
}

.c-text-2{
font-weight: 300;
font-size: 1.2em;
line-height: 1.5em;
text-align: center;
}

.c-border-1 {
background-color: #fff;
border: 1px solid #f2f2f2;
width: 320px;
height: 320px;
}
.c-border-1:hover {
background-color: #f2f2f2;
border: 1px solid #f2f2f2; 
}

div.items div.group {
  height: 50%;
}.cartButton{
  background: #ef1c23;
  border-radius: 12px;
  margin-top: 1em;
  margin-right: 2em;
  margin-left: 2em;
  margin-bottom: 1em;
}

.cartButton span {
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30 px;
}

.cartButton:hover {
  background-color: #222;
  color: white;
}  .yt-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85); /* fullscreen dark bg */
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    z-index: 9999;
  }
  .yt-modal-overlay.is-open {
    display: flex;
  }

  .yt-modal {
    position: relative;
    background: #0b0b0b;
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.6);
    overflow: hidden;
  }

.yt-modal-close {
    position: absolute;
    top: 0px;
    right: 22px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    color: white;
    font-size: 28px;
    line-height: 42px;
    cursor: pointer;
    z-index: 2;
    background-color: #ed1b24;
}


  .yt-modal-content {
    padding: 18px;
  }


.yt-modal-iframe-wrap {
    position: relative;
    width: 100%;
    /* padding-top: 56.25%; */
    background: white;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

  /* optional: prevent background scroll when open */
  body.modal-open {
    overflow: hidden;
  }