.elementor-8331 .elementor-element.elementor-element-500f4be2{--display:flex;}.elementor-8331 .elementor-element.elementor-element-6fe7832{padding:0px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-500f4be2 *//* =====================================================
   THE FOUKOU PROJECT — WHOLESALE ORDERING

   Κύριο Elementor Container:
   fp-wholesale-page
===================================================== */

.fp-wholesale-page {
    --fp-wholesale-orange: #ff9700;
    --fp-wholesale-orange-dark: #f15502;
    --fp-wholesale-dark: #202020;
    --fp-wholesale-dark-2: #292929;
    --fp-wholesale-text: #252525;
    --fp-wholesale-muted: #707070;
    --fp-wholesale-light: #f5f5f7;
    --fp-wholesale-white: #ffffff;
    --fp-wholesale-border: rgba(32, 32, 32, 0.09);

    width: 100%;
    padding: 80px 0;

    color: var(--fp-wholesale-text);
    font-family: inherit;
}

.fp-wholesale-page,
.fp-wholesale-page * {
    box-sizing: border-box;
}


/* =====================================================
   ELEMENTOR WIDGET WIDTH
===================================================== */

.fp-wholesale-page > .e-con-inner {
    width: min(1220px, calc(100% - 44px)) !important;
    max-width: 1220px !important;

    margin-right: auto !important;
    margin-left: auto !important;
}

.fp-wholesale-page .elementor-widget-html,
.fp-wholesale-page .elementor-widget-shortcode,
.fp-wholesale-page .elementor-widget-image {
    width: 100%;
}


/* =====================================================
   HEADER
===================================================== */

.fp-wholesale-header {
    max-width: 900px;
    margin: 0 auto 38px;

    text-align: center;
}

.fp-wholesale-label {
    display: inline-flex;
    align-items: center;

    margin-bottom: 15px;
    padding: 8px 16px;

    color: var(--fp-wholesale-white);

    font-size: 13px;
    font-weight: 700;
    line-height: 1;

    background:
        linear-gradient(
            135deg,
            var(--fp-wholesale-orange),
            var(--fp-wholesale-orange-dark)
        );

    border-radius: 50px;
}

.fp-wholesale-header h1 {
    margin: 0;

    color: var(--fp-wholesale-dark);

    font-size: clamp(35px, 5vw, 58px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.04em;
}


/* =====================================================
   WHOLESALE PRODUCT LISTING
===================================================== */

.fp-wholesale-listing {
    width: 100%;
    margin-bottom: 28px;
}

.fp-wholesale-listing > .elementor-widget-container {
    width: 100%;
    padding: 25px;

    background: var(--fp-wholesale-white);

    border: 1px solid var(--fp-wholesale-border);
    border-radius: 24px;

    box-shadow:
        0 25px 55px -42px rgba(0, 0, 0, 0.35);
}


/* Πίνακες που δημιουργεί το wholesale plugin */

.fp-wholesale-listing table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.fp-wholesale-listing th,
.fp-wholesale-listing td {
    padding: 14px;

    border-color: var(--fp-wholesale-border);
}


/* Πεδία φόρμας plugin */

.fp-wholesale-listing input,
.fp-wholesale-listing select,
.fp-wholesale-listing textarea {
    max-width: 100%;
    border-radius: 8px;
}


/* =====================================================
   CONTENT WRAPPER
===================================================== */

.fp-wholesale-content {
    width: 100%;
}


/* =====================================================
   INTRO CARD
===================================================== */

.fp-wholesale-intro-card {
    display: grid;
    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(320px, 0.85fr);

    align-items: stretch;
    gap: 24px;

    width: 100%;
    margin-bottom: 24px;
}

.fp-wholesale-intro-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    min-width: 0;
    padding: 35px;

    background: var(--fp-wholesale-white);

    border: 1px solid var(--fp-wholesale-border);
    border-radius: 24px;

    box-shadow:
        0 25px 55px -42px rgba(0, 0, 0, 0.35);
}

.fp-wholesale-intro-copy h2 {
    margin: 0 0 19px;

    color: var(--fp-wholesale-dark);

    font-size: clamp(27px, 3.5vw, 42px);
    line-height: 1.17;
    letter-spacing: -0.03em;
}

.fp-wholesale-intro-copy p {
    margin: 0 0 13px;

    color: var(--fp-wholesale-muted);

    font-size: 15px;
    line-height: 1.75;
}

.fp-wholesale-intro-copy p[lang="en"] {
    color: var(--fp-wholesale-dark);
    font-weight: 600;
}


/* =====================================================
   FEATURE IMAGE
===================================================== */

.fp-wholesale-feature-image {
    position: relative;

    min-width: 0;
    min-height: 420px;

    margin: 0;

    overflow: hidden;

    background: var(--fp-wholesale-white);

    border-radius: 24px;
}

.fp-wholesale-feature-image img {
    display: block;

    width: 100%;
    height: 100%;

    min-height: 420px;

    object-fit: cover;
    object-position: center center;
}

.fp-wholesale-feature-image figcaption {
    position: absolute;
    right: 15px;
    bottom: 15px;
    left: 15px;

    padding: 12px 15px;

    color: var(--fp-wholesale-white);

    font-size: 13px;
    font-weight: 700;

    background: rgba(20, 20, 20, 0.78);

    border-radius: 12px;
    backdrop-filter: blur(8px);
}


/* =====================================================
   BUTTON
===================================================== */

.fp-wholesale-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;
    margin-top: auto;
    padding: 13px 24px;

    color: var(--fp-wholesale-white) !important;
    text-decoration: none !important;

    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;

    border-radius: 50px;

    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.fp-wholesale-button-dark {
    background: var(--fp-wholesale-dark);
}

.fp-wholesale-button-dark:hover {
    color: var(--fp-wholesale-white) !important;
    background: var(--fp-wholesale-orange-dark);

    transform: translateY(-2px);

    box-shadow:
        0 16px 30px -18px rgba(241, 85, 2, 0.9);
}


/* =====================================================
   INFO CARDS
===================================================== */

.fp-wholesale-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 20px;

    width: 100%;
}

.fp-wholesale-info-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    min-width: 0;
    padding: 27px;

    background: var(--fp-wholesale-white);

    border: 1px solid var(--fp-wholesale-border);
    border-radius: 22px;

    box-shadow:
        0 25px 55px -42px rgba(0, 0, 0, 0.35);
}

.fp-wholesale-card-icon {
    display: grid;
    place-items: center;

    width: 52px;
    height: 52px;
    margin-bottom: 19px;

    color: var(--fp-wholesale-white);

    background:
        linear-gradient(
            135deg,
            var(--fp-wholesale-orange),
            var(--fp-wholesale-orange-dark)
        );

    border-radius: 15px;
}

.fp-wholesale-card-icon svg {
    width: 26px;
    height: 26px;

    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fp-wholesale-info-card h2 {
    margin: 0 0 13px;

    color: var(--fp-wholesale-dark);

    font-size: 22px;
    line-height: 1.3;
}

.fp-wholesale-info-card p {
    margin: 0 0 12px;

    color: var(--fp-wholesale-muted);

    font-size: 14px;
    line-height: 1.7;
}

.fp-wholesale-info-card p:last-child {
    margin-bottom: 0;
}


/* =====================================================
   LINKS
===================================================== */

.fp-wholesale-info-card a {
    color: var(--fp-wholesale-orange-dark);
    font-weight: 700;
    text-decoration: none;

    overflow-wrap: anywhere;
}

.fp-wholesale-info-card a:hover {
    color: var(--fp-wholesale-orange);
}

.fp-wholesale-text-link {
    font-size: 14px;
    line-height: 1.65;
}

.fp-wholesale-links {
    display: flex;
    flex-direction: column;
    gap: 12px;

    width: 100%;
}

.fp-wholesale-links a {
    padding: 13px 14px;

    background: #fafafa;

    border: 1px solid rgba(32, 32, 32, 0.06);
    border-radius: 12px;

    font-size: 13px;
    line-height: 1.55;
}


/* =====================================================
   BOTTOM IMAGE WIDGET
===================================================== */

.fp-wholesale-bottom-image {
    width: 100%;
    margin-top: 24px;
}

.fp-wholesale-bottom-image img {
    display: block;

    width: 100%;
    max-height: 480px;

    object-fit: cover;
    object-position: center center;

    border-radius: 24px;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1024px) {

    .fp-wholesale-page {
        padding: 65px 0;
    }

    .fp-wholesale-intro-card {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(280px, 0.8fr);
    }

    .fp-wholesale-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fp-wholesale-info-card:last-child {
        grid-column: 1 / -1;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .fp-wholesale-page {
        padding: 50px 0;
    }

    .fp-wholesale-page > .e-con-inner {
        width: calc(100% - 30px) !important;
    }

    .fp-wholesale-header {
        margin-bottom: 28px;
    }

    .fp-wholesale-header h1 {
        font-size: 34px;
    }

    .fp-wholesale-listing > .elementor-widget-container {
        padding: 17px 13px;

        border-radius: 18px;
    }

    .fp-wholesale-intro-card {
        grid-template-columns: minmax(0, 1fr);
        gap: 15px;
    }

    .fp-wholesale-intro-copy {
        padding: 23px 19px;

        border-radius: 19px;
    }

    .fp-wholesale-intro-copy h2 {
        font-size: 28px;
    }

    .fp-wholesale-feature-image,
    .fp-wholesale-feature-image img {
        min-height: 300px;
    }

    .fp-wholesale-feature-image {
        border-radius: 19px;
    }

    .fp-wholesale-info-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 15px;
    }

    .fp-wholesale-info-card:last-child {
        grid-column: auto;
    }

    .fp-wholesale-info-card {
        padding: 23px 19px;

        border-radius: 19px;
    }

    .fp-wholesale-bottom-image img {
        border-radius: 19px;
    }
}/* End custom CSS */