/*
Theme Name: 	sabbiadorogin
Description: 	Responsive Starter WordPress Theme (WooCommerce Ready) with: Minimal Style, 4 Header Style, 2 Menus, 11 Amazing Block Patterns, Trasparent Header Template, WhatsApp Chat, Cool animations, Light and fast, Full Site Editing Template! Inspired by Awards Winning Web Sites. Correct setup and installation in theme folder readme file ;)
Version:     	2.2.1
Author:     	Emmekweb
Site:         https://emmekweb.it/
Text Domain: 	sabbiadorogin
Tested up to: 6.1
Requires PHP: 5.6
Domain Path: 	/languages
Tags:        	blog, custom-colors, custom-logo, custom-menu, e-commerce, theme-options, translation-ready, block-editor-patterns, block-editor-styles, custom-background, featured-images, footer-widgets, photography, portfolio, wide-blocks
License:    	GNU General Public License v3.0
License URI:	http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
    font-family: 'Asgard Trial';
    src: url('/fonts/AsgardTrial-Regular.woff2') format('woff2'),
        url('/fonts/AsgardTrial-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvantGarde Bk BT';
    src: url('/fonts/AvantGardeITCbyBT-Demi.woff2') format('woff2'),
        url('/fonts/AvantGardeITCbyBT-Demi.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Arial';
    src: url('Arial-Lgt.woff2') format('woff2'),
        url('Arial-Lgt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
} */



/* ! Reset */
body, html{ font-size: 16px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif; box-sizing: border-box;margin: 0;padding: 0;}
*,*:before,*:after{ box-sizing: border-box; }
h1,h2,h3,h4,h5,h6, p, ol, ul{margin: 0;padding: 0;}
ol,ul{padding-left: 20px;}
img{height: auto;max-width: 100%;}
a{text-decoration: none;}
hr{border:none; border-bottom: 1px solid #000}
strong {font-weight: bold}
html body {overflow-x:hidden;}
body.admin-bar .header { position: fixed; top: 32px; z-index: 1000;}

/* ------------------------------------------------------------------------- *
/* 1 Base */
/* ------------------------------------------------------------------------- */

:root { --site-bg: #E4E4E4; --site-text-color: #000; --link-color: #048ea0; --link-color-hover: #105862; }

:root {
  --site-bg-color: #000;
  --site-text-color: #000;
  --link-color: #048ea0;
  --link-color-hover: #105862;
  --container__flexible-border: 0;
  --border-on: 0;

  /* SPACER VISIBLE ON */
  /* --spacer-background: violet;
  --spacer-border: 1px solid darkviolet;
  --spacer-opacity: .6; */

  /* SPACER VISIBLE OFF */
  --spacer-background: none;
  --spacer-border: 0;
  --spacer-opacity: 1;
}
/* Typography */
body{font-size: 16px; background-color: var(--site-bg); color: var(--site-text-color); font-family: 'Barlow'; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%;}
body.custom-background.dark{background-color: var(--site-bg);}

body.menu-open{overflow: hidden;} /*block scrolling when menu is open*/

/* ! Title System */
h1, h2, h3, h4, h5, h6, p, ol, ul{margin-bottom: 1rem;line-height: 130%}

h1, h2{line-height: 110%;}

p, ul,li {font-size: 1.05rem;}

@media (max-width: 768px) {
  p, ul,li {font-size: 0.95rem;}
}

/* Typography helpers */
.text-0{font-size: 5rem; line-height: 100%;}
.text-1{font-size: 3.4rem;}
.text-2{font-size: 2.2rem;}
.text-3{font-size: 1.5rem;}
.text-4{font-size: 1.3rem;}

.evi a{color:#fff!important; background-color: var(--link-color);border-radius: 100px;padding-left: 20px!important; padding-right: 20px!important;}



/* Link color */
a { color: var(--link-color); }
a:focus, a:hover { color: var(--link-color-hover); text-decoration: none; }

/* Button Link */
.wp-block-button__link{text-decoration: none!important;color:#fff}
.wp-block-button__link:hover,
.wp-block-button__link:focus{text-decoration: none!important;color:#fff}


/* ------------------------------------------------------------------------- *
/* 2 Layout */
/* ------------------------------------------------------------------------- */

.wrapper{width: 100%;padding: 0;/* overflow: hidden; */position: relative;}

/* ------------------------------------------------------------------------- *
/* 2.1 Menu */
/* ------------------------------------------------------------------------- */

.spacer{height: 140px;}

.header__topbar{ background-color: #333; width: 100%;padding: 10px 4px;color:#fff; text-align: center;margin-right: calc(50% - 50vw);margin-left: calc(50% - 50vw);width: auto;}
@media (max-width: 794px) {
  .header__topbar{font-size: 13px;}
  .spacer{height: 110px;}

}
.header{background-color: var(--site-bg);position: fixed;top:0;left:0;z-index: 9999;width: 100%;padding: 0;height: 120px;}
.header__content{width: 100%;margin: 0 auto;display: flex;justify-content: space-between;padding:10px 0;border-bottom: 1px solid #222;position: relative;height: 120px;}

.header__logo,
.header__quick{display: flex; align-items: center;color:var(--site-text-color);font-weight: bold;}
.header__quick a{color:var(--site-text-color);}

.header__logo-img,
.header__logo_white-img{width: 180px;height: 120px;margin: 0 auto;}
.header__quick ul{list-style-type: none;margin-bottom: 0;}
.header__quick ul li{display: inline-block;}
.header__quick ul li a{padding: 10px 5px;}

.menu,
.menu ul{margin: 0;position: relative;}
.menu li{display: inline-block;position: relative}
.menu li a{color:var(--site-text-color); opacity: 0.8;display: block;padding: 16px;font-size: 15px;font-weight: bold;}

.icon-hamburger{display: none;}

/* hide classes (used on the logos) */
@media (min-width: 1191px) {
  .hide-desktop{display: none!important;}
}
@media (max-width: 1190px) {
  .hide-mobile{display: none!important;}
}

.hide-all{display: none;}

/* Quick search */

.quick-search{width: 140px;height: 38px;background: #fff;border-radius: 30px;opacity: 0.8;margin: 2px 0 0 0; transition: all 0.3s cubic-bezier(.215, .61, .355, 1);}
.quick-search form{display: flex;justify-content: center;align-items: center;}
.quick-search__icon{border:none; background: none;padding: 0;padding: 13px 2px}
input.quick-search__input[type=search]{padding: 10px 3px;font-size: 13px;margin:0;border:none;background: none}
/* input.quick-search__input[type=search]:focus{ outline: none;} */
.quick-search:hover{opacity: 1;transform: scale(1.1);}

@media (max-width: 1290px) {
  .quick-search {width: 40px;position: relative;background-color: transparent;margin-right: 10px;}
  .quick-search form{width:38px;height: 38px;position: absolute;right:0;top:0;background: #fff;border-radius: 40px;transition: all 1s cubic-bezier(.215, .61, .355, 1);}
  .quick-search:hover form{width:138px;}
}


@media (max-width: 1190px) {

  .header__logo-img,
  .header__logo_white-img{width: 140px;height: auto;}

  .menu{
    position: absolute; top:60px; left:0; right:0; background-color: var(--site-bg); min-width: 100%;
    height: 100vh; margin: 0 -5% 0 -5%;
    overflow: auto;transition: all 1s cubic-bezier(.215, .61, .355, 1);padding-left: 0; transform: translateX(-100%);
  }

  .menu li{width: 90%;margin: 0 5%; border-bottom: 0;}
  .menu-open .menu{transform: translateX(0%);}
  .menu-open .menu > li:last-child{margin-bottom: 150px;position: relative;}

  .icon-hamburger{height: 50px;width: 50px;margin-left: 20px;position:absolute; top: 10px; right:-15px; display: block;border:none; background: transparent;z-index: 9999;}
  .icon-hamburger strong{height: 1px;margin-top:-1px; overflow: hidden;width: 1px;display: block;margin: 0;padding: 0;}
  .icon-hamburger span{height: 2px; width: 30px;background: var(--site-text-color);position: relative;display: block;margin-bottom: 11px;transition: all 0.2s cubic-bezier(.215, .61, .355, 1);}

  .menu-open .icon-hamburger span:nth-child(2){transform: rotate(45deg) translateY(9px);}
  .menu-open .icon-hamburger span:nth-child(3){transform: rotate(-45deg) translateY(-9px);}
  .header__content{padding-right: 25px;padding-left: 25px;height: 120px;}
  .header__quick{display: flex; justify-content: flex-end;}
  .header__quick ul{padding-left: 0;}

}

@media (max-width: 400px) {
  .header__quick .menu-item-type-custom{display: none;}
  .header__quick button{pointer-events: none;}
}

/* Menu transparent */
@media (min-width: 1190px) {
  .page-template-menu-trasparent .spacer{display: none;}
  .page-template-menu-trasparent .header{background: transparent;transition: all 1s cubic-bezier(.215, .61, .355, 1);}
  .page-template-menu-trasparent .header__content{border:none}
  .page-template-menu-trasparent .header__logo-img,
  .page-template-menu-trasparent .header [class^='icon-']{filter: brightness(0) invert(1);}
  .page-template-menu-trasparent .header__logo{color:#fff}

  .page-template-menu-trasparent .menu li a,
  .page-template-menu-trasparent .header__quick ul li a {color:#fff}

  .page-template-menu-trasparent.scroll-down .header{background: #222;}
}

@media (max-width: 1190px) {
  .page-template-menu-trasparent .spacer{height:44px}
  .page-template-menu-trasparent .header__content{border:none}
}

/* Menu black, Blank e Contained Templates */
@media (min-width: 1190px) {
  .page-template-menu-black .spacer{display: none;}
  .page-template-menu-black .header{background: transparent;transition: all 1s cubic-bezier(.215, .61, .355, 1);}
  .page-template-menu-black .header__content{border:none}

  .page-template-menu-black.scroll-down .header{background-color: var(--site-bg)}
}

.page-template-blank .spacer,
.page-template-contained-no-title .spacer{height:75px}

@media (max-width: 1190px) {
  .page-template-menu-black .spacer,
  .page-template-blank .spacer,
  .page-template-contained-no-title .spacer{height:60px}
  .page-template-menu-black .header__content{border:none}
}



/* Menu Dropdown */
.menu > li > ul{
  background: #eee;
  opacity: 0;
  display: none;
  min-width: 220px;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 0px;
  left: 0;
  padding: 10px;
  border-radius: 10px;
}

.menu li ul > li > a,
.page-template-menu-trasparent .menu li ul > li > a{color:#000; border-radius: 7px;}
.menu li ul > li > a:hover {background: #ccc;color:#000}

/* Mega Menu */
.menu > li.mega-menu > .sub-menu a{padding: 12px;}
.menu > li.mega-menu > .sub-menu .sub-menu  {padding-left: 0;width: 180px;}
.menu > li.mega-menu > .sub-menu .sub-menu  li a{padding-top: 7px;padding-bottom: 8px;font-weight: normal;font-size: 14px;}


/* Open Menus */
@media (min-width: 1190px) {

  .menu > li:hover > ul,
  .menu > li > ul:hover { visibility: visible; opacity: 1; display: block; }

  .menu > li.mega-menu:hover > ul,
  .menu > li.mega-menu > ul:hover,
  .menu > li.mega-menu:focus-within > ul { visibility: visible; opacity: 1; display: flex; flex-wrap: wrap;width: 600px;}
  .menu > li.mega-menu > ul > li{width: 193px;}

}

.menu li.open-dropdown > ul{visibility: visible; opacity: 1; display: block; }
.menu li.mega-menu.open-dropdown > ul{visibility: visible; opacity: 1; display: block;}

/* open dropdown with focus tab*/
.menu li:focus-within ul{visibility: visible; opacity: 1; display: block; }

.menu li ul li { clear: both; width: 100%; }
.menu > li.menu-item-has-children > a{position: relative;padding-right: 30px;}

.menu > li.menu-item-has-children > a::after{
  content:" ";width: 30px;height: 30px; background-size:30px;position: absolute;
  top:50%; right: 0; transform: rotate(90deg);margin-top: -15px;
  background-size:100%;
  background-image: url('data:image/svg+xml;utf8,<svg width="50px" height="50px" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"><path fill="black" d="M22.7 34.7l-1.4-1.4 8.3-8.3-8.3-8.3 1.4-1.4 9.7 9.7z"/></svg>');
}

@media (min-width: 1190px) {
  .page-template-menu-trasparent .menu > li.menu-item-has-children > a::after{
    background-image: url('data:image/svg+xml;utf8,<svg width="50px" height="50px" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"><path fill="black" d="M22.7 34.7l-1.4-1.4 8.3-8.3-8.3-8.3 1.4-1.4 9.7 9.7z"/></svg>');
    filter: invert(1);
  }
}


@media (max-width: 1190px) {

  .menu li ul{position: relative;background: none;}
  .menu li ul li{border:none; width: 95%; }
  /* .menu li ul li a{padding-left: 30px;} */
  .menu > li.mega-menu > .sub-menu {margin-left: 5vw;}
  .menu > li.mega-menu > .sub-menu li {margin:0;}
  .menu > li.mega-menu > .sub-menu > li {width: 40vw;margin-bottom: 20px;}
}

/* ------------------------------------------------------------------------- *
/* 2.2 Home */
/* ------------------------------------------------------------------------- */

.home-title { position: absolute; top:-9999px; color: #fff; font-size: 12px;}


/* ------------------------------------------------------------------------- *
/* 2.3 Index */
/* ------------------------------------------------------------------------- */

.img-16-9{
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* Single, Post & Page */
@media (max-width: 768px) {
  h1 span{display: block;}
}




/* ------------------------------------------------------------------------- *
/* 2.4 Sections */
/* ------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------- *
/* 2.6 Footer */
/* ------------------------------------------------------------------------- */

.footer-container{
  /* margin-top:50px; */
  padding: 20px;
  width: auto;
  max-width: 1000%;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background: #142c46!important;
}

.page-template-sabbiadorogin .footer-container{
  /* margin-top:50px; */
  padding: 20px;
  width: auto;
  max-width: 1000%;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

/* ------------------------------------------------------------------------- *
/* 3 Modules */
/* ------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------- *
/* 4 WordPress Default Element */
/* ------------------------------------------------------------------------- */


/* Pagination */
.pagination { float: left; margin: 40px 0 40px 0; padding: 0; width: 100%; }
.pagination span,
.pagination a { float: left; margin: 0 10px 10px 0; padding: 14px 19px; border: 1px solid #222; }


/* Image */
.alignleft { float: left; margin-right: 20px; margin-bottom: 10px; max-width: 97%; height: auto; }
.alignright { float: right; margin-bottom: 10px; margin-left: 20px; max-width: 97%; height: auto; }
.aligncenter { display: block; margin: 0 auto; max-width: 97%; height: auto; }
.alignnone { max-width: 97%; height: auto; }

.text-center{text-align: center;}
@media (max-width: 768px) {
  .sma-text-center{float:none; text-align: center;}
}


/* body .alignfull {
  margin-left: -20px;
  margin-right: -20px;
} */

body .alignfull {
  width: auto;
  max-width: 1000%;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

@media only screen and (min-width: 789px) {

  body .alignwide {
    width: auto;
    max-width: 1000%;
    margin-right: calc(25% - 25vw);
    margin-left: calc(25% - 25vw);
  }
  .alignwide img,
  .alignfull img {
    display: block;
    margin: 0 auto;
  }
}

/* Image Caption */
.wp-caption { margin-bottom: 20px; padding: 10px; max-width: 97%; border: 1px solid #eee; text-align: center; }
.wp-caption img { margin: 0; padding: 0; width: 100%!important; height: auto; border: 0 none; }
.wp-caption p.wp-caption-text { margin: 0; padding: 8px; font-size: 1em; line-height: 17px; }

.gallery-caption{font-size: 20px;}

/* Stiky */
.sticky { border-right: 3px solid #eee; border-bottom: 3px solid #eee; }

/* Blockquote */
blockquote {font-weight: 200;  font-style: italic; margin: 0.25em 0; padding: 0px 30px; line-height: 1.45; position: relative;  border-left: 5px solid #222; }

/* Search */
.form-search{width: 100%;border-radius: 100px; border: 1px solid #e4e4e4; padding-left: 15px;position: relative;background:#fff;margin-bottom: 30px;padding: 5px;}
.form-search input[type=search]{width: 100%; border:none;background: transparent!important;font-size: 18px;}
.form-search button[type=submit]{padding: 0; border: none;background: transparent;color:#000;padding: 0px;border-radius:20px; position:absolute; top: 8px; right:20px;}
.form-search button[type=submit] svg{width: 30px; height:30px}

/* Comments */
.comment-form-author,
.comment-form-email,
.comment-form-url { float: left; margin-top: 20px; margin-right: 3%; width: 30.3333333%; }
.comment-form-author input,
.comment-form-email input,
.comment-form-url input { width: 100%; }

ol.commentlist { margin: 0 0 1em; padding: 0; list-style: none; text-indent: 0; }
ol.commentlist li.comment { padding: 1em;}
ol.commentlist li.comment div.vcard cite.fn { text-transform: uppercase; font-size: 14px; }
ol.commentlist li.comment div.vcard img.avatar { float: left; margin: 6px 1em 1em 0; border-radius: 50px; }
ol.commentlist li.comment div.comment-meta { font-size: 12px; }
ol.commentlist li.comment ul { margin: 0 0 1em 2em; }
ol.commentlist li.comment div.reply { margin-left: 80px; font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { margin: 1em 0 0; list-style: none; text-indent: 0; }
ol.commentlist li.comment ul.children li.depth-2 { margin: 0 0 .25em .25em; border-left: 1px solid #eee; }
ol.commentlist li.comment ul.children li.depth-3 { margin: 0 0 .25em .25em; border-left: 1px solid #eee; }
ol.commentlist li.comment ul.children li.depth-4 { margin: 0 0 .25em .25em; border-left: 1px solid #eee; }
ol.commentlist li.bypostauthor .fn { font-weight: bold; }
ol.commentlist li img{max-width: 97%;}

input[type=text],
input[type=search],
input[type=number],
input[type=tel],
input[type=password],
input[type=email],
input[type=url]{ width: 100%; padding: 10px; border: 1px solid #949494; background: #fff; -webkit-appearance: none;border-radius: 0;margin-top:5px}
textarea { padding: 10px; width: 100%; border: 1px solid #949494; background: #fff; -webkit-appearance: none;border-radius: 0;margin-top:5px}
input[type=submit],
button[type=submit] { margin-top: 10px; padding: 15px 20px; color: #fff; text-transform: uppercase; background: #222; border:none;margin-top:5px;display: block;font-weight: bold;width: auto;font-size: 16px;border-radius:5px; font-family: inherit;}
#comments { width: 100%; }


/* ------------------------------------------------------------------------- *
/* 5 Helpers  */
/* ------------------------------------------------------------------------- */
.mt-0{margin-top: 0 }
.mt-1{margin-top: 10px}
.mt-2{margin-top: 20px}
.mt-3{margin-top: 40px}
.mt-4{margin-top: 100px }

.mb-0{margin-bottom: 0}
.mb-1{margin-bottom: 10px}
.mb-2{margin-bottom: 20px}
.mb-3{margin-bottom: 40px}
.mb-4{margin-bottom: 100px}

.p-0{padding: 0}
.p-1{padding: 10px}
.p-2{padding: 20px}
.p-3{padding: 40px}
.p-4{padding: 100px}

.pt-1{padding-top: 10px;}
.pt-3{padding-top: 20px;}
.pt-3{padding-top: 40px;}
.pt-4{padding-top: 15vh;}

.pb-1{padding-bottom: 10px;}
.pb-2{padding-bottom: 20px;}
.pb-3{padding-bottom: 40px;}
.pb-4{padding-bottom: 15vh;}

.img-res{width: 100%;}


/* ! Grid System */
.grid { margin: 0 auto;display: flex; flex-flow: row; flex-wrap: wrap;width: 100%;max-width: 1400px;}
.grid--center{justify-content: center;}
.col{ flex: 1;}

[class*='col-'] { position: relative;padding: 0;}
.grid .grid [class*='col-'] {padding: 0px;}

.col-10{ width: 10%;}
.col-20{ width: 20%; }
.col-25{ width: 25%; }
.col-30{ width: 30%; }
.col-33{ width: 33.33%; }
.col-40{ width: 40%; }
.col-50{ width: 50%; }
.col-60{ width: 60%; }
.col-70{ width: 70%; }
.col-80{ width: 80%; }
.col-90{ width: 90%; }
.col-100{ width: 100%; }

@media (max-width: 991px) {
  .tab-20 { width: 20%; }
  .tab-25 { width: 25%; }
  .tab-33 { width: 33.33%; }
  .tab-50 { width: 50%; }
  .tab-80 { width: 80%; }
  .tab-90 { width: 90%; }
  .tab-100 { width: 100%; }
}

@media (max-width: 768px) {
  [class*='col-'] { width: 100%;}
  .sma-20 { width: 20%; }
  .sma-25 { width: 25%; }
  .sma-33 { width: 33.33%; }
  .sma-50 { width: 50%; }
  .sma-100 { width: 100%; }
}


/* Accessibility */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* underline for accesibility */
.text-content a,
.comment-content a{text-decoration: underline;}

/* focus elements */
/* :focus {
  outline: 2px solid #2ba801;
  outline-offset: 2px;
} */

/* hide elements for accessibility */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ! Icon System - https://ionicframework.com/docs/v3/ionicons/ */

.icon-arrow{overflow: hidden; font-size:1px; text-indent:-9999px; display:inline-block; margin: -3px 5px;width: 18px;height: 18px;background-size: 100%; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3EArrow Forward%3C/title%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M268 112l144 144-144 144M392 256H100'/%3E%3C/svg%3E");}

.icon-fb{overflow: hidden; font-size:1px; text-indent:-9999px;display:inline-block; margin: -3px 5px;width: 18px;height: 18px;background-size: 100%; background-repeat: no-repeat;  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3ELogo Facebook%3C/title%3E%3Cpath d='M480 257.35c0-123.7-100.3-224-224-224s-224 100.3-224 224c0 111.8 81.9 204.47 189 221.29V322.12h-56.89v-64.77H221V208c0-56.13 33.45-87.16 84.61-87.16 24.51 0 50.15 4.38 50.15 4.38v55.13H327.5c-27.81 0-36.51 17.26-36.51 35v42h62.12l-9.92 64.77H291v156.54c107.1-16.81 189-109.48 189-221.31z' fill-rule='evenodd'/%3E%3C/svg%3E");}
.icon-ig{overflow: hidden; font-size:1px; text-indent:-9999px;display:inline-block; margin: -3px 5px;width: 18px;height: 18px;background-size: 100%; background-repeat: no-repeat;  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3ELogo Instagram%3C/title%3E%3Cpath d='M349.33 69.33a93.62 93.62 0 0193.34 93.34v186.66a93.62 93.62 0 01-93.34 93.34H162.67a93.62 93.62 0 01-93.34-93.34V162.67a93.62 93.62 0 0193.34-93.34h186.66m0-37.33H162.67C90.8 32 32 90.8 32 162.67v186.66C32 421.2 90.8 480 162.67 480h186.66C421.2 480 480 421.2 480 349.33V162.67C480 90.8 421.2 32 349.33 32z'/%3E%3Cpath d='M377.33 162.67a28 28 0 1128-28 27.94 27.94 0 01-28 28zM256 181.33A74.67 74.67 0 11181.33 256 74.75 74.75 0 01256 181.33m0-37.33a112 112 0 10112 112 112 112 0 00-112-112z'/%3E%3C/svg%3E");}
.icon-tw{overflow: hidden; font-size:1px; text-indent:-9999px;display:inline-block; margin: -3px 5px;width: 18px;height: 18px;background-size: 100%; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3ELogo Twitter%3C/title%3E%3Cpath d='M496 109.5a201.8 201.8 0 01-56.55 15.3 97.51 97.51 0 0043.33-53.6 197.74 197.74 0 01-62.56 23.5A99.14 99.14 0 00348.31 64c-54.42 0-98.46 43.4-98.46 96.9a93.21 93.21 0 002.54 22.1 280.7 280.7 0 01-203-101.3A95.69 95.69 0 0036 130.4c0 33.6 17.53 63.3 44 80.7A97.5 97.5 0 0135.22 199v1.2c0 47 34 86.1 79 95a100.76 100.76 0 01-25.94 3.4 94.38 94.38 0 01-18.51-1.8c12.51 38.5 48.92 66.5 92.05 67.3A199.59 199.59 0 0139.5 405.6a203 203 0 01-23.5-1.4A278.68 278.68 0 00166.74 448c181.36 0 280.44-147.7 280.44-275.8 0-4.2-.11-8.4-.31-12.5A198.48 198.48 0 00496 109.5z'/%3E%3C/svg%3E"); }
.icon-yt{overflow: hidden; font-size:1px; text-indent:-9999px;display:inline-block; margin: -3px 5px;width: 18px;height: 18px;background-size: 100%; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3ELogo Youtube%3C/title%3E%3Cpath d='M508.64 148.79c0-45-33.1-81.2-74-81.2C379.24 65 322.74 64 265 64h-18c-57.6 0-114.2 1-169.6 3.6C36.6 67.6 3.5 104 3.5 149 1 184.59-.06 220.19 0 255.79q-.15 53.4 3.4 106.9c0 45 33.1 81.5 73.9 81.5 58.2 2.7 117.9 3.9 178.6 3.8q91.2.3 178.6-3.8c40.9 0 74-36.5 74-81.5 2.4-35.7 3.5-71.3 3.4-107q.34-53.4-3.26-106.9zM207 353.89v-196.5l145 98.2z'/%3E%3C/svg%3E"); }
.icon-in{ overflow: hidden; font-size:1px; text-indent:-9999px;display:inline-block; margin: -3px 5px;width: 18px;height: 18px;background-size: 100%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath d='M444.17 32H70.28C49.85 32 32 46.7 32 66.89v374.72C32 461.91 49.85 480 70.28 480h373.78c20.54 0 35.94-18.21 35.94-38.39V66.89C480.12 46.7 464.6 32 444.17 32zm-273.3 373.43h-64.18V205.88h64.18zM141 175.54h-.46c-20.54 0-33.84-15.29-33.84-34.43 0-19.49 13.65-34.42 34.65-34.42s33.85 14.82 34.31 34.42c-.01 19.14-13.31 34.43-34.66 34.43zm264.43 229.89h-64.18V296.32c0-26.14-9.34-44-32.56-44-17.74 0-28.24 12-32.91 23.69-1.75 4.2-2.22 9.92-2.22 15.76v113.66h-64.18V205.88h64.18v27.77c9.34-13.3 23.93-32.44 57.88-32.44 42.13 0 74 27.77 74 87.64z'/%3E%3C/svg%3E");}
.icon-tk{overflow: hidden; font-size:1px; text-indent:-9999px;display:inline-block; margin: -3px 5px;width: 18px;height: 18px;background-size: 100%; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3ELogo Tiktok%3C/title%3E%3Cpath d='M412.19 118.66a109.27 109.27 0 01-9.45-5.5 132.87 132.87 0 01-24.27-20.62c-18.1-20.71-24.86-41.72-27.35-56.43h.1C349.14 23.9 350 16 350.13 16h-82.44v318.78c0 4.28 0 8.51-.18 12.69 0 .52-.05 1-.08 1.56 0 .23 0 .47-.05.71v.18a70 70 0 01-35.22 55.56 68.8 68.8 0 01-34.11 9c-38.41 0-69.54-31.32-69.54-70s31.13-70 69.54-70a68.9 68.9 0 0121.41 3.39l.1-83.94a153.14 153.14 0 00-118 34.52 161.79 161.79 0 00-35.3 43.53c-3.48 6-16.61 30.11-18.2 69.24-1 22.21 5.67 45.22 8.85 54.73v.2c2 5.6 9.75 24.71 22.38 40.82A167.53 167.53 0 00115 470.66v-.2l.2.2c39.91 27.12 84.16 25.34 84.16 25.34 7.66-.31 33.32 0 62.46-13.81 32.32-15.31 50.72-38.12 50.72-38.12a158.46 158.46 0 0027.64-45.93c7.46-19.61 9.95-43.13 9.95-52.53V176.49c1 .6 14.32 9.41 14.32 9.41s19.19 12.3 49.13 20.31c21.48 5.7 50.42 6.9 50.42 6.9v-81.84c-10.14 1.1-30.73-2.1-51.81-12.61z'/%3E%3C/svg%3E"); }
.icon-wa{overflow: hidden; font-size:1px; text-indent:-9999px;display:inline-block; margin: -3px 5px;width: 18px;height: 18px;background-size: 100%; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3ELogo Whatsapp%3C/title%3E%3Cpath d='M414.73 97.1A222.14 222.14 0 00256.94 32C134 32 33.92 131.58 33.87 254a220.61 220.61 0 0029.78 111L32 480l118.25-30.87a223.63 223.63 0 00106.6 27h.09c122.93 0 223-99.59 223.06-222A220.18 220.18 0 00414.73 97.1zM256.94 438.66h-.08a185.75 185.75 0 01-94.36-25.72l-6.77-4-70.17 18.32 18.73-68.09-4.41-7A183.46 183.46 0 0171.53 254c0-101.73 83.21-184.5 185.48-184.5a185 185 0 01185.33 184.64c-.04 101.74-83.21 184.52-185.4 184.52zm101.69-138.19c-5.57-2.78-33-16.2-38.08-18.05s-8.83-2.78-12.54 2.78-14.4 18-17.65 21.75-6.5 4.16-12.07 1.38-23.54-8.63-44.83-27.53c-16.57-14.71-27.75-32.87-31-38.42s-.35-8.56 2.44-11.32c2.51-2.49 5.57-6.48 8.36-9.72s3.72-5.56 5.57-9.26.93-6.94-.46-9.71-12.54-30.08-17.18-41.19c-4.53-10.82-9.12-9.35-12.54-9.52-3.25-.16-7-.2-10.69-.2a20.53 20.53 0 00-14.86 6.94c-5.11 5.56-19.51 19-19.51 46.28s20 53.68 22.76 57.38 39.3 59.73 95.21 83.76a323.11 323.11 0 0031.78 11.68c13.35 4.22 25.5 3.63 35.1 2.2 10.71-1.59 33-13.42 37.63-26.38s4.64-24.06 3.25-26.37-5.11-3.71-10.69-6.48z' fill-rule='evenodd'/%3E%3C/svg%3E");}

.icon-search{overflow: hidden; font-size:1px; text-indent:-9999px;display:inline-block; margin: -3px 5px;width: 20px;height: 20px;background-size: 100%; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3ESearch%3C/title%3E%3Cpath d='M456.69 421.39L362.6 327.3a173.81 173.81 0 0034.84-104.58C397.44 126.38 319.06 48 222.72 48S48 126.38 48 222.72s78.38 174.72 174.72 174.72A173.81 173.81 0 00327.3 362.6l94.09 94.09a25 25 0 0035.3-35.3zM97.92 222.72a124.8 124.8 0 11124.8 124.8 124.95 124.95 0 01-124.8-124.8z'/%3E%3C/svg%3E");}
.icon-angle{overflow: hidden; font-size:1px; text-indent:-9999px;display:inline-block; margin: -3px 5px;width: 20px;height: 20px;background-size: 100%; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3EChevron Down%3C/title%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E%3C/svg%3E");}

.icon-nav{ overflow: hidden; font-size:1px; text-indent:-9999px;display:inline-block; margin: -6px 3px;width: 26px;height: 26px;background-size: 100%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M11.762 3.25c.46.006.99.223 1.276.734l.174.312a82.518 82.518 0 0 1 6.474 14.753c.218.67-.14 1.237-.589 1.5a1.484 1.484 0 0 1-1.552-.037l-4.728-3.04c-.522-.336-1.231-.337-1.72-.028L6.464 20.37a1.483 1.483 0 0 1-1.553.01c-.427-.255-.809-.808-.61-1.482A77.671 77.671 0 0 1 10.307 4.29l.164-.308c.284-.531.832-.737 1.29-.73Zm-.007 1.513-.125.233A76.203 76.203 0 0 0 5.84 18.99l4.455-2.813c1-.63 2.337-.607 3.334.034l4.496 2.892a81.088 81.088 0 0 0-6.222-14.074l-.148-.265Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
.icon-mail{ overflow: hidden; font-size:1px; text-indent:-9999px;display:inline-block; margin: -6px 3px;width: 26px;height: 26px;background-size: 100%;  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M2.804 8.353c-.28 2.603-.268 5.605.122 8.197a3.138 3.138 0 0 0 2.831 2.66l1.51.131c3.15.274 6.317.274 9.466 0l1.51-.13a3.138 3.138 0 0 0 2.831-2.66c.39-2.593.402-5.595.122-8.198a30.68 30.68 0 0 0-.122-.904 3.138 3.138 0 0 0-2.831-2.66l-1.51-.13a54.647 54.647 0 0 0-9.465 0l-1.51.13a3.138 3.138 0 0 0-2.832 2.66 31.1 31.1 0 0 0-.122.904Zm4.593-2.2a53.146 53.146 0 0 1 9.206 0l1.51.131a1.64 1.64 0 0 1 1.478 1.389l.034.233-5.561 3.09a4.25 4.25 0 0 1-4.128 0l-5.56-3.09c.01-.078.022-.156.033-.233a1.638 1.638 0 0 1 1.478-1.389l1.51-.131ZM19.81 9.52a29.099 29.099 0 0 1-.218 6.807 1.638 1.638 0 0 1-1.478 1.389l-1.51.131a53.152 53.152 0 0 1-9.206 0l-1.51-.131a1.638 1.638 0 0 1-1.478-1.389 29.101 29.101 0 0 1-.217-6.807l5.016 2.787a5.75 5.75 0 0 0 5.585 0l5.015-2.787Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
.icon-call{ overflow: hidden; font-size:1px; text-indent:-9999px; display:inline-block; margin: -6px 3px;width: 26px;height: 26px;background-size: 100%;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M5.84 9.856a17.216 17.216 0 0 0 8.922 8.663l.012.005.764.34a2.25 2.25 0 0 0 2.74-.737l1.274-1.763a.25.25 0 0 0-.046-.341l-2.224-1.795a.25.25 0 0 0-.358.046l-.866 1.168a.75.75 0 0 1-.912.237 13.387 13.387 0 0 1-6.67-6.67.75.75 0 0 1 .237-.912L9.88 7.23a.25.25 0 0 0 .046-.358L8.132 4.648a.25.25 0 0 0-.341-.046l-1.773 1.28a2.25 2.25 0 0 0-.732 2.756l.554 1.217v.001Zm8.33 10.041a18.716 18.716 0 0 1-9.694-9.416v-.002l-.555-1.22A3.75 3.75 0 0 1 5.14 4.666l1.773-1.28a1.75 1.75 0 0 1 2.386.32l1.795 2.225a1.75 1.75 0 0 1-.32 2.505l-.67.496a11.891 11.891 0 0 0 5.118 5.118l.497-.67a1.75 1.75 0 0 1 2.504-.32l2.225 1.795a1.75 1.75 0 0 1 .32 2.387l-1.275 1.764a3.75 3.75 0 0 1-4.565 1.229l-.758-.338Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
.icon-plus{overflow: hidden; font-size:1px; text-indent:-9999px;display:inline-block; margin: -6px 3px;width: 26px;height: 26px;background-size: 100%; background-repeat: no-repeat;  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12.75 7a.75.75 0 0 0-1.5 0v4.25H7a.75.75 0 0 0 0 1.5h4.25V17a.75.75 0 0 0 1.5 0v-4.25H17a.75.75 0 0 0 0-1.5h-4.25V7Z'/%3E%3C/svg%3E");}
.icon-check{overflow: hidden; font-size:1px; text-indent:-9999px;display:inline-block; margin: -6px 3px;width: 26px;height: 26px;background-size: 100%; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M18.03 7.97a.75.75 0 0 1 0 1.06l-7 7a.75.75 0 0 1-1.06 0l-4-4a.75.75 0 1 1 1.06-1.06l3.47 3.47 6.47-6.47a.75.75 0 0 1 1.06 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");}

.icon-1{width: 40px;height: 40px;}
.icon-2{width: 70px;padding: 8px;}
.icon-3{width: 100px;padding: 8px;}

.icon-invert{filter: invert(1);}

/* Blocks */

/* Accordion */
.accordion h3{position: relative;padding-right: 30px;margin-bottom: 15px;cursor:pointer}
.accordion h3:after{
  width: 30px;height: 30px;position: absolute; top:0; right:0;content: ' '; background-image: url('data:image/svg+xml;utf8,<svg width="80px" height="80px" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path fill="black" d="M22.7 34.7l-1.4-1.4 8.3-8.3-8.3-8.3 1.4-1.4 9.7 9.7z"/></svg>');
  transform: rotate(90deg);
  background-size:100%;
}
.accordion .wp-block-column .wp-block-group {padding: 0;max-height: 0;overflow:hidden;border-bottom: 2px solid #ddd; transition: all 0.2s ease-in-out;margin-bottom: 20px;}
.accordion .wp-block-column .wp-block-group.open-accordion{max-height:500px;padding-bottom: 15px;overflow: auto;}

/* Media Text */
@media (max-width: 768px) {
  .wp-block-media-text__media img{margin-bottom: 20px;margin-top: 40px;}
}

/* Animation on scroll */
.fade {  opacity: 0; transform: translateY(40px); transition: 0.6s ease-in-out; will-change: transform, opacity;}
.fadeIn { opacity: 1;transform: translateY(0px)}


/* Animation System on scroll v2
--------------------------------------------------------- */

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease-out, transform .8s cubic-bezier(.2,.7,.25,1), filter .8s cubic-bezier(.2,.7,.25,1); will-change: opacity, transform, filter; }

/* Directional variants */
.reveal.reveal-up { transform: translateY(30px); }
.reveal.reveal-down { transform: translateY(-30px); }
.reveal.reveal-left { transform: translateX(30px); }
.reveal.reveal-right { transform: translateX(-30px); }
.reveal.reveal-zoom { transform: scale(.95); }
.reveal.reveal-skew { transform: translateY(20px) skewY(5deg); }
.reveal.reveal-blur { filter: blur(6px); }

/* Active state on scroll */
.reveal.is-inview { opacity: 1; transform: none; filter: none; }

/* Clip-path effect */
.reveal.reveal-clip{ height: 0; interpolate-size: allow-keywords; overflow: hidden; transition: height 1s cubic-bezier(.2,.7,.25,1), opacity .3s ease-out, transform .6s cubic-bezier(.2,.7,.25,1); will-change: height, opacity, transform; padding-bottom: 0px; }

/* Clip-path active state */
.reveal.reveal-clip.is-inview {height:auto; opacity: 1; padding-bottom: 5px;  }


/* Accessibility: disable animations */
@media (prefers-reduced-motion: reduce) {
  .reveal { transition: none !important; animation: none !important; opacity: 1 !important; transform: none !important; filter: none !important; clip-path: none !important; }
}

/* Delay utilities */
.delay-01 { transition-delay: .1s!important; }
.delay-02 { transition-delay: .2s!important; }
.delay-03 { transition-delay: .3s!important; }
.delay-04 { transition-delay: .4s!important; }
.delay-05 { transition-delay: .5s!important; }
.delay-06 { transition-delay: .6s!important; }
.delay-07 { transition-delay: .7s!important; }
.delay-08 { transition-delay: .8s!important; }
.delay-09 { transition-delay: .9s!important; }
.delay-10 { transition-delay: 1s!important; }
.delay-11 { transition-delay: 1.1s!important; }
.delay-12 { transition-delay: 1.2s!important; }
.delay-13 { transition-delay: 1.3s!important; }
.delay-14 { transition-delay: 1.4s!important; }
.delay-15 { transition-delay: 1.5s!important; }

/* Duration utilities */
.duration-01 { transition-duration: .1s !important; animation-duration: .1s !important; }
.duration-02 { transition-duration: .2s !important; animation-duration: .2s !important; }
.duration-03 { transition-duration: .3s !important; animation-duration: .3s !important; }
.duration-04 { transition-duration: .4s !important; animation-duration: .4s !important; }
.duration-05 { transition-duration: .5s !important; animation-duration: .5s !important; }
.duration-06 { transition-duration: .6s !important; animation-duration: .6s !important; }
.duration-07 { transition-duration: .7s !important; animation-duration: .7s !important; }
.duration-08 { transition-duration: .8s !important; animation-duration: .8s !important; }
.duration-09 { transition-duration: .9s !important; animation-duration: .9s !important; }
.duration-10 { transition-duration: 1s !important; animation-duration: 1s !important; }
.duration-11 { transition-duration: 1.1s !important; animation-duration: 1.1s !important; }
.duration-12 { transition-duration: 1.2s !important; animation-duration: 1.2s !important; }
.duration-13 { transition-duration: 1.3s !important; animation-duration: 1.3s !important; }
.duration-14 { transition-duration: 1.4s !important; animation-duration: 1.4s !important; }
.duration-15 { transition-duration: 1.5s !important; animation-duration: 1.5s !important; }
.duration-16 { transition-duration: 1.6s !important; animation-duration: 1.6s !important; }
.duration-17 { transition-duration: 1.7s !important; animation-duration: 1.7s !important; }
.duration-18 { transition-duration: 1.8s !important; animation-duration: 1.8s !important; }
.duration-19 { transition-duration: 1.9s !important; animation-duration: 1.9s !important; }
.duration-20 { transition-duration: 2s !important; animation-duration: 2s !important; }
.duration-25 { transition-duration: 2.5s !important; animation-duration: 2.5s !important; }
.duration-30 { transition-duration: 3s !important; animation-duration: 3s !important; }

/* Animation System v2 End */

/* Animation on load
--------------------------------------------------------- */

@keyframes fade-load {
  from {opacity: 0; top:20px}
  to {opacity: 1; top:0;}
}
.load {
  opacity: 0;
  animation: fade-load cubic-bezier(0.385, 0.135, 0.15, 0.86) 0.5s forwards;
}


/* Whats App */
.logo-whats-app {
  display: block;
  width: 38px;
  height: 38px;
  position: fixed;
  bottom: 43px;
  right: 43px;
  z-index: 999;
  border-radius: 100%;
  background: #25D366;
  border: 0px solid #25D366;
}

.logo-whats-app .icon-wa{width: 44px;height: 44px;margin: -3px 0 0 -3px;padding: 0;filter: invert(1);}

/* Woo Commerce
------------------------------------------------------------------------ */
.menu-item-type-woocommerce-cart{position: relative;width: 30px;height: 18px;}
.menu-cart-total{position: relative;position: absolute;top:-10px; left:0;}
.menu-cart-total svg{height: 24px;width: 24px;}
.menu-cart-total span{position: absolute;bottom:10px; right:-2pxpx;font-size: 11px;}

/* button */
.woocommerce .button{
  background:#222!important; color:#fff!important; text-transform: uppercase;font-family: inherit!important;
  margin-top:0; margin-right:10px;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {border-radius:3px;padding: 15px 25px}

.woocommerce .woocommerce-message .button{padding: 10px 15px;}


/* columns fix */
.checkout.woocommerce-content [class*='col-'],
.checkout.woocommerce-checkout [class*='col-'] {padding: 0;}

/* select */
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {height: 36px;}
.woocommerce-input-wrapper input{border-radius: 4px}

/* Cart */
.woocommerce-cart .variation{font-size: 12px;margin-top: 0;}
.woocommerce-cart .variation p{font-size: 12px;padding: 4px 0 0 0;}
.woocommerce-cart .variation dt,
.woocommerce-cart .variation dd{height: 20px;}

.woocommerce #coupon_code,
.woocommerce .actions .button{height: 36px; border-radius: 3px;padding: 5px 15px; line-height: 17px!important;}
.woocommerce #coupon_code{width: 120px!important}

@media (max-width: 768px) {
  .woocommerce-page #content table.cart td.actions .coupon .button{width: calc(100vw - 210px);margin-right:0;}
}

/* table */
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top: 1px solid #ccc}

/* quantity single products */
.woocommerce .quantity input{margin-top: 0;border-radius: 3px;height: 46px;}
.woocommerce .quantity .qty {width: 60px;}

/* price */
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price{color:#000}

/* variations */
.woocommerce div.product form.cart .variations{padding: 10px;border-bottom: 1px solid #222;}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th{padding-bottom: 10px;}

.woocommerce select {
  /* Reset */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #666;
  outline: 0;
  font: inherit;
  /* Personalize */
  width: 20em;
  height: 40px;
  padding: 0 4em 0 1em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3EChevron Down%3C/title%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E%3C/svg%3E") no-repeat right 0.8em center/1.4em;
  color: #222;
  border-radius: 0.25em;
  cursor: pointer;
}
.woocommerce select option {
  color: inherit;
  background-color: #320a28;
}
.woocommerce select:focus {
  outline: none;
}
.woocommerce select::-ms-expand {
  display: none;
}

.woocommerce .woocommerce-ordering select {border:none; width:200px}

@media (max-width: 768px) {
  .woocommerce-result-count{font-size: 12px;}
  .woocommerce .woocommerce-ordering select {font-size: 12px;margin-top:-10px; width:140px}
}

/* tabs */
.woocommerce div.product .woocommerce-tabs h2{display: none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius: 0; margin-bottom: 0px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: transparent; color: #222; border-bottom:4px solid #222}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{border-color:#222}
.woocommerce div.product .woocommerce-tabs ul.tabs li { background: transparent; border: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th { background: none; }

/* review */
.woocommerce #review_form #respond p{margin:10px 10px 10px 0px}
.woocommerce #review_form #respond p.comment-form-cookies-consent,
.woocommerce #review_form #respond p.form-submit{width: 100%;float:left;}


/* messages */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  border-radius: 4px;
  position: relative;
  background-color: #f7f6f7;
  color: #111;
  border-top: none;
  list-style: none outside;
  line-height: 32px;
  width: auto;
  word-wrap: break-word;
}
.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button{color:#fff!important}

.woocommerce .woocommerce-message a.button{background: #4CAF50!important;}
.woocommerce-message::before{color: #4CAF50;}
.woocommerce .woocommerce-message {background: #e5fce5}

.woocommerce .woocommerce-error a.button{background: #F44336!important;}
.woocommerce-error::before{color: #F44336;}
.woocommerce .woocommerce-error {background: #FEECEB; color:#D91811}

.woocommerce .woocommerce-info a.button{background: #2296F2!important;}
.woocommerce .woocommerce-info a{color:#1478C8}
.woocommerce-info::before{color: #2296F2;}
.woocommerce .woocommerce-info {background: #E9F5FE;}

/* general fix */
.woocommerce a.added_to_cart{padding-left: 10px;}
.woocommerce-page #content .text-content a{text-decoration: none;}

.woocommerce span.onsale {background-color: #444;}
.woocommerce div.product .product_meta {font-size: 14px;}

.woocommerce .woocommerce-billing-fields{margin-bottom: 20px;}
.woocommerce .woocommerce-variation-price{margin-bottom: 10px;}

/* hide title and button in shop list */
.woocommerce ul.products li.product .button {display: none;}
.woocommerce-shop h1{display: none;}


/* Woo Pagination */
.woocommerce nav.woocommerce-pagination ul {text-align: left;width: 100%;border:none}
.woocommerce nav.woocommerce-pagination ul li {border: 1px solid #222;margin-right: 10px;}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a { float: left; padding: 14px 19px; display: inline-block;}

/* Cart & Checkout */

.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table,
#order_review table.shop_table{background: #d4d4d4;border:none; padding: 10px;}

.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table th,
#order_review table.shop_table td,
#order_review table.shop_table th{border-color:#acacac!important;}


@media screen and (min-width: 900px) {
   .woocommerce-page .woocommerce-cart-form{
        width: 62%; float:left;
    }
   .woocommerce-page .cart-collaterals {
        width: 36%; float:right;
    }
    .woocommerce-page .cart-collaterals .cart_totals {
      width: 100%; float:right; margin-top:-55px;padding-bottom: 20vh;
    }
}

/* Checkout */
.checkout.woocommerce-checkout .select2-container--default .select2-selection--single{border: 2px solid #ddd; height: 40px;}
.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 34px;}

.checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout input[type=number],
.checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout input[type=password],
.checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout input[type=url],
.checkout.woocommerce-checkout .woocommerce-additional-fields textarea,
.woocommerce form .form-row .input-text{border: 2px solid #ddd}

.woocommerce .checkout-button,
.woocommerce .place-order .button{font-size: 18px;font-weight: bold;}

/* Checkout input */
.woocommerce form .form-row .input-text, .woocommerce form .form-row select{padding:10px}
.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
}

.woocommerce-checkout #payment{
	background:#ddd;
}

@media (min-width: 998px){
	.woocommerce-checkout .checkout.woocommerce-checkout.col2-set,
  .woocommerce-checkout .col2-set{ width:50%;float:left }
	.woocommerce-checkout .checkout.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout .checkout.woocommerce-checkout #order_review{width:45%; float:right }

  /* Sticky Cart */
  /* .woocommerce-page .checkout.woocommerce-checkout #order_review_heading{position: sticky;top:160px}  */
  .woocommerce-page .checkout.woocommerce-checkout #order_review{position: sticky;top:150px}
  .woocommerce-page .checkout.woocommerce-checkout{float:left; width: 100%;position: relative;}

	.woocommerce-cart .woocommerce .col2-set .col-1,
	.woocommerce-cart .woocommerce-page .col2-set .col-1,
	.woocommerce-cart .woocommerce .col2-set .col-2,
	.woocommerce-cart .woocommerce-page .col2-set .col-2,
  .woocommerce-checkout .woocommerce .col2-set .col-1,
	.woocommerce-checkout .woocommerce-page .col2-set .col-1,
	.woocommerce-checkout .woocommerce .col2-set .col-2,
	.woocommerce-checkout .woocommerce-page .col2-set .col-2  {width:100%}

	.woocommerce #payment #place_order,
	.woocommerce-page #payment #place_order{width:100%; display:block; padding:20px}

}


/* End Woo Commerce
------------------------------------------------------------------------ */


/* Full Site Editing
------------------------------------------------------------------------ */
@media (max-width: 768px) {
  .wp-block-navigation__responsive-container{padding: 20px!important;}
}

/* End Full Site Editing
------------------------------------------------------------------------ */

/* clearfix for post float images */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .clearfix            { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



/* GIN */
.page-template-intro main#content {
  padding-top: 50px;
}

.page-template-intro header {
  display: none;
}

.intro--gin {
  width: 100%;
  /* max-height: 800px; */
  /* object-fit: cover; */
}

.logo--gin {
  width: 320px;
  margin: 25px auto;
  display: flex;
  /* max-height: 800px; */
  /* object-fit: cover; */
}

.img--gabbiani {
  width: 180px;
  margin: 25px auto;
  display: flex;
  /* max-height: 800px; */
  /* object-fit: cover; */
}

.intro--title {
  font-family: 'Asgard Trial';
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
  font-size: 6rem;
  line-height: 100%;
  font-weight: 300;
  font-size: clamp(1rem, 12vw, 6rem);
}

.container--img {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container--info {
    background: #ececec;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
}
.container--info .col-100 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container--info h3 {
  color: #7e4e24;
  font-family: 'AvantGarde Bk BT', sans-serif;
  font-size: clamp(1rem, 6vw, 3rem);
  line-height: 100%;
  margin: 0;
  margin-bottom: 15px;
}

.container--info p {
  color: #142c46;
  font-family: "Arial", sans-serif!important;
  font-style: italic;
  font-size: clamp(1rem, 4.5vw, 2.4rem);
  line-height: 100%;
  margin: 0;
}


.info--azienda,
.info--faro,
.info--ideatore {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
  .info--azienda, .info--faro, .info--ideatore {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      margin: 20px 0;
  }
}

.info--azienda {
    align-items: flex-start;
    color: #fff;
}

.info--azienda img {
    width: 80px;
    margin-bottom: 15px;
}


.info--azienda {
  align-items: flex-start;
  justify-content: center;
}

.info--azienda p {
  font-family: 'Arial';
  font-weight: 300;
  font-style: normal;
}

.info--faro img {
    width: 100px;
    /* margin-bottom: 15px; */
}

.info--ideatore {
    color: #d5ac80;
    font-family: 'Arial';
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
}

.info--ideatore p {
  font-family: 'Arial';
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
}

.info--ideatore img {
    width: 250px;
    margin-bottom: 0;
}

.col-33.info--ideatore {
    align-items: flex-end;
}

div#wpforms-15 {
    width: 50%;
    font-family: 'Arial';
    font-weight: 300!important;
    font-style: normal;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media (max-width: 768px) {
  div#wpforms-15 {
    width: 100%;
    font-family: 'Arial';
    font-weight: 300!important;
    font-style: normal;
  }
}

div#wpforms-15 label,
legend.wpforms-field-label {
    font-family: 'Arial';
    font-weight: 300!important;
    font-style: normal;
}

button#wpforms-submit-15 {
  background: #575756;
  border-radius: 0!important;
}

div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: transparent!important;
    border: 0!important;
    box-sizing: border-box;
    font-family: 'Arial'!important;
    font-weight: 300!important;
    font-style: normal;
}

.col-100.info--copyright {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    /* border: 1px solid red; */
}

.info--copyright p {
    margin: 0;
}

.info--azienda span {
    margin: 0;
    color: #fff!important;
    text-decoration: none!important;
}


@media (min-width: 769px) {
  .desktop--none {
    display: none;
  }
}

@media (max-width: 768px) {
  .desktop--none {
    display: block;
    margin-top: 15px;
    color: #fff;
  }
}

@media (min-width: 769px) {
  .mobile--none {
    display: none;
  }
}

@media (max-width: 768px) {
  .mobile--none {
    display: none!important;
  }
}

footer a {
    text-decoration: none !important;
    color: inherit !important;
}


.no-spacer{height: 0;}
.spacer{height: 180px;}
.spacer__small {
    height: 50px;
    width: 100%;
    background: var(--spacer-background);
    border: var(--spacer-border);
    opacity: var(--spacer-opacity);
}

@media (min-width: 769px) {
.spacer__extra-small   {height: 25px; /*border: 1px solid red;*/width: 100%;}
.spacer__small         {height: 50px; /*border: 1px solid red;*/width: 100%;}
.spacer                {height: 80px;/* border: 1px solid green; */width: 100%;}
.spacer__large         {height: 100px; /*border: 1px solid blue;*/width: 100%;}
.spacer__extra-large   {height: 200px;/* border: 1px solid violet; */width: 100%;}
}

.page-template-home .spacer__extra-large {
  height: 120px;
}

@media (max-width: 768px) {
.spacer__extra-small   {height: 25px; /*border: 1px solid red;*/width: 100%;}
.spacer__extra-small_m {height: 150px;/*border: 1px solid red;*/width: 100%;}
.spacer__small_m {height: 100px; /*border: 1px solid blue;*/width: 100%;}
.spacer__m {height: 100px; /*border: 1px solid green;*/width: 100%;}
.spacer__large_m {height: 100px; /*border: 1px solid blue;*/width: 100%;}
.spacer__extra-large_m {height: 180px;/*border: 1px solid violet;*/width: 100%;}
}

.img-res{width: 100%;}
.none {display: none!important;}


/* main#content {
    border-bottom: 1px solid #0a0a0a;
    height: auto;
    padding-top: 120px;
} */

.container__flexible-page {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    /* border: 1px solid red; */
    padding: 0;
    margin: 0 auto;
}

.container__flexible-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  height: auto;
  padding: 0;
  /* border: 1px solid green; */
  background: #ffffff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .container__flexible-content {
    padding: 15px;
  }
}


.page-template-entry header,
.page-template-entry .footer-container {
  display: none;
}

.container__flexible-content.page--entry {
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    background-image: url('https://sabbiadorogin.com/wp-content/uploads/2025/11/IMMAGINE-MARE-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.entry--box {
    background: #fff;
    width: 500px;
    height: auto;
    margin: 0 auto;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 25px #0000005c;
    border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .entry--box {
    background: #fff;
    width: 500px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 25px #0000005c;
    border-radius: 10px;
  }
}


.entry--box .logo--gin {
    width: 180px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 10px;
}

.entry--box .img--gabbiani {
    width: 100px;
    margin: 25px auto;
    display: flex;
    /* max-height: 800px; */
    /* object-fit: cover; */
}

.entry--box .intro--title {
    font-family: 'Asgard Trial';
    text-transform: none;
    margin: 0 auto;
    margin-bottom: 0;
    text-align: center;
    font-size: 2rem;
    line-height: 100%;
    font-weight: 700;
    /* font-size: clamp(1rem, 12vw, 6rem); */
}


.form-container {
  width: 100%;
}

div#wpforms-43 {
    padding: 0!important;
    margin: 0!important;
}

form#wpforms-form-43 {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 1.5rem;
    width: 100%;
    font-family: 'Arkhip', sans-serif;
    /* text-transform: uppercase; */
    margin: 0;
    padding: 0;
}

form#wpforms-form-43 .wpforms-container
form#wpforms-form-43 .wpforms-field {
  position: relative;
}

form#wpforms-form-43 label.wpforms-field-label-inline {
    background: #000 !important;
    color: #fff !important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    /* margin: 0; */
    /* padding: 0; */
    width: 80px;
    height: 50px;
    font-family: 'Arkhip', sans-serif;
    opacity: .8;
}

form#wpforms-form-43 .wpforms-selected label.wpforms-field-label-inline {
  background: #243f57!important;
  opacity: 1;
}

form#wpforms-form-43 span.wpforms-image-choices-label {
    color: #fff !important;
    font-size: 1.25rem !important;
    font-weight: bold;
    margin: 0;
}

button#wpforms-submit-43 {
    background: #fff;
    color: #000;
    font-size: 1.5rem;
    width: 100%;
    font-family: 'Arkhip', sans-serif;
    /* text-transform: uppercase; */
}

form#wpforms-form-43 p {
    margin: 0!important;
    font-family: 'Arkhip', sans-serif;
}

div#wpforms-43-field_1-container {
    position: relative;
    padding-bottom: 30px;
}

div.wpforms-container-full .wpforms-form em.wpforms-error {
    position: absolute!important;
    padding: 0!important;
    width: 100%!important;
    margin: 0!important;
    bottom: 0!important;
}

div#wpforms-confirmation-43 p {
  font-family: 'Arkhip', sans-serif;
  text-align: center;
}

.iub__us-widget {
  display: none!important;
}


/* container */
.ripple-container{
  position:relative;
  width:360px;
  aspect-ratio: 2/3;
  margin:18px auto;
  border-radius:16px;
  overflow:hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.7), inset 0 1px 0 rgba(255,255,255,0.02);
  background: radial-gradient(1000px 600px at 50% 30%, rgba(10,60,80,0.25), rgba(6,10,14,1));
}

/* image */
.ripple-container img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  position:relative;
  z-index:1;
  transform: translateZ(0);
  /* subtle film look */
  filter: contrast(1.02) saturate(1.04);
}

/* canvas sits above the image */
.ripple-canvas{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  z-index:3;
  pointer-events:none; /* won't block mouse */
  mix-blend-mode: screen;
  opacity:0.95;
  filter: blur(6px) contrast(1.05) brightness(1.02);
}

.container__flexible-content.container--ripple {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: local;
    padding-top: 120px;
}

.page-id-344 .container__flexible-content.container--ripple {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: local;
    padding-top: 0;
}

@media (min-width: 768px) {
    .header__logo {
        position: absolute;
        left: calc(50% - 90px)!important;
        transform: none!important;
        top: 0;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.bottiglia--gin {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bottiglia--gin img {
    width: 25%;
    margin: 0 auto;
}

.page-id-2 .bottiglia--gin img,
.page-id-725 .bottiglia--gin img {
    width: 50%;
    margin: 0 auto;
    max-height: 100%;
}

@media (max-width: 768px) {
  .page-id-2 .bottiglia--gin img,
  .page-id-725 .bottiglia--gin img {
      width: 100%;
      margin: 0 auto;
      max-height: 100%;
      height: auto;
  }
}

.container__flexible-content.bottiglia--gin .col-100 {
    display: flex;
}

@media (max-width: 768px) {
  .page-id-2  .section--image-right,
  .page-id-2  .section--image-left,
  .page-id-725  .section--image-right,
  .page-id-725  .section--image-left {
      display: flex;
      flex-direction: column;
  }
}


@media screen and (max-width: 768px) {
  .page-id-2 .container__flexible-content,
  .page-id-725 .container__flexible-content {
      padding: 0;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/*
.swiper-slide {
  overflow: hidden;
  backface-visibility: hidden;
} */

.SwiperGallery .slide-img,
.SwiperGallery .slide-img,
.SwiperGallery .slide-img {
  animation: zoomUp 15s linear 0s!important;
  animation-fill-mode: both!important;
  animation-iteration-count: infinite;
}

.slide-img {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section--image-right,
.section--image-left {
  display: flex;
}

.content__button {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-top: 25px;
    height: auto;
    display: flex;
}

.content__button a {
    background: #000;
    color: #fff;
    position: relative;
    /* font-size: 1.5rem; */
    /* width: 100%; */
    padding: 15px;
    font-family: 'Arkhip', sans-serif;
}


.section--bottiglia h2,
.col-100.section--image-right h2 {
  font-family: 'Arkhip', sans-serif;
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 700;
}

.section--bottiglia,
.col-100.section--image-right .col-70 {
    padding: 50px;
    font-family: 'Arkhip', sans-serif;
    font-size: 2rem !important;
}
@media screen and (max-width: 768px) {
  .section--bottiglia,
.col-100.section--image-right .col-70 {
    padding: 0;
}
}



/* MENU HAMBURGER */
.icon-hamburger {
    height: 120px;
    width: 120px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border: none;
    background: transparent;
    z-index: 9999;
    padding: 0;
    border-radius: 50%;
    background: transparent;
    /* box-shadow: 0 0 50px #0a0a0a50; */
    /* border: 1px solid white; */
    padding-right: 20px!important;
}

.menu {
    text-align: center;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    background-color: #ffffff;
    width: 30%;
    min-width: 480px !important;
    height: calc(100vh - 0px);
    margin: 0;
    overflow: auto;
    /* overflow: hidden; */
    transition: all .6s cubic-bezier(.215, .61, .355, 1);
    padding-left: 0;
    transform: translateX(100%);
    padding-top: 150px;
    padding-bottom: 130px;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-width: auto;
    justify-content: center;
    align-items: center;
}

.menu-open .menu {
        transform: translateX(0%);
    }

    .scroll-down .header__content {
    background: #fff!important;
}

.menu-open .header__content {
    width: 100% !important;
    height: 100vh !important;
    background: #724f2b75 !important;
    z-index: 999;
    position: relative;
}

.header {
    background-color: transparent;
}


.wrapper-menu {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 330ms ease-out;
}

.wrapper-menu.open {
  transform: rotate(-45deg);
}

.line-menu {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 3px;
}

.line-menu.half {
  width: 50%;
}

.line-menu.start {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}

.menu-open .line-menu.half {
  transform: rotate(-45deg);
  background-color: #000;
}

.line-menu.end {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}

.menu-open .line-menu.end {
  transform: rotate(-90deg) translateX(-3px);
  background-color: #000;
}



.menu-icon {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.menu-icon .menu-icon__cheeckbox {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 2;
  -webkit-touch-callout: none;
  position: absolute;
  opacity: 0;
}
.menu-icon div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 12px;
}
.menu-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--bar-bg, #000);
  border-radius: 1px;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}
.menu-icon span:first-of-type {
  top: 0;
}
.menu-icon span:last-of-type {
  bottom: 0;
}
.menu-icon.active span:first-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:first-of-type {
  transform: rotate(45deg);
  top: 5px;
}
.menu-icon.active span:last-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:last-of-type {
  transform: rotate(-45deg);
  bottom: 5px;
}
.menu-icon.active:hover span:first-of-type, .menu-icon.active:hover span:last-of-type, .menu-icon:hover .menu-icon__cheeckbox:checked + div span:first-of-type, .menu-icon:hover .menu-icon__cheeckbox:checked + div span:last-of-type {
  width: 22px;
}
@media (min-width: 1024px) {
  .menu-icon:hover span:first-of-type {
    width: 26px;
  }
  .menu-icon:hover span:last-of-type {
    width: 12px;
  }
}

.container--navigation {
    display: none;
}



#hamburger {
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  transform: none;
}

/* Container */
#hamburger .hamburger-lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 36px;
  position: relative;
}
@media (max-width: 1199px) {
  #hamburger .hamburger-lines {
      display: block;
      gap: 8px;
      width: 36px;
      position: relative;
  }
}

/* Linee base */
#hamburger .line {
  display: block;
  height: 2px;
  background: #000;
  border-radius: 2px;
  transition: transform 0.35s cubic-bezier(0.6, 0, 0.2, 1),
      width 0.15s cubic-bezier(0.6, 0, 0.2, 1),
      opacity 0.25s ease,
      background-color 0.25s ease;
  transform-origin: center;
}

/* LUNGHEZZE iniziali */
#hamburger .line-top {
  width: 26px;
  margin-left: auto;
}

#hamburger .line-middle {
  width: 36px;
}

#hamburger .line-bottom {
  width: 26px;
  margin-right: auto;
}


/* ----------------------------------
    EFFETTO HOVER (tutti uguali + blu)
----------------------------------- */

#hamburger:hover .line {
  width: 36px !important; /* tutte uguali */
  background-color: #0198cc; /* blu elegante */
}


/* ---------------------------------------------------
   STATO ACTIVE trasformazione in X
----------------------------------------------------- */

#hamburger.active .line-top {
  transform: translateY(11px) rotate(45deg);
  width: 36px;
  margin-left: 0;
}

#hamburger.active .line-middle {
  opacity: 0;
}

#hamburger.active .line-bottom {
  transform: translateY(-10px) rotate(-45deg);
  width: 36px;
  margin-right: 0;
}
@media (max-width: 1199px) {
  #hamburger.active .line-bottom {
    transform: translateY(-15px) rotate(-45deg);
    width: 36px;
    margin-right: 0;
  }
}


.page-template-bellezza .header {
    background-color: #ffffff;
}

.page-template-sabbiadorogin .header {
    background-color: #ffffff;
}

.page-template-sabbiadorogin #hamburger .hamburger-lines span{
  background-color: #000; /* blu elegante */
}

.page-template-sabbiadorogin.scroll-down #hamburger .hamburger-lines span{
  background-color: #000; /* blu elegante */
}

.page-template-sabbiadorogin.menu-open #hamburger .hamburger-lines span{
  background-color: #000; /* blu elegante */
}

.section--wave {
    display: flex;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    justify-content: center;
}


.wave-animation {
    position: relative;
    background: url('https://sabbiadorogin.com/wp-content/uploads/2025/12/wave.svg') repeat-x 0%;
    background-size: contain;
    animation: 20s wave linear infinite;
    -webkit-animation: 20s wave linear infinite;
    width: 450px;
    height: 100px;
}
@media (max-width: 1199px) {
  .wave-animation {
    position: relative;
    background: url('https://sabbiadorogin.com/wp-content/uploads/2025/12/wave.svg') repeat-x 0%;
    background-size: contain;
    animation: 20s wave linear infinite;
    -webkit-animation: 20s wave linear infinite;
    width: 100%;
    height: 70px;
  }
}


@-webkit-keyframes wave {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 1500px 0;
    }
}

@keyframes wave {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 1500px 0;
    }
}

.menu li a {
    color: var(--site-text-color);
    opacity: 0.8;
    display: block;
    padding: 16px;
    font-size: 2rem;
    font-family: 'Arkhip', sans-serif;
    font-weight: bold;
}
@media (max-width: 1199px) {
  .menu li a {
    color: var(--site-text-color);
    opacity: 0.8;
    display: block;
    padding: 16px;
    font-size: 1.5rem;
    font-family: 'Arkhip', sans-serif;
    font-weight: bold;
    padding-left: 0;
  }
}


.wrap {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* overflow: hidden; */
}


.img-rotate {
  height: 800px;
  width: auto!important;
  width: 250px;
  will-change: transform;
  position: relative;
  bottom: -450px;
  filter: drop-shadow(0 0 15px rgba(0,0,0,0.25));
  z-index: 99;
}

.img-rotate-1 {
  height: 70vh;
  width: auto!important;
  width: 250px;
  will-change: transform;
  position: relative;
  bottom: -250px;
  filter: drop-shadow(0 0 15px rgba(0,0,0,0.25));
  z-index: 99;
}
@media (max-width: 768px) {
  .img-rotate-1 {
    height: auto;
    width: auto!important;
    max-width: 250px;
    will-change: transform;
    position: relative;
    bottom: -110px;
    filter: drop-shadow(0 0 15px rgba(0,0,0,0.25));
    z-index: 99;
  }
}

@media (max-width: 768px) {
  .container__flexible-content.slider--gin {
      margin-top: -25px;
  }
}

.hero--gin {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    max-width: 100%;
    padding-top: 0;
    /* border: 1px solid red; */
}


.hero--gin p {
  font-family: 'Arkhip', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    color: #fff;
}

.hero--gin h1,
.hero--gin h2 {
  font-family: 'Arkhip', sans-serif;
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}


.container__flexible-content.scheda--progetto img {
    width: 100%;
    height: 100%;
    display: flex;
}

.section--pesci {
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: local;
}

.hero-container h1 {
  font-weight: 500;
  color: #724f2b;
}
.section--bottiglia h2 {
  font-weight: 600;
}

.section--bottiglia p {
  color: #724f2b;
}

.section--introduzione p {
      font-family: 'Arkhip', sans-serif;
    font-size: 2rem;
    font-weight: 300
}

.section--note-mobile h2,
.section--note h2 {
    font-family: 'Arkhip', sans-serif;
    font-size: 4rem;
    /* text-transform: uppercase; */
    font-weight: 500;
    font-weight: 500;
    color: #000000;
}

.logo--faro {
    width: 100px;
    /* margin-bottom: 15px; */
}

.content__img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section--pesci h1 {
    font-weight: 500;
    color: #fff;
}

.section--pesci img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.content__img--animated {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    right: auto;
    top: unset;
    bottom: 0;
    width: 600px;
    height: 60%;
    /* border: 1px solid red; */
}

img.menu__logo-img {
    width: 320px;
    margin-bottom: 50px;
}
@media (max-width: 768px) {
  img.menu__logo-img {
    width: 100%;
    max-width: 200px!important;
    margin-bottom: 30px;
  }
}

.content__aromatiche--animated-top,
.content__aromatiche--animated-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1400px;
}

.content__aromatiche--animated-top img,
.content__aromatiche--animated-bottom img {
    width: 100%;
    height: auto;
    max-width: 320px;
}
@media (max-width: 768px) {
  .content__aromatiche--animated-top img,
  .content__aromatiche--animated-bottom img {
    width: 100%;
    height: auto;
    max-width: 120px;
  }
}

img.img--animated-005 {
    position: relative;
    top: -80px;
}

img.img--animated-003 {
    position: relative;
    top: -35px;
}

img.img--animated-004 {
    position: relative;
    top: 70px;
}

img.img--animated-006 {
    position: relative;
    top: -80px;
}

img.img--animated-008 {
    position: relative;
    top: -80px;
}

span.wpforms-image-choices-image {
    display: none !important;
}

.contatti--container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: self-start;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 150px;
    padding: 0;
    padding-top: 120px;
}

.col-100.section--note-mobile,
.col-100.section--note {
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
}

.section--gin h2 {
    font-family: 'Arkhip', sans-serif;
    font-size: 4rem;
    /* text-transform: uppercase; */
    font-weight: 500;
    color: #724f2b;
}

.slider--gin .content__carousel {
    display: flex;
    flex-direction: row;
    max-width: 90%;
    margin: 0 auto;
}

.content__carousel--img,
.content__carousel--text {
  width: 50%;
}

.content__carousel--text {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 50px;
}

.content__carousel--text h2,
.content__carousel--text h3 {
    font-family: 'Arkhip', sans-serif;
    font-size: 4rem;
    /* text-transform: uppercase; */
    font-weight: 500;
}

.content__carousel--text p {
    font-family: 'Arkhip', sans-serif;
    font-size: 2rem;
    font-weight: 300;
}

.SwiperGin .container--navigation {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 15px;
    left: 15px;
    width: 120px;
    border: 0;
    height: 50px;
    z-index: 99;
}

.SwiperGin .swiper-button-prev,
.SwiperGin .swiper-button-next {
    background: transparent;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    position: relative;
    margin: 0;
    border: 2px solid #142c46;
}

.SwiperGin .swiper-button-next:after,
.SwiperGin .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 15px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #142c46;
    font-weight: bold;
}

.SwiperGin .swiper-button-prev {
  left: 0;
}
.SwiperGin .swiper-button-next {
  right: 0;
}

.swiper-scrollbar {
  opacity: 1!important;
  background: #0000001a;
}

.SwiperGin-progress {
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.SwiperGin-progress__fill {
  height: 100%;
  width: 0%;
  background: #000;
  transition: width 0.2s linear;
  transform-origin: left center;
}

div#wpforms-348 input[type="text"],
div#wpforms-348 input[type="email"],
div#wpforms-348 textarea,
div#wpforms-735 input[type="text"],
div#wpforms-735 input[type="email"],
div#wpforms-735 textarea
{
    max-width: 100%;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
}
button#wpforms-submit-348,
button#wpforms-submit-735 {
    background: #000!important;
    border-radius: 0;
    width: 100%;
    font-size: 1.5rem;
    font-family: 'Arkhip', sans-serif;
}

.contatti--form {
    padding: 25px;
    padding-right: 25%;
    padding-top: 120px;
}

.video-cover video {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: calc(100vh - 85px);
}

.box--social {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    margin-top: 25px;
}

.icon--fb {
    position: relative;
    bottom: 0;
    /* background: red; */
    background-image: url('https://sabbiadorogin.com/wp-content/uploads/2026/03/icon-facebook.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    /* right: 25px; */
    text-indent: -99999999px;
    margin-right: 10px;
}

.icon--ig {
    position: relative;
    bottom: 0;
    /* background: red; */
    background-image: url('https://sabbiadorogin.com/wp-content/uploads/2026/03/icon-instagram-1.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-indent: -99999999px;
}

li#menu-item-572,
li#menu-item-749 {
    position: relative;
    bottom: 0;
    /* background: red; */
    background-image: url('https://sabbiadorogin.com/wp-content/uploads/2026/03/icon-facebook.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    right: 25px;
    text-indent: -99999999px;
}
@media (max-width: 768px) {
  li#menu-item-572,
  li#menu-item-749 {
      right: unset;
      left: 0;
      text-indent: -99999999px;
  }
}

li#menu-item-573,
li#menu-item-748 {
    display: inline-block;
    /* background: green; */
    background-image: url('https://sabbiadorogin.com/wp-content/uploads/2026/03/icon-instagram-1.svg');
    background-size: 40px;
    width: 40px;
    height: 40px;
    left: 25px;
    top: -40px;
    text-indent: -999999px;
}
@media (max-width: 768px) {
  li#menu-item-573,
  li#menu-item-748 {
    left: 50px;
    top: -40px;
    text-indent: -999999px;
  }
}

.label--menu {
    margin-right: 10px;
    font-size: 26px;
    font-family: 'Arkhip';
    position: relative;
    top: 3px;
}
@media (max-width: 768px) {
  .label--menu {
    top: -3px;
    color: #000!important;
  }
}

.header__logo img {
  margin: 0;
}

.info--azienda p {
  margin: 0;
}

.contatti--info p {
    margin: 0;
    font-family: 'Arkhip', sans-serif;
    font-size: 1rem;
    font-weight: 300;
}

.label--title {
    font-weight: bold !important;
    font-size: 1.5rem !important;
    margin-bottom: 5px !important;
}


.page-template-contatti label.wpforms-field-label {
    margin: 0 !important;
}

.contatti--info {
    padding-left: 25%;
    padding-top: 120px;
}

.page-template-contatti .section--wave {
    display: flex;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
}

.form--title p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 15px;
}
.form--title .label--title {
    font-weight: bold !important;
    font-size: 1.5rem !important;
    margin-bottom: 5px !important;
    font-family: 'Arkhip', sans-serif;
}

.contatti--img {
    display: flex;
}



@media (max-width: 1199px) {
.contatti--container {
    display: flex;
    flex-direction: column;
    padding-top: 50px!important;
}
}

@media (max-width: 1199px) {
.contatti--img {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
}
}

@media (max-width: 1199px) {
.contatti--form {
  padding: 25px;
  margin-top: -50px;
}
}

@media (max-width: 1199px) {
.contatti--info {
    padding: 25px;
}
}

@media (max-width: 1199px) {
  .container__flexible-content.section--contatti {
    padding: 0;
  }
}

@media (max-width: 768px) {
.container--introduzione {
  margin-top: -50px;
}
}

@media (min-width: 768px) {
    .header__logo img {
        margin-top: 0!important;
    }
}

textarea#wpforms-348-field_3 {
    height: 50px;
}

@media (max-width: 1199px) {
.slider--gin .content__carousel {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
}
}

@media (max-width: 1199px) {
.content__carousel--img, .content__carousel--text {
    width: 100%;
}
}

@media (max-width: 1199px) {
.content__carousel--text {
   width: 100%!important;
   padding: 50px 0!important;
}
}


@media (max-width: 1199px) {
  .scheda--progetto {
      padding: 0;
  }
}

@media (max-width: 769px) and (max-width: 1199px) {
.container--bottiglia img {
    width: 100%;
    height: 100%;
    display: flex;
    min-height: 580px;
    object-fit: cover;
}
}

@media (max-width: 768px) {
.container--bottiglia img {
    width: 100%;
    height: 100%;
    display: flex;
    min-height: 380px;
    object-fit: cover;
}
}

@media (max-width: 768px) {
  .container__flexible-content.mobile--gin {
      margin-top: -100px!important;
  }
}

@media (max-width: 1199px) {
  .hero-container {
      width: 100%;
  }
}

@media (max-width: 1199px) {
.hero-container h1,
.section--bottiglia h2,
.section--gin h2,
.section--note h2,
.section--note-mobile h2,
.content__carousel--text h2,
.content__carousel--text h3,
.section--image-right h2
  {
  font-size: clamp(2rem, 2rem + 1.3344vw, 3rem)!important;
  }
}

.video-cover {
  display: flex;
}

@media (max-width: 1199px) {
  .menu {
        width: 100%;
        min-width: 100% !important;
        align-items: flex-start;
        justify-content: center;
        text-align: left;
        padding-top: 150px!important;
    }
}

.col-100.section--image-right .col-40 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.col-100.section--image-right .col-60 {
    padding: 50px;
    padding-right: 150px;
}
@media (max-width: 1199px) {
  .col-100.section--image-right .col-60 {
    padding: 50px 20px;
  }
}

.col-100.section--image-right .col-60 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* TESTI */
.hero--gin p,
.section--introduzione p,
.section--note p,
.section--note-mobile p,
.section--bottiglia p,
.section--image-right p,
.content__carousel--text p,
.scheda--ricetta p {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.5rem, 1.0078rem + 1.0241vw, 2.8rem);
  font-weight: 400;
}

@media (max-width: 768px) {
  .hero--gin p,
  .section--introduzione p,
  .section--note p,
  .section--note-mobile p,
  .section--bottiglia p,
  .section--image-right p,
  .content__carousel--text p,
  .scheda--ricetta p {
      font-family: 'Montserrat', sans-serif;
      font-size: calc(2.25rem - clamp(1rem, 0.9997rem + 0.5215vw, 1.25rem));
      font-weight: 300;
  }
}

.col-100.section--gabbiani {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section--gabbiani p img {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 250px;
    overflow: auto;
}
@media (max-width: 768px) {
  .section--gabbiani p img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
}

.container__flexible-content.scheda--ricetta .col-100 {
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
  .container__flexible-content.scheda--ricetta .col-100 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.container__flexible-content.scheda--ricetta.left .col-70 {
    padding-left: 100px;
}
@media (max-width: 768px) {
  .container__flexible-content.scheda--ricetta.left .col-70 {
    padding-left: 0;
    padding-top: 25px;
  }
}

.container__flexible-content.scheda--ricetta.right .col-70 {
    padding-right: 100px;
}
@media (max-width: 768px) {
  .container__flexible-content.scheda--ricetta.right .col-70 {
    padding-left: 0;
    padding-top: 25px;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .container__flexible-content.scheda--ricetta.right .col-100 {
      flex-direction: column-reverse !important;
  }
}

.scheda--ricetta p {
    font-family: 'Arkhip', sans-serif;
    font-size: clamp(1.5rem, 1.0078rem + 1.0241vw, 1.8rem);
    font-weight: 300;
}
@media (max-width: 768px) {
  .container__flexible-content.scheda--ricetta.right .col-70 {
    padding-left: 0;
  }
}


.page-template-ricette main {
    padding-top: 120px!important;
}

.hero-container h1 {
    font-weight: 500;
    color: #724f2b;
}

.scheda--ricetta {
  padding: 100px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 768px) {
  .scheda--ricetta {
  padding: 50px 20px;
  border-bottom: 1px solid #ccc;
  }
}

.scheda--ricetta h1,
.scheda--ricetta h2,
.scheda--ricetta h3 {
    font-family: 'Arkhip', sans-serif;
    font-size: clamp(1.5rem, 1.1214rem + 0.7878vw, 2.5rem);
    font-weight: 500;
    color: #724f2b;
    line-height: 100%;
}

.scheda--ricetta h1,
.scheda--ricetta h2 {
    text-transform: uppercase!important;
    font-size: clamp(2rem, 1.2427rem + 1.5756vw, 4rem);
}

.scheda--ricetta p {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.5rem, 1.3864rem + 0.2363vw, 1.8rem);
    font-weight: 300;
}


.download {
list-style:none;
margin:0;
  padding: 100px 0;
display:flex;
flex-direction:column;
gap:12px;
}

.download__item{
width:100%;
}

.download__link{display:flex;align-items:center;gap:16px;width:100%;padding:18px 20px;border: 1px solid #909090;border-radius:10px;text-decoration:none;color:inherit;background:#fff;transition:all .25s ease;}

.download__link:hover{
border-color:#000;
background:#fafafa;
transform:translateY(-2px);
}

.download__icon{
flex-shrink:0;
display:flex;
align-items:center;
opacity:.8;
}

.download__icon svg{
width:22px;
height:22px;
}

.download__content{display:flex;flex-direction:column;justify-content: center;flex-grow:1;}

.download__label{
font-weight:600;
line-height:1.4;
}

.download__meta{
font-size:13px;
color:#777;
margin-top:3px;
}

.download__arrow{
margin-left:auto;
display:flex;
align-items:center;
transition:transform .3s ease, opacity .2s ease;
opacity:.6;
}

.download__arrow svg{width: 40px;height: 40px;}

.download__link:hover .download__arrow{
transform:translateX(6px) rotate(45deg);
opacity:1;
}


.container__flexible-content.scheda--download.grid {
    padding-top: 120px;
}

span.download__label p {
    margin: 0;
}

span.download__label p {
  font-family: 'Arkhip', sans-serif;
    font-size: clamp(1.5rem, 1.3864rem + 0.2363vw, 1.8rem);
    font-weight: 300;
}

.download__link:hover {
  color: #142c46!important;
}


.section--pesci .hero--gin {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    max-width: 90%;
    padding-top: 0;
}

.page-id-344 .hero-container h1,
.page-id-740 .hero-container h1 {
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.page-id-344 .content__carousel--text,
.page-id-740 .content__carousel--text {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end!important;
    padding: 50px;
    padding-right: 60px;
    padding-bottom: 0!important;
}

.page-id-344 .content__carousel--text p,
.page-id-740 .content__carousel--text p {
  margin-bottom: 0;
}

.text--gray {
  color: gray;
}

.hero__audio-btn {
  position: absolute;
  bottom: 50%;
  right: 40px;
  background: rgba(0,0,0,0.6);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 9;
}

.hero__audio-btn:hover {
  background: rgba(0,0,0,0.85);
}

.hero__audio-btn .icon {
  width: 22px;
  height: 22px;
}

.icon--sound {
  display: none;
}

/* Stato audio attivo */
.hero__audio-btn.is-active .icon--mute {
  display: none;
}

.hero__audio-btn.is-active .icon--sound {
  display: block;
}

@media (max-width: 768px) {
  .hero__audio-btn {
    position: absolute;
    top: 25px;
    bottom: unset;
    right: calc(50% - 25px);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 9;
}
}

.page-id-446 main#content,
.page-id-708 main#content {
  min-height: 800px;
}

.section--pesci,
.section--note,
.section--note-mobile {
  overflow-x: hidden!important;
}

@media (max-width: 768px) {
  .info--ideatore {
      align-items: flex-start!important;
  }
}

@media (max-width: 768px) {
  .info--ideatore img {
      width: 200px!important;
      margin-bottom: 0;
  }
}


.content__aromatiche-mobile--animated-top,
.content__aromatiche-mobile--animated-bottom {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1400px;
}

.content__aromatiche-mobile--animated-top img,
.content__aromatiche-mobile--animated-bottom img {
    width: 100%;
    height: auto;
    max-width: 320px;
}
@media (max-width: 768px) {
  .content__aromatiche-mobile--animated-top img,
  .content__aromatiche-mobile--animated-bottom img {
    width: 100%;
    height: auto;
    max-width: 120px;
    margin: 0 auto
  }
}

.section--note-mobile img.img--animated-001 {
    position: relative;
    top: -30px;
}

.section--note-mobile img.img--animated-002 {
    position: relative;
    top: 0;
}

.section--note-mobile img.img--animated-003 {
    position: relative;
    top: 0;
}

.section--note-mobile img.img--animated-004 {
    position: relative;
    top: 0;;
}

.section--note-mobile img.img--animated-005 {
    position: relative;
    top: 0;
}

.section--note-mobile img.img--animated-006 {
    position: relative;
    top: 0;
}

.section--note-mobile img.img--animated-007 {
    position: relative;
    top: 0;
}

.section--note-mobile img.img--animated-008 {
    position: relative;
    top: -70px;
}

@media (max-width: 768px) {
  .section--pesci {
      height: auto !important;
      background-position: center;
      background-repeat: no-repeat;
      background-attachment: local;
      padding-bottom: 200px;
      padding-top: 50px!important;
  }
}

@media (max-width: 768px) {
  .content__img--animated {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      position: absolute;
      right: auto;
      left: 0;
      top: auto;
      bottom: 0;
      width: 100%;
      height: 250px;
      /* border: 1px solid red; */
      transform: none!important;
      padding: 25px;
  }
}

.slider--gin .content__carousel--img {
    display: flex;
    align-items: flex-end;
}

.page-id-2 .hero-container h1,
.page-id-725 .hero-container h1 {
    font-weight: 600;
    color: #ffffff;
    font-family: 'Arkhip', sans-serif;
    font-size: 4rem;
    text-transform: uppercase;
    text-shadow: 0px 0px 16px #00000069;
}

.col-100.boxed.hero--marea.grid {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    max-width: 90%;
}

.hero-container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /* border: 1px solid red; */
    height: 100%;
}

  main#content {
      padding-top: 120px;
  }

  .container__flexible-content.carousel--top {
      height: calc(100vh - 120px) !important;
  }

@media (max-width: 768px) {
  .carousel--top .hero-container {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      position: absolute;
      top: auto;
      left: 20px;
      z-index: 9;
      height: 100%;
      /* border: 1px solid red; */
      display: flex;
      align-items: center;
  }
}


.carousel--top .slide-img {
  height: calc(100vh - 120px);
}

@media (max-width: 768px) {
  .col-100.boxed.hero--marea.grid {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      height: 100%;
      max-width: 90%;
  }
}


@media screen and (max-width: 768px) {
  .page-template-bellezza .section--bottiglia
    {
      padding: 20px;
    }
}

.container__flexible-content.container--ripple.hero--top.jquery-ripples {
    height: calc(100vh - 120px);
    padding: 0;
}

.hero--top p {
  display: none;
}

canvas {
    height: 100%;
    width: 100%;
}

.page-id-46 main#content {
  padding-top: 0!important;
}
