@font-face {
    font-family: 'SuperPeace';
    src: url('../fonts/super-peace/SuperPeace.eot');
    src: local('Super Peace'), local('SuperPeace'),
        url('../fonts/super-peace/SuperPeace.eot?#iefix') format('embedded-opentype'),
        url('../fonts/super-peace/SuperPeace.woff2') format('woff2'),
        url('../fonts/super-peace/SuperPeace.woff') format('woff'),
        url('../fonts/super-peace/SuperPeace.ttf') format('truetype'),
        url('../fonts/super-peace/SuperPeace.svg#SuperPeace') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body.fun-viand{overscroll-behavior-y: none;}
body.fun-viand:before{content:'';position:fixed;top:0;left:0;width:100%;height:100%;opacity:0.125;z-index:-2;background: #FFF053;background: radial-gradient(circle,rgba(255, 240, 83, 1) 0%, rgba(255, 35, 0, 1) 100%);}
body.fun-viand:after{content:'';position:fixed;bottom:24px;right:24px;opacity:1;width:200px;height:200px;background-color:transparent;background-image:url('../images/fun-viand-bg.png');background-repeat:no-repeat;z-index:-1;background-position:100% 100%;background-size:100% auto;}
body.fun-viand .header-main:after{content:'';position:absolute;top:100%;left:-15px;display:block;width:calc(100% + 30px);height:6px;background-color:#ff2300;z-index:0}
body.fun-viand #main .woocommerce-info{background-color:#fff053;color:#716147}

body.fun-viand #secondary.widget-area span.widget-title{font-family:'SuperPeace';text-transform:none;font-size:32px;border-bottom:1px solid #ff2300;color:#ff2300}

body.fun-viand #secondary.widget-area .product-categories .cat-item a,
body.fun-viand #secondary.widget-area .product_list_widget .product-content > a,
body.fun-viand #secondary.widget-area .widget_product_tag_cloud .tagcloud .tag-cloud-link{font-family:'SuperPeace';line-height:1.2}

body.fun-viand #secondary.widget-area .product-categories .cat-item a,
body.fun-viand #secondary.widget-area .widget_product_tag_cloud .tagcloud .tag-cloud-link{font-size:18px}

body.fun-viand #secondary.widget-area .product-categories,
body.fun-viand #secondary.widget-area .product_list_widget .product-content > a{color:#ff2300;}


body.fun-viand #footer{position:relative}
body.fun-viand #footer:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:yellow;background: repeating-conic-gradient(
    from 0deg at 90% 90%,
    #ff2300 0deg 10deg,
    #fff053 10deg 20deg
  );opacity:0.25}

@media (min-width: 1024px) {
	body.fun-viand .header-main{
		max-width:100%;
	}
}




