#ajax-content-wrap .nectar-3d-transparent-button.bbom-detail-button-normalized {
  display: inline-flex !important;
  width: min(92vw, 320px) !important;
  height: auto !important;
  min-height: 60px !important;
  line-height: 1 !important;
  visibility: visible !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

#ajax-content-wrap .nectar-3d-transparent-button.bbom-detail-button-normalized > a {
  display: flex !important;
  position: relative !important;
  width: 100% !important;
  min-height: 60px !important;
  height: 60px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 20px !important;
  border: 4px solid #ff0000 !important;
  background: transparent !important;
  box-sizing: border-box !important;
  color: #ff0000 !important;
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 0 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: background-color 0.2s ease, color 0.2s ease !important;
  overflow: visible !important;
}

#ajax-content-wrap .nectar-3d-transparent-button.bbom-detail-button-normalized > a:hover,
#ajax-content-wrap .nectar-3d-transparent-button.bbom-detail-button-normalized > a:focus-visible {
  background: #ff0000 !important;
  color: #ffffff !important;
}

#ajax-content-wrap .nectar-3d-transparent-button.bbom-detail-button-normalized .bbom-detail-button-label {
  display: flex !important;
  position: absolute !important;
  inset: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  overflow: visible !important;
  color: inherit !important;
  font-family: "Bebas Neue", sans-serif !important;
  font-size: clamp(16px, 4.8vw, 22px) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-align: center !important;
  text-indent: 0 !important;
  pointer-events: none !important;
  transform: translateY(1px) !important;
}

#ajax-content-wrap .nectar-3d-transparent-button.bbom-detail-button-normalized .inner-wrap,
#ajax-content-wrap .nectar-3d-transparent-button.bbom-detail-button-normalized .front-3d,
#ajax-content-wrap .nectar-3d-transparent-button.bbom-detail-button-normalized .back-3d,
#ajax-content-wrap .nectar-3d-transparent-button.bbom-detail-button-normalized svg,
#ajax-content-wrap .nectar-3d-transparent-button.bbom-detail-button-normalized .hidden-text {
  display: none !important;
}

@media only screen and (max-width: 360px) {
  #ajax-content-wrap .nectar-3d-transparent-button.bbom-detail-button-normalized {
    width: min(94vw, 312px) !important;
  }

  #ajax-content-wrap .nectar-3d-transparent-button.bbom-detail-button-normalized > a {
    min-height: 56px !important;
    height: 56px !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
  }
}
