/** Shopify CDN: Minification failed

Line 132:0 Unexpected "}"

**/
/* --- PDP: ULTRA STRONG SEPARATION --- */
.thb-product-detail .product-single_media-image img,
.thb-product-detail .product-single__media img {
  filter:
    drop-shadow(0 0 4px rgba(0, 0, 0, 0.75))   /* crisp edge */
    drop-shadow(0 0 20px rgba(0, 0, 0, 0.65))
    drop-shadow(0 0 60px rgba(0, 0, 0, 0.6))
    drop-shadow(0 0 120px rgba(0, 0, 0, 0.55))
    drop-shadow(0 0 200px rgba(0, 0, 0, 0.5))  /* BIG halo */
    drop-shadow(0 0 2px rgba(255,255,255,0.08)) !important; /* subtle rim */
  transition: filter 0.3s ease;
}

/* Hover = FLOATING */
.thb-product-detail .product-single__media:hover img {
  filter:
    drop-shadow(0 0 6px rgba(0, 0, 0, 0.85))
    drop-shadow(0 0 30px rgba(0, 0, 0, 0.75))
    drop-shadow(0 0 90px rgba(0, 0, 0, 0.7))
    drop-shadow(0 0 160px rgba(0, 0, 0, 0.65))
    drop-shadow(0 0 260px rgba(0, 0, 0, 0.6))
    drop-shadow(0 0 3px rgba(255,255,255,0.12)) !important;
}


/* --- GRID: SUPER HEAVY --- */
.product-card img.product-primary-image,
.product-primary-image,
.product-secondary-image {
  filter:
    drop-shadow(0 0 3px rgba(0, 0, 0, 0.7))
    drop-shadow(0 0 18px rgba(0, 0, 0, 0.6))
    drop-shadow(0 0 50px rgba(0, 0, 0, 0.55))
    drop-shadow(0 0 100px rgba(0, 0, 0, 0.5))
    drop-shadow(0 0 180px rgba(0, 0, 0, 0.45))
    drop-shadow(0 0 2px rgba(255,255,255,0.08));
  transition: filter 0.3s ease;
}

/* Hover = noticeably lifted */
.product-card:hover img.product-primary-image,
.product-card:hover .product-primary-image,
.product-card:hover .product-secondary-image {
  filter:
    drop-shadow(0 0 5px rgba(0, 0, 0, 0.85))
    drop-shadow(0 0 28px rgba(0, 0, 0, 0.75))
    drop-shadow(0 0 80px rgba(0, 0, 0, 0.7))
    drop-shadow(0 0 140px rgba(0, 0, 0, 0.65))
    drop-shadow(0 0 240px rgba(0, 0, 0, 0.6))
    drop-shadow(0 0 3px rgba(255,255,255,0.12));
}

/*----Mobile Klaviyo popup fix-----*/
.drawer {z-index: 90020 !important;}
/*----End klaviyo popup fix----*/


/*---- Etxtra space for featured collection on hp-----*/ 
/*
.rich-text.text-center.text-position-center.text-width-medium.section-spacing-padding {
    padding-top: 20px !important;
}
*/

.shipping-cutoff-container h2 {
    font-size: 2rem !important;
}

.shipping-cutoff-container h1 {
    font-size: 2.5rem !important;
}

/* --- 1. Let the glow escape its box --- 
.thb-product-detail .product-single__media,
.thb-product-detail .product-single_media-image,
.thb-product-detail .product-single_media-zoom,
.thb-product-detail a-image.aspect-ratio,
.thb-product-detail a-image.aspect-ratio.aspect-ratio--square {
  overflow: visible !important;
  position: relative; 
}

/* --- 2. Strong golden glow on PDP hero image --- 
/* main selector for the cap image 
.thb-product-detail .product-single_media-image img.lazyautosizes,
.thb-product-detail .product-single_media-image img.lazyloaded,
.thb-product-detail .product-single__media img,
.thb-product-detail a-image.aspect-ratio img {
  filter:
    drop-shadow(0 0 9px rgba(255, 196, 106, 0.6))
    drop-shadow(0 0 26px rgba(255, 196, 106, 0.45)) !important;
  z-index: 2;
  transition: filter 0.35s ease;
}

/* Optional: crank it up very slightly on hover 
.thb-product-detail .product-single__media:hover img,
.thb-product-detail .product-single_media-image:hover img {
  filter:
    drop-shadow(0 0 12px rgba(255, 196, 106, .7))
    drop-shadow(0 0 30px rgba(255, 196, 106, 0.5)) !important;
}



/* ============================================
   GOLDEN GLOW FOR PRODUCT IMAGES (TRANSPARENT PNG)
   ============================================ 
.product-card img.product-primary-image {
    position: relative;
    filter: drop-shadow(0 0 4px rgba(255, 215, 130, 0.35))
            drop-shadow(0 0 12px rgba(255, 200, 100, 0.25))
            drop-shadow(0 0 24px rgba(255, 180, 70, 0.15));
    transition: filter 0.35s ease;
}

/* Optional: Slightly stronger glow on hover 
.product-card:hover img.product-primary-image {
    filter: drop-shadow(0 0 8px rgba(255, 220, 150, 0.14))
            drop-shadow(0 0 18px rgba(255, 200, 120, 0.15))
            drop-shadow(0 0 30px rgba(255, 180, 90, 0.25));
}

.product-card .product-featured-image-link img,
.product-card .product-featured-image-link img  {
    padding: 16px !important; /* adjust as needed */
}

/* Golden glow on primary image 
.product-primary-image,
.product-featured-image-link img.product-primary-image {
    filter: drop-shadow(0 0 8px rgba(255, 215, 130, 0.35))
            drop-shadow(0 0 16px rgba(255, 200, 100, 0.25))
            drop-shadow(0 0 28px rgba(255, 180, 70, 0.15));
    transition: filter 0.35s ease;
}

/* Golden glow on secondary hover image 
.product-secondary-image,
.product-featured-image-link img.product-secondary-image {
    filter: drop-shadow(0 0 8px rgba(255, 215, 130, 0.35))
            drop-shadow(0 0 16px rgba(255, 200, 100, 0.25))
            drop-shadow(0 0 28px rgba(255, 180, 70, 0.15));
    transition: filter 0.35s ease;
}

/* Optional: intensified glow on hover 
.product-card:hover .product-primary-image,
.product-card:hover .product-secondary-image {
    filter: drop-shadow(0 0 12px rgba(255, 220, 150, 0.14))
            drop-shadow(0 0 22px rgba(255, 200, 120, 0.35))
            drop-shadow(0 0 34px rgba(255, 180, 90, 0.25));
}

/* Allow glow around product images 
.product-card,
.product-card__image,
.product-card__image-wrapper,
.product-featured-image,
.product-featured-image-link,
.product-featured-image-link img {
    overflow: visible !important;
}

*/


.slideshow__slide {
  background-color: #000 !important; 
}

.flickity-slider {
  background-color: black !important;
}

h1.collection-banner--title {
  text-transform: uppercase !important;
}

a.mega-menu-columns__heading {
    font-size: 1.2rem !important;
}

.collection-banner--content {
  padding: 10px !important;
}

ul.mega-menu-columns li {
    font-size: 1.25rem;
    text-transform: uppercase;
}

/*----- Footer dropdown fix-------*/
/* Footer collapsible menus – mobile only */
@media screen and (max-width: 768px) {
  /* Hide menu list by default on mobile */
  .footer .widget--menu .thb-widget-menu {
    display: none;
  }

  /* Show when the title is active (plus icon state) */
  .footer .widget--menu .thb-widget-title.collapsible.active + .thb-widget-menu {
    display: block;
  }
}

.thb-widget-title {
    font-size: 1.25rem !important;
}

/*
.footer .thb-widget-menu {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}


@media only screen and (max-width: 772px) {
  .footer .thb-widget-menu {
    flex-direction: column !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .footer .thb-widget-menu {
    display: flex !important;
  }

  .footer .thb-widget-menu li {
    margin: 5px 13px !important;
  }
}
  */



/*---------------SITE BACKGROUNDS----------*/

/*-----Background Image----
@media screen and (min-width: 600px) {
main, .main, body, .body {
    background-image: url('/cdn/shop/files/OZZT_WebBkg_New_20251219_Grayscale_Updated.png?v=1767642440') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; 
    background-position: center !important;
    background-attachment: fixed !important;
}
}

/*-----Background Image Mobile----
@media screen and (max-width: 600px) {
main, .main, body, .body  {
    background-image: url('/cdn/shop/files/OZZT_WebBkg_New_20251219_Grayscale_Updated.png?v=1767642440') !important;
    background-repeat: repeat !important;
    background-size: 100% !important;   
    background-position: center !important;
    background-attachment: scroll !important; 
}
}


/*---------End Site Backgrounds-------*/

@media only screen and (max-width: 1068px) {
  .header.transparent--true {
    position: relative !important;
  }
}

.button.white {
  color: #000 !important;
}

.header.transparent--true {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ) !important;
}

.button.white:before,
input[type=submit].white:before {
  background: black !important;
}

/*------- Full Width Buttons -------

button, .button {
  width: 100% !important;
}*/

.product-form__buttons button,
a.product-form__submit.button.button--full-width.button--primary.klaviyo-bis-trigger {
  width: 100% !important;
}

/*
a.quick-add__submit.button--sold_out.button.button--full-width.button--secondary.klaviyo-bis-trigger {
  display: none !important;
}
*/

.add_to_cart_holder.klaviyo-buttons-container {
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
}

a.product-form__submit.button.button--full-width.button--primary.klaviyo-bis-trigger {
  color: white !important;
  background-color: black !important;
}

.product-popup-modal__button {
  display: none !important;
}

.row {
  max-width: 1600px !important;
}

a.product-card-title {
  font-size: 20px !important;
}





/* .button-uppercase-true .button, .button-uppercase-true input[type=submit] {
  margin-bottom: 30px !important;
} */

/*----Subscriber Page----------------------------------------------------------*/

body.template-page .klaviyo-form {
  margin-left: auto;
  margin-right: auto;
}

body.template-product #KlaviyoForm {
  padding-top: 90px;
}

body.template-product #KlaviyoForm div.needsclick {
  transform: initial !important;
}

body.template-product #KlaviyoForm form.needsclick {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 772px) {
  body.template-product #KlaviyoForm form.needsclick {
    flex-direction: column !important;
  }

  body.template-product #KlaviyoForm form.needsclick > div {
    width: 100% !important;
    min-height: initial !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.template-product #KlaviyoForm form.needsclick > div > div[style*=background-image] {
    background-size: contain !important;
    background-position: center !important;
    width: 100% !important;
    min-height: 50vh !important;
    margin-bottom: 20px;
  }
}

/*----Shipping Cutoff Banners----------------------------------------------------------*/

.shipping-cutoff-container {
  display: block;
  width: 100%;
  padding-bottom: 40px;
}

img.shipping-cutoff {
  width: 100%;
  display: block;
}

/*----End Shipping Cutoff Banners----------------------------------------------------------*/

.klaviyo-bis-trigger {
  margin-bottom: 30px !important;
  color: #fff !important;
  background: black !important;
}

.klaviyo-bis-trigger:hover,
.klaviyo-bis-trigger:focus {
  background: #fff !important;
  color: #000 !important;
}

.klaviyo-bis-trigger:before {
  display: none !important;
}

.variations input[type=radio]:checked + label {
  background: #fff !important;
  color: #202020 !important;
}

.variations input[type=radio].is-disabled:checked + label:before {
  background: linear-gradient(
      to bottom left,
      transparent calc(50% - 1px),
      #202020,
      transparent calc(50% + 1px)
    )
    no-repeat;
}

.shopify-payment-button .shopify-payment-button__more-options {
  margin-bottom: 2em !important;
}

select.thb-currency-code.resize-select {
  background-color: rgba(32, 32, 32, 0.2) !important;
  color: white !important;
  opacity: 0.8 !important;
}

.thb-full-menu li.menu-item-has-children.menu-item-has-megamenu .sub-menu {
  border-top: none !important;
}

.thb-full-menu .mega-menu-columns ul {
  padding-top: 10px !important;
}

.mobile-menu li a {
  height: auto !important;
}

body {
  overflow-x: hidden !important;
}

.header {
  border-bottom: none !important;
}

.mobile-menu li a {
  justify-content: space-between !important;
}

.social-links span {
  display: none !important;
}

/*---------Tour : Bands In Town------------------------------------------------------*/
.bit-widget {
  background: none !important;
}

.page-content-width {
  max-width: 1200px !important;
}

.bit-widget.bit-layout-ipad .bit-event .bit-event-buttons {
  margin: 15px auto !important;
}

span.bit-offers-text {
  text-transform: uppercase !important;
}

.bit-widget .bit-offers {
  border-radius: 0 !important;
}

a.bit-mobile-date {
  font-family: "Quantico", sans-serif !important;
  font-size: 1.5rem;
}

.bit-follow-section-heading-text,
.bit-details-inner-wrapper {
  font-family: "Quantico", sans-serif !important;
}

/*---------store select in mega menu -------------------------------------------------------------------*/
.store-select {
  top: 0;
  position: absolute;
  display: flex;
  flex-direction: row;
}

.store-select-inner {
  display: flex;
  flex-direction: row;
  height: 25px;
  color: white !important;
}

img.flag {
  width: 20px;
  height: 12px;
  margin: 6px 10px 0 0;
}

@media screen and (max-width: 1068px) {
  .store-select {
    padding-top: 12px !important;
    position: relative !important;
  }

  select.thb-currency-code.resize-select {
    width: 190px !important;
  }

  img.flag {
    width: 36px !important;
    height: 24px !important;
    margin: 4px !important;
  }
}

/*---------footer--------------------------------------------------------------------*/
ul.footer__list-partners.list-unstyled.list-partners,
.footer__copyright.caption {
  display: flex !important;
  justify-content: center;
}

.footer__copyright.caption {
  opacity: 0.8 !important;
}

small.copyright__content {
  text-align: center !important;
  margin: 0 20px !important;
}

li.list-partners__item {
  list-style-type: none !important;
}

.list-partners__item .icon {
  height: 1.6rem;
  color: rgb(var(--color-foreground)) !important;
}

ul.footer__list-partners.list-unstyled.list-partners {
  display: flex !important;
}

li.list-partners__item {
  margin: 10px !important;
}

.footer .widget--menu {
  border-top: none !important;
}

.footer .thb-widget-menu li.active {
  text-decoration: underline !important;
}

.social-links {
  display: flex !important;
}

.social-links li {
  margin: 10px 10px 10px 0;
}

.sub-footer p {
  text-align: center !important;
}

.footer-new .small-12.medium-4.large-2.columns.widget--menu-column {
  max-width: 100% !important;
  text-align: center !important;
}


