 .bottle-split-section {
    padding: 0;
    margin: 0;
    width: 100%;
font-family: "Plus Jakarta Sans", sans-serif;
  }

  .bottle-split-wrap {
    display: grid;
grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: start; 
    gap: 60px;
  }

  /* SIDE STRUKTUR */
  .bottle-side {
    display: flex;
    flex-direction: column;
  }

  .bottle-side-left {
  align-items: flex-start;
  text-align: left;
  }

  .bottle-side-right {
    align-items: flex-start;
    text-align: left;
  }

  /* TYPOGRAFI */
  .events-tag {
        font-family: "Fraunces", serif;
  font-style: italic;
  font-optical-sizing: none;
    font-size: 20px;
    color: #c96148;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
  }

  .events-h2-overskrifter {
        font-family: "Fraunces", serif;
  font-style: italic;
  font-optical-sizing: none;
    font-size: 52px;
    font-weight: 300;
    color: #2C241E;
    margin: 0 0 40px 0;
  }

  /* EVENT KORT DESIGN - VENSTRE SIDE (VINKLUB) */
.event-cards{
  display: flex;
  flex-direction: column;
  gap: 30px;

}


  
  .event-card-vinklub {
    background: white;
    border-radius: 30px;
    padding: 40px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    border: 1px solid rgba(201, 97, 72, 0.1);
  }
  


  /* EVENT KORT DESIGN - HØJRE SIDE (EKSTERN) */
  .event-card-external {
    background: white;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    border: 1px solid rgba(201, 97, 72, 0.1);
transition: transform 0.3s ease, border-color 0.45s ease, box-shadow 0.45s ease;
  }





  .event-card-external:hover{
    transform: translateY(-4px);
        border: 1px solid #2C241E;
  }


.event-card-external--clickable{
  display:block;
  color:inherit;
  text-decoration:none;
  cursor:pointer;
}

.event-card-external--clickable:hover{
  text-decoration:none;
}

.event-card-external--clickable h3,
.event-card-external--clickable .event-body,
.event-card-external--clickable .event-meta,
.event-card-external--clickable .events-tag,
.event-card-external--clickable .event-external-link{
  color:inherit;
}

.event-card-external--clickable .event-external-link{
  display:block;
}

.event-card-external--clickable{
  cursor:pointer;
}

  .event-meta {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #c96148;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }


  .event-card-vinklub h3, .event-card-external h3 {
        font-family: "Fraunces", serif;
  font-style: italic;
  font-optical-sizing: none;
    font-size: 32px;
    margin: 0 0 15px 0;
    font-weight: 400;
    color: #2C241E;
  }
  
  .event-body-over {

    line-height: 1.2;
    margin-bottom: 20px;
        font-size: 14px;
    color: #8a8075;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }

  .event-body {

    color: #2C241E;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  
  
  .event-card-external .event-body {
  line-height: 1.2;
  padding-bottom: 30px;
  font-size: 14px;
  color: #8a8075;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #EAE1D7;
  margin: 0 0 15px 0;
}
  
  
/* Styling til vindrue-bullets med SVG */
  .event-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .event-bullet-list li {

    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1;
    color: #2C241E;
  }
  
  

  .grape-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
  }

  /* KNAPPER */
  .btn-ticket {
    display: inline-block;
    background: #5a644a;
    font-family: "Fraunces", serif;
  font-style: italic;
  font-optical-sizing: none;
  font-weight: 400;
    color: #fff !important;
    padding: 14px 35px;
    text-decoration: none;
    font-size: 22px;
    letter-spacing: -0.03em;
    border-radius: 50px;
  }

  /* STICKY FLASKE */
  .bottle-split-divider {
    position: sticky;
    top: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    z-index: 10;
  }

  .bottle-split-divider svg {
    width: 100%;
    height: auto;
    max-height: 85vh;
  }

  .price-tag {

    font-weight: 600;
    font-style: italic;
    color: #2C241E;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.03em;
    margin: 0;
    display: block;
  }
  
  .price-note {

    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    font-style: italic;
    color: #2C241E;
    margin: 8px 0 20px 0;
    display: block;
}
  



.event-external-link{
        font-family: "Fraunces", serif;
  font-style: italic;
  font-optical-sizing: none;
  font-weight: 300;
        font-size: 20px;
  color:#5A644A;
  text-decoration:none;
  width: 100%;
}

.event-external-link:hover{
  color:#c96148;
  text-decoration:underline;
}




/* ================================
   Events: Qty + Add to cart
   ================================ */

.ws-event-ticket-form .qty-cta{
  display:flex;
  align-items:stretch;
  gap:10px;
  flex-wrap:nowrap;
}

.ws-event-ticket-form .qty-badge{
  display:inline-grid;
  grid-auto-flow:column;
  align-items:center;
  gap:10px;
  padding:8px 18px;
  background:#FFF;
  border: 1px solid #2C241E ;
  border-radius:50px;
  font-weight:600;
  line-height:1;
  color:#2C241E;
  user-select:none;
}

.ws-event-ticket-form .qty-btn{
  width:30px;
  height:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  background:transparent;
  border:0;
  cursor:pointer;
  font-size:18px;
  color:#2C241E;
  border-radius:8px;
}

.ws-event-ticket-form .qty-badge .qty-btn,
.ws-event-ticket-form .qty-badge .qty-btn:focus,
.ws-event-ticket-form .qty-badge .qty-btn:active,
.ws-event-ticket-form .qty-badge .qty-btn:hover,
.ws-event-ticket-form .qty-badge .qty-btn:focus-visible{
  background:transparent !important;
  box-shadow:none !important;
  color:#2C241E;
}

.ws-event-ticket-form .qty-value{
  min-width:26px;
  line-height:1;
  text-align:center;
  font-variant-numeric:tabular-nums;
  font-size:18px;
}

.ws-event-ticket-form .btn-add{
  flex:1 1 auto;
  width:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 28px;
  background:#5A644A;
  color:#fff;
  font-family:"Fraunces", serif !important;
  font-style:italic;
  font-optical-sizing:none;
  font-weight:400;
  font-size:24px;
  line-height:1;
  border:0;
  border-radius:50px;
  cursor:pointer;
}

.ws-event-ticket-form .btn-add:hover,
.ws-event-ticket-form .btn-add:focus,
.ws-event-ticket-form .btn-add:active{
  background:#5A644A;
  color:#fff;
}

/* Når qty er skjult, skal knappen bare fylde pænt */
.ws-event-ticket-form.cc-addtocart--no-qty .btn-add{
  width:100%;
}

/* Disabled / udsolgt */
.ws-event-ticket-form .btn-add:disabled,
.ws-event-ticket-form .btn-add.is-no-stock,
.ws-event-ticket-form .btn-add.is-low-stock{
  background:rgba(201, 97, 72, 0.5);
  color:#fff;
  cursor:not-allowed;
  opacity:1;
}

/* ================================
   Responsive
   ================================ */

@media screen and (max-width: 1300px){

  .bottle-split-wrap {
    gap: 40px;
  }

}


/* =========================================
   KUN 1200px og ned
========================================= */
@media screen and (max-width: 1200px){

  .bottle-split-wrap{
    grid-template-columns: minmax(0, 1fr) 180px minmax(0, 1fr);
  }

  .bottle-side,
  .event-cards,
  .event-card-vinklub,
  .event-card-external{
    min-width: 0;
  }

  .bottle-split-divider{
    width: 180px;
    min-width: 180px;
    max-width: 180px;
  }

  .bottle-split-divider svg{
    width: 100%;
    height: auto;
    max-height: 78vh;
    display: block;
  }

  .event-card-vinklub,
  .event-card-external{
    width: 100%;
    box-sizing: border-box;
  }

  .event-card-vinklub h3,
  .event-card-external h3,
  .event-body,
  .event-body-over,
  .event-card-external .event-body,
  .event-meta{
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .events-h2-overskrifter{
    font-size: 44px;
  }

  .event-card-vinklub{
    padding: 32px;
  }

  .event-card-external{
    padding: 22px;
  }

  .event-card-vinklub h3,
  .event-card-external h3{
    font-size: 28px;
  }
}

/* =========================================
   Tablet
========================================= */
@media screen and (max-width: 1060px){

  .bottle-split-wrap{
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .bottle-side-left,
  .bottle-side-right{
    width: 100%;
  }

  .bottle-split-divider{
    position: relative;
    top: auto;
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    margin: 0 auto;
    order: 2;
  }

  .bottle-side-right{
    order: 3;
  }



  .events-h2-overskrifter{
    font-size: 42px;
    margin-bottom: 30px;
  }
}

/* =========================================
   Mobil
========================================= */
@media screen and (max-width: 767px){


  .bottle-split-divider{
    width: 140px;
    min-width: 140px;
    max-width: 140px;
  }

  .events-tag{
    font-size: 16px;
  }
  

  .events-h2-overskrifter{
    font-size: 36px;
    margin-bottom: 20px;
  }

  .event-card-vinklub{
    padding: 24px;
    border-radius: 24px;
  }

  .event-card-external{
    padding: 20px;
    border-radius: 18px;
  }

  .event-meta{
    font-size: 12px;
    margin-bottom: 16px;
    gap: 8px;
  }

  .event-card-vinklub h3,
  .event-card-external h3{
    font-size: 24px;
    margin-bottom: 12px;
  }

  .event-body{
    font-size: 14px;
    margin-bottom: 24px;
  }

  .event-body-over,
  .event-card-external .event-body{
    font-size: 13px;
  }

  .price-tag{
    font-size: 24px;
  }

  .price-note{
    font-size: 15px;
  }

  .event-external-link{
    font-size: 18px;
  }
}



@media screen and (max-width: 500px){

  .ws-event-ticket-form .qty-badge{
    padding:8px 14px;
  }

  .ws-event-ticket-form .qty-btn{
    font-size:16px;
  }

  .ws-event-ticket-form .qty-value{
    font-size:16px;
  }

  .ws-event-ticket-form .btn-add{
    font-size:22px;
  }
}

@media screen and (max-width: 420px){

  .ws-event-ticket-form .qty-badge{
    padding:8px;
    gap:8px;
  }

  .ws-event-ticket-form .qty-btn{
    font-size:15px;
  }

  .ws-event-ticket-form .qty-value{
    min-width:26px;
    font-size:15px;
  }

  .ws-event-ticket-form .btn-add{
    padding:12px 24px;
    font-size:20px;
  }
}



@media screen and (max-width: 370px){

  .ws-event-ticket-form .qty-badge{
    padding: 6px;
    gap:6px;
  }

  .ws-event-ticket-form .qty-btn{
    font-size:14px;
  }

  .ws-event-ticket-form .qty-value{
    min-width:24px;
    font-size:14px;
  }

  .ws-event-ticket-form .btn-add{
    padding:12px 22px;
    font-size:18px;
  }
}