/** Shopify CDN: Minification failed

Line 286:1 Unexpected "{"

**/
a {
  transition: color 0.2s;
}
a:hover {
  color: #FFD700;
}
.site-header {
  width: 100%;
  text-align: center;
  margin-top: 0;
  display: flex;
  align-items: center;
    justify-content: center;
}

.site-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

/* hide any default header logos except our center logo */
.site-header img:not(.nav-logo) {
  display: none;
}

/* hide overlay image added outside the header */
.logo-overlay {
  display: none;
}
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
header nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 750;
  font-family: 'Eurostile Extended', sans-serif;
  transition: color 0.2s, transform 0.2s;
}

header nav a:hover {
  color: #FFD700;
  transform: scale(1.1);
}

nav.main-nav {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  padding: 90px 60px;
}



.nav-center {
  display: flex;
  gap: 40px;
  flex: 1;
  justify-content: flex-end;
  padding-right: 60px;
}



.nav-right {
  display: flex;
  gap: 40px;
  flex: 1;
  justify-content: flex-start;
  padding-left: 60px;
}



.logo-link {
  justify-self: center;
  width: 140px;
  z-index: 2;
  margin-top: -45px;
}

.nav-logo {
  width: 100%;
  display: block;
  opacity: 0.7;
  filter: brightness(0) invert(1);
  mix-blend-mode: multiply;
}


.product-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.product-grid .product {
  cursor: pointer;
}
.product-grid img {
  width: 300px;
  height: auto;
}
.product-grid .product-price {
  margin-top: 4px;
}
.view-product-btn {
  display: inline-block;
  margin-top: 4px;
  padding: 6px 12px;
  background: #fff;
  color: #000;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-size: 0.9rem;
}
.listen-now-btn {
  display: block;
  margin: 4px auto 0;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-size: 1.1rem;
  width: fit-content;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
    z-index: 200;
}
.modal.open {
  display: flex;
}
.modal-content {
  background: #111;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  text-align: center;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 200;
}
.modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}
.modal-content img.modal-image {
  max-width: 300px;
  height: auto;
  display: block;
  margin: 10px auto;
}
.modal-content .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  user-select: none;
}
.modal-content .prev {
  left: 10px;
}
.modal-content .next {
  right: 10px;
}
.modal-description {
  text-align: left;
}
.cart-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
}

.cart-item img {
  width: 60px !important;
  height: 40px !important;
  object-fit: cover;
  flex-shrink: 0;
}

.cart-desc {
  flex: 1;
}

#cart-modal-total {
  margin-top: 8px;
  text-align: right;
  font-weight: bold;
}

#cart-link {
  cursor: pointer;
}
.cart-table td,
.cart-table th {
  vertical-align: middle;
}

.cart-table th {
  font-weight: bold;
}

.cart-table td:nth-child(3),
.cart-table th:nth-child(3) {
  text-align: center;
}

.cart-table td:nth-child(4),
.cart-table th:nth-child(4) {
  text-align: right;
}
.cart-item-title {
  font-weight: bold;
  margin-bottom: 4px;
}

.release-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.release-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.release-info {
  text-align: center;
  text-align: left;
  flex: 1;
}

.release-info h3 {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.release-image img {
  width: 500px;
  max-width: 100%;
  height: auto;
}
 {
  box-sizing: border-box;
}
/* generic page container */
.page-container {
  max-width: 900px;
   width: 75%;
  margin: 40px auto 60px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 12px;
  color: #fff;
}

.page-container.small {
  max-width: 700px;
}

  @media (max-width: 600px) {
    .page-container {
    margin: 60px auto 40px;
    padding: 24px;
    }
}
/* button style for cart modal link */
.view-cart-btn {
  display: block;
  margin-top: 20px;
  padding: 10px 20px;
  background: #fff;
  color: #000;
border-radius: 4px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}
@media (max-width: 768px) {
  .site-header {
    position: static;
    flex-direction: column;
    align-items: center;
  }
    .site-header.fixed {
    position: static;
  }
  nav.main-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    padding: 16px 0 8px; 
    margin-top: 12px;
    font-weight: bold;
  }

  .nav-center,
  .nav-right {
            width: 30%;
        flex-basis: 100%;
        order: 2;

  }
  .logo-link {
            width: 100%;
        flex-basis: 100%;
        order: 1;
            text-align: center;
  }
  header nav a {
    font-size: 0.95rem;
    font-weight: 600;
  }
   .nav-center a {
    font-weight: 700;
  }
}
@media (max-width: 600px) {
  .site-header {
    flex-direction: column;
    align-items: center;
  }
  .site-header.fixed {
    position: static;
  }
  nav.main-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 12px 0 6px;
    margin-top: 12px;
    font-weight: bold;
  }
  .nav-center,
  .nav-right {
    display: flex;
    gap: 12px;
    width: auto;
    justify-content: center;
    padding-right: 0;
    padding-left: 0;

  }
  .logo-link {
    max-width: 100px;
    margin: 0 auto 10px;
  }
  header nav a {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .site-header {
 
        flex-direction: column;
    align-items: center;
  }
  nav.main-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding: 10px 0 4px;
        margin-top: 12px;
    font-weight: bold;
  }
  .nav-center,
  .nav-right {
    width: auto;
    justify-content: center;
    gap: 8px;
  }
  .logo-link {
    max-width: 100px;
    margin: 0 auto 10px;
  }
   header nav a {
    font-size: 0.9rem;
  }
}

/* Social icon sidebar */
.social-bar {
  position: fixed;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}

.social-bar-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px;
  border-radius: 12px;
  pointer-events: auto;
}

/* Horizontal variant used on the index and about pages */
.social-bar-horizontal {
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  display: flex;
  justify-content: center;
  transform: none;
    pointer-events: auto;
    flex-direction: row;
  gap: 24px;
  padding: 12px;
  border-radius: 12px;
}



.social-bar a {
    display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 800px) {
  .social-bar a {
    width: 42px;
    height: 42px;
  }
}
.home-social-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}

.home-social-bar-inner {
  display: flex;
  gap: 32px;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 32px;
  border-radius: 32px;
  pointer-events: auto;
}

.home-social-bar-inner a {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
}

.home-social-bar-inner a svg {
  width: 32px;
  height: 32px;
  display: block;
}
.social-bar a svg {
  display: inline-block;
  line-height: 0;
}
.social-bar a svg {
  width: 32px;
  height: 32px;
  display: block;
}
@media (min-width: 800px) {
  .social-bar a svg {
    width: 42px;
    height: 42px;
  }
}
.add-to-cart-form select,
.add-to-cart-form input[type="number"] {
  margin-bottom: 8px;
}

.add-to-cart-form button {
  margin-top: 8px;
  display: inline-block;
}
@media (max-width: 600px) {
  .social-bar {
    left: 5px;
      top: 50%;
    bottom: auto;
    transform: scale(0.8);
  }
    .social-bar-horizontal {
    left: 0;
    right: 0;
    transform: scale(0.6);
  }
   body.modal-open .social-bar {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    transform: scale(0.85);
    transform-origin: bottom center;
  }
  body.modal-open .social-bar-inner {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    border-radius: 0;
  }
    body.modal-open .modal-content {
    padding-bottom: 80px;
  }
}
 

  .modal-content img.modal-image {
  max-width: 300px;
  height: auto;
  display: block;
  margin: 10px auto;
  cursor: zoom-in;
}
.modal-content .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  user-select: none;
}
.modal-content .prev { left: 10px; }
.modal-content .next { right: 10px; }

/* Fullscreen zoom for product images */
.zoom-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.zoom-modal.open { display: flex; }
.zoom-modal img {
  max-width: 90%;
  max-height: 90%;
}
.zoom-modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}
