.CP108-shop-item {
    position: relative;
}

.CP108-dropdown {
    position: fixed;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    /*transform: translateY(-10px);*/
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    z-index: 9999;
    padding: 30px 20px;
    max-width:1060px;
    left:50%;
    transform:translateX(-50%);
    box-sizing: border-box;
}
.CP108-dropdown--active {
    opacity: 1;
    visibility: visible;
    margin-top:-20px;
    /*transform: translateY(0);*/
}
.CP108-dropdown__content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.CP108-dropdown__grid {
    display: flex;
    /*grid-template-columns: repeat(5, 1fr);*/
    gap: 35px;
}

.CP108-dropdown__item {
    text-align: center;
    padding: 12px;
    border-radius: 0px;
    border: 1px solid #fff;
    /* min-width:170px;*/
}/*
.CP108-dropdown__item:nth-child(1),
.CP108-dropdown__item:nth-child(4){
    min-width:177px;
}
.CP108-dropdown__item:nth-child(2) {
    min-width:173px;
}
.CP108-dropdown__item:nth-child(3) {
    min-width:175px;
}*/
.CP108-dropdown__item:nth-child(5) {
    min-width:120px;
}
.CP108-dropdown__item:hover {
    border: 1px solid #00237E;
    background: #FFF;
}
.CP108-dropdown__item.CP108-dropdown__item--shop-all:hover{
    border-color:transparent;
}

.CP108-dropdown__item--shop-all {
    /*grid-column: 1 / -1;*/
    max-width:120px;
    display: flex;
    justify-content: center;
    margin-top: 0px;
    align-items: center;
}

.CP108-dropdown__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
    color: #000 !important;
}

.CP108-dropdown__link:hover {
    text-decoration: none !important;
}

.CP108-dropdown__link--shop-all {
    background-color: #EF4036;
    color: #fff !important;
    border-radius: 0;
    font-weight: bold !important;
    font-size: 14px;
    text-align: center;
    min-width: 120px;
    display: flex;
    height: 40px;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.CP108-dropdown__link--shop-all:hover {
    opacity: 0.7;
    text-decoration: none !important;
    color: #fff !important;
}

.CP108-dropdown__image-wrapper {
    width: 100%;
    height: 116px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.CP108-dropdown__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.CP108-dropdown__name {
    font-family: brandon-grotesque, sans-serif;
    color: #00237E;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.CP108-dropdown__stars {
    margin: 2px 0;
    display: inline-block;
    line-height: 1;
}

.CP108-dropdown__stars-img {
    max-width: 100px;
    height: auto;
}

.CP108-dropdown__reviews {
    color: #EF4036;
    font-family: brandon-grotesque, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-top: 4px;
}


/*Mobile */
.mobile-navigation ul.CP108-mobile-dropdown {
    display: none;
    margin-left:32px;
}

.mobile-navigation ul .CP108-mobile-shop-item--active .CP108-mobile-dropdown {
    display: block !important;
}
.mobile-navigation ul li.CP108-mobile-dropdown__item {
    list-style: none;
    padding: 0px 10px 0 0;
}
.mobile-navigation ul li.menu-item{
    text-align:left;
    margin:12px 0 12px 0;
    border-bottom:1px solid #EBEBEB;
}
.mobile-navigation ul li.menu-item:last-child{
    border-bottom:none!important;
}
.language-and-currency-offcanvas{
    display:none!important;
}
.mobile-navigation ul li.menu-item:first-child{
    margin-top:0;
}
.mobile-navigation ul li.menu-item > a{
    color: #00237E;
    font-family: brandon-grotesque, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal!important;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    padding-left:0;
}
.mobile-navigation ul li.menu-item > a:focus{
    color: #00237E!important;
}

.mobile-navigation{
    border-bottom:none!important;
}
.nano-home{
    display:none;
}

.mobile-navigation ul li.menu-item a strong{
    font-size:18px!important;
    font-weight:normal!important;
}

.mobile-navigation a.CP108-mobile-dropdown__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    justify-content: left;
    padding-left:0;
    margin-bottom:20px;
}
.CP108-mobile-toggle {
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-left: 8px;
    display: inline-block;
}
.CP108-mobile-dropdown__left {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.CP108-mobile-dropdown__left img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.CP108-mobile-dropdown__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.CP108-mobile-dropdown__name {
    font-weight: bold;
    color: #002f87; /* Deep blue similar to your example */
    font-size: 14px;
}

.CP108-mobile-dropdown__rating {
    display: flex;
    align-items: center;
    margin-top: 2px;
}

.CP108-mobile-dropdown__rating img {
    height: 14px; /* match the star image height */
    margin-right: 4px;
}

.CP108-mobile-dropdown__reviews {
    font-size: 14px;
    color: #EF4036;
    margin-left:5px;
}
.mobile-navigation a.CP108-mobile-dropdown__link--shop-all {
    background: #EF4036;
    text-align: center;
    font-weight: bold !important;
    display: flex;
    height: 40px;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-family: brandon-grotesque, sans-serif;
    line-height: normal;
    text-transform: uppercase;
    max-width: 125px;
}
.mobile-navigation a.CP108-mobile-dropdown__link--shop-all:focus{
    color: #FFF!important;
}
#menu-item-1496 > a{
    width:100%!important;
    padding-right:0;
}
.nano-close{
    right:0!important;
    top:0!important;
}
.CP108-mobile-toggle svg{
    transform: rotate(-90deg);
}
.CP108-mobile-shop-item--active .CP108-mobile-toggle svg{
    transform: rotate(0deg);
}
.mobile-navigation ul li.menu-item > a{
    font-weight:bold!important;
}

.CP108star-rating {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
}

.CP108star-rating .star-back::before,
.CP108star-rating .star-front::before {
    content: "\f005\f005\f005\f005\f005"; /* 5 solid stars */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    text-decoration: inherit;
}

.CP108star-rating .star-back::before {
    color: #d3ced2; /* gray */
}

.CP108star-rating .star-front {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}

.CP108star-rating .star-front::before {
    color: #ef4036; /* red */
}