.drawer::part(header) {
  padding-bottom: 0;
}
@media screen and (min-width: 700px) {
  .drawer[header-bordered]::part(header) {
    border-bottom: none;
  }

  .drawer, .quick-buy-drawer {
    --drawer-body-padding: var(--spacing-8) var(--spacing-10);
  }

  .quick-buy-drawer .horizontal-product-list-carousel {
    grid-template-columns: none;
  }
}

.quick-buy-content__details-link {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: underline;
  margin-top: 5px;
  font-size: 14px;
}

.quick-buy-drawer .variant-picker__option-info,
.quick-buy-drawer .variant-picker__option-values {
  justify-content: flex-start;
  font-size: 1.1em;
}

.quick-buy-drawer .variant-picker__option-info,
.quick-buy-drawer .variant-picker__option-values .text-subdued {
  color: rgb(var(--text-color));
}
