/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@font-face {
    font-family: 'nf-petitnuage-regular';
    src: url('fonts/nf-petitnuage-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Play-Bold';
    src: url('fonts/Play-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'ZonaPro';
    src: url('fonts/ZonaPro.woff2') format('woff2');
}
@font-face {
    font-family: 'arpona-bold';
    src: url('fonts/arpona-bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Arizonia-Regular';
    src: url('fonts/Arizonia-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Kugile';
    src: url('fonts/Kugile.woff2') format('woff2');
}
@font-face {
    font-family: 'Oregano-Italic';
    src: url('fonts/Oregano-Italic.woff2') format('woff2');
}
@font-face {
    font-family: 'Catalina-Village';
    src: url('fonts/Catalina-Village.woff2') format('woff2');
}

.kat-div:has(.ais-RefinementList-labelText:empty), .kat-div:has(.ais-Highlight:empty), .kat-div:has(.rem:empty){
	display: none !important;
}

#bullet-offer-popup{
	padding: 1em 1em !important;
	max-width: 325px !important;
	right: 0.5em !important;
}
#bullet-offer-timer{
	margin-left: 0px !important;
	min-height: 32px !important;
}
.footer-a a{
	color: #222222 !important;
}
.bullet-offer-title{
	color: #793b6c !important; 
}

img[data-lazyloaded]{
    opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}
.gb-container-2708f4b3 figure{
	border-radius: 15px !important;
	overflow: hidden !important;
}
.gb-container-2708f4b3 img{
	transition: transform 4s, filter 3.5s ease-in-out;
    transform-origin: center center;
	transition-delay: 0.5s !important;
}
.gb-container-2708f4b3 .active img{
	transform: scale(1.05) !important;
	filter: saturate(1.3) !important;
}
.wp-block-gallery img{
	box-shadow: -2px 2px 12px rgb(0 0 0 / 17%);
	border: 2px solid #824976 !important;
	border-radius: 5px !important;
}
    
.gb-container-36d7ee28 .first {
    -webkit-animation: slide-in-left 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
	        animation: slide-in-left 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
}
.hero-right{
	-webkit-animation: slide-in-right 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
	        animation: slide-in-right 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
}
.hero-right img{
	filter: drop-shadow(-2px 2px 0 #fff) !important;
}
.first-sec{
	background: rgb(255 220 241) !important;
}
p.gb-headline-0572d920{
	column-gap: 0px !important;
}

.gb-grid-wrapper-1a9cd37f .gb-container{
	box-shadow: -2px 2px 12px rgb(0 0 0 / 17%);
}
.menu-item-has-children .dropdown-menu-toggle{
	padding-right: 15px !important;
}
.gb-grid-wrapper-1a9cd37f .gb-container p {
    font-weight: bold !important;
    background: linear-gradient(to bottom right, #824976, #824976, #c28cb7, #824976, #824976) !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    color: #003152 !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.gb-grid-wrapper-1a9cd37f a, .gb-grid-wrapper-1a9cd37f img{
	object-fit: cover !important;
	width: 100% !important;
}
.gb-grid-wrapper-1a9cd37f img{
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
}
#bullet-offer-popup{
	border: 2px solid #824976 !important;
}
.swiper-button-prev{
	left: -40px !important;
	top: 45% !important;
}
.swiper-button-next{
	right: -40px !important;
	top: 45% !important;
}
.swiper-button-prev, .swiper-button-next{
	width: 50px !important;
    height: 50px !important;
    background: #f1f1f1 !important;
    box-shadow: 1px 0px 1px 0 rgba(74, 73, 77, .5);
    border: 0px solid !important;
    border-radius: 50% !important;
}
.swiper-button-prev i:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/06/Arrow-1-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    pointer-events: none;
    opacity: 1;
}
.swiper-button-next i:before {
    transform: rotate(180deg);
    content: "";
    background-image: url(/wp-content/uploads/2025/06/Arrow-1-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    pointer-events: none;
    opacity: 1;
}
#bullet-offer-popup div{
	position: relative !important;
	flex-direction: column !important;
	text-align: center !important;
}
#bullet-offer-popup a{
	background: linear-gradient(to bottom right, #824976, #824976, #c28cb7, #824976, #824976) !important;
}
#bullet-offer-popup a:hover{
	background: linear-gradient(to bottom right, #642c58, #642c58, #c28cb7, #642c58, #642c58) !important;
}
#bullet-offer-timer{
	display: block !important;
	width: 100% !important;
}
#bullet-offer-popup:before{
	content: "";
    background-image: url(/wp-content/uploads/2025/06/2150659059.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    pointer-events: none;
    opacity: 0.1;
}

.woocommerce div.product .product_title{
	font-size: 30px !important;
}
.woocommerce-product-gallery__wrapper a{
	pointer-events: none !important;
}
.archive .woocommerce-breadcrumb{
	display: none !important;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100px !important;
}
.woocommerce-cart .product-remove a.remove {
    background-image: url(/wp-content/uploads/2025/06/admin-delete.svg) !important;
    background-size: 20px !important;
    width: 40px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 40px !important;
    border-radius: 5px !important;
    border-color: #E6E6E6 !important;
    font-size: 0px !important;
}
.woocommerce-cart .product-remove a.remove:hover {
    background-image: url(/wp-content/uploads/2025/06/admin-delete.svg) !important;
    background-size: 20px !important;
    width: 40px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 40px !important;
    border-radius: 5px !important;
    border-color: #E6E6E6 !important;
    font-size: 0px !important;
}
.inside-header{
	max-width: 1400px !important;
}
.sub-menu li:first-child {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}
.sub-menu li:last-child {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.main-navigation ul .sub-menu {
	padding-top: 20px !important;
	background: transparent !important;
}
.main-navigation ul .sub-menu li{
	background: #ffd7b5c4 !important;
}
.main-navigation ul .sub-menu a{
	color: #000 !important;
}
/** cart **/

.wc-menu-item:not(.has-items) .wc-mini-cart {
    display: block !important;
}
#wc-mini-cart .button{
	border: 1px solid #824976 !important;
}
#wc-mini-cart .woocommerce-price-suffix{
	font-size: 100% !important;
	display: none !important;
}
.woocommerce-mini-cart-item .amount, .woocommerce-mini-cart-item .quantity{
	font-size: 16px !important;
}
.cart-contents{
	min-width: 120px !important;
}
.wc-mini-cart{
	width: 400px !important;
	top: -130px !important;
}

.woocommerce-mini-cart-item .remove{
	margin-left: 15px !important;
}
   
.menu-bar-items{
	z-index: 999999 !important;
}
.menu-bar-item{
	display: none !important;
}

.wc-menu-cart-activated .shopping-bag, .wc-menu-cart-activated .wc-menu-item{
	display: flex !important;
}
.number-of-items{
	display: none !important;
}
.cart-contents>span.number-of-items.no-items {
	display: inline-block
}
.cart-contents .amount:empty::after {
	content: "0.00 €";
}
.gb-grid-wrapper > .gb-grid-column-01266185{
	margin-right: 100px !important;
}

.woocommerce-mini-cart__buttons a{
	display: block !important;
}
.woocommerce-mini-cart__buttons .checkout:hover{
	color:#fff !important;
}
.woocommerce-mini-cart .quantity{
	color: #824976 !important;
}
.menu-bar-items{
	margin-top: 100px !important;
	z-index: 9 !important;
	position: absolute;
    right: 5% !important;
}
.main-navigation .grid-container{
	max-width: 1400px !important;
}
.gb-grid-wrapper-f35e2ff7 > .gb-grid-column{
	margin-top: 5px !important;
}
.woocommerce-mini-cart-item .amount, .woocommerce-mini-cart-item .quantity{
	font-size: 15px !important;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove{
	margin-top: 0px !important;
}
#wc-mini-cart .button{
	width: 100% !important;
	border-radius: 2px !important;
	background: #824976 !important;
}
#wc-mini-cart .button:hover{
	background: #824976 !important;
}
.woocommerce-mini-cart__total strong{
	font-size: 16px !important;
	color: #000 !important;
}

#wc-mini-cart .total{
	margin-bottom: 0px !important;
	border-top: 1px solid #e4e4e4 !important;
	background: #fff !important;
}
#wc-mini-cart{
	padding-top: 20px !important;
	background: transparent !important;
}
.wc-mini-cart {
    transition: all 0.6s ease-out !important;
    overflow: visible !important;
    visibility: visible !important;
    transform: translate(200%, 0) !important;
	opacity: 1 !important;
	left: auto !important;
}
.wc-menu-item.sfHover .wc-mini-cart, .wc-menu-item:hover .wc-mini-cart{
    left: auto !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    height: auto !important;
    overflow: visible !important;
    visibility: visible !important;
    transform: translate(0%, 0) !important;
	opacity: 1 !important;
    transition: all 0.6s ease-out !important;
}
.gb-grid-column-df7d7fef{
	opacity: 0 !important;
}
.inside-wc-mini-cart{
	background: #fff !important;
}
#wc-mini-cart .button:first-child{
	color:#333 !important;
	background: #f7f7f7 !important;
	margin:0px !important;
	margin-right: 5px !important;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    right: 0 !important;
    left: auto !important;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    line-height: 13px !important;
    font-weight: 400;
    position: relative;
    float: right;
}

.wc-menu-item .woocommerce-mini-cart-item .remove{
	background-image: url(/wp-content/uploads/2025/06/admin-delete.svg) !important;
    background-size: 20px !important;
    width: 40px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 40px !important;
    border-radius: 5px !important;
    border-color: #E6E6E6 !important;
    font-size: 0px !important;
}
.wc-menu-item .woocommerce-mini-cart-item .remove:hover{
	background-image: url(/wp-content/uploads/2025/06/admin-delete.svg) !important;
    background-size: 20px !important;
    width: 40px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 40px !important;
    border-radius: 5px !important;
    border-color: #E6E6E6 !important;
    font-size: 0px !important;
}
#wc-mini-cart .button:first-child:hover{
	background: #824976 !important;
	color:#fff !important;
}
.woocommerce.widget_shopping_cart .cart_list li{
	padding-left: 7em !important;
}
#wc-mini-cart img{
	width: 4em !important;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.wc-menu-item .wc-mini-cart .widget_shopping_cart .woocommerce-Price-amount{
	color: rgb(130 73 118) !important;
}

.woocommerce-mini-cart a{
	color:#000 !important;
}
.cart-contents {
    background: #ebb5df;
	color: #0d223a !important;
    border-radius: 50px;
	padding: 5px;
	min-width: 120px !important;
	padding-right: 10px !important;
	
}
.shopping-bag {
	padding: 4px;
	padding-left: 4px !important;
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	justify-content: space-between !important;
}
.cart-contents>span.gp-icon svg{
	width: 36px;
    height: 36px;
}
.menu-bar-items .amount{
	padding: 0px !important;
	color:#0d223a !important;
	font-size: 16px !important;
}
.cart-contents {
	position: absolute;
    top: -165px;
	right: 0px !important;
}
.cart-contents>span.gp-icon {
	border-radius: 50%;
    width: 36px;
    height: 36px;
    background: url(/wp-content/uploads/2025/06/bask1.webp);
    background-size: 57%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}
.cart-contents>span.gp-icon svg{
	opacity: 0 !important;
}

/**/
.related {
	display: none !important;
}
#autocomplete input, .ais-Autocomplete {
    width: 400px !important;
    background: transparent !important;
    color: #000 !important;
}
.site-logo {
    margin-right: auto !important;
}
.gb-grid-wrapper-b27048d2{
	margin-right: 34% !important;
}
#appew #autocomplete .ais-SearchBox-form {
    width: 400px !important;
}
#appew #autocomplete .ais-SearchBox-form {
    border-radius: 24px !important;
}
#appew #autocomplete, #appew .test-sea {
    border-radius: 24px !important;
}
.res1 img{
	background: #fff !important;
}
#appew #autocomplete {
    width: 400px !important;
}
#appew #autocomplete, #appew .test-sea {
    border-radius: 24px !important;
}
.test-sea {
    position: relative;
    width: 300px;
    height: 46px !important;
}
.test-sea {
    width: 400px !important;
}
#autocomplete input, .ais-Autocomplete {
    width: 400px !important;
    background: transparent !important;
    color: #000 !important;
}
#appew .sear {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
    width: 50px;
    z-index: 99999;
    background-color: transparent;
    box-shadow: none;
    border: 0px solid;
    border-top-right-radius: 24px;
    cursor: pointer;
    border-bottom-right-radius: 24px;
}
#appew .sear {
    padding: 15px !important;
    padding-top: 12px !important;
}
#appew .res {
    padding-top: 10px !important;
    padding-bottom: 15px !important;
}

#appew .res {
    border-radius: 24px !important;
}
#appew .res {
    width: 400px !important;
}
#appew .res ul {
    max-height: 300px;
    width: 395px !important;
    overflow-y: auto;
    padding: 30px 30px;
    border-radius: 0 0 24px 24px;
    /* box-shadow: 0 9px 8px -3px rgba(64, 60, 67, 0.24), 8px 0 8px -7px rgba(64, 60, 67, 0.24), -8px 0 8px -7px rgba(64, 60, 67, 0.24); */
    margin-top: -20px;
    margin-left: 0px !important;
    border-top: 0px solid !important;
    padding-right: 15px !important;
    padding-top: 10px !important;
    padding-left: 15px !important;
    padding-bottom: 0px !important;
}
#appew .res1 {
    margin-top: 40px !important;
}
#appew .sear img {
    width: 45px !important;
    height: auto;
   filter: invert(36%) sepia(23%) saturate(1023%) hue-rotate(261deg) brightness(86%) contrast(88%);
}
.rel {
	position: relative !important;
}
.res1 {
    scrollbar-color: linear-gradient(to bottom, #824976, #824976, #824976);
    scrollbar-width: thin;
}
.res1 {
    scrollbar-color: #824976 transparent !important;
}
.res1 a {
    display: flex !important;
    flex-direction: row-reverse;
    gap: 20px !important;
    justify-content: flex-end;

}
.res1 a:hover span{
	color: #824976 !important;
}

.res1 a img{
	aspect-ratio: 1 !important;
	object-fit: cover !important;
}
.wpcp-product-price{
	color: #824976 !important;
	margin-bottom: 20px !important;
}
.hero-title {
    filter: drop-shadow(2px 2px 1px #824976);
}
p.gb-headline-cad032cc {
    filter: drop-shadow(1px 1px 1px #000);
}
.wpcp-wrapper-4488 .wpcp-carousel-section .wpcp-single-item img{
	aspect-ratio: 1 !important;
	object-fit: contain !important;
	background: #f1d9de !important;
	mix-blend-mode: multiply !important;
}
.wpcp-product-carousel .wpcp-single-item .wpcp-product-title{
	min-height: 44px !important;
}
.shine, .gb-text-96138dec{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    position: relative !important;
    box-shadow: 2px 3px 0 0 rgb(144 141 209 / 43%), 0 0 0 5px #fff;
    border-radius: 20px !important;
    background: linear-gradient(to bottom right, #824976, #824976, #c28cb7, #824976, #824976) !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    color: rgb(255 255 255);
    border-radius: 100px;
    background-color: hsla(0, 0%, 100%, .25);
    overflow: hidden;
    border: none !important;
    cursor: pointer;
}
.shine:hover, .gb-text-96138dec:hover{
       background-color: rgb(162 32 36);
    }
    .shine:hover:before, .gb-text-96138dec:hover:before{
        -webkit-animation: shine 15s linear infinite;
        animation: shine 15s linear infinite;
        background-image: linear-gradient(120deg,hsla(0,0%,100%,0) 30%,hsla(0,0%,100%,.56),hsla(0,0%,100%,0) 70%);
        content: "";
        height: 100%;
        left: -100px;
        position: absolute;
        top: 0;
        width: 100px;
    }
    @-webkit-keyframes shine {
    0% {
        left: -100px
    }

    4.17% {
        left: 100%
    }

    to {
        left: 100%
    }
}

@keyframes shine {
    0% {
        left: -100px
    }

    4.17% {
        left: 100%
    }

    to {
        left: 100%
    }
}
.featured-image{
	display: none !important;
}
.site-header {
    background: #fffafa !important;
}
.main-navigation, .main-navigation ul ul {
    background-color: #824976;
}
#menu-main-menu-1 {
    padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.main-navigation .main-nav ul li a{
	color: #fff !important;
}
.page-id-6528 #app #search-p{
	display: none !important; 
}
.page-id-6528 #page{
	padding-bottom: 70px !important;
}
.page-id-6528 .ais-SearchBox-input, .page-id-6528 .ais-SearchBox-submit {
    display: block !important;
}
.ais-SearchBox-form input {
    border-radius: 20px !important;
}
.page-id-6528 .ais-SearchBox-input{
	 width: 99% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.ais-Hits-list{
	justify-content: center !important;
}
.ais-Hits-item .outofstock{
	width: 100% !important;
}
.hit-publication-year{
	margin-top: 10px !important;
}
.page-id-6528 .abs {
    margin-top: 40px;
}
#app .ais-Hits-item p{
	margin-top: 10px !important;
	color: #000 !important;
}
#app .ais-Hits-item .abs{
	margin-top: 40px !important;
}

.page-id-6528 #app .ais-Hits-item {
	min-height: 520px !important;
}
.page-id-6528 #site{
	padding-bottom: 70px !important;
}
#app .abs{
	margin-top: 40px !important;
}
.page-id-6528 #app .abs{
	margin-top: auto !important;
    position: absolute !important;
    bottom: 20px !important;
    left: 50% !important;
    transform: translate(-50%, 0%);
}
.fil-btn img{
	padding: 0px !important;
}
.products, .products .product {
	z-index: 2 !important;
	position: relative !important;
}
.products .product, .woocommerce-pagination{
	display: none !important;
}
#app .fil-btn{
	display: none !important;
}
.products .product-category {
	display: block !important;
}
.ais-RefinementList-list{
	margin-left: 0px !important;
}
#app .vue-slider-dot-tooltip-inner {
    border-color: #824976;
    background-color: #824976;
}
.ais-HierarchicalMenu-count, .ais-RefinementList-count {
    box-shadow: -1.5px 1.5px #824976 !important;
}
.ais-HierarchicalMenu-list .ais-HierarchicalMenu-link--selected .ais-HierarchicalMenu-count, .ais-RefinementList-list input:checked~.ais-RefinementList-count{
	background: #824976 !important;
}
#app .rem{
	display: none !important;
}
#app .algolia-add-cart {
    background: linear-gradient(to bottom right, #824976, #824976, #c28cb7, #824976, #824976) !important;
}
#app .algolia-add-cart:hover{
	 background: linear-gradient(to bottom right, #642c58, #642c58, #c28cb7, #642c58, #642c58) !important;
}
#app .filtra-title h2 {
    color: #824976 !important;
    font-weight: bold !important;
    font-size: 22px !important;
}
.archive #app .searchbox{
	display: none !important;
}
#app .ais-Pagination-item--selected .ais-Pagination-link {
    color: #fff;
    background-color: #824976;
    border-color: #824976;
}
#app .ais-Pagination-link {
    color: #824976;
}
#app .ais-SortBy-select {
    background: url(/wp-content/uploads/2025/06/angle-down-solid.svg);
    background-repeat: no-repeat !important;
    background-position: 92% 50% !important;
    cursor: pointer !important;
    border-radius: 5px !important;
    color: #222 !important;
}
#app .ais-SortBy-select {
    border: 1px solid #824976 !important;
    font-size: 16px !important;
    width: 100%;
    background-color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 20px;
    border-radius: 5px;
}
.archive #page{
	max-width: 1400px !important;
	min-height: 60vh !important;
}
.page-id-6528 #page{
	min-height: 60vh !important;
}
.ais-RefinementList-item:has(.ais-RefinementList-labelText:empty), .ais-RefinementList-item:has(.ais-Highlight:empty){
	display: none !important;
}
.ais-RefinementList{
	margin-bottom: 20px !important;
}
.ais-RefinementList-list .ais-RefinementList-count:after {
    left: 8px !important;
    top: 4px !important;
    width: 5px !important;
    height: 10px !important;
    border: solid #fff !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
}
.gb-element-e262c0bb, .gb-container-2708f4b3, .site-footer, .marquee{
	position: relative !important;
}
.gb-element-e262c0bb:before, .gb-container-2708f4b3:before, .site-footer:before{
    content: "";
    background-image: url(/wp-content/uploads/2025/06/2150659059.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    pointer-events: none;
    opacity: 0.1;
}
.first-sec{
	position: relative !important;
}
.first-sec:before{
	 content: "";
    background-image: url(/wp-content/uploads/2025/06/wmremove-transformed-13.jpeg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    pointer-events: none;
    opacity: 0.2;
}
.archive .site-content{
	padding-bottom: 70px !important;	
}
.slideout-navigation.main-navigation{
	background: #8f5883 !important;
}
.site-footer{
	border-top: 2px solid #824976 !important;
}
.main-navigation .main-nav ul li a:hover{
	color: #ffd7b5 !important;
}
.home .site-footer{
	margin-top: 0px !important;
}
.gb-container-745096e1 *{
	position: relative !important;
}
.gb-container-5eb6b7ae .gb-container-5eb6b7ae, .gb-container-5eb6b7ae .wpcp-carousel-wrapper{
	position: relative !important;	
}
.gb-container-5eb6b7ae .wpcp-single-item{
	background: #fff !important;
}
.gb-container-4d764b44 .gb-element-d3cf6e2e{
	position: relative !important;
}
.gb-container-3672b315 .gb-element-4fc96fc8, .ti-reviews-container-wrapper {
	position: relative !important;
}
.slideout-navigation.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    background-color: #8f5883 !important;
}
.slideout-navigation.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .slideout-navigation.main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .slideout-navigation.main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a{
	background-color: #8f5883 !important;
}

.ti-widget.ti-goog .ti-reviews-container-wrapper{
	    justify-content: center !important;
}
.single-product .site-header{
	border-bottom: 2px solid #824976 !important;
}
.inside-header{
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}
.page-id-6528 #app .ais-SearchBox-form{
	width: 100% !important;
}
#app .ais-Pagination-link{
	border: 0px solid !important;
}
#sp-wp-carousel-free-id-4524.sp-wpcp-4524.wpcp-image-carousel .wpcp-single-item:hover img, #sp-wp-carousel-free-id-4524.sp-wpcp-4524.wpcp-post-carousel .wpcp-single-item:hover img, #sp-wp-carousel-free-id-4524.sp-wpcp-4524.wpcp-product-carousel .wpcp-single-item:hover img{
	transform: scale(1) !important;
}
@media (min-width: 1300px) {
    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(15% - var(--wp--style--unstable-gallery-gap, 16px)* .75) !important;
    }
}
@media (min-width: 992px) {
	/* scroll animation */

.reveal {
    position: relative;
    transform: translateY(200px);
    opacity: 0;
    transition: 0.8s all ease;
}
.sec{
	opacity: 0;
	transform: translateX(-200px);
}
.reveal.active {
    transform: translateY(0);
    opacity: 1;
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/* right */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

	#app .search-panel__filters{
		display: block !important;
	}
}

@media (min-width: 767px) {
	
	
	.main-navigation .main-nav ul li a{
		font-weight: bold !important;
		color:#fff !important;
	}
	.main-navigation .main-nav ul .sub-menu li a{
		color:#000 !important;
	}
	.main-navigation .main-nav ul .sub-menu li:first-child a{
		border-top-right-radius: 5px !important;
		border-top-left-radius: 5px !important;
	}
	.main-navigation .main-nav ul .sub-menu li:last-child a{
		border-bottom-right-radius: 5px !important;
		border-bottom-left-radius: 5px !important;
	}
	.main-navigation .main-nav ul .sub-menu li a:hover{
		color:#fff !important;
		background: #6c175a !important;
	}
	.main-navigation .main-nav ul li a:hover{
		color: #ffd7b5 !important;
	}
}

.gb-element-51650e86{
	max-width: 200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.gb-container-5efcdd68 *{
	position: relative !important;
}
.gb-image-cf0237e8{
	position: relative !important;
	min-height: 350px !important;
	object-fit: cover !important;
}
.gb-text-96138dec{
	border-radius: 20px !important;
    box-shadow: 2px 3px 0 0 rgb(144 141 209 / 43%), 0 0 0 5px #fff;
    color: #fff !important;
	padding: 12px 30px !important;
	font-size: 18px !important;
	font-weight: bold !important;
	margin-top: 10px !important;
	    background: linear-gradient(to bottom right, #824976, #824976, #c28cb7, #824976, #824976) !important;
}
h2.gb-headline-da340ad6{
	margin-bottom: 0px !important;
}
  
.gb-grid-wrapper-cc6f8966 p{
	margin-bottom: 0px !important;
}
.gb-grid-wrapper-16414b48 > .gb-grid-column a:hover{
	color: #9b5a8b !important;
}
.gb-grid-wrapper-cc6f8966{
	margin-bottom: 20px !important;
	align-items: center !important;
}
.page-id-3589 .site-footer{
	margin-top: 0px !important;
}
#wc-column-container .product {
    background: #dbdbdb;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 7px 12px rgb(97 45 0 / 21%) !important;
}
.woocommerce ul.products li.product a img {
    object-fit: cover !important;
    aspect-ratio: 1 / 1 !important;
    width: 100%;
    height: 300px;
    background: #fff;
    box-shadow: 0 7px 12px rgb(97 45 0 / 21%) !important;
    border-radius: 5px !important;
}
.wpcf7-submit {
	 border-radius: 20px !important;
    box-shadow: 2px 3px 0 0 rgb(144 141 209 / 43%), 0 0 0 5px #fff;
	font-family: 'ZonaPro' !important; 
    background: linear-gradient(to bottom right, #824976, #824976, #c28cb7, #824976, #824976) !important;
}
.hero-title strong{
	font-family: 'Oregano-Italic' !important;
}

.wpcf7-submit:hover{
	background: linear-gradient(to right, #3b3c3c, #959799) !important;
    color: #fff !important;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 input[type="tel"] {
    width: 100% !important;
    background: #fff;
    border-radius: 15px !important;
    color: #000 !important;
}
.wpcf7-form label {
    color: #fff !important;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
	border-radius: 20px !important;
	width: 250px !important;
}
.woocommerce .coupon .button, .checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	margin-left: 20px !important;
    border-radius: 20px !important;
    box-shadow: 2px 3px 0 0 rgb(144 141 209 / 43%), 0 0 0 5px #fff;
    color: #fff !important;
    background: linear-gradient(to bottom right, #824976, #824976, #c28cb7, #824976, #824976) !important;
}
.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	font-size: 19px !important;
	padding-top: 10px;
    padding-bottom: 10px;
}
.woocommerce-error{
	display: none !important;
}
.woocommerce div.product form.cart .button{
	border-radius: 10px !important;
	background: linear-gradient(to bottom right, #824976, #824976, #c28cb7, #824976, #824976) !important;
}
.woocommerce div.product form.cart .button:hover{
	background: linear-gradient(to bottom right, #652e59, #652e59, #b26ba3, #652e59, #652e59) !important;
}
.woocommerce .coupon .button:hover, .checkout-button:hover, .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover{
	background: linear-gradient(to bottom right, #652e59, #652e59, #b26ba3, #652e59, #652e59) !important;
}
    
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}
.woocommerce-checkout #page, .woocommerce-cart #page{
	padding-bottom: 70px !important;
}
body{
	overflow-x: hidden !important;
	padding: 0px !important;
}
html{
	overflow-x: hidden !important;
}
.wpcp-cart-button a.button{
	opacity: 0 !important;
	transition-duration: 0.5s !important;
}
.wpcp-single-item:hover .wpcp-cart-button a.button{
	opacity: 1 !important;
}
*{
	font-family: 'ZonaPro' !important;	
}
.outline strong{
    color: transparent !important;
    -webkit-text-stroke: 2px #824976;
    text-stroke: 2px #824976;
    font-weight: bold;
	font-family: 'Play-Bold' !important;
}
.wpcp-carousel-section .swiper-button-next, .wpcp-carousel-section .swiper-button-next i, .wpcp-carousel-section .swiper-button-prev, .wpcp-carousel-section .swiper-button-prev i {
    line-height: 28px;
    font-family: fontawesome !important;
    color: #000;
}
.site-header .header-image{
	filter: drop-shadow(-1px 1px 0 #495456) !important;
}
.gb-container-51fe88a3 img{
	filter: drop-shadow(-1px 1px 0 #495456) !important;
}
.caligraphy{
	 font-family: 'Oregano-Italic' !important;
}
.wpcp-single-item img{
	width: 100% !important;
}
.wpcp-slide-image{
	margin: 15px !important;
}
.gb-element-2f8bbc50 img{
	padding: 30px !important;
}
.add_to_cart_inline{
	font-weight: bold !important;
	width: 100% !important;
	position: absolute !important;
	bottom: 27% !important;
	left: 0px !important;
}
.wpcp-carousel-section.wpcp-product-carousel .wpcp-cart-button a.button{
	font-weight: bold !important;
	color:#fff !important;
	background: linear-gradient(to bottom right, #824976, #824976, #c28cb7, #824976, #824976) !important;
}
.wpcp-carousel-section.wpcp-product-carousel .wpcp-cart-button a.button{
	width: 91.5% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	border-bottom-left-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
}
#sp-wp-carousel-free-id-4488 .wpcp-single-item{
	position: relative !important;
}
.wpcp-carousel-wrapper .wpcp-carousel-section.wpcp-image-carousel .wpcp-single-item img, .wpcp-carousel-wrapper .wpcp-carousel-section.wpcp-post-carousel .wpcp-single-item img, .wpcp-carousel-wrapper .wpcp-carousel-section.wpcp-product-carousel .wpcp-single-item img{
	border-radius: 10px !important;
}
#sp-wp-carousel-free-id-4488.sp-wpcp-4488.wpcp-image-carousel .wpcp-single-item:hover img, #sp-wp-carousel-free-id-4488.sp-wpcp-4488.wpcp-post-carousel .wpcp-single-item:hover img, #sp-wp-carousel-free-id-4488.sp-wpcp-4488.wpcp-product-carousel .wpcp-single-item:hover img {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    transform: scale(1) !important;
}
.wpcp-product-price span{
	font-size: 16px !important;
}

p.gb-headline-b94fd9f9{
	margin-top: 0px !important;
}
.line-h{
	line-height:60px !important;
}
.sign{
	font-family: 'nf-petitnuage-regular' !important;
}
.border img{
	border-radius:20px !important;
}

.wppsac-post-content-position{
	position:absolute !important;
	top:0px !important;
	left:0px !important;
	width:100% !important;
	padding:80px !important;
}
.wppsac-carousel-slides{
	position:relative !important;
}
.wppsac-post-categories-list{
	display:none !important;	
}
.wppsac-post-date span{
	display:none !important;
}
.wppsac-post-date{
	font-size:14px !important;
}
.wppsac-post-title a{
	display:none !important;
	
}
.wppsac-sub-content{
	line-height:50px !important;
	font-size:40px !important;
	color:#fff !important;
}
.wppsac-post-date,.wppsac-readmorebtn{
	color:#fff !important;
	border:none !important;
}
.wppsac-readmorebtn:hover{
	background:transparent !important;
}
.slick-next {
    background: #a71d54!important;
    border-radius: 50%!important;
    color: #a71d54!important;
    width: 55px !important;
    height: 55px !important;
    background: url(/wp-content/uploads/2023/05/blog_slider.png)!important;
    background-size: 60% !important;
	background-repeat:no-repeat !important;
    border: 2px solid #0A1928 !important;
	background-position:center center !important;
	margin-right:-60px !important;
}
.slick-next svg{
	display:none !important;
}

.slick-prev {
    background: #a71d54!important;
    border-radius: 50%!important;
    color: #a71d54!important;
    width: 55px !important;
    height: 55px !important;
    background: url(/wp-content/uploads/2023/05/blog_slider_left.png)!important;
    background-size: 60% !important;
	background-repeat:no-repeat !important;
    border: 2px solid #0A1928 !important;
	background-position:center center !important;
	margin-left:-60px !important;
}
.slick-prev svg{
	display:none !important;
}
.wppsac-post-carousel.design-1 .wppsac-carousel-slides,.wppsac-post-carousel.design-1 .wppsac-post-image-bg,.wppsac-post-content-position,.slick-slide img{
	min-height:520px !important;
	border-radius:20px !important;
	
}
.wppsac-post-carousel.design-1 .slick-dots{
	display:none !important;
}
.wppsac-readmorebtn{
	font-size:0px !important;
}
.wppsac-readmorebtn::after {
    content: 'Όλο το άρθρο';
    font-size: 14px;
}
.footer-widgets-container{
	display:none !important;
}
.poweredby {
    display: flex;
    align-items: center;
    justify-content: center;
	color:#000 !important;
}

.poweredby p {
    margin: 0;
    line-height: 16px;
	color:#000 !important;
}

.poweredby svg, .poweredby img{
    width: 200px;
    height: auto;
    margin-left: 10px !important;
    transform: scale(1.0);
}

.style-svg:hover {
    transform: scale(1.1);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.marquee{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;

  span{
	padding-right: 25px;
    will-change: transform;
	
    transform: translateX(0);
    white-space: nowrap;
    animation: marquee 34s linear infinite;
    font-size: 75px;
    font-family: 'Oregano-Italic' !important;
    font-weight: 900;
    color: #1c3244;
	line-height: 100px;
	letter-spacing: 2px !important;
    padding-top: 0px;
	color: #824976 !important;
        -webkit-text-stroke: 2px #824976;
        text-stroke: 1px #824976;
        font-weight: 400;
  }
}
.dot{
	padding-right: 0px !important;
	padding-top: 0px !important;
	font-size: 80px !important;
	padding-left: 20px !important;
}
.marquee {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}
@media (max-width: 1600px) {
	.hero-right img{
		width: 400px !important;
	}
	.gb-container-36d7ee28{
		padding-top: 85px !important;
		padding-bottom: 85px !important;
	}
	.gb-container-c3d159e9{
		padding: 100px 250px 50px !important;
	}
}
@media (max-width: 1450px) {	
	.gb-container-c3d159e9{
		padding: 100px 150px 50px !important;
	}
	.gb-element-6f81a215, .gb-element-bcfd880d{
		width:60% !important;
	}
	.gb-element-6f81a215 p, .gb-element-bcfd880d p{
		font-size: 60px !important;
	}
}
@media (max-width: 1300px) {
    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(33% - var(--wp--style--unstable-gallery-gap, 16px)* .75) !important;
    }
}
@media (max-width: 1100px) {	
	.gb-container-c3d159e9{
		padding: 100px 50px 50px !important;
	}
	.gb-grid-wrapper-b27048d2{
		margin-right: 25% !important;
	}
}
@media (max-width: 1024px) {	

	.gb-container-47d14639 > .gb-inside-container{
		padding-bottom: 0px !important;
	}
	.gb-element-6f81a215, .gb-element-bcfd880d{
		width:70% !important;
	}
	.gb-element-6f81a215 p, .gb-element-bcfd880d p{
		font-size: 50px !important;
	}
	.gb-container-5efcdd68{
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.marquee span{
		font-size: 40px;
		line-height: 50px;
		padding-top: 5px !important;
		padding-right: 10px !important;
		padding-bottom: 10px !important;
		-webkit-text-stroke: 2px #824976;
	}
	.dot {
		font-size: 50px !important;
		padding-left: 15px !important;
		padding-right: 0px !important;
	}
}
@media (max-width: 992px) {
	.single-product #mobile-header{
		border-bottom: 2px solid #824976 !important;
	}
	.add-to-cart-panel form.cart, .woocommerce div.product.do-quantity-buttons form.cart{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	.wpcp-next-button, .wpcp-prev-button{
		display: none !important;
	}
	#wc-mini-cart{
		display: none !important;
	}
	.gb-container-c3d159e9 .gb-grid-column{
		width: 50% !important;
	}
	#app .search-panel__filters{
		width: 100% !important;
	}
	.gb-container-5efcdd68{
		padding: 60px 20px 60px 20px !important;
	}
	#app .ais-SortBy-select {
		background-position: 97% 50% !important;
	}
    #main .fil-btn {
        display: flex !important;
	}
	.page-id-6528  #main .fil-btn{
		display: none !important;
	}
	.fil-btn{ 
		background: #824976 !important;
	}
	.menu-bar-items {
		margin-top: 110px !important;
	}
}
@media (max-width: 767px) {
	.woocommerce .coupon .button, .checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
		margin-left: 0px !important;
	}
	.coupon{
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
		gap: 20px;
	}
	.woocommerce .coupon .button{
		margin-left: 0px !important;
	}
	.woocommerce .coupon .button{
		width: 100% !important;
	}
	.gb-container-c3d159e9 .gb-grid-column{
		width: 100% !important;
	}
	.cart-contents {
		position: absolute;
		top: -80px;
		right: 20px !important;
	}
	.main-navigation, .main-navigation ul ul{
		background: #fff !important;
	}
	.navigation-branding img, .site-logo.mobile-header-logo{
		height: 70px !important;
	}
	.main-navigation .site-logo.navigation-logo img, .mobile-header-navigation .site-logo.mobile-header-logo img, .navigation-search input[type="search"]{
		height: 70px !important;
	}
	h1.gb-headline-a480d372{
		font-size: 30px !important;
	}
	.gb-container-ce1ce692{
		padding: 60px 30px !important;
	}
	.gb-grid-wrapper-cc6f8966 p{
		text-align: center !important;
	}
	.gb-container-3672b315{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.gb-container-745096e1{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.gb-element-51650e86 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	.gb-container-5efcdd68{
		padding-top: 20px !important;
		padding-bottom: 40px !important;
		border-radius: 10px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.gb-container-2708f4b3{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	h1.gb-headline-a480d372{
		font-size: 25px !important;
	}
	.main-navigation ul .sub-menu li{
		background: transparent !important;
	}
	.main-navigation .site-logo.navigation-logo img, .mobile-header-navigation .site-logo.mobile-header-logo img, .navigation-search input[type="search"]{
		height: 90px !important;
	}
}
@media (max-width: 600px) {	
	h2.gb-headline-c1e3f473{
		font-size: 25px !important;
	}
	.wpcp-carousel-section.wpcp-image-carousel .wpcp-single-item .wpcp-all-captions{
		font-size: 14px !important;
	}
	h1.gb-headline-c9410d14{
		font-size: 40px !important;
	}
	h1.gb-headline-a480d372{
		font-size: 20px !important;
	}
	    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)* .75) !important;
    }
	.gb-element-6f81a215, .gb-element-bcfd880d{
		min-height: 70px !important;
		width:80% !important;
	}
	.gb-element-6f81a215 p, .gb-element-bcfd880d p{
		font-size: 30px !important;
	}
}
@media (max-width: 450px) {	
	h2.gb-headline-c1e3f473{
		font-size: 22px !important;
	}
	h1.gb-headline-c9410d14{
		font-size: 30px !important;
	}
	.cart-contents>span.gp-icon {
        border-radius: 50%;
        width: 26px;
        height: 26px;
        background-size: 57%;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
    }
	.cart-contents {
		position: absolute;
		top: -75px;
		right: 40px !important;
	}
	.gb-container-2708f4b3{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.cart-contents{
		padding-right: 15px !important;
	}
}
#wc-mini-cart:has(.woocommerce-mini-cart__empty-message) {
  display: none !important;
}