/* Navigation Menu */
.desktop-main-menu-wrapper .main-menu .main-menu-item > a .links-text {
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
}

/* Top Bar - Free shipping, About Us, B2B */
.top-bar .links-text,
.top-bar .j-menu > li > a,
.top-bar a {
    font-size: 13px !important;
    font-weight: 600 !important;
}

/* Account, Wishlist */
.mid-bar .links-text,
.mid-bar .j-menu > li > a .links-text {
    font-size: 13px !important;
    font-weight: 600 !important;
}

/* Cart */
#cart > a .cart-label,
#cart-total {
    font-size: 13px !important;
    font-weight: 600 !important;
}

/* Header Background */
.header,
.header .mid-bar,
.header .top-bar,
.desktop-main-menu-wrapper {
    background-color: #FAF8F2 !important;
}

/* Full Header + Menu Bar Background */
header,
.header,
.header .mid-bar,
.header .top-bar,
.header .top-bar::before,
.header .mid-bar::before,
.desktop-main-menu-wrapper,
.desktop-main-menu-wrapper.menu-bar,
.menu-bar::after {
    background-color: #FAF8F2 !important;
}

/* Main Body Background Updated */
body,
.global-wrapper,
.site-wrapper {
    background-color: #FDFBF8 !important;
}

/* Product Cards Background */
.product-thumb,
.product-layout,
.product-grid .product-thumb {
    background-color: #FDFBF8 !important;
}

/* Breadcrumb Background */
.breadcrumbs,
.breadcrumb {
    background-color: #FDFBF8 !important;
}

/* Category Page & Product Page sections */
#content,
#column-left,
#column-right,
.site-wrapper > .container,
.row-bg,
.grid-row,
.module-products,
.module-products .module-body {
    background-color: #FDFBF8 !important;
}

/* You May Also Like section */
.module-products .grid-row,
.module-products > .module-body,
#content-bottom,
#bottom {
    background-color: #FDFBF8 !important;
}

/* Dropdown Submenu Items */
.j-dropdown .j-menu > li > a .links-text,
.j-dropdown .j-menu > li > a {
    font-weight: 500 !important;
}

/* Product Names */
.product-thumb .name a,
.product-thumb .name {
    font-weight: 500 !important;
}

/* Product Prices */
.product-thumb .price,
.product-thumb .price span {
    font-weight: 500 !important;
}

/* Product Page Title */
.page-title .page-title-text,
h1, h2, h3 {
    font-weight: 500 !important;
}

/* General Body Text */
body,
.product-info,
.category-description,
#content p,
#content li {
    font-weight: 500 !important;
}

/* Hide Free Shipping from Top Bar */
.top-bar .notice-module,
.top-bar .module-header_notice {
    display: none !important;
}

/* Show Free Shipping below Search Bar */
.mid-bar .notice-module,
.mid-bar .module-header_notice {
    display: flex !important;
    width: 100% !important;
    order: 10 !important;
}

/* Hide Free Shipping from Top Bar */
.top-menu-638 {
    display: none !important;
}

/* Social icons τερμα δεξιά */
.top-bar {
    justify-content: flex-end !important;
}
.third-menu, .top-menu-632 {
    margin-left: auto !important;
}

/* Free shipping - desktop πάνω από menu */
html.desktop-header-active .desktop-main-menu-wrapper {
    flex-wrap: wrap !important;
}
html.desktop-header-active .desktop-main-menu-wrapper::before {
    content: "Free shipping on orders over € 120" !important;
    display: flex !important;
    flex-basis: 100% !important;
    width: 100% !important;
    justify-content: center !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 5px 0 !important;
    order: -1 !important;
    position: relative !important;
    inset: unset !important;
    background-color: #FAF8F2 !important;
}
html.desktop-header-active .desktop-main-menu-wrapper .main-menu-1 {
    order: 1 !important;
}
html.desktop-header-active .desktop-main-menu-wrapper.menu-bar {
    height: auto !important;
}

/* Free shipping - mobile κάτω από mobile-bar */
html.mobile-header-active .desktop-main-menu-wrapper::before {
    display: none !important;
    content: none !important;
}
html.mobile-header-active .mobile-top-bar::after {
    content: "Free shipping on orders over € 120" !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    padding: 6px 0 !important;
    background-color: #FAF8F2 !important;
}

/* Κρύψε Free shipping από mobile */
html.mobile-header-active .mobile-top-bar::after {
    display: none !important;
    content: none !important;
}
