/** Shopify CDN: Minification failed

Line 47:0 Expected "}" to go with "{"

**/
/* Breadcrumb */
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

/*Mega-menu on desktop*/
.f-site-nav__dropdown--mega {
    margin-top: -5px !important;
}

/*Color Swatch on product card */
.product-card .color-swatch {
    --color-swatch-item-width: 3.5rem;
}
.f-drawer__content{
    position: sticky;
    top: 110px;
}
/*sale badge on product card*/
.product-card__badge {
    right: 10px;
    inset-inline-start: unset;
}
/*Preload pop-up on Home Page */
@media (max-width: 767.98px) {
    .f-popup__close svg {
        width: 40px;
        height: 35px;
        background: rgba(255, 255, 255, 0.6);
    }
    .f-popup__content .f-popup__image {
        max-height: 255px;
    }
}
@media (max-width: 578.98px) {
    /* mobile toggle menu on mobile */
    #Drawer-MobileNav {
        max-width: 300px;
    }
