

html, body {
  min-height: 100%;
  margin: 0;
  font-family: 'Quantico', sans-serif;
  color: #000;
  background: #000;
  overflow-y: scroll;
}


header a {
    color: white;
    text-decoration: none;
}
header .icons {
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    list-style-type: none;
    padding: 0;
    margin-right: 15px;
}

header .icons li {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
}
header li.mail .text {
    text-transform: uppercase;
}
header li.mail a:hover .text {
    text-decoration: underline;
}
header .icons img {
    display: block;
    height: 100%;
}

.b-logo img {
    width: 100%;
}
header .image {
    margin-top: 30px;
    height: 386px;
    background: url(/img/header-image.png?v=2) center / contain no-repeat;
}

h2.banner {
    font-size: 50px;
}
a.banner {
    display: block;
    width: 560px;
    margin: auto;
    margin-top: 25px;
}
a.banner img {
    width: 100%;
}

.spotify-embed iframe {
    width: 100%;
    height: 352px;
    border: 0;
    border-radius: 12px;
    display: block;
}

.spotify-embed.-sm {
    width: 560px;
    margin: 25px auto 0;
    height: calc(352px * 0.5);
    overflow: hidden;
}
.spotify-embed.-sm iframe {
    transform: scale(0.5);
    transform-origin: top left;
    width: calc(100% / 0.5);
    height: calc(352px / 0.5);
}

iframe.soundcloud {
    display: block;
    margin: auto;
    margin-top: 50px;
}

.b-list {
    width: 520px;
    margin: auto;
    overflow: hidden;
}
.b-list-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-left: -20px;
}
.b-list-li {
    float: left;
    width: 250px;
    margin-top: 20px;
    margin-left: 20px;
}
.b-list-a {
    display: block;
    width: 100%;
}

.shops {
    width: 520px;
    margin-top: 30px;
}
.shops li {
    width: 250px;
}
.shops a {
    height: 100px;
}
.shops img {
    display: block;
    max-width: 250px;
    max-height: 100px;
    margin: auto;
}

.b-shops-more {
    text-align: center;
}
.b-shops-more a {
    display: inline-block;
    padding: 10px 100px;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}

.fb-page {
    display: block !important;
    width: 340px;
    margin: auto;
    margin-top: 50px;
}

h2 {
    margin-top: 50px;
    margin-bottom: 0;
    color: white;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
h2 a {
    color: white;
    text-decoration: none;
}
h2 a:hover {
    text-decoration: underline;
}

.instagram-feed {
    width: 490px;
}
.instagram-feed li {
    width: 150px;
}

.media {
    max-width: 920px;
    margin: 30px auto;
    padding: 0 16px;
}
.media .spotify {
    display: block;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    height: 520px;
    border: 0;
    border-radius: 12px;
    box-sizing: border-box;
}
@media (max-width: 600px) {
    .media { padding: 0 12px; }
    .media .spotify { height: 420px; }
}

.b-list::after,
.b-list-ul::after {
  content: "";
  display: block;
  clear: both;
}


.b-list-ul { 
  margin-left: 0;         
}


.b-list-li {
  float: left;
  width: 250px;
  margin: 20px 0 0 20px;  
}


.b-albums-more,
p.hashtag,
p.copyright {
  clear: both;
}

.b-list.albums,
.b-albums-more,
p.hashtag,
p.copyright {
  clear: both;                 
}


.b-list.albums::after,
.b-list-ul::after {
  content: "";
  display: block;
  clear: both;
}


.b-list-ul { 
  margin-left: 0;
}


.b-list-li {
  float: left;
  width: 250px;
  margin: 20px 0 0 20px;
}

.b-list.shops{
  max-width: 560px;
  width: 100%;
  margin: 30px auto 0;
  padding: 0; 
}

.b-list.shops .b-list-ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;           
  margin: 0;
  padding: 0;
}

.b-list.shops .b-list-li{
  list-style: none;
  float: none;         
  width: calc(50% - 10px);  
  margin: 0;
}

.b-list.shops .b-list-a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;       
  width: 100%;
}

.b-list.shops img{
  max-width: 100%;
  max-height: 100px;
  height: auto;
  display: block;
}


@media (max-width: 420px){
  .b-list.shops .b-list-li{ width: 100%; }
}

.b-list.albums{
  max-width: 560px;          
  width: 100%;
  margin: 40px auto 0;
  padding: 0;
}

.b-list.albums .b-list-ul{
  margin: 0;
  padding: 0;
}

.b-list.albums .b-list-li{
  list-style: none;
  float: none;               
  width: 100%;
  margin: 28px 0;
  text-align: center;        
  font-weight: 700;          
  text-transform: uppercase; 
  color: #fff;
}


.b-list.albums .b-list-a{
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;       
  background: #000;          
  border-radius: 12px;
  overflow: hidden;
  margin-top: 10px;          
}


.b-list.albums .b-list-a img{
  width: 100%;
  height: 100%;
  object-fit: contain;       
  display: block;
}


div.albums, .b-list.albums img{
  width: auto !important;
  height: auto !important;
}

.soundcloud {
  display: block;
  margin-bottom: 60px; 
}

.soundcloud {
  display: block;
  margin-bottom: 80px !important; 
}

.b-list.shops {
  margin-bottom: 20px !important; 
}

.albums {
  font-size: 150% !important;
  text-align: center;
  margin-bottom: 20px;
}


.b-list.albums img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  object-fit: contain !important;
  display: block;
  margin: 0 auto;
}
h2.albums {
  font-size: 50px !important;
  text-align: center;
  margin: 100px;
  margin-bottom: 0px;
}

.b-list.albums{
  max-width: 560px;
  width: 100%;
  margin: 40px auto 0;
}


.b-list.albums .b-list-ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px; 
  margin: 0;
  padding: 0;
}


.b-list.albums .b-list-li{
  list-style: none;
  text-align: center;     
  margin: 0;
}


.b-list.albums .b-list-li:first-child{
  grid-column: 1 / -1;  
}


.b-list.albums .b-list-li:not(:first-child) .b-list-a{
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;    
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 10px;      
}


.b-list.albums .b-list-li:not(:first-child) .b-list-a img{
  width: 100%;
  height: 100%;
  object-fit: contain;    
  display: block;
}


.b-list.albums .b-list-li:first-child .b-list-a{
  display: block;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.b-list.albums .b-list-li:first-child .b-list-a img{
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}


@media (max-width: 640px){
  .b-list.albums .b-list-ul{
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.b-albums-more {
    text-align: center;
    margin-top: 30px;
}

.b-albums-more a {
    display: inline-block;
    padding: 12px 36px;
    font-size: 1.4em; 
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid white;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.b-albums-more a:hover {
    background: white;
    color: black;
}


.b-albums-more {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px; 
}

.hashtag {
    text-align: center;
    margin-top: 80px;
    font-size: 1.5em;
    color: white;
}

.copyright {
    text-align: center;
    margin-top: 0px;
    font-size: 0.9em;
    color: white;
}


.no-scroll {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}

.b-list.albums li:not(:first-child) {
  font-size: 70%; 
}


.hero{
  position: relative;
  z-index: 1;             
}


.hero::after { content: none !important; }


.media{ position: relative; z-index: 0; background: transparent; }

.icons .mail .icon-mail-alt {
  font-size: 2em; 
}
#banner h2 {
  color: #ffffff;
}
#banner h2 {
  color: #ffffff !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

.hero{ position: relative; }
.hero::before{ z-index: 0; pointer-events: none; }


.hero > *{ position: relative; z-index: 1; }


h2.banner{
  color: #fff !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  text-shadow: none !important;
}

.hero::before,
.hero::after {
    content: none !important;
    display: none !important;
    background: none !important;
}
.b-list-a.STRDWN img {
    transform: scale(1.6) translate(2%, 0);
    transform-origin: center center;
}

.banner.video-title {
    font-size: 32px;      
    max-width: 560px;       
    margin: 0 auto 20px;    
    text-align: center;
}

@media (max-width: 600px) {
    .banner.video-title {
        font-size: 24px;
        max-width: 90%;
    }
}

.banner.platform-title {
    font-size: 32px;      
    max-width: 560px;       
    margin: 0 auto 20px;    
    text-align: center;
}

@media (max-width: 600px) {
    .banner.platform-title {
        font-size: 24px;
        max-width: 90%;
    }
}

.banner.soundcloud-title {
    font-size: 32px;      
    max-width: 560px;       
    margin: 80 auto 60px;    
    text-align: center;
}

@media (max-width: 600px) {
    .banner.soundcloud-title {
        font-size: 24px;
        max-width: 90%;
    }
}

.banner.relise-title {
    font-size: 32px;      
    max-width: 560px;       
    margin: 0 auto 20px;    
    text-align: center;
}

@media (max-width: 600px) {
    .banner.relise-title {
        font-size: 24px;
        max-width: 90%;
    }
}
.banner.new-title {
    font-size: 42px;      
    max-width: 560px;       
    margin: 0 auto 20px;    
    text-align: center;
}

@media (max-width: 600px) {
    .banner.new-title {
        font-size: 26px;
        max-width: 90%;
    }
}
.banner.top-title {
    font-size: 32px;      
    max-width: 560px;       
    margin: 0 auto 20px;    
    text-align: center;
}

@media (max-width: 600px) {
    .banner.top-title {
        font-size: 24px;
        max-width: 90%;
    }
}
.banner.video-title {
    margin-top: 80px;
}
.banner.platform-title {
    margin-top: 80px;
}
.banner.soundcloud-title {
    margin-top: 80px;
}

.banner.video-title {
    margin-bottom: 60px;
}
.banner.top-title {
    margin-top: 80px;
}
.banner.top-title {
    margin-bottom: 40px;
}
.banner.new-title {
    margin-top: 60px;
}
.banner.new-title {
    margin-bottom: 40px;
}
.banner.relises-title {
    margin: 80px;
}

.b-albums-more {
    text-align: center;       
    margin-top: 30px;         
    margin-bottom: 40px;      
}

.b-albums-more a {
    display: inline-block;             
    padding: 12px 36px;                
    font-size: 1.4em;                  
    font-weight: bold;                 
    text-transform: uppercase;         
    color: white;                      
    background: rgba(0, 0, 0, 0.4);    
    border: 2px solid white;           
    border-radius: 8px;                
    text-decoration: none;             
    transition: all 0.3s ease;         
    cursor: pointer;                   
}

.b-albums-more a:hover {
    background: white;  
    color: black;       
}

.b-list.shops + .b-albums-more {
    margin-top: 10px; 
}


.icons .mail .icon-mail-alt {
    font-size: 2em;
    color: #eaff00 !important; 
}
.icons .mail a:hover .icon-mail-alt {
    color: #FFFFFF !important; 
}


.hero .banner img {
    display: block;
    width: 100%;
    border-radius: 12px; 
    transition: transform 0.3s ease; 
}

.hero .banner:hover img {
    transform: scale(1.1); 
}


.b-list.albums .b-list-a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px; 
    transition: transform 0.3s ease; 
}


.b-list.albums .b-list-a:hover img {
    transform: scale(1.1); 
}




.yt-carousel {
    max-width: 1100px;
    margin: 60px auto;
    position: relative;
    overflow: visible;
}

.yt-carousel input[type="radio"] {
    display: none;
}


.yt-track {
    position: relative;
    width: 100%;
    height: 315px;
}


.yt-item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    height: 157px;
    transform: translate(-50%, -50%) scale(0.8);
    transition: all 0.35s ease;
    opacity: 0.6;
    z-index: 1;
}


.yt-item iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 12px;
}


#yt1:checked ~ .yt-track label[for="yt1"],
#yt2:checked ~ .yt-track label[for="yt2"],
#yt3:checked ~ .yt-track label[for="yt3"] {
    width: 560px;
    height: 315px;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    z-index: 5;
}


#yt1:checked ~ .yt-track label[for="yt3"] {
    transform: translate(-180%, -50%) scale(0.8);
}

#yt1:checked ~ .yt-track label[for="yt2"] {
    transform: translate(80%, -50%) scale(0.8);
}


#yt2:checked ~ .yt-track label[for="yt1"] {
    transform: translate(-180%, -50%) scale(0.8);
}

#yt2:checked ~ .yt-track label[for="yt3"] {
    transform: translate(80%, -50%) scale(0.8);
}


#yt3:checked ~ .yt-track label[for="yt2"] {
    transform: translate(-180%, -50%) scale(0.8);
}

#yt3:checked ~ .yt-track label[for="yt1"] {
    transform: translate(80%, -50%) scale(0.8);
}


.yt-item .click-overlay {
    position: absolute;
    inset: 0;
    z-index: 10;
    cursor: pointer;
    background: transparent;
}


#yt1:checked ~ .yt-track label[for="yt1"] .click-overlay,
#yt2:checked ~ .yt-track label[for="yt2"] .click-overlay,
#yt3:checked ~ .yt-track label[for="yt3"] .click-overlay {
    display: none;
    pointer-events: none;
}

#yt1:checked ~ .yt-track label[for="yt2"] .click-overlay,
#yt1:checked ~ .yt-track label[for="yt3"] .click-overlay,
#yt2:checked ~ .yt-track label[for="yt1"] .click-overlay,
#yt2:checked ~ .yt-track label[for="yt3"] .click-overlay,
#yt3:checked ~ .yt-track label[for="yt1"] .click-overlay,
#yt3:checked ~ .yt-track label[for="yt2"] .click-overlay {
    display: block;
    pointer-events: all;
}





.scroll-top-btn {
  position: fixed;
  bottom: 30px;
  left: 60px;
  display: none;
  background: transparent; 
  border: none; 
  padding: 0;
  font-size: 48px; 
  line-height: 1;
  cursor: pointer;
  z-index: 1000;
  color: #fffb00; 
  text-shadow: 
      0 0 5px #fffb00,
      0 0 10px #fffb00,
      0 0 20px #fffb00,
      0 0 35px #ffe600,
      0 0 50px #ffe600; 
  transition: transform 0.2s ease;
}

.scroll-top-btn:hover {
  transform: scale(1.25);
}

.scroll-top-btn.show {
  display: block;
}



.b-list-li img {
    transition: transform 0.25s ease;
    transform-origin: center center;
}

.b-list-li:hover img {
    transform: scale(1.2);
}


.scroll-code {
    position: fixed;
    top: 0;
    right: 0;
    width: 42px;
    height: 100dvh;
    background: rgba(0, 0, 0, 0);
    color: #eaff00; 
    font-family: monospace;
    font-size: 18px;
    line-height: 20px;
    white-space: pre;
    padding: 10px 6px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s ease;
    z-index: -1;
}

.scroll-code.show {
    opacity: 1;
}

body {
    position: relative;
    z-index: 0;
}



body {
    margin: 0;
    padding: 0;
}



.qa-section {
    text-align: center;
    margin: 40px auto 40px;
    font-family: 'Quantico', sans-serif;
}

.qa-btn {
    display: inline-block;
    padding: 10px 18px;
    color: #eaff00;
    border: 1px solid #eaff00;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.95em;
    border-radius: 6px;
    transition: all 0.25s ease;
    margin-bottom: 20px;
}

.qa-btn:hover {
    background: #eaff00;
    color: #000;
}

.qa-content-block {
    max-width: 600px;
    margin: 20px auto 0;
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid #eaff00;
    padding: 20px;
    border-radius: 10px;
    color: #eaff00;
    line-height: 1.5;
}

.qa-email {
    font-weight: bold;
    word-break: break-all;
}

.hidden {
    display: none;
}



.qa-image {
  width: 100%;
  max-width: 200px;
  margin: 18px auto;
  display: block;
  border-radius: 10px;
  border: 1px solid #eaff00;
  box-shadow: 0 0 8px #eaff00;
}






.spotify-carousel {
    position: relative;
    max-width: 900px;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-track {
    position: relative;
    width: 100%;
    height: 480px;
}

.sp-item {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 270px;
    height: 400px;
    transform-origin: center;
    transition: transform 0.6s ease, opacity 0.6s ease;
    opacity: 0.35;
    pointer-events: none;
}

.sp-item iframe {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 0;
}

.sp-item.active {
    width: 410px;
    height: 472px;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%);
}


.sp-item:not(.active) {
    transform: translateX(-80%);
}


.sp-btn {
    background: none;
    border: none;
    font-size: 64px;
    color: #eaff00;
    cursor: pointer;
    padding: 0 20px;
    transition: transform 0.25s ease;
}

.sp-btn:hover {
    transform: scale(1.3);
}


@media (max-width: 700px) {
    .sp-track {
        display: flex;                  
        overflow-x: auto;               
        scroll-snap-type: x mandatory;  
        -webkit-overflow-scrolling: touch;
        padding: 10px 0;
        height: auto;                   
    }

    .sp-item {
    position: relative;  
    flex: 0 0 auto;                 
    width: 210px;
    height: 280px;
    margin: 0 15px;                 
    transform: none;     
    opacity: 1;          
    pointer-events: auto;
    scroll-snap-align: center;     
}
    
    .sp-item.active {
        width: 280px;
        height: 360px;
    }

    .sp-btn {
        display: none; 
    }
}



.b-list-a {
  position: relative;
  display: inline-block;
}

.cover-label {
  position: absolute;
  top: 55px;
  left: 10px;
  z-index: 2;

  padding: 6px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  backdrop-filter: blur(4px);
}



html {
  scroll-behavior: smooth;
}



ul.icons li.merch-link {
    margin-right: 60px; 
}

ul.icons li.merch-link a {
    font-size: 35px;          
    color: #fff;
    text-decoration: none; 
    line-height: 1;
    letter-spacing: 0.08em;
    position: relative;
    top: 0px;               
}


ul.icons li.merch-link a:hover {
    color: #eaff00;
}



header ul.icons li.mail a {
    position: relative;  
    z-index: 2;          
}






.merch-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.merch-modal-content {
  width: 90%;
  max-width: 1200px;
  background: #000;
  padding: 30px;
  border-radius: 12px;
  color: #fff;
  overflow-y: auto;
  max-height: 90%;
}

.merch-modal h2 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
}


.merch-close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 48px;
  cursor: pointer;
  color: #eaff00;
}


.merch-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(250px, 1fr));
  gap: 60px;
  max-width: 900px;
  margin: 0 auto;
  justify-items: center;
}

@media (max-width: 600px) {
  .merch-grid {
    grid-template-columns: 1fr;          
  }
}


.hidden { display: none; }


.qa-btn#merchBtn {
  display: inline-block;
  padding: 24px 72px;
  font-size: 2.8em;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  background: rgba(0,0,0,0.4);
  border: 2px solid white;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 40px;  
  margin-bottom: 0px;
}

.qa-btn#merchBtn:hover {
  background: white;
  color: black;
}

.visit-store-btn {
  font-size: 32px;
  padding: 24px 72px;
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: transparent;
  font-family: Quantico, sans-serif;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 10px;
  margin-top: 60px; 
}

.visit-store-btn:hover {
  background-color: #ffffff;
  color: #000000;
}




.visit-store-btn {
  font-size: 32px;
  padding: 18px 50px;
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: transparent;
  font-family: Quantico, sans-serif;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 10px;
  display: block;         
  width: max-content;      
  margin: 70px auto 0;    
  text-align: center;
  text-decoration: none;
}

.visit-store-btn:hover {
  background-color: #ffffff;
  color: #000000;
}



.merch-logo {
  display: block;       
  margin: 0 auto 20px; 
  max-width: 200px;     
  height: auto;        
}

@media (max-width: 600px) {
  .merch-logo {
    max-width: 150px;  
    margin-bottom: 15px;
  }
}


.merch-logo {
    cursor: pointer;
}




.bandcamp-block {
  max-width: 360px;
  margin: 20px auto 80px;
  text-align: center;
}

.bandcamp-banner {
  font-size: 32px;           
  max-width: 560px;
  margin: 80px auto 40px;  
  text-align: center;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;   
  display: block;        
}

@media (max-width: 600px) {
  .bandcamp-banner {
    font-size: 24px;
    max-width: 90%;
  }
}


.bandcamp-block iframe {
  display: block;
  width: 350px;
  height: 442px;
  margin: 0 auto 40px;
  border: 0;
}


.bandcamp-btn {
  margin-top: 0;
}
.bandcamp-btn a {
  display: inline-block;
  padding: 12px 36px;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  background: rgba(0,0,0,0.4);
  border: 2px solid white;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bandcamp-btn a:hover {
  background: white;
  color: black;
}


.paypal-btn {
  display: inline-flex;           
  align-items: center;          
  padding: 12px 24px;
  font-size: 1.2em;
  font-weight: bold;
  color: #0070BA;             
  border: 2px solid #0070BA;   
  border-radius: 8px;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.3s ease;
}

.paypal-btn:hover {
  background-color: #0070BA;   
  color: #fff;
}

.paypal-btn img {
  height: 24px;
  margin-right: 10px;
}

.paypal-note {
  font-size: 0.9em;
  color: #ccc;
  text-align: center;
  margin-top: 8px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.paypal-wrapper {
  text-align: center;
  margin-bottom: 60px;
}
.qa-section {
  display: flex;
  justify-content: center;
  flex-direction: column; 
  align-items: center;  
  width: 100%;
}

#merchBtn {
  margin: 0 auto;
}

.hashtag {
  
    font-size: 1.em;
   
}

.about-btn-white {
    display: inline-block;
    padding: 15px 25px;     
    font-size: 1.4em;        
    font-weight: 700;
    text-transform: uppercase;
    color: #000 !important; 
    background: #ffffff;     
    border: 2px solid #ffffff;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
  margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'Quantico', sans-serif;
    min-width: 250px;       
    text-align: center;
}

.about-btn-white:hover {
    background: transparent !important;
    color: #ffffff !important;
}

.hashtag {
    margin-top: 40px !important;
}
