.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

* {
  box-sizing: border-box;
}

.h3 {
  font-family: Arial, Helvetica, sans-serif;
}

body {
  color: #6c757d;
}


@media screen and (min-width: 600px) {
  .mobile-break {
    display: none;
  }
}

a,
img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.shopify-buy__btn-wrapper {
  margin-top: 0 !important;
}

.info-banner {
  width: 50%;
}

.info-banner-small {
  width: 35%;
}

.product-card {
  width: 16rem;
}

.product-card-img-container {
  height: 16rem;
  width: 16rem;
}

.product-card-img {
  max-height: 16rem;
  max-width: 15.5rem;
}

.bundle-card {
  width: 32rem;
}

.bundle-card-img-container {
  height: 13rem;
  width: 32rem;
}

.bundle-card-img {
  max-height: 16rem;
  max-width: 31.5rem;
}

.swiper-container {
  max-height: 520px;
}

/* Medium screens */
@media all and (max-width: 800px) {
  .info-banner {
    width: 85%;
  }

  .info-banner-small {
    width: 75%;
  }

  .product-card {
    width: 14rem;
  }

  .product-card-img-container {
    height: 14rem;
    width: 14rem;
  }

  .swiper-container {
    max-height: 480px;
  }

  .product-card-img {
    max-height: 14rem;
    max-width: 13.5rem;
  }

  .bundle-card {
    width: 28rem;
  }

  .bundle-card-img-container {
    height: 14rem;
    width: 28rem;
  }

  .bundle-card-img {
    max-height: 14rem;
    max-width: 27rem;
  }
}

/* Small screens */
@media all and (max-width: 500px) {

  .info-banner {
    width: 95%;
  }

  .info-banner-small {
    width: 85%;
  }

  .swiper-container {
    height: 600px;
  }

  .product-card {
    width: 10.5rem;
  }

  .product-card-img-container {
    height: 10.5rem;
    width: 10.5rem;
  }

  .product-card-img {
    max-height: 10.5rem;
    max-width: 9.5rem;
  }

  .bundle-card {
    width: 21rem;
  }

  .bundle-card-img-container {
    height: 10.5rem;
    width: 21rem;
  }

  .bundle-card-img {
    max-height: 10.5rem;
    max-width: 19rem;
  }
}

.small-product-card {
  width: 10rem;
}

.small-product-card-img-container {
  height: 10rem;
  width: 10rem;
}

.small-product-card-img {
  max-height: 10rem;
  max-width: 9.5rem;
}

/* Medium screens */
@media all and (max-width: 800px) {
  .small-product-card {
    width: 8rem;
  }

  .small-product-card-img-container {
    height: 8rem;
    width: 8rem;
  }

  .small-product-card-img {
    max-height: 8rem;
    max-width: 7.5rem;
  }
}

/* Small screens */
@media all and (max-width: 500px) {
  .small-product-card {
    width: 9.25rem;
  }

  .small-product-card-img-container {
    height: 9.25rem;
    width: 9.25rem;
  }

  .small-product-card-img {
    max-height: 9.25rem;
    max-width: 8.75rem;
  }
}

/** newsletter */
.newsletter {
  background: #edfffe;
}

.newsletter .content {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.newsletter .content h2 {
  color: #243c4f;
}
.newsletter .content .form-control {
  height: 50px;
  border-color: #ffffff;
  border-radius: 0;
}
.newsletter .content.form-control:focus {
  box-shadow: none;
  border: 2px solid #243c4f;
}
.newsletter .content .btn {
  min-height: 50px;
  border-radius: 0;
  background: #ff3b90;
  color: #fff;
  font-weight: 600;
}

