/*
Se stai leggendo il codice di questo sito...
Lo so benissimo che fa schifo, è un prototipo programmato da zaro in 2 giorni ☕☕☕☕
*/
/* @import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap'); */
@import url('/thirdparty/satisfy.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
:root {
    --gold: #FFD700;
    --color1: #2B2D42;
    --color1A: #2b2d423a;
    --color2: #8D99AE;
    --color3: #ffffff;
    /* --color3:#fffffff3; */
    --color4: #EF233C;
    /* --color5:#a80b4d; */
    --color5: #a80b4d;
    --color9: #374f0f;
    --color6: #7c0ba8;
    --color7: #390083;
    --color8: #3133b3;
    --colorFermi: #666666;
    --colorBollicine: #7ebce6;
    --colorAnfora: #ff9b42;
    --colorFermiA: rgba(0, 0, 0, 0.096);
    --colorBollicineA: #7ebce61c;
    --colorAnforaA: #ff9a4221;
    --borderRadius: 4px;
    --borderRadius2: 6px;
    --borderRadius3: 8px;
}
progress {
    accent-color:var(--color4);
  }
  
* {
    /* image-rendering:auto;
    image-rendering:smooth;
     */

    /* image-rendering: high-quality; */

    min-width: 0;
    min-height: 0;
    user-select: initial;
    box-sizing: border-box !important;
}

a,a:hover,a:visited{
    color:var(--color5)
}

footer a,
footer a:hover,
footer a:visited{
    color:var(--color1);
     
    text-decoration: none;

}

body,
html {
    margin: 0;
    padding: 0;
}

html.translated-ltr{
    height:auto!important;
}

body {
    font-family: 'Noto Sans', monospace;
    display: flex;
    width: 100%;
    height: 100%;
    color: var(--color1);
    flex-direction: column;
    background-color: #fff;
    user-select: none;
}


img,picture {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
  }

  p{
    user-select: text;
  }
  

pre,
code {
    text-shadow: none;
}

main {
    margin-bottom: 4rem;
    margin: auto;
    box-shadow: 0px 0px 0.1rem 0.05rem var(--color1);
    min-height: 100vh;
    background-color: var(--color3);
    width: 100%;
}


h1,h2,h3,h4 ,p {
    clear: both;
    margin:0;
    padding:0;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    

}

 
h1 {
    text-align: left;
}
/* 
h1,h2,h3,h4,p {
    padding: 0;
    margin: 0;
} */

.center {
    text-align: center;
}


.left {
    text-align: left;
}


.right {
    text-align: right;
}


section {
    margin: 0;
    padding: 0;
    padding:0.3rem;
    margin-bottom:1rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    max-width: 1920px;
}

picture{
    max-width: 100%;
    max-height: 100%;
}
picture img{
    max-width:100%;
    max-height: 100%;
    /* width:100%;
    height:auto;
    object-fit: cover;  */
}




header{

    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin: auto;
    flex-wrap: wrap;
    background-color: var(--color3);
    padding: 1rem;
    flex-direction: column;
    box-shadow: 0px 0px 0.1rem 0.05rem var(--color1);
    
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

 
 
nav,
nav a,
nav a>* {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    flex-wrap: nowrap;
    align-items: flex-start;
    position:relative;

}

nav{
    justify-content: space-between;
    /* max-width: 1280px; */
    max-width: 1600px;

    margin-top:0.6rem;
    width:90%;
    user-select: none;
}

nav a {
    flex-direction: row;

    cursor: pointer;
    padding: 6px;
    padding-left:3px;
   font-size: 0.9rem;
   border-bottom: dotted 1px var(--color5);

}

nav.v a{
    border-left: dotted 1px var(--color5);
    border-bottom: none;

}

nav a:hover,
nav a.active {
    border-bottom: solid 1px var(--color5);
    color: var(--color5);
 }

 nav.v a:hover,
 nav.v a.active{
    border-left: solid 1px var(--color5);
    border-bottom:none;

 }

nav a span {
    margin-right: 0.3rem;
    display: block;
}

nav.submenu{
    margin:0;
    position:absolute;
    flex-direction: column;
    background: var(--color3);
    top:104%;
    z-index:99;
    width:fit-content;
    padding:1rem;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color:var(--color1);
    /* border-left: dotted 0.1rem var(--color5);
    border-right: dotted 0.1rem var(--color5);
    border-bottom: dotted 0.1rem var(--color5); */
    /* display: none; */

}
 

nav.submenu.closed {
    animation: hideMenu 0.5s linear forwards;
}
nav.submenu.closed.closedInitial {
display: none;
}
nav.submenu.open {
    animation: showMenu 0.5s linear forwards;
    /* height: fit-content; */

}

 



header > div {
    display:flex;
    padding:0;
    margin:0;
    /* max-width: 1280px; */
    max-width: 1700px;

    width:90%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;

}

#bio{
    display:flex;
    flex-direction: column;
    font-size: 0.7rem;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    max-width: 10rem;
    text-align: center;
}

#bio img{
    max-width:3rem;
}

#bio b{
    margin:0.3rem;

}

header #logo{
    height:10rem;
}

header > div > div:nth-child(2){
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
}



header.floating {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding:0.3rem;
}

header.floating #up {
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    width: 3rem;
    margin-left: 3rem;
    cursor: pointer;
}

header.floating nav {
    display: none;
}

header.floating #side b {
    display: none;
}

header.floating #logo {
    height: 4rem;
    display: flex;
    align-items: center;
display: flex;
}



body.horeca .horeca {
    border-color: var(--colorAnfora);
    color: var(--colorAnfora);
    text-shadow: 0px 0px 1px var(--color2),
        0px 0px 1px var(--color2);
}

.block.warn{
    color:var(--color5);
    border-color:var(--color5);
}
.block {
    border: 1px dotted var(--color1);
    border-radius: var(--borderRadius);
    padding: 0.4rem;

    text-align: left;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.8rem !important;
    text-align: left;
    margin: 0

}
section.content{
    padding:1rem;
}
section.content.focus .block>*:first-child {

    /* align-items: center; */

}
section.content.focus .block{
    text-align: left;
    padding:0.4rem;
}

.block>*:first-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.block>*:nth-child(2) .material-symbols-outlined {
    font-size: 3rem;
    margin: 0;
    padding: 0;
}

.block>*:nth-child(2) img {
    max-width: 100%;
    min-width: 6rem;
}

.block>*:nth-child(2) {
    width: 10rem;
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}


.block h3 {
    display: flex;
    flex-direction: row;

    align-items: center;
    margin: 0;
    padding: 0;
    margin-bottom: 0.3rem;

}


.trackStatus {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.trackingIcon {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem;
}





button {
    all: unset;

    display: inline-flex;
    flex-direction: row;
    align-items: center;
    border: 0.15rem solid var(--color1);
    padding: 0.5rem;

    border-radius: var(--borderRadius);
    font-size: 1.1rem;
    background: var(--color1);
    color: var(--color3);

    cursor: pointer;
    margin:1px;
}

button:hover {
    filter: brightness(130%);
}

.center {
    text-align: center !important;
    align-items: center !important;
}


button.big{
    width:100%;
    max-width: 100%;
}


.spinner {
    animation: rotate 3s linear infinite;
    display: block;
    text-align: center;
    will-change: transform;
}


table.form .spinner {
    width: 100%;
    padding: 1rem;
}




/*******/
/* Base */

 





 





 
.material-symbols-outlined {
    font-size: 130%;
}

.material-symbols-outlined.inlineicon {
    font-size: 2rem;
    margin-right: 0.4rem;

}

.bigicon {
    font-size: 4rem !important;
    padding: 0.6rem;
}










#intro>div {
    max-width: 100%;
}

#intro {
    padding: 0;
    margin: 0;

    font-size: 1rem;
    color: #fff;

    width: 100%;
    height: 100%;
    max-width: 100%;

    background-color: #fff;
    /* background-image: url("/static/bg/wp5.webp"); */
    background-size: cover;
    background-position: center;


}

#intro p {

    user-select: none;
    margin-top: 20vmax;
    margin-bottom: 0;
    padding: 1rem;
    text-align: left;
    opacity: 0.8;
    background: var(--color9);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-top-right-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
    text-align: center;
    text-shadow: 0.1rem 0.04rem 2px #0000008a;
}

 


/* if backdrop-filter is  supported use it */
@supports (backdrop-filter: blur(100px)) {
    body:not(.low-end) #intro p {
        /* background: none; */
        /* backdrop-filter: blur(100px); */
        opacity: 1;
        width: fit-content;


    }
}



 
 








table.form {
    width:100%;
    max-width: 100%;
    min-width: 50%;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 0 100px 1px #a80b4c1c;
    /* background: var(--color3); */
    padding: 1rem;
    color: var(--color1);
    font-weight: bold;
    border-radius: var(--borderRadius);
    /* box-shadow: 0 0 0.2rem 0.2rem var(--color1); */
}

table.form td:nth-child(2) {
    padding-left: 1rem;
}

table.form button {
    min-width: 100%;
    margin-top: 1rem;

}

button span {
    text-align: center;
}

button span:first-child {
    text-align: left;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
}

button span:last-child {
    flex-grow: 1;

}

input,
textarea,
select,
nav.selector {
    padding: 0.3rem;
    background: transparent;
    font-family: unset;
    color: unset;
    border: 0.12rem solid var(--color1);
    border-radius: var(--borderRadius);
    width: 100%;
    box-shadow: 0 0 0.1rem 0.01rem var(--color1);

    margin-left: auto;
}

nav.selector{
    display: flex;
    flex-direction: column;
    width: auto;
    position: relative;
    
}

nav.selector .optionsList{
    display: flex;
    flex-direction: column;
    max-width: 100%;

    position: relative;
    top:0;
    left:0;
}

nav.selector .optionsList > *:hover {
    filter: brightness(133%);
}
nav.selector .optionsList.opened{
    z-index:999;
    position: absolute;
    top:0;
    left:0;
    background-color: var(--color3);
    min-width: 100%;
    width:fit-content;
    min-height: 100%;
    height:auto;
    padding:0.1rem;
    border-radius: 4px;
    box-shadow: 0 0 0.1rem 0.1rem var(--color1);
}
nav.selector .optionsList .hidden{
    display: none;
    

}

.hidden{
    display: none!important;
}

textarea {
    min-width: 30vw;
    min-height: 20vh;
}

/********/
/* Buy Button */



.buy {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: right;
    width: 100%;
}




.board {
    flex-direction: row;
    display: flex;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(25rem,100%), 1fr));
    grid-auto-rows: 1fr;
    align-items: stretch;
    justify-content: center;
    text-align: left;
    grid-auto-flow:  dense;
    column-gap: 1rem;
    grid-gap: 1rem;
    margin:0;
    margin-top:1rem;
    margin-bottom:1rem;
    width: 100%;
}

section.content.focus{
    max-width: min(1200px,100%);
}
section.content > article {
    max-width: min(1920px,99%);

    margin-left:auto;
    margin-right:auto;
}

/*******/
/* Section all */
section.content h1[cat="vini-fermi"],section.content h1[catbase="vini-fermi"] {
    text-shadow: 0 0 100px var(--colorFermi);
    color: var(--colorFermi);
}

section.content h1[cat="vini-in-anfora"],section.content h1[catbase="vini-in-anfora"] {
    text-shadow: 0 0 120px var(--colorAnfora);
    color: var(--colorAnfora);
}

section.content h1[cat="bollicine"],section.content h1[catbase="bollicine"] {
    text-shadow: 0 0 100px var(--colorBollicine);
    color: var(--colorBollicine);
}

section.content h1 {
    margin-top: 2rem;
    font-size: 3.2rem;
    margin-bottom: 1rem;
    color: var(--color1);
    text-shadow: 0 0 150px var(--color1);

    /* text-shadow: 0px 0px 0.1rem var(--color2); */
    font-family: "Satisfy";
}



/*******/
/* Item */
section.content .item {
    display: flex;
    flex-direction: column;
    align-items: center;
  
}



section.content .item img:hover{
    
    filter: brightness(120%);
    cursor:pointer;

}

section.content .item img.noHoverEffect{
    filter: brightness(100%)!important;
}

section.content div.suggestions h2 {
    margin: 0;
    font-size: 1rem;
}

section.content div.suggestions h3 {
    margin: 0;
    font-size: 0.8rem;
}
section.content div.suggestions h4 {
    margin: 0;
    font-size: 0.6rem;
}


section.content div.suggestions span {
    margin: 0;
    font-size: 0.7rem;
}

/* section.content div.suggestions {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: wrap; */

/* } */
section.content .suggestions.itemsList .item {
    min-width: 0;
    flex-basis: 3rem;
    border:none;
}

section.content .suggestions.itemsList .item img {
    height: 8rem;



}
 
section.content .itemsList .buy{
    margin-top:auto;
}



/* section.content div.suggestions .item {
    max-width: 22vh;
    margin: 0.5%;
    min-width: 8rem;
} */

section.content .item {
    /* will-change: opacity; */
    /* opacity: 0;
    animation: fadein 0.7s linear forwards; */

}

section.content .itemsList.animated .item img,
section.content .itemsList.animated .item .img {
    opacity: 0;
    will-change: transform, opacity;
}

section.content .itemsList.animated  .item.outView img,
section.content .itemsList.animated  .item.outView .img {
    animation: none;
    opacity: 0;

}

section.content .itemsList.animated .item.inView img,
section.content .itemsList.animated  .item.inView .img {
    transform: translateY(-400px) scale(0.5);

    animation: slideIn2 0.4s linear forwards;
    animation-delay: calc(0.2s * var(--i));

}
body.low-end section.content .itemsList.animated .item img,
body.low-end section.content .itemsList.animated .item .img {
    opacity: 1;
    will-change: auto;

}
body.low-end section.content .itemsList.animated .item.inView img,
body.low-end section.content .itemsList.animated  .item.inView .img{
    transform:unset;
    animation:unset;
}


main>* {
    /* opacity: 0;
    animation: fadein 1s linear forwards; */
}

/* body {
      background:var(--color3);
  } */

h1 {
    animation-delay: 0.5s;
    will-change: transform;

    animation: slideIn 0.5s linear forwards;
}

body.low-end h1{
    animation:none;
    will-change: auto;
}


/*******/
/* Item view */
section.content .itemView h2 {
    margin-top: 2rem;
}

section.content .itemView {
    display: flex;
    justify-content: center;
    flex-direction: row;
    max-width: 100%;
    flex-wrap: nowrap;
    
}
section.content .itemView .details  *{
    user-select:text!important;

}

section.content .itemView .details {
    margin-left:1rem;

}

section.content .itemView>div:first-child {
     display: flex;
     min-width: min(90vw,25rem);
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0.3rem;
    flex-grow: 1;
    
}
section.content .itemView>div:last-child {
    padding: 0.3rem;
    flex-grow: 1;
}

section.content .itemView>div:first-child .facts {
    /* max-width: 90%; */
    width:15rem;
}


section.content .itemView div.img {
    width: 512px;
    height: 512px;
    max-width: min(100%,90vw);
    max-height: 90vw;
}


section.content .itemView .back {
    font-size: 4rem;
    margin: 1rem;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

section.content .itemView ul,
section.content .itemView li {
    margin: 0;
    padding: 0;
    margin-left: 0.8rem;
}



 
/*******/
/* Items list view */
section.content .itemsList .item img {
    cursor: pointer;
}

section.content .itemsList .item span {
    /* font-size: 1rem; */
    text-align: justify;
    /* margin-bottom: auto; */
}

section.content .itemsList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content:space-evenly;
    /* justify-content: space-evenly; */
}

section.content .itemsList h2 {
    /* min-height:4rem; */

}

section.content .itemsList.smaller h2 {
    font-size: 1rem;
}

section.content .itemsList.smaller span {
    font-size: 0.7rem;
}

section.content .itemsList.scrollable{
    display: block;
    overflow-x: auto;
    white-space: nowrap;

    /* flex-wrap: nowrap; */
    
}

section.content .itemsList.scrollable article{
    display: inline-flex;

    min-width: 8rem;
}

section.content .itemsList h3 ,section.content .itemsList h4{
    text-align: center;
    /* min-height:4rem; */
}

section.content .itemsList .item {
    flex-basis: 18rem;
    max-width: 23rem;
    margin: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-width: 0.4rem;
    border-style: solid;
    border-color: transparent;
    flex-grow: 1;

}

section.content .itemsList.smaller .item {
    max-width: 22vh;
    margin: 0.5%;
    min-width: 8rem;
}


section.content .itemsList.smaller .item img{
    height: auto;
    width: 100%;



}

section.content .itemsList .item[cat="vini-in-anfora"] {
    border-bottom-color: var(--colorAnforaA);
}

section.content .itemsList .item[cat="vini-fermi"] {
    /* border: solid 1px var(--colorFermiA); */
    border-bottom-color: var(--colorFermiA);

    /* background:var(--colorFermiA); */
}

section.content .itemsList .item[cat="bollicine"] {
    border-bottom-color: var(--colorBollicineA);
    /* background:var(--colorBollicineA); */
}

section.content .itemsList .item h2,
section.content .itemsList .item h3,
section.content .itemsList .item h1 {
    margin: 0;
  
}

section.content .itemsList .item h2{
    
}

section.content .itemsList .item h2 {
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
}

section.content .itemsList .item img {
    max-height:300px;
    height: 55vh;

    
}



/* 
section#horeca{
  font-size:0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
} */

footer {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    width: 90vw;
    margin: auto;
    margin-bottom: 8rem;
    margin-top: 2rem;
}

footer,
footer a,
footer .material-symbols-outlined {
    color: var(--color1);
    font-size: 0.8rem;
   text-decoration: none;
}

footer a{
    display:inline-flex;
    flex-direction: row;
    align-items: center;
}

/** ALERTS AND SUCH **/
.error,
.info,
.pending {
    font-size: 0.8rem;
    color: var(--color5);
    font-style: italic;
    padding: 0.5rem;
    border: dotted 1px var(--color5);
    text-align: center;
}

.pending{
    color: var(--color1);
    border: dotted 1px var(--color1);

}

.info {
    color: var(--color8);
    border: dotted 1px var(--color8);

}

.grecaptcha-badge{
    display:none!important;
}

.badges {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 0.5rem;

    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.badges img {
    filter: grayscale(100%);
    margin: 1rem;
    width: 5rem;
}

.articleslist{
    display: grid;
    /* auto-fit max 2*/
    grid-template-columns: repeat(auto-fit, minmax(min(25rem,100%), 1fr));
    grid-auto-rows: 1fr;
    align-items: stretch;
    justify-content: center;
    text-align: left;
    grid-auto-flow:  dense;
     max-width: 100%;
    /* margin-left:auto;
    margin-right:auto; */
    column-gap: 1rem;
    row-gap: 1rem;
}


.articleslist.v {
    grid-template-columns: repeat(1,1fr);
    grid-auto-rows: 1fr;
    
}


/* .articleslist.h2 {
    grid-template-columns: repeat(2, minmax(min(25rem,100%),1fr));
     
} */


.articleslist.v article{
    /* min-height: 30vh; */
    

}

article.preview,
.articleslist article{
    display:flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: stretch;
    border-radius: var(--borderRadius);
    box-shadow: 0px 0px 0.8rem 0.01rem var(--color1A);
    width: 100%;
    max-width: 100%;
    font-size:0.8rem;
    
    min-height: 8rem;

}

.articleslist article > div {
    
}

/* Dealing with 2 orphan items */


article.preview{
    align-items: start;
    height: max-content;
    min-height:30vh;
    font-size:1rem;
}


article.preview > *,
.articleslist article > *{
    margin:1rem;
    flex-basis: 60%; 
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
    /* margin-top: auto; */
    /* padding-top:1rem; */
}



article.preview picture,
.articleslist article picture{
    display:block;
    flex-basis: 40%; 
    height:100%;
    background-size: cover;
    background-position: center;
    margin:0;
    padding:0;
    border-radius: var(--borderRadius);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /* object-fit: cover; */
    /* flex-shrink: 0; */
    
} 

  .articleslist article.outView {


}


.articleslist article.inView {

}

.facts{
    margin-top:2rem;
    margin-bottom:2rem;
}

.facts article{
    cursor: pointer;
    position: relative;
}
.facts article .learnmore > *{
    padding:0.1rem;
}
.facts article .learnmore{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    bottom:0.1rem;
    right:0.1rem;
    color:var(--color1);
    opacity:0.5;
    padding:0;
    margin:0;
    font-size:0.8rem;
    
}


.facts article:hover{
    filter: brightness(110%);
}

.facts article > *{
    /* justify-content: center; */

}

hr{
    border-color: var(--color1);
    border-style: dotted;
    border-width:0.1rem;
    border-bottom: none;
    border-left: none;
    border-radius: none;
    margin:2rem;
    padding:0;

}

 div.buttons{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: end;
    margin-top:auto;
    padding-top:1rem;
 }


 #floating-buttons{
    display: flex;
    flex-direction: column;
    position: fixed;
    align-items: center;
    bottom:0rem;
    padding:0rem;
    right:0rem;
    font-size:2.4rem;
    z-index:99999;
    /* text-shadow: 0px 0px 5px var(--color1),0px 0px 10px var(--color1); */
    color:var(--color3);
    margin:0.2rem;
    z-index:2;

 }

 #floating-buttons > div{
    padding:0;
    margin:0;
    background-color: var(--color3);
    color:var(--color1);
    margin:0.4rem;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:0.5rem;
    font-size: 2rem;
    border-radius: var(--borderRadius2);
    border: 2px solid var(--color1);
    box-shadow: 0px 0px 0.5rem 0.01rem var(--color1);
 }
 #floating-buttons .cartButton {
    display:none;
 }
 #floating-buttons .cartButton.withElements {
    display:flex;
 }
 
 #floating-buttons > div > span.tooltip{
    position:  absolute;
    display: flex;
    right:80%;
    font-size:0.8rem;
    background:var(--color3);
    color:var(--color1);
    padding:0.5em;
    align-items: center;
    justify-content: center;
    
    padding-right:20%;
    box-shadow: 0px 0px 0.2rem 0.01rem var(--color1);
    border-radius: var(--borderRadius3);
    z-index:-1;
    min-width:8rem;
    text-align: center;
    min-height:2.5rem;
    animation: expandX 0.6s ease-in-out forwards;
    transform-origin: right center;
 }



 .smallTip{
    display:flex;
    flex-direction: row;
    align-items: center;
    font-size:0.7rem;
    justify-content: center;
    width:100%;
    opacity: 0.7;
    text-align: left;

 }

 .smallTip > *{
    padding:0.4rem;
 }


section.content article > h2{
    margin-bottom:1rem;
    margin-top:2rem;
 }

 section.content article > h1{
    margin-top:2rem;
    margin-bottom:1rem;
 }

 .window.focus{
    max-width: 1200px;
 }

 #trackSH{
    display: flex;
flex-direction: column;
font-family: monospace;
 font-weight: normal;
text-align: center;
 }

 .trackStatus{
    flex-wrap: wrap;
 }

 .stars{
 }

 .stars .star{
    color:var(--color1);
    /*outline*/
    text-shadow: 0px 0px 2px var(--color1),0px 0px 0.2rem var(--color1);
    font-size:2rem!important;

 }
 .stars .star.fill{
    font-variation-settings: 'FILL' 1;
    color:var(--gold);
 }

 .starsCnt{
    display: flex;
flex-direction: column;
align-items: center;
margin: 1rem;
 }

 .starsCnt .leaveReview{
    font-size:0.7rem;
    cursor: pointer;
    text-decoration: underline;
 }

.date{
    display: flex;
    flex-direction: row !important;
    justify-content: center !important;
    padding: 1rem;
}
.date > div {
    margin: 0.3rem;

}
.date select {
    background: var(--color1);
color: var(--color3);
text-align: center;
font-size: 1.2rem;
font-weight: bold;
border: var(--color1);
border-radius: 2px;
margin:0.6rem;
}

.facts article > span {
    display: block;
}

#languageSelector {
    display: flex;
    align-items: center;
    justify-content: center;
}

#languageSelector img{
    width:2rem;
    margin:0.2rem;
    border-radius: 200px;
}

.modelView3dCnt{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.modelView3d{
    border: none;
    width: 100%;
    height:100%;
    max-height: min(90vw,100%);
    max-width: min(90vw,100%);
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
}
.modelView2d{
    width: min(90vw,90%);
    min-width:300px;
    margin: 1.3rem;
    box-shadow: 0 0 20px 1px var(--color1A);
}

.modelView2d.round{
    border-radius: 200%;

}

hRow{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

hRow:last-child{
    flex-grow: 2;

}

.itemView .img{
    
    position: relative;
}
.itemView .view360{
    position: absolute;
    cursor: pointer;
    right:0rem;
    bottom:0rem;
    width: 6rem;
    height:3rem;
    background-image: url('/static/360.webp');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


 
  .prerender360 input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    padding:0;
    appearance: none;
    background: #a80b4c1f;
    cursor: pointer;
    border-radius: 3px;
  }


  .prerender360 input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
  }

  .prerender360 input[type=range]:focus {
    outline: none;
    /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
  }

  .prerender360 input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;

    /* Hides the slider so custom styles can be added */
    background: transparent;
    border-color: transparent;
    color: transparent;
  }


  
  .prerender360 input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 2rem;
    width: 4rem;
    border-radius: 4px;
    background: #a80b4d;
    cursor: pointer;
    margin: 0;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  }

  
  .prerender360 input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 2rem;
    width: 4rem;
    border-radius: 4px;
    background: #a80b4d;
    cursor: pointer;
    margin: 0;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  }

  
  .prerender360 input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    height: 2rem;
    width: 4rem;
    border-radius: 4px;
    background: #a80b4d;
    cursor: pointer;
    margin: 0;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  }

  .prerender360 #error{
    background-color: #fff;
    position: absolute;
    flex-direction: column;
    display:flex;
    z-index:2;
    top:0;
    left:0;
    width:100%;
    height:100%;
    align-items: center;
    justify-content: center;

  }

  .prerender360 {
    width: 100%;
    height: 100%;
    /* max-height: min(90vw, 100%);
    max-width: min(90vw, 100%); */
    padding:2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    background:var(--color3);
  }



  .prerender360 .preRenderContainer {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  .prerender360 .preRenderContainer video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }











  progress {
    
    -webkit-appearance: none;
    margin: 1rem;
    width: 32rem;
    max-width: 99%;
    height: 0.5rem;
    background: var(--color2);
    box-shadow: 0 0 133px var(--color1) ;
    border:none;
    border-radius: 32px;
    overflow: hidden;
  }

  progress::-webkit-progress-bar {
    background-color: var(--color2);
  }

  progress::-webkit-progress-value {
    background-color: var(--color4);
  }

  progress::-moz-progress-bar {
    background-color: var(--color4);
  }








  .prerender360 #loading img{
    width:13rem;
  }

  .prerender360 #loading{
    background-color: #fff;
    position: absolute;
    flex-direction: column;
    display:flex;
    z-index:2;
    top:0;
    left:0;
    width:100%;
    height:100%;
    align-items: center;
    justify-content: center;

  }