:root {
	--wd-text-font: "Sofia Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(46,38,32);
	--wd-text-font-size: 16px;
	--wd-title-font: "Playfair Display", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: rgb(46,38,32);
	--wd-entities-title-font: "Sofia Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(46,38,32);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Sofia Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Sofia Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(46,38,32);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Sofia Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(25,94,51);
	--wd-alternative-color: rgb(183,9,0);
	--btn-default-bgcolor: rgb(255,255,255);
	--btn-default-bgcolor-hover: rgb(255,255,255);
	--btn-accented-bgcolor: rgb(95,110,30);
	--btn-accented-bgcolor-hover: rgb(76,86,8);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(25,94,51);
	--wd-link-color-hover: rgb(122,132,80);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://zaraappeti.com/wp-content/uploads/2021/08/promo-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(17,17,17);
	background-image: none;
}
html .wd-nav.wd-nav-main > li > a {
	font-family: "Sofia Sans", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: rgb(25,94,51);
}
html .wd-nav.wd-nav-main > li:hover > a, html .wd-nav.wd-nav-main > li.current-menu-item > a {
	color: rgb(25,94,51);
}
html .wd-product .wd-entities-title, html .wd-product.product-list-item .wd-entities-title {
	font-family: "Sofia Sans", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 24px;
	color: rgb(46,38,32);
}
html .wd-product .wd-entities-title a:hover {
	color: rgb(46,38,32);
}
 {
	font-family: "Playfair Display", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: italic;
	font-family: "Playfair Display", Arial, Helvetica, sans-serif;
	font-weight: 600;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1360px;
--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-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 12px;
}

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


.wd-page-title {
background-color: rgb(25,94,51);
}

/* =================================
   FOOD PRODUCT INFO
================================= */

.food-product-info {
    margin-top: 22px;
    margin-bottom: 22px;
}


/* =================================
   SINGLE PRODUCT BADGES
================================= */

.food-badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}


/* GENERAL BADGE */

.food-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    min-height: 36px;
    padding: 7px 13px;

    border-radius: 50px;

    font-size: 13px;
    font-weight: 600;
    line-height: 1;

    transition:
        border-color .2s ease,
        background-color .2s ease,
        transform .2s ease;
}


/* CALORIES */

.food-calories {
    background: var(--wd-primary-color);
    color: #fff;
}

.food-calories .food-badge-value {
    font-weight: 700;
}

.food-calories .food-badge-small {
    opacity: .8;
    font-size: 12px;
}


/* ALLERGEN */

.food-allergen {
    background: #f3f3ef;
    color: #333;
    border: 1px solid #e6e6df;
}

.food-allergen:hover {
    border-color: var(--wd-primary-color);
}


/* ALLERGEN ICON */

.food-allergen-icon {
    width: 23px;
    height: 23px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 23px;

    border-radius: 50%;

    background: var(--wd-primary-color);
    color: #fff;
}

.food-allergen-icon svg {
    width: 15px;
    height: 15px;

    display: block;

    fill: none;
    stroke: currentColor;

    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.food-allergen-icon svg circle {
    fill: none;
    stroke: currentColor;
}


/* =================================
   INGREDIENTS
================================= */

.food-ingredients {
    margin-top: 5px;
}

.food-info-title {
    margin-bottom: 6px;

    font-size: 14px;
    font-weight: 700;

    color: #222;
}

.food-ingredients-text {
    max-width: 650px;

    font-size: 14px;
    line-height: 1.65;

    color: #555;
}


/* =================================
   PRODUCT ARCHIVE / SHOP CARDS
================================= */

.product-grid-item {
    position: relative;
}


/* BADGES POSITION */

.food-card-badges {
    position: absolute;
    z-index: 20;

    top: 18px;
    left: 18px;
    right: 18px;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;

    pointer-events: none;
}


/* ARCHIVE CALORIES BADGE */

.food-card-calories {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    flex-shrink: 0;

    padding: 10px 15px;

    border-radius: 50px;

    background: var(--wd-primary-color);
    color: #fff;

    font-size: 13px;
    line-height: 1;

    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.food-card-calories strong {
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.food-card-calories span {
    font-size: 11px;
    line-height: 1;
    opacity: .8;
}


/* ARCHIVE ALLERGEN WRAPPER */

.food-card-allergens {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;

    max-width: 50%;

    pointer-events: auto;
}


/* ARCHIVE ALLERGEN ICON */

.food-card-allergen {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 38px;

    border-radius: 50%;

    background: rgba(255, 255, 255, .96);
    color: var(--wd-primary-color);

    box-shadow: 0 2px 8px rgba(0, 0, 0, .10);

    pointer-events: auto;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.food-card-allergen:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 11px rgba(0, 0, 0, .14);
}

.food-card-allergen svg {
    width: 19px;
    height: 19px;

    display: block;

    fill: none;
    stroke: currentColor;

    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.food-card-allergen svg circle {
    fill: none;
    stroke: currentColor;
}


/* =================================
   TABLET
================================= */

@media (max-width: 1024px) {

    .food-card-badges {
        top: 14px;
        left: 14px;
        right: 14px;
    }

    .food-card-calories {
        padding: 9px 12px;
    }

    .food-card-calories strong {
        font-size: 12px;
    }

    .food-card-calories span {
        font-size: 10px;
    }

    .food-card-allergen {
        width: 34px;
        height: 34px;

        flex-basis: 34px;
    }

    .food-card-allergen svg {
        width: 17px;
        height: 17px;
    }
}


/* =================================
   MOBILE
================================= */

@media (max-width: 767px) {

    /* SINGLE PRODUCT */

    .food-badges {
        gap: 6px;
    }

    .food-badge {
        min-height: 34px;
        padding: 6px 10px;
        font-size: 12px;
    }

    .food-allergen-icon {
        width: 21px;
        height: 21px;
        flex-basis: 21px;
    }

    .food-allergen-icon svg {
        width: 13px;
        height: 13px;
    }


    /* PRODUCT CARDS */

    .food-card-badges {
        top: 10px;
        left: 10px;
        right: 10px;

        gap: 8px;
    }

    .food-card-calories {
        gap: 4px;

        padding: 8px 11px;
    }

    .food-card-calories strong {
        font-size: 11px;
    }

    .food-card-calories span {
        font-size: 9px;
    }

    .food-card-allergens {
        gap: 5px;
        max-width: 50%;
    }

    .food-card-allergen {
        width: 32px;
        height: 32px;

        flex-basis: 32px;
    }

    .food-card-allergen svg {
        width: 16px;
        height: 16px;
    }
}


/* =================================
   SMALL MOBILE
================================= */

@media (max-width: 480px) {

    .food-card-badges {
        top: 8px;
        left: 8px;
        right: 8px;
    }

    .food-card-calories {
        padding: 7px 9px;
    }

    .food-card-calories strong {
        font-size: 10px;
    }

    .food-card-calories span {
        font-size: 8px;
    }

    .food-card-allergen {
        width: 29px;
        height: 29px;

        flex-basis: 29px;
    }

    .food-card-allergen svg {
        width: 14px;
        height: 14px;
    }
}