/** Shopify CDN: Minification failed

Line 1212:12 Unexpected "{"
Line 1212:21 Expected ":"
Line 1213:16 Expected identifier but found whitespace
Line 1213:18 Unexpected "{"
Line 1213:27 Expected ":"
Line 1213:53 Expected ":"
Line 1214:19 Expected identifier but found whitespace
Line 1214:21 Unexpected "{"
Line 1214:30 Expected ":"
Line 1214:59 Expected ":"

**/

 ::selection {
    background-color: #C9DE98; 
    color: #040404;            
  }



.custom-logo{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.desktop-border{
  display: none;
}
@media(min-width: 750px){
  .desktop-border{
    display: initial;
  }
  .mobile-border{
    display: none;
  }
}

/* Base: inactive logos subtly pulsing */
a.header-logo:not(.active) {
  filter: grayscale(1) brightness(0.85);
  transform: scale(0.96);
  transition: all 0.4s ease;
  animation: subtlePulse 3s ease-in-out infinite;
  opacity: 0.95;
  cursor: pointer;
}

/* Stop pulse + highlight on hover */
a.header-logo:not(.active):hover {
  animation: none; /* stops pulsing */
  filter: grayscale(0.1) brightness(0.95);
  transform: scale(1);
  opacity: 1;
}

/* Active logo — clean, static, bright */
a.header-logo.active {
  filter: none;
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s ease;
  animation: none;
}

/* Subtle breathing motion */
@keyframes subtlePulse {
  0%, 100% {
    transform: scale(0.94);
  }
  50% {
    transform: scale(1.01);
  }
}

.footer-brand {
  width: 100%;
}

.footer-brand img{
  max-width: max-content;
}

.dt-location {
  padding: 20px 11px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-brand a{
  display: flex;
    align-items: center;
    justify-content: center;
}
.dt-location h4{
  font-weight: 500;
  margin: 0;
}
.dt-location p{
  text-decoration: underline;
  margin: 0;
}
@media(min-width: 750px){
  header-menu{
    margin-right: 10px;
  }
  .account-button {
    width: 28px!important;
  }
}

.header-cta.button{
  max-width: max-content;
    width: 100%;
    padding: 12px 30px 10px;
    outline-offset: 2px;
    font-size: initial;
    line-height: 1;
    margin-left: 22px;
    height: max-content;
    margin-top: auto;
    margin-bottom: auto;
}

@media(max-width: 1024px){
  .header-cta.button{
    padding: 10px 16px 8.5px;
  }
}

.mobile-cta.header-cta.button{
  font-size: 1.75rem;
    padding: 15px 40px 12px;
}

@media(max-width: 749px){
  .account-button{
    padding: 0;
    width: 22px!important;
  }
  /* .header__columns {
    grid-template-areas:
        "logo cart menu"
        "search search search";
    --header-template-columns: 1fr calc(var(--header-mobile-bookend) * 2) var(--header-mobile-bookend);
    grid-template-rows: auto auto;
    row-gap: 0;
    padding: 0 16px;
  } */
  .header__drawer {
    grid-area: menu;
  }
  /* .header__columns .search-action{
    grid-area: search;
    border: 1px solid red;
  }
  .header__columns .header-logo {
            grid-area: logo;
  }
  .header__columns header-actions {
        grid-area: cart;
    } */
  .menu-drawer-container .header__icon--summary{
    padding-right: 0 !important;
        padding-left: 11px !important;
  }
  .search-modal__button {
    width: 100%;
    background: #303030;
    justify-content: flex-start!important;
    border-radius: 100px;
    margin-bottom: 10px;
    height: 40px;
  }
}

.cart-items-component td {
  border: none!important;
}

.music-cards-wrap {
  width: 100%;
}


.music-card-single a{
  padding: 24px;
    text-decoration: none;
    color: inherit;
    display: block;
}
.music-card-single .img-holder {
  border-radius: 16px;
  overflow: hidden;
}
.music-card-single h4{
  margin: 24px 0 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.music-card-single .artists{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 24px;
}
.music-card-single .m-views {
     display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px 9px;
    background: #fff;
    border-radius: 50px;
    color: #232323;
    width: max-content;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}
.music-cards-wrap .music-card-single {
  box-sizing: border-box;
  width: calc(25% - 30px);
  margin: 0 15px;
}
@media(min-width: 1200px){
    .music-cards-wrap .music-card-single:nth-child(4) {
    margin-right: 0;
    }
    .music-cards-wrap .music-card-single:first-child {
    margin-left: 0;
    }
}

@media (max-width: 1199px) {
  .music-cards-wrap{
    width: calc(100vw - 20px);
    /* padding-inline-start: var(--page-margin); */
    /* margin-right: 0; */
  }
  .music-cards-wrap .music-card-single {
    width: calc(30vw - 30px); /* 4 slides per view */
  }
}


@media (max-width: 749px) {
    
  .music-cards-wrap .music-card-single {
    margin: 0 10px;
    width: calc(74vw - 20px);; /* 2 slides per view */
  }
  
}

/* explore cards section  */

.explore-cards-wrap {
    width: calc(100vw - var(--page-margin));
    /* padding-inline-start: var(--page-margin);
    margin-right: -0; */
    /* border: 1px solid red; */
}
.explore-cards-wrap .explore-card-single h4{
    margin: 24px 0 16px;
    line-height: 1.2;
    text-transform: uppercase;
}
.explore-cards-wrap .explore-card-single .exp-copy {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 16px;
}
.explore-cards-wrap .explore-card-single .exp-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: underline;
    color: inherit;
    font-weight: 500;
}
.explore-cards-wrap .explore-card-single .exp-btn:hover{
    text-decoration:none;
}
.explore-cards-wrap .explore-card-single img{
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
@media(min-width: 1200px){
    .exp-wrapper h2{
        margin-bottom: 48px;
    }
}

@media (min-width: 1024px){
    .exp-wrapper h2{
            max-width: calc(100% - var(--page-margin) - 40px - 24px);
    }
}

.explore-cards-wrap .explore-card-single {
  box-sizing: border-box;
  width: calc(23% - 30px);
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .explore-cards-wrap .explore-card-single {
    width: calc(30vw - 30px); 
  }
}


@media (max-width: 749px) {

  .explore-cards-wrap .explore-card-single {
    margin-right: 20px;
    width: calc(74vw - 20px);
  }
  
}
/* .light-wrap {
    position: relative;
    border: 1px solid green;
} */
.light-effect {
    /* border: 1px solid red; */
    position: absolute;
    /* right: 0; */
    overflow: hidden;
}
.light-effect  svg{
        width: 2880.111px;
    /* height: 3217.35px; */
    mix-blend-mode: color-dodge;
    filter: blur(59.5px);
    background: conic-gradient(from 181deg at 44.21% 0.68%, rgba(255, 255, 255, 0.125) 0deg, rgba(255, 255, 255, 0.125) 16.93223163485527deg, rgba(255, 255, 255, 0.120) 30.456137359142303deg, rgba(255, 255, 255, 0.00) 41.38300359249115deg, rgba(255, 255, 255, 0.120) 348.76823902130127deg, rgba(255, 255, 255, 0.28) 353.2610249519348deg, rgba(255, 255, 255, 0.50) 360deg);
    /* filter: blur(50px); */
    transform: rotate(24.389deg) translate(33%, -50%);
}


.logo-slider-wrap  {
  max-width: 100vw;
  width: calc(100vw - 20px);
  /* border: 1px solid red; */
  
}

.logo-image-single{
  width: 110px;
  align-self: anchor-center;
  margin: 0 30px;
}
.logo-image-single a{
  display: block;
  /* border: 1px solid green; */
}
.logo-image-single .logo-image {
  /* max-width: 110px; */
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media(max-width: 1023px){
  .logo-image-single{
    margin: 0 20px;
  }
}


/* testimonial slider design  */

.testimonial-slider-wrap .testimonial-slider{
  /* display: flex;
  gap: 10px;
  justify-content: space-between; */
  width: 100%;

}
.brand-text{
  transform: translateY(-60%);
}
/* .testimonial-slide {
  border: 1px solid cyan;
} */
.testimonial-slide .ts-big-image--image, .testimonial-slide .ts-small-image--image {
  /* border: 1px solid coral; */
  object-fit: contain;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
.testimonial-slider-wrap .artists-text {
  display: flex;
    justify-content: end;
}
.testimonial-slide .ts-big-image--image {
  width: 442px;
  height: 442px;
}
.testimonial-slide .ts-small-image--image, .ts-small-branding-circle  {
  width: 216px;
  height: 216px;
}
.ts-small-branding-circle{
  border-radius: 100%;
}
.ts-small-image,
.testimonial-slide{
  display: flex;
  gap: 10px;
}
.testimonial-slide{
  gap: 0;
}
.ts-small-image {
  flex-direction: column;
}
.testimonial-slide.slide-color-rev .ts-small-image{
  flex-direction: column-reverse;
}
.testimonial-slide.slide-rev .ts-small-image{
  padding-left: 9px;
}


@media (max-width: 749px){
.testimonial-slider-wrap .artists-text {
  max-width: 75%;
  margin-left: auto;
}
.brand-text{
  max-width: 85%;
  transform: translateY(-40%);
}
.testimonial-slider-wrap .artists-text svg, 
.brand-text svg{
  height: auto;
}
.testimonial-slide .ts-big-image--image {
  width: 128px;
  height: 128px;
}
.testimonial-slide .ts-small-image--image, .ts-small-branding-circle  {
  width: 62px;
  height: 62px;
}
.ts-small-image,
.testimonial-slide{
  gap: 2.5px;
}
.testimonial-slide.slide-rev .ts-small-image{
  padding-left: 2.5px;
}

}



/* event cards style */
.events-wrap svg.rust{
  position: absolute;
  bottom: 0;
  /* border: 1px solid red; */
  width: 100%;
}
.event-card-wrap {
  /* border: 1 solid; */
  padding: 0 8px;
  width: 80%;
}
.event-card {
  border-radius: 16px;
}
.ec-image {
  padding: 16px;
  
}
.event-card-img {
  border-radius: 8px;
  aspect-ratio: 283/181;
  object-fit: cover;

}
/* .ec-content {
  border: 1px solid green;
} */

.ec-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 5px;
}

.ec-live--info, .ec-btn {
  font-size: 16px;
  line-height: 1.2;
  margin: 5px 0;
  font-weight: 500;
}

.ec-venue, .ec-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  
}
.ec-venue {
  gap: 4px;
  margin-top: 8px;
  font-weight: 500;
  font-size: 14px;
}
.ec-btn {
  color: inherit;
  text-decoration: underline;
  margin-top: 32px;
}
.ec-btn:hover{
  text-decoration: none;
}

.event-card{
  position: relative;
  
}
.ec-content{
  padding: 0 16px 16px;
}
.ec-date {
  top: auto;
  bottom: 0;
  right: 16px;
  padding: 8px 16px;
  border-radius: 4px 4px 0 0;
  color: #fff;
}

.bg-rust.events .hide-mobile{
  display: none;
}

@media(min-width: 750px){
  .bg-rust.events .hide-mobile{
    display: block;
  }
  .bg-rust.events .hide-desktop{
    display: none;
  }
  .event-card-wrap {
    width: 65%;
    padding: 0 15px;
  }
  .event-card {
    display: flex;
    padding: 16px;
    gap: 16px;
  }
  .ec-image {
    padding: 0;
  }
  .ec-image-holder {
    flex-basis: 45%;
  }
  .event-card-img {
    aspect-ratio: auto;
    max-height: 250px;
    height: auto;

  }
  .ec-title {
    font-size: 22px;
  }

  .ec-venue {
    gap: 5px;
    margin-top: 12px;
  }
  .ec-btn {
    margin-top: 0;
  }

  .ec-content{
    flex-basis: 55%;
    padding: 0;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
  }

}

@media(min-width: 1024px){
  .event-card-img {
    aspect-ratio: 274/198;
    max-height: 200px;
    height: auto;
  }
  .ec-content{
    padding: 16px 0 12px;
  }
  
}

@media(min-width: 1200px){
  .event-card-wrap {
    width: 48%;
  }
}


.events-section-title{
  padding-inline-start: var(--page-margin);
  text-align: center;
}

@media(min-width: 750px){
  .events-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding-inline-start: var(--page-margin);
     padding-inline-end: var(--page-margin);
  }
  .events-grid .event-card-wrap {
    padding: 0;
    width: calc(50% - 10px);
  }
 
   .events-grid .event-card {
    flex-direction: column;
  }
}
@media(min-width: 1200px){
  .events-grid{
    gap: 30px;
  }
  .events-grid .event-card-wrap {
    width: calc(50% - 15px);
  }
  .events-grid .event-card {
    flex-direction: row;
  }
}

.reservation {
  flex-basis: 100%;
}

.free-music-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}
.music-details-image {
  max-width: 80px;
  max-height: 80px;
  object-fit: cover;
}
.music-details {
  border-radius: 4px;
  width: calc(33% - 12px);
  display: flex;
  gap: 16px;
    align-items: center;
}
.music-details p:first-child{
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}
.music-details p:last-child{
  font-size: 14px;
  color: #C9C9C9;
  margin: 0;
}
@media(max-width: 749px){
  .free-music-wrap{
    flex-direction: column;
  }
  .music-details {
    width: 100%;
  }
  .ss-brands{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
    justify-content: center;
    gap: 32px;
    width: 100%;
    margin-bottom: 40px;
  }
  .ss-brands > .image-block:not(.ss-brands .image-block:nth-child(3)) {
    width: calc(50% - 16px);
  }
}


.image-showcase-wrap {
  width: 100vw;
}

.image-showcase {
  width: 20%;
  padding: 0 7px;
}

@media(max-width: 1199px){
  .image-showcase {
    width: 25%;
  }
}
@media(max-width: 1023px){
  .image-showcase {
    width: 33.33%;
  }
}
@media(max-width: 749px){
  .image-showcase {
    width: 85%;
  }
}


.team-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content:  space-evenly;
  gap: 30px;
  flex-wrap: wrap;
}

.team-card {
  width: calc(25% - 30px);
}
.team-card img{
  border-radius: 16px;
}
.member-name {
  font-size: 22px;
  font-weight: 500;
  margin: 20px 0 12px;
}
.member-position {
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
}
@media(max-width: 1199px){
  .team-card {
    width: calc(33.33% - 30px);
  }
}
@media(max-width: 1023px){
  .team-wrap{
    gap: 20px;
  }
  .team-card {
    width: calc(50% - 20px);
  }
}
@media(max-width: 749px){
  
  .team-card {
    width: 100%;
  }
}

.blog-post-content img{
      /* width: inherit;
    display: initial; */
    border-radius: 16px;
}
.blog-banner img{
  border-radius: 16px;
}
@media(min-width: 1200px){
  .blog-banner {
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
  }
}


.light-effect-center-top{
    position: absolute;
    width: 100%;
    height: 100%;
}

.light-effect-center-top img{
  max-height: 700px;
}

.custom-video .deferred-media__poster-icon, 
.custom-video .video-placeholder-wrapper__poster-icon{
  background: #262626;
    padding: 45px;
    top: 0;
}

:is(.custom-video deferred-media,.custom-video  .video-placeholder-wrapper).border-style {
  overflow: visible!important;
}

.custom-video  .deferred-media__poster-icon svg, 
.custom-video .video-placeholder-wrapper__poster-icon svg {
          outline: 1px solid #CCBD56;
        outline-offset: 32px;
        border-radius: 100%;
}

@media(max-width: 749px){
  .custom-video  .deferred-media__poster-icon, 
  .custom-video .video-placeholder-wrapper__poster-icon{
    padding: 30px;
  }
  .custom-video .deferred-media__poster-icon svg, 
  .custom-video .video-placeholder-wrapper__poster-icon svg {
     outline-offset: 18px;
  }
}

.add-to-cart-text {
  line-height: 1;
}

.product-details.experience-info > .exp-purchase-details {
  border-color: #2D3223;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

@media(min-width: 750px){
    .product-details.experience-info{
    width: var(--normal-content-width)!important;
    margin-right: 0 !important;
  }
}
@media(max-width: 749px){
    .exp-purchase-details{
    padding: 32px 24px;
  }
}

.exp-purchase-details .variant-option--buttons legend{
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.exp-purchase-details .variant-option__button-label{
  flex-basis: 100%;
  border-radius: 4px;
  /* border: 1px solid  #C9DE98; */
  background-color: #383d2c;
  font-weight: 500;
}
.exp-purchase-details .variant-option__button-label:has(:checked) {
  border: 1px solid  #C9DE98;
  background-color: #383d2c !important;
}

.exp-purchase-details .button.add-to-cart-button {
font-weight: 700;
}

.exp-purchase-details .quantity-selector {
  background: #fff;
    border: 1px solid #C9DE98;
    color: #061402;
    font-size: 18px;
    font-weight: 700;
}


/* food & drink menu design  */

.menu-items {
      display: flex;
    flex-direction: column;
    gap: 24px;
}

.menu-block {
  padding: 40px 0;
}
.menu-headings {
  margin-bottom: 16px;
}

.top-message, .bottom-message {
      border: 1px solid #C9DE98;
    padding: 20px 14px;
    border-radius: 16px;
    box-shadow: 0px 1px 8px -2px #ffffff;
}
.bottom-message{
  max-width: 850px;
    margin: 0 auto;
}
.top_m-title, .bottom_m-title {
  font-size: 20px;
  text-transform: uppercase;
  font-family: var(--font-h2--family);
  margin-bottom: 12px;
}
.main-menu-title {
  font-size: 40px;
  margin-bottom: 0;
}
.main-menu-subtitle {
  font-size: 28px;
  text-transform: none;
  margin: 15px 0 0;
}
.food-details {
  width: 100%;
}
.single-menu {
  display: flex;
  gap: 24px;
}
.food-image {
  width: 100%;
    max-width: 90px;
}

.food-image img{
  max-width: 90px;
  max-height: 90px;
  object-fit: cover;
  border-radius: 8px;
  object-position: center;
}


.food-details p:not(.food-desc p){
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
}
.food-desc {
  font-size: 16px;
}

@media(min-width: 750px){
  
  .food-image {
    max-width: 90px;
      
  }

  .food-image img{
    max-height: 72px;
  }
}

@media(min-width: 990px){
  .menu-block{
    display: flex;
    align-items: center;
    gap: 50px;
  }
  .menu-block.image-right {
    flex-direction: row-reverse;
  }
  .menu-image {
    max-width: calc(50% - 25px)
  }
}



/* product upsell */


 .product-upsell-section {
    margin: 5rem 0;
  }

  .product-upsell-heading {
    /* text-align: center; */
    margin-bottom: 1rem;
    font-size: 28px;
    font-weight: 600;
  }

  .product-upsell-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .product-upsell-card {
    background-color: #212121;
    border-radius: 8px;
    
    overflow: hidden;
    transition: transform 0.2s ease;
  }

  /* .product-upsell-card:hover {
    transform: translateY(-4px);
  } */

  .product-upsell-card-inner {
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 1.5rem;
    padding: 24px;
    align-items: center;
    color: white;
  }

  .product-upsell-action {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .upsell-action-btn {
    border-radius: 50%;
    background-color: transparent;
    padding: 0;
    color: #212121;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
  }

  .upsell-action-btn:hover {
    /* background-color: #C9DE98; */
    transform: scale(1.04);
  }

  .upsell-action-btn:active {
    transform: scale(0.95);
  }

  .upsell-action-btn.loading {
    pointer-events: none;
  }

  .upsell-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .upsell-check svg {
    width: 20px;
    height: 20px;
  }

  @keyframes checkmark {
    0% {
      transform: scale(0) rotate(-45deg);
      opacity: 0;
    }
    50% {
      transform: scale(1.2) rotate(0deg);
    }
    100% {
      transform: scale(1) rotate(0deg);
      opacity: 1;
    }
  }

  .upsell-action-btn.added .upsell-check {
    animation: checkmark 0.4s ease;
  }

  .product-upsell-image {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
  }

  .product-upsell-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
  }

  .product-upsell-info {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
  }
  .pui-copy{
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
  }

  .product-upsell-title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
  }

  .product-upsell-title a {
    color: white;
    text-decoration: none;
    transition: opacity 0.2s ease;
  }

  .product-upsell-title a:hover {
   
    color: #C9DE98;
  }

  .product-upsell-description {
    margin: 0;
    font-size: 14px;
    /* color: rgba(255, 255, 255, 0.7); */
    line-height: 1.3;
  }

  .product-upsell-price {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    align-items: flex-end;
    font-weight: 500;
    white-space: nowrap;
  }

  .price-compare {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
    text-decoration: line-through;
  }

  .price-sale {
    color: #ff6b6b;
    font-size: 18px;
  }

  .price-regular {
    font-size: 18px;
  }

  @media screen and (max-width: 749px) {
    .product-upsell-grid {
      grid-template-columns: 1fr;
    }

    .product-upsell-card-inner {
      grid-template-columns: auto auto 1fr;
      gap: 1rem;
      padding: 16px;
    }

    .product-upsell-action {
      grid-row: 1;
      grid-column: 1;
    }

    .product-upsell-image {
      grid-row: 1;
      grid-column: 2;
      width: 76px;
        height: 105px;
    }

    .product-upsell-info {
              grid-row: 1;
        grid-column: 3;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3rem;
    }

    .product-upsell-price {
      grid-row: 2;
      grid-column: 1 / -1;
      flex-direction: row;
      justify-content: left;
      align-items: center;
      gap: 0.75rem;
    }
  }

  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }


/* product gallery thumbnails */

.slideshow-controls__thumbnails .slideshow-control:is([aria-selected=true]) {
  outline-color: #C9DE98;
}

more-payment-options-link {
  display: none;
}

summary.details__header {
      padding: 20px 0 16px;
}

.quantity-selector:hover {
  background-color: var(--color-input-background);
}


/* collection filter  */


.facets-block-wrapper--vertical {
  background: transparent!important;
  /* border: 1px solid red; */
}

.facets:not(.facets--drawer) {
  padding: 0!important;
}

.facets:not(.facets--drawer) .facets__filters-wrapper {
  margin: 0!important;
}

.facets__item {
  margin-bottom: 16px;
}
.collection-wrapper:has(>.facets--horizontal) .facets__panel[open]:not(.sorting-filter .facets__panel[open]) {
          background: #262626;
        padding: 20px;
        border-radius: 16px;
        margin-bottom: 16px;
}
.facets:not(.facets--drawer) :is(.facets__item,.sorting-filter):before {
  display: none;
}
.facets .checkbox .checkbox__label-text {
  color: #fff!important;
  font-size: 14px;
    padding-inline-start: 8px;
}
.checkbox .icon-checkmark {
  background-color: transparent;
    border-radius: 2px;
    border-color: #fff;
}
.checkbox .icon-checkmark path {
  stroke: #fff;
}

.checkbox__input:checked+.checkbox__label .icon-checkmark {
  background-color: #8DB382!important;
    /* border-radius: 2px; */
    border-color: transparent;
}
.facets__summary {
  padding-top: 0;
        font-size: 16px!important;
        font-weight: 500;
        text-transform: uppercase;
}
@media screen and (min-width: 750px) {
    .facets:not(.facets--drawer) .facets__actions {
        display: none;
    }
}
@media (max-width: 749px){
  .facets__filters-wrapper{
    padding: 20px;
  }
  .facets--drawer[open] {
    background: #060606;
  }
  facet-remove-component.pills__pill, 
  facet-remove-component.pills__pill>.svg-wrapper{
    color: #fff;
  }
  .facets__label, .facets__summary .icon-caret {
      color: #fff!important;
  }
  .show-more__button {
        color: var(--color-primary-button-background);
    font-size: 16px;
  }
  .price-facet {
    color: #fff;
    font-size: 14px;
  }
  .price-facet__input, .field__label.price-facet__label {
    color: #fff!important;
  }
}

.sorting-filter summary{
  padding-bottom: 0;
}

/* speaker animation */

.experience-section {
  overflow: hidden;
}
/* Speaker Animation Styles */
.desktop-circle-speaker {
  animation: speakerRotate 50s linear infinite;
  transform-origin: center;
}

/* Mobile speaker animation - same effect */
/* .ex-circle-mobile .desktop-circle-speaker {
  animation: speakerRotate 50s linear infinite;
  transform-origin: center;
} */

/* Rotation animation for the entire speaker */
@keyframes speakerRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Pulsing beat effect with rhythm pattern */
.speaker-circle {
  animation: speakerPulseRhythm 15s ease-in-out infinite;
  transform-origin: center;
}
@media(min-width: 750px){
  .palm {
    z-index: 1;
  }
}
@keyframes speakerPulseRhythm {
  /* One slow beat */
  0% {
    transform: scale(1);
    opacity: 1;
  }
  8% {
    transform: scale(1.04);
    opacity: 0.93;
  }
  16% {
    transform: scale(1);
    opacity: 1;
  }
  
  /* Two fast beats back to back */
  24% {
    transform: scale(1.035);
    opacity: 0.94;
  }
  28% {
    transform: scale(1);
    opacity: 1;
  }
  32% {
    transform: scale(1.035);
    opacity: 0.94;
  }
  36% {
    transform: scale(1);
    opacity: 1;
  }
  
  /* Pause */
  40% {
    transform: scale(1);
    opacity: 1;
  }
  
  /* Two fast beats */
  48% {
    transform: scale(1.035);
    opacity: 0.94;
  }
  52% {
    transform: scale(1);
    opacity: 1;
  }
  56% {
    transform: scale(1.035);
    opacity: 0.94;
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  
  /* Pause */
  68% {
    transform: scale(1);
    opacity: 1;
  }
  
  /* One single beat */
  76% {
    transform: scale(1.04);
    opacity: 0.93;
  }
  84% {
    transform: scale(1);
    opacity: 1;
  }
  
  /* Final pause before repeat */
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Individual circle animations with different timings for depth */
.inner-circle {
  animation: speakerPulseRhythm 15s ease-in-out infinite, 
             colorShift 3s ease-in-out infinite;
}

.inner-middle-circle {
  animation: speakerPulseRhythm 15s ease-in-out infinite 0.1s, 
             colorShift 3s ease-in-out infinite 0.3s;
}

.outer-midle-circle {
  animation: speakerPulseRhythm 15s ease-in-out infinite 0.2s, 
             colorShift 3s ease-in-out infinite 0.6s;
}

.outer-circle {
  animation: speakerPulseRhythm 15s ease-in-out infinite 0.3s, 
             colorShift 3s ease-in-out infinite 0.9s;
}

/* Smooth color transition animation */
@keyframes colorShift {
  0%, 100% {
    stroke: #3F4B25;
  }
  25% {
    stroke: #8BAA6F;
  }
  50% {
    stroke: #c9de98;
  }
  75% {
    stroke: #8BAA6F;
  }
}

/* Apply different base colors to each circle for the color shift */
.inner-middle-circle {
  stroke: #4C592E;
}

@keyframes colorShift {
  0%, 100% {
    stroke: var(--base-color);
  }
  25% {
    stroke: #8BAA6F;
  }
  50% {
    stroke: #c9de98;
  }
  75% {
    stroke: #8BAA6F;
  }
}

.inner-circle {
  --base-color: #3F4B25;
  animation: speakerPulseRhythm 15s ease-in-out infinite, 
             colorShiftInner 3s ease-in-out infinite;
}

.inner-middle-circle {
  --base-color: #4C592E;
  animation: speakerPulseRhythm 15s ease-in-out infinite 0.1s, 
             colorShiftInnerMiddle 3s ease-in-out infinite 0.3s;
}

.outer-midle-circle {
  --base-color: #333D1B;
  animation: speakerPulseRhythm 15s ease-in-out infinite 0.2s, 
             colorShiftOuterMiddle 3s ease-in-out infinite 0.6s;
}

.outer-circle {
  --base-color: #2C3614;
  animation: speakerPulseRhythm 15s ease-in-out infinite 0.3s, 
             colorShiftOuter 3s ease-in-out infinite 0.9s;
}

/* Color animations for each circle - more vibrant transitions */
@keyframes colorShiftInner {
  0%, 100% {
    stroke: #3F4B25;
  }
  33% {
    stroke: #A8C47A;
  }
  66% {
    stroke: #c9de98;
  }
}

@keyframes colorShiftInnerMiddle {
  0%, 100% {
    stroke: #4C592E;
  }
  33% {
    stroke: #A8C47A;
  }
  66% {
    stroke: #c9de98;
  }
}

@keyframes colorShiftOuterMiddle {
  0%, 100% {
    stroke: #333D1B;
  }
  33% {
    stroke: #A8C47A;
  }
  66% {
    stroke: #c9de98;
  }
}

@keyframes colorShiftOuter {
  0%, 100% {
    stroke: #2C3614;
  }
  33% {
    stroke: #A8C47A;
  }
  66% {
    stroke: #c9de98;
  }
}

/* Subtle glow pulse synced with rhythm */
.desktop-circle-speaker {
  filter: drop-shadow(0 0 2px rgba(201, 222, 152, 0.1));
  animation: speakerRotate 50s linear infinite, 
             speakerGlowRhythm 9s ease-in-out infinite;
}

/* Mobile glow effect */
/* .ex-circle-mobile .mobile-circle-speaker {
  filter: drop-shadow(0 0 5px rgba(201, 222, 152, 0.2));
  animation: speakerGlowRhythm 9s ease-in-out infinite;
} */

@keyframes speakerGlowRhythm {
  /* Slow beat glow */
  0% {
    filter: drop-shadow(0 0 5px rgba(201, 222, 152, 0.2));
  }
  8% {
    filter: drop-shadow(0 0 15px rgba(201, 222, 152, 0.4));
  }
  16% {
    filter: drop-shadow(0 0 5px rgba(201, 222, 152, 0.2));
  }
  
  /* Fast beats glow */
  24% {
    filter: drop-shadow(0 0 12px rgba(201, 222, 152, 0.35));
  }
  28% {
    filter: drop-shadow(0 0 5px rgba(201, 222, 152, 0.2));
  }
  32% {
    filter: drop-shadow(0 0 12px rgba(201, 222, 152, 0.35));
  }
  36% {
    filter: drop-shadow(0 0 5px rgba(201, 222, 152, 0.2));
  }
  
  /* Pause */
  40% {
    filter: drop-shadow(0 0 5px rgba(201, 222, 152, 0.2));
  }
  
  /* Fast beats glow */
  48% {
    filter: drop-shadow(0 0 12px rgba(201, 222, 152, 0.35));
  }
  52% {
    filter: drop-shadow(0 0 5px rgba(201, 222, 152, 0.2));
  }
  56% {
    filter: drop-shadow(0 0 12px rgba(201, 222, 152, 0.35));
  }
  60% {
    filter: drop-shadow(0 0 5px rgba(201, 222, 152, 0.2));
  }
  
  /* Pause */
  68% {
    filter: drop-shadow(0 0 5px rgba(201, 222, 152, 0.2));
  }
  
  /* Single beat glow */
  76% {
    filter: drop-shadow(0 0 15px rgba(201, 222, 152, 0.4));
  }
  84%, 100% {
    filter: drop-shadow(0 0 5px rgba(201, 222, 152, 0.2));
  }
}



/* Klaviyo form design  */

.klaviyo-form label, .klaviyo-form input, .klaviyo-form * {
    font-family: var(--font-body--family) !important;
    line-height: 1 !important;
}

div:has(.klaviyo-form){
  width: 100%;
}
.klaviyo-form button:last-child {
    outline-offset: 2px;
    outline-style: solid;
    line-height: 1 !important;
    padding: 16px 48px 14px;
    outline-color: var(--color-primary-button-hover-background);
    /* width: calc(100% - 7px) !important; */
    font-weight: 500 !important;
    margin: 0 auto;
    max-width: calc(98% - 4px);
    box-sizing: border-box;
}

@media(max-width: 749px){
  .group-block.form-block {
    padding: 20px;
  }
  .group-block--height-fill.form-block {
    flex-basis: content;
  }
}

.signup-footer .klaviyo-form button{
  outline: none;
  position: relative;
    margin: auto;
    width: 30px;
}
.signup-footer .klaviyo-form button::before{
  content: '';
    width: 100%;
    height: 100%;
    background-color: #242424;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.signup-footer .klaviyo-form *{
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.signup-footer .klaviyo-form input:focus-visible {
  outline: none!important
}