:root {
    --hygge-ink: #27332c;
    --hygge-green: #415c4b;
    --hygge-green-dark: #2f4638;
    --hygge-cream: #f6f2ea;
    --hygge-sand: #e7ddce;
    --hygge-warm: #a85f47;
    --hygge-white: #ffffff;
}

.is--ctl-index.is--act-index .emotion--overlay {
    display: none;
}

.is--ctl-index.is--act-index .emotion--overlay ~ .content-main {
    min-height: 0;
    visibility: visible;
}

.hygge-wordmark {
    padding-top: 0.55rem;
}

.hygge-wordmark .logo--link {
    display: inline-flex;
    width: auto;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    color: var(--hygge-ink);
    line-height: 1;
    text-decoration: none;
}

.hygge-wordmark--name {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.15rem;
    letter-spacing: -0.08rem;
}

.hygge-wordmark--name span {
    margin-left: 0.18rem;
    color: var(--hygge-warm);
    font-style: italic;
}

.hygge-wordmark--claim {
    margin-top: 0.38rem;
    color: #6f776f;
    font-size: 0.66rem;
    letter-spacing: 0.13rem;
    text-transform: uppercase;
}

.hygge-home {
    color: var(--hygge-ink);
}

.hygge-hero {
    position: relative;
    display: flex;
    min-height: 430px;
    align-items: center;
    overflow: hidden;
    border-radius: 3px;
    background:
        linear-gradient(90deg, rgba(30, 42, 35, 0.92) 0%, rgba(38, 54, 44, 0.78) 44%, rgba(38, 54, 44, 0.12) 78%),
        url("/themes/Frontend/Hygge/frontend/_public/src/img/hygge-hero-clean-v2.jpg?v=20260726") center / cover no-repeat;
}

.hygge-hero--content {
    position: relative;
    z-index: 1;
    max-width: 690px;
    padding: 3.5rem;
    color: var(--hygge-white);
}

.hygge-eyebrow {
    margin: 0 0 0.7rem;
    color: var(--hygge-warm);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
}

.hygge-hero .hygge-eyebrow {
    color: #efc7b7;
}

.hygge-hero h1 {
    max-width: 650px;
    margin: 0;
    color: var(--hygge-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.65rem;
    font-weight: 400;
    line-height: 1.12;
}

.hygge-hero--text {
    max-width: 580px;
    margin: 1.3rem 0 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.02rem;
    line-height: 1.65;
}

.hygge-hero--actions {
    display: flex;
    margin-top: 1.75rem;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.hygge-button {
    display: inline-flex;
    min-height: 46px;
    padding: 0.75rem 1.2rem;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 2px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.hygge-button--primary,
.hygge-button--primary:hover {
    background: var(--hygge-warm);
    color: var(--hygge-white);
}

.hygge-button--primary:hover {
    background: #914b37;
}

.hygge-button--secondary,
.hygge-button--secondary:hover {
    border-color: rgba(255, 255, 255, 0.72);
    color: var(--hygge-white);
}

.hygge-button--secondary:hover {
    background: rgba(255, 255, 255, 0.12);
}

.hygge-benefits {
    display: grid;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--hygge-sand);
    background: var(--hygge-cream);
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}

.hygge-benefits span {
    padding: 0.25rem 1rem;
    border-right: 1px solid var(--hygge-sand);
    color: #59635b;
    font-size: 0.82rem;
}

.hygge-benefits span:last-child {
    border-right: 0;
}

.hygge-section {
    padding: 3.8rem 1rem 0;
}

.hygge-section--heading {
    max-width: 700px;
    margin: 0 auto 1.7rem;
    text-align: center;
}

.hygge-section h2,
.hygge-story h2 {
    margin: 0;
    color: var(--hygge-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
}

.hygge-category-grid,
.hygge-product-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hygge-category-card {
    display: flex;
    min-height: 190px;
    padding: 1.65rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--hygge-sand);
    background: var(--hygge-cream);
    color: var(--hygge-ink);
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hygge-category-card:hover,
.hygge-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(39, 51, 44, 0.1);
}

.hygge-category-card--icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 0.9rem;
    place-items: center;
    border: 1px solid #bcae9a;
    border-radius: 50%;
    color: var(--hygge-warm);
    background: rgba(255, 255, 255, 0.38);
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.hygge-category-card--icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hygge-category-card:hover .hygge-category-card--icon {
    color: #a95439;
    border-color: #c88a73;
    background: rgba(255, 255, 255, 0.72);
}

.hygge-category-card strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    font-weight: 400;
}

.hygge-category-card > span:last-child {
    max-width: 250px;
    margin-top: 0.55rem;
    color: #6b736d;
    line-height: 1.5;
}

.hygge-section--products {
    padding-bottom: 3.8rem;
}

.hygge-product-card {
    overflow: hidden;
    border: 1px solid var(--hygge-sand);
    background: var(--hygge-white);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hygge-product-card > a {
    display: block;
    color: var(--hygge-ink);
    text-decoration: none;
}

.hygge-product-card--image {
    display: grid;
    height: 260px;
    overflow: hidden;
    place-items: center;
    background: #faf9f6;
}

.hygge-product-card--image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.35s ease;
}

.hygge-product-card:hover .hygge-product-card--image img {
    transform: scale(1.025);
}

.hygge-product-card--body {
    display: flex;
    min-height: 155px;
    padding: 1.2rem 1.25rem 1.35rem;
    flex-direction: column;
}

.hygge-product-card--body strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.12rem;
    font-weight: 400;
}

.hygge-product-card--price {
    margin-top: 0.7rem;
    color: var(--hygge-green-dark);
    font-size: 1rem;
    font-weight: 700;
}

.hygge-product-card--link {
    margin-top: auto;
    padding-top: 1rem;
    color: var(--hygge-warm);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04rem;
    text-transform: uppercase;
}

.hygge-story {
    display: grid;
    margin: 0 1rem 4rem;
    padding: 2.6rem 3rem;
    align-items: center;
    background: var(--hygge-green-dark);
    color: rgba(255, 255, 255, 0.86);
    gap: 2rem;
    grid-template-columns: 0.8fr 1.2fr;
}

.hygge-story .hygge-eyebrow {
    color: #efc7b7;
}

.hygge-story h2 {
    color: var(--hygge-white);
}

.hygge-story > p {
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.75;
}

.footer--copyright {
    color: #7a817c;
}

@media screen and (max-width: 767px) {
    .hygge-wordmark {
        padding: 0.35rem 0 0.25rem;
    }

    .hygge-wordmark--name {
        font-size: 1.65rem;
    }

    .hygge-wordmark--claim {
        display: none;
    }

    .hygge-hero {
        min-height: 0;
        border-radius: 0;
        background-position: 62% center;
    }

    .hygge-hero--content {
        padding: 2.5rem 1.25rem;
    }

    .hygge-hero h1 {
        font-size: 2rem;
    }

    .hygge-hero--text {
        font-size: 0.94rem;
    }

    .hygge-button {
        width: 100%;
    }

    .hygge-benefits {
        display: block;
        padding: 0.75rem 1rem;
    }

    .hygge-benefits span {
        display: block;
        padding: 0.35rem 0;
        border-right: 0;
    }

    .hygge-category-grid,
    .hygge-product-grid {
        grid-template-columns: 1fr;
    }

    .hygge-section {
        padding: 2.8rem 0.75rem 0;
    }

    .hygge-section--products {
        padding-bottom: 2.8rem;
    }

    .hygge-section h2,
    .hygge-story h2 {
        font-size: 1.7rem;
    }

    .hygge-category-card {
        min-height: 160px;
    }

    .hygge-product-card--image {
        height: 235px;
    }

    .hygge-story {
        display: block;
        margin: 0 0.75rem 3rem;
        padding: 2rem 1.4rem;
    }

    .hygge-story > p {
        margin-top: 1.2rem;
    }
}

/* Produktdetailseiten */
.is--ctl-detail {
    color: var(--hygge-ink);
}

.is--ctl-detail .content-main {
    background: var(--hygge-white);
}

.is--ctl-detail .content--breadcrumb {
    margin-top: 0.65rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--hygge-sand);
}

.is--ctl-detail .content--breadcrumb .breadcrumb--link {
    color: #687168;
    font-size: 0.78rem;
}

.is--ctl-detail .content--breadcrumb .is--active .breadcrumb--link {
    color: var(--hygge-warm);
}

.is--ctl-detail .product--navigation {
    display: none;
}

.is--ctl-detail .content--wrapper {
    margin-left: 0;
}

.is--ctl-detail .product--details {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.25rem 4.5rem;
}

.is--ctl-detail .product--header {
    padding: 2.5rem 0 1.8rem;
    border-bottom: 0;
}

.is--ctl-detail .product--info {
    padding: 0;
}

.is--ctl-detail .product--title {
    margin: 0;
    color: var(--hygge-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -0.025rem;
    line-height: 1.18;
}

.is--ctl-detail .product--rating-container {
    margin-top: 0.7rem;
}

.is--ctl-detail .product--detail-upper {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

.is--ctl-detail .product--image-container {
    width: calc(60% - 1rem);
    min-height: 520px;
    margin: 0;
    padding: 2rem;
    border: 1px solid var(--hygge-sand);
    background: #fbfaf7;
}

.is--ctl-detail .image-slider--container {
    height: 455px;
}

.is--ctl-detail .image-slider--item,
.is--ctl-detail .image--box,
.is--ctl-detail .image--element,
.is--ctl-detail .image--media {
    height: 100%;
}

.is--ctl-detail .image--media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.is--ctl-detail .image--media img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.is--ctl-detail .product--buybox {
    width: calc(40% - 1rem);
    margin: 0;
    padding: 2.15rem;
    border: 1px solid var(--hygge-sand);
    background: var(--hygge-cream);
}

.is--ctl-detail .buybox--inner {
    padding: 0;
}

.is--ctl-detail .product--price {
    margin: 0;
}

.is--ctl-detail .price--content {
    color: var(--hygge-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.1;
}

.is--ctl-detail .product--tax {
    margin: 0.55rem 0 1.25rem;
    color: #6e766f;
    font-size: 0.76rem;
}

.is--ctl-detail .product--tax a {
    color: var(--hygge-warm);
}

.is--ctl-detail .product--delivery {
    margin-bottom: 1.35rem;
    padding: 0.8rem 0.9rem;
    border: 1px solid #d8e1d8;
    background: rgba(255, 255, 255, 0.55);
}

.is--ctl-detail .delivery--information {
    margin: 0;
}

.is--ctl-detail .delivery--text {
    color: var(--hygge-green-dark);
    font-size: 0.82rem;
    font-weight: 700;
}

.is--ctl-detail .delivery--status-icon {
    width: 8px;
    height: 8px;
    margin-right: 0.45rem;
    background: #78906f;
}

.is--ctl-detail .buybox--button-container {
    display: flex;
    gap: 0.7rem;
}

.is--ctl-detail .buybox--quantity {
    width: 76px;
}

.is--ctl-detail .quantity--select {
    height: 50px;
    border-color: #d4c8b6;
    border-radius: 2px;
    background-color: var(--hygge-white);
    color: var(--hygge-ink);
}

.is--ctl-detail .buybox--button {
    width: calc(100% - 86px);
    height: 50px;
    border: 0;
    border-radius: 2px;
    background: var(--hygge-warm);
    box-shadow: none;
    color: var(--hygge-white);
    font-size: 0.9rem;
    font-weight: 700;
    text-shadow: none;
    transition: background 0.2s ease;
}

.is--ctl-detail .buybox--button:hover {
    background: #914b37;
}

.is--ctl-detail .product--actions {
    display: flex;
    margin: 1.25rem 0 0;
    padding: 1rem 0 0;
    border-top: 1px solid #ddd3c4;
    gap: 0.9rem;
    flex-wrap: wrap;
}

.is--ctl-detail .product--actions .action--form {
    display: inline-block;
}

.is--ctl-detail .product--actions .action--link {
    color: #677168;
    font-size: 0.76rem;
}

.is--ctl-detail .product--actions .action--link:hover {
    color: var(--hygge-warm);
}

.is--ctl-detail .product--base-info {
    margin: 1.1rem 0 0;
    padding: 1rem 0 0;
    border-top: 1px solid #ddd3c4;
    color: #757d76;
    font-size: 0.76rem;
}

.is--ctl-detail .product--base-info .entry--label {
    color: var(--hygge-ink);
}

.is--ctl-detail .tab-menu--product {
    margin-top: 3.5rem;
}

.is--ctl-detail .tab--navigation {
    border-bottom: 1px solid var(--hygge-sand);
}

.is--ctl-detail .tab--navigation .tab--link {
    margin: 0 0 -1px;
    padding: 1rem 1.35rem;
    border: 1px solid transparent;
    border-radius: 0;
    background: transparent;
    color: #6a736c;
    font-size: 0.82rem;
    font-weight: 700;
}

.is--ctl-detail .tab--navigation .tab--link.is--active {
    border-color: var(--hygge-sand);
    border-bottom-color: var(--hygge-white);
    background: var(--hygge-white);
    color: var(--hygge-ink);
}

.is--ctl-detail .tab--container-list {
    border: 0;
}

.is--ctl-detail .tab--content {
    padding: 2.1rem;
    border: 1px solid var(--hygge-sand);
    border-top: 0;
    background: #fbfaf7;
    color: #59635b;
    line-height: 1.7;
}

.is--ctl-detail .content--description {
    padding: 0;
}

.is--ctl-detail .content--title {
    margin: 0 0 1rem;
    color: var(--hygge-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    font-weight: 400;
}

.is--ctl-detail .product--description {
    max-width: 760px;
    margin-bottom: 2rem;
}

.is--ctl-detail .content--list {
    margin-top: 0.5rem;
}

.is--ctl-detail .content--link {
    color: var(--hygge-warm);
}

.is--ctl-detail .footer-main {
    border-top-color: var(--hygge-sand);
}

.is--ctl-detail .last-seen-products {
    display: none;
}

@media screen and (max-width: 1023px) {
    .is--ctl-detail .product--details {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .is--ctl-detail .product--detail-upper {
        gap: 1.25rem;
    }

    .is--ctl-detail .product--image-container {
        width: calc(54% - 0.625rem);
        min-height: 470px;
        padding: 1.4rem;
    }

    .is--ctl-detail .image-slider--container {
        height: 415px;
    }

    .is--ctl-detail .product--buybox {
        width: calc(46% - 0.625rem);
        padding: 1.6rem;
    }
}

@media screen and (max-width: 767px) {
    .is--ctl-detail .content--breadcrumb {
        margin-top: 0;
        padding: 0.65rem 0.75rem;
        white-space: nowrap;
        overflow-x: auto;
    }

    .is--ctl-detail .product--details {
        padding: 0 0.75rem 3rem;
    }

    .is--ctl-detail .product--header {
        padding: 1.7rem 0 1.2rem;
    }

    .is--ctl-detail .product--title {
        font-size: 1.8rem;
    }

    .is--ctl-detail .product--detail-upper {
        display: block;
    }

    .is--ctl-detail .product--image-container {
        width: 100%;
        min-height: 0;
        padding: 1rem;
    }

    .is--ctl-detail .image-slider--container {
        height: 330px;
    }

    .is--ctl-detail .product--buybox {
        width: 100%;
        margin-top: 1rem;
        padding: 1.4rem;
    }

    .is--ctl-detail .price--content {
        font-size: 2rem;
    }

    .is--ctl-detail .product--actions {
        gap: 0.75rem;
    }

    .is--ctl-detail .tab-menu--product {
        margin-top: 2.5rem;
    }

    .is--ctl-detail .tab--header {
        border-color: var(--hygge-sand);
        background: var(--hygge-cream);
    }

    .is--ctl-detail .tab--title {
        color: var(--hygge-ink);
        font-family: Georgia, "Times New Roman", serif;
        font-weight: 400;
    }

    .is--ctl-detail .tab--preview {
        color: #687168;
        line-height: 1.55;
    }

    .is--ctl-detail .tab--content {
        padding: 1.35rem;
    }
}
