html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .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;
}
.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: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
button:disabled,
button[disabled]{
border: 1px solid #999999!important;
background-color: #cccccc!important;
color: #666666!important;
}@font-face {
font-family: 'Raleway';
src: url(https://10bcd0.claudeassets.com/20250328062456im_/https://www.birrificiotrevigiano.com/wp-content/themes/bs-eccommerce/assets/fonts/Raleway-Regular.woff) format("woff");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'Raleway';
src: url(https://3f6fbc.claudeassets.com/20250328062456im_/https://www.birrificiotrevigiano.com/wp-content/themes/bs-eccommerce/assets/fonts/Raleway-Bold.woff) format("woff");
font-weight: bold;
font-style: normal; }
@font-face {
font-family: 'Raleway';
src: url(https://b3ca32.claudeassets.com/20250328062456im_/https://www.birrificiotrevigiano.com/wp-content/themes/bs-eccommerce/assets/fonts/Raleway-Black.woff) format("woff");
font-weight: 900;
font-style: normal; } .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto; }
.slick-track:before,
.slick-track:after {
display: table;
content: ''; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px; }
[dir='rtl'] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; }
html {
font-size: 62.5%;
scroll-behavior: smooth; }
@media screen and (max-width: 1200px) {
html {
font-size: 50%; } }
body {
position: relative;
margin: 0;
font-family: "Raleway", sans-serif;
font-size: 1.8rem;
background: white; }
body.page-template-front-page .logo img {
opacity: 0; }
@media screen and (max-width: 768px) {
body.page-template-front-page .logo img {
opacity: 1; } }
body::after {
content: "";
position: absolute;
top: 0;
left: 50%;
display: none;
width: 1px;
height: 100%;
background-color: blue;
z-index: 100; }
* {
box-sizing: border-box; }
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0; }
img {
max-width: 100%;
height: auto; }
ul {
margin: 0;
padding: 0;
list-style-type: none; }
p {
margin: 0;
padding: 0; }
@media screen and (max-width: 992px) {
p {
font-size: 2.2rem; } }
.hidden {
display: none; }
.container {
margin: 0 auto;
padding: 0 15px;
max-width: 1748px; }
input[type="submit"]:disabled {
cursor: not-allowed !important;
opacity: 0.6 !important; }
a {
color: inherit;
text-decoration: none; }
a:visited {
color: inherit; }
.products-block {
padding-top: 7.9rem; }
.btn {
display: inline-block;
padding: 1.6rem 7.9rem;
font-size: 1.8rem;
font-weight: bold;
text-transform: uppercase;
color: #f6ebd8;
background-color: #8a8853;
border: 2px solid #8a8853;
transition: all 0.4s; }
.btn:visited {
color: #f6ebd8; }
.btn:hover {
color: #8a8853;
background-color: white; }
.page-404 {
padding: 15rem 0; }
.post,
.page {
margin: 0; }
.fade-in {
opacity: 0;
animation-name: fadeIn;
animation-duration: 1s;
animation-fill-mode: forwards;
animation-timing-function: ease-out; }
@keyframes fadeIn {
0% {
opacity: 0; }
100% {
opacity: 1; } }
.sandwitch-wrap {
position: absolute;
display: none;
padding: 18px 10px;
border-radius: 3px;
z-index: 1001; }
@media screen and (max-width: 992px) {
.sandwitch-wrap {
top: 22px;
right: 30px;
display: inline-flex;
justify-content: center;
align-items: center; } }
.sandwitch {
position: relative;
display: block;
width: 23px;
height: 14px;
cursor: pointer; }
.sandwitch--active .sandwitch__line--top {
top: 6px;
transform: rotate(45deg); }
.sandwitch--active .sandwitch__line--middle {
opacity: 0; }
.sandwitch--active .sandwitch__line--bottom {
top: 6px;
transform: rotate(-45deg); }
.sandwitch__line {
position: absolute;
left: 0;
display: block;
width: 100%;
height: 2px;
transition: all linear 0.1s;
background-color: white; }
.sandwitch__line--top {
top: 0; }
.sandwitch__line--middle {
top: 6px; }
.sandwitch__line--bottom {
top: 12px; }
@keyframes heartbeat {
0% {
transform: scale(1); }
5% {
transform: scale(0.9); }
10% {
transform: scale(1); }
100% {
transform: scale(1); } }
@keyframes animateMenu {
0% {
transform: scale(1.2);
opacity: 0; }
100% {
transform: scale(1);
opacity: 1; } }
@keyframes animateMenuHide {
0% {
transform: scale(1);
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }
.main-header {
position: relative;
display: flex;
justify-content: center;
align-items: center;
height: 11.5rem;
background: #44443d;
z-index: 1000; }
.main-header.fixed {
position: fixed;
top: 0;
left: 0;
height: 7rem;
width: 100%;
background: rgba(68, 68, 61, 0.9); }
.main-header.fixed .logo {
width: 10rem;
height: 10rem; }
.main-header.fixed .cart-icon {
top: 2.8rem; }
.main-header.fixed .sandwitch-wrap {
top: 8px; }
.main-header .logo {
position: absolute;
top: 2rem;
left: 1.8rem;
width: 208px;
height: 208px;
transition: all 0.6s; }
@media screen and (max-width: 1370px) {
.main-header .logo {
width: 104px;
height: 104px;
z-index: 101; } }
.main-header .logo.heart-bit {
animation: heartbeat 6s infinite; }
.main-menu {
display: flex;
align-items: center; }
@media screen and (max-width: 992px) {
.main-menu {
display: none; } }
@media screen and (min-width: 992px) {
.main-menu {
display: flex !important;
opacity: 1 !important; } }
.main-menu.fixed {
position: fixed;
top: 0;
left: 0;
display: block;
padding-top: 30rem;
width: 100%;
height: 100%;
text-align: center;
background-color: #44443d;
z-index: 100;
animation-name: animateMenu;
animation-duration: 0.4s;
animation-fill-mode: forwards; }
.main-menu li:not(:last-of-type) a::after {
content: "";
position: absolute;
top: 6px;
right: -23px;
width: 6px;
height: 6px;
background-color: white;
border-radius: 50%; }
.main-menu.hidden {
animation-name: animateMenuHide;
animation-duration: 1s;
animation-fill-mode: forwards; }
.main-menu li.current-menu-item a::before,
.main-menu a:hover::before {
opacity: 1; }
.main-menu a {
position: relative;
margin: 0 2.3rem;
padding: 0;
font-size: 1.8rem;
font-weight: bold;
text-transform: uppercase;
color: white; }
@media screen and (max-width: 992px) {
.main-menu a {
display: inline-block;
margin-bottom: 2rem; } }
.main-menu a::before {
content: "";
position: absolute;
bottom: -8px;
left: 0;
width: 100%;
height: 1px;
background-color: #f6ebd8;
opacity: 0;
transition: all 0.4s; }
.home-intro {
position: relative;
height: 965px; }
@media screen and (max-width: 576px) {
.home-intro {
height: 600px; } }
.home-intro::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
opacity: 0;
z-index: 2; }
@media screen and (max-width: 576px) {
.home-intro::before {
opacity: 1; } }
.home-intro > img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 1; }
.home-intro__content {
position: absolute;
top: 28.9rem;
right: 27rem;
text-align: center;
color: white;
z-index: 3; }
@media screen and (max-width: 992px) {
.home-intro__content {
top: 20rem;
left: 50%;
right: initial;
width: 100%;
transform: translateX(-50%); } }
.home-intro__title {
margin-bottom: 5.9rem;
font-size: 6.4rem;
line-height: 1.15;
font-weight: normal;
letter-spacing: -0.7px;
color: white; }
@media screen and (max-width: 576px) {
.home-intro__title {
font-size: 4.5rem;
line-height: 1.3; } }
.home-intro__title strong {
font-weight: bold; }
.home-intro__icon {
position: relative;
left: -2.5rem;
display: block; }
@media screen and (max-width: 992px) {
.home-intro__icon {
left: 0; } }
@media screen and (max-width: 576px) {
.home-intro__icon img {
width: 14rem; } }
.features {
position: relative;
padding-top: 9.2rem;
background-image: url(https://11a5ba.claudeassets.com/20250328062456im_/https://www.birrificiotrevigiano.com/wp-content/themes/bs-eccommerce/assets/i/static/features-bg.jpg);
background-size: cover; }
@media screen and (max-width: 992px) {
.features {
padding-bottom: 7rem; } }
.features::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 9.5rem;
background-image: url(https://ae8efc.claudeassets.com/20250328062456im_/https://www.birrificiotrevigiano.com/wp-content/themes/bs-eccommerce/assets/i/static/features-bg-iframe.svg);
background-size: cover; }
.features__wrap {
display: flex;
align-items: flex-start; }
@media screen and (max-width: 1700px) {
.features__wrap {
justify-content: space-between; } }
@media screen and (max-width: 992px) {
.features__wrap {
display: block; } }
.features__item {
margin-bottom: 12rem;
flex: 0 0 45.5rem;
color: #f6ebd8; }
@media screen and (max-width: 1700px) {
.features__item {
flex: 1; } }
@media screen and (max-width: 992px) {
.features__item {
margin-bottom: 7rem;
text-align: center; } }
.features__item:first-of-type {
margin-right: 13.3rem; }
.features__item:nth-of-type(2) {
margin-right: 14.3rem; }
@media screen and (max-width: 1700px) {
.features__item:first-of-type, .features__item:nth-of-type(2) {
margin-right: 3rem; } }
@media screen and (max-width: 992px) {
.features__item:first-of-type, .features__item:nth-of-type(2) {
margin-right: 0; } }
.features__item svg {
display: block;
margin-bottom: 5rem;
height: 80px; }
@media screen and (max-width: 992px) {
.features__item svg {
display: inline-block; } }
.features__item p {
margin-bottom: 2.9rem; }
.features__item ul {
display: flex;
align-items: center;
margin-top: 3.6rem; }
@media screen and (max-width: 992px) {
.features__item ul {
display: inline-flex; } }
.features__item ul li {
margin-right: 2.8rem; }
.features__title {
margin-bottom: 3.2rem;
font-size: 3.6rem;
font-weight: bold;
line-height: 125%;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #f6ebd8; }
.section-header {
margin-bottom: 8.4rem;
text-align: center; }
@media screen and (max-width: 576px) {
.section-header {
margin-bottom: 40px; } }
.section-header.section-header--light .section-title {
color: #f6ebd8; }
.section-header.section-header--light .section-title::before, .section-header.section-header--light .section-title::after {
background-image: url(https://01a36c.claudeassets.com/20250328062456im_/https://www.birrificiotrevigiano.com/wp-content/themes/bs-eccommerce/assets/i/static/section-title-icon-light.svg); }
.section-title {
position: relative;
display: inline-block;
font-weight: bold;
font-size: 3.6rem;
text-align: center;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #44443d; }
@media screen and (max-width: 576px) {
.section-title {
font-size: 24px; } }
.section-title::before, .section-title::after {
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 7.5rem;
height: 1.6rem;
background-image: url(https://53b401.claudeassets.com/20250328062456im_/https://www.birrificiotrevigiano.com/wp-content/themes/bs-eccommerce/assets/i/static/section-title-icon.svg);
background-size: cover; }
@media screen and (max-width: 400px) {
.section-title::before, .section-title::after {
display: none; } }
.section-title::before {
left: -10rem; }
.section-title::after {
right: -10rem;
transform: translateY(-50%) rotate(180deg); }
.products-block {
margin-bottom: 4rem; }
.products-block .products {
display: flex;
flex-wrap: wrap; }
@media screen and (max-width: 768px) {
.products-block .products {
display: block; } }
.products-block .product {
float: none; }
.products.columns-3 li.product {
margin-right: 3%;
margin-bottom: 5rem;
width: 31.29%; }
.products.columns-3 li.product:nth-of-type(3n) {
margin-right: 0; }
@media screen and (max-width: 1200px) {
.products.columns-3 li.product:nth-of-type(3n) {
margin-right: 3%; } }
@media screen and (max-width: 768px) {
.products.columns-3 li.product:nth-of-type(3n) {
margin-right: auto; } }
@media screen and (max-width: 1200px) {
.products.columns-3 li.product:nth-of-type(2n) {
margin-right: 0; } }
@media screen and (max-width: 768px) {
.products.columns-3 li.product:nth-of-type(2n) {
margin-right: auto; } }
@media screen and (max-width: 1200px) {
.products.columns-3 li.product {
margin: 0 auto 50px;
width: 47%; } }
@media screen and (max-width: 768px) {
.products.columns-3 li.product {
margin: 0 auto 40px;
max-width: 500px;
width: auto; } }
.product-header {
position: relative; }
.product-header .woocommerce-loop-product__title {
position: absolute;
top: 44%;
left: 50%;
transform: translate(-50%, -50%);
padding: .9rem 0;
width: 21.6rem;
font-weight: 900;
font-size: 2.6rem;
text-align: center;
text-transform: uppercase;
border: 1px solid transparent; }
.post-87 .woocommerce-loop-product__title {
background-color: white;
border-color: black; }
.post-86 .woocommerce-loop-product__title {
color: white;
background: #cc9312;
border-color: #cc9312; }
.post-85 .woocommerce-loop-product__title {
color: white;
background: #a4270e;
border-color: #a4270e; }
.post-84 .woocommerce-loop-product__title {
color: white;
background: #000;
border-color: #000; }
.post-83 .woocommerce-loop-product__title {
padding: .7rem 0;
width: 29.6rem;
color: white;
background: url(https://faaf9b.claudeassets.com/20250328062456im_/https://www.birrificiotrevigiano.com/wp-content/themes/bs-eccommerce/assets/i/static/holies-forties-title.svg);
background-position: center; }
.post-82 .woocommerce-loop-product__title {
color: white;
background: #fe7b2d;
border-color: #fe7b2d; }
.post-66 .woocommerce-loop-product__title {
color: white;
background: #ffd000;
border-color: #ffd000; }
li.product-type-simple {
padding: 2rem;
border: 1px solid #8c8c8c;
transition: all .4s; }
li.product-type-simple:hover {
border: 1px solid #ffcaab;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); }
.product-attributes-list {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 2rem 0;
height: 6.3rem; }
@media screen and (max-width: 1400px) {
.product-attributes-list {
height: 100px; } }
@media screen and (max-width: 576px) {
.product-attributes-list {
display: block;
padding-top: 20px;
height: 140px; } }
.product-attributes-list li {
font-size: 16px;
font-weight: bold;
color: black; }
@media screen and (max-width: 576px) {
.product-attributes-list li {
margin-bottom: 1rem; } }
.post-83 .product-attributes-list li:first-of-type,
.post-82 .product-attributes-list li:first-of-type {
flex: 0 0 12rem; }
.product-image {
position: relative;
width: 100%;
height: 50rem;
overflow: hidden; }
.product-image:hover img {
transform: scale(1.3); }
.product-image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: all .5s;
transform: scale(1); }
.products-banner {
text-align: center;
color: #f6ebd8;
background: #8a8853; }
.products-banner.biers-block__item {
padding: 15.8rem 0 0; }
@media screen and (max-width: 1400px) {
.products-banner.biers-block__item {
padding-top: 6%; } }
@media screen and (max-width: 992px) {
.products-banner.biers-block__item {
padding-top: 3%; } }
@media screen and (max-width: 576px) {
.products-banner.biers-block__item {
padding-top: 10%;
width: 100%; } }
.products-banner img {
display: inline-block !important;
margin-bottom: 4rem; }
@media screen and (max-width: 576px) {
.products-banner img {
width: 40%; } }
.products-banner__title {
margin-bottom: 6.4rem;
font-weight: bold;
font-size: 3.6rem;
line-height: 125%;
text-align: center;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #f6ebd8; }
.products-banner__text li {
margin-bottom: 6.6rem;
letter-spacing: 1.3px; }
@media screen and (max-width: 992px) {
.products-banner__text li {
margin-bottom: 3rem; } }
@media screen and (max-width: 576px) {
.products-banner__text li {
margin-bottom: 6rem; } }
.products-banner__price {
font-size: 3.6rem;
font-weight: bold;
text-transform: uppercase; }
.products-banner__price sub {
position: relative;
top: -0.2rem; }
.products-banner__volume {
font-size: 1.8rem;
font-weight: bold;
text-transform: uppercase; }
.products-banner__volume sub {
position: relative;
top: -0.2rem; }
.cart-icon {
position: absolute;
top: 4.3rem;
right: 5.5rem; }
@media screen and (max-width: 1325px) {
.cart-icon {
right: 3.5rem; } }
@media screen and (max-width: 992px) {
.cart-icon {
right: 15rem;
z-index: 101; } }
.cart-icon .woocommerce-mini-cart__empty-message {
display: none; }
.cart-icon .cart-contents {
position: absolute;
top: -7px;
right: -4px;
display: flex;
justify-content: center;
align-items: center;
width: 20px;
height: 20px;
font-size: 12px;
font-weight: bold;
border-radius: 50%;
color: white;
background: #cc9312; }
.cart-icon .woocommerce-mini-cart {
padding-top: 0.5rem; }
.cart-icon .widget_shopping_cart {
position: absolute;
top: 78px;
right: -33px;
display: none;
width: 50rem;
background-color: white;
box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
border-radius: 4px;
z-index: 10; }
@media screen and (max-width: 600px) {
.cart-icon .widget_shopping_cart dd {
margin: 0 0.5em 1.5em; } }
@media screen and (max-width: 500px) {
.cart-icon .widget_shopping_cart {
right: -100px;
width: 90vw; } }
@media screen and (max-width: 400px) {
.cart-icon .widget_shopping_cart img {
display: none !important; } }
.cart-icon .widget_shopping_cart.visible {
display: block; }
.cart-icon .woocommerce-mini-cart-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px;
border-bottom: 1px solid #b3b3b3; }
@media screen and (max-width: 400px) {
.cart-icon .woocommerce-mini-cart-item {
flex-direction: column; } }
.cart-icon .woocommerce-mini-cart-item .variation__item {
font-size: 1.4rem;
padding: 0.1rem 0;
border-bottom: none; }
.cart-icon .woocommerce-mini-cart-item .variation__item p {
font-size: 1.4rem; }
@media screen and (max-width: 400px) {
.cart-icon .woocommerce-mini-cart-item .variation__item p {
font-size: 1.4rem; } }
.cart-icon .variation-SceglilaBirra {
font-weight: bold; }
.cart-icon .variation-SceglilaBirra:first-child {
display: none; }
.cart-icon .woocommerce-mini-cart-item .remove_from_cart_button {
margin-right: 10px;
font-size: 18px;
color: #b3b3b3;
transition: all .2s; }
.cart-icon .woocommerce-mini-cart-item .remove_from_cart_button + a {
display: flex;
flex: 1;
font-size: 1.5rem;
font-weight: bold;
text-decoration: none;
color: #414141;
margin-right: 1rem; }
.cart-icon .woocommerce-mini-cart-item .remove_from_cart_button + a img {
display: inline-block;
margin-right: 1rem;
width: 60px; }
.cart-icon .woocommerce-mini-cart-item .quantity {
font-size: 10px; }
.cart-icon .woocommerce-mini-cart-item:nth-of-type(even) {
background-color: #f8f8f8; }
.cart-icon .woocommerce-mini-cart__total,
.cart-icon .woocommerce-mini-cart__buttons {
padding: 10px; }
.cart-icon .woocommerce-mini-cart__buttons {
display: flex;
justify-content: space-between; }
.cart-icon .woocommerce-mini-cart__total,
.cart-icon .woocommerce-mini-cart__buttons {
padding: 10px; }
.products-banner__volume {
font-size: 1.8rem;
font-weight: bold;
text-transform: uppercase; }
.online {
padding: 12.1rem 0 7.8rem;
background-image: url(https://ef7408.claudeassets.com/20250328062456im_/https://www.birrificiotrevigiano.com/wp-content/themes/bs-eccommerce/assets/i/static/online-bg.jpg);
background-size: cover; }
.online__wrap {
display: flex;
flex-wrap: wrap;
margin: 0 -2.6rem 14rem; }
@media screen and (max-width: 992px) {
.online__wrap {
text-align: center; } }
@media screen and (max-width: 576px) {
.online__wrap {
display: block;
margin: 0; } }
.online__item {
position: relative;
flex-basis: calc(25% - 5.2rem);
display: block;
margin: 0 2.6rem; }
@media screen and (max-width: 992px) {
.online__item {
margin-bottom: 7rem;
flex-basis: calc(50% - 5.2rem); } }
@media screen and (max-width: 576px) {
.online__item {
margin: 0 auto 7rem;
max-width: 390px; } }
.online__header {
position: absolute;
top: 3rem;
left: 3rem;
display: flex;
align-items: center; }
.online__header img {
display: inline-block;
margin-right: 1.5rem; }
.online__number {
font-size: 24px;
font-weight: bold;
color: #f6ebd8; }
.online__img {
margin-bottom: 3.7rem;
border: 2px solid #8a8853;
height: 27vw; }
@media screen and (max-width: 992px) {
.online__img {
height: 50vw; } }
@media screen and (max-width: 550px) {
.online__img {
height: 80vw; } }
.online__shop-btn {
margin: 5.5rem auto 0;
text-align: center; }
.online__shop-btn .btn {
padding: 1.6rem 5.9rem; }
.online__title {
font-weight: bold;
font-size: 1.8rem;
line-height: 125%;
letter-spacing: 0.04em;
text-transform: uppercase;
text-align: center;
color: #f6ebd8; }
.online__subtitle {
margin-bottom: 3.4rem;
font-size: 2rem;
font-weight: bold;
text-align: center;
color: #f6ebd8;
display: block; }
.online__footer .section-header {
margin-bottom: 5.4rem; }
.online__footer ul {
display: flex;
justify-content: center;
margin-bottom: 5.8rem;
width: 100%; }
@media screen and (max-width: 992px) {
.online__footer ul {
display: block; } }
.online__footer li {
margin-right: 5.2rem;
font-size: 2rem;
font-weight: bold;
text-transform: uppercase;
color: #f6ebd8; }
@media screen and (max-width: 992px) {
.online__footer li {
margin-right: initial;
text-align: center; } }
.online__contacts {
margin-bottom: 1.8rem;
text-align: center; }
.online__contacts .btn {
margin-bottom: 2rem; }
.online__contacts p {
font-size: 1.4rem;
color: #f6ebd8; }
.biers-block {
padding-top: 8rem;
padding-bottom: 4rem;
background-color: white; }
.biers-block__wrap {
display: flex;
flex-wrap: wrap;
margin: 0 -2.5rem; }
@media screen and (max-width: 576px) {
.biers-block__wrap {
margin: 0 auto; } }
.biers-block__item {
display: block;
flex-basis: calc(33.3333% - 5rem);
margin: 0 2.3rem 5rem;
padding: 2rem;
border: 1px solid #999;
transition: all 0.4s; }
@media screen and (max-width: 992px) {
.biers-block__item {
flex-basis: calc(50% - 5rem); } }
@media screen and (max-width: 576px) {
.biers-block__item {
margin: 0 auto 6rem;
max-width: 500px;
flex-basis: initial; } }
.biers-block__item:hover {
border: 1px solid #eedbbe;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); }
.biers-block__label {
position: absolute;
top: 0;
left: 50%;
display: block;
padding: 1rem;
width: 25.8rem;
transform: translate(-50%, -50%);
font-weight: 900;
font-size: 1.4rem;
text-align: center;
text-transform: uppercase;
color: white;
background-color: #8a8853;
z-index: 100; }
.biers-block__logo {
position: relative; }
.biers-block__title {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
justify-content: center;
align-items: center;
width: 21.8rem;
height: 4.8rem;
font-size: 2.6rem;
font-weight: 900;
text-transform: uppercase;
border: 2px solid transparent; }
.biers-block__attr {
display: flex;
justify-content: space-between;
align-items: center;
height: 7.2rem; }
@media screen and (max-width: 576px) {
.biers-block__attr {
display: block;
padding: 3rem 0;
height: auto; } }
.biers-block__attr li {
font-size: 1.6rem;
font-weight: bold;
color: black; }
.biers-block__thumb {
position: relative;
height: 50rem;
overflow: hidden; }
@media screen and (max-width: 992px) {
.biers-block__thumb {
height: 40rem; } }
.biers-block__thumb:hover img {
transform: scale(1.3); }
.biers-block__thumb img {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transform: scale(1);
transition: all 0.4s; }
.page-id-16 .biers-block {
padding-top: 7rem;
padding-bottom: 2.5rem; }
.page-id-16 .section-header {
margin-bottom: 7.1rem; }
.page-id-16 .biers-block__wrap {
margin: 0 -2.5rem 3rem; }
.brewery {
display: flex;
justify-content: space-between; }
@media screen and (max-width: 992px) {
.brewery {
display: block; } }
.brewery__content,
.brewery__img {
position: relative;
width: 50%; }
@media screen and (max-width: 992px) {
.brewery__content,
.brewery__img {
width: auto; } }
.brewery__content img,
.brewery__img img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover; }
.brewery__content {
padding: 7.5% 6.2% 3.9%;
color: #f6ebd8;
background-color: #8a8853; }
@media screen and (max-width: 576px) {
.brewery__content {
padding: 10rem 5rem 3rem; } }
.brewery__content h3 {
margin-bottom: 2.5rem;
font-weight: bold;
font-size: 2rem;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #f6ebd8; }
.brewery__content p {
margin-bottom: 6rem; }
@media screen and (max-width: 992px) {
.brewery__img {
height: 500px; } }
.brewery__title {
margin-bottom: 5rem;
font-weight: bold;
font-size: 3.6rem;
line-height: 125%;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #f6ebd8; }
.beers-intro {
padding: 9.5rem 0 6.3rem;
background-image: url(https://11a5ba.claudeassets.com/20250328062456im_/https://www.birrificiotrevigiano.com/wp-content/themes/bs-eccommerce/assets/i/static/features-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: top left;
text-align: center;
color: #ffffff; }
@media screen and (max-width: 900px) {
.beers-intro {
padding: 5rem 0 5rem; } }
.beers-intro__title {
font-style: normal;
font-weight: bold;
font-size: 6.4rem;
line-height: 115%;
letter-spacing: -0.01em;
margin-bottom: 2.3rem; }
@media screen and (max-width: 900px) {
.beers-intro__title {
font-size: 5rem; } }
.beers-intro__subtitle {
font-weight: bold;
font-size: 2rem;
line-height: 125%; }
.single-beer {
display: flex;
overflow-x: hidden; }
@media screen and (max-width: 1570px) {
.single-beer {
align-items: flex-start; } }
@media screen and (max-width: 700px) {
.single-beer {
flex-wrap: wrap; } }
.single-beer__img {
flex-basis: 41.8%;
position: relative; }
@media screen and (max-width: 1570px) {
.single-beer__img {
height: 50vw; } }
@media screen and (max-width: 700px) {
.single-beer__img {
width: 100%;
flex-basis: 100%;
height: 80rem;
order: 2;
margin-bottom: 3rem; } }
@media screen and (max-width: 450px) {
.single-beer__img {
height: 70vw; } }
.single-beer__img img {
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
object-fit: cover; }
@media screen and (max-width: 700px) {
.single-beer__img img {
object-fit: contain; } }
.single-beer__content {
flex-basis: 57.2%;
padding: 4.5rem 6rem 6rem 8.7rem; }
@media screen and (max-width: 880px) {
.single-beer__content {
padding: 4rem 3rem 5rem; } }
@media screen and (max-width: 700px) {
.single-beer__content {
flex-basis: 100%;
order: 1; } }
@media screen and (max-width: 450px) {
.single-beer__content {
padding-bottom: 3rem; } }
.single-beer__graphik {
max-height: 51.5rem;
margin-bottom: 4.2rem; }
.single-beer__breadcrumbs {
margin-bottom: 2.5rem; }
.single-beer__title {
font-style: normal;
font-weight: 900;
font-size: 4.05rem;
line-height: 4.8rem;
text-transform: uppercase;
color: #000000;
margin-bottom: 3.8rem; }
.single-beer__descr {
font-weight: 600;
font-size: 1.7rem;
line-height: 150%;
letter-spacing: 0.005em;
color: #000000;
margin-bottom: 4.3rem; }
.single-beer__btn {
margin-bottom: 7.3rem;
padding: 1.6rem 9.3rem; }
@media screen and (max-width: 450px) {
.single-beer__btn {
margin-bottom: 4rem; } }
.single-beer__info {
padding-top: 7.3rem;
border-top: 1px solid #8a8853;
display: flex;
justify-content: space-between; }
@media screen and (max-width: 1740px) {
.single-beer__info {
flex-wrap: wrap; } }
@media screen and (max-width: 450px) {
.single-beer__info {
padding-top: 3rem; } }
.single-beer__info-column {
display: flex;
flex-direction: column; }
.single-beer__info-column span {
font-weight: bold;
font-size: 1.6rem;
line-height: 125%;
margin-bottom: 2.5rem;
color: #000000; }
@media screen and (max-width: 1730px) {
.single-beer__info-column span {
margin-right: 1rem; } }
@media screen and (max-width: 1740px) {
.single-beer__info-column {
flex-basis: 50%; } }
@media screen and (max-width: 480px) {
.single-beer__info-column {
flex-basis: 100%; } }
.single-beer__info-amarezza {
position: relative; }
.single-beer__info-amarezza > div {
position: absolute;
top: -7px;
left: 94px;
white-space: nowrap; }
.single-beer__btn-line {
display: flex; }
.single-beer__btn-line p {
font-size: 1.9rem;
margin-right: 1rem;
max-width: 60rem;
font-weight: 600; }
@media screen and (max-width: 1350px) {
.single-beer__btn-line {
display: block; }
.single-beer__btn-line p {
margin-bottom: 3rem; } }
.breadcrumbs {
display: flex; }
.breadcrumbs__item:not(:last-of-type) {
margin-right: 5.4rem;
position: relative; }
.breadcrumbs__item:not(:last-of-type)::after {
content: "";
display: block;
position: absolute;
top: 5px;
right: -3.5rem;
width: 9.5px;
height: 14px;
background-image: url(https://c6c9de.claudeassets.com/20250328062456im_/https://www.birrificiotrevigiano.com/wp-content/themes/bs-eccommerce/assets/i/static/right.svg);
background-position: center center;
background-repeat: no-repeat; }
.breadcrumbs__link, .breadcrumbs__link:visited,
.breadcrumbs span {
font-weight: bold;
font-size: 1.8rem;
line-height: 150%;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #8a8853; }
.breadcrumbs__link:hover {
color: #757447;
text-decoration: underline; }
.how__title {
font-weight: bold;
font-size: 3.2rem;
line-height: 125%;
letter-spacing: 0.03em;
text-transform: uppercase;
margin-bottom: 3.3rem;
color: #44443d; }
.how__container {
max-width: 1850px;
margin: 0 auto;
padding: 6rem 20px 3rem; }
.how .features::after {
display: none; }
.how .features__item {
margin-bottom: 5.8rem; }
.spollers-block__title {
border: 1px solid #44443d;
font-weight: bold;
font-size: 2.2rem;
line-height: 125%;
padding: 2.5rem 8.8rem 2.5rem 2.8rem;
letter-spacing: 0.03em;
text-transform: uppercase;
cursor: pointer;
color: #44443d;
position: relative; }
.spollers-block__title::before, .spollers-block__title::after {
content: "";
display: block;
width: 22px;
height: 2px;
background: #44443d;
position: absolute;
top: calc(50% - 1px);
right: 3.8rem; }
.spollers-block__title::after {
transform: rotate(90deg);
opacity: 0; }
.spollers-block__title._active::after {
opacity: 1; }
.spollers-block__body {
padding: 4rem 3rem 0rem 3rem; }
.spollers-block__body a {
color: #807d41; }
.spollers-block__body a:hover {
text-decoration: underline; }
.spollers-block__body li {
margin-bottom: 2.7rem; }
.spollers-block__body .title {
font-weight: bold;
font-size: 18px;
line-height: 150%;
color: #44443d; }
.spollers-block__item {
margin-bottom: 5rem; }
@keyframes aboutIntro {
0% {
opacity: 0;
transform: scale(1.3); }
100% {
opacity: 1;
transform: scale(1); } }
.about__intro {
position: relative;
height: 60.2rem;
display: flex;
align-items: flex-end;
padding-bottom: 9.7rem;
background-color: #44443d;
overflow: hidden; }
.about__intro img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: block;
object-fit: cover;
opacity: 0;
transform: scale(1.3);
animation-name: aboutIntro;
animation-fill-mode: forwards;
animation-duration: 2.5s;
animation-timing-function: ease-out; }
.about__container {
width: 100%;
max-width: 1744px;
margin: 0 auto;
padding: 0 20px;
position: relative; }
.about__title {
font-weight: bold;
font-size: 6.4rem;
line-height: 115%;
text-shadow: 0 0 15px #000;
letter-spacing: -0.04em;
color: #f6ebd8; }
.about__row {
display: flex; }
@media screen and (max-width: 1030px) {
.about__row {
flex-wrap: wrap; } }
.about__column {
flex-basis: 50%;
position: relative; }
@media screen and (max-width: 1030px) {
.about__column {
flex-basis: 100%; } }
.about__column-title {
font-weight: bold;
font-size: 3.6rem;
line-height: 125%;
letter-spacing: 0.03em;
text-transform: uppercase;
margin-bottom: 5rem;
color: #f6ebd8; }
@media screen and (max-width: 1030px) {
.about__column-title {
margin-bottom: 3rem; } }
.about__column-subtitle {
font-weight: bold;
font-size: 2rem;
line-height: 125%;
margin-bottom: 2.8rem;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #f6ebd8; }
.about__column img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: block;
object-fit: cover; }
.about__column:first-child .about__description-text {
max-width: 72rem; }
@media screen and (max-width: 1550px) {
.about__column:first-child .about__description-text {
padding-right: 3rem; } }
@media screen and (max-width: 1030px) {
.about__column:first-child .about__description-text {
max-width: 100%;
margin-bottom: 8rem; } }
.about__description {
padding: 10.3rem 0rem 9.8rem 0rem; }
@media screen and (max-width: 1030px) {
.about__description {
padding: 5rem 0rem 5rem 0rem; } }
.about__description-title {
font-weight: bold;
font-size: 3.2rem;
line-height: 125%;
margin-bottom: 6.2rem;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #44443d; }
@media screen and (max-width: 1030px) {
.about__description-title {
margin-bottom: 3rem; } }
.about__description-text {
font-weight: 500;
font-size: 1.8rem;
line-height: 150%;
text-align: justify;
color: #44443d; }
.about__description-text p {
margin-bottom: 2.7rem; }
.about__column-text {
padding: 13.8rem 13.6rem 7rem 12.6rem;
background-image: url(https://11a5ba.claudeassets.com/20250328062456im_/https://www.birrificiotrevigiano.com/wp-content/themes/bs-eccommerce/assets/i/static/features-bg.jpg);
background-size: cover; }
@media screen and (max-width: 1030px) {
.about__column-text {
padding: 5rem 2rem 3rem 2rem; } }
.about__column-p {
margin-bottom: 6.5rem;
font-size: 1.8rem;
line-height: 150%;
letter-spacing: 0.02em;
color: #f6ebd8; }
.about__column--img {
overflow: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
@media screen and (max-width: 1030px) {
.about__column--img {
height: 70rem; } }
.about__column--img img {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: transform 1s ease-out, filter 1s; }
.about__column--img:hover img {
transition: transform 5s ease-out, filter 1s;
transform: scale(1.3);
filter: brightness(0.7); }
.main-socials {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 2.5rem;
right: 9rem; }
.main-socials__item {
transform: scale(0.4);
cursor: pointer; }
.main-socials__item:first-child {
margin-right: 0.5rem;
transform: translateX(20px) scale(0.4); }
.main-socials--footer {
position: static; }
.main-socials--footer .main-socials__item {
transform: scale(1); }
.main-socials--footer .main-socials__item:first-child {
margin-right: 1.5rem;
transform: translateX(0); }
@media screen and (max-width: 1325px) {
.main-socials {
right: 7rem; } }
@media screen and (max-width: 1200px) {
.main-socials {
top: 2rem; } }
@media screen and (max-width: 991px) {
.main-socials {
right: 19rem; } }
.main-header.fixed .main-socials {
top: 0.7rem; }
@media screen and (max-width: 1200px) {
.main-header.fixed .main-socials {
top: 0; } }
.single-product {
background-color: #fff;
overflow-x: hidden; }
.single-product .single-beer__info {
margin-top: 5rem;
padding-top: 4rem; }
@media screen and (max-width: 810px) {
.single-product .single-beer__info .single-beer__info-amarezza > div {
transform: scale(0.6);
left: 50px; } }
.single-product .wp-post-image {
display: block; }
.single-product .choose-beer {
font-weight: 900;
font-size: 2.4rem;
line-height: 2.8rem;
text-transform: uppercase;
margin-bottom: 5rem;
margin-top: 4rem;
color: #000; }
.single-product td.wccpf_label label {
font-weight: 600 !important;
font-size: 1.8rem;
line-height: 150%;
letter-spacing: 0.01em;
color: #000; }
.single-product .single_variation_wrap {
position: relative;
display: flex; }
.single-product .single_variation_wrap .single_variation {
font-weight: bold;
font-size: 4.05rem;
line-height: 4.8rem;
text-transform: uppercase;
margin-right: 3.8rem;
color: #000;
position: relative;
left: 0;
bottom: 0; }
.single-product .single_variation_wrap .btn {
padding: 1.6rem 2.7rem 1.7rem;
cursor: pointer;
flex-shrink: 0; }
@media screen and (max-width: 430px) {
.single-product .single_variation_wrap .btn {
margin-left: 0;
transform: translateY(-5rem);
margin-bottom: 3rem; } }
.single-product .reset_variations {
display: none; }
.single-product .variable-items-wrapper {
display: none; }
.single-product .variable-items-wrapper li {
font-weight: 600;
font-size: 1.7rem;
line-height: 150%;
border: none !important;
box-shadow: none !important;
letter-spacing: 0.01em;
color: #000;
position: relative; }
.single-product .variable-items-wrapper li span {
font-size: 1.7rem;
padding-left: 30px !important;
padding-right: 35px !important;
display: inline-block; }
.single-product .variable-items-wrapper li[aria-checked="true"]::after {
visibility: visible !important;
opacity: 1 !important; }
.single-product .variable-items-wrapper [data-wvstooltip]:before {
margin-bottom: 5px;
transform: translateX(0%);
content: '' !important;
padding: 0px;
border-radius: 50%;
background-color: #fff;
border: 2px solid #8a8853;
color: #fff;
width: 19px !important;
height: 19px !important;
display: block !important;
opacity: 1 !important;
visibility: visible;
position: absolute;
box-shadow: none;
top: 5px;
left: 0;
min-width: 19px; }
.single-product .variable-items-wrapper [data-wvstooltip]:after {
margin-bottom: 5px;
transform: translateX(0%);
content: '' !important;
padding: 0px;
border-radius: 50%;
background-color: #8a8853;
border: 2px solid #8a8853;
color: #fff;
width: 11px !important;
height: 11px !important;
display: block !important;
opacity: 0 !important;
visibility: hidden;
position: absolute;
box-shadow: none;
top: 9px;
left: 9px;
min-width: 11px; }
.single-product .site-main {
padding: 0; }
.single-product .single-product__wrap {
display: flex;
justify-content: space-between; }
@media screen and (max-width: 650px) {
.single-product .single-product__wrap {
display: block; } }
.single-product .single-product__wrap > .wccpf-fields-container {
display: none; }
.single-product .product_title {
margin-bottom: 3.8rem;
font-weight: 900;
font-size: 4.05rem;
line-height: 4.8rem;
text-transform: uppercase;
color: #000; }
@media screen and (max-width: 510px) {
.single-product .product_title {
font-size: 3rem;
margin-bottom: 3rem; } }
.single-product .woocommerce-product-gallery {
display: inline-block;
width: 48%;
float: none; }
@media screen and (max-width: 992px) {
.single-product .woocommerce-product-gallery {
width: 40%; } }
@media screen and (max-width: 650px) {
.single-product .woocommerce-product-gallery {
max-width: initial;
width: auto; } }
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
display: none; }
.single-product .entry-summary {
display: inline-block;
width: 52%;
margin: 9.3rem 2rem 10rem 0rem; }
@media screen and (max-width: 1795px) {
.single-product .entry-summary {
padding-left: 5rem; } }
@media screen and (max-width: 992px) {
.single-product .entry-summary {
width: 60%; } }
@media screen and (max-width: 650px) {
.single-product .entry-summary {
width: 93%;
margin-top: 5rem;
margin-bottom: 7rem; } }
.single-product .woocommerce-product-details__short-description p {
margin-bottom: 5rem;
font-weight: 600;
font-size: 1.7rem;
line-height: 150%;
letter-spacing: 0.01em;
max-width: 65rem;
color: #000;
padding-right: 2rem; }
.single-product .woocommerce-product-details__short-description h3 {
margin-bottom: 3.3rem;
font-size: 2.4rem;
letter-spacing: 0.05em;
text-transform: uppercase; }
.single-product .wccpf-fields-group-1 {
display: flex;
flex-wrap: wrap;
padding-bottom: 1.5rem;
margin-bottom: 4rem;
border-bottom: 1px solid #8a8853; }
@media screen and (max-width: 1750px) {
.single-product .wccpf-fields-group-1 {
padding-left: 10rem; } }
@media screen and (max-width: 1400px) {
.single-product .wccpf-fields-group-1 {
padding-left: 0; } }
@media screen and (max-width: 576px) {
.single-product .wccpf-fields-group-1 {
display: block; } }
@media screen and (max-width: 430px) {
.single-product .wccpf-fields-group-1 {
margin-bottom: 9rem; } }
.single-product .wccpf_fields_table {
margin-bottom: 3.7rem;
margin-left: 3rem;
margin-right: 7rem;
width: calc(30% - 8rem); }
@media screen and (max-width: 1767px) {
.single-product .wccpf_fields_table {
margin-right: 10rem; } }
@media screen and (max-width: 768px) {
.single-product .wccpf_fields_table {
width: 50%; } }
@media screen and (max-width: 576px) {
.single-product .wccpf_fields_table {
width: auto; } }
.single-product .wccpf_fields_table tr {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
align-items: center; }
@media screen and (max-width: 1400px) {
.single-product .wccpf_fields_table tr {
justify-content: flex-end; } }
.single-product .wccpf_fields_table tr .wccpf_value {
flex: 0 0 12rem;
position: relative; }
.single-product .wccpf_fields_table tr .wccpf_value .jq-selectbox {
font-weight: 600 !important;
font-size: 1.8rem;
line-height: 150%;
letter-spacing: 0.01em;
color: #000;
background-color: #fff;
white-space: nowrap;
min-width: 20rem;
position: relative; }
.single-product .wccpf_fields_table tr .wccpf_value .jq-selectbox select {
display: none; }
.single-product .wccpf_fields_table tr .wccpf_value .jq-selectbox .jq-selectbox__select-text {
border: 1px solid #e1e1e1;
padding: 1.2rem 1.5rem;
cursor: pointer;
transition: all 300ms; }
.single-product .wccpf_fields_table tr .wccpf_value .jq-selectbox .jq-selectbox__select-text:hover {
background-color: #e1e1e1; }
.single-product .wccpf_fields_table tr .wccpf_value .jq-selectbox .jq-selectbox__dropdown {
padding: 2rem 2rem 2rem;
border: 1px solid #e1e1e1;
position: absolute;
left: 0;
top: 100%;
width: 100%;
background-color: #fff;
z-index: 500; }
.single-product .wccpf_fields_table tr .wccpf_value .jq-selectbox .jq-selectbox__dropdown li {
margin-bottom: 1.5rem;
cursor: pointer;
transition: all 300ms; }
.single-product .wccpf_fields_table tr .wccpf_value .jq-number {
position: relative; }
.single-product .wccpf_fields_table tr .wccpf_value .jq-number__field {
height: 5.4rem;
border: 1px solid #e1e1e1; }
.single-product .wccpf_fields_table tr .wccpf_value .jq-number__field input {
display: block;
width: 100%;
height: 100%;
text-indent: 2.8rem;
font-size: 1.8rem;
font-weight: bold;
border: none;
background-color: transparent;
outline: none; }
.single-product .wccpf_fields_table tr .wccpf_value .jq-number__spin {
position: absolute;
right: 0;
width: 4.9rem;
height: 2.7rem;
border: 1px solid #e1e1e1;
background-color: #fff;
cursor: pointer; }
.single-product .wccpf_fields_table tr .wccpf_value .jq-number__spin::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 1.9rem;
height: 0.7rem;
background-image: url(https://c51277.claudeassets.com/20250328062456im_/https://www.birrificiotrevigiano.com/wp-content/themes/bs-eccommerce/assets/i/static/arrow-up.svg);
background-size: cover; }
.single-product .wccpf_fields_table tr .wccpf_value .jq-number__spin.plus {
top: 0; }
.single-product .wccpf_fields_table tr .wccpf_value .jq-number__spin.minus {
bottom: 0; }
.single-product .wccpf_fields_table tr .wccpf_value .jq-number__spin.minus::after {
transform: translate(-50%, -50%) rotate(180deg); }
.single-product .wccpf_fields_table tr .wccpf_label {
flex: 0 0 15rem;
padding-left: 3rem; }
@media screen and (max-width: 1750px) {
.single-product .wccpf_fields_table tr .wccpf_label {
padding-left: 1.5rem; } }
.single-product .wccpf_fields_table tr td {
padding: 0; }
.single-product .add-to-cart__wrap {
display: flex;
margin-top: 4.3rem;
flex-direction: row-reverse;
justify-content: flex-end;
align-items: center;
margin-bottom: 4.9rem;
padding-bottom: 5.7rem;
position: relative; }
@media screen and (max-width: 576px) {
.single-product .add-to-cart__wrap {
align-items: flex-start;
flex-direction: column-reverse; } }
.single-product .add-to-cart__wrap .price {
margin-right: 3.4rem;
font-size: 3.6rem;
font-weight: bold;
color: black;
position: absolute;
bottom: 6rem;
left: 0; }
@media screen and (max-width: 576px) {
.single-product .add-to-cart__wrap .price {
margin-right: 0;
margin-bottom: 4rem; } }
.single-product .add-to-cart__wrap .woocommerce-Price-currencySymbol {
margin-right: 2rem; }
.single-product .add-to-cart__wrap button[type="submit"] {
cursor: pointer;
padding: 1.6rem 2.7rem 1.7rem;
margin-left: 18rem; }
.single-product figure {
margin: 0;
padding: 0; }
.single-product .flex-viewport {
margin-bottom: 3.8rem;
border: 1px solid #eee; }
.single-product .flex-viewport img {
display: block; }
.single-product .woocommerce-product-gallery__image > a {
display: block; }
.single-product .flex-control-nav {
display: flex;
flex-wrap: wrap;
margin: 0 -1.9rem;
padding: 0; }
.single-product .flex-control-nav li {
margin: 0 1.9rem 3.8rem;
flex-basis: calc(25% - 3.8rem);
position: relative;
width: 14.4rem;
height: 14.4rem;
border: 1px solid #eee;
cursor: pointer; }
@media screen and (max-width: 1400px) {
.single-product .flex-control-nav li {
flex-basis: calc(33.3333% - 3.8rem); } }
@media screen and (max-width: 576px) {
.single-product .flex-control-nav li {
flex-basis: calc(50% - 3.8rem); } }
.single-product .flex-control-nav li::marker {
font-size: 0;
color: transparent; }
.single-product .flex-control-nav li img {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
object-fit: cover; }
.single-product .product_meta {
display: none; }
.single-product form.cart button[type="submit"]:disabled {
cursor: not-allowed !important;
opacity: .6 !important; }
.single-product .count-block {
display: flex;
align-items: center;
position: absolute;
bottom: -5rem;
left: 0; }
.single-product .count-items {
display: none;
margin-right: 1rem;
width: 3rem;
height: 3rem;
font-weight: bold;
border-radius: 50%;
color: #333;
background-color: #eee;
line-height: 1; }
.single-product .count-items.active {
display: inline-flex;
justify-content: center;
align-items: center; }
.single-product .quantity {
display: none; }
.single-product .woocommerce-product-gallery__image--placeholder {
border: 1px solid #eee; }
.another-information h3 {
margin-bottom: 2.3rem;
font-size: 2.4rem;
font-weight: bold;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #000; }
.single-product__title-var {
font-weight: 900;
font-size: 2.4rem;
line-height: 2.8rem;
text-transform: uppercase;
margin-bottom: 2rem;
color: #000; }
.single-product__title-var + span {
display: none !important; }
.postid-191 .wccpf-fields-group-1 {
padding-left: 0; }
@media screen and (max-width: 650px) {
.postid-191 .entry-summary {
margin-bottom: 0; } }
@media screen and (max-width: 576px) {
.postid-191 .price {
margin-bottom: -8rem !important; } }
@media screen and (max-width: 576px) {
.postid-191 button[name="add-to-cart"] {
margin-left: 0 !important; } }
.woocommerce-message {
text-align: center; }
table.variations tr:nth-child(2) td.label {
margin-top: 5rem; }
table.variations tr:nth-child(2) td.value {
margin-bottom: 5rem; }
.choose-beer {
display: none; }
.woocommerce-product-gallery__image {
margin-top: 9rem; }
.postid-191 .woocommerce-product-gallery__image {
margin-top: 0rem; }
.postid-183 .choose-beer,
.postid-185 .choose-beer,
.postid-187 .choose-beer {
display: block; }
.postid-183 .woocommerce-product-gallery__image,
.postid-185 .woocommerce-product-gallery__image,
.postid-187 .woocommerce-product-gallery__image {
margin-top: 0rem; }
.postid-253 .wp-post-image,
.postid-270 .wp-post-image,
.postid-262 .wp-post-image {
margin: 0 auto; }
.postid-253 .woocommerce-product-gallery__image,
.postid-270 .woocommerce-product-gallery__image,
.postid-262 .woocommerce-product-gallery__image {
margin-top: 3rem;
margin-bottom: 3rem; }
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled:after {
top: 20% !important; }
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled:before {
top: 20% !important; }
.postid-187 .entry-summary .price {
position: relative; }
.postid-187 .entry-summary .woocommerce-Price-amount {
font-weight: bold;
font-size: 4.05rem;
line-height: 4.8rem;
text-transform: uppercase;
margin-right: 3.8rem;
color: #000;
position: absolute;
left: 0;
bottom: 0; }
.postid-360 .single-beer__graphik {
transform: scale(0.8); }
.postid-360 .single-beer__info-amarezza > div {
left: 72px;
transform: scale(0.8); }
@media screen and (max-width: 900px) {
.select2-selection__rendered {
max-width: 32rem; } }
@media screen and (max-width: 420px) {
.select2-selection__rendered {
max-width: 22rem; } }
.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
pointer-events: none; }
.single_add_to_cart_button.wc-variation-is-unavailable {
display: none; }
.outofstock .single_variation_wrap {
margin-top: 8rem; }
.outofstock .woocommerce-variation.single_variation {
display: flex;
margin-bottom: 3rem; }
.outofstock .woocommerce-variation-availability {
margin-left: 3rem; }
.outofstock .stock.out-of-stock {
color: #f56b6b; }
.store {
padding-top: 10rem;
text-align: center;
overflow-x: hidden; }
@media screen and (max-width: 850px) {
.store {
padding-top: 5rem; } }
.store__section {
padding-top: 8.5rem; }
@media screen and (max-width: 850px) {
.store__section {
padding-top: 5rem; } }
.store__section--npt {
padding-top: 0; }
.store__container {
margin: 0 auto;
padding: 0 15px;
max-width: 1748px; }
.store__section-header {
margin-bottom: 7rem; }
@media screen and (max-width: 850px) {
.store__section-header {
margin-bottom: 4rem; } }
.store__title {
font-weight: bold;
font-size: 6.4rem;
line-height: 115%;
text-align: center;
letter-spacing: -0.01em;
margin-bottom: 2.3rem;
color: #44443D; }
.store__title--white {
color: #F6EBD8; }
@media screen and (max-width: 850px) {
.store__title {
margin-bottom: 1.8rem;
font-size: 5rem; } }
.store__subtitle {
font-weight: bold;
font-size: 2rem;
line-height: 125%;
text-align: center;
color: #44443D; }
.store__subtitle--white {
color: #F6EBD8; }
.store__row {
display: flex;
margin: 0 -2.5rem;
flex-wrap: wrap; }
.store__column {
margin: 0 2.5rem 14rem;
flex-basis: calc(33.3333% - 5rem);
display: flex;
align-items: center;
flex-direction: column; }
@media screen and (max-width: 960px) {
.store__column {
flex-basis: 100%; } }
@media screen and (max-width: 850px) {
.store__column {
margin-bottom: 7rem; } }
.store__column-img {
margin-bottom: 4rem;
overflow: hidden;
height: 44.8rem;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(0, 0, 0, 0.4);
width: 100%; }
.store__column-img--nbd {
border: none;
overflow: visible; }
@media screen and (max-width: 960px) {
.store__column-img--nbd img {
max-width: 60%; } }
@media screen and (max-width: 550px) {
.store__column-img--nbd img {
max-width: 100%; } }
.store__column-img img {
transition: all 700ms ease-out;
width: 100%; }
.store__column-title {
font-weight: bold;
font-size: 3.6rem;
line-height: 125%;
margin-bottom: 1.2rem;
color: #44443D; }
.store__column-subtitle {
font-weight: bold;
font-size: 1.6rem;
line-height: 125%;
margin-bottom: 1.2rem;
color: #44443D; }
.store__column-from {
font-weight: bold;
font-size: 2.4rem;
line-height: 125%;
color: #44443D;
margin-bottom: 4.4rem; }
.store__column-btn {
margin-top: auto;
padding-left: 5.8rem;
padding-right: 5.8rem; }
.store__column-btn--little {
font-size: 1.6rem;
background-color: rgba(138, 136, 83, 0.7); }
.store .pr-outofstock {
color: #ee4a4a;
font-weight: bold;
text-transform: uppercase;
transform: translateY(-17px); }
.woocommerce-cart {
overflow-x: hidden; }
.woocommerce-cart .woocommerce {
padding-left: 2rem;
padding-right: 2rem; }
.woocommerce-cart .entry-footer {
display: none; }
.woocommerce-cart .variation__item {
border-bottom: none;
font-weight: bold; }
.woocommerce-cart .variation-SceglilaBirra {
margin: 0; }
.woocommerce-cart .variation-SceglilaBirra:first-child {
display: none; }
.woocommerce-cart input.shipping_method {
display: none; }
.woocommerce-cart input.shipping_method + label {
position: relative; }
.woocommerce-cart input.shipping_method + label::before {
display: block;
content: '';
width: 16px;
height: 16px;
border-radius: 50%;
border: 2px solid #8a8853;
position: absolute;
top: 2px;
right: 185px; }
.woocommerce-cart input.shipping_method + label::after {
content: '';
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #8a8853;
position: absolute;
top: 6px;
right: 189px;
display: none; }
.woocommerce-cart input.shipping_method:checked + label::after {
display: block; }
.woocommerce-cart input[type="hidden"].shipping_method + label::before {
display: none; }
.woocommerce-cart input[type="hidden"].shipping_method + label::after {
display: none; }
.woocommerce-cart .select2-selection--single {
height: 5.2rem;
border-radius: 0;
outline: none; }
.woocommerce-cart .select2-selection__rendered {
line-height: 5.1rem !important; }
.woocommerce-cart .select2-selection__arrow {
top: 13px !important; }
.woocommerce-cart-form {
margin-bottom: 60px; }
.variation__item {
display: flex;
justify-content: space-between;
padding: 1rem 0;
border-bottom: 1px solid #ddd; }
@media screen and (max-width: 600px) {
.variation__item {
width: 150px; } }
.shop_table {
width: 100%;
border-collapse: collapse;
overflow-x: scroll; }
@media screen and (max-width: 1000px) {
.shop_table {
width: 1000rem; }
.shop_table tr {
width: 1000rem; } }
.shop_table {
width: 100%;
border-collapse: collapse; }
@media screen and (max-width: 576px) {
.shop_table.woocommerce-cart-form__contents {
display: block;
width: 100%;
overflow-x: auto; } }
.shop_table .woocommerce-shipping-calculator,
.shop_table .woocommerce-shipping-destination,
.shop_table .woocommerce-shipping-methods {
margin-bottom: 10px; }
.shop_table .woocommerce-shipping-calculator input,
.shop_table .woocommerce-shipping-destination input,
.shop_table .woocommerce-shipping-methods input {
width: 100%;
padding: 1.5rem 2rem !important;
font-size: 1.4rem !important;
margin-bottom: 1rem; }
.shop_table .woocommerce-shipping-calculator .select2,
.shop_table .woocommerce-shipping-destination .select2,
.shop_table .woocommerce-shipping-methods .select2 {
margin-bottom: 1rem; }
.shop_table th,
.shop_table td {
padding: 10px 14px;
border: 1px solid #eee; }
.shop_table th {
font-weight: 600;
color: #444;
background-color: #f7f7f7; }
.shop_table .product-thumbnail a {
display: block;
width: 80px; }
.shop_table .product-name a {
letter-spacing: .5px;
color: #414141; }
@media screen and (max-width: 1000px) {
.shop_table .product-name a {
display: block;
width: 40rem; } }
.shop_table .product-name a:hover {
text-decoration: underline; }
.shop_table .screen-reader-text {
display: none; }
.shop_table .woocommerce-cart-form__cart-item .quantity .input-text {
width: 60px; }
.shop_table input[type=number]::-webkit-inner-spin-button,
.shop_table input[type=number]::-webkit-outer-spin-button {
opacity: 1; }
.shop_table .product-subtotal .woocommerce-Price-amount {
font-weight: bold; }
.cart-collaterals {
display: flex;
justify-content: flex-end;
margin-bottom: 100px; }
@media screen and (max-width: 768px) {
.cart-collaterals {
display: block; } }
.cart-collaterals .cart_totals {
width: 50%; }
@media screen and (max-width: 768px) {
.cart-collaterals .cart_totals {
width: auto; } }
.cart-collaterals .cart_totals h2 {
margin-bottom: 30px; }
.cart-collaterals table {
margin-bottom: 30px; }
.cart-collaterals table th {
text-align: left; }
.cart-collaterals table td {
text-align: right; }
.shipping-calculator-button {
cursor: pointer; }
.shipping-calculator-button:active, .shipping-calculator-button:hover {
color: #8a8853; }
.cart-empty.woocommerce-info {
text-align: center;
font-size: 3rem;
margin-bottom: 3rem;
color: #8a8853;
font-weight: bold; }
.return-to-shop {
font-size: 2.5rem;
margin-bottom: 2rem;
text-align: center;
color: #8a8853; }
.return-to-shop:hover {
text-decoration: underline;
color: #5e5d42 !important; }
.woocommerce-checkout .checkout__wrap {
display: flex;
justify-content: space-between;
padding: 0 3rem; }
.woocommerce-checkout a:hover {
color: #8a8853 !important; }
.woocommerce-checkout .select2-selection--single {
height: 5.2rem;
border-radius: 0; }
.woocommerce-checkout .select2-selection__rendered {
line-height: 5.1rem !important; }
.woocommerce-checkout .select2-selection__arrow {
top: 13px !important; }
.woocommerce-checkout .entry-title {
text-align: center;
margin-top: 3rem; }
.woocommerce-checkout .wc_payment_methods input {
display: none; }
.woocommerce-checkout .wc_payment_methods input:checked + label::after {
display: block; }
.woocommerce-checkout .wc_payment_methods label {
position: relative;
padding-left: 3rem; }
.woocommerce-checkout .wc_payment_methods label::before {
display: block;
content: '';
width: 16px;
height: 16px;
border-radius: 50%;
border: 2px solid #8a8853;
position: absolute;
top: 4px;
left: 0; }
.woocommerce-checkout .wc_payment_methods label::after {
content: '';
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #8a8853;
position: absolute;
top: 8px;
left: 4px;
display: none; }
.woocommerce-checkout .entry-footer {
display: none; }
.woocommerce-checkout .variation__item {
border-bottom: none;
font-weight: bold; }
.woocommerce-checkout .variation-SceglilaBirra {
margin: 0; }
.woocommerce-checkout .variation-SceglilaBirra:first-child {
display: none; }
.woocommerce-checkout .woocommerce-info {
text-align: center;
margin-bottom: 3rem; }
@media screen and (max-width: 992px) {
.woocommerce-checkout .checkout__wrap {
display: block; } }
.woocommerce-checkout .checkout__item {
margin-bottom: 80px;
width: 47%; }
@media screen and (max-width: 992px) {
.woocommerce-checkout .checkout__item {
width: 100%; } }
.woocommerce-checkout h3 {
margin-bottom: 30px;
text-transform: uppercase;
font-size: 28px;
font-weight: bold; }
@media screen and (max-width: 576px) {
.woocommerce-checkout h3 {
font-size: 20px; } }
.woocommerce-checkout select,
.woocommerce-checkout input,
.woocommerce-checkout textarea {
outline: none;
font-family: Raleway;
font-size: 1.6rem; }
.woocommerce-checkout select:focus,
.woocommerce-checkout input:focus,
.woocommerce-checkout textarea:focus {
outline: 1px solid #b3b3b3;
font-family: Raleway; }
.woocommerce-checkout .form-row {
margin-bottom: 20px; }
.woocommerce-checkout .form-row label {
display: block;
margin-bottom: 5px;
font-weight: 500; }
.woocommerce-checkout .form-row label .required {
font-size: 20px;
color: #b30033; }
.woocommerce-checkout .form-row input {
padding: 1.2rem 1.5rem;
font-size: 1.8rem;
width: 100%;
border: 1px solid #ccc;
border-radius: 0px; }
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
margin-bottom: 60px; }
.woocommerce-checkout .woocommerce-additional-fields textarea {
padding: 10px;
width: 100%;
height: 100px; }
.woocommerce-checkout-review-order-table {
margin-bottom: 40px; }
.woocommerce-checkout-review-order-table thead th:first-of-type {
text-align: left; }
.woocommerce-checkout-review-order-table tfoot th {
text-align: left; }
.woocommerce-checkout-payment button[type="submit"] {
margin-top: 30px;
padding: 2rem 4rem;
color: #f6ebd8;
background-color: #8a8853;
border: 1px solid #8a8853;
transition: all .4s;
font-size: 1.8rem;
cursor: pointer;
border-radius: 0; }
.woocommerce-checkout-payment button[type="submit"]:hover {
color: #8a8853;
background-color: #fff; }
@media screen and (max-width: 576px) {
.woocommerce-form__label-for-checkbox {
font-size: 20px; } }
.page-id-6 .jq-number {
position: relative;
width: 120px !important; }
.page-id-6 .jq-number__field {
height: 5.4rem;
border: 1px solid #e1e1e1; }
.page-id-6 .jq-number__field input {
display: block;
width: 100%;
height: 100%;
text-indent: 2.8rem;
font-size: 1.8rem;
font-weight: bold;
width: 120px !important;
border: none;
background-color: transparent;
outline: none; }
.page-id-6 .jq-number__spin {
position: absolute;
right: 0;
width: 4.9rem;
height: 2.7rem;
border: 1px solid #e1e1e1;
background-color: #fff;
cursor: pointer; }
.page-id-6 .jq-number__spin::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 1.9rem;
height: 0.7rem;
background-image: url(https://c51277.claudeassets.com/20250328062456im_/https://www.birrificiotrevigiano.com/wp-content/themes/bs-eccommerce/assets/i/static/arrow-up.svg);
background-size: cover; }
.page-id-6 .jq-number__spin.plus {
top: 0; }
.page-id-6 .jq-number__spin.minus {
bottom: 0; }
.page-id-6 .jq-number__spin.minus::after {
transform: translate(-50%, -50%) rotate(180deg); }
.page-id-6 .variation__item {
border-bottom: none; }
.page-id-6 .entry-title {
text-align: center;
margin-top: 3rem; }
.woocommerce-form__label-for-checkbox {
display: flex;
align-items: center; }
.woocommerce-form__label-for-checkbox input {
display: none; }
.woocommerce-form__label-for-checkbox input:checked + span:after {
opacity: 1; }
.woocommerce-form__label-for-checkbox span {
position: relative;
padding-left: 3rem; }
.woocommerce-form__label-for-checkbox span::before {
content: '';
position: absolute;
top: 10px;
left: 0;
width: 20px;
height: 20px;
border: 2px solid #8a8853; }
.woocommerce-form__label-for-checkbox span::after {
content: '';
position: absolute;
top: 16px;
left: 4px;
width: 11px;
height: 8px;
background-image: url(https://15b83c.claudeassets.com/20250328062456im_/https://www.birrificiotrevigiano.com/wp-content/themes/bs-eccommerce/assets/i/static/check-brown.svg);
background-size: cover;
opacity: 0;
transition: all .4s; }
.checkout_coupon {
padding-left: 2rem;
padding-right: 2rem; }
.woocommerce-message {
margin: 3rem;
padding: 3rem;
border: 1px solid green; }
.woocommerce-message a {
text-decoration: underline;
color: green; }
.main-footer {
padding: 6.2rem 5.2rem;
color: #f6ebd8;
background-image: url(https://620de5.claudeassets.com/20250328062456im_/https://www.birrificiotrevigiano.com/wp-content/themes/bs-eccommerce/assets/i/static/footer-bg.jpg);
background-size: cover; }
@media screen and (max-width: 992px) {
.main-footer {
padding: 60px 30px; } }
.main-footer__wrap {
display: flex;
justify-content: space-between;
margin-bottom: 4rem; }
@media screen and (max-width: 1500px) {
.main-footer__wrap {
flex-wrap: wrap; } }
@media screen and (max-width: 992px) {
.main-footer__wrap {
display: block; } }
.main-footer__address {
margin-left: 9.2rem;
padding-top: 7.5rem;
flex: 0 0 44rem;
text-align: center;
letter-spacing: 0.4px; }
@media screen and (max-width: 1900px) {
.main-footer__address {
margin-left: 0; } }
@media screen and (max-width: 1500px) {
.main-footer__address {
flex: none;
width: 45%; } }
@media screen and (max-width: 992px) {
.main-footer__address {
margin-bottom: 10rem;
width: auto; } }
.main-footer__address img {
margin-bottom: 2.5rem; }
.main-footer__address p {
margin-bottom: 4rem; }
.main-footer__address ul {
margin-bottom: 4rem; }
.main-footer__address ul li {
margin-bottom: 1rem; }
.main-footer__address ul li a:hover {
text-decoration: underline;
color: #f6ebd8; }
.main-footer .form {
margin-left: 10rem;
width: 22%;
padding: 6.8rem 4.9rem 4.7rem;
border: 3px solid #8a8853; }
@media screen and (max-width: 1900px) {
.main-footer .form {
margin-left: 0;
margin-bottom: 8rem; } }
@media screen and (max-width: 1500px) {
.main-footer .form {
width: 45%; } }
@media screen and (max-width: 992px) {
.main-footer .form {
margin-bottom: 6rem;
width: auto; } }
.form__title {
margin-bottom: 1.5rem;
font-weight: bold;
font-size: 3.6rem;
line-height: 115%;
text-align: center;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #f6ebd8; }
.form .form-group {
margin-bottom: 2rem; }
.form .form-group input,
.form .form-group textarea {
width: 100%;
height: 7.1rem;
font-size: 1.5rem;
line-height: 150%;
letter-spacing: 0.03em;
color: #f6ebd8;
border: 1px solid transparent;
border-bottom-color: #8a8853;
border-radius: 0;
background-color: transparent;
outline: none; }
.form .form-group input:focus,
.form .form-group textarea:focus {
border-color: #8a8853; }
.form .form-group input {  }
.form .form-group input[type='text']::-webkit-input-placeholder, .form .form-group input[type='email']::-webkit-input-placeholder, .form .form-group input[type='phone']::-webkit-input-placeholder {
color: #f6ebd8; }
.form .form-group input[type='text']::-moz-placeholder, .form .form-group input[type='email']::-moz-placeholder, .form .form-group input[type='phone']::-moz-placeholder {
color: #f6ebd8; }
.form .form-group input[type='text']:-moz-placeholder, .form .form-group input[type='email']:-moz-placeholder, .form .form-group input[type='phone']:-moz-placeholder {
color: #f6ebd8; }
.form .form-group input[type='text']:-ms-input-placeholder, .form .form-group input[type='email']:-ms-input-placeholder, .form .form-group input[type='phone']:-ms-input-placeholder {
color: #f6ebd8; }
.form .form-group textarea {   }
.form .form-group textarea::-webkit-input-placeholder {
color: #f6ebd8; }
.form .form-group textarea::-moz-placeholder {
color: #f6ebd8; }
.form .form-group textarea:-moz-placeholder {
color: #f6ebd8; }
.form .form-group textarea:-ms-input-placeholder {
color: #f6ebd8; }
.form span.wpcf7-list-item {
margin: 0; }
.form input[type="submit"] {
width: 100%;
height: 7.5rem;
font-size: 1.8rem;
font-weight: bold;
text-transform: uppercase;
color: #f6ebd8;
background-color: #8a8853;
border: none;
border-radius: 0;
cursor: pointer; }
.form .privacy input[type="checkbox"] {
display: none; }
.form .privacy input[type="checkbox"]:checked ~ .wpcf7-list-item-label::after {
opacity: 1; }
.form .wpcf7-list-item-label {
position: relative;
display: block;
padding-left: 5rem;
font-size: 11px;
cursor: pointer; }
.form .wpcf7-list-item-label a {
font-size: 11px;
color: #8a8853; }
.form .wpcf7-list-item-label a:hover {
text-decoration: underline; }
.form .wpcf7-list-item-label::before {
content: '';
position: absolute;
top: 4px;
left: 0;
width: 20px;
height: 20px;
border: 1px solid #f6ebd8; }
.form .wpcf7-list-item-label::after {
content: '';
position: absolute;
top: 10px;
left: 4px;
width: 11px;
height: 8px;
background-image: url(https://c3f120.claudeassets.com/20250328062456im_/https://www.birrificiotrevigiano.com/wp-content/themes/bs-eccommerce/assets/i/static/check.svg);
background-size: cover;
opacity: 0;
transition: all .4s; }
.main-footer .map {
flex: 0 0 63.2rem;
border: 3px solid #8a8853; }
@media screen and (max-width: 1500px) {
.main-footer .map {
flex: none;
width: 100%;
height: 69.7rem; } }
@media screen and (max-width: 992px) {
.main-footer .map {
margin-bottom: 6rem;
width: auto; } }
.main-footer__bottom {
display: flex;
justify-content: space-between;
align-items: center; }
@media screen and (max-width: 992px) {
.main-footer__bottom {
display: block; } }
.main-footer__bottom .copyright {
font-size: 1.4rem; }
@media screen and (max-width: 992px) {
.main-footer__bottom .copyright {
margin-bottom: 30px; } }
.main-footer__bottom .copyright br {
display: none; }
@media screen and (max-width: 576px) {
.main-footer__bottom .copyright br {
display: block; } }
.main-footer__bottom .copyright a:hover {
text-decoration: underline; }
.main-footer__bottom .partner {
display: flex;
align-items: center;
font-size: 1.4rem; }
@media screen and (max-width: 576px) {
.main-footer__bottom .partner {
display: block; } }
.main-footer__bottom .partner img {
margin-left: 3rem; }
@media screen and (max-width: 576px) {
.main-footer__bottom .partner img {
margin-left: 0;
margin-top: 20px; } }
.privacy-page {
padding: 10rem 0; }
.privacy-page h1,
.privacy-page h2,
.privacy-page h3,
.privacy-page h4,
.privacy-page h5,
.privacy-page h6 {
margin-top: 4rem;
margin-bottom: 3rem; }
.privacy-page a {
color: #8a8853; }
.privacy-page a:hover {
text-decoration: underline; }
/*
     FILE ARCHIVED ON 09:06:55 May 06, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:08:49 Jun 16, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.813
  exclusion.robots: 0.055
  exclusion.robots.policy: 0.047
  esindex: 0.007
  cdx.remote: 22.925
  LoadShardBlock: 73.925 (3)
  PetaboxLoader3.datanode: 106.6 (4)
  load_resource: 82.662
  PetaboxLoader3.resolve: 44.642
*/