.megamenu-wrapper a.nav-link, 
.megamenu-wrapper span.nav-link, 
.megamenu-wrapper a.dropdown-item, 
.megamenu-wrapper a.dropdown-item strong
{
    font-weight: 400 !important;
    font-size: 0.75rem !important;
    color: rgb(15, 17, 8);
}

.text-decoration-underline-hover:hover
{
    text-decoration: none !important;
    color: rgb(2, 135, 116);
}

header .nav-wrapper.item_swift_navigation,
header .js-async-fetch-placeholder
{
    margin-right: 30px !important;
}

picture img {
    max-height: 36px;
    object-position: 50% 50%;
    object-fit: contain;
    margin: 0px 1em;
}
@media (min-width: 30em) {
    picture img {
        max-height: 50px;
    }
}
@media (min-width: 60em) {
    picture img {
        max-height: 60px;
        margin: 0em 0px 1em 1em;
    }
}

.btn.btn-primary, .btn.btn-secondary
{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

article.product
{
    border: 2px solid #f7f7f7;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.item_swift_productdetailsimage
{
    border: 2px solid #f7f7f7;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

ul.slider-container
{
    padding: 2px;
}
ul.slider-container > li
{
    border: 2px solid #f7f7f7;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.megamenu .col.d-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 600px; /* Set your desired menu height */
    row-gap: 0.5rem;  /* reduce vertical spacing between rows */
    column-gap: 0.5rem; /* control horizontal spacing between columns */
  }

.megamenu-col {
    flex: 1 1 auto;
    min-width: 150px;
    margin: 0;            /* remove margin for tight layout */
  }

.megamenu .nav-link {
    padding: 0 !important;
    margin-bottom: 0.5rem;
    line-height: 1.5;
    font-size: 1rem;
  }