<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bold-product__variants .select{
  width:50%;
  height:20%;
}

@media only screen and (max-width: 700px) {
  .flickity-slider .bold-grid__column {
      width: 50% !important;
  }
  .bold-product__variants .select {
    width: 96% !important;
  }
  .bold-modal__window {
    height:83% !important;
  }
}</pre></body></html>