.product-default {
  --button-size: 55px;
  --button-border-color: var(--dark-900-o20);
  --large-desktop-space: 52px;

  .title {
    margin-bottom: var(--fixed-space-4);
  }

  .variant-price {
    display: flex;
    gap: var(--fixed-space-2);
    padding-bottom: var(--fixed-space-2);
  }

  .product-gallery {
    margin-bottom: var(--fixed-space-10);

    @media (min-width: 990px) {
      margin-bottom: 0;
    }
  }

  .product-description {
    margin-bottom: var(--fixed-space-8);
    padding-top: var(--fixed-space-8);
  }

  .product-purchase-options {
    display: flex;
    flex-direction: column;
    margin-bottom: var(--fixed-space-7);
  }

  .product-purchase-options .coffee-variant-selector {
    margin-bottom: -1px;
  }

  .variant-and-quantity-selector {
    background: var(--light-200);
    border: var(--panel-border-width) solid var(--dark-800);
    color: var(--dark-800);
    display: flex;
    flex-direction: column;
    gap: var(--fixed-space-10);
    padding: var(--fixed-space-6) var(--fixed-space-3);
  }

  .variant-options-full-width .option-value-label {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
  }

  .upsell-link-wrapper {
    padding-top: var(--fixed-space-4);
    text-align: center;
  }
}
