/** Shopify CDN: Minification failed

Line 463:40 Expected "}" to go with "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-medicube-footer (INDEX:16) */
.custom-medicube-footer {
  background: #000;
  color: #fff;
  padding: 0;
}

.custom-medicube-footer__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px 36px;
}

/* NEWSLETTER */
.custom-medicube-footer__newsletter {
  padding: 40px 0 28px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.custom-medicube-footer__newsletter-title {
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.custom-medicube-footer__newsletter-text {
  color: rgba(255,255,255,.82);
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 18px;
  max-width: 760px;
}

.custom-medicube-footer__newsletter-form {
  max-width: 760px;
}

.custom-medicube-footer__field {
  width: 100%;
  height: 56px;
  background: transparent;
  border: 1px solid rgba(255,255,255,.7);
  color: #fff;
  padding: 0 18px;
  font-size: 16px;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 14px;
}

.custom-medicube-footer__field::placeholder {
  color: rgba(255,255,255,.85);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.custom-medicube-footer__button {
  width: 100%;
  height: 56px;
  border: 0;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
}

.custom-medicube-footer__legal {
  color: rgba(255,255,255,.52);
  font-size: 14px;
  line-height: 1.6;
  margin-top: 16px;
}

.custom-medicube-footer__legal a {
  color: rgba(255,255,255,.7);
  text-decoration: underline;
}

/* TOP AREA */
.custom-medicube-footer__top {
  padding: 34px 0 24px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
  column-gap: 56px;
  row-gap: 34px;
  align-items: start;
}

.custom-medicube-footer__brand-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.custom-medicube-footer__logo {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.custom-medicube-footer__logo img {
  display: block;
  max-width: 220px;
  height: auto;
}

.custom-medicube-footer__logo-text {
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.04em;
  color: #fff;
  text-transform: lowercase;
}

.custom-medicube-footer__social {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.custom-medicube-footer__social a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  text-decoration: none;
  opacity: 1;
  transition: opacity .2s ease;
}

.custom-medicube-footer__social a:hover {
  opacity: .72;
}

.custom-medicube-footer__social svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  display: block;
}

/* COLUMN TITLES */
.custom-medicube-footer__heading {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin: 0 0 18px;
}

/* MENUS */
.custom-medicube-footer__menu,
.custom-medicube-footer__contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-medicube-footer__menu li,
.custom-medicube-footer__contact-list li {
  margin: 0 0 10px;
}

.custom-medicube-footer__menu a,
.custom-medicube-footer__contact-list a,
.custom-medicube-footer__contact-list span {
  color: rgba(255,255,255,.92);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
}

.custom-medicube-footer__menu a:hover,
.custom-medicube-footer__contact-list a:hover {
  opacity: .72;
}

.custom-medicube-footer__contact-list li {
  margin-bottom: 18px;
}

.custom-medicube-footer__contact-list span {
  color: rgba(255,255,255,.92);
}

.custom-medicube-footer__contact-list a {
  word-break: break-word;
}

/* BOTTOM */
.custom-medicube-footer__bottom {
  border-top: 1px solid rgba(255, 218, 218, 0.18);
  padding-top: 19px;
}

.custom-medicube-footer__address {
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.custom-medicube-footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
}

.custom-medicube-footer__bottom-links a,
.custom-medicube-footer__bottom-links span {
  color: rgba(255,255,255,.72);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}

.custom-medicube-footer__bottom-links a:hover {
  opacity: .72;
}

.custom-medicube-footer__message {
  margin-top: 12px;
  font-size: 14px;
}

.custom-medicube-footer__message--success {
  color: #8fd38f;
}

.custom-medicube-footer__message--error {
  color: #ff8f8f;
}

/* TABLET */
@media screen and (max-width: 989px) {
  .custom-medicube-footer__top {
    grid-template-columns: 1fr 1fr;
    column-gap: 36px;
    row-gap: 28px;
  }

  .custom-medicube-footer__brand-col {
    grid-column: 1 / -1;
  }
}

/* MOBILE */
@media screen and (max-width: 749px) {
  .custom-medicube-footer__inner {
    padding: 0 20px 28px;
  }

  .custom-medicube-footer__newsletter {
    padding: 34px 0 24px;
  }

  .custom-medicube-footer__newsletter-title {
    font-size: 24px;
  }

  .custom-medicube-footer__top {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 28px 0 20px;
  }

  .custom-medicube-footer__brand-col {
    gap: 16px;
  }

  .custom-medicube-footer__logo img {
    max-width: 180px;
  }

  .custom-medicube-footer__logo-text {
    font-size: 34px;
  }

  .custom-medicube-footer__heading {
    font-size: 12px;
    margin-bottom: 12px;
    letter-spacing: .05em;
  }

  .custom-medicube-footer__menu li,
  .custom-medicube-footer__contact-list li {
    margin-bottom: 10px;
  }

  .custom-medicube-footer__menu a,
  .custom-medicube-footer__contact-list a,
  .custom-medicube-footer__contact-list span {
    font-size: 14px;
    line-height: 1.55;
  }

  .custom-medicube-footer__contact-list li {
    margin-bottom: 16px;
  }

  .custom-medicube-footer__bottom-links {
    gap: 14px 24px;
  }
.custom-medicube-footer__newsletter-form {
  margin-bottom: 0 !important;
}

.custom-medicube-footer__coupon-wrap {
  margin: 0 !important;
  padding: 0 !important;
}

.custom-medicube-footer__message--success {
  margin: 0 0 12px !important;
  color: #8fd38f;
  font-size: 15px;
  line-height: 1.4;
}
.custom-medicube-footer .custom-medicube-footer__newsletter-form {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

.custom-medicube-footer .custom-medicube-footer__field {
  margin: 0 !important;
}

.custom-medicube-footer .custom-medicube-footer__button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 56px !important;
  height: 56px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  background-image: none !important;
  color: #000000 !important;
  opacity: 1 !important;
  visibility: visible !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  box-shadow: none !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

.custom-medicube-footer .custom-medicube-footer__button:hover,
.custom-medicube-footer .custom-medicube-footer__button:focus,
.custom-medicube-footer .custom-medicube-footer__button:active {
  background: #ffffff !important;
  color: #000000 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.custom-medicube-footer .shopify-challenge__container,
.custom-medicube-footer .grecaptcha-badge,
.custom-medicube-footer .shopify-payment-button,
.custom-medicube-footer .h-captcha {
  margin: 0 !important;
}
/* END_SECTION:custom-medicube-footer */

/* START_SECTION:medicube-category-grid (INDEX:52) */
.medicube-category-grid{
  width:100vw;
  margin-left:calc(50% - 50vw);
}

.medicube-category-grid__wrapper{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
}

.medicube-category-grid__item{
  position:relative;
  display:block;
  overflow:hidden;
}

.medicube-category-grid__image{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.medicube-category-grid__title{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  background:#000;
  color:#fff;
  text-align:center;
  font-size:14px;
  letter-spacing:.08em;
  padding:10px 0;
  font-weight:600;
  z-index:2;
}

/* MOBILE */

@media screen and (max-width:768px){

.medicube-category-grid{
  width:100%;
  margin-left:0;
}

.medicube-category-grid__wrapper{
  grid-template-columns:repeat(2,1fr);
}

.medicube-category-grid__title{
  font-size:13px;
}

@media (min-width: 1024px) {
  .medicube-category-grid {
    display: none !important;
  }
}

}
/* END_SECTION:medicube-category-grid */