<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 38:32 Unexpected ";"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
body {
    color: #ffffff !important; /* Default text color - White */
}

/* Set different colors for each heading */
h1 {
    color: #ffffff !important; 
}
h2 {
    color: #fffff !important;
}
h3 {
    color: #ffffff !important; 
}
h3.t4s-section-title.t4s-title {
    color: #666666 !important; 
}

h4 {
    color: #ffffff !important;
}
h5 {
    color: #ffffff !important; 
}


#ProductInfo-template--template--19302865207513__main__main
  &gt; div.t4s-extra-link
  &gt; a.t4s-ch.t4s-btn__size-chart;

#t4s-btn__size-chart {
  font-size: 0 !important; /* Hide original text */
  position: relative !important;
}

.t4s-btn__size-chart::before {
  content: "ðŸ§µ" !important;
  font-size: 16px !important;
  color: #000 !important; /* Change this if needed */
  font-weight: 600 !important;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  h3.t4s-product-title {
    font-size: 18px !important; /* Change to your desired size */
}


gokwik-checkout-button {
  padding: 8px 16px; /* Smaller padding */
  font-size: 14px; /* Smaller text */
  border-radius: 6px; /* Slightly rounded */
  background-color: #000000; /* Dark background like most checkout buttons */
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
gokwik-checkout-button {
  background-color: #222222; /* Slight hover effect */
}
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  h3.t4s-section-title.t4s-title {
    font-size: 28px !important; }
h3.t4s-product-title {
    font-size: 14px !important; }


.custom-link { 
    font-size: 16px !important; 
    position: absolute; 
    bottom: 20px; /* Adjust this to move it up/down */
    left: 38%; 
    transform: translateX(-38%); /* Centers it */
    color: white; /* Adjust as needed */
    cursor: pointer; 
}
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}</pre></body></html>