.payBar .form-inline{
  margin:0;
  border-left:1px solid #eee;
  border-right:1px solid #eee;
}
.payBar .thePrice{
  margin:0;
}
.payBar{
  display:flex;
  border-top:1px solid #eee;
  padding: 0;
  border-radius: 0;
  flex-flow: row wrap;
  justify-content: space-around;
  margin-bottom: 0;
  background: #fff;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 92px;
  transform: translateY(0);
}
.h4 {
  margin-top: 4px;
  margin-bottom: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
#buynow{
  padding: 0;
}
#buynow .btn{
  width: 100%;
  height: 36px;
  font-size: 14px;
}
.product-price{
  margin: 0;
  line-height: 34px;
  font-size: 14px;
}
.payBar .form-inline .form-control{
  display: inline-block;
  border: none;
  background-color: transparent;
  box-shadow: none;
  width: auto;
}
.product{
  display: flex;
  flex-flow: row wrap;
}
.product-image,.product-description{
  padding: 0;
}
.product-store{
  width: fit-content;
  border-bottom: 1px solid #000;
  margin-bottom: 2rem;
}
.product-description{
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
.product-image{
  border-bottom:1px solid #eee;
  min-height: 50vh;
}
.product-text{
  padding: 2rem;
  padding-bottom: calc(75px + 2rem);
  display: flex;
  flex-flow: column nowrap;
}
.paybox{
  position: relative;
}
.product-stock{
  padding: 1rem;
  position: absolute;
  top: -106px;
  right: 15px;
}
#BtnBuy a{
  background-color: #000;
  color: #fff;
}
#BtnBuy a:hover{
  background-color: #fff;
  color: #000;
}
#BtnBuy.no-available a{
  background-color: #000;
  color: #fff;
  cursor: default;
}
#BtnBuy.no-available a:hover{
  background-color: #000;
  color: #fff !important;
}
#BtnBuy .add-remove-product{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#BtnBuy .add-remove-product a{
  width: 49%;
}
.bought-product{
  font-size: 2rem;
  margin-bottom: 0;
  transform: translateY(-30px);
}
.product .jp-volume-bar{
  width: calc(85% - 20px);
}
.product .jp-volume-max{
  left: calc(85% - 15px);
}
.product ul li{
  font-size: 16px;
}
.product .extra-info{
  font-size: 14px;
}
@media (min-width: 647px){
  .payBar{
    bottom: 75px;
  }
}
@media (min-width: 768px){
  /* fix the height at 100vh minus header and footer height*/
  .payBar label{
    margin-bottom: 0;
    vertical-align: middle;
  }
  .product-image{
    border-right:1px solid #eee;
    height: calc(100vh - 99px);
  }
  .product{
    height: calc(100vh - 99px);
    overflow: hidden;
  }
  .product-text{
    overflow-y: auto;
    height: calc(100vh - 99px - 37px);
    padding: 2rem 10%;
  }
  .product-stock{
    top: -36px;
  }
  .payBar{
    position: relative;
    left: 0;
    bottom: 0;
    transform: translateY(-35px);
  }
}
@media (min-width: 992px){
  .product-image{
    height: calc(100vh - 102px);
  }
  .product{
    height: calc(100vh - 102px);
  }
  .product-text{
    height: calc(100vh - 102px - 37px);
  }
  .paybox{
    height: 36px;
  }
  .payBar{
    transform: translateY(0);
  }
}
@media (min-width: 1298px){
  .product-image{
    height: calc(100vh - 85px);
  }
  .product{
    height: calc(100vh - 85px);
  }
  .product-text{
    height: calc(100vh - 85px - 37px);
  }
}
.product-cta{
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.product-cta span{
  font-size: 14px;
}

#cookiescript_badge {
    position: fixed;
    line-height: 0;
    cursor: pointer;
    z-index: 99999;
    font-size: 0;
    color: #999;
    right: 10px;
    display: flex;
    flex-direction: row;
    opacity: 1;
    left: 10px;
    right: auto!important;
    bottom:48px!important;
}


/* ============================================
   Sun Kissed Events - #sunkissed (mobile first)
   ============================================ */
#sunkissed {
  background-color: #C45729;
  padding: 48px 16px;
}
.sk-inner {
  max-width: 680px;
  margin: 0 auto;
}
.sk-header {
  text-align: center;
  padding-bottom: 28px;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(242, 228, 204, 0.35);
}
.sk-logo {
  display: block;
  width: 160px;
  max-width: 70%;
  margin: 0 auto 18px;
}
.sk-subtitle {
  color: #f0b071;
  font-family: 'Baskerville BT', sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.3;
  font-weight: 500;
  margin: 0;
}
.sk-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(242, 228, 204, 0.28);
}
.sk-date {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sk-day {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  min-width: 38px;
}
.sk-month {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.sk-btn {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c45729;
  border: 1px solid rgba(242, 228, 204, 0.6);
  padding: 6px 13px;
  border-radius: 3px;
  background: #fff;
  text-decoration: none;
  flex-shrink: 0;
  transition: background 0.2s;
}
.sk-btn:hover {
  background: rgba(242, 228, 204, 0.15);
  color: #F2E4CC !important;
}

@media (min-width: 768px) {
  #sunkissed   { padding: 70px 24px; }
  .sk-logo     { width: 230px; }
  .sk-header   { padding-bottom: 38px; }
  .sk-subtitle { font-size: 2.3rem; }
  .sk-day      { font-size: 2.9rem; min-width: 54px; }
  .sk-month    { font-size: 2rem; }
  .sk-date     { gap: 22px; }
  .sk-btn      { font-size: 1.3rem; padding: 7px 18px; }
}

/* ============================================
   Full Moon Party Calendar - #fullmoon (mobile first)
   ============================================ */
#fullmoon {
  background-image: url(/plugins/store/assets/images/bg-full-moon-party-2026.webp);
  background-size: cover;
  background-position: center;
  background-color: #0C5F6D;
  padding: 48px 16px;
  min-height: 100vh;
}
.fm-inner {
  max-width: 680px;
  margin: 0 auto;
}
.fm-header {
  text-align: center;
  padding-bottom: 28px;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.fm-logo {
  display: block;
  max-width: 85%;
  margin: 0 auto 12px;
}
.fm-logo:last-child {
  margin-bottom: 0;
}

.fm-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  gap: 20px;
}
.fm-weekday {
  display: flex;
  flex-direction: column;
  min-width: 70px;
  flex-shrink: 0;
}
.fm-weekday-es {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.3;
}
.fm-weekday-en {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.3;
}
.fm-date {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  flex: 1;
}
.fm-day {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
.fm-month {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
}
.fm-btn {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 6px 13px;
  border-radius: 3px;
  background: transparent;
  text-decoration: none;
  flex-shrink: 0;
  transition: background 0.2s;
}
.fm-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
}


@media (min-width: 768px) {
  #fullmoon      { padding: 70px 24px; }
  .fm-header {
    padding-bottom: 38px;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 24px;
  }
  .fm-logo              { margin: 0; }
  .fm-logo:first-child  { min-width: 400px; }
  .fm-logo:last-child   { min-width: 165px; }
  .fm-weekday    { min-width: 110px; }
  .fm-weekday-es { font-size: 1.5rem; }
  .fm-weekday-en { font-size: 1.4rem; }
  .fm-day        { font-size: 2.9rem; }
  .fm-month      { font-size: 1.8rem; letter-spacing: 0.08em; }
  .fm-date       { gap: 16px; }
  .fm-btn        { font-size: 1.4rem; padding: 7px 18px; }
}