/* ----------------- Top ----------------- */

#top {
    position: relative;
    background-color: var(--clr-white);
    background-image: url("../images/backgrounds/main-top.jpg?v=2");
    background-size: cover;
    background-position: center right;
}

#top .headerContainer {
    position: absolute;
    top: 48.8%;
    transform: translateY(-50%);
    right: 8.8rem;
}

#top .h1 {
    margin-bottom: 4.0rem;
    color: var(--clr-white);
    font-size: 9.9rem;
    line-height: 10.5rem;
    font-weight: 900;
    text-transform: uppercase;
}

#top .button.arrow.right {
    backdrop-filter: blur(2.4rem);
    -webkit-backdrop-filter: blur(2.4rem);
}


/* ----------------- Front Products ----------------- */

#rady .products.desktop {  
    display: flex;
}

#rady .products.tabletMobile {
    display: none;
}

#rady .products {
    position: absolute;
    bottom: 3.0rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: nowrap;
    gap: 14.0rem;
    height: 84.4rem;
}

#rady .products .item {
    display: flex;
    width: 21.1rem;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

#rady .products .h2 {
    color: var(--clr-white);
    font-size: 4.5rem;
    font-weight: 900;
    text-transform: uppercase;
}

#rady .products .imgContainer {
    display: flex;
    width: 100%;
    height: 60.0rem;
    align-items: center;
    justify-content: center;
}

#rady .products img {
    max-width: 100%;
    height: auto;
    max-height: 55.0rem;
    transition: max-height 0.5s, max-width 0.5s;
}

#rady .products img:hover {
    max-width: 110%;
    max-height: 62.0rem;
    transition: max-height 0.5s, max-width 0.5s;
}

#rady .products .shadow {
    height: 5.0rem;
    width: 21.1rem;
    background-image: url("../images/assets/shadow-can.svg");
}


/* ----------------- Series ----------------- */

#o-birellu .background,
#rady .background,
.seriesPostPage .background,
.seriesProductsPage .background {
    position: absolute;
    height: 100%;
    width: 100%;
    background-position: center;
}

#o-birellu .background.classic,
.seriesPostPage .background.classic {
    background-size: 110%;
    background-position: top -34rem right -10rem;
    background-image: url("../images/backgrounds/type-description-classic.svg");
}

#rady .background.mixed {
    background-size: 114%;
    background-position: top -8rem right -8rem;
    background-image: url("../images/backgrounds/series-selection.png");
}

.seriesProductsPage .background.classic {
    background-size: 130%;
    background-position: top -12rem right -19rem;
    background-image: url("../images/backgrounds/type-selection-classic.svg");
}

.seriesPostPage .background.juicy {
    background-size: 105%;
    background-position: top -38rem left 0rem;
    background-image: url("../images/backgrounds/type-description-juicy.svg");
}

.seriesProductsPage .background.juicy {
    background-size: 100%;
    background-position: top -24rem right 0rem;
    background-image: url("../images/backgrounds/type-selection-juicy.svg");
}


/* ----------------- Contact ----------------- */

#kontakt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}

.contact .formContainer {
    width: 72.0rem;
}

.contact .formContainer > * {
    width: 100%;
}

.contact .h1 {
    margin-bottom: 3rem;
    font-size: 7.5rem;
    font-weight: 900;
    text-transform: uppercase;
}

.contact .h3 {
    margin-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
}

.contact .info {
    margin-bottom: 4rem;
    
}

.contact .info > * {
    width: 100%;
    padding-left: 4.0rem;
    font-size: 2.0rem;
    line-height: 3.6rem;
    font-weight: 400;
    background-position: center left;
}

.contact .location {
    background-size: 2.0rem 2.6rem;
    background-image: url("../images/icons/contact-pin.svg");
}

.contact .email {
    background-size: 2.0rem 1.8rem;
    background-image: url("../images/icons/contact-mail.svg");
}

.contact form {
    line-height: 0;
}

.contact form p {
    margin: 0;
}

.contact form input,
.contact form input[type=text],
.contact form input[type=email],
.contact form input[type=submit],
.contact form textarea {
    display: block;
    margin: 0 0 1.6rem 0;
    padding: 1.6rem 3.2rem;
    width: 100%;
    color: var(--clr-white);
    font-family: 'Foco', sans-serif;
    font-weight: 500;
    font-size: 2.0rem;
    line-height: 2.6rem;
    background-color: #d9d9d980;
    border: none;
    border-radius: 1.0rem;
    text-align: left;
}

.contact form input::placeholder,
.contact form input[type=text]::placeholder,
.contact form input[type=email]::placeholder,
.contact form textarea::placeholder {
    color: var(--clr-white);
    font-family: 'Foco', sans-serif;
    font-weight: 300;
    font-size: 2.0rem;
    line-height: 2.6rem;
    opacity: 0.6;
}

.contact form textarea {
    height: 11.6rem !important;
    resize: none;
}

.contact form input[type=submit] {
    width: max-content;
    padding: 1.3rem 6.1rem;
    background-color: var(--clr-white);
    color: #0F3B98;
    font-weight: 700;
    border: solid 0.3rem var(--clr-white);
    transition: background-color 0.5s, color 0.5s;
    cursor: pointer;
}

.contact form input[type=submit]:hover {
    background-color: transparent;
    color: var(--clr-white);
}



.contact form .wpcf7-not-valid-tip {
    margin: 0;
    margin-top: -4.4rem;
    padding: 0 3.2rem 0 0;
    height: 4.4rem;
    color: #a41818;
    font-family: 'Foco', sans-serif;
    font-weight: 400;
    font-size: 2.0rem;
    text-align: right;
}

.contact form .wpcf7-spinner,
.contact form .wpcf7-response-output {
    margin: 0;
    padding: 0 3.2rem 0 0;
    height: 0;
    font-family: 'Foco', sans-serif;
    font-weight: 400;
    font-size: 2.0rem;
    border: none;
}

.contact .map {
    width: 77.7rem;
    height: 70.7rem;
    background-image: url("../images/assets/contact-map.png");
}


/* ----------------- Series Products ----------------- */

.seriesProducts {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.seriesProducts .slider {
    margin: 0 auto 0 auto;
    width: max-content;
    max-width: 80%;
    gap: 10.0rem;
}

.seriesProducts .item {
    display: flex;
    width: 25.0rem;
    justify-content: center;
    align-items: flex-end;
}

.seriesProducts .imgContainer {
    display: flex;
    width: 100%;
    height: 60.0rem;
    align-items: center;
    justify-content: center;
}

.seriesProducts img {
    max-width: 90%;
    height: auto;
    max-height: 59.0rem;
    transition: max-height 0.5s, max-width 0.5s;
}

.seriesProducts .item:hover img {
    max-width: 100%;
    max-height: 60.0rem;
    transition: max-height 0.5s, max-width 0.5s;
}

.seriesProducts .item .button {
    margin-top: 2rem;
    margin-bottom: 0.4rem;
    opacity: 0;
    transition: opacity 0.5s;
}

.seriesProducts .item:hover .button {
    opacity: 1;
}

.seriesProducts .item .shadow {
    margin-top: 2rem;
    height: 5.0rem;
    width: 21.1rem;
    background-image: url("../images/assets/shadow-can.svg");
}




/* ----------------- Birells ----------------- */

#birell-detail .birellGallery {

}

#birell-detail .birellGallery .slider {
    overflow-y: hidden;
}

#birell-detail .birellGallery .itemInner {
    display: block;
    margin: 14.6rem 14.6rem 0rem 19.2rem;
    width: auto;
    height: auto;
}


/* ------- Birell Post ------- */
#birell-detail .birellGallery .post {
    transform: translate(0, 0);
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 102.0rem;
    max-height: max-content;
}

#birell-detail .birellGallery .post a,
#birell-detail .birellGallery .post a:visited,
#birell-detail .birellGallery .post a:hover {
    color: var(--clr-white);
}

#birell-detail .birellGallery .post a:hover {
    text-decoration: underline;
}

#birell-detail .birellGallery .navigator.back {
    padding-left: 3.6rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    text-transform: uppercase;
    background-image: url("../images/icons/arrow-left-white.svg");
    background-size: 1.8rem 1.8rem;
    background-position: left center;
}

#birell-detail .birellGallery .h1 {
    font-size: 7.0rem;
    line-height: 120%;
    font-weight: 900;
    margin-top: 6rem;
    margin-bottom: 6rem;
}

#birell-detail .birellGallery .body {
    margin-bottom: 6rem;
}

#birell-detail .birellGallery .columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0;
}

#birell-detail .birellGallery .columns > * {
    width: 45%;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.8rem;
}


#birell-detail .birellGallery .columns .h4 {
    font-weight: 900;
}

#birell-detail .birellGallery .columns .ingredients {
    width: 40%;
}

#birell-detail .birellGallery .columns .ingredients .text {

}

#birell-detail .birellGallery .columns .nutrients {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.0rem;
}


#birell-detail .birellGallery .columns .nutrients table {
    margin-top: 2rem;
}

#birell-detail .birellGallery .columns .nutrients table tr {
    /*border-bottom: solid 0.1rem var(--clr-white);*/
}

#birell-detail .birellGallery .columns .nutrients table td {
    padding: 0.8rem 4.8rem 0.8rem 0rem;
    /*border-bottom: solid 0.1rem var(--clr-white);*/
}


/* ------- Birell Gallery Image ------- */

#birell-detail .birellGallery .imabeBbackground {
    position: absolute;
    bottom: 0;
    right: -12.6rem;
    height: 82rem;
    width: 90rem;
    background-position: center center;
}

#birell-detail .birellGallery .imabeBbackground.classic {
    background-size: contain;
    background-position: bottom center;
    background-image: url("../images/backgrounds/birell-image-classic.svg");
    transform: scaleX(-1);
}

#birell-detail .birellGallery .imabeBbackground.juicy {
    bottom: -9rem;
    right: -30rem;
    height: 100rem;
    width: 138rem;
    background-image: url("../images/backgrounds/birell-image-juicy.svg");
    transform: rotate(9deg);
}

#birell-detail .birellGallery .imgContainer {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 20rem;
    height: 74.7rem;
    width: 25.0rem;
    overflow: hidden;
    align-items: flex-end;
}

#birell-detail .birellGallery img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}


/* ------- Birell Selection ------- */

#birell-selection .birellSelection,
#gamingBirells .birellSelection {
    display: flex;
    margin: 0 14.6rem 0 14.6rem;
    padding: 7.3rem 0 14.6rem 0;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3.1rem;
}

#birell-selection .birellSelection a,
#birell-selection .birellSelection a:hover,
#birell-selection .birellSelection a:visited,
#gamingBirells .birellSelection a,
#gamingBirells .birellSelection a:hover,
#gamingBirells .birellSelection a:visited {
    color: var(--clr-white);
    flex: 0 0 calc(25% - 3.1rem);
    max-width: calc(25% - 3.1rem);
}

#birell-selection .birellSelection .item,
#gamingBirells .birellSelection .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3.4rem;
    height: 25.9rem;
    border-radius: 0.8rem;
    overflow: hidden;
}

#birell-selection .birellSelection .item .title,
#gamingBirells .birellSelection .item .title {
    max-width: 18.0rem;
    font-size: 3.0rem;
    line-height: 3.5rem;
    font-weight: 700;
    text-transform: uppercase;
}


#birell-selection .birellSelection .item .link,
#gamingBirells .birellSelection .item .link {
    display: flex;
    padding-left: 5.5rem;
    width: max-content;
    height: 3.5rem;
    font-size: 1.7rem;
    line-height: 2.0rem;
    font-weight: 300;
    background-image: url("../images/icons/circle-arrow-right.svg");
    background-size: 3.5rem 3.5rem;
    background-position: center left;
    align-items: center;
}

#birell-selection .birellSelection .item .imgContainer,
#gamingBirells .birellSelection .item .imgContainer {
    position: absolute;
    right: 5.2rem;
    bottom: 0;
    display: flex;
    width: 10.6rem;
    height: 19.0rem;
    align-items: center;
    justify-content: center;
}

#birell-selection .birellSelection .item img,
#gamingBirells .birellSelection .item img {
    margin-top: 3.6rem;
    max-width: 100%;
    height: auto;
    max-height: 29.0rem;
    object-fit: contain;
    transition: max-height 0.5s, max-width 0.5s;
}

#birell-selection .birellSelection .item:hover img,
#gamingBirells .birellSelection .item:hover img {
    max-width: 110%;
    max-height: 33.4rem;
    transition: max-height 0.5s, max-width 0.5s;
}

#birell-selection .birellSelection .item .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
}

#birell-selection .birellSelection .item .icon.main {
    top: 1rem;
    right: 1rem;
    width: 4.3rem;
    height: 4.3rem;
    background-image: url("../images/icons/icon-main.svg");
}

#birell-selection .birellSelection .item .icon.flavour {
    top: 1rem;
    right: 1.3rem;
    width: 4.3rem;
    height: 4.3rem;
    background-image: url("../images/icons/icon-flvr.svg");
}

#birell-selection .birellSelection .item .icon.active {
    top: -0.2rem;
    right: -0.6rem;
    width: 8rem;
    height: 8rem;
    background-image: url("../images/icons/icon-active.svg");
}





