<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Header */
.third-menu .j-menu li:last-child {
    padding-block: 0;
    border-left: 1px solid #ffffff;
}
.third-menu .j-menu li:last-child a {
    padding-block: 0!important;
}
.top-menu-2 .j-menu li.top-menu-item-4&gt;a::before{margin-right: 5px;}
.top-menu-2&gt;ul&gt;.top-menu-item-4&gt;a&gt;.links-text{text-transform: uppercase;}

.desktop-header-active .header-classic .mid-bar .desktop-search-wrapper{max-width: 488px;}
#cart{background: none!important;}
.secondary-menu .top-menu .j-menu a .count-badge{margin-top: -8px!important;}

/* Main Menu */
#main-menu .j-menu &gt; .main-menu-item &gt; a{flex-direction: column;gap: 15px;}
#main-menu .j-menu &gt; .main-menu-item &gt; a img{align-self: unset;}
.desktop-main-menu-wrapper{height: 200px!important;}

/* Main Menu Mobile */
@media (max-width: 1024px) {
    .main-menu .j-menu &gt; .main-menu-item &gt; a{gap: 20px;}
    .main-menu .j-menu &gt; .main-menu-item &gt; a img{max-width: 40px;}
    .main-menu .j-menu .main-menu-item.open .fa-plus{transform: rotate(90deg);}
}

/* Slider */
#common-home #content{padding: 0;}

/* Delivery Areas */
.module-info_blocks-260 .module-item .info-block{align-items: center;}
.module-info_blocks-260 .module-item-1 .info-block::before{align-self: center;}

/* Stepper */
.stepper {display: flex;align-items: center;gap: 5px;}
.stepper input.form-control {width: 50px;text-align: center;}
.stepper .form-control{padding: 0;}
.stepper span i{height: 100%;}
.stepper .fa-angle-down{left: 26px;}
.stepper .fa-angle-up{right: 6px;}

/* Product Grid */
.product-thumb .cart-group{display: flex;justify-content: space-around;width: 100%;}</pre></body></html>