/*
    Override the font size for Cookiebot widget to match the rest of the site
*/
#CookiebotWidget, #CookiebotWidget * {
    font-size: 13px !important;
}

/*
  *** IMPORTANT *** 
  Styles here are temporary, and will be moved to Mvs.Consumer.Spa workspace

*/
.shadow-white {
    -moz-filter: drop-shadow(2px 2px 3px #FFF);
    -webkit-filter: drop-shadow(2px 2px 3px #FFF);
    filter: drop-shadow(2px 2px 3px #FFF);
}

.swing-in-left-fwd {
    -webkit-animation: swing-in-left-fwd 2s cubic-bezier(0.175, 0.885, 0.320, 1.275) 2s both;
    animation: swing-in-left-fwd 2s cubic-bezier(0.175, 0.885, 0.320, 1.275) 2s both;
}
.puff-in-center {
	-webkit-animation: puff-in-center 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) 2s both;
	        animation: puff-in-center 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) 2s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-12-3 8:27:39
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation swing-in-left-fwd
 * ----------------------------------------
 */
@-webkit-keyframes swing-in-left-fwd {
    0% {
        -webkit-transform: rotateY(100deg);
        transform: rotateY(100deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 1;
    }
}
@keyframes swing-in-left-fwd {
    0% {
        -webkit-transform: rotateY(100deg);
        transform: rotateY(100deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 1;
    }
}

/* ----------------------------------------------
 * Generated by Animista on 2019-12-3 8:28:29
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation puff-in-center
 * ----------------------------------------
 */
@-webkit-keyframes puff-in-center {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}
@keyframes puff-in-center {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}




.fw-section > .overlay-light, .fh-section > .overlay-light {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    content: '';
    opacity: 0.6;
    z-index: 1;
}

.proudly-canadian-banner {
    display: flex;
    width: 100%;
    padding: 4px clamp(16px, 10%, 235px);
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: #374250 !important;
    min-height: auto !important;
    border-bottom-width: 0px !important;
    border-top-width:0px !important;
}
.proudly-canadian-text {
    color: #FFF;
    font-family: Roboto;
    font-size: clamp(12px, 2.5vw, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.boxed-bottom-border {
    border-bottom: 0.75px solid #F3F3F3;
    background: #FCFCFC;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.sitelogo-for-clinic-anniversary {
    bottom: 5px;
    left: 20px;
    z-index: 1;
    width: 187px;
    position: absolute;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(1.5px);
}

#badge-proud-canadian {
    background: #FFF;
    border-radius: 600px;
    width: 100px;
    position: absolute;
    right: 20px;
    bottom: -10px;
    z-index: -1;
}
#badge-proud-canadian-anniversary {
    background: #FFF;
    border-radius: 600px;
    width: 100px;
    position: absolute;
    bottom: 5px;
    right: 20px;
    z-index: 1
}

.missing-an-item {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    margin-top: 24px;
    gap: 24px;
    background: #FFFFFF;
    border: 0.5px solid #C3CBD5;
    border-radius: 8px;
}

/* Text container */
.missing-an-item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

    /* Heading */
    .missing-an-item-text .title {
        /*color: #374250;*/
        /*font-family: Roboto;*/
        font-weight: 600;
        font-size: 24px;
        line-height: 100%;
    }

    /* Description */
    .missing-an-item-text .description {
        /*color: #606975;*/
        /*font-family: Roboto;*/
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
    }

select.has-placeholder option:first-child {
    color: #999;
}

.missing-item-counter {
    margin-top: 5px;
}

/* Button */
.contact-us-card {
    width: fit-content;
}

/* Image */
.missing-an-item img {
    max-width: 200px;
    max-height: 150px;
}

/* Force recaptcha to be the top-most element, so when it is expanded the Help or Back to Top buttons dont overlap it. */
.grecaptcha-badge {
    z-index: 999999;
}

#search-overlay {
    /* Initially hidden */
    display: none;
    /* Position over everything */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Transparent dark color (rgba(0,0,0, 0.3) is 30% black) */
    background-color: rgba(0, 0, 0, 0.3);
    /* Ensure it is below the search box/dropdown but above the page content */
    z-index: 99;
}

.search-container {
    width: 100%;
    position: relative;
    z-index: 100;
    display: inline-block;
}

.searchTerm {
    padding: 10px;
}

    .searchTerm.search-active {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

.autocomplete-dropdown {
    display: none; /* Initially hidden */
    position: absolute;
    z-index: 101;
    top: 100%;
    left: 0;
    width: 100%;
    /*max-height: 250px;*/
    overflow-y: auto;
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.autocomplete-category {
    padding: 10px 20px;
    margin: 0 10px;
    font-size: 12px;
    background-position: 8px center;
}

    .autocomplete-category:not(:first-child) {
        border-top: 1px solid #ddd;
    }

    .autocomplete-category.trending-products {
        background: url('/Content/img/search/arrow-trend-up.svg') no-repeat left;
    }

    .autocomplete-category.popular-searches {
        background: url('/Content/img/search/clock.svg') no-repeat left;
    }

.autocomplete-item {
    padding: 8px 12px;
    cursor: pointer;
}
    .autocomplete-item.suggestion {
        background: url('/Content/img/search/magnifying-glass.svg') no-repeat left;
        background-position: 8px center;
        padding-left: 32px;
    }

    .autocomplete-item:hover {
        background-color: #f9f9f9;
    }

.popular-pills-container {
    display: flex; /* Enables horizontal layout */
    flex-wrap: nowrap; /* Prevents wrapping to the next line */
    overflow-x: auto; /* Enables horizontal scrolling if content overflows */
    padding: 0 10px 10px 10px; /* Padding for better spacing, especially when scrolling */
    gap: 8px; /* Space between each pill */
    scrollbar-width: none; /* Hide scrollbar for Firefox */
}
    /* Hide scrollbar for Webkit browsers (Chrome, Safari) */
    .popular-pills-container::-webkit-scrollbar {
        display: none;
    }

.trending-product {
    font-weight: bold;
}

.trending-product img {
    border-radius: 0.5px 0.5px 0px 0px;
    max-height: 48px;
    max-width: 48px;
}

.popular-pill {
    /* Basic pill look */
    background-color: #f0f0f0;
    color: #333;
    border-radius: 16px; /* High radius for pill shape */
    padding: 2px 10px;
    font-size: 12px;
    white-space: nowrap; /* Ensures the text and pill don't break */
    cursor: pointer;
    /* Override standard autocomplete-item styles if necessary */
    margin: 0;
    flex-shrink: 0; /* Ensures pills don't shrink when space is limited */
}

    .popular-pill:hover {
        background-color: #e0e0e0;
    }

.global-spinner-instance {
    display: none; /* Controlled by JS */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    z-index: 101;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }

    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

@media (min-width: 0px) and (max-width: 680px) {
    .sitelogo-for-clinic-anniversary {
        width: 120px;
    }

    #badge-proud-canadian {
        background: #FFF;
        border-radius: 600px;
        width: 70px;
        position: absolute;
        right: 20px;
        bottom: 0;
        z-index: 1;
    }

    #badge-proud-canadian-anniversary {
        background: #FFF;
        border-radius: 600px;
        width: 56px;
        position: absolute;
        bottom: 5px;
        right: 20px;
        z-index: 1
    }

    #banner-clinic-name {
        margin-top: 40px;
    }
   
}
@media (max-width: 768px) {
    .hide-on-mobile {
        display: none !important;
    }
}