/* quill editor custom */
.ql-editor {
    /* box-sizing: border-box; */
    /* counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; */
    line-height: 1.2; /* ql default: 1.44 */
    height: auto; /* ql default: 100% */
    outline: none;
    overflow-y: auto;
    padding: 0; /* ql default: 12px 15px */
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
    /* font-size: 18px; */
}

.ql-editor strong {font-weight: bold !important;}

.ql-editor em {font-style: italic !important;}

.ql-editor ul li{
    padding-left: 0;
    list-style: outside;
    /*list-style: square;*/     /*idk only inside works*/
}

.ql-editor ol li{
    padding-left: 0;
    list-style: decimal;
}

.ql-editor .ql-size-huge {
    font-size:2rem;
}

/* GENERAL */

html {
    box-sizing: border-box;
    font-size:18px;
}
  *, *:before, *:after {
    box-sizing: inherit;
}

body {
    line-height: 1.2;
    font-family: "Cormorant Garamond", serif;
    overflow-y:scroll;
    color: #323232;
}

input, textarea {
    line-height: 1.2;
    font-family: "Cormorant Garamond", serif;
    font-size: 17px;
}

/* @font-face {
    font-family: "Cormorant Garamond";
    src: url(../assets/fonts/CormorantGaramond-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url(../assets/fonts/CormorantGaramond-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url(../assets/fonts/CormorantGaramond-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url(../assets/fonts/CormorantGaramond-SemiBoldItalic.ttf);
    font-weight: 600;
    font-style: italic;
} */


h1 {
    display:none;
}


.swiper-button {
    width: 32px;
    height: 60px;
    color: #fff!important;
    background-color: #00000075;
    /* border-radius: 4px; */
    pointer-events: auto;
}

.swiper-button:after {
    font-size:24px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events:auto;
}

.seperator {text-align: center;margin-bottom: 64px;display: flex;flex-direction: column;justify-content: center;align-items: center;}

.seperator img{
    width: 120px;
    opacity: 0.5;
}


/* HEADER */

#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 99;
    text-align: center;
    background-color: #fff;
    /* display: none; */
}

#header.shop {
    background-color: transparent;
}

.desktop-menu-container {
    display:none;
}

.desktop-menu-container .nav-item {
    text-decoration:none;
    font-size: 1.2rem;
    font-style: italic;
    color: #4f4f4f;
}

.desktop-menu-container:last-of-type .nav-item:last-of-type {
    font-weight:700;
}

.shop-nav-item.hidden {
    display:none;
}

#logo-container {
    display: inline-block;
    padding-top: 8px;
    transition: all 400ms ease-in-out;
}

#logo-container.shop {
    /* margin-top: 76px; */
}

#logo {
    height: 74px;
    transition: all 400ms ease-in-out;
    cursor: pointer;
}

#logo-container.shop #logo{
    /* height: 86px; */
}

#mobile-nav-button {
    position:absolute;
    width:36px;
    height:36px;
    right:12px;
    top:12px;
    background-image:url(../assets/img/menu_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24.svg);
    background-size: 64% auto;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    /* background-color: #000; */
    border-radius: 4px;
    filter: brightness(0);
}

#mobile-nav-button.active {
    background-image:url(../assets/img/menu_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24.svg);
}

#mobile-nav-container {
    position: absolute;
    top: 0;
    right:0;
    background-color: #ffffff;
    height: 100vh;
    width: 0;
    display: flex;
    justify-content: right;
    overflow:hidden;
    transition:all 0.3s ease-in-out;
}

#mobile-nav-container.active {
    width: 220px;
    box-shadow: rgba(0, 0, 0, 0.12) -6px 0px 24px 0px;
}

#mobile-nav {
    display:flex;
    flex-direction: column;
    gap: 8px;
    text-align: right;
    margin-top: 84px;
    margin-right: 32px;
}

.mobile-nav-item {
    padding: 8px 0;
    font-size: 1.6rem;
    color: #000000;
    font-style: italic;
    text-decoration: none;
}

/* SECTION CONTAINER */

#home-container {
    display:none;
}

#home-container.active {
    display:block;
}

#section-container {
    position:relative;
    top: 54px;
}

.inner {
    padding: 48px 24px;
}

#shop-container .inner {
    padding-bottom: 120px;
}

.section-headline {
    text-align:center;
    font-style:italic;
    font-size: 2rem;
    margin-bottom: 16px;
    letter-spacing: 0.05rem;
}

#inspiration-slider-container {
    margin-top:-40px;
    margin-bottom:-40px;
}

/* HOME SECTION */

#home-section {
    height: 100vh;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center center;
}

.home-inner {
    display:flex;
    height:100%;
    width:100%;
    justify-content: center;
    align-items: center;
}

#home-info {
    margin-bottom:64px;
    display:flex;
    flex-direction: column;
    align-items: center;
    gap:16px;
    /* color: #fff; */
    padding: 84px;
    background-color: #ffffff30;
    border-radius: 8px;
    backdrop-filter: blur(24px);
    text-shadow: 1px 3px 8px rgba(120,120,120,0.27);
    border-radius: 999px;
    zoom: 0.8;
    display: none;
}

#home-info h3 {
    font-size: 4rem;
    font-weight: 600;
    color: #383838;
    color: #fff;
}

#home-info p {
    font-size: 1.6rem;
    text-align: center;
    /* color: #000000; */
    /* font-style: italic; */
    /* color: #3b3b3b; */
}

#home-info .seperator {
    margin:0;
}


/* INTRO SECTION */

#intro-section h2 {
    line-height: 1;
    overflow: visible;
    margin-bottom: 16px;
}

#intro-section h2 p {
    margin:0;
}

#intro-section p {
    /* margin-bottom:48px; */
    overflow: visible;
}

#intro-section p:last-of-type {
    /* margin-bottom:0; */
}

#intro-slider {
    margin-bottom:48px;
    border-radius:4px;
    margin-top: 48px;
}

.intro-slider-item-image {
    display:block;
    width:100%;
    height:320px;
    object-fit:cover;
    /* border-radius: 8px; */
}

#inspiration-slider {
    /* border-radius: 4px; */
    /* margin-left: -40px; */
    /* margin-right: -40px; */
    /* padding-left: 40px; */
    /* padding-right: 40px; */
    padding-top: 40px;
    padding-bottom: 40px;
}

#inspiration-slider .swiper-slide {
    box-shadow: rgba(0, 0, 0, 0.12) 3px 6px 24px 0px;
    border-radius: 4px;
    overflow: hidden;
}

.inspiration-slider-item-image {
    display:block;
    width:100%;
    height:320px;
    object-fit:cover;
    /* margin-bottom: 16px; */
}

.inspiration-slider-item-text {
    padding: 24px;
    background-color: #ffffff;
    padding-bottom: 32px;
    min-height: 160px;
}

#shop-product-slider {margin-bottom: 8px;}

#shop-product-slider-zoom{
    display: none;
}

#shop-product-slider-zoom.active{
    display: block;
}

.shop-product-slider-item-image {
    display:block;
    width:100%;
    height: 512px;
    object-fit:contain;
    /* margin-bottom: 8px; */
    pointer-events: none;
}

#shop-product-thumbs-slider {

}

#shop-product-title {
    font-size:24px;
}

.shop-product-thumbs-slider-item.swiper-slide {
    width: 60px;
    opacity: 0.5;
    cursor: pointer;
}

.shop-product-thumbs-slider-item.swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.shop-product-thumbs-slider-item-image {
    display:block;
    width: 100%;
    height: 60px;
    object-fit: cover;
}

#sortiment-section {
    position:relative;
}

#sortiment-grid-container {
    display:flex;
    flex-wrap: wrap;
    gap:16px;
    flex-direction: row;
    position: relative;
    /* width: 100%; */
    overflow: hidden;
    /* padding-left: 64px; */
    /* padding-right: 64px; */
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.sortiment-grid-item {
    display:inline-block;
    width: calc(50% - 8px);
    padding-bottom:50%;
    height:0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.sortiment-grid-item .item-inner {
    position:absolute;
    width:100%;
    height:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    transition: all 300ms ease-in-out;
    /* font-weight: 700; */
    /* font-style: italic; */
    backdrop-filter: blur(4px);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.27);
}

.sortiment-grid-item:hover .item-inner {
    background-color: transparent !important;
}

#sortiment-grid-item-getraenke .item-inner {
    background-color: #d1686c;
}

#sortiment-grid-item-feinkost .item-inner {
    background-color: #aeb580;
}

#sortiment-grid-item-deko .item-inner {
    background-color: #c7ac91;
}

#sortiment-grid-item-buecher .item-inner {
    background-color: #cfc2ba;
}

#sortiment-grid-item-geschenke .item-inner {
    background-color: #ab85a0;
}

#sortiment-grid-item-diverses .item-inner {
    background-color: #88aab5;
}

.sortiment-grid-item .item-inner h4 {
    font-size: 2.2rem;
    font-style:italic;
}

.sortiment-grid-item .item-inner p {
    margin-bottom:8px;
    font-size: 1.2rem;
}

#sortiment-popup-container {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #ffffff57;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    backdrop-filter: blur(8px);
    padding: 16px;
    border-radius: 4px;
}

#sortiment-popup-container.active {
    display:block;
}

#sortiment-popup {
    display:flex;
    flex-direction:column;
    /* padding:24px; */
    /* backdrop-filter: blur(8px); */
    height: 100%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

#sortiment-popup-close-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    background-color: #00000066;
    cursor: pointer;
    display: flex;
    padding: 6px;
    border-radius: 4px;
}

.sortiment-popup-category-item {
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    background-color: #fff;
    display:none;
    overflow: hidden;
}

.sortiment-popup-category-item.active {
    display: flex;
}

.sortiment-popup-category-item img {
    width:100%;
    /* height:30%; */
    object-fit:cover;
    flex: 1;
}

.sortiment-popup-text-container {
    padding:24px;
    overflow-y: auto;
    flex: 2;
}


.sortiment-popup-text {
    
}

#degustation-section {

}



#degustation-section .inner {
    max-width: 100%;
}

#degustation-image-container {
    /* background-image: url(../assets/img/Wein-Gust-Ret-scaled.jpg); */
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    color:#fff;
    /* padding: 96px 0; */
    background-attachment: fixed;
    /* backdrop-filter: blur(16px); */
}

.background-overlay {
    width:100%;
    height:100%;
    background-color:#0000001c;
    backdrop-filter:blur(6px);
}

#degustation-image-container .image-container-inner {
    padding:48px 32px;
}

#degustation-image-container #degustation-info{
    margin-bottom: 48px;
}

#degustation-image-container a{
    color:#fff;
    text-decoration: none;
    border-radius:4px;
    padding: 16px 36px;
    display: inline-block;
    border: 1px solid #fff;
    /* text-transform: uppercase; */
    background-color: #00000000;
    font-weight: 700;
}

#contact-section {
    /* padding-bottom:120px; */
}

#contact-button-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 48px;
    margin-top: 48px;
}

#contact-mail-button{
    cursor: pointer;
    padding: 16px 0;
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    width: 250px;
    text-align: center;
}

#contact-phone-button{
    cursor: pointer;
    padding: 16px 0;
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    width: 250px;
    text-align: center;
}

#contact-closed-info{
    display: none;
}

#contact-closed-info.active{
    display: block;
}

#contact-open-hours{
    display: none;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
}

#contact-open-hours.active{
    display: flex;
}

#contact-open-hours > div{
    display:flex;
    flex-direction: column;
}

.contact-open-day {
    font-weight:700;
    line-height: 24px;
}

.contact-open-time {
    line-height: 24px;
}

.contact-open-time[data-id=contact-opening-so-11] {
    margin-top: 24px;
}

#siteinfo-popup-container{
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 700;
    backdrop-filter: blur(4px);
    padding: 8px;
    max-height: 100%;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
}

#siteinfo-popup-container.active{
    display: flex;
}

#siteinfo-popup {
    padding: 16px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    max-width: 70vw;
}

#siteinfo-header{
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 16px;
}

#siteinfo-close {
    filter:invert(1);
    cursor:pointer;
}

#siteinfo-body {
    padding: 16px;
    display: flex;
    gap: 24px;
    flex-direction: column;
}

#siteinfo-body p{min-height: 1rem;}

/* SHOP */

#shop-container {
    position:relative;
    /* top: 60px; */
    display:none;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#shop-container.active {
    display: flex;
    flex-direction: column;
}

#shop-header {
    background-color: #fff;
    background-image: url(../assets/img/pattern1.jpg);
    background-repeat: repeat-x;
    background-size: 170px;
    width: 100%;
    position: fixed;
    display: flex;
    flex-direction: column;
    /* gap: 16px; */
    /* padding: 8px; */
    z-index: 20;
    height: 120px;
    justify-content: space-between;
    max-width: 960px;
    background-position: 0 40px;
}

#shop-logo-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 100%;
    pointer-events: none;
    height: 100px;
    top: 0;
}

#shop-logo {
    height: 74px;
}

#shop-header-controls {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* padding: 8px; */
    flex-wrap: wrap;
    width: 100%;
    height: 40px;
    align-items: flex-start;
}

#shop-container.active #shop-header{
    /* height: 100px; */
    /* max-width: 1020px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
}

#shop-section-container{
    position: relative;
    top: 120px;
    /* overflow: hidden; */
}

#shop-container {

}

#shop-main-category-section {
    display:none;
}

#shop-main-category-section.active {
    display:block;
}

#shop-sub-category-section {
    display:none;
}

#shop-sub-category-section.active {
    display:block;
}

#shop-product-list-section {
    display:none;
}

#shop-product-list-section.active {
    display:block;
}

#shop-product-section {
    display:none;
}

#shop-product-section.active {
    display:block;
}

#shop-section-container h2 {
    text-align:center;
    font-style:italic;
    font-size: 2.2rem;
    /* font-weight:bold; */
    margin-bottom: 64px;
}

#shop-main-category-container {
    display:flex;
    flex-wrap: wrap;
    gap:16px;
    flex-direction: row;
    justify-content: center;
}

.shop-main-category-item {
    width: calc(50% - 8px);
    cursor: pointer;
    padding-bottom: 16px;
}

.shop-main-category-item-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    padding-top: 100%;
    margin-bottom: 16px;
    border-radius: 4px;
}


.shop-main-category-item-title {
    /* display:flex; */
    /* flex-direction: column; */
    /* justify-content: flex-end; */
    /* height: 100%; */
    /* width: 100%; */
    /* position: absolute; */
    /* pointer-events: none; */
    /* padding: 8px; */
    /* top: 100%; */
    text-align: center;
    /* margin-bottom: 16px; */
    /* font-size: 1.2rem; */
    font-weight: 700;
    text-transform: uppercase;
}

#shop-main-category-info {
    margin-bottom: 64px;
    text-align: justify;
    display: none;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}

#shop-main-category-info.active {
    display: block;
}

#shop-category-info {
    overflow: visible;
    margin-bottom: 64px;
    text-align: justify;
    display: none;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#shop-category-info.active {
    display: block;
}

#shop-product-list-category-info {
    overflow: visible;
    margin-bottom: 64px;
    /* text-align: justify; */
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.shop-sub-category-item {
    width: calc(50% - 8px);
    padding-bottom: calc(50% - 8px);
    position: relative;
}

.shop-sub-category-item-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
}


.shop-sub-category-item-title {
    display:flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    position: absolute;
    pointer-events: none;
    padding: 8px;
    color: #fff;
}

#shop-sub-category-info {
    margin-bottom:38px;
}



/*popup*/
#popup-container{
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 999;
    backdrop-filter: blur(4px);
}

#popup-container.active{
    display: flex;
}

#popup {
    padding: 48px;
    background-color: #fff;
    text-align: center;
    position: relative;
    border-radius: 4px;
}

#popup-title{
    font-weight: 600;
    margin-bottom: 16px;
}

#popup-info {
    text-align: center;
}

#popup-confirm {
    padding: 12px 16px;
    cursor: pointer;
    background-color: #121212;
    color: #fff;
    border-radius: 4px;
    margin-top: 24px;
}


/* product list */
#shop-product-list-container{display: flex;flex-wrap: wrap;gap: 16px;flex-direction: row;justify-content: center;}

.shop-product-list-item{
    width: calc(50% - 8px);
    cursor: pointer;
    text-align: center;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shop-product-list-item-image {background-size: cover;background-repeat: no-repeat;background-position: center center;width: 100%;padding-top: 100%;margin-bottom: 16px;border-radius: 4px;}

.shop-product-list-item-title{
    z-index: 10;
    font-style: italic;
}

.shop-product-list-item-subtitle{
    z-index: 10;
    font-weight: 700;
    font-size: 1.2rem;
    /* margin-bottom: 8px; */
    margin-bottom: 4px;
}

.shop-product-list-item-price{
    z-index: 10;
    font-weight: 700;
    /* font-size: 1.2rem; */
    /* border: 1px solid; */
    /* padding: 0 8px; */
    /* border-radius: 4px; */
    /* margin-top: 4px; */
    font-family: "Montserrat", sans-serif;
}

.shop-product-list-item-button{
    z-index: 10;
    padding: 4px;
    cursor: pointer;
    display: none;
}

#shop-product-present-message{
    display: none;
    margin-top: 8px;
    width: 100%;
    /* height: 128px; */
    min-height: 100px;
    resize: vertical;
    max-height: 400px;
    padding: 8px;
    border-radius: 4px;
}

#shop-product-present-message.active{
    display: block;
}

#shop-product-present-container{
    display: none;
    margin-bottom: 24px;
}

#shop-product-present-container.active{
    display: block;
}

#shop-product-item-present-checkbox-label {
    cursor:pointer;
}

#shop-product-buy-container {
    display:flex;
    flex-direction:row;
    align-items: center;
}

#shop-product-buy-button {
    /* display:flex; */
    /* justify-content: center; */
    /* align-items:center; */
}



.shop-product-style-type{
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* flex-wrap: wrap; */
    /* max-width: 100%; */
    /* overflow: hidden; */
}

#shop-product-page-style-section{
    display: none;
    margin-bottom: 36px;
}

#shop-product-page-style-section.active{
    display: block;
}

#shop-product-page-style-title{
    /* font-size: larger; */
    /* text-align: center; */
    /* margin: 24px 0; */
    margin-bottom: 16px;
    display: none;
}


.shop-product-style-type-title{
    /* font-size: large; */
    /* text-align: center; */
    font-weight: 700;
    font-size: 1.2rem;
}

#shop-product-page-style-container{
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    gap: 16px;
    /* margin-bottom: 24px; */
    flex-wrap: wrap;
}

.shop-product-style-name-container{
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
}

.shop-product-style-item{
    display: flex;
    /* gap: 8px; */
    padding: 0 2px;
    /* padding-right: 8px; */
    opacity: 0.6;
    cursor: pointer;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    border: 1px solid #b3b3b3;
    /* background-color: #d4d4d4; */
    line-height: 36px;
    flex-direction: row;
    min-width: 40px;
    height: 40px;
}

.shop-product-style-item-title{padding-right: 8px;padding-left: 8px;}

.shop-product-style-item.valid{
    opacity: 1;
    background-color: transparent;
}

.shop-product-style-item.sold-out{
    cursor: not-allowed;
     opacity: 0.3;
}

.shop-product-style-item.active{
    outline: 2px solid;
}


.shop-product-style-item-color{
    height: 36px;
    width: 36px;
    /* margin: 4px 0; */
    border: 1px solid;
    /*border-radius: 50%;*/
    border-radius: 4px;
}

.shop-product-style-item-image{
    height: 36px;
    width: 36px;
    border-radius: 4px;
}

#shop-header-controls-left {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    height: 40px;
}

#shop-go-back{
    /* background-color: #000; */
    /* color: white; */
    /* cursor: pointer; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* width: 42px; */
    /* height: 42px; */
    /* border-radius: 50%; */
    cursor:pointer;
    color: #fff;
    /* align-self: flex-start; */
    /* text-transform: uppercase; */
    /* border-right: 1px solid #000; */
    /* padding-right: 8px; */
    font-weight: 700;
    background-color: #4b4b4b;
    padding: 4px 8px;
    line-height:1;
    font-size:15px;
    border-radius:999px;
}

#shop-go-back img{
    width:20px;
    height:20px;
}

#shop-search-container {
    display:none;
}

#shop-cart-button{
    background-color: #4b4b4b;
    /* color: white; */
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor:pointer;
    align-self: flex-end;
    /* margin-right: 8px; */
    /* margin-top: 4px; */
    /* border-bottom: 2px solid #727272; */
    border: 4px solid #fff;
}

#shop-cart-button img{
    width: 18px;
    height: 18px;
    /* filter: brightness(0); */
}

#shop-product-buy-button{
    padding: 0 24px;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    border-radius: 999px;
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: center;
}

#shop-product-buy-button.sold-out{
    opacity: 0.4;
}

#shop-product-buy-number {
    width:64px;
    line-height: 36px;
    padding: 0 8px;
    margin-right: 8px;
    border-radius: 4px;
    border: 1px solid #000;
    height: 36px;
}

#shop-product-container {
    display:flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

#shop-product-slider-container {
    margin-bottom:24px;
}

.shop-product-title {
    /* font-weight:700; */
    font-size: 1.6rem;
    line-height: 1;
    /* margin-bottom: 0.4rem; */
    font-style: italic;
}

.shop-product-sub-title {
    font-weight: 700;
    font-size:2.4rem;
    line-height: 1;
    margin-bottom: 1rem;
    letter-spacing: -1px;
}

.shop-product-price {
    font-size: 1.6rem;
    font-weight: 700;
    /* line-height: 1; */
    margin-bottom: 8px;
    /* font-family: "arial"; */
    /* font-family: "EB Garamond"; */
    font-family: "Montserrat", sans-serif;
}

.shop-product-price-info {
    margin-bottom: 1rem;
    font-size: 0.8em;
    opacity: 0.5;
}

.shop-product-description {
    margin-bottom: 24px;
}

.shop-product-alc-info {
    font-size: 14px;
    /* text-transform: uppercase; */
    font-weight: 700;
    margin-bottom: 24px;
    display: inline-block;
    padding: 4px 8px;
    background-color: #7104041a;
    color: #710404;
    border-radius: 4px;
    display:none;
}

.shop-product-alc-info.active {
    display:block;
}

.shop-product-alc-info span {
}

/*cart popup*/
#cart-popup-container{
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 700;
    backdrop-filter: blur(4px);
    padding: 8px;
    max-height: 100%;
    overflow: hidden;
    flex-direction: column;
}

#cart-popup-container.active{
    display: flex;
}

#cart-popup {
    padding: 16px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

#cart-popup-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

#cart-popup-back{
    display: none;
    cursor: pointer;
    padding: 5px;
}

#cart-popup-back.active {
    display: block;
}

#cart-popup-title{
    font-size: 1.6rem;
    font-weight: 700;
}

#cart-popup-close{
    cursor: pointer;
    /* padding: 5px; */
    filter: brightness(0.5);
}

#cart-popup-content{
    display: flex;
    flex-direction: column-reverse;
    /* justify-content: center; */
    gap: 24px;
    /* overflow-y: scroll; */
}

#cart-popup-items-container{
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 3;
}

#cart-popup-info-container{
    display: none;
    flex: 2;
}

#cart-popup-info-container.active{
    display: block;
}

#cart-popup-footer{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    gap: 8px;
    align-items: center;
}

#cart-popup-total {
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

#cart-popup-order {
    display: none;
    padding: 0 24px;
    cursor: pointer;
    background-color: #121212;
    color: #fff;
    border-radius: 999px;
    margin-top: 8px;
    line-height: 48px;
}

#cart-popup-order.active {
    display: block;
}

#cart-popup-continue {
    margin-top: 10px;
    padding: 12px 16px;
    cursor: pointer;
    background-color: #121212;
    color: #fff;
    border-radius: 4px;
}

.cart-product{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    /* flex-wrap: wrap; */
    gap: 8px;
    background-color: #e6e6e6;
    padding: 16px;
    border-radius: 4px;
}

.cart-product-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    /* justify-content: space-between; */
    overflow: hidden;
}

.cart-product-right {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 8px;
    /* justify-content: space-between; */
    /* overflow: hidden; */
}

.cart-product-price {
    font-size:1.2rem;
    /* text-align:right; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
}

.cart-product-price-total {
    font-weight:700;
    font-family: "Montserrat", sans-serif;
}

.cart-product-remove{
    cursor: pointer;
    /* padding: 3px; */
    filter: brightness(0.5);
}

.cart-popup-customer-shipping-address{
    display: none;
    flex-direction: row;
    gap: 8px;
    flex-wrap:wrap;
    margin-bottom: 24px;
}

.cart-popup-customer-shipping-address input{
    height:36px;
    padding-left:8px;
    padding-right:8px;
    border-radius: 4px;
    border:none;
    background-color:#ffffff;
    border:1px solid #000;
    width:calc(50% - 4px);
}

.cart-popup-customer-shipping-address.active{
    display: flex;
}

.cart-popup-customer-billing-address{
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap:wrap;
    margin-bottom: 24px;
}

.cart-popup-customer-billing-address input{
    height:36px;
    padding-left:8px;
    padding-right:8px;
    border-radius: 4px;
    border:none;
    background-color:#ffffff;
    border:1px solid #000;
    width:calc(50% - 4px);
}

.cart-popup-customer-contact{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

.cart-popup-customer-contact input{
    height:36px;
    padding-left:8px;
    padding-right:8px;
    border-radius: 4px;
    border:none;
    background-color:#ffffff;
    border:1px solid #000;
}

#cart-popup-customer-use-shipping{
    /* margin: 13px 5px; */
    margin-bottom: 16px;
}

.cart-popup-customer-use-shipping-label {
    cursor:pointer;
}

.cart-popup-customer-notes {
    width:100%;
    resize: vertical;
    max-height: 400px;
    margin-bottom: 24px;
    padding: 8px;
    border: 1px solid #000;
    border-radius: 4px;
    min-height: 100px;
}


.cart-popup-payment-methods{
    display: flex;
    flex-direction: row;
    /* justify-content: space-evenly; */
    gap: 8px;
}

.cart-popup-payment-method{
    padding: 9px;
    border: 1px solid;
    border-radius: 4px;
    cursor: pointer;
}

.cart-popup-payment-method.active{
    background-color: #121212;;
    color: #fff;
}

.cart-product-info-pieces{
    width: 30px;
}

.cart-product-break{
    height: 0;
    flex-basis: 100%;
}

.cart-product-add{
    padding: 4px;
    cursor: pointer;
}

.cart-product-subtract{
    padding: 4px;
    cursor: pointer;
}

.cart-product-info{
    width: 100%;
    text-align: left;
    font-style: italic;
    opacity: 0.8;
    /* margin-bottom: 8px; */
}

.cart-product-info span {
    margin-right: 4px;
    font-weight: 700;
}

.cart-product-present-message{
    width: 100%;
    text-align: left;
    font-style: italic;
    /* display: contents; <--- inline with "Geschenknachricht" but potential empty lines in message get removed*/
    opacity: 0.8;
}

.cart-product-present-message span {
    margin-right: 4px;
    font-weight: 700;
}

/* product search popup */
/*popup*/
#search-popup-container{
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 999;
    /* backdrop-filter: blur(4px); */
}

#search-popup-container.active{
    display: flex;
}

#search-popup {
    padding: 48px;
    background-color: #fff;
    text-align: center;
    position: relative;
    border-radius: 4px;
    min-width: 50%;
}

#search-popup-header{
    display: flex;
    justify-content: space-evenly;
}

#search-popup-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 30px;
}

.cart-product-pieces{
    width: 48px;
    height: 36px;
}

.cart-product-details {
    display:flex;
    flex-direction:column;
    gap: 8px;
    /* max-width: 600px; */
}

.cart-product-name {
    /* word-break:break-all; */
    /* margin-bottom: 8px; */
    font-size: 1.2rem;
    font-weight: 700;
}

.shop-product-description ul{
    margin-bottom: 24px;
    padding-left: 20px;
}


.shop-product-description p{
    margin-bottom:12px
}

.shop-product-description ul{
    /* margin-bottom:12px; */
}

#shop-breadcrumb-container {
    /* position: fixed; */
    /* z-index: 10; */
    /* background-color: white; */
    overflow-x: scroll;
    /* width: 100%; */
    display: flex;
    /* height: 40px; */
    overflow-y: hidden;
    gap: 4px;
    white-space: nowrap;
    scrollbar-width: none;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    /* max-width: 1040px; */
    /* height: 24px; */
    /* font-weight: 700; */
    /* align-self: flex-start; */
    font-style: italic;
}

.shop-breadcrumb{
    cursor: pointer;
    /* margin-right: 8px; */
    /* margin-left: 8px; */
    /* display: inline-block; */
}

.shop-breadcrumb:last-of-type {
    pointer-events:none;
    font-weight:700;
}

/* RESPONSIVE */
/**/
@media screen and (min-width: 600px) {
    .inner {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    #home-info {
        zoom:1;
    }

    #inspiration-slider {
    border-radius: 4px; 
    margin-left: -40px; 
    margin-right: -40px; 
    padding-left: 40px; 
    padding-right: 40px; 
    }
}

@media screen and (min-width: 900px) {
    #shop-container {
        /* top: 54px; */
        /* max-width: 1020px; */
        /* margin-left: auto; */
        /* margin-right: auto; */
        /* position: relative; */
    }
    
    #header {
        display:flex;
        flex-direction: row;
        justify-content: center;
        gap: 24px;
        height: 54px;
        transition: all 400ms ease-in-out;
        background-color: transparent;
    }
    #header.scrolled {
        background-color:#fff;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 24px 0px;
    }

    #section-container {
        top:0;
    }
    #home-section {
        height: 82vh;
    }

    .background-overlay {
        padding:96px 0;
    }
    
    #shop-header {/* border-bottom-left-radius: 24px; *//* border-bottom-right-radius: 24px; */}

    #shop-product-container {
        flex-direction:row;
        margin-top: 24px;
    }

    #shop-logo {
        height: 84px;
    }

    #shop-product-left {
    width: calc(50% - 8px);
    /* flex: 1; */
    }
    
    #shop-product-right {
        width: calc(50% - 8px);
    }

    .desktop-menu-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }
    .desktop-menu-container:first-of-type {
        margin-left: 44px;
    }
    #logo {
        height: 84px;
    }
    .inner {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
        padding: 64px 0;
    }

    #shop-container .inner {
        padding-top: 36px;
    }

    #shop-product-section {
        /* padding-top:42px; */
    }
    
    #mobile-nav-container {
        display:none;
    }
    #mobile-nav-button {
        display:none;
    }
    .sortiment-grid-item {
        width: calc(33.33% - 12px);
        padding-bottom:33.33%;
    }
    .intro-slider-item-image {
        height:500px;
    }

    #intro-section p {
        /* margin-bottom: 96px; */
        padding-left: 128px;
        padding-right: 128px;
        /* text-align: justify; */
        overflow: visible;
    }

    #intro-slider {
        margin-bottom: 96px;
        margin-top: 96px;
    }

    .inspiration-slider-item-image {
        height: 360px;
    }

    #degustation-info {
        width:50%;
    }

    #degustation-image-container .image-container-inner {
        padding: 0;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    #degustation-section .inner {
        padding-bottom: 0;
    }

    .shop-main-category-item {
        width: calc(25% - 12px);
    }
    .shop-product-list-item {
        width: calc(25% - 12px);
    }

    #cart-popup-container {
        justify-content:center;
        align-items: center;
    }

    #cart-popup {
        padding: 24px;
        max-width: 70vw;
    }

    #cart-popup-content {
        flex-direction:row;
        
    }
    .cart-product-left {
        flex-direction:row;
        justify-content: flex-start;
    }
    .cart-product-right {
        flex-direction:row;
        align-items:flex-start;
        justify-content: flex-end;
    }
    #shop-logo-container {
        top: 60px;
    }
    #contact-button-container {
        flex-direction:row;
    }

}