body {
  font-family: 'Inter', sans-serif;
}
.ets_mm_megamenu_content_content {
    position: static !important;
}
.mm_menus_li.mm_sub_align_full {
    position: static !important;
}
.mm_menus_li.mm_sub_align_full .mm_columns_ul {
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.ps-imageslider__figure {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;     
    min-height: 300px;      
}
.ps-imageslider__figcaption.carousel-caption {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%); 
    bottom: auto;  
    right: auto;  
    width: auto;
    text-align: center;
    background: #00000088;
}
figcaption.ps-imageslider__figcaption.carousel-caption.d-lg-block.fs-5 h2 {
    font-size: 60px !important;
}
figcaption.ps-imageslider__figcaption.carousel-caption.d-lg-block.fs-5 p {
    font-size: 20px;
}
.figbutton {
    display: flex;
    justify-content: center;
}
.custom-info-banner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: #ffffff;
    font-family: sans-serif; 
}

.info-item {
    flex: 1;
    min-width: 300px;
    padding: 40px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.info-item h3 {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.info-item p {
    font-size: 1.1rem;
    margin: 0;
    text-transform: none; 
    font-weight: 400;
}
.bg-beige {
    background-color: #ad9a8e; 
}
.bg-beige h3,
.bg-beige p {
    color: #000;
}
.bg-red {
    background-color: #a00000; 
}

.bg-black {
    background-color: #000000; 
}
@media (max-width: 768px) {
    .info-item {
        flex: 1 0 100%;
        padding: 30px 10px;
    }
}
.store-section {
            position: relative;
            width: 100%;
            height: 100vh;
            background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('/img/cms/καταστημ.webp');
            background-size: cover;
            background-position: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: white;
            text-align: center;
        }
        .store-section h2 {
            font-size: 60px;
            font-weight: bold;
            margin-bottom: 20px;
            text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
            margin-top: 295px;
        }
        .store-btn {
            display: inline-block;
            padding: 12px 30px;
            border: 2px solid white;
            color: white;
            text-decoration: none;
            font-size: 18px;
            transition: all 0.3s ease;
            background: transparent;
        }
        .store-btn:hover {
            background-color: white;
            color: black;
        }
        @media (max-width: 768px) {
            .store-section h2 { 
                font-size: 35px; }
             .store-section{ background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('/img/cms/katastimamobile.webp');}
            .info-item { flex: 1 0 100%; }
        }
        .banners-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
        width: 100%;
    }

    .banner-item {
        position: relative;
        height: 75vh;
        background-size: cover;
        background-position: center;
        text-decoration: none;
        color: white;
        display: flex;
        align-items: baseline;
        justify-content: center;
        overflow: hidden;
        padding-top: 60px;
    }
    .banner-item::before {
        content: '';
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(0, 0, 0, 0.2); 
        transition: background 0.3s ease;
    }
    .banner-item:hover::before {
        background: rgba(0, 0, 0, 0.4);
    }
    .banner-content {
        position: relative;
        text-align: center;
        z-index: 1;
    }
    .banner-content h3 {
        font-size: 32px;
        font-weight: 300;
        margin-bottom: 5px;
        text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    }
    .banner-content span {
        font-size: 14px;
        text-transform: none;
        opacity: 0.9;
    }
    .promo-banner .big-title {
        font-size: 45px;
        font-weight: 900;
        letter-spacing: 2px;
    }
    @media (max-width: 992px) {
        .banners-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    @media (max-width: 600px) {
        .banners-grid {
            grid-template-columns: 1fr;
        }
        .banner-item {
            height: 600px;
        }
    }
        .b-office  { background-image: url('/img/cms/banner-epipla-grafeiou.webp'); }
        .b-home    { background-image: url('/img/cms/banner-epipla-spitiou.webp'); }
        .b-garden  { background-image: url('/img/cms/banner-epipla-kipou.webp'); }
        .b-camping { background-image: url('/img/cms/banner-eidi-camping.webp'); }
        .b-chairs  { background-image: url('/img/cms/kareklesgrafeiou.webp'); }
        .b-promo   { background-image: url('/img/cms/banner-sales.webp'); }
a.full-link {
    color: white;
    position: absolute;
    font-size: 18px;
    inset: 0;
    font-weight: 500;
    padding: 3px;
      z-index: 1;
      display: flex;
        align-items: flex-start;
    justify-content: center;
    top: 15%;
}
input.btn.btn-primary {
    background: #990000;
    border: #990000;
}
a.product-miniature__title {
    color: #222;
}
:root {
    --bs-link-color-rgb: 34, 34, 34; 
    
    --bs-link-color: #222222; 
}
.footer-container {
    color: #333;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.footer-column {
    flex: 1;
    min-width: 180px;
    margin-bottom: 20px;
}

.footer-column h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column ul li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

.footer-column ul li a:hover {
    text-decoration: underline;
}

.contact-info p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.shipping-logo img {
    max-width: 150px;
    border-radius: 4px;
}

/* Middle Section: Social & Payments */
.footer-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 20px auto;
}

.social-icons a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    margin-right: 15px;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
}

.payment-methods img {
    margin-left: 10px;
    width: 65px;
}

/* Bottom Section: Legal Links */
.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.legal-links {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.legal-links li {
    margin-right: 15px;
    font-size: 12px;
}

.legal-links li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}
/* Βασικό Grid */
.product-images-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Πάντα 2 στήλες για τις πρώτες 4 */
  gap: 8px; /* Λίγο μεγαλύτερο κενό για να αναπνέουν οι εικόνες */
}

/* Το αντικείμενο της εικόνας */
.product-image-grid-item {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  aspect-ratio: 2/3; /* Διατηρεί σταθερό ratio όπως οι εικόνες σου 168x240 */
}

.product-image-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
  background: white;
}

.product-image-grid-item:hover img {
  transform: scale(1.05); /* Μικρό zoom εφέ */
}

/* Ο κώδικας για το Overlay (το κείμενο +5) */
.more-images-overlay {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Διαφανές background για να φαίνεται η εικόνα από πίσω */
    background: rgba(0, 0, 0, 0.2); 
    cursor: pointer;
    
    /* Εδώ γίνεται η μαγεία για να πάει κάτω δεξιά */
    display: flex;
    align-items: flex-end;   /* Στοίχιση στο κάτω μέρος */
    justify-content: flex-end; /* Στοίχιση στη δεξιά πλευρά */
    z-index: 10;
}
.more-images-button {
    background: #ffffff;
    color: #000000;
    padding: 10px 20px;
    margin: 15px;            /* Απόσταση από τα άκρα της εικόνας */
    border-radius: 50px;     /* Στρογγυλεμένες γωνίες */
    font-size: 0.9rem;
    font-weight: 500;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15); /* Λίγη σκιά για να ξεχωρίζει */
    transition: all 0.3s ease;
    bottom: 0;
    position: absolute;
    right: 0;
}

.more-images-overlay:hover .more-images-button {
background: #f8f8f8;
    transform: scale(1.02); /* Μικρό ζουμ στο hover */
}
/* Mobile προσαρμογή */
@media (max-width: 767px) {
  .product-images-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }
}

/* Κρύβουμε τις εικόνες από την 5η και μετά στο Front-end */
/* Αλλά τις αφήνουμε στο DOM για το Modal */
.product-image-grid-item.d-none {
    display: none !important;
}
body#product .columns-container.container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.product__container.product-container.js-product-container, section.ps-categoryproducts, section.ps-viewedproduct {
  padding: 0 50px !important;
}
.product__reference {
  border-top: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0 15px 0;
}

.product__reference-value {
font-weight: 600;
}
@media (min-width: 1200px) {
    section.product__accessories .products {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
        font-size: 14px;

}
}
@media (max-width: 992px) {
    section.product__accessories .products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        font-size: 14px;
}
}
section.product__accessories {
    background: #f1efeb;
    padding: 40px 20px;
}
div#product-modal img {
    object-fit: none;
}
section.ps-viewedproduct .module-products.container {
    max-width: 100%;
}
a.product-miniature__title{
    font-size:14px;
}
section.ps-viewedproduct {
    background: #f1efeb !important;
    padding: 40px 50px !important;
}
.columns-container.container {
    max-width: 1850px;
}
.product__additional-info.js-product-additional-info {
    display: none;
}
span.mm_menu_content_title {
    text-transform: capitalize;
}
span.mm_menu_content_title .mm_arrow {
    display: none;
}
@media (min-width: 1024px){
ul.mm_menus_ul {
    display: flex !important;
    justify-content: space-around;
}
}
#left-column {
    position: fixed !important;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    overflow-y: auto;
    padding: 25px;
    box-shadow: 5px 0 15px rgba(0,0,0,0.1);
    margin: 0 !important;
}
#left-column.is-open {
    left: 0;
}
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
    display: none;
}
.sidebar-overlay.active {
    display: block;
}
#content-wrapper {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
@media (min-width: 1200px) {
    #products .products.row {
        display: grid !important;
        grid-template-columns: repeat(8, 1fr) !important;
        gap: 15px;
    }
    
    #products .products.row > div {
        width: 100% !important;
        max-width: none !important;
        flex: none !important;
    }
}
#open-filters-btn {
    display: none !important;
}

@media (min-width: 768px) {
    #open-filters-btn {
        display: block !important;
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 9999;
        background: #000;
        color: #fff;
        border: none;
        padding: 15px 25px;
        font-weight: bold;
        border-radius: 50px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.3);
        cursor: pointer;
    }
}
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9997;
}
#left-column {
    position: fixed !important;
    top: 0;
    left: -350px;
    width: 300px;
    height: 100vh;
    background: #fff;
    z-index: 9998;
    transition: left 0.3s ease;
    overflow-y: auto;
    padding: 20px;
}

#left-column.is-open {
    left: 0;
}
.product-images-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.more-images-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: inherit; 
    transition: background 0.3s ease;
}
.plus-count {
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 20px;
    position: absolute;
    right: 20px;
    border: 2px solid white;
    border-radius: 10px;
    padding: 5px 7px;
}
.last-visible-image:hover .more-images-overlay {
    background: rgba(0, 0, 0, 0.3);
}
@media (min-width: 1024px){
.header-bottom__container.container-md, .header-top.d-md-block {
    padding: 0 100px !important;
}
}
@media (min-width: 1024px){
.hook-default .ets_mm_megamenu_content .container {
    padding: 0 125px !important;
}
}
.header-top.d-md-block {
    background: black;
    padding: 10px;
}
a.ps-contactinfo__email {
    color: #fff;
    font-weight: 600;
}
p.tel-header {
    color: #fff;
    margin: 10px;
    font-weight: 600;
    font-size: 17px;
}
nav.pagination__container {
    display: none;
}
.infinitescroll-bottom-message a {
    border: 1px solid black;
    border-radius: 64px;
    padding: 1rem 2rem;
}
@media (max-width: 768px){
.ets_mm_megamenu_content .container {
    max-width: 100%;
}
}
/* Container για το ωράριο */
.opening-hours {
    max-width: 400px; /* Περιορίζουμε το πλάτος για να δείχνει κομψό */
    margin: 20px 0;
    font-family: inherit;
}

.opening-hours h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #333;
    border-bottom: 2px solid #333;
    display: inline-block;
    padding-bottom: 5px;
}

/* Styling του πίνακα */
.table-hours {
    width: 100%;
    border-collapse: collapse;
}

.table-hours td {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    color: #555;
    font-size: 1rem;
}

/* Δεξιά ευθυγράμμιση για τις ώρες */
.table-hours td:last-child {
    text-align: right;
    font-variant-numeric: tabular-nums; /* Για να στοιχίζονται τέλεια οι αριθμοί */
}

/* Έμφαση στις μέρες με συνεχές ωράριο (προαιρετικό) */
.table-hours tr.highlight td {
    color: #000;
}

/* Στυλ για το "ΚΛΕΙΣΤΑ" */
.table-hours tr.closed td:last-child {
    color: #e74c3c; /* Κόκκινο χρώμα */
    font-weight: bold;
}

/* Hover εφέ για ευκολία στην ανάγνωση */
.table-hours tr:hover td {
    background-color: #f9f9f9;
}
#product .product-flags{
    position: relative !important;
}
#avail-msg {
    color: #035703;
}
i.product__availability-icon.material-icons.rtl-no-flip {
    display: none;
}