/* @font-face{font-family:Inter;src:url(https://d25zu39ynyitwy.cloudfront.net/oms/3773/font/2024/8/JNUNN_Inter-VariableFont-slntwght/Inter-VariableFont-slntwght.ttf),format("truetype")} */

.brand--logo {
    background-position: left center !important;
}

.brand--logo.brand--logo-light {
    background: var(--logo-src-light) no-repeat center/contain;
}

.brand--logo.brand--logo-dark {
    background: var(--logo-src-dark) no-repeat center/contain;
}

.brand--logo.brand--default,
.brand--logo.brand--healthcare,
.brand--logo.brand--campus,
.brand--logo.brand--corporate,
.brand--logo.brand--retail,
.brand--logo.brand--cosmetics {
    --logo-src-light: url("https://d25zu39ynyitwy.cloudfront.net/oms/4218/image/2025/9/T47SN_shoppers-drug-mart/shoppers-drug-mart.png");
    --logo-src-dark: url("https://d25zu39ynyitwy.cloudfront.net/oms/4218/image/2025/9/ZZUYP_shoppers-drug-mart-color/shoppers-drug-mart-color.png");
}

.brand--logo.brand--pharmacy {
    --logo-src-light: url("https://d25zu39ynyitwy.cloudfront.net/oms/4218/image/2025/9/E73C4_shoppers-drug-mart-black/shoppers-drug-mart-black.png");
    --logo-src-dark: url("https://d25zu39ynyitwy.cloudfront.net/oms/4218/image/2025/9/ZZUYP_shoppers-drug-mart-color/shoppers-drug-mart-color.png");
}

.brand--logo.brand--medisystem {
    height: 6.1rem !important;
    --logo-src-light: url("https://d25zu39ynyitwy.cloudfront.net/oms/4218/image/2025/9/8CXQF_medi-systems-light/medi-systems-light.png");
    --logo-src-dark: url("https://d25zu39ynyitwy.cloudfront.net/oms/4218/image/2025/9/UI818_medi-systems-colored/medi-systems-colored.png");
}

.brand--logo.brand--specialty-health-network {
    height: 8rem !important;
    --logo-src-light: url("https://d25zu39ynyitwy.cloudfront.net/oms/4218/image/2025/9/X3FY6_special-health-network-colored/special-health-network-colored.png");
    --logo-src-dark: url("https://d25zu39ynyitwy.cloudfront.net/oms/4218/image/2025/9/X3FY6_special-health-network-colored/special-health-network-colored.png");
}

.brand--logo.brand--central-pharmacy-services {
  height: 8rem !important;
  --logo-src-light: url("https://d25zu39ynyitwy.cloudfront.net/oms/4218/image/2025/10/EGYW9_CentralPharmacyServices/CentralPharmacyServices.png");
  --logo-src-dark: url("https://d25zu39ynyitwy.cloudfront.net/oms/4218/image/2025/10/EGYW9_CentralPharmacyServices/CentralPharmacyServices.png");
}

.blog-view button.mfp-close {
    color: white !important;
    margin: 1.6rem 1.6rem 0 0 !important;
    font-size: 4.8rem !important;
}

/* Ensure the parent item has relative positioning */
.relative {
    position: relative;
}

/* Dropdown menu styles */
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #E03127;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
    left: 0;
    top: 100%;
    width: 100%;
    font-weight: 300;
}

.dropdown-menu>ul {
    width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    max-width: 100rem;
    align-items: center;
    justify-content: space-evenly;
    gap: 2rem;
    color: #FFF;
    list-style-type: none;
    /* border-top: 1px solid #333; */
    padding: 2rem 3rem;
}

/* .dropdown-menu:hover > ul {
  display: block;
} */

.dropdown-menu>ul>li {
    /* width: 100%; */
    color: #FFF;
    font-size: 1.6rem;
    border-bottom: 0.1rem solid transparent;
    line-height: 2.4rem;
    position: relative;
}

.dropdown-menu>ul>li:hover {
    border-color: #FFF;
}

.dropdown-menu>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.submenu {
    font-weight: 300;
    left: -2.4rem;
    top: 100%;
    display: block;
    background-color: #E03127;
}

.submenu a {
    border-bottom: 0.1rem solid transparent;
}

.submenu a:hover {
    border-bottom: 0.1rem solid #FFF;
}

@media screen and (min-width: 1024px) {
    .submenu {
        display: none;
        position: absolute;
        width: max-content;
        min-width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .submenu.-retail {
        width: 52rem;
    }
}

.submenu>ul {
    padding: 0;
    flex-wrap: wrap;
    gap: 2.4rem;
    max-width: 100vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 1024px) {
    .submenu>ul {
        padding: 2.4rem;
        align-items: flex-start;
    }
}

.submenu>ul>li {
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .submenu>ul>li {
        text-align: left;
    }
}

.submenu.-retail>ul {
    flex-direction: row;
}

@media screen and (min-width: 1024px) {
    .submenu.-retail>ul {
        flex-direction: row;
    }
}

.submenu.-retail>ul>li {
    width: calc((100% - 2rem) / 2);
}

#step-retail-brands,
#step-career-paths,
#step-corporate-brands,
#step-healthcare-brands {
    width: 100%;
}

/* .dropdown-menu li:first-of-type {
  padding-top: 3rem;
}

.dropdown-menu li:last-of-type {
  padding-bottom: 2rem;
} */

/* .dropdown-menu a {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: white;
  text-decoration: none;
  font-size: 1.4rem;
  transition: background-color 0.3s ease;
} */

/* .dropdown-menu a:hover {
  background-color: rgba(255, 255, 255, 0.2);
} */

/* Show the dropdown menu when hovering over the parent item */
/* Ensure the dropdown menu stays visible when interacting with it */
/* .group:hover .dropdown-menu,
.group:focus-within .dropdown-menu {
  display: block;
} */

/* Plus/Minus Icon */
.plus-minus-icon {
    display: flex;
    transition: transform 0.3s ease;
    font-size: 1rem;
    justify-content: center;
    align-items: center
}

/* Rotate the plus icon to minus on hover */
/* .group:hover .plus-minus-icon,
.group:focus-within .plus-minus-icon {
  transform: rotate(45deg);
  transform-origin: center
} */

/* .group:hover .plus-minus-icon::before {
  content: '-';
} */

/* B-roll videos */
/* Ensure the video covers the full viewport */
/* @media (min-width: 768px) {
  .md\:max-h-\[calc\(100vh-9\.6rem\)\] {
    max-height: calc(100vh - 9.6rem);
  }
} */

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#skip-to-content {
    position: fixed;
    top: -100%;
    left: -100%;
    padding: 1rem 3rem;
    box-shadow: inset 0 0 0 0.2rem #FFF;
    color: #FFF;
    background-color: #000;
    overflow: hidden;
    height: 0.1rem;
    width: 0.1rem;
}

#skip-to-content:focus {
    height: max-content;
    width: max-content;
    top: 0;
    left: 0;
    z-index: 9999;
}

/* .font-medium {
  font-weight: 300 !important;
} */

.bg-\[\#EE3124\] {
    background-color: #EE3124;
}

/* .max-w-\[144rem\] {
  max-width: none !important;
} */

@media (min-width: 1024px) {
    .slider-control {
        display: none;
    }
}

/* a:focus,
button:focus {
  outline-offset: 0px;
  outline: dashed 2px #fff;
  box-shadow: 0 0 0 2px #000;
} */

.font-thin {
    font-weight: 100;
}

.leading-\[1rem\] {
    letter-spacing: 1rem;
}

.heading-primary-xl {
    font-size: 5.7rem;
    line-height: 5.2rem;
}

@media screen and (max-width: 767px) {
    .heading-primary-xl {
        font-size: 2.4rem;
        line-height: 2.8rem
    }
}

#core_value>div {
    align-items: stretch;
}

#core_value article {
    height: auto;
    min-height: 50vw;
}

#core_value article>*:last-child {
    max-width: 52rem;
}

#core_value article>*:last-child:not(:only-child) {
    justify-content: start;
}

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

    #core_value article>blockquote:last-child,
    #core_value article>div:last-child {
        min-height: 28rem;
    }

    #core_value article {
        gap: max(5.4rem, 14.3%);
    }
}

/* @media screen and (max-width: 1023px) {
    #core_value article {
        height: 50vh;
        min-height: 40rem;
    }
} */

.bg-\[\#79A1D4\] {
    background-color: #79A1D4;
}

/* Custom header stylings starts */
/* Corporate home */
nav.corporate__home,
nav.corporate__home .dropdown-menu,
nav.corporate__home .submenu {
    background-color: #000000 !important;
}

nav.corporate__home .header-actions,
nav.corporate__home #nav-content {
    background-color: transparent !important;
}

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

    nav.corporate__home,
    nav.corporate__home .dropdown-menu {
        background-color: transparent !important;
    }

    nav.corporate__home .header-actions {
        background-color: #000000 !important;
    }
}

@media screen and (max-width: 1023px) {
    nav.corporate__home #nav-content {
        background-color: #000000 !important;
    }
}

/* Cosmetics home */
nav.cosmetics__home,
nav.cosmetics__home .dropdown-menu,
nav.cosmetics__home .submenu {
    background-color: #000000 !important;
}

nav.cosmetics__home .header-actions,
nav.cosmetics__home #nav-content {
    background-color: transparent !important;
}

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

    nav.cosmetics__home,
    nav.cosmetics__home .dropdown-menu {
        background-color: transparent !important;
    }

    nav.cosmetics__home .header-actions {
        background-color: #000000 !important;
    }
}

@media screen and (max-width: 1023px) {
    nav.cosmetics__home #nav-content {
        background-color: #000000 !important;
    }
}

/* Heathcare pharmacy */
nav.healthcare__pharmacy,
nav.healthcare__pharmacy .dropdown-menu,
nav.healthcare__pharmacy .submenu {
    background-color: #3AB5E8 !important;
}

nav.healthcare__pharmacy .header-actions,
nav.healthcare__pharmacy #nav-content {
    background-color: transparent !important;
}

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

    nav.healthcare__pharmacy,
    nav.healthcare__pharmacy .dropdown-menu {
        background-color: transparent !important;
    }

    nav.healthcare__pharmacy .header-actions {
        background-color: #3AB5E8 !important;
    }
}

@media screen and (max-width: 1023px) {
    nav.healthcare__pharmacy #nav-content {
        background-color: #3AB5E8 !important;
    }
}

/* nav.healthcare__pharmacy a,
nav.healthcare__pharmacy .dropdown-menu a,
nav.healthcare__pharmacy .submenu a {
    color: #000 !important
}

nav.healthcare__pharmacy ul>li:hover,
nav.healthcare__pharmacy .submenu a:hover,
nav.healthcare__pharmacy #step-retail-brands>div>div:hover,
nav.healthcare__pharmacy #step-corporate-brands>div>div:hover,
nav.healthcare__pharmacy #step-healthcare-brands>div>div:hover {
    border-bottom-color: #000 !important;
}

nav.healthcare__pharmacy .header-actions a,
nav.healthcare__pharmacy #nav-content>div>a {
    box-shadow: inset 0 0 0 0.15rem #000 !important;
}

nav.healthcare__pharmacy #nav-toggle {
    color: #000 !important;
} */

/* Campus home */
nav.campus__home,
nav.campus__home .dropdown-menu,
nav.campus__home .submenu {
    background-color: #0B9446 !important;
}

nav.campus__home .header-actions,
nav.campus__home #nav-content {
    background-color: transparent !important;
}

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

    nav.campus__home,
    nav.campus__home .dropdown-menu {
        background-color: transparent !important;
    }

    nav.campus__home .header-actions {
        background-color: #0B9446 !important;
    }
}

@media screen and (max-width: 1023px) {
    nav.campus__home #nav-content {
        background-color: #0B9446 !important;
    }
}

/* Medi Systems home */
nav.healthcare__medi-systems,
nav.healthcare__medi-systems .dropdown-menu,
nav.healthcare__medi-systems .submenu {
    background-color: #003C71 !important;
}

nav.healthcare__medi-systems .header-actions,
nav.healthcare__medi-systems #nav-content {
    background-color: transparent !important;
}

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

    nav.healthcare__medi-systems,
    nav.healthcare__medi-systems .dropdown-menu {
        background-color: transparent !important;
    }

    nav.healthcare__medi-systems .header-actions {
        background-color: #003C71 !important;
    }
}

@media screen and (max-width: 1023px) {
    nav.healthcare__medi-systems #nav-content {
        background-color: #003C71 !important;
    }
}

/* Cosmetics home */
nav.healthcare__celtral-pharmacy,
nav.healthcare__celtral-pharmacy .dropdown-menu,
nav.healthcare__celtral-pharmacy .submenu {
    background-color: #000000 !important;
}

nav.healthcare__celtral-pharmacy .header-actions,
nav.healthcare__celtral-pharmacy #nav-content {
    background-color: transparent !important;
}

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

    nav.healthcare__celtral-pharmacy,
    nav.healthcare__celtral-pharmacy .dropdown-menu {
        background-color: transparent !important;
    }

    nav.healthcare__celtral-pharmacy .header-actions {
        background-color: #000000 !important;
    }
}

@media screen and (max-width: 1023px) {
    nav.healthcare__celtral-pharmacy #nav-content {
        background-color: #000000 !important;
    }
}

/* Specialty */
nav.healthcare__specialty-health-network,
nav.healthcare__specialty-health-network .dropdown-menu,
nav.healthcare__specialty-health-network .submenu {
    background-color: #000000 !important;
}

nav.healthcare__specialty-health-network .header-actions,
nav.healthcare__specialty-health-network #nav-content {
    background-color: transparent !important;
}

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

    nav.healthcare__specialty-health-network,
    nav.healthcare__specialty-health-network .dropdown-menu {
        background-color: transparent !important;
    }

    nav.healthcare__specialty-health-network .header-actions {
        background-color: #000000 !important;
    }
}

@media screen and (max-width: 1023px) {
    nav.healthcare__specialty-health-network #nav-content {
        background-color: #000000 !important;
    }
}

/* Custom header stylings ends */

.hover\:underline:hover {
    text-decoration: underline;
}

ul#share-overlay {
    flex-direction: column;
    gap: 0
}

ul#share-overlay li {
    width: 100%;
}

ul#share-overlay li a i {
    display: none;
}

.language_selector {
    position: relative;
    padding: 1.6rem;
    margin: -1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
}

/* .language_selector:focus .selected-lang {
  outline: 0.2rem solid #005fcc;
  border-radius: 0.2rem;
} */

.language_selector .selected-lang {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    text-transform: uppercase;
}

.language_selector .selected-lang svg {
    border-radius: 50%;
}

.language_selector .language_selector-dropdown {
    display: none;
}

@media screen and (min-width: 1024px) {
    .language_selector .language_selector-dropdown {
        position: absolute;
        top: 100%;
        z-index: 10;
    }
}

.language_selector .language_selector-dropdown .lang_sel-list {
    /* flex flex-wrap items-start justify-start bg-white shadow-menu w-full */
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    background-color: #fff;
    padding: 1rem 2rem;
    border-radius: 1rem;
}

.language_selector .lang_sel-item {
    /* px-[1rem] py-[1.5rem] flex flex-row items-center justify-center whitespace-nowrap current: text-purple current:font-medium hover:text-purple hover:font-medium transition-colors duration-200 ease-out font-futura cursor-pointer basis-1/2 hover:underline */
    /* padding: 1.5rem 1rem; */
    display: flex;
    align-items: center;
}

.language_selector .lang_sel-item {
    display: flex;
    gap: 1rem;
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    cursor: pointer;
}

.language_selector .lang_sel-item svg {
    border-radius: 50%;
}

html:has(.nf) section:has(#back-to-top) {
    display: none;
}

.nf {
    padding: 7rem 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
    color: white;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%), url('https://dokumfe7mps0i.cloudfront.net/oms/15822/image/2025/1/9IMAY_404/404.jpg') lightgray 50% / cover no-repeat;
    text-align: center;
    font-family: Helvetica;
}

.nf>* {
    max-width: 85.1rem;
    margin: 0 auto;
}

.nf hgroup h1 {
    margin-bottom: 2rem;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.0896rem;
}

.nf hgroup p {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.0336rem;
}

.nf>p {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
}

.nf--actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    justify-content: center;
}

.nf--actions>a {
    border: solid 0.1rem #fff;
    padding: 0.8rem 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    transition: 0.3s ease-out;
}

.nf--actions>a:not([aria-disabled='true']):hover {
    background-color: #fff;
    color: #000;
}

.nf--actions>.widget-opener[aria-disabled='true'] {
    opacity: 0.6;
    cursor: default;
}

.nf--actions>.widget-opener[data-loading='false']>svg {
    display: none;
}

.nf--footer {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.nf--footer>svg:nth-child(2) {
    align-self: end;
}

@media (min-width: 768px) {
    .nf {
        padding: 14rem 3.5rem;
    }

    .nf hgroup h1 {
        font-size: 72px;
    }

    .nf--footer {
        flex-direction: row-reverse;
    }
}

@media (min-width: 1024px) {
    .nf {
        padding: 23rem 3.5rem;
    }
}



/* ACCORDION */
.accordion-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-left: 0;
}

.accordion-column {
    flex: 1;
}

.accordion-item {
    margin-bottom: 10px;
    overflow: hidden;

}

.accordion-header {
    padding: 10px 15px;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.accordion-header .icon {
    border-radius: 100%;
    border: 1px solid #fff;
    position: relative;
    height: 25px;
    width: 25px;
    flex-shrink: 0;
}

.accordion-header .icon::after {
    content: '+';
    position: absolute;
    /* adjust position if needed */
    right: auto;
    width: 100%;
    text-align: center;
    font-size: 25px;
    line-height: 20px;
    transition: transform 0.3s ease;
    /* optional for smooth effect */
}

/* When header has 'open' class, show '-' instead */
.accordion-header.open .icon::after {
    content: '-';
}

.accordion-content {
    /* height: 100%;
    max-height: 0; */
    display: none;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    color: #fff;
    background-color: #000;
}

.accordion-content > div {
  padding: 1rem 1.5rem
}

@media (max-width: 768px) {
    .accordion-container {
        flex-direction: column;
        gap: 0px;
    }
}