body[data-pdm-purchase-section] {
  product-info {
    .product__info-container {
      display: flex;
      flex-direction: column;
    }

    variant-selects {
      .product-form__input .form__label {
        margin-top: 8px;
      }

      .product__collection-products {
        display: none;
      }
    }
    .product__variant-picker-container {
      order: 1;
    }

    .product__selling_plan_picker {
      order: 2;
    }

    .product__buy-buttons {
      order: 3;
    }

    .product__description {
      order: 4;
    }

    .product__collection-products {
      order: 5;
    }
    .product-form__input__purchase-option {
      border: 1px solid #000;
      border-radius: 12px;
      padding-inline: 7px;
      padding-block: 12px;
      margin-bottom: 12px;
    }

    .product__info-container .product-form {
      margin-top: 12px;
      margin-bottom: 32px;
    }
  }

  @media screen and (max-width: 749px) {
    product-info {
      .product__variant-picker-container {
        order: 2;
      }

      .product__buy-buttons {
        order: 3;
        margin-top: 0;
        margin-bottom: 0;
        .product-form {
          margin-top: 0;
          margin-bottom: 0;
          .button {
            margin-bottom: 0;
          }
        }
      }

      .product__selling_plan_picker {
        order: 3;
        margin-bottom: 0;
        selling-plan-picker {
          padding: 0;
        }
      }

      .product__collection-products {
        order: 6;
        margin-top: 20px;
        .h6 {
          margin-top: 0;
        }
      }

      .product-form__input__purchase-option--group-selling-plan {
        border-bottom: 1px solid rgba(var(--color-foreground), 0.4);
        span {
          svg {
            path {
              fill: rgb(255, 255, 131) !important;
            }
          }
        }
      }

      .product-form__input__purchase-option--group-one-time,
      .product-form__input__purchase-option--group-selling-plan {
        padding: 0.8rem 1rem;
      }
    }
  }
}
