/*
Theme Name: hey zombie - kaiju 
Theme URI: http://www.heyzombie.com
Description: Un tema diseñado artesanalmente por nuestro estudio indie, este paquete esta horneado desde cero y condimentado con una versión móvil + Gracias por confiar en nosotros... Let's Rock! 🤘

Author: hey zombie creative studio
Author URI: http://www.heyzombie.com
Version: 3.0.0
Tags: responsive-design, starter-theme, gsap-libraries, material-icons, 

Copyright (C) 2011-2024 Hey Zombie Creative Studio
License: GNU General Public License, version 3 (GPLv3)
License URI: license.txt
*/

/* -------------------------------- 
Kaiju Theme Layout

Header
title:Header
post_type:theme_design

Footer
title:Footer
post_type:theme_design

Page
title:Page
post_type:theme_design

Post
title:Post
post_type:theme_design

Search
title:Search
post_type:theme_design

404
title:404
post_type:theme_design

Archive
title:Archive
post_type:theme_design

Category
title:Category
post_type:theme_design
-------------------------------- */

@import 'css/menu.css';
@import 'css/body.css';
@import 'css/glightbox.min.css';
@import 'css/tiny-slider.css';

/* -------------------------------- 
Import Woo Styles
-------------------------------- */
/* 
@import 'css/woo.css';
*/
/* -------------------------------- 
Primary style
-------------------------------- */

html {
     overflow-x:hidden;
}
body {
     display: block;
     overflow: initial;
     position: relative;
     margin: 0;
}
a {
     transition: all .4s ease;
     text-decoration: none;
     display: grid;
}

/* -------------------------------- Mobile Views -------------------------------- */
 .display-mobile{
     visibility: hidden;
     display: none;
}
 .display-desktop{
     visibility: visible;
     display: block;
}
 @media only screen and (max-width: 920px) {

    html, body{
        overflow-x:hidden;
    }
     .display-mobile{
         visibility: visible;
         display: block;
    }
     .display-desktop{
         visibility: hidden;
         display: none;
    }
}

.material-symbols-outlined{
    opacity:0;
}

.wc-block-mini-cart{
    opacity:0;
}

/* -------------------------------- Clean Margins -------------------------------- */

figure{
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    margin: 0;
}

h1, h2, h3, h4, h5{
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

/* -------------------------------- Fix Parallax -------------------------------- */

 @media screen and (-webkit-min-device-pixel-ratio:0) {
     #jarallax-container-0, #jarallax-container-1, #jarallax-container-2, #jarallax-container-3, #jarallax-container-4, #jarallax-container-5, #jarallax-container-6{
         clip: auto;
         -webkit-mask-image: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%);
    }
}
