/** Shopify CDN: Minification failed

Line 994:0 Unexpected "{"
Line 995:11 Expected ":"
Line 1007:0 Unexpected "{"
Line 1008:11 Expected ":"

**/

.fridge-product-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #25408f;
    padding: 1rem;
    margin: 15px 0;
    border-radius: 5px;
    gap: 1rem;
    background-color: #25408f14;
    line-height: 17px;
}
/* Hide 0 Rating*/
/*span.product-label.product-label--custom1.product-label--northwood {
    display: none;
}*/

.prescription-details__note-wrapper {
    margin-top: 10px;
}

h3.prescription-section__heading {
    background: #ff0031;
    font-size: 18px;
    color: #FFFFFF;
    padding: 5px 20px;
    height: 44px;
    font-weight: 800;
}

.prescription-section__content {
    padding: 0 20px;
}

.prescription-section {
    margin-bottom: 6rem;
}

.prescription-section__info-alert::before {
    content: "";
    display: block;
    width: 56px;
    align-self: stretch;
    flex: 0 0 auto;
    background: no-repeat center url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.25 11.25L11.2915 11.2293C11.8646 10.9427 12.5099 11.4603 12.3545 12.082L11.6455 14.918C11.4901 15.5397 12.1354 16.0573 12.7085 15.7707L12.75 15.75M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM12 8.25H12.0075V8.2575H12V8.25Z" stroke="%23737373" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.prescription-section__info-alert {
    display: flex;
    align-items: center;
    padding: 10px 16px 10px 0px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    min-height: 54px;
    align-self: flex-start;
    border: 1px solid #d1d1d1;
    margin: 2rem 20px;
}

div#shopify-section-product-Saxenda-template .bc-tab-wrap {
    display: none;
}

/* Saxenda Produvt template*/
.pharmacist-form.for-injection label {
    padding-bottom: 2px;
    display: block;
}

.pharmacist-form.for-injection .line-item-property__field select option[disabled], select#gender {
    color: #ccc;
}

.pharmacist-form.for-injection .line-item-property__field select option {
    color: #000;
}

label.heading_lable {
    font-weight: 600;
}

.script-extra-content {
    padding-top: 10px;
}

.script-info {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.011em;
    color: rgb(117, 117, 117);
    margin-bottom: 4px;
}

.script-deliver {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-family: Arial, sans-serif;
    padding: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    overflow: hidden;
    background: rgb(235, 243, 254);
    color: rgb(27 71 153);
    border-color: rgb(56, 137, 241);
    border-radius: 6px;
    border: 1px solid;
    margin-bottom: 10px;
}

.sc-dzbdsH.sc-jNkFXo.kDXOAp.hDoREP {
    background: rgb(254, 249, 242);
    color: rgb(150, 83, 4);
    border-color: rgb(245, 158, 11);
    display: flex;
    min-height: 54px;
    margin-top: 10px;
    border-radius: 6px;
    border: 1px solid rgb(245, 158, 11);
    overflow: hidden;
}

.hDoREP .sc-emqRaN {
    background: rgb(254, 249, 242);
    color: rgb(245, 158, 11);
    border-color: rgb(56, 137, 241);
}

.kLjtS {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-width: 56px;
    border-radius: 0px;
}

.hDoREP .sc-dSbvwS {
    padding: 8px 8px 8px 0;
}

.fsTHhy {
    align-items: center;
    -webkit-box-pack: start;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    display: flex;
}

.sc-emqRaN.kLjtS svg {
    fill: rgb(245, 158, 11);
}
/* End Hide 0 Rating*/
/*Pre-Order*/

li.line-item__property,li.mini-cart__property {
    list-style: none;
}
p.center.preorder-text {
    text-align: center;
    padding: 10px;
    /* margin: 0; */
}

/*End Pre-Order*/


/* mini cart processing bar */

.mini-cart__progress-bar-container {
  margin: 1em 0;
}
.mini-cart__progress-bar-bg {
  background: #eee;
  border-radius: 6px;
  height: 10px;
  width: 100%;
  overflow: hidden;
}
.mini-cart__progress-bar-fill {
  background: #4caf50;
  height: 100%;
  width: 0;
  transition: width 0.4s;
}
.mini-cart__progress-bar-label {
  text-align: center;
  font-size: 0.9em;
  margin-top: 0.3em;
  color: #333;
}

/* End mini cart processing bar */


/*bulk order*/
@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(10px);
    }
}

input.qty[type=number]::-webkit-inner-spin-button, input.qty[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.qty[type=number] {
    -moz-appearance: textfield;
    border: 1px solid #eee;
    padding: 5px 0;
}

.qty-minus, .qty-plus {
    transition: background-color 0.2s ease;
}

    .qty-minus:hover, .qty-plus:hover {
        background-color: #e0e0e0;
    }

    .qty-minus:active, .qty-plus:active {
        background-color: #ccc;
    }


/*loader*/

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-container {
    text-align: center;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #ff0031;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-text {
    color: #ff0031;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    animation: pulse 1.5s ease-in-out infinite;
}

.brand-text {
    color: #ff0031;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.dots {
    color: #ff0031;
    font-size: 20px;
    font-weight: bold;
    animation: dots 1.5s infinite;
}

@keyframes dots {
    0%, 20% {
        content: '';
    }

    40% {
        content: '.';
    }

    60% {
        content: '..';
    }

    80%, 100% {
        content: '...';
    }
}

.dots::after {
    content: '';
    animation: dots 1.5s infinite;
}

@keyframes dots {
    0%, 20% {
        content: '';
    }

    40% {
        content: '.';
    }

    60% {
        content: '..';
    }

    80%, 100% {
        content: '...';
    }
}

/* Alternative loading dots animation */
.loading-dots {
    display: inline-block;
    width: 40px;
    text-align: left;
}

    .loading-dots span {
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #ff0031;
        border-radius: 50%;
        margin: 0 2px;
        animation: loading-dots 1.4s infinite ease-in-out;
    }

        .loading-dots span:nth-child(1) {
            animation-delay: -0.32s;
        }

        .loading-dots span:nth-child(2) {
            animation-delay: -0.16s;
        }

        .loading-dots span:nth-child(3) {
            animation-delay: 0s;
        }

@keyframes loading-dots {
    0%, 80%, 100% {
        transform: scale(0);
        opacity: 0.5;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Hide mobile cards on desktop */
.desktop-product-table {
    display: block;
}

.mobile-product-cards-container {
    display: none;
}

div#cart-summary {
    margin-bottom: 30px;
}

/* Show mobile cards and hide table on small screens */
@media screen and (max-width: 767px) {
    .desktop-product-table {
        display: none;
    }

    .mobile-product-cards-container {
        display: block;
    }
}


/*end bulk order*/

/* Hiding add to cart button for wegovy on collection page*/

li.klevuProduct[data-group="8166643957897"] .shopping_list {
    display: none !important;
}

/* End Hiding add to cart button for wegovy on collection page*/


/*bulk order*/
@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(10px);
    }
}

input.qty[type=number]::-webkit-inner-spin-button, input.qty[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.qty[type=number] {
    -moz-appearance: textfield;
    border: 1px solid #eee;
    padding: 5px 0;
}

.qty-minus, .qty-plus {
    transition: background-color 0.2s ease;
}

.qty-minus:hover, .qty-plus:hover {
    background-color: #e0e0e0;
}

.qty-minus:active, .qty-plus:active {
    background-color: #ccc;
}


/*loader*/

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-container {
    text-align: center;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #ff0031;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-text {
    color: #ff0031;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    animation: pulse 1.5s ease-in-out infinite;
}

.brand-text {
    color: #ff0031;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.dots {
    color: #ff0031;
    font-size: 20px;
    font-weight: bold;
    animation: dots 1.5s infinite;
}

@keyframes dots {
    0%, 20% {
        content: '';
    }

    40% {
        content: '.';
    }

    60% {
        content: '..';
    }

    80%, 100% {
        content: '...';
    }
}

.dots::after {
    content: '';
    animation: dots 1.5s infinite;
}

@keyframes dots {
    0%, 20% {
        content: '';
    }

    40% {
        content: '.';
    }

    60% {
        content: '..';
    }

    80%, 100% {
        content: '...';
    }
}

/* Alternative loading dots animation */
.loading-dots {
    display: inline-block;
    width: 40px;
    text-align: left;
}

.loading-dots span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ff0031;
    border-radius: 50%;
    margin: 0 2px;
    animation: loading-dots 1.4s infinite ease-in-out;
}

.loading-dots span:nth-child(1) {
    animation-delay: -0.32s;
}

.loading-dots span:nth-child(2) {
    animation-delay: -0.16s;
}

.loading-dots span:nth-child(3) {
    animation-delay: 0s;
}

@keyframes loading-dots {
    0%, 80%, 100% {
        transform: scale(0);
        opacity: 0.5;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Hide mobile cards on desktop */
.desktop-product-table {
    display: block;
}

.mobile-product-cards-container {
    display: none;
}

div#cart-summary {
    margin-bottom: 30px;
}

/* Show mobile cards and hide table on small screens */
@media screen and (max-width: 767px) {
    .desktop-product-table {
        display: none;
    }

    .mobile-product-cards-container {
        display: block;
    }
}


/*end bulk order*/

/* collection Image */
img.collection-banner__mobile-image {
    display: none;
}

.collection-banner {
    padding-bottom: 1rem;
}

@media screen and (max-width: 767px) {
    img.collection-banner__mobile-image {
        display: block;
    }

    img.collection-banner__desktop-image {
        display: none;
    }
}
/* end collection Image */

/* This is a quick patch to display our location popup until we resolve the JavaScript issue */
.pickup-store {
    display: block !important;
}
[data-product-price="true"] {
    visibility: visible;
}
/* This is a quick patch to display our location popup until we resolve the JavaScript issue */
.pickup-store {
    display: block !important;
}

.nv--selectContainer {
    display: none;
}

.store-locations-cart .radio-wrap input[type=radio] {
    display: none;
}

.store-locations-cart .radio-wrap label {
    padding: 5px;
    border: 1px solid #ff0031;
}

.store-locations-cart .radio-wrap {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.store-locations-cart input[type=radio]:checked + label {
    background: #ee2737;
    color: #fff !important;
}
.storelocation-product a {
    margin: 16px 0;
    display: block;
}
.boost-sd__bottom-info.pharmacy-legend.boost-widget-block .pharmacy-legend__content {
    border: 0;
}

.boost-sd__bottom-info.pharmacy-legend.boost-widget-block .boost-sd__free-shipping-bar-wrapper {
    display: none;
}
#collectionpage-303401 span.boost-sd__recommendation-title-text {
    font-family: roc-grotesk-condensed, sans-serif !important;
    font-size: 45px;
    font-weight: 600;
    color: #861628;
    margin-bottom: 20px;
}
#collectionpage-303401 .boost-sd__recommendation-title--left:before, .boost-sd__recommendation-title--left:after {
    display: none;
}
#collectionpage-303401 svg path {
    fill: none;
}
div#productpage-672725 .boost-sd__recommendation-title.boost-sd__recommendation-title--left, #productpage-657777 .boost-sd__recommendation-title {
    display: none;
}

div#productpage-672725 .boost-sd__free-shipping-bar-wrapper, #productpage-657777 .boost-sd__free-shipping-bar-wrapper {
    display: none;
}
div#cartpage-478228 .boost-sd__recommendation-title.boost-sd__recommendation-title--left {
    display: none;
}

div#cartpage-478228 .boost-sd__free-shipping-bar-wrapper {
    display: none;
}
div#boost-sd-widget-collectionpage-303401 {
    width: 100%;
}
.blog-tag-list {
    display: none;
}

    .blog-tag-list.is-visible {
        display: block;
    }

.blog-filter-toggle {
    margin-top: 20px;
    min-width: 140px;
    transition: background-color .2s cubic-bezier(.46, .01, .32, 1), color .2s cubic-bezier(.46, .01, .32, 1);
    font-size: 1.2rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
    border-width: 2px;
    border-radius: 16px;
}

    .blog-filter-toggle.is-visible {
        background: #ff0031;
        color: #fff;
    }

header.page__header.blog-filter {
    flex-direction: column;
}

.article-item {
    padding: 0 10px;
}

a.article-item__image-container {
    margin: 0;
}

.article-card__content.tw-text-black {
    padding: 20px;
    background: #f2f2f2;
}

.article-card-meta .article-item__meta {
    display: flex;
    margin-bottom: 10px;
}

    .article-card-meta .article-item__meta span.article-item__meta-item {
        flex-direction: column;
        flex: auto;
        text-transform: uppercase;
    }

.article-card__content.tw-text-black h2.article-item__title.heading.h3 a {
    font-size: 1.4rem !important;
    color: #eb2927;
    font-weight: bold;
    text-transform: uppercase;
}

.article-card__content.tw-text-black h2.article-item__title.heading.h3 {
    min-height: 120px;
    line-height: 22px !important;
}

.article-card-meta .article-item__meta span.article-item__meta-item::after {
    display: none;
}

span.article-card__read-more.tw-underline a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
    font-weight: 600;
    text-transform: uppercase;
}

    span.article-card__read-more.tw-underline a:hover {
        color: #eb2927;
    }
/* blog slider */
/* .blog-featured-slider {
  width: 100%;
  overflow: hidden;
}

.blog-slider-wrapper {
  height: var(--slider-height);
  position: relative;
}

.blog-slide {
  height: 100%;
}

.blog-slide__content {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 40px;
}

.blog-slide__text {
  flex: 1;
    text-align: center;
}

.blog-slide__image {
  flex: 1;
}

.blog-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.blog_center {
    margin: 20px 0;
    text-align: center;
}

header.page__header.blog-filter {
    margin-top: 10px;
}

/* ARTICLE HERO 50-50 SPLIT */

.article-hero {
    display: flex;
    align-items: stretch;
    min-height: 70vh;
}

/* LEFT CONTENT */
.article-hero__content-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    padding: 80px;
    background: #25408f;
    color: #fff;
    justify-content: right;
}

.article-hero__content {
    max-width: 520px;
    width: 100%;
}

    .article-hero__content h1.heading.h1 {
        color: #fff;
    }

/* RIGHT IMAGE */
.article-hero__image-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}

.article-hero__image {
    height: 100%;
    width: 100%;
}

    .article-hero__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

section.blog-related-products {
    margin-bottom: 7rem;
    padding: 7rem 0;
    background: #f2f2f2;
}

/* MOBILE */
@media screen and (max-width: 990px) {
    .article-hero {
        flex-direction: column-reverse;
        min-height: auto;
    }

    .article-hero__content-wrapper,
    .article-hero__image-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .article-hero__image-wrapper {
        height: 400px;
    }

    .article-hero__content-wrapper {
        padding: 50px 25px;
    }
}

.no_border {
    border: 0;
    box-shadow: unset;
    padding: 0 10px;
}

.quick-links.no_border {
    padding: 0;
}

/* Remove left padding from 1,5,9... */
#shopify-section- {

{
    section .id
}

}

.quick-links__link:nth-child(4n+1) {
    padding-left: 0;
}

/* Remove right padding from 4,8,12... */
#shopify-section- {

{
    section .id
}

}

.quick-links__link:nth-child(4n) {
    padding-right: 0;
}