.shop-magic-wrapper-6 {
  .shop-magic-item-1 {
    width: 100%;

    > div {
      width: 100%;
      padding-top: 50%;
    }
  }

  .shop-magic-item-2 {
    width: 50%;

    > div {
      width: 100%;
      padding-top: 50%;
    }
  }

  .shop-magic-item-3 {
    width: 50%;

    > div {
      width: 100%;
      padding-top: 50%;
    }
  }
}