html {
    scroll-behavior: smooth;
}

.mini-font {
    font-size: 16px !important;
    transform: translateY(-2px) !important;
}

.testt23 {
    color: black
}

@font-face {
    font-family: "Clarendon";
    src: url("https://cdn02.plentymarkets.com/fzraxqjvapo5/frontend/cyroline/startseite2025/Clarendon.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Jost";
    src: url("https://cdn02.plentymarkets.com/fzraxqjvapo5/frontend/cyroline/startseite2025/Jost-Regular.ttf") format("truetype");
    font-display: swap;
}

:root {
    --color-primary: #5c2112;
    --font-primary: Clarendon;
    --font-secondary: Jost;
    --color-secondary: #7f5338;
    --color-background: #F2EBE4;
    --color-text: #000;
    --fs-body1: 1rem;
    --fs-h3: 1.25rem;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary), sans-serif !important;
    letter-spacing: 0.3px;
}

.text-primary {
    color: var(--color-primary) !important;
}

body,
p,
button,
div {
    font-family: var(--font-secondary), sans-serif !important;
    letter-spacing: 0.3px;
}

body {
    margin-top: 22px;
}

.login-view-title {
    margin-top: 3rem;
}

.btn-prim {
    padding: 8px 16px;
    font-size: 2rem;
    border-radius: 16px;
}

.page-login #page-body {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#page-body {
    min-height: 80vh;
}

button.contained {
    background-color: var(--color-primary);
    border-radius: 6px;
    color: var(--color-background);
    border: none;
    padding: 8px 16px;
    border-radius: 16px;
    font-size: 1rem;
    text-transform: uppercase;
}

.categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.categories a {
    position: relative;
    text-decoration: none;
    color: black;
}

.categories div {
    margin: 2rem;
    position: relative;
    overflow: hidden;
}

.categories p {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 1.5rem;
}

.categories img {
    position: relative;
    object-fit: cover;
    transition: transform 0.5s;
    width: 100%;
    aspect-ratio: 1;
    top: 25px;
}

.categories img:hover {
    transform: scale(1.025);
}

.cat-top {
    max-width: 33.33%;
}

.cat-btn {
    flex-grow: 1;
    max-width: 50%;
}

@media (max-width: 768px) {
    .categories a {
        width: 50%;
    }

    .categories .cat-btn {
        width: 100%;
    }

    .categories div {
        margin: 0.5rem;
    }
}

.topnav {
    background-color: var(--color-background)
}

#page-body {
    margin-top: 50px !important;
}

@media screen and (max-width: 1075px) {
    #page-body {
        margin-top: 58px !important;
    }

    .category-849 #page-body {
        margin-top: 30px;
    }

    .mooh-mini-video {
        height: 30vh !important;
    }
}

.cmp-method-list .method-list-item label,
.cmp-method-list .method-list-item .label {
    min-height: 5rem;
    height: auto;
}

.categoriegrid img {
    border-radius: 16px;
}

.social-icon {
    margin-right: 10px;
}

.shipping-method-select .icon {
    display: none;
}

.shipping-method-select .content {
    width: 100%;
}

#basket-additional-item {
    background: #dbdbdb;
    padding: 1rem;
}

#basket-additional-item img {
    max-width: 100px;
}

#list-top-control {
    display: none;
}

.mobile-navigation {
    left: 33% !important;
}

#guestLink {
    text-decoration: underline;
}

.cmp-product-thumb .category-list-view-port {
    display: none;
}

.square-container {
    padding-bottom: 146%;
}

.cmp-product-thumb {
    padding: 0;
    background-color: var(--color-headline) !important;
}

.cmp-product-thumb .thumb-content {
    background-color: var(--color-background);
    margin: 0;
    padding: 0;
}

article .thumb-title span {
    display: none;
}

.cmp-product-thumb .thumb-title {
    line-height: 1.5em;
}

.cmp-product-thumb .thumb-title {
    color: #000;
    font-weight: normal;
    font-size: 1rem;
    text-align: left;
    min-height: 0;
}

.cmp-product-thumb .prices {
    text-align: left;
}

.cmp-product-thumb .price {
    color: #000;
    font-weight: 300;
    width: 100%;
    font-size: 1rem !important;
}

.cmp-product-thumb .price.hasCrossPrice {
    width: auto;
    margin-top: 0px;
    display: inline;
    color: #dd0000;
    font-size: 16px !important;
}

.cmp-product-thumb .price-view-port {
    text-align: left;
}

.cmp-product-thumb .crossprice {
    padding-right: 5px;
    font-weight: 400 !important;
    font-size: 12px !important;
}

.cmp-product-thumb .thumb-image,
.cmp-product-thumb .thumb-content {
    width: 100%;
}

.cmp-product-thumb .thumb-image {
    overflow: hidden;
    border-radius: 16px;
}

#vue-rendered-breadcrumbs,
#twig-rendered-breadcrumbs {
    position: static;
}

.breadcrumb {
    display: none;
}

.owl-thumb.border-appearance {
    background-color: white !important;
}

.owl-thumbs .owl-thumb {
    height: auto;
    width: 100% !important;
    margin: 0;
    background-color: white !important;
}

.owl-carousel .owl-item img,
.single-carousel .owl-item iframe {
    width: 100%;
}

.single-carousel .owl-item iframe {
    height: 600px;
}

@media (min-width: 600px) {
    .single-carousel .owl-item iframe {
        height: 834px;
    }
}

@media (min-width: 768px) {
    .single-carousel .owl-item iframe {
        height: 612px;
    }
}

@media (min-width: 992px) {
    .single-carousel .owl-item iframe {
        height: 808px;
    }
}

@media (min-width: 1200px) {
    .single-carousel .owl-item iframe {
        height: 980px;
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#thumb-carousel .owl-stage-outer {
    overflow: visible;
    margin: 20px auto;
}

#thumb-carousel {
    overflow: hidden;
}

#thumb-carousel .owl-stage {
    margin: 20px auto;
}

.single-carousel .owl-item img {
    height: auto !important;
}

.single-carousel .owl-item img {
    border-radius: 16px;
}

.variation-select .bg-lightgrey {
    border-radius: 8px;
}

.bg-lightgrey.active {
    background-color: #f0f0f0;
    border-radius: 16px;
}

.top-bar {
    position: static;
    background: var(--color-background);
    z-index: 1001;
}

.meta-nav {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    z-index: 0;
    pointer-events: none;
    background-color: var(--color-secondary);
    color: white;
}

.meta-nav a {
    color: var(--color-background);
}

.card {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    margin: 15px 0;
}

.brands {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.brand-btn {
    max-width: 300px;
    position: relative;
}

.brand-btn p {
    font-size: 1.25rem;
    text-align: center;
}

.brand-btn img {
    max-width: 100%;
    border-radius: 16px;
}

.card h5 {
    font-weight: 300 !important;
}

.card-header {
    background: transparent;
    font-weight: normal;
}

#centered-menu {
    position: absolute !important;
    left: 50%;
    transform: translate(-50%, 0);
}

.no-gutters {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
}

.guest-login-box {
    padding: 20px;
    background: #e6e6e6;
}

.registered-login-box {
    padding: 20px;
}

.btn-img-centered {
    font-weight: 300;
    position: absolute;
    font-size: 1.5rem;
    padding: 6px 40px;
    text-transform: uppercase;
    bottom: 30px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: 1px solid #fff;
    left: 50%;
    transform: translate(-50%, 0);
}

.btn-img-centered:hover,
.btn-img-centered:focus,
.btn-img-centered:active {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none !important;
    background-repeat: no-repeat !important;
    filter: none !important;
}

.carousel-control {
    width: 3rem !important;
    color: #000 !important;
    text-shadow: none !important;
    opacity: 1 !important;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-size: 60px;
}

.cookie-bar__btn {
    background-color: rgb(180, 237, 134) !important;
    color: #000 !important;
}

.cookie-bar__wrapper {
    max-width: 100%;
}

.mx-auto {
    margin: 0 auto;
}

.m-b-6 {
    margin-bottom: 6rem !important;
}

.p-t-6 {
    padding-top: 6rem !important;
}

.p-b-6 {
    padding-bottom: 6rem !important;
}

.text-center {
    text-align: center;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.top-bar {
    background-color: rgba(255, 255, 255, 0);
}

.wrapper-main .navbar {
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0);
}

.navbar {
    background-color: rgba(255, 255, 255, 0) !important;
}

.wrapper-main #page-header.top-bar {
    background-color: rgba(255, 255, 255, 0);
    z-index: 1001;
}

.sticky-element.is-sticky {
    z-index: 1 !important;
}

.list-inline-item>a {
    color: var(--color-text) !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

.toggle-basket-preview {
    border-radius: 16px;
}

.toggle-basket-preview:hover,
.toggle-basket-preview:active,
.toggle-basket-preview:focus,
.list-inline-item:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: rgba(50, 50, 50, 1);
}

.wrapper-main .navbar {
    background: none;
}

.hpTextBlock {
    text-align: center;
}

.hpTextBlock span {
    color: #f0be92;
    text-transform: uppercase;
    font-size: 36px;
}

.instruction .hpTextBlock span {
    font-size: 28px;
}

.hpTextBlock p {
    line-height: 3rem;
    font-size: 20px;
    font-weight: lighter;
}

#nachhaltigkeit .hpTextBlock p {
    line-height: 2rem;
    font-size: 1rem;
    text-align: left;
}

.hpTextBlock hr {
    width: 50%;
}

.charity-btn {
    font-weight: 300;
    font-size: 0.8rem;
    padding: 6px 16px;
    text-transform: uppercase;
    bottom: 30px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: 1px solid #fff;
}

.videowrapper iframe,
.videowrapper object,
.videowrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.footerHeadline {
    font-weight: bold;
}

.container-max.login,
.container-max.reset-pwd,
.container-max.registration {
    margin-top: 2rem;
}

.footer>.container-max {
    max-width: 880px !important;
}

#socialIcons a>i:not(.fa-circle) {
    width: auto;
}

.copyright.text-center.my-3 {
    line-height: 1;
}

.footer {
    margin-bottom: 0 !important;
}

#socialIcons a {
    font-size: 2.5rem;
}

.footer a,
.social-icon {
    color: white;
}

.footer {
    color: white;
    background-color: var(--color-secondary)
}

.more-colors {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.more-colors span {
    width: 35;
    height: 35;
    border-radius: 50%;
    margin: 0 5px;
}

body,
#vue-app,
.page-content {
    background: var(--color-background) !important;
}

.brand-wrapper {
    position: static;
    top: auto;
    -webkit-transform: none;
    transform: none;
}

.ab-100 {
    display: none;
}

.navbar-brand {
    margin: 0;
}

.wrapper-main #page-body {
    margin-top: 0;
}

@media screen and (max-width: 1075px) {
    .category-849 #page-body {
        margin-top: 30px;
    }

    .mooh-mini-video {
        height: 30vh !important;
    }
}

@media screen and (min-width: 1075px) {
    .category-849 #page-body {
        margin-top: 44px;
    }
}

.owl-theme .owl-dots {
    bottom: -17px !important;
}

#mainNavbarCollapsable ul.mainmenu>li>a {
    color: #837e7d;
    font-size: 12px;
    font-weight: lighter;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}

.top-bar .controls-list>li a,
.navbar-toggler {
    padding: 0.85rem 0.5rem !important;
}

.focusHeightNavbar .top-bar .controls-list>li {
    font-size: 1rem;
}

.toggle-basket-preview .badge,
.control-wish-list .badge-right {
    display: none;
}

.navbar-brand img {
    max-height: 25px;
}

.badge-success {
    background-color: #2b2b2b !important;
}

.btn-default {
    color: #b48f6d;
    background-color: #fff;
    border-color: #b48f6d;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    color: #fff;
    background-color: #000;
}

.footer .btn-primary {
    color: #fff;
}

.footer-features {
    background: #efefef;
    padding: 0.5em;
}

.navbar-toggler {
    right: 0;
}

.top-bar .controls-list {
    width: auto;
    float: right;
}

.controls-list {
    height: 25px;
    margin-top: -46px;
}

.crossprice {
    color: #aaaaaa !important;
    font-size: 1rem !important;
}

.availability {
    color: green;
    text-align: center;
    background-color: transparent;
}

.navbar-brand img {
    max-width: 150px;
    margin: 10px 0;
}

.toggle-basket-preview {
    padding-left: 0rem !important;
}

@media (max-width: 767px) {
    .no-gutters-mobile {
        padding: 0;
        margin: 0;
    }
}

@media (min-width: 375px) {

    .toggle-basket-preview .badge,
    .control-wish-list .badge-right {
        display: inline-block;
    }
}

@media (min-width: 768px) {}

@media (min-width: 992px) {

    .no-touch #mainNavbarCollapsable ul.mainmenu>li:hover,
    .touch #mainNavbarCollapsable ul.mainmenu>li.hover {
        background: transparent;
    }

    #mainNavbarCollapsable ul.mainmenu>li>a:after {}

    #mainNavbarCollapsable ul.mainmenu>li.ddown>a:after {
        display: none;
    }

    #mainNavbarCollapsable ul.mainmenu>li>ul>li {
        color: #000;
    }

    .no-touch #mainNavbarCollapsable ul.mainmenu>li>ul>li:hover,
    .touch #mainNavbarCollapsable ul.mainmenu>li>ul>li.hover {
        background: #2b2b2b;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

    .no-touch #mainNavbarCollapsable ul.mainmenu>li:hover>ul,
    .touch #mainNavbarCollapsable ul.mainmenu>li.hover>ul {
        top: 56px;
        background: #fff;
        border: 1px solid #2b2b2b;
    }

    #mainNavbarCollapsable ul.mainmenu>li:hover a:after,
    #mainNavbarCollapsable ul.mainmenu>li>a.active:after {
        width: 30%;
    }

    .navbar-brand img {
        max-width: 100%;
        margin: 0;
    }

    .toggle-basket-preview {
        padding-left: 0.75rem !important;
        padding-right: 0 !important;
    }
}

.top-bar .controls-list .fa {
    font-size: 1.5rem !important;
}

@media (min-width: 768px) {
    .col-md-7-old {
        float: left;
        width: 58.33333%;
    }

    .col-md-5-old {
        float: left;
        width: 41.66667%;
    }

    .col-md-5-old,
    .col-md-7-old {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .row-old {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.btn-img-centered {}

.hpTextBlock p {
    font-weight: 300;
}

.footerHeadline {
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 767px) {

    .footer-link,
    .footerHeadline,
    .social-icon {
        text-align: center;
        width: 100%;
        display: block;
    }

    #socialIcons {
        text-align: center;
    }
}

#mainNavbarCollapsable ul.mainmenu>li>a {
    font-weight: 300;
}

.hpTextBlock span {
    font-weight: 400;
}

.dark-hover-title:after {
    width: 30%;
    left: 50%;
    transform: translate(-50%, 0);
    transition: width 0.3s ease, left 0.3s ease;
    overflow: hidden;
    display: block;
    position: absolute;
    height: 1px;
    background: #2b2b2b;
    content: ".";
}

.zoom {
    transition: transform 0.2s;
}

.zoom:hover {
    transform: scale(1.2);
}

.dark-theme {
    -webkit-filter: brightness(65%);
    filter: brightness(65%);
}

h1.category-title {
    display: none;
}

.instruction-step {
    min-height: 350px;
}

.btn-img-centered-small {
    font-weight: 300;
    position: absolute;
    font-size: 0.8rem;
    padding: 6px 16px;
    text-transform: uppercase;
    bottom: 30px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: 1px solid #fff;
    left: 50%;
    transform: translate(-50%, 0);
}

.teaser-box {
    font-weight: 300;
    position: absolute;
    padding: 6px 16px;
    text-transform: uppercase;
    top: 100px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}

.teaser-header {
    width: 100%;
    background-color: #b8735f;
    font-size: 1.5rem;
    color: #fff;
}

.subnav {
    color: #6e6b6c;
}

.topnav div a img {
    height: 31px;
}

#navbarMobile {
    transition: 0.25s;
    height: 100vh;
}

@media screen and (min-width: 1075px) {
    #navbarMobile {
        display: none !important;
    }

    .topnav div a {
        float: left;
        display: block;
        color: var(--color-text);
        text-decoration: none;
        font-size: var(--fs-h3);
        margin: 0 16px;
        padding: 3px 3px 3px 3px;
        padding-top: 6px;
        white-space: nowrap;
    }

    .topnav div div {
        float: left;
    }

    .icon {
        display: none;
    }

    .burger-icon {
        display: none;
    }

    .burger-menu {
        display: none !important;
    }

    .header-scroll-active {
        padding: 38px 10px !important;
        box-shadow: 0px -2px 4px black;
    }

    .header-scroll-deactive {
        padding: 38px 10px;
        box-shadow: 0px 0px 0px black;
    }

    #controlsList {
        margin-right: 30px !important;
        margin: 0;
        position: absolute;
        top: 55%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0px;
    }

    .dropdown-nav-element:hover {
        text-shadow: 0px 0px 0.5px black;
        -webkit-appearance: none;
        -webkit-text-shadow: 0px 0px 0.5px #000000;
    }

    #navbarDesktop {
        position: absolute;
        left: 50%;
        transform: translate(-45%, 0);
    }
}

.btn-secondary {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: white;
    margin-bottom: 30px;
}

@media screen and (max-width: 1075px) {
    .manda-header-center {
        position: absolute;
        left: 50%;
        transform: translate(-40%, 0);
        transition: 0.25s;
        margin-right: 0px;
    }

    .topnav.responsive {
        position: relative;
    }

    .icon {
        position: fixed;
        right: 5px;
        top: 5px;
    }

    .topnav.responsive div a {
        float: none;
        display: block;
        text-align: left;
    }

    #navbarMobile {
        position: fixed;
        top: 0px;
        right: -350px;
        height: 100vh;
        width: 100%;
        background-color: var(--color-primary);
        z-index: 1999;
        display: none;
        overflow-y: scroll;
        transition: 0.25s;
    }

    .topnav div a,
    .topnav div div {
        display: block;
        color: white;
        text-align: center;
        text-decoration: none;
        font-size: var(--fs-body1);
        margin-left: initial;
        padding: 3px 3px 3px 3px;
        padding-top: 10px;
        padding-bottom: 10px;
        cursor: pointer;
    }

    #navbarDesktop {
        display: none;
    }

    .icon {
        display: block;
        position: fixed;
        right: 5px;
        top: 5px;
    }

    .topnav div a.icon {
        float: right;
        display: block;
    }

    .burger-menu {
        display: block;
    }

    .header-scroll-active {
        padding: 30px 10px !important;
        background-color: var(--color-background);
        box-shadow: 0px -2px 4px black;
    }

    .header-scroll-deactive {
        padding: 30px 10px !important;
        background-color: var(--color-background);
        box-shadow: 0px 0px 0px black;
    }

    #controlsList {
        float: left;
        margin: 0;
        position: absolute;
        top: 55%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.dropdown-content a {
    color: var(--color-background);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-nav-element {
    text-decoration: uppercase;
    color: var(--color-background);
    transition: 0.25s;
}

.teaser-sub {
    width: 100%;
    font-size: 1.5rem;
    background-color: #b8735f;
    color: #fff;
    margin-top: 20px;
}

.teaser-button .btn {
    font-size: 1.3rem;
    padding: 10px 30px;
}

@media (min-width: 576px) {
    .teaser-box {
        top: 70px;
    }
}

@media (min-width: 768px) {
    .teaser-box {
        top: 112px;
    }

    .teaser-header {
        font-size: 2rem;
    }

    .teaser-sub {
        font-size: 2rem;
        margin-top: 20px;
    }
}

@media (min-width: 870px) {
    .teaser-box {
        top: 152px;
    }
}

@media (min-width: 992px) {
    .teaser-header {
        font-size: 2.5rem;
    }

    .teaser-sub {
        font-size: 2.5rem;
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .teaser-box {
        top: 160px;
    }

    #mainNavbarCollapsable ul.mainmenu>li>a {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 2000px) {
    .teaser-box {
        top: 330px;
    }
}

.img-title-centered {
    font-weight: 400;
    position: absolute;
    bottom: 60px;
    text-transform: uppercase;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 1.3rem;
    color: #fff;
}

@media (min-width: 992px) {
    .dark-hover-title {
        font-size: 2rem;
    }
}

.charity-org {
    font-weight: 400;
}

.dark-hover-title {
    text-align: center;
    font-weight: 400;
    position: absolute;
    top: 0;
    padding-top: 140px;
    bottom: 0;
    margin: 0 15px;
    left: 0;
    line-height: 3rem;
    right: 0;
    font-size: 2rem;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    visibility: hidden;
    opacity: 0;
}

.img-wrap {
    display: block;
    overflow: hidden;
}

.dark-hover-title:after {
    background: #fff;
}

.img-wrap:hover .dark-hover-title {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 992px) {

    .no-touch #mainNavbarCollapsable ul.mainmenu>li:hover,
    .touch #mainNavbarCollapsable ul.mainmenu>li.hover {
        background: transparent;
    }

    #mainNavbarCollapsable ul.mainmenu>li>a:after {}

    #mainNavbarCollapsable ul.mainmenu>li:hover a:after,
    #mainNavbarCollapsable ul.mainmenu>li>a.active:after {
        width: 30%;
    }
}

#ppButton {
    margin-top: 1rem;
    text-align: center;
}

.page-singleitem #ppButton {
    margin-right: 1rem;
    text-align: right;
    margin-bottom: 1rem;
}

.top-bar .controls-list>li.absolute-language a {
    padding: 0 !important;
}

.absolute-language {
    position: absolute;
    top: -23px;
    right: 1rem;
    z-index: 100;
    display: none;
}

.absolute-language a:hover {
    background-color: transparent !important;
}

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #5b8786;
    height: 1px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 30%;
    right: 30%;
}

.hero-image {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.images_main {
    box-shadow: -0px -0px 2px black;
    transition: 0.1s;
}

.images_main:hover {
    box-shadow: 0px 0px 5px black;
}

@media (max-width: 768px) {
    .margin-top-mobile {
        margin-top: 95px;
    }
}

.mainpage-text {
    font-size: var(--fs-body1);
}

h1 {
    font-size: 1.5em;
    font-weight: 300;
}

.borders-button {
    border: 2px solid white;
    padding: 10px;
}

#container {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 150px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.modern-button {
    display: inline-flex;
    height: 40px;
    width: 150px;
    color: #bfc0c0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.8em;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: white;
}

.modern-button-margin {
    margin: 20px 20px 20px 20px;
}

.modern-button a {
    color: #000000 !important;
    text-decoration: none;
}

#arrow-hover {
    width: 15px;
    height: 10px;
    position: absolute;
    transform: translateX(60px);
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.14, 0.59, 1, 1.01);
    transition: all 0.15s cubic-bezier(0.14, 0.59, 1, 1.01);
    margin: 0;
    padding: 0 5px;
}

a#button-1:hover img {
    width: 15px;
    opacity: 1;
    transform: translateX(50px);
}

.button-2 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.centered-content {
    transform: translate(-50%, -50%);
    left: 50%;
}

.button-2 a {
    position: relative;
    transition: all 0.35s ease-Out;
}

.slide {
    width: 100%;
    height: 100%;
    left: -200px;
    background: #ece3ac;
    position: absolute;
    transition: all 0.35s ease-Out;
    bottom: 0;
}

.button-2:hover .slide {
    left: 0;
}

.button-2:hover a {
    color: #2d3142;
}

@media screen and (min-width: 1075px) {
    h1 {
        font-size: 2.2em;
    }

    #container {
        width: 50%;
    }
}

.hero {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero.is-fullheight {
    min-height: 100vh;
}

.hero-body {
    flex-grow: 1;
    flex-shrink: 0;
    padding: 3rem 1.5rem;
}

.dropdown-bulma {
    display: inline-flex;
    position: relative;
    vertical-align: top;
}

.dropdown-bulma.is-active .dropdown-menu-bulma,
.dropdown-bulma.is-hoverable:hover .dropdown-menu-bulma {
    display: block;
}

.dropdown-bulma.is-right .dropdown-menu-bulma {
    left: auto;
    right: 0;
}

.dropdown-bulma.is-up .dropdown-menu-bulma {
    bottom: 100%;
    padding-bottom: 4px;
    padding-top: initial;
    top: auto;
}

.dropdown-menu-bulma {
    display: none;
    left: 0;
    min-width: 12rem;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    z-index: 20;
    transform: translate(-25%, 0px);
}

.dropdown-content-bulma {
    background-color: var(--color-background);
    border-radius: 4px;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.dropdown-item-bulma {
    color: #4a4a4a;
    display: block;
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.375rem 1rem;
    position: relative;
}

a.dropdown-item,
button.dropdown-item-bulma {
    padding-right: 3rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%;
}

a.dropdown-item-bulma:hover,
button.dropdown-item-bulma:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
}

a.dropdown-item-bulma.is-active,
button.dropdown-item-bulma.is-active {
    background-color: #3273dc;
    color: #fff;
}

.dropdown-divider-bulma {
    background-color: #ededed;
    border: none;
    display: block;
    height: 1px;
    margin: 0.5rem 0;
}

.burger-menu a {
    color: white !important;
    position: fixed !important;
    right: 10px !important;
    top: 25px !important;
    font-size: 30px !important;
    z-index: 10000 !important;
}

.bg-lightgrey {
    background-color: #ebecec;
    color: black;
    padding: 8px 0px 8px 0px;
    margin: 2px 4px 2px 4px;
    font-size: var(--fs-body1);
    cursor: pointer;
}

.bg-lightgrey.active {
    background-color: rgb(20, 20, 20);
    color: white !important;
}

.basket-button-override {
    width: 250px;
    text-transform: uppercase;
}

@media screen and (min-width: 748px) {
    .item-images-margin {
        z-index: -1;
        margin-top: 140px !important;
    }
}

.single-item-h1 {
    font-weight: 400 !important;
}

.single-item-instock {
    color: #333333;
}

.single-item-messages-color {
    line-height: 0.8;
    margin-bottom: 6px;
    color: #333333 !important;
}

.single-item-messages,
.single-item-instock>span>span,
.accordion_clap {
    padding: 0;
    line-height: 0.8;
    margin-top: 6px;
    color: #333333;
}

.single-item-messages {
    line-height: 1.4;
}

.owl-dots {
    background-color: white;
}

.accordion_clap {
    background-color: rgba(0, 0, 0, 0);
    color: #333333;
    cursor: pointer;
    padding: 18px;
    border: none;
    text-align: left;
    outline: none;
    font-size: var(--fs-body1);
    transition: 0.25s;
    width: 50%;
}

@media screen and (min-width: 748px) {
    .accordion_clap {
        width: 50%;
    }
}

@media screen and (max-width: 747px) {
    .accordion_clap {
        width: 100%;
    }
}

.accordion_clap:after {
    content: "\002B";
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordeon_active:after {
    content: "\2212";
}

.panel_clap {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: scroll;
    transition: max-height 0.2s ease-out;
}

.hidden-item {
    display: none;
}

.mobile-smaller {
    margin-top: 20px;
}

.dark-text a {
    color: #6e6b6c;
}

.light-text a {
    color: #c2c2c2;
}

.above-space {
    margin-top: 80px;
}

.color-defines {
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 50px;
    box-shadow: 0px 0px 2px black;
    margin-right: 10px;
    list-style-type: none;
    color: rgba(0, 0, 0, 0);
}

.color-defines:hover {
    color: rgba(0, 0, 0, 0);
}

.bg-image-variation {
    cursor: pointer;
    margin-right: 10px;
    transition: width 0.5s;
}

.bg-image-variation.active {
    box-shadow: 0px 0px 3px black;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.grey-background {
    background-color: white;
}

@media screen and (min-width: 1075px) {
    .mainpage-info {
        background-color: #eae2d9;
        width: 100%;
        height: 15%;
        transition: 0.25s;
        min-height: 500px;
    }

    .margin-column-main {
        margin-top: 220px !important;
    }

    .mainpage-info-image {
        width: 90%;
        max-width: 800px;
        transform: translate(50px, 50px);
        margin-left: 60px;
    }

    .display-mobile {
        display: none !important;
    }

    .display-desktop {
        display: block;
    }
}

.zoom-anim {
    transition: transform 0.2s;
    z-index: 20;
}

.zoom-anim:hover {
    transform: scale(1.1);
    z-index: 22 !important;
}

@media screen and (max-width: 1075px) {
    #newsletter-p1 {
        font-size: 35px;
        padding: 30px;
    }

    @keyframes moveInLeft {
        0% {
            left: -300px;
            opacity: 0;
        }

        100% {
            left: 20vw;
            opacity: 1;
        }
    }

    .margin-column-main {
        margin-top: 20px;
        max-width: 100%;
        text-align: center;
    }

    .burger-menu a {
        color: black !important;
        position: fixed !important;
        right: 10px !important;
        top: 25px !important;
        font-size: px !important;
        z-index: 10000 !important;
    }

    .mainpage-info {
        background-color: #eae2d9;
        width: 100%;
        min-height: 350px;
        transition: 0.25s;
        height: 10% !important;
    }

    .mainpage-info-image {
        transform: translate(0px, 0px);
        margin-left: 0px;
        width: 100%;
        max-height: 200px;
    }

    .mainpage-info-header {
        position: absolute;
        left: 50%;
        top: 10%;
        font-size: 45px;
        transform: translate(-50%, 120%);
        transition: 0.25s;
    }

    .display-mobile {
        display: block;
    }

    .display-desktop {
        display: none !important;
    }

    .prices-in-row {
        flex-flow: unset !important;
    }
}

@media screen and (min-width:768px) {
    .navbarSubtitle>a {
        color: grey !important;
        font-size: 13px !important;
    }
}

.header-padding-anim {
    animation: headerPadddingAnim 1.5s;
    animation-fill-mode: forwards;
}

@keyframes headerPadddingAnim {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.move-in-right.start {
    animation: moveInRight 1.5s;
    animation-fill-mode: forwards;
}

@keyframes moveInRight {
    0% {
        margin-right: -300px;
        opacity: 0;
    }

    100% {
        margin-right: 0px;
        opacity: 1;
    }
}

.move-in-left.start {
    animation: moveInLeft 1.5s;
    animation-fill-mode: forwards;
}

.move-in-left-del.start {
    animation: moveInLeft 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

.move-in-left-text.start {
    animation: moveInLeftText 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes moveInLeftText {
    0% {
        left: -300px;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

.move-in-bottom-del.start {
    animation: moveInbottomPadding 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

.move-in-bottom-del-1.start {
    animation: moveInbottomTop 1s;
    animation-delay: 0;
    animation-fill-mode: forwards;
}

.move-in-bottom-del-2.start {
    animation: moveInbottomTop 1s;
    animation-delay: 0.33s;
    animation-fill-mode: forwards;
}

.move-in-bottom-del-3.start {
    animation: moveInbottomTop 1s;
    animation-delay: 0.66s;
    animation-fill-mode: forwards;
}

.move-in-bottom-del-4.start {
    animation: moveInbottomTop 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

.move-in-bottom.start {
    animation: moveInbottomPadding 1s;
    animation-fill-mode: forwards;
}

@keyframes moveInbottomPadding {
    0% {
        padding-top: 300px;
        opacity: 0;
    }

    100% {
        padding-top: 0px;
        opacity: 1;
    }
}

@keyframes moveInbottomTop {
    0% {
        top: 300px;
        opacity: 0;
    }

    100% {
        top: 0px;
        opacity: 1;
    }
}

.fade-in-image.start {
    animation: fadeIn 1.5s;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blob.white {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.blob.orange {
    box-shadow: 0 0 0 0 rgba(219, 203, 178, 1);
    animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(219, 203, 178, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(219, 203, 178, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(219, 203, 178, 0);
    }
}

.invisible-beg {
    opacity: 0;
}

.size-filter-1 .groesse-div {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
}

.size-filter-1 .flex-grow-1 {
    padding-right: 14px !important;
}

.mooh-mini-hdiv {
    position: absolute;
    left: 10%;
    max-width: 537px;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
}

.mooh-mini-h1 {
    text-align: center;
    position: relative;
    font-size: 4.5vw;
    z-index: 25;
    line-height: 4.5vw;
}

.mooh-mini-shopnow {
    background-color: white;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 20px;
}

.mooh-mini-textbtm {
    font-size: 23px;
}

.margin-auto .widget-prop-3-1>div {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    margin: auto;
}

@media screen and (max-width: 750px) {
    .mooh-mini-hdiv {
        position: absolute;
        left: 10%;
        max-width: 537px;
        bottom: 187px;
        text-align: center;
    }

    .mooh-mini-h1 {
        text-align: center;
        position: relative;
        font-size: 7vw;
        color: white;
        z-index: 25;
        line-height: 7vw;
    }
}

.categories-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.categories-container>div {
    padding-left: 8px;
    padding-right: 8px;
}

.flexbox-container {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.flexbox-container div {
    width: 100%;
    justify-content: space-between;
}

.flexbox-item {
    position: relative;
    max-width: 100%;
}

.cat-text {
    font-size: 2.5vw;
    position: absolute;
    left: 52%;
    top: 50%;
    font-weight: bold;
    color: white;
    width: 100%;
    padding: 8px;
    transform: translate(-50%);
    transition: all 0.2s ease-in-out;
    text-align: center;
}

.flexbox-item {
    width: 100%;
    position: relative;
}

.flexbox-item img {
    margin: 8px;
}

@media screen and (max-width: 750px) {
    .categories-container {
        flex-direction: column;
        transform: translateX(-8px);
    }

    .cat-text {
        font-size: 5vw;
    }
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cmp-checkout-sidebar .input-group {
    border: 5px solid black;
    padding: 16px;
}


:root {
  --page-bg: #f2ebe4;
  --paper: #f2ebe4;
  --text: #151515;
  --muted: #4b4b4b;
  --line: #1a1a1a;
  --background-2: #7f5338;
  --accent: #51230e;
  --container: 1420px;
  --space: clamp(14px, 2vw, 28px);
  --color-headline: #f2ebe4;

  --hero-bg: #835737;
  --hero-text-head: #f2eee9;
  --hero-card-radius: 20px;
  --hero-tilt: -20deg;
  --hero-gap: 20px;
  --hero-speed: 35s;
  --hero-offset-top: 36px;
  --hero-offset-bottom: 36px;
  --hero-edge-bleed: 90px;
  --hero-edge-fade: 14%;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--page-bg);
  color: var(--text);
  font-family: "Futura", "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.45;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Rotating hero component (build target replaces main .hero block) */
.hero {
  width: 100vw;
  height: min(786px, 72vw);
  min-height: 420px;
  margin: 0 auto;
  background: var(--hero-bg);
  display: grid;
  grid-template-columns: 42% 58%;
  overflow: hidden;
  position: relative;
  color: var(--hero-text-head);
}

.hero .hero-copy {
  padding: clamp(20px, 4vw, 48px) clamp(16px, 2.6vw, 34px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(22px, 6vw, 120px);
  position: relative;
  z-index: 2;
}

.hero .hero-copy h1 {
  margin: 0;
  font-size: clamp(38px, 5.2vw, 66px);
  line-height: 1.06;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.hero .hero-copy p {
  margin: 0;
  font-size: clamp(18px, 2.4vw, 47px);
  line-height: 1.2;
  max-width: 95%;
  font-weight: 400;
}

.hero .gallery {
  position: relative;
  overflow: hidden;
  transform: rotate(var(--hero-tilt)) scale(1.15);
  transform-origin: center center;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--hero-gap);
  padding: var(--hero-offset-top) 20px var(--hero-offset-bottom);
  align-items: stretch;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 var(--hero-edge-fade),
    #000 calc(100% - var(--hero-edge-fade)),
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 var(--hero-edge-fade),
    #000 calc(100% - var(--hero-edge-fade)),
    transparent 100%
  );
}

.hero .gallery.mobile-rows {
  transform: none;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 10px 8px 18px;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 9%,
    #000 91%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 9%,
    #000 91%,
    transparent 100%
  );
}

.hero .column {
  overflow: hidden;
  height: calc(100% + (var(--hero-edge-bleed) * 2));
  margin-top: calc(-1 * var(--hero-edge-bleed));
  transition: filter 180ms ease;
}

.hero .column.is-paused,
.hero .row.is-paused {
  filter: saturate(1.08) brightness(1.06);
}

.hero .row {
  overflow: hidden;
  transition: filter 180ms ease;
}

.hero .track {
  display: flex;
  flex-direction: column;
  gap: var(--hero-gap);
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.hero .card {
  display: block;
  border-radius: var(--hero-card-radius);
  overflow: hidden;
  background: var(--color-headline);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.45);
  aspect-ratio: 3 / 4;
}

.hero .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero .cta {
  background: var(--accent);
  border-radius: 32px;
  color: var(--color-headline);
  padding: clamp(10px, 1.2vw, 18px) clamp(16px, 2vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-size: clamp(22px, 2.5vw, 36px);
  line-height: 1;
  cursor: pointer;
  width: fit-content;
}

.hero .hero-copy .cta {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  z-index: 3;
}

.hero .cta:hover {
  background: var(--color-headline);
  color: var(--accent);
  transition: background 0.3s, color 0.3s;
}

@keyframes hero-mobile-scroll-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes hero-mobile-scroll-right {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    background: linear-gradient(160deg, #8a5b39 0%, #7e5132 50%, #70492d 100%);
  }

  .hero .gallery {
    order: 1;
  }

  .hero .hero-copy {
    order: 2;
  }

  .hero .hero-copy {
    gap: 14px;
    padding: 16px 16px 10px;
    margin: 10px 10px 8px;
    border-radius: 16px;
    background: rgba(64, 34, 20, 0.28);
    backdrop-filter: blur(4px);
  }

  .hero .hero-copy h1 {
    font-size: clamp(30px, 8.6vw, 44px);
    line-height: 1.02;
    font-weight: 600;
    letter-spacing: -0.2px;
  }

  .hero .hero-copy p {
    font-size: clamp(16px, 4.6vw, 24px);
    max-width: 100%;
    color: #f8ece3;
    opacity: 0.95;
  }

  .hero .cta {
    font-size: clamp(17px, 4.4vw, 22px);
    padding: 10px 18px 11px;
    border-radius: 999px;
    border-color: rgba(255, 255, 255, 0.75);
    background: linear-gradient(180deg, #7a2f1e 0%, #5c2112 100%);
    box-shadow: 0 8px 18px rgba(37, 12, 8, 0.28);
  }

  .hero .gallery {
    min-height: 460px;
    transform: none;
    padding: 8px 10px 16px;
  }

  .hero .row .track {
    flex-direction: row;
    gap: 10px;
  }

  .hero .row .card {
    flex: 0 0 clamp(112px, 27vw, 162px);
    width: clamp(112px, 27vw, 162px);
    aspect-ratio: 3 / 4;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(22, 9, 6, 0.2);
  }

  /* Production hardening against theme overrides */
  .hero #gallery.mobile-rows {
    display: grid !important;
    grid-template-columns: 1fr !important;
    transform: none !important;
  }

  .hero #gallery.mobile-rows .row {
    overflow: hidden !important;
  }

  .hero #gallery.mobile-rows .row .track {
    display: flex !important;
    flex-direction: row !important;
    gap: 10px !important;
  }

  .hero #gallery.mobile-rows .row .card {
    flex: 0 0 clamp(112px, 27vw, 162px) !important;
    width: clamp(112px, 27vw, 162px) !important;
    max-width: none !important;
  }

  /* Fallback if production renders desktop column structure on mobile */
  .hero #gallery:not(.mobile-rows) {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0px !important;
    transform: none !important;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%) !important;
    mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%) !important;
  }

  .hero #gallery:not(.mobile-rows) .column {
    height: auto !important;
    margin-top: 0 !important;
    overflow: hidden !important;
  }

  .hero #gallery:not(.mobile-rows) .track {
    display: flex !important;
    flex-direction: row !important;
    gap: 10px !important;
    width: max-content !important;

    animation: hero-mobile-scroll-left var(--hero-speed) linear infinite !important;
  }

  .hero #gallery:not(.mobile-rows) .column:nth-child(even) .track {
    animation-name: hero-mobile-scroll-right !important;
  }

  .hero #gallery:not(.mobile-rows) .card {
    flex: 0 0 clamp(112px, 27vw, 162px) !important;
    width: clamp(112px, 27vw, 162px) !important;
    max-width: none !important;
    aspect-ratio: 3 / 4 !important;
    border-radius: 14px !important;
  }

  .hero .hero-copy .cta {
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
    align-self: flex-start !important;
  }
}

/* Startseite page layout */
.page {
  width: 100vw;
  margin: 0 auto;
  background: var(--paper);
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}

.top-note {
  text-align: center;
  background: var(--background-2);
  font-size: 14px;
  padding: 12px 0;
  margin: 0;
  color: var(--color-headline);
}

.header {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.logo {
  width: 94px;
  flex: 0 0 auto;
}

.nav {
  display: flex;
  gap: clamp(16px, 2.2vw, 34px);
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 500;
  flex-wrap: wrap;
  justify-content: center;
}

.nav a,
.icons a,
.footer-links a {
  color: inherit;
  text-decoration: none;
}

.icons {
  display: flex;
  gap: 18px;
  font-size: 12px;
  min-width: 45px;
  justify-content: flex-end;
}

.page-hero {
  border-bottom: 1px solid var(--line);
  position: relative;
}

.page-hero-image {
  margin-top: 0;
}

.page-hero .cta {
  position: absolute;
  top: 70%;
  left: 32px;
  background: var(--accent);
  border-radius: 32px;
  color: var(--color-headline);
  padding: clamp(10px, 1.2vw, 18px) clamp(16px, 2vw, 28px);
  border: 1px solid var(--line);
  font-size: clamp(22px, 2.5vw, 36px);
  line-height: 1;
}

.headline {
  padding: 32px;
  margin: 0;
  font-family: "Clarendon", "Clarendon BT", Georgia, serif !important;
  background-color: var(--accent);
  color: var(--color-headline);
  font-size: clamp(28px, 5vw, 58px);
  line-height: 1;
  text-transform: lowercase;
  letter-spacing: -0.5px;
}

.section {
  border-top: 1px solid var(--line);
  padding-top: clamp(16px, 2vw, 30px);
  padding-bottom: clamp(18px, 2.2vw, 34px);
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  max-width: calc(100vw - 32px);
  padding: 16px;
  gap: 32px;
  position: relative;
  height: auto;
}

.grid-4 img,
.about-imgs img,
.brands-top img {
  border-radius: 32px;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.product p,
.cap {
  margin: 10px 0 0;
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.32;
}

.price {
  font-style: italic;
  display: block;
  margin-top: 6px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space);
  align-items: start;
}

.text-block h3 {
  margin: 0 0 16px;
  font-family: "Clarendon", "Clarendon BT", Georgia, serif;
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1;
  text-transform: lowercase;
}

.text-block p {
  margin: 0 0 14px;
  font-size: clamp(14px, 1.15vw, 18px);
  color: #1b1b1b;
}

@media screen and (max-width: 768px) {
  .text-block p {
    padding: 0 16px;
  }
}

.mini-notes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space);
  margin-top: 12px;
  font-size: clamp(14px, 1.1vw, 18px);
}

.brands-top {
  display: grid;
  padding: 16px;
  grid-template-columns: 1fr 1fr;
  gap: var(--space);
  margin-bottom: var(--space);
}

.brand-bottom {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space);
  align-items: start;
}

.brand-name {
  margin: 8px 0 0;
  font-size: 16px;
  padding:16px;
}

.brand-copy {
  font-size: clamp(14px, 1.1vw, 18px);
  padding: 16px;
}

.brand-copy p {
  margin: 0 0 14px;
}

.store {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space);
  align-items: start;
}

.store-left {
  display: grid;
  gap: var(--space);
}

.footer {
  border-top: 1px solid var(--line);
  padding-top: clamp(16px, 2vw, 28px);
  padding-bottom: 20px;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space);
  max-width: 900px;
  margin: 0 auto;
  font-size: 14px;
}

.footer-links a {
  display: block;
  margin: 0 0 8px;
  color: var(--muted);
}

.legal {
  border-top: 1px solid #cbcbcb;
  margin-top: 18px;
  padding-top: 12px;
  text-align: center;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.legal p {
  margin: 4px 0;
}

.about-imgs {
  width: 100%;
  padding: 16px;
  align-items: start;
  display: flex;
  gap: 32px;
}

.about-imgs article {
  width: 100%;
}

@media (max-width: 1100px) {
  .grid-4,
  .brand-bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split,
  .store,
  .brands-top {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .header-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav {
    justify-content: flex-start;
  }

  .icons {
    justify-content: flex-start;
  }

  .grid-4,
  .brand-bottom,
  .mini-notes,
  .footer-links {
    grid-template-columns: 1fr;
  }

 .page-hero .cta {
    margin-left: 0;
  }
}
