/**
Theme Name: Talos Olive Oil
Author: Enhance Digital Agency
Author URI: https://enhance.gr
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: talos-olive-oil
Template: astra
*/

:root{
	
}

/*---HEADER---*/

/*---FOOTER---*/

.footer-menu-translate ul li.menu-item:hover a{
	transform:translatex(8px);
}

/*
 * Page - Home
 * */

body.home #page,
body.page-slug-test #page{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

/*GSAP*/

.mv-wrap { 
	will-change: transform; 
}

@media(max-width:767px){
	model-viewer{
		width:300px!important;
	}
}


/*---REUSABLE CLASSES---*/


/* OLD ANIMATION
.banner {
    margin-top: -50px;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.product{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 170px;
    z-index: 2;
    width: 500px;
    transition: 0.7s;
} 


.product .soda{
    position: absolute;
    bottom: 0;
    left: calc(50%);
    transform: translateX(-50%);
}


 .soda{
    --left: 0px;
    background:
        var(--url) var(--left),
        url(/wp-content/uploads/2025/09/BOTTLE-scaled.png) 0 0;
    background-size: auto 100%;
    width: 280px;
    aspect-ratio: 2 / 4.7;
    background-blend-mode: multiply;
    transition: 0.8s;
    mask-image: url(/wp-content/uploads/2025/09/BOTTLE-scaled.png);
    mask-size: auto 100%;
} 


.soda:nth-child(2) {
    opacity: 0;
}

.product:hover .soda:nth-child(2) {
    opacity: 1;
    --left: 500px;
}


.product:hover .soda:nth-child(1) {
    opacity: 0;
    --left: 500px;
}

@media screen and (max-width: 1023px) {

    .soda {
        width: 400px;
    }
}

@media screen and (max-width: 767px) {
    .soda {
        width: 250px;
    }

    header img {
        display: none;
    }

    header .author {
        width: 100%;
    }

}

*/