/** Shopify CDN: Minification failed

Line 109:44 Expected ":"

**/
/* Main */
:root {
    color-scheme: light;
    --background: #f7f7f7;
    --border: #d6d6db;
    --productHeight: 250px;
    --pageWidth: 1300px;
}

@media (prefers-color-scheme: dark) {
    :root {
    }
}

body{
    background-color: var(--background);
}
p {
    margin-bottom: 0em!important;
}
#MainContent {
    max-width: var(--pageWidth);
    padding: 0px;
}
.shopify-section:has(.main-section) {
    max-width: 100vw;
    min-width: var(--pageWidth);
}
button, .quantitypicker, select {
    cursor:pointer
}
/* Scrollbars off for horizontal scrolling*/
.collection-grid, tags {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll;
}

.collection-grid::-webkit-scrollbar, tags::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}
/*Section Layout*/
.collection-tag-wrapper{
    display: flex;
    margin:  0px 0px 20px 0px;
    color: white;
    gap:10px;
    align-items:center;
justify-content: space-between;
}
.collection-tag{
    background-color: rgba(95, 95, 96, 0.7);
    border-radius: 10px;
    padding: 5px 14px;
    font-size: 14px;
}
tags {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
}
.tag-divider{
    opacity:0.5;
}
description{
    padding-top: 10px;
}
.nutrition{
    background-color: #E8E8E8;
    border-radius: 10px;
    font-size: 14px;
    color: #232323;
    background-image: url(//drink-mana.de/cdn/shop/t/82/assets/nutrition-file.svg?v=665790520552901701717057794);
    transition: 0.3s;
    background-repeat: no-repeat;
    background-size: 13px;
    padding: 5px 14px 5px 37px;
    background-position: 15px center;
    line-height: ;
}
.nutrition:hover{
    background-color: rgba(95, 95, 96, 0.5);
}
.collection-header-title{
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0px;
    width: 100%;
    flex-direction: column;
}
.collection-title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
    font-family: Roboto;
    font-weight: 500;
    font-size:26px;
}
.learnmore{
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;collection-header-title
    display: flex;
    border-style: none;
    border-width: 2px;
    text-align: right;
    flex-direction: column;
    align-items: center;
    place-content: center;
    background-image: url("https://cdn.shopify.com/s/files/1/0250/4045/3716/t/20/assets/arrow-right--blue-1644245708834.svg?v=1644245709");
    background-size: 7px;
    white-space: nowrap;
    overflow: hidden;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 6px 15px;
    display: flex;
    align-items: center;
}
.learnmore:hover{
    text-decoration: underline;
    color: #0081ff;
}
.collection-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 15px 0;
    margin: -15px 0;
    overflow: visible;
    height: fit-content;
    max-width: calc(100vw - 40px);
    grid-auto-flow: row dense;
}
.collection-grid-item{
    min-height: fit-content;
    height: 100%;
    border-style: solid;
    border-color: var(--border);
    border-width: 1px;
    background-color: white;
    color: rgb(35, 35, 35);
    border-radius: 23px;
    margin: 0px;
    padding: 10px 15px 10px 0px;
    transition: 0.3s ease 0s;
    scroll-snap-align: center;
    display: flex;
    flex-direction: row;
    justify-content: start;
}
.collection-grid-item:hover{
    box-shadow: 2px 4px 16px rgba(0, 0, 0, .06);
    transform: scale3d(1.01, 1.01, 1.01);
}
/*Purchase Option Tabs*/
.tab-buttons{
    display: flex;
    flex-direction: column;
}
.product-tabs{
    display:grid;
    gap: 10px;
}
.tab-button{
    min-width: 100%;
    border-style: solid;
    border-color: rgb(244, 244, 244);
    border-width: 2px;
    border-radius: 14px;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 400;
    line-height: 14px;
    font-size: 14px;
    text-align: left;
    padding: 14px 10px 12px 40px;
    background-image: url("https://cdn.shopify.com/s/files/1/0081/8210/4127/files/Payyment_Selector_-_Empty.svg?v=1703847659");
    background-position: 10px center;
    background-size: 22px;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: border-color 0.3s ease 0s;
}
.tab-button:hover{
    border-color: rgb(134, 134, 139);
}
/*Variant Picker*/
.variant-picker{
    min-width: 100%;
    border-style: solid;
    border-color: rgb(244, 244, 244);
    border-width: 2px;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 400;
    line-height: 14px;
    font-size: 14px;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: border-color 0.3s ease 0s;
    background-size: 30px;
    padding: 5px 21px 5px 10px!important;
    margin-bottom: 14px;
    border-radius: 10px;
    background-position: calc(100% - 3px) center;
    margin-left: -2px;
    margin-right: -2px;
}

/* Footer Dark mode Padding*/
@media (prefers-color-scheme: dark) {
    .mana-footer {
        margin-top: 50px;
    }
}

/* Styl pro aktivní tlačítko */
.tab-button.activtab {
    border-color: #0081ff;
    background-image: url("https://cdn.shopify.com/s/files/1/0081/8210/4127/files/Payyment_Selector_-_Checked.svg?v=1703847659");
    background-position: 10px center;
    background-size: 22px;
    background-repeat: no-repeat;
}
.tab-button disabled{
    pointer-events: none;
    opacity: .32;
}
.productprice-offer {
    color: #ff9500 !important;
}
/* Product*/
.productprice, .prices {
    color: #5c5e62 ;
    font-size: 14px;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.product-image{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    height: 90px;
    width: auto;
    padding: 5px;
}
.product-image-a{
    align-items: center;
    align-content: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.collection-wrapper{
    display: flex;
    flex-direction: column;
    align-items: start;
    min-width: calc(100% - 90px);
    min-height: 100%;
    justify-content: space-between;
}
.collection-highlight{
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    font-family: Roboto;
    text-align: start;
    padding: 0px;
    border-width: 2px;
    border-style: none;
    font-weight: 500;
    font-size: 13px;
    color: rgb(255, 149, 0);
    line-height: 18px;
    z-index: 2;
    max-height: 15px;
    min-height: 0px;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 5px;
}
.flavor-text{
    font-family: Roboto;
    text-align: center;
    padding: 0px;
    margin-bottom:4px;
    white-space: nowrap;
    border-width: 2px;
    border-style: none;
    font-weight: 400;
    font-size: 14px;
    overflow: hidden;
    color: #333333;
    line-height: 15px;
    margin-top: 10px;
    max-width: 100%;
    text-overflow: ellipsis;
}
.product-title{
    margin-top: 0px;
    text-transform: initial;
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.priceperportion {
    min-width: fit-content;
    white-space: nowrap;
    max-width: 50%;
    overflow: hidden;
    font-family: Roboto;
    text-align: center;
    padding: 0px;
    font-weight: 400;
    font-size: 15px;
    color: rgb(136, 136, 142);
    margin-bottom: 10px;
    line-height: 15px;
}
.quantitypickerblock{
    margin-right: 10px;
}
.quantitypicker {
    border: 1px solid #DADADC;
    border-radius: 100px;
    min-height: 40px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    min-width: calc(60% - 5px);
    padding: 0px 5px;
    transition: ease .3s;
}
.quantitypicker:hover{
    border-color: #86868b;
}
.simple-subscription-frequency-select {
    font-size: 14px;
}
select {
    padding-right: 20px;
    font-size: 15px;
}
.addtocartcollect {
    font-size: 14px;
    padding: 8px 16px;
    min-height: fit-content;
    line-height: 14px;
    background-color: #0081ff;
    color: #fff;
    width: auto;
    min-width: calc(40% - 5px);
    min-height: 100%;
    border-radius: 100px;
    font-weight: 500;
    transition: ease .3s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-height: 40%;
    flex-grow: 1;
    cursor:pointer;
}
.addtocartcollect:hover{
    color:#fff;
    background-color:#0066cc;
}
.addtocart-wrapper{
    display: flex;
    justify-content: space-between;
    min-width: 100%;
    align-items: end;
}
.simple-subscription-frequency-select {
    font-size: 14px;
}
[disabled] {
    pointer-events: none;
    opacity: .32;
}
/* TABLET */
@media (max-width:1300px) {
    .shopify-section:has(.main-section) {
        max-width: 100vw;
        min-width: 100vw;
    }
    .collection-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        padding: 20px;
        min-width: 100vw;
    }
    .tag-wrapper{
        padding: 0px 20px;
    }
    .collection-header-title {
        padding: 20px 20px;
        width: 100vw;
        display: flex;
        flex-direction: column;
    }
    .learnmore{
        margin-right:20px;
    }
    tags {
        max-width: 100vw;
        padding-left: 20px;
        overflow: scroll;
    }
}
@media (max-width:1160px) {
    .collection-grid {
        grid-template-columns: repeat(3,1fr);
        min-width: 100vw;
        gap: 10px;
        padding: 10px;
    }
    .simple-subscription-frequency-select {
        padding-left:6px;
    }
}
@media (max-width:830px) {
    .collection-grid {
        grid-template-columns: repeat(2,1fr);
    }
}
/* MOBILE */
@media (max-width: 767px) {
    .shopify-section:has(.main-section) {
        max-width: 100vw;
        min-width: 100vw;
    }
    .collection-header-title{
        padding: 20px 20px;
    }
    .collection-grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* pro hladké skrolování na iOS */
        max-width: 100vw;
        padding: 15px 50vw;
        margin: -15px 0px;
        scroll-snap-type: mandatory;
        scroll-snap-type: x mandatory;
        overflow-x: scroll;
        overflow-y: clip;
        gap: 20px;

    }
    .collection-grid-item {
        flex: 0 0 auto;
        width: 300px;
    }
    .collection-grid-item:first-child {
        scroll-snap-align: start;
        scroll-snap-margin-left: 20px;
        scroll-margin-left:20px;
    }
    .collection-header-title{
        width: 100vw;
    }
    .learnmore{
        margin-right:20px;
    }
    tags {
        max-width: 100vw;
        padding-left: 20px;
        overflow: scroll;
    }
    .tag-wrapper{
        justify-content: start;
        white-space: nowrap;
        max-width: 100vw;
        overflow: scroll;
    }
    .collection-tag-wrapper{
        width:fit-content;
        max-width:200vw;
    }
}
