:root {
    --primary-color: #4b257a;
}

/* Main navigation background */
.navigation {
    background-color: #4b257a !important;
}

/* Shop by Department toggle */
.menu--product-categories .menu__toggle {
    background-color: #4b257a !important;
    color: #ffffff !important;
}

/* Main menu links */
.navigation .menu > li > a,
.navigation__extra li a {
    color: #ffffff !important;
}

/* Active / hover menu item */
.navigation .menu > li.current-menu-item > a,
.navigation .menu > li:hover > a,
.navigation__extra li a:hover {
    color: #ffffff !important;
    background-color: #4b257a !important;
}

/* Dropdown and mega-menu headings hover */
.menu--dropdown > li > a:hover,
.mega-menu__column h4:hover,
.mega-menu__list li a:hover {
    color: #4b257a !important;
}

/* Icons inside department menu */
.menu--dropdown > li > a i {
    color: #4b257a !important;
}

/* Sub toggle / arrows */
.menu-item-has-children .sub-toggle {
    color: #4b257a !important;
}

/* Buttons / marketplace link */
.sell-on-marketplace-link a {
    color: #ffffff !important;
    background-color: #4b257a !important;
}


.ps-block--category:not(.ps-block--brand) {
    border: none !important;
    box-shadow: none !important;
}

.ps-block--category:not(.ps-block--brand):hover {
    border: none !important;
    box-shadow: none !important;
}

/* Sticky product header title on purple navigation */
.ps-product--header-sticky .ps-product__title {
    color: #ffffff !important;
}

/* Site features delivery icon */
.ps-block--site-features .ps-block__left svg.svg-icon-ti-ti-truck-delivery,
.svg-icon-ti-ti-truck-delivery {
    color: #4b257a !important;
    stroke: #4b257a !important;
}

/* Larger brand logos on products page carousel */
.ps-shop-brand a img {
    max-height: 120px !important;
    width: auto !important;
    object-fit: contain !important;
}

.ps-shop-brand.owl-carousel .owl-item img {
    height: 120px !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
}