@charset "utf-8";

.peer:checked ~ .peer-checked\:bg-scheme-text { background-color: rgb(255, 240, 0); font-weight: 700; color: rgb(0, 0, 0) !important; border: 0px !important; }

.btn { box-shadow: unset; background-color: rgb(235, 235, 235); }

.xl\:w-1\/5 { width: 97%; }

.custom-pdp-block { margin: 0px; }

.product-block.mt-5 { margin-bottom: 0px !important; }

.custom-pdp-block .inline-block { display: flex; align-items: center; }

@media only screen and (max-width: 766px) {
  .xl\:w-1\/5 { width: unset; }
}