/* Base style for both buttons */
.js-store-prod-text a {
  display: block;                 /* forces each button to start on a new line */
  width: fit-content;             /* keeps button width equal to text width */
  padding: 10px 15px;
  margin-top: 20px;               /* space above each button */
  border-radius: 3px;
  font-weight: 600;
  background-color: #0A1F44;
  color: #ffffff !important;
  text-decoration: none;
}

/* Optional: hover effect for better UI feedback */
.js-store-prod-text a:hover {
  opacity: 0.9;
}

/* First button styling (if you want it slightly different later) */
.js-store-prod-text a:first-of-type {
  background-color: #0A1F44;
  color: #ffffff !important;
}

/* Second button styling */
.js-store-prod-text a:last-of-type {
  background-color: #0A1F44;
  color: #ffffff !important;
}

/* Fix for overlapping cart layer */
.t706__cartwin_showed {
  z-index: 999999999;
}

.t-store__prod-popup__sku {
  display: none !important;
}

