body.single-product {
    background-color: #f9d9c5;
}

.woocommerce div.product .product_title {
    font-family: FixelDisplay, sans-serif;
    font-weight: 900;
    letter-spacing: 1.5px;
    font-size: 64px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5)
}

.single-product .content-area,
.single-product .site-main {
    position: relative;
}

.single-product .content-area {
    background: linear-gradient(90deg, rgba(40,103,46,1) 0%, rgba(40,103,46,1) 66%, rgba(40,103,46,0) 66%, rgba(40,103,46,0) 100%);
}

.single-product.product_cat_asparagus .content-area,
.single-product.product_cat_asparagus-en .content-area {
    background: linear-gradient(90deg, #6BA230 0%, #6BA230 66%, rgba(0,81,39,0) 66%, rgba(0,81,39,0) 100%);
}

.single-product .site-main {
    z-index: 3;
    color: #FFF;
}

.post-type-archive-product .shop-wrapper::before,
.single-product .content-area::before {
    content: "";
    display: block;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/Logo-Black.png') no-repeat calc(100% + 200px) 50%;
    background-size: 450px auto;
    opacity: 0.35;
    mix-blend-mode: overlay;
    pointer-events: none;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 0.85;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background: transparent;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:not(:hover) {
    -webkit-box-shadow: 2px 2px 7px -3px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 2px 2px 7px -3px rgba(0, 0, 0, 0.55);
    box-shadow: 2px 2px 7px -3px rgba(0, 0, 0, 0.55);
}

.woocommerce div.product div.images .flex-control-thumbs {
    padding: 0 0 15px;
    overflow: visible;
}

.woocommerce div.product div.images .flex-control-thumbs img,
.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce div.product div.images .flex-control-thumbs li::after {
    border-radius: 50%;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: calc( ( 100% - 15px ) / 4 );
    margin: 0 5px 0 0;
    position: relative;
    z-index: 5;
    padding: 10px;
    transition: padding 0.3s ease;
}

.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n) {
    margin: 0;
}

.woocommerce div.product div.images .flex-control-thumbs img.flex-active {
    -webkit-box-shadow: 5px 5px 7px -3px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 5px 5px 7px -3px rgba(0, 0, 0, 0.55);
    box-shadow: 5px 5px 7px -3px rgba(0, 0, 0, 0.55);
}

.woocommerce div.product div.images .flex-control-thumbs li:has(.flex-active) {
    padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li:has(.flex-active)::after {
    opacity: 0;
}

.woocommerce div.product div.images .flex-viewport {
    margin-bottom: 30px;
}

.single-product .content-area::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 66%;
    height: 100%;
    background: url('../img/icon-hazelnut.png') repeat right center;
    background-size: 120px;
    background-repeat: space;
    mix-blend-mode: multiply;
    opacity: 0.35;
    pointer-events: none;
}

.single-product.product_cat_asparagus .content-area::after,
.single-product.product_cat_asparagus-en .content-area::after {
    background: url('../img/icon-asparagus.png') repeat right center;
    background-size: 120px;
    background-repeat: space;
    opacity: 0.17;
}


.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    color: var(--e-global-color-text);
}

.single-product.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    color: #ffffff;
    text-align: right;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .summary p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .summary span.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #6BA230;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)).product_cat_asparagus div.product .summary p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)).product_cat_asparagus div.product .summary span.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)).product_cat_asparagus .woocommerce-breadcrumb a,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)).product_cat_asparagus-en div.product .summary p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)).product_cat_asparagus-en div.product .summary span.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)).product_cat_asparagus-en .woocommerce-breadcrumb a {
    color: var(--e-global-color-724cb52);
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    font-size: 2.25em;
    font-weight: 800;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 0;
    white-space: nowrap;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 20px;
    position: relative;
    z-index: 5;
    color: var(--e-global-color-text);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}


.woocommerce-product-details__short-description {
    font-weight: 300;
    font-size: 1.15em;
    margin-bottom: 45px;
    font-family: FixelDisplay;
}

.single-product.woocommerce div.product form.cart div.quantity {
    margin-right: 10px;
}

.woocommerce div.product {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}


.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related.products {
    width: 100%;
}


.woocommerce div.product .woocommerce-tabs {
    order: 3;
}

.woocommerce div.product .related.products {
    order: 4;
}

.single-product .product_meta .sku_wrapper,
.single-product .product_meta .posted_in,
.single-product .product_meta .tagged_as,
.single-product div.product form.cart .variations th.label label,
.woocommerce-product-attributes-item__label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.8rem;
    letter-spacing: 0.35px;
    
}

.single-product div.product form.cart .variations th.label label,
.woocommerce-product-attributes-item__label {
    color: var(--e-global-color-accent);
}

.single-product div.product form.cart .variations th.label {
    vertical-align: middle;
}


.single-product div.product form.cart .variations {
    border-radius: 30px;
    -webkit-box-shadow: 0 8px 18px -8px rgba(0, 0, 0, .55);
    box-shadow: 0 8px 18px -8px rgba(0, 0, 0, .55);
}

.single-product div.product form.cart .variations th {
    border-radius: 30px 0 0 30px;
}

.single-product div.product form.cart .variations td {
    border-radius: 0 30px 30px 0;
}

.woocommerce-product-attributes-item__label {
    padding: 0.15em 0.5em;
}


.woocommerce-product-attributes.infographic {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: baseline;
    margin: 45px 0 30px;
}

.infographic .woocommerce-product-attributes-item {
    margin: 0 30px 10px 0;
    max-width: 25%;
    flex-grow: 1;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
    background: var(--e-global-color-7857eac);
    color: var(--e-global-color-primary);
    padding: 13px 27px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
    background: var(--e-global-color-accent);
    color: var(--e-global-color-primary);
}

.product_cat_asparagus.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
    color: var(--e-global-color-accent);
}

.product_cat_asparagus-en.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.product_cat_asparagus.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
    background: var(--e-global-color-primary);
    color: var(--e-global-color-accent);
}

.woocommerce-product-attributes-item__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px;
    background-color: var(--e-global-color-accent);
    -webkit-box-shadow: 2px 2px 7px -3px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 2px 2px 7px -3px rgba(0, 0, 0, 0.55);
    box-shadow: 2px 2px 7px -3px rgba(0, 0, 0, 0.55);
}

.product_cat_asparagus-en .woocommerce-product-attributes-item__icon,
.product_cat_asparagus .woocommerce-product-attributes-item__icon {
    background-color: var(--e-global-color-primary);
}

.woocommerce-product-attributes-item__icon img {
    max-width: 36px;
}

.woocommerce-product-attributes-item--weight,
.woocommerce-product-attributes-item--dimensions,
.woocommerce-product-attributes-item--attribute_pa_processing {
    order: 1;
}

.woocommerce-product-attributes-item--attribute_pa_proteins,
.woocommerce-product-attributes-item--attribute_pa_fats,
.woocommerce-product-attributes-item--attribute_pa_carbohydrates,
.woocommerce-product-attributes-item--attribute_pa_calories {
    order: 2;
}

.woocommerce-product-attributes-item--attribute_pa_expiration {
    order: 3;
}

.woocommerce-product-attributes-item--dimensions,
.woocommerce-product-attributes-item--attribute_pa_expiration {
    flex-grow: 2;
}

.single-product div.product form.cart .variations th.label,
.woocommerce-product-attributes-item__label {
    font-family: var( --e-global-typography-secondary-font-family ), sans-serif;
}

.product_cat_asparagus-en .woocommerce-product-attributes-item__label,
.product_cat_asparagus .woocommerce-product-attributes-item__label { 
    color: var(--e-global-color-primary);
}


.woocommerce-product-attributes-item__value {
    font-weight: 600;
}

.infographic .woocommerce-product-attributes-item__value {
    font-size: 1.35em;
    margin-bottom: 0.5em;
    white-space: nowrap;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5)
}

.woocommerce-product-attributes-item__value p {
    margin: 0;
}

.woocommerce table.shop_attributes .woocommerce-product-attributes-item__value  p {
    padding: 0;
}

table.variations tbody>tr:nth-child(odd)>td, 
table.variations tbody>tr:nth-child(odd)>th {
    background-color: var(--e-global-color-text);
}

.single-product.woocommerce span.onsale {
    left: 50%;
}


.single-product.woocommerce div.product form.cart .variations select {
    width: 75%;
    background-color: var(--e-global-color-7857eac);
    color: var(--e-global-color-text);
}

.single-product .product_meta {
    position: relative;
    z-index: 2;
    padding: 15px;
    color: var(--e-global-color-primary);
}

.single-product.product_cat_asparagus .product_meta,
.single-product.product_cat_asparagus-en .product_meta {
    color: var(--e-global-color-accent);
}

.single-product .product_meta,
.single-product .product_meta .posted_in,
.single-product .product_meta .tagged_as,
.single-product .product_meta .sku_wrapper {
    display: flex;
}

.single-product .product_meta .posted_in,
.single-product .product_meta .tagged_as,
.single-product .product_meta .sku_wrapper {
    justify-content: center;
    flex-wrap: wrap;
    line-height: 1.5rem;
}

.single-product .product_meta .sku_wrapper,
.single-product .product_meta .posted_in,
.single-product .product_meta .tagged_as {
    width: 33%;
}

.single-product .product_meta .posted_in:first-child,
.single-product .product_meta .posted_in:first-child + .tagged_as {
    width: 50%;
}

.single-product .product_meta .sku_wrapper .sku,
.single-product .product_meta .posted_in a,
.single-product .product_meta .tagged_as a {
    font-family: FixelDisplay;
    font-weight: 600;
    margin-left: 5px; 
    color: var(--e-global-color-7857eac);
    text-transform: none;
    letter-spacing: normal;
    font-size: 1rem;
}

.single-product .product_meta .fas {
    font-size: 25px;
    margin-right: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel::after,
.single-product .product_meta::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 15px 15px;
    background: #EFF1F0;
    z-index: -1;
    -webkit-box-shadow: 0 8px 18px -8px rgba(0, 0, 0, .55);
    box-shadow: 0 8px 18px -8px rgba(0, 0, 0, .55);
}

.single-product .product_meta::after {
    border-radius: 30px;
    background: var(--e-global-color-accent);
}

.single-product .product_meta::after {
    -webkit-box-shadow: 2px 2px 7px -3px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 2px 2px 7px -3px rgba(0, 0, 0, 0.55);
    box-shadow: 2px 2px 7px -3px rgba(0, 0, 0, 0.55);
}

.single-product.product_cat_asparagus .product_meta::after,
.single-product.product_cat_asparagus-en .product_meta::after {
    background: var(--e-global-color-primary);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #EFF1F0;
	border-color: #EFF1F0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--e-global-color-primary);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: linear-gradient(180deg,#fff 0,#f8f8f8);
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .1);
    color: var(--e-global-color-primary);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    box-shadow: none;
}

.woocommerce table.shop_attributes th {
    text-align: right;
    border-left: none;
    border-right: none;
    padding: 12px 8px 6px;
}

.woocommerce table.shop_attributes td {
    font-family: FixelDisplay;
    font-style: normal;
    padding: 8px;
    border-left: 1px solid #bfd4a9;
    border-right: none;
}

.woocommerce div.product .woocommerce-tabs .comment-form {
    margin-top: 2em;
}

.woocommerce div.product .woocommerce-tabs .stars a {
    color: #f9d9c5;
}

.single-product .widget-area-fullwidth {
    background-color: var(--e-global-color-text);
    position: relative;
    -webkit-box-shadow: inset 0 8px 18px -8px rgba(0, 0, 0, .55);
    box-shadow: inset 0 8px 18px -8px rgba(0, 0, 0, .55);
}

.woocommerce .widget-area-fullwidth ul.product_list_widget {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0 20px;
    list-style: none;
    margin: 0;
}

.woocommerce .widget-area-fullwidth ul.product_list_widget li {
    width: calc(50% - 20px);
    margin: 20px 10px; 
    padding: 15px;
    position: relative;
    z-index: 2;
}

.widget-area-fullwidth .widget-title {
    margin: 15px 10px 0;
    display: inline-block;
    font-family: FixelDisplay, sans-serif;
    font-weight: 600;
    letter-spacing: 0.15px;
    font-size: 18px;
}

.woocommerce-Reviews-title,
.comment-reply-title {
    font-size: 1.5rem;
    font-family: var( --e-global-typography-primary-font-family ), sans-serif;
    font-weight: 600;
}

@media only screen and (max-width:768px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 14px
    }
}

@media only screen and (min-width:768px) {
    .woocommerce .widget-area-fullwidth ul.product_list_widget li {
        width: calc(33% - 30px);
        margin: 20px 15px;
    }
    .woocommerce .widget-area-fullwidth ul.product_list_widget {
        margin: 0 -15px;
    }
    .widget-area-fullwidth .widget-title {
        margin: 15px 0 0;
        font-size: 21px;
        letter-spacing: 0.5px;
    }
    .woocommerce div.product .woocommerce-tabs .panel {
        padding: 30px 60px;
    }
    .single_variation_wrap {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .single-product .product_meta {
        line-height: 42px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        text-align: right;
        padding-right: 1em;
    }
}


@media only screen and (min-width:992px) {
    
    .single-product.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
        padding-right: 30%;
        margin-bottom: 10px;
    }
    
    .woocommerce-Reviews {
        display: flex;
        flex-direction: row-reverse;
    }
    
    .woocommerce-Reviews #comments,
    .woocommerce-Reviews #review_form_wrapper {
        width: calc( 50% - 45px );
    }
    
    .woocommerce-Reviews #review_form_wrapper {
        margin-right: 90px;
    }
}