:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Yantramanav", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Yantramanav", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Yantramanav", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(209,44,44);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(209,44,44);
	--btn-accented-bgcolor-hover: rgb(191,40,40);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(30,115,190);
	background-image: url(https://kreopoliokipseli.gr/wp-content/uploads/2021/10/grocery-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(55,56,57);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}



/* ---------------------------------------------------------
   Marinos WoodMart Page Title Branding
   Purpose:
   - Styles the WoodMart page title area used for the main visible H1.
   - Keeps the H1 visible for SEO and for customers.
   - Applies the same branded red title bar to:
     1. Homepage
     2. Standard content pages
     3. WooCommerce product category archive pages
     4. Main WooCommerce shop archive page

   Does NOT affect:
   - Single product pages
   - Blog posts
   - My Account

   Active scopes:
   - Homepage and standard pages:
     body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account)

   - Product category archive pages:
     body.tax-product_cat

   - Main WooCommerce shop page:
     body.post-type-archive-product.woocommerce-shop

   Maintenance note:
   - To add another page type later, add its selector to the selector lists below.
   - Do NOT duplicate this whole block again.
--------------------------------------------------------- */


/* Main WoodMart title bar styling.
   Controls the red branded background, compact height and subtle borders. */
body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .wd-page-title,
body.tax-product_cat .wd-page-title,
body.post-type-archive-product.woocommerce-shop .wd-page-title,
body.woocommerce-cart .wd-page-title,
body.woocommerce-checkout .wd-page-title {
    background: linear-gradient(90deg, #c92727 0%, #dc3f3f 50%, #c92727 100%) !important;
    background-image: linear-gradient(90deg, #c92727 0%, #dc3f3f 50%, #c92727 100%) !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    min-height: auto !important;
    border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}


/* Removes extra vertical spacing inside the WoodMart title container.
   Keeps the title bar compact and consistent across page types. */
body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .wd-page-title .container,
body.tax-product_cat .wd-page-title .container,
body.post-type-archive-product.woocommerce-shop .wd-page-title .container,
body.woocommerce-cart .wd-page-title .container,
body.woocommerce-checkout .wd-page-title .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* Main H1 styling inside the WoodMart title area.
   Controls the visible page/category/shop title text. */
body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .wd-page-title .entry-title,
body.tax-product_cat .wd-page-title .entry-title,
body.post-type-archive-product.woocommerce-shop .wd-page-title .entry-title,
body.woocommerce-cart .wd-page-title .entry-title,
body.woocommerce-checkout .wd-page-title .entry-title {
    color: #ffffff !important;
    font-size: 34px !important;
    line-height: 1.15 !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px !important;
    margin: 0 !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18) !important;
}


/* Mobile adjustment.
   On small screens the H1 becomes smaller so it remains readable
   without making the title bar too tall. */
@media (max-width: 767px) {
    body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .wd-page-title,
    body.tax-product_cat .wd-page-title,
    body.post-type-archive-product.woocommerce-shop .wd-page-title,
body.woocommerce-cart .wd-page-title,
body.woocommerce-checkout .wd-page-title {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .wd-page-title .entry-title,
    body.tax-product_cat .wd-page-title .entry-title,
    body.post-type-archive-product.woocommerce-shop .wd-page-title .entry-title,
body.woocommerce-cart .wd-page-title .entry-title,
body.woocommerce-checkout .wd-page-title .entry-title {
        font-size: 25px !important;
        line-height: 1.15 !important;
    }
}


/* ---------------------------------------------------------
   Checkout completion hierarchy + Google review card
--------------------------------------------------------- */

body.woocommerce-order-received .woocommerce-order.wd-with-extra-content {
    display: flex;
    flex-direction: column;
}

body.woocommerce-order-received .woocommerce-order.wd-with-extra-content > * {
    order: 3;
}

body.woocommerce-order-received .woocommerce-order.wd-with-extra-content > .woocommerce-thankyou-order-received {
    order: 1;
}

body.woocommerce-order-received .woocommerce-order.wd-with-extra-content > .wd-order-extra-content {
    order: 2;
    width: 100%;
    margin: 26px 0 32px;
}

.marinos-google-review-card {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(24px, 3vw, 38px);
    overflow: hidden;
    border: 1px solid rgba(201, 39, 39, 0.18);
    border-radius: 16px;
    background: linear-gradient(135deg, #fff 0%, #fff9f7 100%);
    box-shadow: 0 10px 30px rgba(76, 22, 22, 0.08);
}

.marinos-google-review-card__icon {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    color: #c92727;
    border-radius: 50%;
    background: #fff0ed;
}

.marinos-google-review-card__icon svg {
    display: block;
    width: 38px;
    height: 38px;
}

.marinos-google-review-card__title {
    margin: 0 0 10px;
    color: #2b1d1d;
    font-size: clamp(24px, 2.3vw, 30px);
    line-height: 1.2;
    font-weight: 700;
}

.marinos-google-review-card__text {
    max-width: 760px;
    margin: 0 0 20px;
    color: #5c4a4a;
    font-size: 17px;
    line-height: 1.65;
}

.marinos-google-review-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    color: #fff !important;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    border-radius: 8px;
    background: #c92727;
    box-shadow: 0 6px 16px rgba(201, 39, 39, 0.2);
    transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.marinos-google-review-card__button:hover {
    color: #fff !important;
    background: #aa1f1f;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(170, 31, 31, 0.24);
}

.marinos-google-review-card__button:focus-visible {
    outline: 3px solid rgba(201, 39, 39, 0.3);
    outline-offset: 3px;
}

@media (max-width: 600px) {
    body.woocommerce-order-received .woocommerce-order.wd-with-extra-content > .wd-order-extra-content {
        margin: 20px 0 26px;
    }

    .marinos-google-review-card {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 22px 18px;
    }

    .marinos-google-review-card__icon {
        width: 56px;
        height: 56px;
    }

    .marinos-google-review-card__icon svg {
        width: 34px;
        height: 34px;
    }

    .marinos-google-review-card__text {
        font-size: 16px;
    }

    .marinos-google-review-card__button {
        width: 100%;
    }
}