@media all and (max-width: 768px) {
  .cart-drawer {
    width: 90%;
  }
  .drawer-menu__page,
  .search-sidebar {
    width: 85%;
  }
}
@media (min-width: 768px) {
  .announcement-bar__inner-container {
    grid-template-columns: 1fr 6fr 1fr;
  }
}
.cart-drawer .cartdrawfpay.text-center {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  gap: 10px;
}
.cart-drawer__body-main-content .cart-drawer__header-title span {
  display: none;
}
.round-style .cart-drawer__body-main-content {
  border-radius: 0;
}
.cart-drawer__body-main-content .cart-drawer__header-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
  padding: 0;
  font-family: Inter, sans-serif;
  text-transform: capitalize;
}
.cart-drawer__body-main-content .cart-drawer__header {
  padding: 27px 28px 29px;
  background: #eae1d3;
}
.cart-drawer__body-main-content .cart-drawer__header-close-button-wrapper {
  padding: 0;
}
.cart-drawer__body-main-content .free-shipping-bar__progress {
  height: 12px;
  background-color: #fff !important;
  border-radius: 10px;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.cart-drawer__body-main-content
  .free-shipping-bar__progress--with-gradient
  .free-shipping-bar__progress-bar {
  background: #fff;
  height: 12px;
  position: relative;
  overflow: unset !important;
}
.cart-drawer__body-main-content .cart-drawer__content {
  background-color: #f0ece680;
  padding-top: 14px;
  padding-bottom: 14px;
}
.cart-drawer__body-main-content
  .free-shipping-bar__progress--with-gradient
  .free-shipping-bar__progress-bar-dots {
  background: #ffd14a !important;
  height: 100%;
  z-index: 1;
  border-radius: 10px;
}
.cart-drawer__body-main-content .free-shipping-bar {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  position: relative;
  max-width: 410px;
  margin: auto;
}
.cart-drawer__body-main-content .free-shipping-bar:after {
  content: "";
  position: absolute;
  background-image: url(../../../files/cart-icon.svg);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  background-color: #4e818c;
  z-index: 99;
  background-size: 19px 19px;
  border-radius: 100%;
  background-position: center;
  margin: auto;
  right: -5px;
  top: -8px;
}
.cart-drawer__body-main-content .free-shipping-bar__title.caption2 {
  font-size: 13px;
  text-align: right;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 400;
  color: #000;
  padding-top: 10px;
  position: relative;
  left: 26px;
}
.cart-drawer__body-main-content .cart_subtotal_content {
  display: none;
}
.cart-drawer__body-main-content .cart-drawer-subtotal__accordeon-plus-btn {
  display: none !important;
}
.cart-drawer__body-main-content .car-drawer-addtional-info {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  padding: 14px;
  background: #4e818c;
  color: #fff;
  text-align: center;
}
.cart-drawer__body-main-content .cart-drawer__free-shipping-bar {
  padding: 0 !important;
  margin: 0 !important;
}
.cart-drawer__body-main-content
  .cart-drawer-items-block.cart-drawer__block.cart-drawer__block--items {
  padding: 31px 28px 52px 27px;
  margin: 0;
}
.cart-drawer__body-main-content .cart-item__grid {
  column-gap: 26px !important;
  align-items: center;
}
.cart-drawer__body-main-content .cart-item__grid span.cart-item__name-label {
  font-size: 13px;
  font-weight: 700;
  font-family: Inter, sans-serif;
  color: #000;
  line-height: 15.73px;
}
.cart-drawer__body-main-content .cart-item__grid .cart-item__option {
  font-size: 13px;
  font-weight: 400;
  line-height: 15.73px;
  color: #000;
}
.cart-drawer__body-main-content .cart-item__grid .cart-item__price-item {
  font-size: 13px;
  font-weight: 700;
  line-height: 15.73px;
  color: #000;
}
.cart-drawer__body-main-content
  .cart-item__grid
  .cart-item__price-item--small.cart-item__price-item--old,
.cart-drawer__body-main-content .cart-item__grid .product-sale-amount-badge {
  display: none;
}
.cart-drawer__body-main-content
  .cart-item__grid
  svg.cart-item-quantity__button-icon
  path {
  stroke: #000;
}
.cart-drawer__body-main-content
  .cart-item__grid
  input#QuantityInput-CartItem-0 {
  font-size: 16px !important;
  font-weight: 700;
  font-family: inter;
  color: #000;
  line-height: 19.36px;
}
.cart-drawer__body-main-content
  .cart-item__grid
  quantity-component.cart-item-quantity.cart-item-quantity--with-rounded-buttons {
  border: 1px solid #4e818c;
  height: 43px !important;
}
.cart-drawer__body-main-content .cart-item__remove-button:before {
  content: "Remove";
  font-size: 12px;
  line-height: 14.52px;
  text-decoration: underline;
  font-weight: 400;
  color: #000;
}
.cart-drawer__body-main-content .cart-item__remove-button {
  position: absolute;
  bottom: 10px;
  right: 17px;
  cursor: pointer;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
}
.cart-drawer__body-main-content
  .cart-item__remove-button
  svg.cart-item__remove-button-icon {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cart-drawer__body-main-content .shape__target-image {
  object-fit: contain !important;
}
.cart-drawer__body-main-content {
  width: 497px !important;
  max-width: 497px !important;
  min-width: 100%;
}
.cart-drawer__body-main-content .cart-drawer {
  transform: none !important;
}
.cart-drawer__body-main-content .cart-item-quantity {
  height: auto !important;
}
.cart-drawer__body-main-content .cart_drawer_review {
  background: #fff;
  padding: 14px 24px;
  border-radius: 12px;
}
.cart-drawer__body-main-content .cart-drawer__block {
  padding: 10px 28px 31px;
  margin: 0;
}
.cart-drawer__body-main-content form#CartDrawerForm {
  padding: 0;
  margin-bottom: 30px;
}
.cart-drawer__body-main-content .top-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.cart_drawer_review h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
}
.cart_drawer_review h5 span {
  font-weight: 700;
}
.cart-drawer-subtotal,
.cart-drawer__warning-button-wrapper {
  background-color: #f0ece6 !important;
}
.cart-drawer-subtotal .cart-drawer-subtotal__btn,
.cart-drawer__warning-button {
  padding: 18px 18px 21px;
  background: #ef4b5b;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 24px;
  border-radius: 10px;
  box-shadow: 0 4px 4px #00000040;
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.cart-drawer .cartdrawfpay.text-center {
  padding-top: 0;
  padding-bottom: 27px;
  background-color: #f0ece6 !important;
}
.footer-shadow-visible .cart-drawer__footer {
  box-shadow: none !important;
}
.cart-drawer .cart-item-quantity__button {
  background: transparent !important;
}
.round-style .cart-drawer {
  padding: 0 !important;
}
.cart-drawer__body-main-content .top-info {
  max-width: 410px;
  width: 100%;
  margin: auto;
  padding-bottom: 9px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}
.shop__grid-item a.shop-now-button {
  font-size: 18px;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  box-shadow: #00000040 0 4px 2px;
  background: #ef4b5b;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 100%;
  display: block;
  font-weight: 700;
}
.shop__grid-item a.shop-now-button:hover {
  background: #ff9d5c;
}
.container--with-aside-paddings .shop__content {
  padding-bottom: 40px;
}
.shop__products-grid .shop__grid-item:first-child {
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .cart-drawer__body-main-content .top-info {
    max-width: 100%;
    padding: 0 26px 10px;
  }
  .cart-drawer__body-main-content .free-shipping-bar {
    max-width: 100%;
    margin: auto;
    padding: 0 26px;
  }
  .cart-drawer__body-main-content .free-shipping-bar:after {
    right: 20px;
  }
  .cart-drawer__body-main-content .free-shipping-bar__title.caption2 {
    left: 0;
  }
}
.product__info-wrapper .custom-landing-page-form .ProductForm__Label {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 28.5px;
  text-align: left;
}
.product__info-wrapper .SizeSwatchList .SizeSwatch {
  font-family: Inter;
  font-size: 11px;
  font-weight: 400;
}
.product__info-wrapper
  .ProductMeta__PriceList
  .ProductSubscribe__Price.Price.Price--highlight {
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
}
.product__info-wrapper .VariantData_Copy .money {
  font-family: Inter;
  font-size: 9px;
  font-weight: 700;
}
.product__info-wrapper .custom-landing-page-form .SizeSwatch.is-active:after,
.product__info-wrapper .SizeSwatch__Radio:checked + .SizeSwatch {
  border: 4px solid #4c82a3;
  border-radius: 6px;
}
.product__info-wrapper .custom-landing-page-form .SizeSwatch {
  border: 0.7px solid #5c929e;
}
.product__info-wrapper
  .custom-landing-page-form
  ul.SizeSwatchList.HorizontalList.HorizontalList--spacingTight {
  align-items: center;
}
.product__info-wrapper .custom-landing-page-form .SizeSwatch {
  padding: 10px;
}
.container--with-aside-paddings .product__info-wrapper {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 0;
}
.product__info-wrapper
  .ProductSubscribe__Price.Price.Price--highlight.Text--subdued.u-h4 {
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 28.5px;
  text-align: left;
  color: #000;
}
.product__info-wrapper .free-shipping-block p {
  font-family: Inter;
  font-size: 13px;
  font-weight: 700;
  line-height: 28.5px;
  color: #000;
}
.product__info-wrapper .afterpay-paragraph {
  font-family: Inter;
  font-size: 11px;
  font-weight: 400;
  line-height: 28.5px;
  color: #000;
}
.custom-landing-page-form
  .custom-landing-page__AddToCart.ProductForm__AddToCart {
  cursor: pointer;
  font-family: Oswald;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 24px;
}
.custom-landing-page-form .SubscribeSelect .SizeSwatchList.HorizontalList {
  gap: 14px !important;
}
.ProductForm__Variants .SizeSwatchList.HorizontalList {
  gap: 16px !important;
}
.custom-landing-page-form .dtc-option-tag {
  top: 6px !important;
}
.subs-additional-link .subs-quation-mark-text {
  font-family: Inter;
  font-size: 10px;
  font-weight: 400;
  line-height: 28.5px;
  text-align: left;
  color: #6b6b6b;
}
.subs-additional-link {
  display: flex;
  gap: 5px;
  justify-content: end;
  align-items: center;
}
.subs-additional-link .subs-quation-mark-text {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.custom-landing-page-form .dtc-option-tag {
  position: unset !important;
}
@media (max-width: 425px) {
  .product__info-wrapper .custom-landing-page-form .dtc-option-tag {
    font-size: 8px !important;
  }
  .container--with-aside-paddings .product__info-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.additional-info-list-block-content {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.additional-svg-icon {
  width: 50px;
  height: 50px;
  display: flex;
}
.additional-svg-icon img {
  width: 100%;
}
.additional-icon-with-text-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.additional-icon-with-text-block-content,
.additional-icon-with-text {
  text-align: -webkit-center;
}
.additional-icon-with-text {
  padding-inline: 5px;
  font-size: 12px;
}
.additional-icon-with-text-block-content-2 .additional-icon-with-text {
  border-left: 1px solid #919191;
  border-right: 1px solid #919191;
}
.product-bottom-reviews-content {
  background: #e9e9e9;
  border-radius: 15px;
  width: 100%;
  margin-top: 25px;
  padding: 20px;
}
.product-bottom-reviews-content .star-icons {
  display: flex;
  width: 100%;
  max-width: 150px;
}
.product-bottom-reviews-content .star-icons img {
  width: 100%;
}
.product-bottom-reviews-content .verified-text {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: nowrap;
}
.product-bottom-reviews-content .star-icons-with-verified-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.product-bottom-reviews-content .bottom-reviews-content p {
  text-align: center;
  margin-top: 10px;
}
.verified-text-element {
  border-radius: 48px;
  border: 0.68px solid #66ceaa;
  padding: 5px 14px;
}
.product-bottom-reviews-content .verified-icon {
  display: flex;
  width: 25px;
}
.product-bottom-reviews-content .verified-icon img {
  width: 100%;
}
@media (min-width: 768px) {
  #mobile-product-bottom-reviews-content {
    display: none;
  }
}
@media (max-width: 767px) {
  #mobile-product-bottom-reviews-content {
    display: block;
  }
  .product-bottom-reviews-content .star-icons {
    display: flex;
    width: 30%;
    max-width: 100px;
  }
  .verified-text-element {
    font-size: 10px;
  }
  .product-bottom-reviews-content .bottom-reviews-content p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .additional-icon-with-text {
    font-size: 12px;
    margin-top: 8px;
  }
}
.card-grid.footer__card-grid {
  max-width: 100%;
  margin: auto;
  grid-template: 1fr / repeat(2, 1fr);
}
.card-grid.footer__card-grid > div:nth-child(1),
.card-grid.footer__card-grid > div:nth-child(2) {
  grid-column: 1 / span 2;
}
.block-footer-1 {
  flex: flow;
  flex-flow: nowrap;
}
.block-footer-1 .footer__logo {
  width: 240px;
  margin-right: 20px !important;
}
.footer__utils.footer__utils--bordered,
.footer__policies {
  display: none;
}
.card-grid.footer__card-grid p {
  font-size: 14px;
  color: #000;
  line-height: 1.3em;
}
.footer__title {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}
.underline-text__label {
  font-size: 14px;
  color: #000;
  line-height: 1.2em;
  font-weight: 500;
}
@media all and (max-width: 719px) {
  .card-grid.footer__card-grid {
    grid-gap: 20px;
  }
}
@media all and (min-width: 720px) {
  .card-grid.footer__card-grid {
    max-width: 640px;
    grid-template: 1fr / repeat(3, 1fr);
    grid-gap: 20px;
  }
  .card-grid.footer__card-grid > div:nth-child(1) {
    grid-column: 1 / span 3;
    align-items: center;
  }
  .card-grid.footer__card-grid > div:nth-child(2) {
    grid-column: auto;
  }
  .footer__logo {
    margin: 0;
    text-align: right;
  }
}
@media all and (min-width: 1080px) {
  .card-grid.footer__card-grid {
    max-width: 1080px;
    grid-template: 1fr / repeat(5, 1fr);
    grid-gap: 20px;
  }
  .card-grid.footer__card-grid > div:nth-child(1) {
    grid-column: 1 / span 2;
    align-items: flex-start;
  }
  .card-grid.footer__card-grid > div:nth-child(2) {
    grid-column: auto;
  }
  .footer__logo {
    margin: 0;
    text-align: right;
  }
}
@media all and (min-width: 1440px) {
  .card-grid.footer__card-grid {
    max-width: 1280px;
  }
}
#frontrow-portal {
  display: none;
}
body:not(.gempage-editing) .show-au-in,
body:not(.gempage-editing) .show-au,
body:not(.gempage-editing) .show-eu-in,
body:not(.gempage-editing) .show-eu,
body:not(.gempage-editing) .show-uk-in,
body:not(.gempage-editing) .show-uk {
  display: none;
}
html[data-market-name="australia"] .hide-au,
html[data-market-name="europe"] .hide-eu,
html[data-market-name="united-kingdom"] .hide-eu,
html[data-market-name="united-kingdom"] .hide-uk {
  display: none;
}
html[data-market-name="australia"] .show-au,
html[data-market-name="europe"] .show-eu,
html[data-market-name="united-kingdom"] .show-eu,
html[data-market-name="united-kingdom"] .show-uk {
  display: block;
}
html[data-market-name="australia"] .show-au-in,
html[data-market-name="europe"] .show-eu-in,
html[data-market-name="united-kingdom"] .show-eu-in,
html[data-market-name="united-kingdom"] .show-uk-in {
  display: inline;
}
html[data-market-name="united-kingdom"] .show-eu-in.hide-uk,
html[data-market-name="united-kingdom"] .show-eu.hide-uk,
.au-policy {
  display: none;
}
html[data-market-name="australia"] .au-policy {
  display: block;
}
.lp-oos-message p {
  font-size: 13px;
  padding: 15px;
  font-style: italic;
  margin: 0 20px;
  text-align: center;
}
.custom-landing-page-form-new {
  margin-top: 10px;
}
.keep-height {
  padding-top: 14.5px;
  padding-bottom: 14px;
}
.tp-track-button {
  color: #ef4b5b !important;
}
.keep-height {
  padding-top: 0.8rem !important;
}
.hide-except-us {
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  border-radius: var(--gsc-menu-item-border-radius, 0);
  cursor: pointer;
}
.header__menu-item.hide-except-us {
  display: grid !important;
  padding: 1.2rem 0 !important;
}
.header__menu-item[aria-label="Ultimate GLP-1\2122"] {
  display: flex !important;
}
.hidden-from-collection-all,
.all-collection .load-button-pagination__count,
.all-collection .load-button-pagination__progress {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product--with-desktop-media-carousel
    .container--with-aside-paddings
    .product__info-wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
/*# sourceMappingURL=/cdn/shop/t/4/assets/custom.css.map?v=10729026977590686421754086106 */
